/*Override Styles*/
/* index.php */
/* Ensure all elements inherit the color from its parent */
@import url("https://use.typekit.net/qgx6tyr.css");
@import url("https://use.typekit.net/qgx6tyr.css");
html, 
body {
font-family: "franklin-gothic", sans-serif;
font-weight: 400;
font-style: normal;
}
:root {
  /* Adjust to your main header height so this sits just under it */
  --main-header-height: 0px;
  --industries-nav-bg: #ffffff; 
}
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}
/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}
/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}
/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}
/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}
/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}
/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}
/* These classes are never overwritten */
.hide {
  display: none !important;
}
/* Remove default Webflow chevron from form select */
select{
  -webkit-appearance:none;
}
@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
.margin-0 {
  margin: 0rem !important;
}
.padding-0 {
  padding: 0rem !important;
}
.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}
.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}
.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}
/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.color-scheme-1 {}
  .color-scheme-2 {
    --color-scheme-1--text: var(--color-scheme-2--text);
    --color-scheme-1--background: var(--color-scheme-2--background);
    --color-scheme-1--foreground: var(--color-scheme-2--foreground);
    --color-scheme-1--border: var(--color-scheme-2--border);
    --color-scheme-1--accent: var(--color-scheme-2--accent);
  }
  .color-scheme-3 {
    --color-scheme-1--text: var(--color-scheme-3--text);
    --color-scheme-1--background: var(--color-scheme-3--background);
    --color-scheme-1--foreground: var(--color-scheme-3--foreground);
    --color-scheme-1--border: var(--color-scheme-3--border);
    --color-scheme-1--accent: var(--color-scheme-3--accent);
  }
  .color-scheme-4 {
    --color-scheme-1--text: var(--color-scheme-4--text);
    --color-scheme-1--background: var(--color-scheme-4--background);
    --color-scheme-1--foreground: var(--color-scheme-4--foreground);
    --color-scheme-1--border: var(--color-scheme-4--border);
    --color-scheme-1--accent: var(--color-scheme-4--accent);
  }
  .color-scheme-5 {
    --color-scheme-1--text: var(--color-scheme-5--text);
    --color-scheme-1--background: var(--color-scheme-5--background);
    --color-scheme-1--foreground: var(--color-scheme-5--foreground);
    --color-scheme-1--border: var(--color-scheme-5--border);
    --color-scheme-1--accent: var(--color-scheme-5--accent);
  }
.w-slider-dot {
  background-color: var(--color-scheme-1--text);
  opacity: 0.20;
}
.w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text);
  opacity: 1;
}
/* Override .w-slider-nav-invert styles */
.w-slider-nav-invert .w-slider-dot {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 0.20 !important;
}
.w-slider-nav-invert .w-slider-dot.w-active {
  background-color: var(--color-scheme-1--text) !important;
  opacity: 1 !important;
}

header.section_header141 a.button.is-alternate.w-button {
    color: var(--_primitives---colors--white);
    background-color: var(--_primitives---colors--catalina-blue);
    box-shadow: 0 5px 0 0 var(--_primitives---colors--catalina-blue-dark);
    border-color: transparent;
}
header.section_header141 a.button.is-secondary.w-button {
    background-color: var(--_primitives---opacity--neutral-darkest-5);
    box-shadow: 0 5px 0 0 var(--_primitives---opacity--neutral-darkest-15);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--_primitives---colors--neutral-darkest);
}

