@font-face {
  font-family: "Lato";
  src: url("/fonts/lato-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/fonts/lato-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Material Design Icons";
  src: url("/fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: #434345;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background: #191919;
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

.rd-navbar a:hover,
.rd-navbar a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  color: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
}

p,
.p,
.list {
  margin-top: 18px;
  margin-bottom: 18px;
}

.page {
  overflow: hidden;
  background: #ffffff;
}

.page-loader {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.align-items-xl-center {
  align-items: center;
}

.justify-content-sm-center {
  justify-content: center;
}

.justify-content-xl-center {
  justify-content: center;
}

.text-left {
  text-align: left;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.text-light {
  color: #ffffff !important;
}

.small {
  font-size: 93.75%;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }

  .offset-md-top-10 {
    margin-top: 10px;
  }

  .offset-md-top-0 {
    margin-top: 0;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .justify-content-md-center {
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .text-xl-left {
    text-align: left;
  }

  .text-xl-right {
    text-align: right;
  }

  .offset-xl-top-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

.section {
  position: relative;
}

.section-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.section-98 {
  padding-top: 98px;
  padding-bottom: 98px;
}

.section-66 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.section-top-50 {
  padding-top: 50px;
}

.section-top-98 {
  padding-top: 98px;
}

.section-bottom-98 {
  padding-bottom: 98px;
}

@media (min-width: 768px) {
  .section-sm-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-md-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-sm-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-sm-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-sm-top-110 {
    padding-top: 110px;
  }

  .section-sm-bottom-110 {
    padding-bottom: 110px;
  }
}

@media (min-width: 992px) {
  .align-items-lg-center {
    align-items: center;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .text-lg-left {
    text-align: left;
  }

  .offset-lg-top-0 {
    margin-top: 0;
  }

  .offset-lg-top-50 {
    margin-top: 50px;
  }

  .section-lg-top-66 {
    padding-top: 66px;
  }

  .section-lg-bottom-0 {
    padding-bottom: 0;
  }

  .section-lg-bottom-50 {
    padding-bottom: 50px;
  }
}

.align-items-sm-center {
  align-items: center;
}

.offset-top-20 {
  margin-top: 20px;
}

.offset-top-24 {
  margin-top: 24px;
}

.offset-top-30 {
  margin-top: 30px;
}

.offset-top-41 {
  margin-top: 41px;
}

.offset-top-50 {
  margin-top: 50px;
}

.offset-top-66 {
  margin-top: 66px;
}

.bg-lighter {
  background: #f5f5f5;
}

.bg-lightest {
  background: #f7f7f7;
}

.bg-overlay-white {
  background: rgba(255, 255, 255, 0.8);
}

.bg-blue-gray {
  background: linear-gradient(90deg, #8668ad, #55bbeb);
}

.bg-overlay-gray-darkest {
  background: rgba(33, 33, 33, 0.65);
}

.context-dark,
.context-dark h2,
.context-dark .h1,
.context-dark p,
.context-dark a {
  color: #ffffff;
}

.section-triangle {
  position: relative;
}

.section-triangle svg {
  position: absolute;
  left: 50%;
  width: 60px;
  height: 30px;
  margin-left: -30px;
}

.section-triangle-bottom svg {
  top: 100%;
  z-index: 1;
  margin-top: -1px;
}

.text-middle {
  vertical-align: middle;
}

.text-picton-blue {
  color: #277da8 !important;
}

.text-dark {
  color: #333333 !important;
}

.icon-xxs {
  font-size: 14px;
  line-height: 14px;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.post-vacation {
  display: block;
  padding: 22px 27px;
  background: #ffffff;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.15);
}

.post-vacation:hover,
.post-vacation:focus {
  color: inherit;
  text-decoration: none;
  background: #212121;
}

.post-vacation:hover h3,
.post-vacation:focus h3 {
  color: #ffffff;
}

.page-head {
  position: relative;
  z-index: 1999;
}

.rd-navbar {
  display: none;
  position: relative;
  z-index: 1999;
  text-align: left;
}

.rd-navbar-fixed,
.rd-navbar-static {
  display: block;
}

.rd-navbar ul {
  list-style-type: none;
  margin-bottom: 0;
}

.rd-navbar-default.rd-navbar-light {
  background: #ffffff;
}

.rd-navbar-default.rd-navbar-transparent {
  background: transparent;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand {
  float: left;
  margin-top: 9px;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-brand img {
  vertical-align: baseline;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-menu-wrap {
  float: right;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-panel .rd-navbar-toggle {
  display: none;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner {
  position: relative;
  padding: 32px 55px 20px;
  text-align: left;
  transition: 0.3s all ease;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-inner {
  padding: 40px 85px 43px;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-inner,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-static .rd-navbar-nav > li > a {
  color: #ffffff;
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck {
  background: rgba(25, 25, 25, 0.94);
}

.rd-navbar-default.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner,
.rd-navbar-default.rd-navbar-transparent.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
  color: #ffffff;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-inner::after {
  display: block;
  clear: both;
  content: "";
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav-wrap {
  display: inline-block;
  margin-top: 11px;
  transition: 0.3s all ease;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-mobile-brand {
  display: none;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li {
  display: inline-block;
  position: relative;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li + li {
  margin-left: 31px;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li a {
  font-size: 13px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.06em;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 2px;
  margin-top: 4px;
  background: linear-gradient(90deg, #42b574 0%, #84c450 100%);
  transition: 0.3s all ease;
}

.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.active > a::after,
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li.focus > a::after,
.rd-navbar-default.rd-navbar-static .rd-navbar-nav > li > a:hover::after {
  left: 0;
  width: 100%;
}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15);
}

.rd-navbar-default.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static .rd-navbar-inner {
  padding: 40px 85px 43px;
}

.rd-navbar-default.rd-navbar-light.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rd-navbar-default.rd-navbar-fixed,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
  height: 56px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-panel {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 16;
  background: #191919;
  box-shadow: 0 1px 10px 0 rgba(67, 67, 69, 0.3);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle {
  position: fixed;
  top: 4px;
  left: 4px;
  z-index: 17;
  display: inline-block;
  width: 48px;
  height: 48px;
  padding: 0;
  color: #ffffff;
  background: none;
  border: none;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::before,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::after {
  display: block;
  width: 24px;
  height: 4px;
  background: #ffffff;
  transition: 0.3s all ease;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span {
  position: relative;
  margin: auto;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::before,
.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::after {
  position: absolute;
  left: 0;
  content: "";
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::before {
  top: -8px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-toggle span::after {
  top: 8px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-brand {
  display: block;
  position: fixed;
  top: 10px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap {
  position: fixed;
  top: -56px;
  left: 0;
  z-index: 15;
  width: 270px;
  height: calc(100vh + 56px);
  padding: 112px 0 56px;
  color: #ffffff;
  background: #191919;
  transform: translateX(-110%);
  transition: 0.3s all ease;
  overflow-y: auto;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  transform: translateX(0);
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav {
  padding: 0 20px;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li {
  display: block;
}

.rd-navbar-default.rd-navbar-fixed .rd-navbar-nav li + li {
  margin-top: 15px;
}

.slider-menu-position {
  position: relative;
  z-index: 1;
}

.slider-menu-position .rd-navbar-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  height: auto !important;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
  position: relative;
  width: 100%;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slider,
.swiper-slide {
  min-height: 480px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

.swiper-caption,
.swiper-slide-caption {
  position: relative;
  z-index: 1;
  width: 100%;
}

.swiper-slide h1 {
  box-sizing: border-box;
  color: #ffffff;
  display: inline;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 48.6px;
  font-weight: 400;
  line-height: 58.32px;
  margin-bottom: 0;
  margin-top: 0;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  -webkit-tap-highlight-color: rgba(25, 25, 25, 0);
}

.swiper-slide h4,
.home-hero-subtitle {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.45;
}

.swiper-pagination {
  display: none;
}

.home-hero-cta,
.home-hero-cta span {
  color: #ffffff !important;
}

.home-modern-intro {
  color: #555555;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.55;
}

.home-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  text-align: left;
}

.home-capability-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #e1ece7;
  color: inherit;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.05);
  transition: border-color 160ms ease, transform 160ms ease;
}

.home-capability-card:hover,
.home-capability-card:focus {
  border-color: #6fc19c;
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
}

.home-capability-card .icon {
  margin-bottom: 18px;
}

.home-capability-card p {
  margin: 0 0 10px;
  color: #2c6751;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-capability-card h3,
.home-capability-card h4 {
  margin: 0 0 14px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.home-capability-card > span:not(.icon) {
  color: #555555;
  font-size: 16px;
  line-height: 1.6;
}

.home-proof-section {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.home-proof-section h2 {
  margin-top: 0;
  color: #333333;
  font-size: 34px;
  line-height: 1.25;
}

.home-proof-section p {
  color: #555555;
  font-size: 18px;
  line-height: 1.65;
}

.home-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.home-cta-row .btn-primary,
.home-cta-row .btn-primary span {
  color: #ffffff !important;
}

.breadcrumb-classic {
  position: relative;
  color: #ffffff;
  fill: #55bbeb;
  background: #55bbeb;
  background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
}

.breadcrumb-classic::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
  animation: fadeBoth 6s infinite;
}

.breadcrumb-classic > *:not(svg) {
  position: relative;
  z-index: 1;
}

.breadcrumb-classic,
.breadcrumb-classic a {
  color: #ffffff;
}

.breadcrumb-classic h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .breadcrumb-classic h2 {
    font-size: 35px;
    line-height: 1.24211;
  }
}

@media (min-width: 1600px) {
  .breadcrumb-classic h2 {
    font-size: 38px;
    line-height: 1.18421;
  }
}

.big {
  font-size: 106.25%;
  line-height: 1.47059;
}

.breadcrumb-classic .svg-triangle-bottom {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  width: 60px;
  height: 30px;
  margin-top: -1px;
  margin-left: -30px;
}

.icon {
  display: inline-block;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border: 2px solid;
  border-radius: 50%;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}

.icon-lg.icon-circle {
  width: 80px;
  height: 80px;
  font-size: 36px;
  line-height: 80px;
}

.icon-default {
  color: #434345;
  border-color: #d9d9d9;
}

.icon-filled {
  background: #ffffff;
}

.icon-white {
  color: #ffffff;
}

.mdi::before {
  display: inline-block;
  width: 1em;
  font-family: "Material Design Icons";
  font-style: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.mdi-file-document-outline::before {
  content: "\f30e";
}

.mdi-arrow-right::before {
  content: "\f14f";
}

.mdi-email-outline::before {
  content: "\f2e5";
}

.mdi-email::before {
  content: "\f1ee";
}

.mdi-memory::before {
  content: "\f44d";
}

.mdi-security-network::before {
  content: "\f573";
}

.mdi-source-fork::before {
  content: "\f5af";
}

.mdi-codepen::before {
  content: "\f26b";
}

.mdi-chart-line::before {
  content: "\f220";
}

.mdi-cloud-check::before {
  content: "\f256";
}

.mdi-account-multiple::before {
  content: "\f10d";
}

.mdi-library-books::before {
  content: "\f424";
}

.mdi-target::before {
  content: "\f5ec";
}

.mdi-map-marker::before {
  content: "\f440";
}

.mdi-clock::before {
  content: "\f246";
}

.mdi-calendar::before {
  content: "\f1e3";
}

.novi-icon {
  display: inline-block;
  min-width: 1em;
  line-height: inherit;
}

.btn-icon .icon {
  width: 1em;
  min-width: 1em;
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #2c6751;
  border-color: #2c6751;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #245542;
  border-color: #245542;
}

.btn-default {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}

.btn-default:focus,
.btn-default:hover,
.btn-default:active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.context-dark .btn-default {
  color: #ffffff;
  border-color: #ffffff;
}

.context-dark .btn-default:focus,
.context-dark .btn-default:hover,
.context-dark .btn-default:active {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}

.govcon-ai-hub .btn-primary,
.govcon-ai-hub .btn-primary span {
  color: #ffffff !important;
}

.govcon-ai-hub .btn-primary {
  background-color: #245542 !important;
  border-color: #245542 !important;
}

.solutions-modern-page .btn,
.solutions-cta .btn {
  transition: none !important;
  animation: none !important;
}

.solutions-modern-page .solutions-card-kicker,
.solutions-modern-page .solutions-pipeline span,
.solutions-modern-page .solutions-topic-grid span,
.solutions-topic-section .solutions-topic-grid span {
  color: #2c6751 !important;
}

.about-leader-role,
.about-leader-credential,
.about-topic-grid span {
  color: #2c6751 !important;
}

.solutions-cta .btn-primary,
.solutions-cta .btn-primary span {
  color: #ffffff !important;
  background-color: #245542 !important;
  border-color: #245542 !important;
}

.btn.btn-icon {
  padding-left: 17px;
  padding-right: 17px;
}

.btn.btn-icon .icon {
  width: auto;
  min-width: 28px;
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
}

.btn.btn-icon-left .icon {
  float: left;
  padding-right: 10px;
}

.insight-article .btn,
.insight-article .btn *,
.snackbars {
  transition: none !important;
  animation: none !important;
}

.breadcrumb-classic .icon {
  width: 48px;
  height: 48px;
  font-size: 48px;
  line-height: 1;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-dashed .list-inline-item + .list-inline-item::before {
  display: inline-block;
  padding-right: 4px;
  color: inherit;
  content: "/";
}

.divider {
  display: block;
  width: 80px;
  height: 4px;
  margin: 24px auto 32px;
  border: 0;
}

.hr-lg-left-0 {
  margin-left: 0;
}

.bg-mantis {
  background: #42b574;
}

.insight-article .container {
  max-width: 1240px;
}

.insight-article-shell {
  width: 100%;
}

.insight-kicker {
  margin: 0 0 10px;
  color: #2c6751;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insight-article h1 {
  max-width: 980px;
  margin-top: 26px;
  margin-bottom: 21px;
  font-size: 42px;
  line-height: 1.18;
}

.insight-hero-image {
  margin: 36px 0 44px;
}

.insight-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1400 / 933;
  max-height: 560px;
  object-fit: cover;
}

.insight-hero-image figcaption {
  margin-top: 8px;
  color: #666666;
  font-size: 12px;
}

.insight-highlights {
  margin: 0 0 48px;
  padding: 30px;
  border-top: 1px solid #d7ebe3;
  border-bottom: 1px solid #d7ebe3;
  background: #f5faf8;
}

.insight-highlights-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.insight-highlights-heading h2 {
  margin: 0;
  max-width: 640px;
  font-size: 28px;
  line-height: 1.25;
}

.insight-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.insight-highlight-card {
  min-height: 194px;
  padding: 22px;
  border: 1px solid #e1ece7;
  background: #ffffff;
}

.insight-highlight-card span {
  display: block;
  margin-bottom: 10px;
  color: #2c6751;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insight-highlight-card h3 {
  margin: 0 0 10px;
  color: #222222;
  font-size: 19px;
  line-height: 1.25;
}

.insight-highlight-card p {
  margin-bottom: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
}

.insight-layout {
  display: grid;
  grid-template-columns: minmax(170px, 215px) minmax(0, 1fr);
  gap: 38px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.insight-sidebar {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 22px;
}

.insight-sidebar-panel {
  padding: 20px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}

.insight-sidebar-panel h2 {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 700;
}

.insight-sidebar-panel a,
.insight-sidebar-panel span {
  display: block;
  margin-top: 9px;
  color: #555555;
  font-size: 14px;
  line-height: 1.45;
}

.insight-body {
  min-width: 0;
  max-width: 865px;
}

.insight-article h2 {
  margin-top: 54px;
  margin-bottom: 18px;
  color: #222222;
  font-size: 30px;
  line-height: 1.25;
}

.insight-article h3 {
  margin-top: 34px;
  margin-bottom: 14px;
  color: #222222;
  font-size: 22px;
  line-height: 1.3;
}

.insight-article p,
.insight-article li {
  font-size: 18px;
  line-height: 1.7;
}

.insight-article ul,
.insight-article ol {
  padding-left: 24px;
}

.insight-cta {
  margin: 36px 0;
  padding: 32px;
  border-left: 5px solid #6fc19c;
  background: #f5faf8;
}

.insight-cta h2 {
  margin-top: 0;
}

.insight-cta-final {
  margin-top: 54px;
}

.insight-process-strip,
.insight-decision-grid,
.insight-roadmap-mini {
  display: grid;
  gap: 16px;
  margin: 40px 0;
  padding-left: 0;
  list-style: none;
}

.insight-process-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insight-process-strip div,
.insight-decision-grid div,
.insight-roadmap-mini div,
.insight-roadmap-mini li {
  padding: 22px;
  border: 1px solid #e1ece7;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.insight-process-strip span,
.insight-decision-grid span,
.insight-roadmap-mini span {
  display: block;
  margin-bottom: 10px;
  color: #2c6751;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.insight-process-strip strong,
.insight-decision-grid strong,
.insight-roadmap-mini strong {
  display: block;
  color: #222222;
  font-size: 17px;
  line-height: 1.45;
}

.insight-decision-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-decision-grid p,
.insight-roadmap-mini p {
  margin: 10px 0 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.55;
}

.insight-pullquote {
  margin: 44px 0;
  padding: 28px 34px;
  border-left: 5px solid #6fc19c;
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  background: #f5faf8;
}

.insight-quote {
  margin: 30px 0;
  padding: 24px 28px;
  border-left: 4px solid #6fc19c;
  color: #333333;
  font-size: 17px;
  line-height: 1.65;
  background: #f8fbfa;
}

.insight-roadmap-mini {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ai-disclosure-stat-grid,
.governance-evidence-stat-grid,
.ai-integration-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
  padding: 24px;
  border: 1px solid #d7ebe3;
  background: #f5faf8;
}

.ai-disclosure-stat-grid div,
.governance-evidence-stat-grid div,
.ai-integration-stat-grid div {
  min-height: 150px;
  padding: 22px;
  border: 1px solid #e1ece7;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.ai-disclosure-stat-grid span,
.governance-evidence-stat-grid span,
.ai-integration-stat-grid span {
  display: block;
  margin-bottom: 12px;
  color: #2c6751;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

.ai-disclosure-stat-grid strong,
.governance-evidence-stat-grid strong,
.ai-integration-stat-grid strong {
  display: block;
  color: #222222;
  font-size: 15px;
  line-height: 1.45;
}

.ai-disclosure-research-figure,
.governance-evidence-figure,
.ai-integration-figure {
  margin-top: 34px;
  margin-bottom: 38px;
}

.ai-disclosure-insight-block,
.ai-disclosure-methodology,
.governance-evidence-insight-block,
.governance-evidence-methodology,
.ai-integration-insight-block,
.ai-integration-methodology {
  margin: 34px 0;
  padding: 26px 30px;
  border: 1px solid #d7ebe3;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.ai-disclosure-insight-block,
.governance-evidence-insight-block,
.ai-integration-insight-block {
  border-left: 5px solid #6fc19c;
}

.ai-disclosure-methodology,
.governance-evidence-methodology,
.ai-integration-methodology {
  background: #f8fbfa;
}

.ai-disclosure-insight-block h3,
.ai-disclosure-methodology h3,
.governance-evidence-insight-block h3,
.governance-evidence-methodology h3,
.ai-integration-insight-block h3,
.ai-integration-methodology h3 {
  margin-top: 0;
}

.ai-disclosure-insight-block p,
.ai-disclosure-methodology p,
.governance-evidence-insight-block p,
.governance-evidence-methodology p,
.ai-integration-insight-block p,
.ai-integration-methodology p {
  margin-bottom: 0;
}

.page-footer {
  color: #ffffff;
  background: #191919;
}

.page-footer a {
  color: inherit;
}

.footer-brand {
  margin-bottom: 18px;
}

.text-darker {
  color: #c7c7c7;
}

.page-footer .small.text-darker {
  box-sizing: border-box;
  color: rgb(67, 67, 69);
  display: block;
  fill: rgb(25, 25, 25);
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.5px;
  margin: 15px 0 0;
  text-align: center;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(25, 25, 25, 0);
}

.page-footer .small.text-darker a,
.page-footer .small.text-darker .copyright-year {
  color: inherit;
}

.insights-page .page-footer,
.insights-page .page-footer a:not(.small.text-darker a) {
  color: #e6e6e6 !important;
}

.insights-page .page-footer .small.text-darker,
.insights-page .page-footer .small.text-darker .copyright-year,
.insights-page .page-footer .small.text-darker a {
  color: rgb(67, 67, 69) !important;
}

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  text-align: left;
  visibility: hidden;
  background-color: #212121;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

@media (min-width: 480px) {
  .snackbars {
    max-width: 370px;
    padding: 14px 17px;
  }
}

.ui-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  overflow: hidden;
  transform: translateY(100px);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.ui-to-top.active {
  transform: translateY(0);
}

@media (min-width: 480px) {
  .ui-to-top {
    right: 40px;
    bottom: 40px;
  }
}

@media (max-width: 991px) {
  .insight-highlights-heading,
  .home-capability-grid,
  .insight-highlight-grid,
  .insight-layout,
  .insight-process-strip,
  .insight-decision-grid,
  .insight-roadmap-mini,
  .ai-disclosure-stat-grid,
  .governance-evidence-stat-grid,
  .ai-integration-stat-grid {
    grid-template-columns: 1fr;
  }

  .insight-sidebar {
    position: static;
  }

  .insight-highlights {
    padding: 24px;
  }

  .insight-highlight-card {
    min-height: 0;
  }

  .insight-article h1 {
    font-size: 32px;
  }

  .insight-cta {
    padding: 24px;
  }

  .insight-pullquote {
    padding: 24px;
    font-size: 21px;
  }
}

@keyframes fadeBoth {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
