:root {
  --ai-mapit-orange: red;
  --bg-navy: #d2d1dc;
  --aimapit-navy: #00005e;
  --body-copy: #333;
  --bg-grey: #f7f7f7;
}

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

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

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

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

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

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

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

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

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

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

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 94px;
  padding: 10px 24px;
  display: flex;
  position: fixed;
  box-shadow: 0 4px 15px #11023536;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 74px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 264px;
  height: 80px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 10px;
  display: flex;
}

.navbar {
  color: #00005e;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar:hover {
  font-weight: 700;
}

.text-2 {
  color: #00005e;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 2px solid red;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  line-height: 14px;
  display: flex;
}

.text-3 {
  color: #00005e;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.navbar-logo-left-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 94px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 0 4px 15px #11023536;
}

.text-4 {
  color: #00005e;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-5 {
  color: #00005e;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.navbar-logo-left-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 94px;
  padding: 10px 24px;
  display: flex;
  box-shadow: 0 4px 15px #11023536;
}

.text-6 {
  color: #00005e;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-7 {
  color: #00005e;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.small-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--ai-mapit-orange);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.title-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 65px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
  display: block;
}

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

.error-b616e4eb-bef5-64c4-92b9-f65615ad60bb {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.we-believe-that-ai-mapit-s-revolutionary-geotagging-solution-is-the-key-to-building-the-digital-foundations-upon-which-operators-will-manage-their-network-infrastructure-with-greatly-reduced-environmental-impact-1 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.small-container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: red;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1441px;
  height: 128px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.title-section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-bottom: 142px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

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

.error-d27373f2-3dff-ee98-b51b-8160731234e9 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.we-believe-that-ai-mapit-s-revolutionary-geotagging-solution-is-the-key-to-building-the-digital-foundations-upon-which-operators-will-manage-their-network-infrastructure-with-greatly-reduced-environmental-impact-0 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.we-believe-that-ai-mapit-s-revolutionary-geotagging-solution-is-the-key-to-building-the-digital-foundations-upon-which-operators-will-manage-their-network-infrastructure-with-greatly-reduced-environmental-impact-2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.frame-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: relative;
}

.rectangle-48 {
  object-fit: fill;
  background-color: #00005e;
}

.text-8 {
  color: #fff;
  text-align: center;
  text-transform: undefined;
  font-size: 40px;
  font-weight: 700;
  position: static;
  top: 81px;
  left: 293px;
}

.content-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 814px;
  display: flex;
  position: absolute;
  top: 157px;
  left: 293px;
}

.text-9 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.improve-your-asset-tracking-and-maintenance-work-flow-with-ai-mapit-s-innovative-geotagging-solution-we-specialise-in-creating-digital-twins-of-real-world-assets-in-the-built-environment-using-street-level-imagery-poles-lamp-posts-traffic-signs-storm-drains-in-fact-any-asset-visible-to-the-human-eye-can-be-automatically-detected-and-visualised-in-a-mapping-environment-we-are-constantly-evolving-our-technology-to-include-the-detection-of-asset-attributes-such-as-height-width-equipment-loading-as-well-as-monitoring-the-condition-of-assets-over-time-0 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.improve-your-asset-tracking-and-maintenance-work-flow-with-ai-mapit-s-innovative-geotagging-solution-we-specialise-in-creating-digital-twins-of-real-world-assets-in-the-built-environment-using-street-level-imagery-poles-lamp-posts-traffic-signs-storm-drains-in-fact-any-asset-visible-to-the-human-eye-can-be-automatically-detected-and-visualised-in-a-mapping-environment-we-are-constantly-evolving-our-technology-to-include-the-detection-of-asset-attributes-such-as-height-width-equipment-loading-as-well-as-monitoring-the-condition-of-assets-over-time-1 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.span {
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
}

