body {
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.031rem;
}
.wrapper {
  padding: 0;
}
h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  line-height: 112.5%;
  letter-spacing: 0.062rem;
  text-wrap: balance;
  max-width: 59.62rem;
}
h2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.03rem;
}
h3 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 114.28%;
  letter-spacing: 0.017rem;
  margin-bottom: 2rem;
}
h4 {
  color: #1668C6;
  font-size: 1rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.062rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
p.subtitle {
  font-size: 1rem;
  font-weight: 600;
  line-height: 175%;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 3.5rem;
}
p.subtitle i {
  color: #1668C6;
  font-size: 0.5rem;
  margin-top: 0.65rem;
}
.text-balance {
  text-wrap: balance;
}
a {
  transition: 0.5s ease-in-out;
  text-decoration: none;
  color: #1668C6;
}
a:hover {
  color: #115098;
}
.small {
  font-size: 0.75rem;
  line-height: 1rem;
}
.col .inner {
  height: 100%;
}
.graybg {
  background: #F5F5F5;
}
.button {
  padding: 1.5rem 1.75rem;
  border-radius: 0.5rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  text-align: left !important;
}
.bluebtn {
  background: #1668C6;
  color: #fff;
}
.bluebtn:hover {
  opacity: 0.8;
  color: #fff;
}
.whitebtn {
  background: #fff;
  color: #323232;
}
.whitebtn:hover {
  background: #F5F5F5;
  color: #323232;
}
.blackbtn {
  background: #323232;
  color: #fff;
}
.blackbtn:hover {
  background: #000;
  color: #fff;
}
.transparentbtn {
  border: 1px solid #323232;
  color: #323232;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
}
.transparentbtn:hover {
  background: #323232;
  color: #fff;
}
.sticky-top {
  top: 100px;
}
#breadcrumbs {
  color: #fff;
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 100%;
  margin-bottom: 4rem;
}
#breadcrumbs a {
  color: rgba(255, 255, 255, 0.7);
}
#breadcrumbs a:hover {
  color: #fff;
}
.breadcrumb_last {
  font-weight: 400;
}
#main-nav {
  z-index: 99;
  
}
.navbar-brand img {
  width: 17.25rem;
}
.navbar {
  position: fixed;
  inset: 0 0 auto 0;
  transition: all .3s;
  z-index: 999;
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.navbar.is-sticky {
  padding-top: 2rem;
}
.navbar::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #1668C6;
  transform: scaleY(0);
  transition: transform .3s linear;
  transform-origin: top center;
  will-change: transform;
  box-shadow: 0 2px 5px -3px rgba(0, 0, 0, 0.1);
}
.navbar.is-sticky::before {
  transform: scaleY(1);
}
.startbtn {
  background: #fff;
  border-radius: 0.5rem;
  color: #323232;
  padding: 0.42rem 0.42rem 0.42rem 1.81rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
}
.startbtn i {
  font-size: 1.12rem;
  line-height: 135%;
  color: #fff;
  background: #323232;
  border-radius: 0.37rem;
  padding: 0.5rem;
  margin-left: 1.81rem;
  width: 3.5rem;
  text-align: center;
  transition: 0.5s ease-in-out;
}
.startbtn:hover {
  background: #1668C6;
  color: #fff;
}
.startbtn:hover i {
  background: #fff;
  color: #1668C6;
}
.mega-menu-wrap ul.menu {
  list-style-type: none;
  padding-left: 0;
}
#menu-solutions-col-1 li::before,
#menu-solutions-col-2 li::before,
#menu-resources-col-1 li::before,
#menu-resource-col-2 li::before,
#menu-company-col-1 li::before,
#menu-company-col-2 li::before {
  content: '\f0c2';
  position: absolute;
  width: 4.5rem;
  height: 4.5rem;
  background: #F5F5F5;
  margin-bottom: 0.25rem;
  border-radius: 0.5rem;
  left: 1.5rem;
  font-family: "Font Awesome 7 Sharp";
  font-weight: 300;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#menu-solutions-col-1 li,
