@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway+Dots&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --cyan: #4AB7C3;
  --purple: #6D77B0;
  --black: #000000;
  --white: #FFFFFF;
  --light-gray: #EFEFEF;
}
html,body {
  max-width: 100%;
  height: 100%
}
body {
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #333;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: Montserrat, "opensans", "sans-serif";;
}
.min-height-view {
  min-height: calc(100vh - 268px)
}
#top-page-form {
  margin-bottom: 0;
}
section {
  color: #fff;
  font-size: 12px;
  padding: 12px 24px;
}
section.header {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  position: relative;
}
section#proven-ability {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background: #ECF8F9;
  color: var(--black);
  height: 800px;
}
section .container {
  box-sizing: border-box;
  max-width: 1260px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.container:before,.container:after {
  display: table;
  content: " "
}
.container:after {
  clear: both
}
.row {
  display: flex;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px
}
#logo-image img {
  height: 36px;
  width: auto;
}
.nav-links {
  display: flex;
  justify-content: flex-end;
}
.nav-links a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  color: var(--purple);
  font-weight: 500;
  margin-left: 1.5vw;
}
.nav-links a:first-of-type {
  margin-left: 0;
}
.nav-links a:hover {
  text-decoration: underline;
}
.primary-button {
  background: var(--cyan);
  color: var(--white);
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.secondary-button {
  background: var(--white);
  color: var(--purple);
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.primary-button:hover,
.secondary-button:hover {
  opacity: 0.75;
}
#hero-carousel-thumb {
  height: 34px;
  width: auto;
  margin-bottom: 24px;
}
#hero-carousel-title {
  font-size: min(54px, 3.75vw);
  line-height: 1;
  margin: 0;
}
#hero-carousel-subtitle {
  font-size: min(24px, 1.6vw);
  line-height: 1.35;
  font-weight: normal;
  margin-top: 28px;
  margin-bottom: 24px;
}
#hero-carousel-image {
  height: min(375px, 22.57vw);
  width: min(31.25vw, 470px);
  object-fit: cover;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  position: absolute;
  right: 0;
}
section#trusted-section {
  background: var(--light-gray);
  color: var(--purple);
  padding-top: 8px;
  padding-bottom: 8px;
}
section#liberate-section {
  color: var(--black);
}
#liberate-section h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}
#liberate-section p {
  font-size: 16px;
  margin: 12px 0;
}
#liberate-section .col-md-5 p {
  font-size: 17px;
  font-weight: 600;
}
section#executive-insights-for {
  background: #F1F2F7;
  color: var(--black);
  padding-top: 64px;
  padding-bottom: 76px;
}
#executive-insights-for h2 {
  font-size: 33px;
  padding-left: calc(min(165px, 13.28vw) + 36px);
  margin-bottom: 8px;
  font-weight: 600;
}
.executive-img {
  width: min(165px, 13.28vw);
  margin-right: 36px;
}
/* #region utilities */
.right-border {
  border-right: 1px solid var(--black);
}
.mr-9 {
  margin-right: 36px;
}
section#hero {
  padding-top: 48px;
  padding-bottom: 48px;
  color: var(--white);
}
#hero .row {
  align-items: flex-start;
}
#hero .col-md-8 {
  width: min(730px, 51.6vw) !important;
  height: min(350px, 24.3vw);
}
.d-flex {
  display: flex;
}
.full-img {
  width: 100%;
  height: auto;
}
.text-right {
  text-align: right;
}
.purple-bg {
  background: var(--purple);
  color: var(--white);
  position: relative;
}
.hero-carousel-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 16px;
}
.hero-carousel-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.hero-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.75);
}
.hero-carousel-dot.active {
  background: rgba(255, 255, 255, 1);
}
/* Mobile-only elements hidden by default */
.nav-mobile-toggle {
  display: none;
}
.nav-links-mobile-cta {
  display: none;
}
/* #endregion utilities */
/* #region executive insights */
.executive-insights-heading {
  margin-top: 0;
  margin-bottom: 24px;
}
.executive-insights-row {
  display: flex;
}
.executive-active-tab {
  display: flex;
  justify-content: center;
  width: 45px;
  color: #333;
  font-weight: 700;
  font-size: 14px;
  background: var(--purple);
  padding-bottom: 28px;
  position: relative;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
}
.executive-active-tab span {
  writing-mode: sideways-lr;
  font-size: 32px;
  line-height: 1;
  color: var(--white);
  font-weight: 500;
}
.executive-star-icon {
  width: 72px;
  height: 72px;
}
.executive-insight-card {
  display: flex;
  width: min(48vw, 690px);
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(6, 5, 5, 0.25);
}
.executive-photo {
  width: 165px;
  object-fit: cover;
  object-position: 50% 0%;
  flex-shrink: 0;
}
.executive-insight-text {
  padding: 20px 30px;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.executive-insight-text p {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.125;
}
.executive-insight-text p:last-child {
  margin-bottom: 0;
}
.executive-insight-highlight {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.125 !important;
}
.executive-tab-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-left: 16px;
}
.executive-tab-pill {
  border: none;
  padding: 16px 8px 24px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
  background: transparent;
  color: var(--black);
  background: var(--white);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  writing-mode: sideways-lr;
  font-size: 28px;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  width: 64px;
}
.executive-tab-pill:hover {
  border-color: var(--purple);
  color: var(--purple);
}
/* #endregion executive insights */