.pattern-text-block {
  border-top: 3px solid var(--ai-mapit-orange);
  border-bottom: 3px solid var(--ai-mapit-orange);
  background-color: var(--aimapit-navy);
  background-image: url('../images/Rectangle-48.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pattern-text-block.o {
  background-color: #de040a;
}

.heading {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: foco, sans-serif;
  font-size: 40px;
}

.text-block {
  color: #fff;
  text-align: center;
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-block.dark {
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.text-block.left {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block.left.bold {
  font-weight: 700;
}

.text-block.left.no-pad {
  padding-left: 0;
}

.text-block.navy {
  color: var(--aimapit-navy);
  font-weight: 500;
}

.text-block.black {
  color: var(--body-copy);
  padding-top: 20px;
}

.text-block.black.left {
  text-align: left;
  margin-top: 10px;
  padding-top: 0;
  list-style: disc;
}

.container {
  max-width: 960px;
}

.features-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00005e0d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 60px 24px;
  display: flex;
}

.columns {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.f2wf-columns {
  max-width: 960px;
}

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

.content-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title {
  color: #00005e;
  font-size: 48px;
  font-weight: 400;
}

.description {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

.title-0 {
  color: #00005e;
  font-size: 48px;
  font-weight: 700;
}

.title-1 {
  color: #00005e;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
}

.description-0 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.description-1 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.list-header {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.description-4 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.description-5 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.description-6 {
  color: #00005e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: underline;
}

.ai-mapit-name {
  font-family: Poppins, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.text-block-2 {
  font-family: Poppins, sans-serif;
}

.h2 {
  color: var(--aimapit-navy);
  text-align: left;
  margin-top: 0;
  font-family: foco, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  display: block;
}

.h2.centered {
  color: var(--aimapit-navy);
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.h2.white {
  color: #fff;
}

.h2.white.centre {
  text-align: center;
  padding-bottom: 20px;
}

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

.container-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-10 {
  color: #00005e;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.columns-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._3x3-columns {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  padding-top: 60px;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.name {
  color: #fff;
  text-align: left;
  font-family: foco, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  display: flex;
}

.description-7 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding-top: 16px;
  padding-left: 20px;
  display: block;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--aimapit-navy);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid red;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.button-primary:hover {
  background-color: var(--ai-mapit-orange);
}

.button-primary.w--current {
  text-align: center;
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  display: block;
}

.button-primary.centered {
  width: auto;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary.left {
  flex-direction: row;
  justify-content: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-primary.margin-20-px {
  flex-direction: row;
  align-self: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}

.button-primary.margin-20-px:hover {
  background-color: var(--aimapit-navy);
}

.button-text {
  color: #00005e;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.card-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-8 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.card-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  box-shadow: 0 4px 14px #00005e4d;
}

.actions-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 129px;
  padding-top: 16px;
  display: flex;
}

.partner-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #00005e0d;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 583px;
  padding: 52px 24px 64px;
  display: flex;
}

.container-3 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.title-section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.text-12 {
  color: #00005e;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.columns-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.card-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 148px;
  display: flex;
}

.image-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  box-shadow: 2px 4px 14px #00000026;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.content-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-13 {
  color: #00005e;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.card-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 149px;
  display: flex;
}

.card-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 368px;
  height: 100%;
  display: flex;
}

.card-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  display: flex;
}

.card-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 151px;
  display: flex;
}

.image-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: #084064;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.actions-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid red;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: var(--aimapit-navy);
}

.h3 {
  color: var(--aimapit-navy);
  font-family: foco, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.h3.centre {
  text-align: center;
}

.h3.centre.white {
  color: #fff;
}

.h3.centre.orange {
  color: var(--ai-mapit-orange);
  margin-top: 30px;
  margin-bottom: 30px;
}

.label {
  color: var(--aimapit-navy);
  text-align: center;
  font-family: foco, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.small-container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 761px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 30px;
  display: flex;
}

.title-section-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 77px;
  padding-bottom: 51px;
  padding-left: 180px;
  padding-right: 180px;
  display: flex;
}

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

.text-14 {
  color: #00005e;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.container-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.columns-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  display: flex;
  box-shadow: 0 4px 14px #00000040;
}

.image-wrapper-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 231px;
  display: flex;
}

.image-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 231px;
  display: flex;
}