a.button.is-alternate.w-button {
    border: none;
}
a.button.is-secondary.w-button.blue {
    color: var(--_primitives---colors--white);
    background-color: var(--_primitives---colors--catalina-blue);
    box-shadow: 0 5px 0 0 var(--_primitives---colors--catalina-blue-dark);
    border-color: transparent;
}
a.button.is-alternate.w-button {
    color: var(--_primitives---colors--white);
    background-color: #0c4484;
    border-color: transparent;
    box-shadow: 0 5px 0 0 #093669;
}
.layout409_card-content.level-2 {
    border-top: solid 10px #7ec6ff;
}
.layout409_card-content.level-3 {
    border-top: solid 10px #c390fd;
}
.layout409_card-content.level-4 {
    border-top: solid 10px #ffbf4c;
}
.layout409_card-content.level-5 {
    border-top: solid 10px #88dbb3;
}
a.button.is-alternate.w-button.level-2 {
    color: #000;
    background-color: #64b2f0;
    border-color: transparent;
    box-shadow: 0 5px 0 0 #40759e;
    font-weight: 500;
}
a.button.is-alternate.w-button.level-2:hover {
    box-shadow: 0 2px 0 0 #40759e;

}
a.button.is-alternate.w-button.level-3 {
    color: #000;
    background-color: #c390fd;
    border-color: transparent;
    box-shadow: 0 5px 0 0 #6a3ba7;
    font-weight: 500;
}
a.button.is-alternate.w-button.level-3:hover {
    box-shadow: 0 2px 0 0 #6a3ba7;
}
a.button.is-alternate.w-button.level-4 {
    color: #000;
    background-color: #ffda97;
    border-color: transparent;
    box-shadow: 0 5px 0 0 #ba8d3e;
    font-weight: 500;
}a.button.is-alternate.w-button.level-4:hover {
    box-shadow: 0 2px 0 0 #ba8d3e;
}
a.button.is-alternate.w-button.level-5 {
    color: #000;
    background-color: #88dbb3;
    border-color: transparent;
    box-shadow: 0 5px 0 0 #36b636;
    font-weight: 500;
}
a.button.is-alternate.w-button.level-5:hover {
    box-shadow: 0 2px 0 0 #36b636;
}
h1, h2, h3, h4, h5, h6{
  font-family: "loos-normal", sans-serif;
  font-style: normal;
}
h1{
    font-weight: 800;
}

a.navbar5_dropdown-link .navbar5_item-right div {
    font-family: "loos-normal", sans-serif;
    font-weight: 500;
}
a.navbar5_dropdown-link .navbar5_item-right p {
    font-family: "franklin-gothic", sans-serif;
    font-weight: 300;
    font-size: 15px;
}



/* Particles hero background */
#home-hero.hero-has-particles {
  position: relative;
  overflow: hidden; /* prevents canvas bleed */
}

#home-hero .hero-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; /* keep buttons clickable */
}

/* Ensure hero content sits above particles */
#home-hero .hero-content-layer {
  position: relative;
  z-index: 1;
}

/* Optional: if the header already has a background, make particles blend nicely */
#home-hero .hero-particles canvas {
  display: block;
}
S