#menu-solutions-col-2 li,
#menu-resources-col-1 li,
#menu-resource-col-2 li,
#menu-company-col-1 li,
#menu-company-col-2 li {
  padding: 0.5rem 0.5rem 1rem 6rem;
  border-bottom: 0.06rem solid #d9d9d9;
  margin-bottom: 10px;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}
#menu-solutions-col-1 a,
#menu-solutions-col-2 a,
#menu-resources-col-1 a,
#menu-resource-col-2 a,
#menu-company-col-1 a,
#menu-company-col-2 a {
  color: #323232 !important;
}
#menu-solutions-col-1 li:last-child,
#menu-solutions-col-2 li:last-child,
#menu-resources-col-1 li:last-child,
#menu-resource-col-2 li:last-child,
#menu-company-col-1 li:last-child,
#menu-company-col-2 li:last-child {
  border-bottom: 0;
}
#menu-solutions-col-1 li:hover,
#menu-solutions-col-2 li:hover,
#menu-resources-col-1 li:hover,
#menu-resource-col-2 li:hover,
#menu-company-col-1 li:hover,
#menu-company-col-2 li:hover {
  background: #F5F5F5;
  border-radius: 0.5rem;
}
#menu-solutions-col-1 li:hover a,
#menu-solutions-col-2 li:hover a,
#menu-resources-col-1 li:hover a,
#menu-resource-col-2 li:hover a,
#menu-company-col-1 li:hover a,
#menu-company-col-2 li:hover a {
  color: #1668C6 !important;
}
#menu-solutions-col-1 li:hover::before,
#menu-solutions-col-2 li:hover::before,
#menu-resources-col-1 li:hover::before,
#menu-resource-col-2 li:hover::before,
#menu-company-col-1 li:hover::before,
#menu-company-col-2 li:hover::before {
  background: #1668C6;
  color: #fff;
}
.menu-item-description {
  color: #323232 !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.03rem;
}
.demo-header {
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.demo-header h3 {
  color: #fff;
  margin-bottom: 6rem;
  font-size: 2.25rem;
  line-height: 122%;
}
.sticky-top {
  z-index: 9 !important;
}
.mega-sub-menu {
  top: 75px !important;
}
.demo-header .button {
  font-size: 1.2rem;
}
p.menu-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.02rem;
}
.home-hero {
  position: relative;
  height: 49.5rem;
}
.home-hero video {
  width: 100%;
  height: 49.5rem;
  object-fit: cover;
}
.home-hero .video-overlay {
  height: 49.5rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(50, 50, 50, 0.2) 0%, rgba(50, 50, 50, 0.2) 100%), linear-gradient(180deg, rgba(50, 50, 50, 0.3) 0%, rgba(57, 65, 60, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(50, 50, 50, 0.09) 0%, rgba(57, 65, 60, 0.3) 100%);
}
.below-hero h2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.feature-boxes {
  margin-bottom: 8rem;
}
.feature-boxes .col {
  min-height: 500px;
}
.feature-boxes .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.feature-boxes i {
  font-size: 3.5rem;
  margin-bottom: 3rem;
}
.feature-boxes p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.02rem;
}
.feature-boxes .fa-plus,
.feature-boxes .fa-arrow-up-right {
  position: absolute;
  font-size: 0.62rem;
  width: 2rem;
  height: 2rem;
  padding: 0.37rem 0.5rem;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-overlay {
  background: #1668C6;
  padding: 3rem;
  position: absolute;
  top: 1000px;
  visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.5s ease-in-out;
}
.feature-overlay i {
  font-size: 1.5rem;
}
.feature-overlay p {
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 178%;
  letter-spacing: 0.03rem;
}
.feature-overlay .fa-arrow-up-right {
  background: #fff;
  color: #323232;
}
.feature-boxes .col:hover .feature-overlay {
  top: 0;
  visibility: visible;
}
.ai-video video {
  width: 100%;
  height: auto;
}
.ai-video .video-inner {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
}
.trusted {
  border-bottom: 0.06rem solid #d9d9d9;
  border-top: 0.06rem solid #d9d9d9;
}
.trusted .col-md-6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.trusted h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02rem;
  margin-bottom: 5rem;
}
.trusted .col-md-5 .row {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 0.06rem solid #d9d9d9;
}
.trusted .col-md-5 .row:last-child {
  border-bottom: 0;
}
.trusted .col-md-5 i {
  color: #1668C6;
  font-size: 2rem;
  line-height: 100%;
  margin-bottom: 3.5rem;
}
.logos {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.logos h2 {
  margin-bottom: 8rem;
}
.logos .splide__list {
  align-items: center;
}
.action .col {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.action .col h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 300;
  line-height: 112.5%;
  letter-spacing: 0.06rem;
  margin-bottom: 6rem;
  text-wrap: balance;
}
article.post-featured {
  border-radius: 0.5rem;
  padding: 5rem;
}
.post-featured__inner h3 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 400;
}
.post-featured__inner h2 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 3.5rem;
}
.post-small {
  padding: 3rem 2.5rem;
  border-radius: 0.5rem;
}
.post-small h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.0175rem;
  margin-bottom: 2rem;
  color: #323232;
}
.post-small p {
  color: #323232;
  font-size: 1rem;
  line-height: 1.5rem;
}
.post-small:hover h3 {
  color: #1668C6;
}
.post-small i {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 0.375rem;
  background: #1668C6;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 135%;
  /* 1.51875rem */
}
.secondary-hero,
.secondary-hero video,
.secondary-hero .video-overlay {
  height: 32.4rem;
}
.secondary-hero {
  position: relative;
}
.secondary-hero video {
  width: 100%;
  object-fit: cover;
}
.secondary-hero .video-overlay {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.basic-page h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.top-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 0.06rem solid #d9d9d9;
}
.whoweare img {
  border-radius: 0.5rem;
  aspect-ratio: 6 / 4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.who-left {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.basic-page,
.mission {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.mission-photos {
  margin-bottom: 6rem;
}
.mission-photos img {
  border-radius: 0.5rem;
}
.mission-boxes {
  margin-top: 7.5rem;
  position: relative;
}
.missionbox {
  position: relative;
}
.missionbox .inner {
  padding: 3.5rem 2.5rem;
  border-radius: 0.5rem;
}
.missionbox::before {
  content: '';
  position: absolute;
  top: -3.75rem;
  width: 0.06rem;
  height: 3.75rem;
  left: 50%;
  background: #323232;
  z-index: -1;
}
.missionbox:last-child::after {
  display: none;
}
.missionbox i {
  color: #1668C6;
  font-size: 2rem;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 4rem;
}
.valuebox .inner,
.valuetitle .inner {
  padding: 4rem;
  border-radius: 0.5rem;
}
.values h2 {
  font-size: 2.25rem;
  line-height: 122%;
  margin-bottom: 9.5rem;
}
.valuebox i {
  color: #1668C6;
  font-size: 2rem;
  font-weight: 100;
  line-height: 100%;
  margin-bottom: 6rem;
}
.review-con {
  height: 100%;
}
.reviews {
  padding: 4rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.reviews .splide p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 183%;
  letter-spacing: 0.02rem;
}
.reviews p.name {
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 0.04rem;
}
.reviews p.company {
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.06rem;
}
.reviews img {
  margin-bottom: 3rem;
}
.awards .row {
  padding: 4rem 5rem;
  border-bottom: 0.06rem solid #d9d9d9;
}
.awards .row:last-child {
  border-bottom: 0;
}
.awards {
  border-left: 0.06rem solid #d9d9d9;
}
.awards img {
  width: 10rem;
  height: auto;
}
.action.about .col {
  margin-bottom: 0;
}
.splide__pagination {
  position: relative;
}
.splide__pagination__page {
  background: #fff;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  margin: 0.5rem;
  opacity: 1;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 1rem;
}
.splide__pagination__page.is-active {
  background: #1668C6;
  transform: scale(1);
  z-index: 1;
}
.leadership-top {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.leadership-top h2 {
  max-width: 60rem;
  text-wrap: balance;
}
.team {
  margin-bottom: 6rem;
}
.team-single {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.team-single img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0.5rem;
}
.team-overlay {
  background: #fff;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 2rem;
  width: calc(100% - 4rem);
  padding: 1rem;
}
.team-overlay p.name {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
}
.team-overlay p.title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.03rem;
}
.team-overlay .col-auto,
.team-overlay a {
  display: flex;
  width: 3.93rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  aspect-ratio: 1 / 1;
}
.team-overlay .col-auto {
  margin-right: 1rem;
}
.team-overlay a {
  color: #323232;
  padding: 1rem;
  gap: 0.62rem;
  border-radius: 0.5rem;
  background: #F5F5F5;
  transition: 0.5s ease-in-out;
}
.team-overlay a:hover {
  background: #1668C6;
  color: #fff;
}
.staffQuotes .graybg {
  padding: 5rem;
  margin-bottom: 6rem;
  border-radius: 0.5rem;
}
.staffQuotes .quote {
  margin-bottom: 4rem;
}
.staffQuotes .author {
  color: #1668C6;
  font-size: 2rem;
  font-weight: 400;
  line-height: 137.5%;
  letter-spacing: 0.04rem;
  margin-bottom: 1.25rem;
}
.staffQuotes .title {
  font-size: 1.37rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.06rem;
  margin-bottom: 3.5rem;
}
.goals img {
  border-radius: 0.5rem;
}
.goals i {
  color: #1668C6;
  font-size: 2rem;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.06rem;
  display: flex;
  width: 4rem;
  height: 4rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
  border-radius: 0.25rem;
  background: #F5F5F5;
  margin-bottom: 2.5rem;
}
.goals .awards .row {
  padding: 5rem;
}
.benefits {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.benefits h2 {
  text-wrap: balance;
  margin-bottom: 6rem;
}
.benefit-box .inner {
  padding: 2rem;
  border-radius: 0.5rem;
}
.benefit-box i {
  color: #1668C6;
  margin-bottom: 6rem;
  font-size: 1.12rem;
  line-height: 133.33%;
}
.postings {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.postings .graybg {
  padding: 5rem;
  border-radius: 0.5rem;
}
.postings h2 {
  margin-bottom: 6rem;
}
.career-item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  transition: 0.5s ease-in-out;
}
.career-item:hover {
  background: #F5F5F5;
  padding-left: 1rem;
  padding-right: 1rem;
}
.career-item h3 {
  color: #323232;
}
.career-item i {
  color: #fff;
  font-size: 1.12rem;
  font-weight: 100;
  line-height: 135%;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
  border-radius: 0.25rem;
  background: #1668C6;
}
.career-details {
  padding-top: 5rem;
  padding-bottom: 6rem;
}
.careers-sidebar {
  padding: 3rem;
  border-radius: 0.5rem;
}
.careers-sidebar.sticky-top {
  margin-top: 3rem;
}
.career-spacer {
  height: 4.5rem;
}
#applynow,
.contact,
.started {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.sidebar-spacer {
  height: 5rem;
}
.contact .graybg {
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.contact h2 {
  text-wrap: balance;
  margin-bottom: 3.5rem;
}
.contact h3.blue {
  margin-top: 3.5rem;
}
h3.blue {
  color: #1668C6;
}
.contact-detail i,
.started-row i {
  color: #1668C6;
  display: flex;
  width: 4.12rem;
  padding: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.62rem;
  align-self: stretch;
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
  background: #F5F5F5;
}
.started .graybg {
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.started h2 {
  text-wrap: balance;
  margin-bottom: 3.5rem;
}
.started-row {
  margin-top: 4.5rem;
}
.started-row h4 {
  color: #323232;
}
.started-row .col-auto {
  margin-right: 1.5rem;
}
.purchasing {
  border-bottom: 0.06rem solid #d9d9d9;
}
.purchasing img {
  border-radius: 0.5rem;
}
.sourcebox {
  padding: 6rem 5rem;
  border-left: 0.06rem solid #d9d9d9;
  border-bottom: 0.06rem solid #d9d9d9;
}
.sourcebox img {
  width: 17.2rem;
}
.pathways .left {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.pathways h2 {
  margin-bottom: 5rem;
}
#testimonial-slider .splide__pagination {
  margin-top: 2rem;
}
.core-benefits {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.core-benefits h2 {
  margin-bottom: 6rem;
}
.core-benefits .inner {
  border-radius: 0.5rem;
  padding: 2rem;
}
.core-benefits i {
  color: #1668C6;
  margin-bottom: 4rem;
  font-size: 1.125rem;
}
.solutions-details {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.demo-box {
  border-radius: 0.5rem;
}
.demo-box h2 {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 122.2%;
  margin-bottom: 5rem;
}
.demo-box .button {
  font-size: 1.5rem;
}
.details h2 {
  margin-bottom: 3.5rem;
}
.details p {
  margin-bottom: 3rem;
}
.accordion-item {
  border: 0;
  border-bottom: 0.06rem solid #d9d9d9;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.accordion-header {
  margin-bottom: 0 !important;
  border: 0;
}
.accordion-header i {
  color: #1668C6;
  font-size: 1.5rem;
  margin-right: 3rem;
}
.accordion-button {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 114.28%;
  letter-spacing: 0.02rem;
  padding: 2rem 2.5rem;
  border-top-left-radius: calc(.375rem - 1px);
  border-top-right-radius: calc(.375rem - 1px);
}
.accordion-button:not(.collapsed) {
  background: #F5F5F5;
  color: #323232;
}
.accordion-button:focus {
  box-shadow: none !important;
}
.accordion-body {
  background: #F5F5F5;
  padding: 3rem 2.5rem;
  margin-bottom: 1.5rem;
  border-bottom-left-radius: calc(.375rem - 1px);
  border-bottom-right-radius: calc(.375rem - 1px);
}
.accordion-button::after {
  background: none;
  font-family: "Font Awesome 7 Sharp";
  content: '\2b';
  font-weight: 300;
  color: #323232;
  font-size: 1rem;
  margin-top: -10px;
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background: none;
  content: '\f068';
}
.accordion-item .number p {
  color: #1668C6;
  font-size: 1rem;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: 0.06rem;
}
.accordion-item p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03rem;
  margin-bottom: 0;
}
.solutions-chart .col {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-radius: 0.5rem;
}
.solutions-chart h2 {
  color: #fff;
  margin-bottom: 6rem;
}
.solutions-chart p.subtitle {
  color: #fff;
}
.solutions-left {
  height: 100%;
  border-radius: 0.5rem;
  padding: 5rem;
}
.solutions-left p.subtitle {
  color: #fff;
  margin-bottom: 6rem;
}
.solutions-left h2 {
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.5);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 116.67%;
  letter-spacing: 0.06rem;
  margin-bottom: 6rem;
}
.solutions-right {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.solutions-right i {
  color: #1668C6;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.06rem;
  margin-bottom: 3.5rem;
}
.solutions-right .row {
  margin-bottom: 4.5rem;
}
.solutions-right .row:last-child {
  margin-bottom: 0;
}
.insights-featured {
  border: 0.06rem solid #d9d9d9;
}
.featured-article__media img {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 42 / 28;
  object-fit: cover;
}
.featured-article__meta {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 178%;
  letter-spacing: 0.03rem;
  margin-bottom: 2rem;
}
.featured-article__title {
  color: #323232;
  font-size: 4rem;
  font-weight: 300;
  line-height: 106.25%;
  letter-spacing: 0.06rem;
}
.article-group {
  margin-top: 6rem;
  margin-bottom: 8rem;
}
.article-group h2 {
  margin-bottom: 6rem;
  text-wrap: balance;
}
.article-grid img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 27 / 21;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.article-grid a {
  color: #323232;
}
.article-grid a:hover {
  color: #1668C6;
}
.article-grid h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 129%;
  letter-spacing: 0.02rem;
}
.article-card {
  margin-bottom: 4rem;
}
.news-list {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.news-title hr {
  margin-top: 3.5rem;
  border-top: 0.06rem solid #d9d9d9;
  opacity: 100%;
}
.blog-row {
  border-bottom: 0.06rem solid #d9d9d9;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.blog-row img {
  border: 0.06rem solid #F5F5F5;
  border-radius: 0.5rem;
}
.blog-row .primarycat,
.blog-row .blog-date {
  margin-bottom: 2.5rem;
}
.blog-row h2 {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 122%;
  margin-bottom: 2rem;
}
.primarycat {
  display: inline-flex;
  padding: 0.62rem 1.5rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background: #F5F5F5;
  color: #323232;
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}
.excerpt {
  margin-bottom: 2.5rem;
}
.readmore {
  font-size: 1rem;
  font-weight: 600;
  line-height: 175%;
}
.readmore a,
.blog-row h2 a {
  color: #323232;
}
.readmore a i {
  color: #1668C6;
  transition: 0.3s ease-in-out;
}
.readmore a:hover,
.blog-row h2 a:hover {
  color: #1668C6;
}
.readmore a:hover i {
  margin-left: 1rem !important;
}
.news-list .pagination {
  justify-content: center;
}
.page-link {
  padding: 0.9rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #323232 !important;
  text-decoration: none;
  background-color: #fff;
  border: 0.06rem solid #fff !important;
  line-height: 1;
  border-radius: 0.5rem;
}
.active > .page-link,
.page-link.active,
.page-link:hover {
  color: #323232 !important;
  background-color: #F5F5F5;
}
.facetwp-type-dropdown select {
  border: 0;
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 178%;
  letter-spacing: 0.03rem;
}
.pagination,
.featured-news {
  margin-top: 6rem;
}
.featured-slider__main h2 a {
  color: #323232;
}
.featured-slider__main h2 a:hover {
  color: #1668C6;
}
.featured-slider__main img {
  width: 100%;
  border-radius: 0.5rem;
  aspect-ratio: 387/212;
  object-fit: cover;
}
.featured-slider__main .splide__arrows {
  position: relative;
  margin-bottom: 2.5rem;
  border: 0.06rem solid #d9d9d9;
  width: 100px;
  height: 42px;
  border-radius: 0.4rem;
}
.featured-slider__main .splide__arrow--prev {
  left: 0.5em;
}
.featured-slider__main .splide__arrow--next {
  left: 3em;
}
.featured-slider__main .splide__arrow {
  background: transparent;
}
.featured-slider__nav .splide__slide {
  background: #F5F5F5;
  border-radius: 0.5rem;
  padding: 2rem;
  opacity: 0.5;
}
.featured-slider__nav hr {
  border-top: 0.06rem solid #d9d9d9;
  margin-top: 0;
  opacity: 1;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
  opacity: 1;
}
.featured-thumb__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}
.recent-news {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.recent-news h2 {
  margin-bottom: 9rem;
}
.culture-row {
  margin-bottom: 3.5rem;
}
.culture-row img {
  aspect-ratio: 13.5 / 16.5;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.culture-row h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 128.5%;
  text-wrap: balance;
}
.culture-row h3 a {
  color: #323232;
}
.culture-row h3 a:hover {
  color: #1668C6;
}
.culture-featured {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.culture-big img {
  border-radius: 0.5rem;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.culture-featured-overlay {
  background: rgba(50, 50, 50, 0.4);
  border-radius: 0.5rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 4rem;
  color: #fff;
}
.culture-featured-overlay h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 116.667%;
  margin-top: 2.5rem;
}
.culture-featured-overlay:hover {
  color: #fff;
  background: rgba(50, 50, 50, 0.6);
}
.featured-posts__item-link {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 0.06rem solid #d9d9d9;
  color: #323232;
}
.featured-posts__item-link i {
  color: #1668C6;
}
.featured-posts__item-link img {
  border-radius: 0.5rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.featured-posts__item-link h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 128.5%;
  letter-spacing: 0.02rem;
}
.blog-single-wrapper {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.blog-single-wrapper h2,
.blog-single-wrapper h3,
.blog-single-wrapper p,
.blog-single-wrapper img {
  margin-bottom: 2.5rem;
}
.blog-sidebar h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.04rem;
}
.blog-sidebar .similar {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.blog-sidebar a {
  color: #323232;
}
.blog-sidebar a:hover {
  color: #1668C6;
}
.similar-stories {
  margin-bottom: 6.5rem;
}
.recommended-topics h3 {
  margin-bottom: 1.5rem;
}
.recommended-topics a {
  display: inline-flex;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #323232;
  color: #323232;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.031rem;
  margin-bottom: 1.25rem;
}
.recommended-topics a:hover {
  background: #323232;
  color: #fff;
}
.blog-text a {
  color: #323232;
  text-decoration: underline;
}
.blog-text a:hover {
  color: #1668C6;
}
blockquote {
  border-radius: 0.5rem;
  background: #F5F5F5;
  padding: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: 400;
}
.ratio {
  margin-bottom: 2.5rem;
}
.facetwp-counter {
  display: none !important;
}
.news-list .facetwp-facet {
  margin-bottom: 0;
  border: 0.06rem solid #d9d9d9;
  padding: 0.25rem;
}
.news-title {
  border-top: 0.06rem solid #d9d9d9;
  padding-top: 2rem;
}
.featured-article__title a {
  color: #323232;
}
.featured-article__title a:hover {
  color: #1668C6;
}
.is-active .splide__progress__bar {
  height: 3px;
  background: #1668C6;
}
#featured-thumbs .splide__slide {
  position: relative;
}
#featured-thumbs .thumb-progress {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.2s;
}
#featured-thumbs .splide__slide.is-active .thumb-progress {
  opacity: 1;
}
#featured-thumbs .thumb-progress i {
  display: block;
  height: 100%;
  width: 0;
  background: #1668C6;
}
.featured-thumb .blog-date {
  margin-top: 2rem;
}
#wrapper-footer {
  background: #323232;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
footer nav ul {
  list-style-type: none;
  padding-left: 0;
}
footer p {
  font-size: 1rem;
}
.footer-menus .col-11 {
  border-top: 0.06rem solid rgba(255, 255, 255, 0.6);
  border-bottom: 0.06rem solid rgba(255, 255, 255, 0.6);
  margin-top: 3.5rem;
  margin-bottom: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
.footer-menus p.text-uppercase {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.footer-menus li {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 120%;
}
.footer-menus img {
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.footer-menus nav a,
.social-icons a {
  color: rgba(255, 255, 255, 0.6);
}
.footer-menus nav a:hover,
.social-icons a:hover {
  color: #fff;
}
.footer-logo img {
  margin-bottom: 1.5rem;
  width: 13.86rem;
}
.footer-logo p {
  max-width: 34.37rem;
  line-height: 1.5rem;
}
.social-icons {
  display: inline-flex;
  gap: 2rem;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .trusted {
    padding-left: 4.16%;
  }
  .trusted .col-md-5 {
    border-left: 0.06rem solid #d9d9d9;
  }
  .missionbox::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.06rem;
    background: #323232;
    z-index: -1;
    top: -3.75rem;
    left: 50%;
  }
  .mission-boxes::before {
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 3.75rem;
    background: #323232;
    z-index: -1;
    top: -7.5rem;
    left: 50%;
  }
}
@media (min-width: 993px) {
  .mega-indicator {
    display: none !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:nth-child(2) {
    border-left: 0 !important;
  }
}
@media (max-width: 1350px) {
  .startbtn {
    padding: 0.42rem 0.42rem 0.42rem 1rem;
  }
  .startbtn i {
    margin-left: 1rem;
  }
  .navbar-brand img {
    width: 16rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 1rem !important;
  }
}
@media (max-width: 1148px) {
  #main-nav .pe-0 {
    padding-right: 1rem !important;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-home {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #fff;
  }
  p.menu-title {
    display: none;
  }
}
@media (max-width: 992px) {
  #mega-menu-item-680 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #mega-menu-item-680 img {
    max-height: 50px !important;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    right: 1rem;
    top: 39px;
  }
  .missionbox:nth-child(2)::after,
  .missionbox:nth-child(3)::after {
    display: none;
  }
  .action .col h2 {
    font-size: 3.5rem;
  }
  .solutions-left h2 {
    font-size: 2.5rem;
  }
  .solutions-left {
    padding: 3rem;
  }
  #menu-solutions-col-1 li:last-child,
  #menu-resources-col-1 li:last-child,
  #menu-company-col-1 li:last-child {
    border-bottom: 0.06rem solid #d9d9d9;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 0.06rem solid #d9d9d9;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item a {
    font-weight: 700 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-child {
    border-top: 0.06rem solid #d9d9d9;
  }
  .demo-header {
    display: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-638 {
    border-bottom: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-638 a {
    border: 0.06rem solid #323232;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 0.5rem;
  }
  #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-638 a i {
    color: #fff;
    background: #323232;
    border-radius: 0.37rem;
    padding: 0.5rem;
    margin-left: 1.81rem;
    width: 3.5rem;
    text-align: center;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width: 767.98px) {
  .solutions-top {
    flex-direction: column-reverse;
  }
  .solutions-details .col-lg-7 {
    margin-bottom: 4rem;
  }
  .mission-boxes {
    margin-top: 4rem;
  }
  h1 {
    font-size: 4.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .mega-menu-item-type-widget {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .values h2 {
    margin-bottom: 0;
  }
  .mission-photos {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575.98px) {
  .home-hero,
  .home-hero video,
  .home-hero .video-overlay {
    height: 40rem;
  }
  .home-hero .video-overlay {
    padding-bottom: 4rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 2rem;
  }
  .culture-featured-overlay {
    padding: 2rem;
  }
  .culture-featured-overlay h2 {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
  .reviews {
    padding: 2rem;
  }
  .reviews .subtitle {
    margin-bottom: 2rem;
  }
  .demo-header {
    display: none !important;
  }
  .accordion-button {
    font-size: 1.5rem;
  }
  .accordion-header i {
    margin-right: 1.5rem;
  }
}
@media (max-width: 450px) {
  .navbar-brand img {
    width: 14rem;
  }
  h1 {
    font-size: 3rem;
  }
  .trusted h2 {
    font-size: 2rem;
  }
  .action .col h2 {
    font-size: 2.75rem;
  }
  .featured-thumb__title {
    font-size: 1rem;
    line-height: 125%;
  }
  .menu-item-description {
    margin-top: 0;
  }
}
/* Mobile/tablet tap behavior */
@media (hover: none) and (pointer: coarse) {
  .feature-box-link.mobile-active .feature-overlay {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}