.info-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 219px;
  padding: 20px 24px 24px;
  display: flex;
}

.name-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 150%;
}

.description-9 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 129px;
  padding-top: 16px;
  display: flex;
}

.text-15 {
  color: #00005e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.info-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 219px;
  padding: 20px 24px 24px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 21.9607px;
  display: flex;
}

.name-long {
  color: #fff;
  margin-bottom: 10px;
  font-family: foco, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
}

.slide {
  background-image: url('../images/aimpait-slider-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
}

.section, .slider {
  height: 680px;
}

.slide-2 {
  background-image: url('../images/aimpait-slider-2-min.png');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/aimpait-slider-3-min.png');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/aimpait-slider-4-min.png');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/aimpait-slider-5-min.png');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  border: 1px #fff;
  padding-bottom: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.h1 {
  color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 70%;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: foco, sans-serif;
  font-size: 54px;
  line-height: 62px;
  display: block;
  position: static;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-stack {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: linear-gradient(-.5deg, #00005e 46%, #00005e00 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 686px;
  min-height: 686px;
  padding: 156px 24px 64px;
  display: flex;
  position: relative;
}

.text {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 110px;
  position: absolute;
  top: 308px;
  left: 120px;
}

.text-16 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 418px;
  left: 120px;
}

.header {
  background-image: url('../images/About-Header-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 550px;
  display: flex;
}

.header.applications {
  background-image: url('../images/Apploications-Header-min.png');
}

.header.contact {
  background-image: url('../images/Contact---Header.png');
  background-position: 50% 0;
  height: 300px;
}

.header.news {
  background-image: url('../images/News---Header.png');
  background-position: 50% 100%;
  background-size: cover;
}

.header.partners {
  background-image: url('../images/Partners---Header.png');
}

.container-6 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1200px;
  max-width: 1200px;
  margin-bottom: 0;
  padding-top: 60px;
  display: flex;
}

.paragraph {
  color: #fff;
  max-width: none;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.paragraph._50 {
  max-width: 75%;
}

.paragraph.black {
  color: var(--body-copy);
}

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

.paragraph.black.small.left {
  margin-right: 10px;
}

.paragraph.black._14px {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph.black.centre {
  text-align: center;
  font-size: 14px;
}

.image-5 {
  margin-left: 10px;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
}

.section-2 {
  background-color: var(--bg-grey);
  margin-top: 0;
}

.small-container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 60px 50px;
  display: flex;
}

.title-section-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 262px;
  padding-bottom: 96px;
  padding-left: 180px;
  padding-right: 180px;
  display: flex;
}

.content-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.text-17 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.error-3af7c17f-3ffe-5a9e-7072-e0f7c497cad2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.container-7 {
  max-width: 960px;
}

.hero-heading-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00005e1a;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 652px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 652px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 676px;
  height: auto;
  padding-left: 0;
  display: flex;
}

.content-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: block;
}

.title-copy-goes-here-be-awesome {
  color: #00005e;
  font-size: 36px;
  font-weight: 700;
}

.actions-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #00005e;
  border-radius: 20px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-secondary:hover {
  border: 2px solid var(--ai-mapit-orange);
}

.button-secondary.w--current {
  margin-bottom: 10px;
}

.text-18 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
}

.column-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 652px;
  display: flex;
}

.image-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 969px;
  height: 652px;
  display: flex;
}

.image-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 652px;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-0 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tristique-duis-cursus-mi-quis-viverra-ornare-eros-dolor-interdum-nulla-ut-commodo-diam-libero-vitae-erat-1 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.list {
  padding-bottom: 10px;
}

.list-item {
  margin-top: 10px;
  padding-left: 20px;
}

.list-item-2 {
  margin-top: 10px;
}

.h4 {
  color: var(--ai-mapit-orange);
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: foco, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.h4.white {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}

.h4.centre {
  text-align: center;
}

.hero-heading-left-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 676px;
  height: auto;
  padding-left: 24px;
  display: flex;
}