/* #region support steps */
#support-steps {
  color: #333;
  padding-bottom: 36px;
}
#support-steps .support-header {
  margin: 0 auto 0 160px;
}
#support-steps h2 {
  color: var(--purple);
  font-weight: 600;
  margin: 0;
  font-size: 33px;
  margin-bottom: 4px;;
}
#support-steps p {
  color: #333;
  margin: 0;
  font-size: 16px;
  max-width: 920px;
}
.steps-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 24px 0 0;
}
.step-btn {
  padding: 8px 12px;
  border: 2px solid #ccc;
  border-radius: 6px;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.step-btn.active {
  background: var(--purple);
  border-color: var(--purple);
  color: #fff;
}
.step-btn:hover:not(.active) {
  border-color: var(--purple);
  color: var(--purple);
}
.step-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
}
.step-image-stack {
  position: relative;
  flex-shrink: 0;
  width: 55%;
  height: 280px;
}
.step-img {
  position: absolute;
  width: 540px;
  height: 280px;
  object-fit: cover;
  border-radius: 32px;
  background: #ddd;
  left: 50%;
  transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease;
}
.step-detail {
  color: #333;
  width: 100%;
  text-align: center;
  margin-top: 24px;
}
.step-label {
  font-weight: 700;
  font-size: 32px !important;
  color: #000000 !important;
  margin-bottom: 12px !important;
  max-width: none !important;
}
.step-label + p {
  font-size: 20px !important;
  color: var(--black);
  margin-bottom: 12px;
  max-width: 550px !important;
  margin: 0 auto !important;
  height: 120px;
}
/* #endregion support steps */

/* #region proven ability */
.dark-section {
  background: #1a2035;
  color: #fff;
}
.proven-ability-row {
  display: flex;
  align-items: center;
  gap: 48px;
  height: 100%;
}
.proven-circle-wrap {
  flex-shrink: 0;
  text-align: center;
  width: 50%;
}
.proven-circle-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 650px;
}
.proven-content {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex: 1;
  align-content: flex-start;
  width: 50%;
}
.proven-content h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
}
.proven-content h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0 8px;
  color: #63B9C9;
}
.accordion {
  width: 100%;
  background: var(--white);
}
.accordion-item {
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-bottom: none;
}
.accordion-item:last-of-type {
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);;
}
.accordion-item.active-item {
  border: 2px solid #63B9C9;
}
.accordion-item.active-item + .accordion-item {
  border-top: none;
}
.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 14px 16px;
  background: transparent;
  border: none;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
}
.accordion-item.active-item .accordion-header {
  color: #63B9C9;
}
.accordion-icon {
  font-size: 20px;
  font-weight: 300;
  flex-shrink: 0;
  margin-left: 12px;
}
.accordion-body {
  display: none;
  padding: 0 16px 14px calc(16px + 36px);
  font-size: 16px;
  line-height: 1.125;
  color: var(--black);
}
.accordion-body p {
  margin: 0 0 8px;
}
span:has(>.accordion-number) {
  display: flex;
}
.accordion-number {
  display: flex;
  width: 36px;
}
/* #endregion proven ability */