.heading-style-h2 {
    letter-spacing: -.0375rem;
    font-size: 2.9rem;
    font-weight: 800;
    line-height: 1.1;
}
.text-size-medium {
    font-size: 1.25rem;
    line-height: 30px;
}
.stats31_number {
    font-size: 3.5rem;
}
.heading-style-h3 {
    letter-spacing: -.03rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.2;
}
.heading-style-h4 {
    letter-spacing: -.025rem;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.3;
}
.heading-style-h5 {
    letter-spacing: -.02rem;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
}
div#w-dropdown-toggle-0 > div,
div#w-dropdown-toggle-1 > div {
font-weight: 500 !important;
    font-family: "loos-normal", sans-serif;
    font-size: 18px;
}
section.section_layout115.color-scheme-2,
section.section_layout409.color-scheme-2,
section.section_layout396.color-scheme-5,
section.section_blog34.color-scheme-2,
section.section_layout103.color-scheme-2,
section.section_layout353.color-scheme-2,
section.section_layout419.color-scheme-2,
section.section_layout400.color-scheme-2,
section.section_content10.color-scheme-2,
header.section_layout480.color-scheme-2
 {
  background: #f9f9f9;
}
.layout419_card{
  border:none;
}
.navbar5_logo {
  width: 100%;
  max-width: 220px;   /* never larger than 220px */
  height: auto;       /* maintain aspect ratio */
  display: block;     /* removes extra inline spacing */
}
@media (max-width: 768px) {
  .navbar5_logo {
    max-width: 180px;
  }
}
footer img {
    max-width: 160px;
    height: auto;
    display: block;
}
.hero-text {
    font-size: 1.625rem;
    line-height: 38px;
    margin-top: 58px;
    font-family: "loos-normal", sans-serif;
    max-width: 74rem;
    margin: auto;
    padding-top: 37px;
    font-weight: 400;
    padding-bottom: 20px;
}
span.lvl_cat {
    display: inline-block;
    margin-bottom: 12px;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
        border: 1px dashed var(--_primitives---colors--neutral-darkest);
    background-color: #ffffff;
    color: var(--_primitives---colors--neutral-darkest) #0d0d0d;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .25rem .625rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    font-family: "loos-normal", sans-serif;
}
span.lvl_tag {
display: inline-block;
    margin-bottom: 12px;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
        border: 1px dashed var(--_primitives---colors--neutral-darkest);
    background-color: #ffffff;
    color: var(--_primitives---colors--neutral-darkest) #0d0d0d;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .25rem .625rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    font-family: "loos-normal", sans-serif;
}
section#delta-x-hardware {
  padding-top: 6rem;
    padding-bottom: 6rem;
}
section#software-architecture span.lvl_cat,
section#software-architecture span.lvl_tag {
    font-size: 12px;
    padding: 1px 10px;
    background: transparent;
    color: #000000;
    font-weight: 400;
}
section#delta-x-hardware .layout291_item {
    text-align: left;
}
section#delta-x-hardware .layout291_item label{
display: inline-block;
    margin-bottom: 12px;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 2px solid var(--_primitives---colors--neutral-darkest);
    background-color: #ffffff;
    color: var(--_primitives---colors--neutral-darkest) #0d0d0d;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .25rem .625rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
}
.section_cta17 p{
  color:#ffffff;
}

