@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  letter-spacing: -.03em;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button {
  z-index: 0;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding: .625rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.button:hover {
  background-color: #e4e4e4;
}

.button.full-width {
  width: 100%;
}

.button.is-nav {
  color: #fff;
  background-color: #000;
  padding: .5rem 1rem;
  font-size: .875rem;
}

.button.is-nav:hover {
  background-color: #000000b3;
}

.button.is-green {
  color: #fff;
  background-color: #029c00;
}

.button.is-green:hover {
  background-color: #039c00b0;
}

.hide {
  display: none;
}

.home-faq_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: .25rem;
  display: flex;
}

.padding-section-footer {
  padding: 3rem 0;
}

.padding-section-footer.is-cr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer_social-link {
  margin-right: .75rem;
}

.footer_social-link.is-last {
  margin-right: 0;
}

.footer_component {
  z-index: 10;
  position: relative;
}

.footer_socials {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_social-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_content-wrp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 1000;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
  overflow: hidden;
}

.footer_legal-link {
  color: #000;
  text-align: right;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.navbar_link {
  z-index: 99;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 1.5rem;
  padding: .5rem .75rem;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navbar_link:hover {
  background-color: #f7f7f7;
}

.navbar_link.is-last {
  margin-right: 0;
}

.navbar_logo-wrapper {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_container {
  border-left: 1px solid #d3d3d300;
  border-right: 1px solid #d3d3d300;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 88rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_menu-link-wrp, .navbar_menu-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_logo {
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  display: flex;
}

.navbar_left-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.navbar_menu-wrapper-mobile {
  z-index: 10000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  display: none;
  position: absolute;
  inset: 0 0% auto;
  overflow: scroll;
}

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

.navbar_component {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_cta-wrp {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_menu-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
}

.navbar_mobile-link-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  display: flex;
}

.navbar_container-mobile {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar_link-mobile {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.navbar_menu-button {
  display: none;
}

.navbar_menu-button.is-open {
  color: #0d0d0d;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: -.5rem;
  display: flex;
}

.navbar_menu-button.is-main {
  z-index: 10000;
  color: #000;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: none;
  position: relative;
}

.navbar_menu-wrapper-mobile-top {
  width: 100%;
  max-width: 92.5rem;
}

.section_home-hero {
  position: relative;
  overflow: hidden;
}

.padding-section-home-hero {
  padding-top: 15rem;
  padding-bottom: 11.25rem;
}

.home-hero_content-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  transition: all 1s;
  display: grid;
}

.home-hero_h1-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 50rem;
  display: grid;
}

.home-hero_tag-wrp {
  z-index: 1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #ffffff03;
  border: 0 #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  display: flex;
  position: relative;
  box-shadow: inset 0 .5px 2px #fff3, inset 0 -.5px 2px #fff3;
}

.home-hero_circle-wrp {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: .875rem;
  height: .875rem;
  margin-right: .75rem;
  display: flex;
  position: relative;
}

.home-hero_circle-small {
  background-color: #6eff14;
  border-radius: 100px;
  width: .625rem;
  height: .625rem;
}

.home-hero_h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  font-size: 4.25rem;
  font-weight: 400;
  line-height: 1.2;
  transition: all .2s;
}

.home-hero_desc-wrp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  max-width: 37rem;
  display: grid;
}

.p-20 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
}

.home-hero_btn-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-hero_tag-txt {
  color: #fff;
  font-weight: 500;
}