/* #region testimonial */
#testimonial {
  background: #3FB7BF;
  background: linear-gradient(90deg,rgba(63, 183, 191, 1) 0%, rgba(53, 116, 123, 1) 100%);
}
.testimonial-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.testimonial-logo-col {
  flex-shrink: 0;
}
.testimonial-logo {
  font-size: 22px;
  color: #1a2035;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  border-radius: 4px;
  width: 152px;
}
.testimonial-logo span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.testimonial-quote-col {
  width: 100%;
  text-align: center;
}
.testimonial-blockquote {
  margin: 0;
  color: var(--white);
}
.testimonial-blockquote p {
  font-size: 16px;
  margin: 0 auto 6px;
  color: var(--white);
  max-width: 920px;
}
.testimonial-attribution {
  font-size: 16px;
  margin: 0 0 12px;
  color: var(--white);
  font-weight: 600;
}
/* #endregion testimonial */

/* #region cub pillars */
#cub-pillars {
  color: #333;
  padding-top: 48px;
  padding-bottom: 36px;
}
#cub-pillars h2 {
  color: #63B9C9;
  font-weight: 700;
  line-height: 1.2;
  margin: 16px 128px 16px 0;
  width: 340px;
  font-size: 32px;
}
#cub-pillars p {
  width: 350px;
  color: #333;
  font-size: 19px;
}
.cub-pillars-text {
  width: 475px;
}
.cub-pillars-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(52vw, 750px);
  height: 420px;
}
.video-player-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.video-player-wrap video {
  width: 100%;
  height: auto;
}
.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 64px;
  height: 64px;
  padding: 0;
}
.video-play-btn svg {
  width: 100%;
  height: 100%;
}
/* #endregion cub pillars */