.layout359_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.layout359_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: none;
    border-radius: var(--_ui-styles---radius--large);
    background-color: var(--color-scheme-1--foreground);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
    overflow: hidden;
}
.layout359_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.layout359_image {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.layout359_card-content {
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    display: flex;
}
@media screen and (max-width: 991px) {
    .layout359_card-content, .layout358_card-content {
        padding: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .layout359_grid-list {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .layout359_card {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 767px) {
    .layout359_card-content {
        padding: 1.5rem;
    }
}

.layout358_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
.layout358_card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: none;
    border-radius: var(--_ui-styles---radius--large);
    background-color: var(--color-scheme-1--foreground);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
    overflow: hidden;
}
.layout358_card-content {
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    display: flex;
}
.layout358_image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
.layout358_image {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.stats38_number {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.stats38_item-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
}

.stats38_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
      background-color: #ffffff;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0px 0px 24px -18px #000;
}

.stats38_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.stats38_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}
  .stats38_number {
    font-size: 4rem;
  }

  .stats38_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .stats38_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
  .stats38_list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
 

  
/* Sticky full-width industries nav */
.industries-nav {
  position: sticky;
  top: var(--main-header-height);
  z-index: 900; /* below main navbar if needed */
  width: 100%;
  background: var(--industries-nav-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
 
/* Inner container – match your site width */
.industries-nav__inner {
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: block;
    overflow-x: auto;
    text-align: center;
}
 
/* Links */
.industries-nav__link {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  color: #222;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-block;
  margin-bottom: 6px;
}
 
.industries-nav__link:hover {
  background: rgba(0, 0, 0, 0.06);
}
 
/* Active state – JS will toggle this */
.industries-nav__link.is-active {
  background: #000;
  color: #fff;
  font-weight: 600;
}
 
/* Each industry section scrolls with an offset equal to both navbars */
.industry-section {
  scroll-margin-top: calc(var(--main-header-height) + 56px); /* 56px ≈ industries-nav height */
}

.industries-nav.stop-here {
  position: static !important;
  top: auto !important;
}

/* ===== Header 77 – Full Fix ===== */
 
/* KEEP existing Webflow layout fully intact */
.header77_images-layout {
  overflow: hidden;
}
 
/* Both rows scroll LEFT so the duplicate rows line up */
.header77_image-list-top,
.header77_image-list-bottom {
  will-change: transform;
  animation: header77-scroll-left 30s linear infinite;
}
 
/* Webflow-style marquee loop (xValue: -50 over 30s) */
@keyframes header77-scroll-left {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
 
/* Reduced-motion support */
@media (prefers-reduced-motion: reduce) {
  .header77_image-list-top,
  .header77_image-list-bottom {
    animation: none;
    transform: none;
  }
}

.layout400_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
#w-node-_5aa20f24-ddbf-d91a-298c-c4df951348ba-d2628626 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.layout400_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.layout400_card {
    border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
    border-radius: var(--_ui-styles---radius--medium);
    background-color: var(--color-scheme-1--foreground);
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
    overflow: hidden;
}
.layout400_card-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
}
.layout400_card-image {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.layout400_card-content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding: 1.5rem;
    display: flex;
}

section.section_layout400 .tag.is-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 2px solid var(--_primitives---colors--neutral-darkest);
    background-color: var(--_primitives---opacity--transparent);
    color: var(--_primitives---colors--neutral-darkest);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .25rem .625rem;
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
}

body.control-level .layout359_card,
body.control-level .layout358_card {
    border: none;
}
/* Base for all nav items in this mega menu */
.nav-item {
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  border-radius: 4px;
}

/* “Active” highlight state driven by JS */
.nav-item.is-highlighted {
  background-color: var(--highlight-color);
  color: #fff;
}

/* Make sure text inside inherits the color */
.nav-item.is-highlighted .text-weight-semibold,
.nav-item.is-highlighted p {
  color: inherit;
}

/* Optional: subtle glow so the connection feels intentional */
.nav-item.is-highlighted {
  box-shadow: 0 0 0 1px rgba(0,0,0,.04), 0 8px 16px rgba(0,0,0,.12);
}

/* Optional for connection lines (see section 4) */
.nav-connection-line {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nav-connection-line.is-active {
  opacity: 1;
}
 
/* Base flair styling */ .nav-flair {
  position: relative;
  transition:
    color 0.25s ease-out,
    transform 0.25s ease-out,
    text-shadow 0.25s ease-out;
}
/* Icon motion + glow */ .nav-flair .navbar5_icon-wrapper {
  transition:
    transform 0.25s ease-out,
    filter 0.25s ease-out;
}
/* Animated underline driven by class, uses currentColor */ .nav-flair::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  transition:
    transform 0.25s ease-out,
    opacity 0.25s ease-out;
}


.nav-flair.is-active-highlight::after {
  opacity: 1;
  transform: scaleX(1);
}


.header136_component .max-width-large {
    width: 100%;
    max-width: 68rem;
}
.herotag {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    margin-bottom: 30px;
}
section.section_content1.c2 {
    background: #f7f7f7;
    border: solid 1px #efefef;
    border-left: 0;
    border-right: 0;
}
.stats31_item{
    background-color: #191919;
    color: #fff;
    border-radius: 14px;
    transition: 0.2s;
}
.stats31_item:hover {
    border-radius: 0;
    transition: 0.2s;
    background-color: #282849;
}
.layout376_card-small, .layout376_card-large {
    border: solid 1px #ccc;
}
.layout409_card {
    /* border: solid 1px #ccc; */
}
.layout376_card-large-content {
  flex: 0;
  background: #ffb4b4;
    border-top: solid 10px #ff6969;
}
.h-large-1{
    background: #FFF; 
    border: none;   
}
.h-large-1 .button{
    background: #ff6969;
    border: none;
  padding: 16px;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
}
.h-large-1 .button .icon-embed-xxsmall {
    margin-left: 0px;
    transition: 0.2s;
}
.h-large-1 .button:hover .icon-embed-xxsmall {
    margin-left: 5px;
    transition: 0.2s;
}
.h-large-1 .button:hover {
    background: #f34646;
}
.h-small-1{
    background: #bee2ff;
    border: none;
    border-top: solid 10px #7ec6ff;
    
}
.h-small-1 .button{
  background: #7ec6ff;
  border: none;
  padding: 16px;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
}
.h-small-1 .button .icon-embed-xxsmall {
    margin-left: 0px;
    transition: 0.2s;
}
.h-small-1 .button:hover .icon-embed-xxsmall {
    margin-left: 5px;
    transition: 0.2s;
}
.h-small-2{
background: #e1c7fe;
    border: none;
    border-top: solid 10px #c390fd;
}
.h-small-2 .button{
  background: #c390fd;
  border: none;
  padding: 16px;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
}
.h-small-2 .button .icon-embed-xxsmall {
    margin-left: 0px;
    transition: 0.2s;
}
.h-small-2 .button:hover .icon-embed-xxsmall {
    margin-left: 5px;
    transition: 0.2s;
}
.h-small-3{
    background: #ffdfa6;
    border: none;
    border-top: solid 10px #ffbf4c;
}
.h-small-3 .button {
    background: #ffbf4c;
    border: none;
  padding: 16px;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
}
.h-small-3 .button .icon-embed-xxsmall {
    margin-left: 0px;
    transition: 0.2s;
}
.h-small-3 .button:hover .icon-embed-xxsmall {
    margin-left: 5px;
    transition: 0.2s;
}
.h-small-4{
    background: #88dbb3;
    border: none;
    border-top: solid 10px #12b767;
}
.h-small-4 .button {
    background: #12b767;
    border: none;
  padding: 16px;
  transition: 0.2s;
  font-weight: 500;
  font-size: 14px;
}
.h-small-4 .button .icon-embed-xxsmall {
    margin-left: 0px;
    transition: 0.2s;
}
.h-small-4 .button:hover .icon-embed-xxsmall {
    margin-left: 5px;
    transition: 0.2s;
}
.section_cta17 {
    position: relative;
    background: #191919;
}
.layout409_card.card-1.level-2 .lvl_cat,
.layout409_card.card-1.level-2 .lvl_tag {
    background: #7ec6ff;
    border: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout409_card.card-2.level-3 span.lvl_cat,
.layout409_card.card-2.level-3 span.lvl_tag {
    background: #c390fd;
    border: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout409_card.card-3.level-3 span.lvl_cat,
.layout409_card.card-3.level-3 span.lvl_tag{
    background: #c390fd;
    border: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout409_card.card-4.level-3 span.lvl_cat,
.layout409_card.card-4.level-3 span.lvl_tag{
    background: #c390fd;
    border: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout409_card.card-3.level-4 span.lvl_cat,
.layout409_card.card-3.level-4 span.lvl_tag{
    background: #ffda97;
    border: none;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout409_card.card-5.level-5 span.lvl_cat,
.layout409_card.card-5.level-5 span.lvl_tag{
    background: #88dbb3;
    border: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout291_item label {
    background: #ff6969 !important;
    border: none !important;
        font-weight: 500 !important;
    font-size: 12px;
    letter-spacing: 1px;
}
.layout291_item .button {
    border: solid 2px;
    padding: 10px;
}
.layout396_card {
background-color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 8px;
    transition: 0.2s;
    color: #000000;
    box-shadow: 0px 3px 28px -28px #000;
}
.layout396_card-content .button-group a {
    color: #000000 !important;
}
.layout396_card-content svg {
    color: #000000 !important;
}
.layout396_card-content .icon-1x1-medium{
  color: #fff;
}
.navbar5_menu-right > a + a {
    color: #fff !important;
}
.video-overlay-layer {
    z-index: 1;
    background-color: #191919;
    position: relative !important;
    inset: 0%;
        display: contents;
}
.text-style-tagline{
    font-weight: 500;
    border: solid 2px;
    padding: 20px 30px;
    border-top: 0;
    border-right: 0;
    font-family: "loos-normal", sans-serif;
    margin-bottom: 30px;
}
.text-style-tagline strong{
    font-weight: 500;
}
.navbar5_menu-right a{
  font-family: "loos-normal", sans-serif;
}
.stats31_item-content h3 {
    font-weight: 400;
    line-height: 32px;
    margin:0;
}
section#software-architecture .max-width-large {
    width: 100%;
    max-width: 54rem;
}
.industry-card .button.is-link{
  transition: 0.2s;
}
.industry-card a.button.is-link.is-icon.w-inline-block div:hover {
    color: #0c4484;
    transition: 0.2s;
}
.industry-card a.button.is-link.is-icon.w-inline-block:hover svg {
    color: #0c4484;
    transition: 0.2s;
    margin-left: 5px;
}
.heading-style-h2 {
    letter-spacing: -.0375rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
}
.h2-override{
    letter-spacing: -.0375rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    font-weight: 800;
}
.layout291_item.level1 a:hover {
    background: #191919;
    transition: 0.2s;
    color: #fff;
}
.layout291_item.level1 a:hover svg {
    transition: 0.2s;
    color: #fff;
}
.tag.is-text {
    font-weight: 500;
    font-family: "loos-normal", sans-serif;
  font-style: normal;
}
.faq3_accordion .text-size-medium {
    font-weight: 400;
    font-family: "loos-normal", sans-serif;
  font-style: normal;
}
.margin-large .stats31_number {
    margin: 0;
    margin-bottom: -30px;
}
body.control-level .text-style-tagline {
    border: none;
    padding: 0;
    margin: 0;
}
body.sitecentral .layout308_content {
    grid-template-columns: 1fr;
    max-width: 50rem;
}
body.insight .layout308_content {
    grid-template-columns: 1fr;
    max-width: 50rem;
}
body.verify .layout308_content {
    grid-template-columns: 1fr;
    max-width: 50rem;
}


































.navbar5_menu-left {
    display: block;
    margin: auto;
}
.navbar5_dropdown-content-left.product-dropdown,
.navbar5_dropdown-content-left.resource-center {
    grid-column-gap: 3rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-auto-columns: 1fr;
    padding: 2rem 2rem 2rem 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}



.navbar5_dropdown-link-list.industry{
    grid-column-gap: 0px;
    grid-row-gap: 2px;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
    display: grid;
}

p.application-head {
    padding-left: 38px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: solid 1px #000;
    padding-bottom: 7px;
}
ul.suite-applications {
    list-style: none;
    padding: 0;
    padding-left: 30px;
    margin: 0;
    display: inline-flex;
}
ul.suite-applications li a {
    margin-right: 22px;
    font-weight: 600;
}
.button-group a {
    font-family: "loos-normal", sans-serif;
    letter-spacing: .3px;
    font-weight: 500;
    font-size: 16px;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}
.navbar5_dropdown-list.w--open {
    border-bottom: solid 2px;
}




.faq3_icon-wrapper svg {
  transition: transform 0.35s ease;
}
/* Make sure inline height can't win */
.faq3_answer {
  height: auto !important;
}

/* (optional) visual polish */
.faq3_question  { display:flex; align-items:center; justify-content:space-between; cursor:pointer; }