.home-hero_bg-wrp {
  z-index: -1;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-fw-fh {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-fw-fh.is-desktop {
  z-index: 4;
  display: inline-block;
}

.image-fw-fh.is-2 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.image-fw-fh.is-3 {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.section_home-mission {
  border-bottom: 1px solid #d3d3d3;
}

.padding-section-home-mission {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.home-mission_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.home-mission_heading-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 48rem;
  display: grid;
}

.home-results_h2 {
  font-size: 3rem;
  overflow: hidden;
}

.button-overlay {
  z-index: 0;
  opacity: 0;
  background-color: #ffffff40;
  border-radius: 100px;
  transition: all .2s;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-txt {
  z-index: 2;
  position: relative;
}

.home-hero_bg-overlay {
  z-index: 5;
  background-image: linear-gradient(#fff, #0009);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_cta-wrp-mobile {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_menu-mobile-bg-wrp {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar_menu-mobile-bg-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.no-select-wrp {
  width: 100%;
  height: 100%;
}

.footer_logo-wrapper {
  z-index: 5;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  display: flex;
  position: relative;
}

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

.footer_logo-overlay {
  display: none;
}

.home-results_h2-span {
  display: inline-block;
  position: relative;
}

.home-results_h2-span2 {
  display: inline-block;
}

.gtm-container {
  display: none;
}

.border-section {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.border-section.is-hero {
  border-left-color: #fff3;
  border-right-color: #fff3;
}

.border-section.is-demo {
  padding-left: 0;
  padding-right: 0;
}

.home-mission_subh {
  color: #999;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-family: Space Mono, Arial, sans-serif;
}

.h2 {
  text-align: center;
  font-weight: 500;
}

.home-mission_desc-wrp {
  padding-top: .5rem;
}

.home-mission_desc {
  text-align: center;
  font-weight: 500;
}

.home-mission_vid-wrp {
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  max-width: 64.375rem;
  position: relative;
  overflow: hidden;
}

.home-mission_bg-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-mission_img {
  z-index: -1;
  position: relative;
}

.home-mission_video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-mission_play-btn-wrp {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-mission_play-btn {
  z-index: 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.local-page-css {
  display: none;
}

.home-industry_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section_home-industry {
  border-bottom: 1px solid #d3d3d3;
}

.home-industry_heading-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 40rem;
  display: grid;
}

.home-industry_tab-wrp {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.home-industry_tab-menu-wrp {
  background-image: linear-gradient(135deg, #efeff2, #faf9f9);
  border: 1px solid #ececec;
  border-radius: 16px;
  width: 100%;
  max-width: 36.5rem;
  padding: .3125rem;
  display: block;
  overflow: hidden;
}

.home-industry_tab-menu {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 11px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.home-industry_tab-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: none;
  color: #000;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem 1.25rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  overflow: hidden;
}

.home-industry_tab-item.is--current {
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 9px;
  grid-auto-rows: auto;
}

.home-industry_tab-cat {
  font-weight: 500;
}

.home-industry_tab-cat.is-2 {
  color: #0009;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Space Mono, Arial, sans-serif;
  font-size: .875rem;
}

.home-industry_h3 {
  font-size: 2rem;
  font-weight: 500;
}

.home-industry_h3-wrp {
  max-width: 20rem;
}

.home-industry_h3-wrp.is-3 {
  max-width: 25rem;
}

.home-industry_h3-wrp.is-2 {
  max-width: 22rem;
}

.home-industry_tab-desc {
  font-weight: 500;
}

.home-industry_imgs {
  border-radius: 20px;
  width: 100%;
  max-width: 42.1875rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home-industry_img-wrp {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.home-industry_img-wrp.is-abs {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-industry_img-wrp.is--current {
  opacity: 1;
}

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

.home-ftr_heading-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 52rem;
  display: grid;
}

.home-ftr_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.section_home-ftr {
  border-bottom: 1px solid #d3d3d3;
}

.home-ftr_list-wrp {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.home-ftr_item-wrp {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-ftr_img-wrp {
  border-radius: 20px;
  width: 55%;
  max-width: 45.125rem;
  margin-right: 3rem;
  overflow: hidden;
}

.home-ftr_img-wrp.is-right {
  margin-right: 0;
}

.home-ftr_item-content-wrp {
  max-width: 26.25rem;
}

.home-ftr_item-content-wrp.is-left {
  margin-right: 3rem;
}

.home-ftr_item-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-ftr_h3 {
  font-size: 2rem;
  font-weight: 500;
}

.home-ftr_desc {
  font-weight: 500;
}

.home-ftr_btn-wrp {
  color: #039c00;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.btn-icon {
  justify-content: center;
  align-items: center;
  margin-left: .25rem;
  padding-top: 2px;
  transition: all .2s;
  display: flex;
}

.padding-section-home-key {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section_home-key {
  border-bottom: 1px solid #d3d3d3;
}

.home-key_component {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-key_h2-wrp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-key_h2 {
  text-align: left;
  font-weight: 500;
}

.home-key_list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 54rem;
  display: grid;
}

.home-key_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-left: 1px solid #b9b0b0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 1rem;
  display: grid;
}

.home-key_fig-wrp {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.home-key_fig {
  color: #039c00;
  font-family: Space Mono, Arial, sans-serif;
  font-size: 5rem;
  line-height: 1.2;
}

.home-key_subfig {
  color: #039c00;
  padding-bottom: 11px;
  font-family: Space Mono, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
}

.home-key_item-desc {
  color: #039c00;
}

.comma-small {
  font-size: 1.875rem;
}

.home-demo_content-wrp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 34rem;
  display: grid;
}

.home-demo_desc {
  text-align: center;
  font-size: 1.25rem;
}

.home-demo_h2 {
  text-align: center;
}

.footer_cr-wrp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_link {
  z-index: 99;
  color: #000;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer_link:hover {
  color: #5f5f5f;
}

.footer_link.is-pp {
  color: #000000e6;
}

.footer_link.is-pp:hover {
  color: #5f5f5f;
}

.home-industry_tab-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
  overflow: hidden;
}

.home-industry_tab-content-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: grid;
  overflow: hidden;
}

.home-industry_tab-category {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease;
  display: grid;
}

.home-industry_cat-txt-wrp {
  overflow: hidden;
}

.navbar_top-margin {
  width: 100%;
  height: .75rem;
}

.home-industry_img-wrp-mob {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: none;
}

.home-mission_play-btn-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-mission_play-init {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_home-demo {
  border-bottom: 1px solid #d3d3d3;
}

.home-demo_component2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  padding: 6rem 1.5rem;
  display: flex;
}

.span-inline {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  .padding-section-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer_content-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .footer_legal-link {
    margin-right: 0;
  }

  .navbar_link {
    color: #001137;
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-right: 1rem;
    display: block;
    position: relative;
  }

  .navbar_link.is-last {
    margin-right: 1rem;
  }

  .navbar_logo-wrapper {
    display: flex;
  }

  .navbar_container {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .navbar_menu-link-wrp {
    justify-content: center;
    align-items: center;
  }

  .navbar_left-wrapper {
    margin-left: auto;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .navbar_menu-wrapper-mobile {
    z-index: 10000;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    object-fit: fill;
    background-color: #00000080;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    height: 100vh;
    min-height: auto;
    position: fixed;
    inset: 0 0% 0%;
  }

  .navbar_component {
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar_menu-wrapper.is-mobile {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .navbar_mobile-link-wrapper {
    padding-top: .5rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navbar_container-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_mobile-menu-wrapper {
    width: 100%;
    padding-top: 1rem;
  }

  .navbar_link-mobile {
    color: #fff;
    text-transform: none;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    display: block;
  }

  .navbar_menu-button {
    color: #fff;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem;
    padding: .75rem;
    display: flex;
  }

  .navbar_menu-button.is-open {
    color: #fff;
  }

  .navbar_menu-button.is-main {
    z-index: 9999;
    display: flex;
    position: relative;
  }

  .navbar_menu-wrapper-mobile-top {
    justify-content: space-between;
    align-items: center;
    padding-top: .75rem;
    display: flex;
  }

  .home-hero_h1-wrp {
    max-width: 40rem;
  }

  .home-hero_h1 {
    font-size: 3.5rem;
  }

  .home-hero_bg-wrp {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
  }

  .padding-section-home-mission {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .home-results_h2 {
    font-size: 2.5rem;
  }

  .navbar_cta-wrp-mobile {
    padding-top: 3rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-industry_h3 {
    font-size: 1.75rem;
  }

  .home-ftr_heading-wrp {
    max-width: 32rem;
  }

  .home-ftr_list-wrp {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .home-ftr_item-wrp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    position: static;
  }

  .home-ftr_img-wrp {
    max-width: none;
    margin-right: 2rem;
  }

  .home-ftr_img {
    width: 100%;
  }

  .home-ftr_item-content-wrp {
    width: 45%;
    max-width: none;
  }

  .home-ftr_item-content-wrp.is-left {
    margin-right: 2rem;
  }

  .padding-section-home-key {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-key_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-key_list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-key_fig {
    font-size: 3.5rem;
  }

  .home-key_subfig {
    font-size: 1.25rem;
  }

  .footer_cr-wrp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .footer_link {
    color: #001137;
    text-align: left;
    object-fit: fill;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: stretch;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .home-demo_component2 {
    grid-auto-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

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

  .button.is-nav {
    font-size: 1rem;
  }

  .padding-section-footer {
    padding: 2rem 0;
  }

  .footer_content-wrp {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .navbar_left-wrapper {
    display: none;
  }

  .navbar_component {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .navbar_menu-wrapper {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .navbar_mobile-link-wrapper {
    padding-top: .5rem;
  }

  .navbar_link-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
  }

  .navbar_menu-button.is-open {
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .padding-section-home-hero {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .home-hero_h1 {
    font-size: 3rem;
  }

  .p-20 {
    font-size: 1.125rem;
  }

  .home-hero_bg-wrp {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .padding-section-home-mission {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-mission_heading-wrp {
    align-items: start;
    max-width: 43rem;
  }

  .home-results_h2 {
    font-size: 2.25rem;
  }

  .navbar_menu-mobile-bg-wrp {
    z-index: -1;
  }

  .footer_logo-wrapper {
    position: relative;
  }

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

  .footer_logo-overlay {
    z-index: 1;
    background-image: linear-gradient(#fff0 44%, #fff 87%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .border-section {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .home-mission_desc-wrp {
    padding-top: 0;
  }

  .home-industry_heading-wrp {
    max-width: 43rem;
  }

  .home-industry_tab-wrp {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: auto;
  }

  .home-industry_tab-menu-wrp {
    max-width: none;
  }

  .home-industry_tab-item.is--current {
    grid-auto-columns: 1fr;
  }

  .home-industry_h3 {
    font-size: 1.75rem;
  }

  .home-industry_imgs {
    max-width: none;
    display: none;
  }

  .home-industry_img-wrp {
    opacity: 100;
    border-radius: 20px;
    height: auto;
    margin-top: 1rem;
    overflow: hidden;
  }

  .home-industry_img {
    height: auto;
  }

  .home-ftr_heading-wrp {
    max-width: 26rem;
  }

  .home-ftr_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .home-ftr_list-wrp {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .home-ftr_item-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    display: grid;
    position: static;
  }

  .home-ftr_img-wrp {
    width: 100%;
    margin-right: 0;
  }

  .home-ftr_img, .home-ftr_item-content-wrp {
    width: 100%;
  }

  .home-ftr_item-content-wrp.is-left {
    margin-right: 0;
  }

  .home-ftr_h3 {
    font-size: 1.75rem;
  }

  .padding-section-home-key {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-key_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-key_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-key_item {
    border-bottom: 1px solid #d3d3d3;
    border-left-style: none;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .home-key_fig {
    font-size: 4rem;
  }

  .home-key_subfig {
    font-size: 1.25rem;
  }

  .home-demo_content-wrp {
    max-width: 34rem;
  }

  .home-demo_desc {
    font-size: 1.125rem;
  }

  .home-industry_tab-content-wrp {
    transition: all .2s;
  }

  .home-demo_desc-wrp {
    max-width: 27rem;
  }

  .home-industry_img-wrp-mob {
    opacity: 100;
    border-radius: 20px;
    height: auto;
    margin-top: 1rem;
    display: block;
    overflow: hidden;
  }

  .home-demo_component2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    padding: 4rem .75rem;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.75rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .navbar_menu-wrapper-mobile {
    background-image: none;
    top: 0;
  }

  .navbar-wrapper {
    height: 4rem;
  }

  .navbar_component {
    padding-left: .5rem;
    padding-right: .5rem;
    display: flex;
  }

  .navbar_menu-wrapper {
    padding: .5rem .75rem;
  }

  .navbar_container-mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar_link-mobile {
    display: block;
  }

  .navbar_menu-button.is-main {
    margin-right: -.75rem;
  }

  .padding-section-home-hero {
    padding-bottom: 8rem;
  }

  .home-hero_content-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-hero_h1-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-hero_h1 {
    font-size: 2.75rem;
    line-height: 1.2;
  }

  .home-hero_desc-wrp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-20 {
    font-size: 1.125rem;
  }

  .padding-section-home-mission {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-results_h2 {
    font-size: 2rem;
  }

  .navbar_cta-wrp-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_menu-mobile-bg-img {
    object-position: 50% 100%;
  }

  .home-mission_vid-wrp {
    aspect-ratio: 3 / 2;
  }

  .padding-section-home-key {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer_cr-wrp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .span-inline {
    display: inline-flex;
  }
}

#w-node-_3064c8a7-5345-6caa-a3c0-e1982dfe9ece-249866f1 {
  justify-self: start;
}

#w-node-d9554081-88aa-2469-72e4-2e4d0ae44e39-249866f1 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3064c8a7-5345-6caa-a3c0-e1982dfe9ece-249866f1 {
    justify-self: center;
  }

  #w-node-d9554081-88aa-2469-72e4-2e4d0ae44e39-249866f1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fed82f3-86a1-2da5-2aaf-f87e2c87465c-249866f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b7b40000-1b30-b70e-273c-309f989f21c5-249866f1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3064c8a7-5345-6caa-a3c0-e1982dfe9ece-249866f1 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d9554081-88aa-2469-72e4-2e4d0ae44e39-249866f1 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Space Mono';
  src: url('../fonts/SpaceMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}