/* #region get started */
#get-started {
  padding: 0;
  display: flex;
}
#get-started h2,
#get-started p {
  color: #fff;
}
#get-started h2 {
  font-size: 46px;
  margin: 0 0 24px 0;
  line-height: 1.125;
}
#get-started p {
  font-size: 24px;
  line-height: 1.125;
}
.get-started-form-copy {
  background: var(--cyan);
  padding: 24px 48px 36px 60px;
  width: 34%;
  box-sizing: border-box;
  position: relative;
}
.get-started-form-copy span {
  position: absolute;
  bottom: 36px;
}
.get-started-form-wrap {
  background: rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 32px 24px;
  width: 64%;
}
.form-prompt {
  font-size: 14px;
  margin: 0 0 16px;
}
.form-row-group {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}
.form-input {
  flex: 1;
  padding: 12px 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  background: #959CC5;
  color: var(--white);
  width: 100%;
}
.form-input::placeholder {
  color: var(--white);
}
.form-input-full {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.form-date-wrapper {
  margin-top: 36px;
}
.form-date-wrapper p {
  margin: 0 0 12px 0 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.submission-wrapper {
  margin-top: 40px;
}
.submission-wrapper p {
  margin: 0 0 12px 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  max-width: 700px;
}
.get-started-btn {
  background: var(--cyan);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 48px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
  margin-top: 18px;
}
.get-started-btn:hover {
  opacity: 0.85;
}
.footer-logo-and-copyright {
  color: var(--black);
  text-align: left;
}
.footer-logo-and-copyright img {
  margin-bottom: 24px;
}
.footer-logo-and-copyright p {
  margin: 0 !important;
}
.inner-row {
  margin: 0;
  align-items: flex-start;
}
section.footer {
  text-align: center;
  padding: 36px 60px 96px;
  background: #FFFFFF;
}
section.footer .fi-logo {
  margin-bottom: 24px;
  max-height: 52px
}
section.footer p {
  margin-bottom: 24px
}
section.footer a {
  color: rgb(51, 51, 51);
  font-size: 12px;
  line-height: 1.125;
}
.form-success {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0;
  margin: 0;
}
.footer-row-links {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.footer-row-links .main-page-link,
.footer-row-links .page-link {
  width: 100%;
}
.footer-row-links .main-page-link {
  font-weight: bold;
  margin-bottom: 16px;
}
.footer-row-links .page-link {
  margin-bottom: 8px;
}
.footer-row-links .main-page-link-nobottom {
  margin-bottom: 0;
}
.counter-p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 24px;
  margin: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  justify-content: center;
}
.counter-p p {
  margin: 0;
}
.counter {
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 36px;
  color: #ffb500;
  font-weight: 700;
  text-align: center;
  margin: 0 8px;
}
.counternums {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  height: 64px
}
.counternums ul {
  padding: 0 !important;
}
.counternums li {
  line-height: 1;
  list-style: none;
}
.digits {
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.delay-0 {
  animation-delay: 0.1s;
}
.delay-1 {
  animation-delay: 0.2s;
}
.delay-2 {
  animation-delay: 0.3s;
}
.luckie-0 {
  animation-name: luckie-0;
}
.luckie-1 {
  animation-name: luckie-1;
}
.luckie-2 {
  animation-name: luckie-2;
}
.luckie-3 {
  animation-name: luckie-3;
}
.luckie-4 {
  animation-name: luckie-4;
}
.luckie-5 {
  animation-name: luckie-5;
}
.luckie-6 {
  animation-name: luckie-6;
}
.luckie-8 {
  animation-name: luckie-8;
}
.digit-0 {
  margin-top: calc(64px + calc(64px * 10) + 12px);
}
.digit-1 {
  margin-top: calc(64px + calc(64px * 8) + 12px);
}
.digit-2 {
  margin-top: calc(64px + calc(64px * 6) + 12px);
}
.digit-5 {
  margin-top: calc(64px + calc(64px * -2) + 12px);
}
.digit-9 {
  margin-top: calc(calc(64px * -6) + 60px);
}

@keyframes luckie-0 {
  100% {
    margin-top: calc(64px + calc(64px * 4) + 8px);
  }
}
@keyframes luckie-1 {
  100% {
    margin-top: calc(64px + calc(64px * 4) + 6px);
  }
}
@keyframes luckie-2 {
  100% {
    margin-top: calc(64px + calc(64px * 2) + 63px);
  }
}
@keyframes luckie-3 {
  100% {
    margin-top: calc(64px + calc(64px * 1) + 54px);
  }
}
@keyframes luckie-4 {
  100% {
    margin-top: calc(calc(64px * 2) + 12px);
  }
}
@keyframes luckie-5 {
  100% {
    margin-top: calc(64px + calc(64px * -1) + 38px);
  }
}
@keyframes luckie-6 {
  100% {
    margin-top: calc(64px + calc(64px * -2) + 30px);
  }
}
@keyframes luckie-8 {
  100% {
    margin-top: calc(calc(64px * -6) + 12px);
  }
}
/* #endregion get started */
/* #region bootstrap */
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0%
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media(min-width: 768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
      float:left
  }

  .col-sm-1 {
      width: 8.33333%
  }

  .col-sm-2 {
      width: 16.66667%
  }

  .col-sm-3 {
      width: 25%
  }

  .col-sm-4 {
      width: 33.33333%
  }

  .col-sm-5 {
      width: 41.66667%
  }

  .col-sm-6 {
      width: 50%
  }

  .col-sm-7 {
      width: 58.33333%
  }

  .col-sm-8 {
      width: 66.66667%
  }

  .col-sm-9 {
      width: 75%
  }

  .col-sm-10 {
      width: 83.33333%
  }

  .col-sm-11 {
      width: 91.66667%
  }

  .col-sm-12 {
      width: 100%
  }

  .col-sm-pull-0 {
      right: auto
  }

  .col-sm-pull-1 {
      right: 8.33333%
  }

  .col-sm-pull-2 {
      right: 16.66667%
  }

  .col-sm-pull-3 {
      right: 25%
  }

  .col-sm-pull-4 {
      right: 33.33333%
  }

  .col-sm-pull-5 {
      right: 41.66667%
  }

  .col-sm-pull-6 {
      right: 50%
  }

  .col-sm-pull-7 {
      right: 58.33333%
  }

  .col-sm-pull-8 {
      right: 66.66667%
  }

  .col-sm-pull-9 {
      right: 75%
  }

  .col-sm-pull-10 {
      right: 83.33333%
  }

  .col-sm-pull-11 {
      right: 91.66667%
  }

  .col-sm-pull-12 {
      right: 100%
  }

  .col-sm-push-0 {
      left: auto
  }

  .col-sm-push-1 {
      left: 8.33333%
  }

  .col-sm-push-2 {
      left: 16.66667%
  }

  .col-sm-push-3 {
      left: 25%
  }

  .col-sm-push-4 {
      left: 33.33333%
  }

  .col-sm-push-5 {
      left: 41.66667%
  }

  .col-sm-push-6 {
      left: 50%
  }

  .col-sm-push-7 {
      left: 58.33333%
  }

  .col-sm-push-8 {
      left: 66.66667%
  }

  .col-sm-push-9 {
      left: 75%
  }

  .col-sm-push-10 {
      left: 83.33333%
  }

  .col-sm-push-11 {
      left: 91.66667%
  }

  .col-sm-push-12 {
      left: 100%
  }

  .col-sm-offset-0 {
      margin-left: 0%
  }

  .col-sm-offset-1 {
      margin-left: 8.33333%
  }

  .col-sm-offset-2 {
      margin-left: 16.66667%
  }

  .col-sm-offset-3 {
      margin-left: 25%
  }

  .col-sm-offset-4 {
      margin-left: 33.33333%
  }

  .col-sm-offset-5 {
      margin-left: 41.66667%
  }

  .col-sm-offset-6 {
      margin-left: 50%
  }

  .col-sm-offset-7 {
      margin-left: 58.33333%
  }

  .col-sm-offset-8 {
      margin-left: 66.66667%
  }

  .col-sm-offset-9 {
      margin-left: 75%
  }

  .col-sm-offset-10 {
      margin-left: 83.33333%
  }

  .col-sm-offset-11 {
      margin-left: 91.66667%
  }

  .col-sm-offset-12 {
      margin-left: 100%
  }
}

@media(min-width: 992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
      float:left
  }

  .col-md-1 {
      width: 8.33333%
  }

  .col-md-2 {
      width: 16.66667%
  }

  .col-md-3 {
      width: 25%
  }

  .col-md-4 {
      width: 33.33333%
  }

  .col-md-5 {
      width: 41.66667%
  }

  .col-md-6 {
      width: 50%
  }

  .col-md-7 {
      width: 58.33333%
  }

  .col-md-8 {
      width: 66.66667%
  }

  .col-md-9 {
      width: 75%
  }

  .col-md-10 {
      width: 83.33333%
  }

  .col-md-11 {
      width: 91.66667%
  }

  .col-md-12 {
      width: 100%
  }

  .col-md-pull-0 {
      right: auto
  }

  .col-md-pull-1 {
      right: 8.33333%
  }

  .col-md-pull-2 {
      right: 16.66667%
  }

  .col-md-pull-3 {
      right: 25%
  }

  .col-md-pull-4 {
      right: 33.33333%
  }

  .col-md-pull-5 {
      right: 41.66667%
  }

  .col-md-pull-6 {
      right: 50%
  }

  .col-md-pull-7 {
      right: 58.33333%
  }

  .col-md-pull-8 {
      right: 66.66667%
  }

  .col-md-pull-9 {
      right: 75%
  }

  .col-md-pull-10 {
      right: 83.33333%
  }

  .col-md-pull-11 {
      right: 91.66667%
  }

  .col-md-pull-12 {
      right: 100%
  }

  .col-md-push-0 {
      left: auto
  }

  .col-md-push-1 {
      left: 8.33333%
  }

  .col-md-push-2 {
      left: 16.66667%
  }

  .col-md-push-3 {
      left: 25%
  }

  .col-md-push-4 {
      left: 33.33333%
  }

  .col-md-push-5 {
      left: 41.66667%
  }

  .col-md-push-6 {
      left: 50%
  }

  .col-md-push-7 {
      left: 58.33333%
  }

  .col-md-push-8 {
      left: 66.66667%
  }

  .col-md-push-9 {
      left: 75%
  }

  .col-md-push-10 {
      left: 83.33333%
  }

  .col-md-push-11 {
      left: 91.66667%
  }

  .col-md-push-12 {
      left: 100%
  }

  .col-md-offset-0 {
      margin-left: 0%
  }

  .col-md-offset-1 {
      margin-left: 8.33333%
  }

  .col-md-offset-2 {
      margin-left: 16.66667%
  }

  .col-md-offset-3 {
      margin-left: 25%
  }

  .col-md-offset-4 {
      margin-left: 33.33333%
  }

  .col-md-offset-5 {
      margin-left: 41.66667%
  }

  .col-md-offset-6 {
      margin-left: 50%
  }

  .col-md-offset-7 {
      margin-left: 58.33333%
  }

  .col-md-offset-8 {
      margin-left: 66.66667%
  }

  .col-md-offset-9 {
      margin-left: 75%
  }

  .col-md-offset-10 {
      margin-left: 83.33333%
  }

  .col-md-offset-11 {
      margin-left: 91.66667%
  }

  .col-md-offset-12 {
      margin-left: 100%
  }
}

@media(min-width: 1200px) {
  .executive-insights-row {
    height: 220px;
  }
  .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
      float:left
  }

  .col-lg-1 {
      width: 8.33333%
  }

  .col-lg-2 {
      width: 16.66667%
  }

  .col-lg-3 {
      width: 25%
  }

  .col-lg-4 {
      width: 33.33333%
  }

  .col-lg-5 {
      width: 41.66667%
  }

  .col-lg-6 {
      width: 50%
  }

  .col-lg-7 {
      width: 58.33333%
  }

  .col-lg-8 {
      width: 66.66667%
  }

  .col-lg-9 {
      width: 75%
  }

  .col-lg-10 {
      width: 83.33333%
  }

  .col-lg-11 {
      width: 91.66667%
  }

  .col-lg-12 {
      width: 100%
  }

  .col-lg-pull-0 {
      right: auto
  }

  .col-lg-pull-1 {
      right: 8.33333%
  }

  .col-lg-pull-2 {
      right: 16.66667%
  }

  .col-lg-pull-3 {
      right: 25%
  }

  .col-lg-pull-4 {
      right: 33.33333%
  }

  .col-lg-pull-5 {
      right: 41.66667%
  }

  .col-lg-pull-6 {
      right: 50%
  }

  .col-lg-pull-7 {
      right: 58.33333%
  }

  .col-lg-pull-8 {
      right: 66.66667%
  }

  .col-lg-pull-9 {
      right: 75%
  }

  .col-lg-pull-10 {
      right: 83.33333%
  }

  .col-lg-pull-11 {
      right: 91.66667%
  }

  .col-lg-pull-12 {
      right: 100%
  }

  .col-lg-push-0 {
      left: auto
  }

  .col-lg-push-1 {
      left: 8.33333%
  }

  .col-lg-push-2 {
      left: 16.66667%
  }

  .col-lg-push-3 {
      left: 25%
  }

  .col-lg-push-4 {
      left: 33.33333%
  }

  .col-lg-push-5 {
      left: 41.66667%
  }

  .col-lg-push-6 {
      left: 50%
  }

  .col-lg-push-7 {
      left: 58.33333%
  }

  .col-lg-push-8 {
      left: 66.66667%
  }

  .col-lg-push-9 {
      left: 75%
  }

  .col-lg-push-10 {
      left: 83.33333%
  }

  .col-lg-push-11 {
      left: 91.66667%
  }

  .col-lg-push-12 {
      left: 100%
  }

  .col-lg-offset-0 {
      margin-left: 0%
  }

  .col-lg-offset-1 {
      margin-left: 8.33333%
  }

  .col-lg-offset-2 {
      margin-left: 16.66667%
  }

  .col-lg-offset-3 {
      margin-left: 25%
  }

  .col-lg-offset-4 {
      margin-left: 33.33333%
  }

  .col-lg-offset-5 {
      margin-left: 41.66667%
  }

  .col-lg-offset-6 {
      margin-left: 50%
  }

  .col-lg-offset-7 {
      margin-left: 58.33333%
  }

  .col-lg-offset-8 {
      margin-left: 66.66667%
  }

  .col-lg-offset-9 {
      margin-left: 75%
  }

  .col-lg-offset-10 {
      margin-left: 83.33333%
  }

  .col-lg-offset-11 {
      margin-left: 91.66667%
  }

  .col-lg-offset-12 {
      margin-left: 100%
  }
}
/* #endregion bootstrap */
@media screen and (min-width: 992px) {
  section {
    padding: 24px 60px;
  }
  #logo-image img {
    height: 61px;
    width: auto;
  }
  .nav-links a {
    font-size: 20px;
    line-height: 1;
    margin-left: min(3.3vw, 48px);
  }
  .primary-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 1072px) {
  .primary-button {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  #hero {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 992px) {
  #hero {
    height: 275px;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #hero .col-md-8 {
    width: 60vw;
  }
  #hero-carousel-thumb {
    margin-bottom: 0 !important;
  }
  #hero-carousel-title {
    height: 95px;
  }
  #hero-carousel-subtitle {
    margin-top: 12px;
  }
  #get-started {
    height: 575px;
  }
  .get-started-form-copy {
    width: 40%;
  }
  .get-started-form-wrap {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .footer-logo-and-copyright {
    margin-bottom: 24px;
  }
  .main-page-link {
    margin-top: 12px;
  }
}