.content-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 71px;
  display: flex;
}

.title-2 {
  color: #00005e;
  text-transform: undefined;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.description-10 {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.emphasis-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: red;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px 12px 16px 0;
  display: flex;
}

.author-job {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.column-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 662px;
  height: 841px;
  display: flex;
}

.image-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1179px;
  height: 842px;
  display: flex;
}

.image-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.description-12 {
  color: #00005e;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.description-13 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.description-14 {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.list-subhead {
  color: var(--aimapit-navy);
  font-family: foco, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.list-subhead.orange {
  color: var(--ai-mapit-orange);
}

.hero-heading-left-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00005e0d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 5%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1438px;
  height: 100%;
  display: flex;
}

.column-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 607px;
  height: 770px;
  display: flex;
}

.image-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1079px;
  height: 770px;
  display: flex;
}

.image-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 770px;
  display: flex;
}

.column-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 676px;
  height: 100%;
  padding-left: 24px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 68px;
  display: flex;
}

.content-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-3 {
  color: #00005e;
  text-transform: undefined;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.description-15 {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.description-17 {
  color: #00005e;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.description-18 {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.description-19 {
  color: #212121;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.div-block {
  height: 40px;
}

.hero-heading-left-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.container-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1438px;
  height: 100%;
  padding-left: 50px;
  display: flex;
}

.column-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 676px;
  height: 678px;
  padding-left: 24px;
  display: flex;
}

.content-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 68px;
  display: flex;
}

.title-4 {
  color: #00005e;
  text-transform: undefined;
  font-size: 36px;
  font-weight: 400;
  line-height: 150%;
}

.description-20 {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.column-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 607px;
  height: 770px;
  display: flex;
}

.image-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1079px;
  height: 770px;
  display: flex;
}

.image-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.description-22 {
  color: #1d1d1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.description-23 {
  color: red;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.description-3 {
  color: #00005e;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
}

.features-list-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00005e;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 64px 24px;
  display: flex;
}

.columns-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.column-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 137px;
  display: flex;
}

.content-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 522px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.intro-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-5 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.actions-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
  position: absolute;
  top: 231px;
  left: 0;
}

.actions-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  padding-left: 10px;
  display: flex;
}

.actions-7.with-margin {
  padding-left: 20px;
}

.text-19 {
  color: #00005e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.feature-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 32%;
  display: flex;
}

.image-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.description-24 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.feature-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20%;
  display: flex;
}

.image-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  min-height: 200px;
  display: flex;
}

.image-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: flex-start;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.form-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-field {
  border: 1px solid var(--body-copy);
  border-radius: 16px;
}

.text-field-2 {
  border-radius: 16px;
}

.dropdown-toggle {
  border: 1px solid var(--body-copy);
  border-radius: 16px;
  width: 400px;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Poppins, sans-serif;
}

.form-label {
  color: var(--aimapit-navy);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: foco, sans-serif;
  font-size: 16px;
}

.textarea {
  border: 1px solid var(--body-copy);
  border-radius: 16px;
}

.select-field {
  border: 1px solid var(--body-copy);
  border-radius: 16px;
  padding-left: 12px;
  padding-right: 12px;
}

.small-container-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f2f2f7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 60px 50px;
  display: flex;
}

.title-section-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 222px;
  padding-bottom: 51px;
  padding-left: 180px;
  padding-right: 180px;
  display: flex;
}

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

.text-20 {
  color: #00005e;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.text-21 {
  color: #00005e;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.actions-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.text-22 {
  color: #00005e;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.text-22:hover {
  color: var(--bg-grey);
}

.container-12 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.columns-6 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  display: flex;
  box-shadow: 0 4px 14px #00000040;
}

.image-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 231px;
  display: flex;
}

.info-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 219px;
  padding: 24px;
  display: flex;
}

.name-3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.description-25 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  margin-left: 20px;
  padding-top: 16px;
  display: flex;
}

