@font-face {
  font-family: "Jersey 15";
  src: url('../fonts/Jersey15-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentsans;
  src: url('../fonts/InstrumentSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentsans;
  src: url('../fonts/InstrumentSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.page-wrapper {
  background-color: #f5f5f5;
  width: 100vw;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.section.hero {
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  min-height: 50rem;
  position: static;
  overflow: hidden;
}

.container {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.container.why-spearhead {
  margin-top: 9rem;
}

.container.pricing {
  margin-top: 4rem;
}

.container.capabilities, .container.features {
  margin-top: 9rem;
}

.container.hero-m {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1340px;
}

.hero-txt--wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  max-width: 1000px;
  margin-top: 8%;
  display: flex;
}

.h1 {
  color: #000;
  text-align: left;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.1;
}

.h1-subpara {
  color: #000;
  text-align: left;
  margin-top: .6rem;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.hero-buttons--wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  display: flex;
}

.hero-img {
  width: 90%;
  max-width: 1200px;
  position: absolute;
  inset: auto 0% 0 50%;
  transform: translate(-50%);
}

.gray-out--div {
  z-index: 55;
  width: 100%;
  height: 205px;
  position: absolute;
  inset: auto 0% 0%;
}

.green-cta-btn {
  text-transform: uppercase;
  background-color: #138381;
  padding: 12px 20px;
  font-family: "Jersey 15", Verdana, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.green-cta-btn:hover {
  background-color: #0d6867;
}

.b-acl-cta-btn {
  padding: 12px 20px;
  font-family: Clashdisplay;
  font-size: 20px;
  font-weight: 500;
}

.black-cta-btn {
  background-color: #1b1c21;
  border-radius: 4px;
  padding: 12px 20px;
  font-family: Clashdisplay;
  font-size: 20px;
  font-weight: 500;
}

.black-cta-btn:hover {
  background-color: #0c0c0c;
}

.why-spearhead {
  background-color: #dfe3e6;
  width: 100%;
  min-height: 50svh;
  margin-top: -4rem;
}

.h2 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.h2.white {
  color: #fff;
}

.span__redded-txt {
  color: #ff4040;
  font-weight: 600;
}

.why-spearhead--blocks-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.why-spearhead--col {
  width: 50%;
}

.h3 {
  color: #000;
  font-family: Clashdisplay;
  font-size: 32px;
  font-weight: 600;
}

.h3.shorten {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  font-family: Instrumentsans, Arial, sans-serif;
}

.para {
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.34;
}

.para.small {
  z-index: 16;
  font-size: 18px;
  position: relative;
}

.para.white {
  color: #fff;
  font-family: Instrumentsans, Arial, sans-serif;
}

.para.footer {
  color: #fff;
  font-size: 18px;
}

.h2-subpara {
  color: #0a0a0a;
  text-align: center;
  margin-top: .6rem;
  font-family: Clashdisplay;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.h2-subpara.white {
  color: #fff;
}

.feature-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.feature-block__txt-wrap {
  width: 44%;
  display: flex;
}

.feature-img {
  border-radius: 20px;
}

.feature-img--wrap {
  width: 50%;
}

.why-spearhead--icon {
  max-height: 5.5rem;
}

.features-section {
  width: 100%;
  min-height: 50svh;
  padding-bottom: 6rem;
}

.icons-section {
  width: 100%;
  min-height: 50svh;
  margin-top: -4rem;
  padding-bottom: 6rem;
}

.capability-trio {
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.capabilities-fw {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.capability-block {
  width: 32%;
  height: 100%;
  min-height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 3rem;
  position: relative;
}

.h4 {
  color: #0a0a0a;
  margin-top: 10px;
  font-family: "Jersey 15", Verdana, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.h4.shorten {
  width: 22ch;
}

.icon-vertical-divider {
  background-color: #acacac;
  width: 1px;
  height: 100%;
}

.h2-spacer {
  height: 36px;
}

.icons--left-horizontal--divider {
  background-image: linear-gradient(90deg, #dfe3e6, #acacac);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.icons--right-horizontal--divider {
  background-image: linear-gradient(270deg, #dfe3e6, #acacac);
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.small-icon {
  height: 2rem;
}

.pricing-black-box {
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding-bottom: 1.6rem;
  padding-left: 2rem;
  padding-right: 3rem;
  display: flex;
}

.pricing-item {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding-top: 2rem;
  display: flex;
}

.pricing--check-txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-fw {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-spacer {
  height: 14px;
}

.pricing-section {
  background-color: #dfe3e6;
  width: 100%;
  min-height: 50svh;
  margin-top: -4rem;
  padding-bottom: 6rem;
}

.form-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -4rem;
  padding-bottom: 0;
  display: flex;
}

.image-fw {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-button {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.text-button.footer {
  margin-top: 0;
}

.txt-btn {
  color: #000;
  background-color: #3898ec00;
  border-radius: 4px;
  padding: 0 20px;
  font-family: Instrumentsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.txt-btn:hover {
  color: #138381;
}

.txt-btn.footer {
  font-size: 18px;
  text-decoration: none;
}

.txt-btn.right {
  padding-right: 0;
}

.footer-fw {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
}

.footer--top-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.7rem;
  display: flex;
  position: relative;
}

.footer--bot-container {
  width: 100%;
}

.footer--top-left {
  width: 50%;
}

.footer--top-right {
  width: 22%;
  padding-top: .6rem;
}

.footer-txt--top-left {
  color: #fff;
  text-align: left;
  margin-top: .6rem;
  font-family: Clashdisplay;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.footer-txt--top-left.white {
  color: #fff;
}

.footer-divider {
  background-image: linear-gradient(270deg, #0000, #ffffff3b 54%, #0a0a0a00);
  height: 1px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.footer--bot-divider--vert {
  background-color: #3f3f3f;
  width: 1px;
  height: 100%;
  min-height: 2rem;
}

.mind-logo {
  margin-bottom: 9rem;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.tagline--wrapper {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-bottom: 1.6rem;
  display: flex;
}

.tagline--left-line, .tagline--right-line {
  flex: 1;
  height: 1px;
}

.tagline-box {
  background-color: #ff4040;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  position: relative;
}

.tagline-grey-area {
  background-color: #ff4040;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: .3rem;
  margin-right: .3rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.number-box {
  width: 62px;
  margin-right: 1rem;
}

.div-block {
  width: 87%;
}

.image {
  width: 100%;
}

.heroimg {
  height: 42rem;
  position: absolute;
  inset: 6rem 0% 0% 50rem;
}

.boxes-fw {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}

._3-boxes-wrap {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  min-width: 100%;
  margin-top: 1.6rem;
  display: flex;
}

.squared-box {
  background-image: url('../images/contextually-aware.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 508px;
  padding: 1.6rem;
  display: flex;
  position: relative;
}

.squared-box._2 {
  background-image: url('../images/Group-51.jpg');
}

.squared-box._3 {
  background-image: url('../images/Group-50.jpg');
}

.box-tagline-txt {
  color: #fff;
  text-transform: uppercase;
  max-width: 24ch;
  font-family: "Jersey 15", Verdana, sans-serif;
  font-size: 28px;
  line-height: 1.1;
}

.cut-box {
  background-color: #f5f5f5;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.safety-box {
  background-image: url('../images/safety.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 416px;
  margin-top: 1.6rem;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
  display: flex;
}

.safety-txt-wrap {
  width: 50%;
}

.form-fw {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-image: url('../images/form-bgd-img.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding: 2rem 4rem;
  display: flex;
}

.form-txt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 36%;
  display: flex;
}

.form-wrapper {
  flex: 1;
  padding: 3rem 3rem 2rem;
}

.heroimg--on-mob {
  border-radius: 20px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .h1-subpara, .para {
    font-family: Open Sans, sans-serif;
  }

  .heroimg {
    left: 61rem;
  }

  .boxes-fw {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .safety-box {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 414px;
    display: flex;
  }

  .safety-txt-wrap {
    width: 50%;
  }

  .form-txt-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .heroimg {
    left: 66rem;
  }

  .form-fw {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
  }

  .form-txt-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 36%;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    min-height: auto;
  }

  .hero-txt--wrapper {
    width: 100%;
    margin-top: 3.2rem;
  }

  .h1 {
    font-size: 50px;
  }

  .h1-subpara {
    font-size: 22px;
  }

  .h2 {
    font-size: 44px;
  }

  .why-spearhead--blocks-wrapper {
    flex-flow: column;
  }

  .why-spearhead--col {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .h3.shorten {
    width: 100%;
    font-size: 30px;
  }

  .h3.shorten.center-on-tablet {
    text-align: center;
  }

  .para {
    font-size: 18px;
  }

  .para.small.tagline {
    font-size: 16px;
  }

  .para.center-from-tablet {
    text-align: center;
  }

  .feature-img {
    border-radius: 12px;
  }

  .capability-trio {
    height: auto;
    min-height: 280px;
    margin-bottom: 0;
  }

  .capability-block {
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.2;
  }

  .pricing-black-box {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-fw {
    width: 90%;
  }

  .mind-logo {
    margin-bottom: 1rem;
  }

  .heroimg {
    display: none;
  }

  .safety-box {
    background-position: 70% 100%;
    background-size: cover;
    height: 400px;
  }

  .form-fw {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .form-txt-wrap {
    max-width: 100%;
  }

  .heroimg--on-mob {
    border-radius: 12px;
    min-width: 100%;
    margin-top: 3rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h3.shorten {
    font-weight: 700;
  }

  .para.small {
    font-size: 14px;
  }

  .feature-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .feature-block__txt-wrap, .feature-img--wrap {
    width: 100%;
  }

  .feature-img--wrap.to-bot-on-mob {
    order: 1;
    width: 100%;
  }

  .capability-trio {
    flex-flow: wrap;
    justify-content: flex-start;
    height: auto;
    min-height: 360px;
  }

  .capability-trio.last {
    height: 430px;
    min-height: 430px;
  }

  .capability-block {
    width: 100%;
    margin-bottom: 2rem;
  }

  .h4 {
    font-size: 32px;
  }

  .pricing-black-box {
    flex-flow: column;
    padding-left: 2rem;
  }

  .pricing-item {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-button.footer {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .txt-btn {
    margin-bottom: .4rem;
  }

  .txt-btn.right {
    text-align: center;
    padding-left: 0;
    font-size: 14px;
  }

  .footer-fw {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .footer--bot-divider--vert {
    display: none;
  }

  .mind-logo {
    margin-bottom: 1.8rem;
  }

  .number-box {
    width: 40px;
  }

  ._3-boxes-wrap {
    flex-flow: column;
  }

  .squared-box {
    background-position: 50%;
    background-size: cover;
    flex: none;
    height: 300px;
  }

  .safety-box {
    height: 500px;
    padding-left: 2rem;
  }

  .form-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    min-height: 70svh;
  }

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

  .container.why-spearhead {
    background-color: #dfe3e600;
    margin-top: 7rem;
  }

  .container.capabilities {
    margin-top: 3rem;
  }

  .container.features {
    margin-top: 4rem;
  }

  .hero-txt--wrapper {
    width: 100%;
  }

  .h1 {
    font-size: 38px;
  }

  .h1-subpara {
    font-size: 20px;
  }

  .hero-buttons--wrap {
    flex-flow: column;
    align-items: stretch;
  }

  .gray-out--div {
    height: 60px;
  }

  .green-cta-btn {
    text-align: center;
    font-size: 24px;
  }

  .black-cta-btn {
    text-align: center;
    font-size: 18px;
  }

  .h2 {
    font-size: 34px;
  }

  .h2.left-on-mob {
    text-align: left;
  }

  .why-spearhead--col {
    justify-content: space-between;
    align-items: flex-start;
  }

  .h3.shorten {
    margin-top: 0;
    font-size: 26px;
  }

  .h3.shorten.center-on-tablet {
    font-size: 26px;
  }

  .h3.shorten.center-on-tablet.left-on-mob {
    text-align: left;
  }

  .para {
    font-size: 16px;
  }

  .para.small.tagline {
    font-size: 14px;
  }

  .para.footer {
    font-size: 16px;
  }

  .para.center-from-tablet.left-on-mob {
    text-align: left;
  }

  .h2-subpara {
    font-size: 18px;
  }

  .h2-subpara.left-on-mob {
    text-align: left;
  }

  .feature-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .feature-block__txt-wrap, .feature-img, .feature-img--wrap {
    width: 100%;
  }

  .feature-img--wrap.to-bot-on-mob {
    order: 1;
  }

  .why-spearhead--icon {
    max-height: 4rem;
  }

  .features-section {
    margin-top: 0;
  }

  .capability-trio {
    flex-flow: column;
    height: auto;
    margin-top: 1.6rem;
  }

  .capability-trio.last {
    height: auto;
  }

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

  .capability-block {
    width: 100%;
    margin-bottom: 1.6rem;
    padding-left: 0;
  }

  .icon-vertical-divider, .h2-spacer.none-on-mob, .icons--left-horizontal--divider, .icons--right-horizontal--divider {
    display: none;
  }

  .image-fw {
    width: 100%;
  }

  .text-button.footer {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .txt-btn {
    text-align: right;
  }

  .txt-btn.footer {
    font-size: 16px;
  }

  .txt-btn.right {
    padding-left: 0;
  }

  .footer-fw {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer--top-container {
    flex-flow: column;
  }

  .footer--top-left, .footer--top-right {
    width: 100%;
  }

  .mind-logo {
    max-width: 100px;
    margin-bottom: 1.4rem;
  }

  .tagline--left-line, .tagline--right-line {
    display: none;
  }

  .tagline-box {
    flex: 1;
  }

  .number-box {
    width: 34px;
    margin-right: .4rem;
  }

  .boxes-fw {
    height: auto;
    margin-top: 6rem;
  }

  .squared-box {
    height: 500px;
  }

  .safety-box {
    background-position: 74% 100%;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .safety-txt-wrap {
    width: 70%;
  }

  .form-fw {
    background-position: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .heroimg--on-mob {
    width: 100%;
    margin-top: 2rem;
    display: block;
  }
}


@font-face {
  font-family: 'Jersey 15';
  src: url('../fonts/Jersey15-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans';
  src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}