/* ===========================
   MOBILE RESPONSIVE ( ≤ 767px )
   =========================== */
@media (max-width: 767px) {
  .header-row {
    flex-wrap: nowrap !important;
  }
  #hero {
    height: unset !important;
    padding-bottom: 64px !important;
  }
  #hero .col-md-8 {
    height: unset;
  }
  #hero-carousel-title {
    height: 102px;
  }
  #hero-carousel-image {
    position: unset !important;
    object-fit: cover;
    object-position: 50% 25%;
  }
  #get-started {
    height: unset
  }
  /* --- Header / Nav --- */
  section.header {
    padding: 10px 16px;
  }
  .header-row {
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
  }
  /* Collapse nav column to zero-width so the absolute dropdown still works */
  .header-row .col-md-7 {
    width: 0;
    padding: 0;
    overflow: visible;
    flex-shrink: 0;
  }
  /* Hide desktop CTA column */
  .header-cta {
    display: none !important;
  }
  /* Hamburger button */
  .nav-mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    right: 32px;
  }
  .nav-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--purple);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }
  .nav-mobile-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-mobile-toggle.open span:nth-child(2) { opacity: 0; }
  .nav-mobile-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  /* Mobile nav dropdown */
  #main-nav {
    position: fixed;
    top: 100%;
    top: 56px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 8px 24px 20px;
    gap: 0;
    justify-content: flex-start;
  }
  #main-nav.open {
    display: flex;
  }
  #main-nav a {
    margin-left: 0;
    font-size: 18px;
    color: var(--purple);
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    display: block;
  }
  #main-nav a:last-of-type {
    border-bottom: none;
  }
  .nav-links-mobile-cta {
    display: inline-block !important;
    margin-top: 12px;
    text-align: center;
  }

  /* --- General section padding --- */
  section {
    padding: 24px 16px;
  }

  /* --- Make .row stack vertically --- */
  .row {
    flex-wrap: wrap;
  }
  [class*="col-md-"] {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* --- Hero --- */
  section.purple-bg.extra-y-padding {
    padding-top: 28px;
    padding-bottom: 40px;
  }
  #hero-carousel-title {
    font-size: 34px;
    margin-top: 12px;
  }
  #hero-carousel-subtitle {
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  #hero-carousel-image {
    width: 100%;
    height: 220px;
    border-radius: 16px;
    margin-top: 16px;
  }
  .mr-12 {
    margin-right: 12px;
  }
  .primary-button {
    font-size: 14px;
    padding: 9px 14px;
  }

  /* --- Trusted --- */
  #trusted-section p {
    font-size: 20px;
    line-height: 1.4;
  }

  /* --- Liberate --- */
  #liberate-section .right-border {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding-bottom: 24px;
    margin-bottom: 8px;
  }
  #liberate-section h2 {
    font-size: 26px;
    margin-top: 0;
  }
  #liberate-section p {
    font-size: 16px;
  }

  /* --- Executive Insights --- */
  section#executive-insights-for {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  #executive-insights-for h2 {
    padding-left: 0;
    font-size: 22px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .executive-img {
    display: none;
  }
  /* Reorder: tabs on top, card below */
  .executive-insights-row {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
    align-items: stretch;
  }
  .executive-active-tab {
    order: 1;
    width: auto;
    height: auto;
    writing-mode: horizontal-tb;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    width: 100%;
  }
  .executive-active-tab span {
    writing-mode: horizontal-tb;
    font-size: 16px;
    font-weight: 700;
  }
  .executive-tab-group {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    gap: 0;
    align-items: stretch;
    width: 100%;
  }
  .executive-tab-pill {
    writing-mode: horizontal-tb;
    font-size: 15px;
    padding: 10px 16px;
    flex: 1;
    min-width: 60px;
    text-align: center;
  }
  .executive-insight-card {
    order: 3;
    width: 100%;
    flex-direction: column;
  }
  .executive-photo {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 25%;
  }
  .executive-insight-text {
    padding: 16px;
  }

  /* --- Support Steps --- */
  #support-steps h2 {
    font-size: 26px;
  }
  #support-steps p {
    font-size: 16px;
  }
  .steps-nav {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 16px;
  }
  .step-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
  .step-content {
    margin-top: 16px;
  }
  .step-image-stack {
    width: 100%;
    height: 200px;
  }
  .step-img {
    height: 200px;
  }
  .step-label {
    font-size: 22px !important;
  }
  .step-label + p {
    font-size: 16px !important;
    height: auto !important;
  }

  /* --- Proven Ability --- */
  section#proven-ability {
    padding: 0 0 84px !important;
  }
  .proven-ability-row {
    flex-direction: column;
    gap: 0;
  }
  .proven-circle-wrap {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
  }
  .proven-circle-img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .proven-content {
    width: 100%;
    padding: 28px 20px;
    box-sizing: border-box;
  }
  .proven-content h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }
  .proven-content h4 {
    margin-top: 0;
    font-size: 16px;
  }
  .accordion-header {
    font-size: 15px;
    padding: 12px 12px;
  }
  .accordion-body {
    padding-left: calc(12px + 36px);
    font-size: 14px;
  }

  /* --- Testimonial --- */
  .testimonial-wrap {
    gap: 20px;
  }
  .testimonial-blockquote p {
    font-size: 16px;
  }
  .testimonial-attribution {
    font-size: 16px;
  }

  /* --- CUB Pillars --- */
  #cub-pillars {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  #cub-pillars .row {
    flex-direction: column;
  }
  .cub-pillars-text {
    width: 100%;
  }
  #cub-pillars h2 {
    width: 100%;
    font-size: 28px;
    margin-top: 0;
  }
  #cub-pillars p {
    width: 100%;
    font-size: 16px;
  }
  .cub-pillars-video {
    width: 100%;
    height: auto;
    margin-top: 8px;
  }

  /* --- Get Started --- */
  #get-started .row {
    flex-direction: column;
    gap: 20px;
  }
  #get-started h2 {
    font-size: 28px;
    margin-top: 0;
  }
  .form-row-group {
    flex-direction: column;
    gap: 10px;
  }
  .get-started-btn {
    width: 100%;
    padding: 14px;
  }

  /* Hero: higher specificity needed to beat #hero .col-md-8 { width: 730px !important } */
  #hero .col-md-8 {
    width: 100% !important;
  }

  /* Hero image: reset absolute positioning so it flows below the text */
  #hero-carousel-image {
    position: static;
    right: auto;
  }

  /* Hero buttons: tighten gap */
  .mr-9 {
    margin-right: 12px;
  }

  /* Support steps: remove the 160px left indent on the header */
  #support-steps .support-header {
    margin: 0;
  }

  /* Support steps: prevent fixed-width images from overflowing viewport */
  .step-image-stack {
    overflow: hidden;
  }
  .step-img {
    width: min(540px, calc(100vw - 32px));
  }

  /* CUB Pillars: remove large right margin on heading */
  #cub-pillars h2 {
    margin-right: 0;
    margin-bottom: 8px;
  }

  /* Get Started: stack the copy + form panels vertically */
  #get-started {
    flex-direction: column;
  }
  .get-started-form-copy {
    width: 100%;
    padding: 28px 20px 64px;
    box-sizing: border-box;
  }
  .get-started-form-wrap {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  #hero-carousel-title {
    height: 136px;
  }
}
@media (max-width: 425px) {
  #hero-carousel-title {
    height: 170px;
  }
}

/* ── Form loader spinner ─────────────────────────────────── */
.form-loader {
  display: none;
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: form-spin 0.7s linear infinite;
  margin: 0 auto 16px;
}
.form-loader.visible-spinner {
  display: block;
}
@keyframes form-spin {
  to { transform: rotate(360deg); }
}

/* ── Form error message ──────────────────────────────────── */
.form-error {
  display: none;
  background: rgba(200, 50, 50, 0.85);
  color: #fff;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.form-error.visible-error {
  display: block;
}