.info-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 219px;
  padding: 24px;
  display: flex;
}

.ai-mapit-has-completed-several-successful-case-studies-across-a-variety-of-use-case-industry-and-geography-as-we-developed-out-our-technology-and-pipelines-0 {
  color: #00005e;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.ai-mapit-has-completed-several-successful-case-studies-across-a-variety-of-use-case-industry-and-geography-as-we-developed-out-our-technology-and-pipelines-1 {
  color: #00005e;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.collection-item {
  background-color: var(--aimapit-navy);
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.small-container-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #00005e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 256px;
  padding: 30px 50px;
  display: flex;
}

.title-section-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.ai-mapit-in-the-news {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.what-google-maps-can-t-do-a-map-for-dublin-s-trees-bins-and-lights-irish-independent-december-2022-0 {
  color: red;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.what-google-maps-can-t-do-a-map-for-dublin-s-trees-bins-and-lights-irish-independent-december-2022-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.news-item {
  color: var(--ai-mapit-orange);
  font-family: foco, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.news-item-text {
  color: #fff;
  padding-top: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.container-15 {
  max-width: 1200px;
}

.collection-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 250px;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  box-shadow: 0 3px 11px #0003;
}

.heading-2 {
  padding-left: 20px;
  font-family: Poppins, sans-serif;
}

.news-header {
  color: var(--aimapit-navy);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  display: flex;
}

.text-block-4 {
  color: var(--ai-mapit-orange);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.container-16 {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: none;
  height: 200px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 20px;
  display: block;
}

.section-3 {
  background-color: var(--bg-navy);
  background-image: linear-gradient(#00005eab, #00005eab), url('../images/Partners---Header.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 100px;
}

.image-14 {
  object-fit: fill;
  margin: 0 auto;
  display: block;
}

.rich-text-block {
  padding-top: 80px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.collection-list-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-4 {
  background-color: var(--bg-grey);
}

.container-17 {
  max-width: 1200px;
  padding-top: 20px;
}

.section-5 {
  background-color: var(--bg-navy);
  padding-top: 140px;
}

.image-15 {
  padding-top: 20px;
}

.rich-text-block-2 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.section-6 {
  background-color: var(--bg-grey);
}

.container-18 {
  max-width: 1200px;
}

.collection-item-3 {
  background-color: var(--aimapit-navy);
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-2 {
  align-items: stretch;
  margin: 40px 0;
  display: flex;
}

.h5 {
  color: var(--bg-grey);
  padding-left: 20px;
  font-family: foco, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-19 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 595px;
  padding: 38px 24px 18px;
  display: flex;
}

.container-20 {
  display: flex;
}

.column-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 117px;
  display: flex;
}

.image-wrapper-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-0 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-1 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-3 {
  color: #00005e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-6 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-10 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-21 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.cowi-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/team.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 355px;
  height: 117px;
  display: flex;
}

.cowi-image.tom-tom {
  background-image: none;
}

.tom-tom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 138px;
  display: flex;
}

.image-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

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

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-11 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-12 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-13 {
  color: #00005e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-14 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.our-partnership-with-tomtom-allows-us-to-harness-a-vast-up-to-date-repository-of-street-level-imagery-and-accompanying-lidar-data-for-use-in-the-detection-mapping-and-monitoring-of-assets-in-the-built-environment-access-to-tomtoms-continuous-collection-of-roadside-imagery-has-major-implications-for-infrastructure-management-in-the-digital-age-unparalleled-coverage-tomtoms-extensive-repository-of-street-level-imagery-capturing-over-2-million-kilometers-annually-ensures-that-assets-across-various-locations-and-regions-can-be-accurately-detected-and-monitored-regardless-of-geographic-boundaries-the-comprehensive-dataset-removes-limitations-in-data-capture-and-allows-for-a-truly-global-asset-monitoring-solution-high-quality-imagery-high-resolution-imagery-and-accurate-location-information-facilitates-precise-asset-detection-and-monitoring-this-level-of-clarity-enhances-the-accuracy-and-reliability-of-the-ai-powered-computer-vision-platform-ensuring-optimal-performance-real-time-updates-tomtoms-repository-is-constantly-updated-and-maintained-to-reflect-the-latest-changes-in-road-networks-and-infrastructure-by-leveraging-this-real-time-data-ai-mapit-can-rapidly-and-accurately-update-inventories-of-assets-capturing-any-changes-or-anomalies-as-they-occur-this-dynamic-approach-allows-for-proactive-decision-making-and-swift-response-to-evolving-situations-scalability-and-efficiency-the-ai-mapit-platform-can-efficiently-scale-asset-detection-and-monitoring-operations-across-large-areas-using-parallelised-computing-resources-for-rapid-results-coupled-with-the-existing-vast-mobile-mapping-data-available-from-tomtom-the-need-for-manual-data-collection-is-greatly-reduced-and-enables-automated-processes-significantly-reducing-time-and-resources-required-for-comprehensive-management-of-distributed-roadside-infrastructure-15 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link {
  color: var(--ai-mapit-orange);
}

.text-span-2, .text-span-3, .text-span-4 {
  color: var(--aimapit-navy);
  font-weight: 700;
}

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

.text-span-6 {
  color: var(--aimapit-navy);
  font-weight: 700;
}

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

.section-7 {
  border: 1px solid var(--bg-navy);
}

.link-2 {
  color: var(--ai-mapit-orange);
}

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

.hero-heading-right-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 solid #00005e33;
  border-bottom-width: 1px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 232px;
  padding: 44px 24px 50px;
  display: flex;
}

.container-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 117px;
  display: flex;
}

.column-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 117px;
  display: flex;
}

.image-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 177px;
  display: flex;
}

.image-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 169px;
  display: flex;
}

.image-wrapper-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
}

.column-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Column.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 117px;
  min-height: 117px;
  display: flex;
}

.image-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
}

.column-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/Column_1.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 117px;
  min-height: 117px;
  display: flex;
}

.logos-without-title {
  border: .5px none var(--bg-navy);
  background-color: #fff;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 90%;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image-three {
  width: 180px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.testimonial-image-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #00005e0d;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 429px;
  padding: 64px 24px;
  display: flex;
}

.small-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.f2wf-small-columns {
  max-width: 1200px;
}

.column-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.image-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

.image-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  background-color: #00005e8a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 230px;
  display: flex;
}

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

.content-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-6 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.description-27 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.description-28 {
  color: red;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.collection-list-wrapper-2 {
  max-width: 1200px;
}

.image-23 {
  background-color: var(--aimapit-navy);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  align-self: center;
  max-width: none;
  height: 250px;
}

.footer-dark {
  background-color: var(--aimapit-navy);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.footer-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--ai-mapit-orange);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.image-24 {
  background-color: #fff;
}

.collection-item-4 {
  background-color: var(--aimapit-navy);
  max-width: 30%;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 4px 8px 3px #0003;
}

.collection-list-3 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-25 {
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper-3 {
  justify-content: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-26 {
  margin-top: 40px;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5 {
  color: #ec0000;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: foco, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.container-27 {
  color: var(--bg-navy);
  background-color: #0000;
  max-width: 1200px;
}

.section-9 {
  background-color: var(--bg-grey);
}

.container-28 {
  max-width: 1200px;
}

.rich-text-block-3 {
  flex-direction: column;
  font-family: Poppins, sans-serif;
  display: flex;
}

.columns-7 {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

.collection-item-5 {
  border-bottom: 1px solid var(--bg-navy);
}

.column-20 {
  padding-bottom: 40px;
  padding-left: 40px;
}

.column-21 {
  margin-bottom: 20px;
}

.container-29 {
  max-width: 1200px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.collection-item-6 {
  background-color: #fff;
  align-items: center;
  max-width: 150px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  box-shadow: 0 3px 8px #0003;
}

.collection-item-6.blue {
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.collection-list-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-6, .text-block-7 {
  display: flex;
}

.image-25 {
  flex: 1;
  max-width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.container-30 {
  background-color: #fff;
  align-self: center;
  align-items: center;
  width: 150px;
  max-width: none;
  height: 150px;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 4px 10px #0003;
}

.section-10 {
  background-color: #fff;
}

.container-31 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-32 {
  background-color: #fff;
  margin-bottom: -40px;
  box-shadow: 0 2px 12px #0003;
}

.container-33 {
  align-self: center;
}

.image-26 {
  object-fit: cover;
}

.container-34 {
  height: 250px;
}

.slide-1 {
  background-image: url('../images/aimpait-slider-1-min.png');
  background-position: 0 0;
  background-size: auto;
}

.section-partners {
  background-color: var(--bg-navy);
}

.heading-3 {
  color: var(--ai-mapit-orange);
  font-family: foco, sans-serif;
}

.container-35 {
  max-width: 1200px;
}

.hero-heading-left-5 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-36 {
  grid-column-gap: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-22 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-10 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-25 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.column-23 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-wrapper-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .navbar-logo-left-2, .navbar-logo-left-3 {
    padding-right: 0;
  }

  .text-block.left.no-pad {
    margin-left: 0;
  }

  .container {
    max-width: 700px;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .column {
    max-width: none;
  }

  .intro {
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
  }

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

  .description-1 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .list-header {
    justify-content: flex-start;
    display: block;
  }

  .h2.centered {
    color: var(--aimapit-navy);
  }

  ._3x3-columns {
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-primary {
    width: 130px;
  }

  .columns-3, .f2wf-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .container-5 {
    max-width: 700px;
    margin-bottom: 80px;
  }

  .actions-7 {
    padding-left: 10px;
  }

  .container-14 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-20, .container-21, .container-22 {
    flex-direction: column;
    align-items: center;
  }

  .container-23 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .container-24 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .collection-item-4 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .collection-list-3 {
    flex-direction: row;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper-3 {
    margin-left: 0;
    margin-right: auto;
  }

  .container-29 {
    background-color: var(--bg-navy);
  }

  .collection-item-6.blue {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .collection-list-5 {
    flex-flow: wrap;
  }

  .image-25 {
    max-width: 110px;
  }

  .container-30 {
    width: 110px;
    height: 110px;
  }

  .collection-list-wrapper-4 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-36 {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    height: 60px;
  }

  .navbar-menu {
    border-top: 1px solid var(--ai-mapit-orange);
    background-color: #fff;
  }

  .navbar-link {
    border: 1px solid var(--bg-navy);
  }

  .navbar-button {
    border-style: none;
    max-width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-3 {
    border-bottom: 2px solid var(--ai-mapit-orange);
    text-decoration: none;
  }

  .pattern-text-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block.left {
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .text-block.left.bold {
    padding-left: 10px;
  }

  .text-block.navy {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block.black {
    max-width: 95%;
    margin-bottom: 20px;
  }

  .text-block.black.left {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .content-4 {
    padding-bottom: 0;
  }

  .h2.centered {
    color: var(--aimapit-navy);
    margin-top: 40px;
  }

  .h2.white {
    font-size: 32px;
  }

  ._3x3-columns {
    max-width: 95%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .info {
    padding: 10px 16px;
  }

  .button-primary {
    flex-flow: row;
    flex: none;
    place-content: flex-end flex-start;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-primary.centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-primary.left {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    width: 130px;
    margin-top: 20px;
    display: flex;
  }

  .partner-section {
    height: auto;
  }

  .actions-3 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .title-section-4 {
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .f2wf-columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .slide {
    background-image: url('../images/aimpait-slider-5-min.png');
    background-position: 50%;
    background-size: contain;
    height: auto;
  }

  .slide._1 {
    background-image: url('../images/aimpait-slider-5-min.png');
    background-position: 0 0;
    background-size: auto;
  }

  .section {
    height: auto;
  }

  .slider {
    flex-direction: column;
    height: 700px;
    display: flex;
  }

  .slide-nav {
    inset: auto 0% 0%;
  }

  .h1 {
    text-align: center;
    max-width: 85%;
    font-size: 36px;
    line-height: 44px;
  }

  .container-5 {
    align-items: center;
  }

  .header.contact {
    height: 300px;
  }

  .header.partners {
    height: 800px;
  }

  .container-6 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph._50 {
    text-align: center;
    max-width: 90%;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph.black.small.left {
    text-align: left;
  }

  .image-5 {
    padding-top: 40px;
  }

  .small-container-4 {
    padding: 40px 20px;
  }

  .hero-heading-left {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    height: auto;
  }

  .content-8 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column-3, .image-wrapper-4 {
    height: auto;
  }

  .image-6 {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .h4.white {
    line-height: 32px;
  }

  .hero-heading-left-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    padding-left: 10px;
  }

  .vectors-wrapper-2 {
    margin-top: 5px;
    padding-top: 0;
  }

  .column-5 {
    max-width: 100%;
    height: auto;
  }

  .image-wrapper-5, .image-7, .hero-heading-left-3, .column-6, .image-wrapper-6, .image-8 {
    height: auto;
  }

  .column-7 {
    padding-left: 0;
  }

  .column-8 {
    max-width: 100%;
    height: auto;
    padding-left: 0;
  }

  .column-9, .image-wrapper-7, .image-9 {
    height: auto;
  }

  .features-list-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-10 {
    height: auto;
  }

  .feature-2, .feature-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .form-label.small {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .small-container-5 {
    height: auto;
    padding: 20px 0;
  }

  .title-section-6 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    width: auto;
    height: auto;
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-13 {
    max-width: 95%;
  }

  .collection-item {
    width: auto;
    height: auto;
    margin: 0 0 20px;
  }

  .small-container-6 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .collection-item-2 {
    background-color: #fff;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

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

  .container-17 {
    background-color: var(--bg-grey);
  }

  .collection-list {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-5 {
    padding-top: 80px;
  }

  .rich-text-block-2 {
    text-align: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-2.left {
    text-align: left;
  }

  .collection-item-3 {
    flex-direction: column;
    align-items: flex-start;
    max-width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .collection-list-2 {
    flex-direction: column;
    margin-top: 20px;
    display: block;
  }

  .h5 {
    padding-left: 20px;
  }

  .hero-heading-right {
    height: auto;
  }

  .logos-without-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-23 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .clients-image-three {
    width: 100px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-image-left {
    background-color: var(--bg-navy);
    height: auto;
  }

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

  .menu-button.w--open:active {
    background-color: #0000;
  }

  .link-3 {
    max-width: 95%;
  }

  .section-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-23 {
    width: 100%;
  }

  .container-24 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .collection-item-4 {
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .collection-list-3 {
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .collection-list-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .collection-list-4 {
    margin-left: 0;
  }

  .container-29 {
    background-color: var(--bg-navy);
  }

  .collection-item-6.blue {
    margin-bottom: 10px;
  }

  .collection-list-5 {
    display: block;
  }

  .container-30 {
    box-shadow: 0 2px 9px #0003;
  }

  .checkbox-field {
    flex-direction: column;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }

  .slide-1 {
    background-image: url('../images/aimpait-slider-1-min.png');
    background-position: 0 0;
    background-size: auto;
  }
}

#w-node-d439bfc4-fb24-7dd8-464c-47006350dc64-6350dc5e, #w-node-d439bfc4-fb24-7dd8-464c-47006350dc6d-6350dc5e, #w-node-c50c2c73-b8a7-d0cd-392b-a8c278500340-6350dc5e, #w-node-d439bfc4-fb24-7dd8-464c-47006350dc76-6350dc5e, #w-node-_44597328-6d4d-20d5-7a2f-c8db8d1e0876-3680ea03, #w-node-_8d8bfd83-80d0-d9fa-8bd1-b7ae307383cb-f21782c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


