/* Begin SCSS Workflow */
/*
* Map for breakpoints
*/
body {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 2;
  overflow-x: hidden;
  text-rendering: geometricPrecision;
}

p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    font-size: 16px;
    line-height: 1.7;
  }
}

h1 {
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.1;
  font-size: clamp(38px, 5vw, 70px);
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
}

h3 {
  font-size: clamp(31px, 3.5vw, 40px);
  line-height: 1.3;
}

h4 {
  line-height: normal;
}

h5 {
  line-height: normal;
}

h6 {
  line-height: normal;
}

.mono, pre {
  font-family: "IBM Plex Mono", "Courier New", monospace;
}

small {
  font-size: clamp(15px, 2vw, 12px);
  line-height: 20px;
}

pre {
  font-size: clamp(14px, 2vw, 12px);
  line-height: 1.8;
  color: #ffffff;
  word-wrap: break-word;
  white-space: pre-line;
  margin-bottom: 20px;
}

h1, h2, h3 {
  margin-bottom: 24px;
}

.quote-icon {
  font-weight: 300;
  font-size: 200px;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: normal;
  margin-bottom: -100px;
}

/*Font size utils*/
.f-size-6xl {
  font-size: clamp(42px, 5vw, 65px);
  line-height: 1.13;
}

.f-size-5xl {
  font-size: clamp(36px, 5vw, 55px);
  line-height: 1.27;
}

.f-size-4xl {
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.29;
}

.f-size-xxxl {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.31;
}

.f-size-xxl {
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.2;
}

.f-size-xl {
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.27;
}

.f-size-lg {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.31;
}

.f-size-md {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
}

.f-size-sm {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.33;
}

.f-size-xs {
  font-size: clamp(18px, 1vw, 22px);
  line-height: 1.45;
}

.f-size-xxs {
  font-size: clamp(18px, 1vw, 20px);
  line-height: 1.5;
}

.f-size-xxxs {
  font-size: clamp(16px, 1vw, 18px);
  line-height: 1.66;
}

.f-size-4xs {
  font-size: 16px;
  line-height: 1.5;
}

.f-size-5xs {
  font-size: 14px;
  line-height: 1.71;
}

.f-size-6xs {
  font-size: 12px;
  line-height: 1.66;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*Font weight utils*/
.f-weight-100 {
  font-weight: 100;
}

.f-weight-200 {
  font-weight: 200;
}

.f-weight-300 {
  font-weight: 300;
}

.f-weight-400 {
  font-weight: 400;
}

.f-weight-500 {
  font-weight: 500;
}

.f-weight-600 {
  font-weight: 600;
}

.f-weight-700 {
  font-weight: 700;
}

/* Set transitions globally for consistency */
.noise-filter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/wp-content/uploads/2024/03/noise.png") repeat;
  opacity: 0.25;
  z-index: -1;
}

@font-face {
  font-family: "PPMori-SB";
  src: url("/wp-content/plugins/functions/assets/fonts/PPMori-SB.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPMori-B";
  src: url("/wp-content/plugins/functions/assets/fonts/PPMori-B.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPMori-R";
  src: url("/wp-content/plugins/functions/assets/fonts/PPMori-R.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*Buttons & CTAs*/
.btn-secondary, .ct-link-button {
  border-radius: 35px;
  transition: all 0.4s ease;
  border: none;
  padding: 15px 50px;
  margin: 25px 25px 25px 25px;
}
.btn-secondary:hover, .ct-link-button:hover {
  border: none;
}

.ct-link-button {
  background: #0655ff;
}
.ct-link-button:hover {
  background: #6797ff;
}

.btn-secondary {
  background: #ffffff;
  color: #0655ff;
}
.btn-secondary:hover {
  background: #0655ff;
  color: #ffffff;
}

.play-cta p {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  position: relative;
  top: -4px;
}
.play-cta * {
  transition: all 0.4s ease;
}
.play-cta-secondary p {
  color: #0655ff;
}
.play-cta-secondary #playcirc {
  stroke: #0655ff;
}
.play-cta-secondary #playico {
  fill: #0655ff;
}
.play-cta:hover p, .play-cta-secondary:hover p {
  color: #6797ff;
}
.play-cta:hover #playcirc, .play-cta-secondary:hover #playcirc {
  stroke: #6797ff;
}
.play-cta:hover #playico, .play-cta-secondary:hover #playico {
  fill: #6797ff;
}

.green-primary-button {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #011853;
  text-align: center !important;
  background: #BDDC05;
  display: inline-flex;
  padding: 15px 30px !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
  border-radius: 35px;
}
.green-primary-button:hover {
  background: #BDDC05;
}
@media (max-width: 992px) {
  .green-primary-button {
    font-size: 15px;
  }
}

.outline-secondary-button {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  background: transparent;
  border: 1px solid #FFFFFF;
  display: inline-flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0px;
  border-radius: 35px;
}
.outline-secondary-button:hover {
  background: none;
  border: 1px solid #fff;
}

.transparent-button {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #0655FF;
  background: transparent;
  text-align: center;
  display: flex;
  padding: 15px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 35px;
  margin: 0px;
  border: 1px solid #0655FF;
}
.transparent-button:hover {
  background: #0655FF;
  border: 1px solid #0655FF;
  color: #fff;
}
@media (max-width: 992px) {
  .transparent-button {
    font-size: 15px;
  }
}

/*quote block*/
.quote-block {
  border-left: 2px solid #0655ff;
  padding: 0 24px;
}
.quote-block h5 {
  margin-bottom: 10px;
}
.quote-block h5.quote-name {
  margin-bottom: 4px;
}
.quote-block img {
  margin-right: 16px;
  height: 67px;
  width: auto;
}

/********* Gravity Forms *********/
/*Newsletter signup*/
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .signup_form {
  margin-left: 0 !important;
}
.gform_wrapper .ginput_container {
  line-height: normal;
}
.gform_wrapper .gform-body input[type=email], .gform_wrapper .gform-body input[type=text] {
  border: 1px solid #9a9a9a;
  padding: 15px !important;
  margin-top: 0;
  border-radius: 7px;
  outline: none;
  height: 50px;
  width: auto;
  min-width: 200px;
}
.gform_wrapper .gform-body input[type=email]:focus, .gform_wrapper .gform-body input[type=text]:focus {
  border-color: #0655ff;
}
.gform_wrapper .gform-body button[type=submit] {
  border: none;
  cursor: pointer;
  outline: none;
}

.navigation-wrapper {
  margin-left: 50px;
  float: left;
  margin-top: 30px;
  display: block;
}
@media (max-width: 1399px) {
  .navigation-wrapper {
    margin-left: 25px;
  }
}
@media (max-width: 992px) {
  .navigation-wrapper {
    display: none;
    margin: 0 -50px 0;
  }
}
@media (max-width: 992px) {
  .navigation-wrapper-open {
    display: block !important;
    margin: 30px -20px 0;
    margin-top: 30px;
  }
}

.navigation-1-wrapper {
  display: block;
  float: left;
  padding: 15px 15px 40px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .navigation-1-wrapper {
    padding: 15px 10px 40px;
  }
}
@media (max-width: 992px) {
  .navigation-1-wrapper {
    padding: 0 16px !important;
  }
}
@media screen and (max-width: 1105px) and (min-width: 992px) {
  .navigation-1-wrapper {
    padding: 15px 5px 40px;
  }
}
.navigation-1-wrapper-open {
  overflow: auto;
}
.navigation-1-wrapper-open .navigation-2-wrapper {
  display: flex;
  max-height: 490px;
  padding-bottom: 20px;
  /*transition: max-height 0.25s ease-in;*/
}
@media (min-width: 993px) {
  .navigation-1-wrapper-open .navigation-2-wrapper {
    max-height: 750px;
  }
}
@media (min-width: 1040px) {
  .navigation-1-wrapper-open .navigation-2-wrapper {
    max-height: 650px;
  }
}
@media (min-width: 1280px) {
  .navigation-1-wrapper-open .navigation-2-wrapper {
    max-height: 550px;
  }
}
@media (max-width: 992px) {
  .navigation-1-wrapper-open .navigation-2-wrapper {
    max-height: none;
  }
}
@media (max-width: 992px) {
  .navigation-1-wrapper {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
    border-bottom: 1px solid #F6F6F6;
  }
  .navigation-1-wrapper:after {
    background-image: url(/wp-content/uploads/2024/04/Stroke-3-1.svg);
  }
  .navigation-1-wrapper:first-child {
    border-top: 1px solid #F6F6F6;
  }
}

.navigation-1-link {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1399px) {
  .navigation-1-link {
    font-size: 14px;
  }
}
.navigation-1-link br {
  display: none;
}
@media (max-width: 992px) {
  .navigation-1-link {
    padding: 16px 0px;
    color: #011853;
    font-size: 16px;
    font-style: normal;
    line-height: 28px; /* 155.556% */
    width: 100%;
    text-align: left;
  }
}

.navigation-2-wrapper {
  position: absolute;
  left: 0;
  top: 108px;
  width: 100%;
  text-align: center;
  /*height: 596px;*/
  background: #FFFFFF;
  display: none;
  /*max-height: 0;*/
  /*transition: max-height 0.25s ease-out;*/
  overflow: visible;
}
@media (min-width: 993px) {
  .navigation-2-wrapper {
    height: 750px;
  }
}
.navigation-2-wrapper:before {
  background: #FFFFFF;
  position: absolute;
  content: "";
  height: 100%;
  width: 10000px;
  display: block;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .navigation-2-wrapper:before {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .navigation-2-wrapper:before {
    display: none;
  }
}
.navigation-2-wrapper:after {
  background: #FFFFFF;
  position: absolute;
  content: "";
  height: 100%;
  width: 10000px;
  display: block;
  right: 0;
  top: 0;
}
@media (max-width: 992px) {
  .navigation-2-wrapper:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .navigation-2-wrapper {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
  }
}

.navigation-1-link-dropdown:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  float: right;
  margin-left: 5px;
  background-image: url(/wp-content/uploads/2024/04/arrow-down-s-line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 3px;
  position: relative;
}
@media (max-width: 992px) {
  .navigation-1-link-dropdown:after {
    background-image: url(/wp-content/uploads/2026/01/Menu-drill-forward-arrow.svg);
    margin-left: 0px;
    margin-top: 1px;
    right: 3px;
  }
}

.navigation-2-inner {
  max-height: 100%;
  overflow: hidden;
  display: block;
  width: 1400px;
  max-width: 100vw;
  text-align: center;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  height: 100%;
  z-index: 10;
}
@media (max-width: 992px) {
  .navigation-2-inner {
    width: 100%;
    padding: 0;
  }
}

.navigation-3-wrapper {
  display: none;
  width: 75%;
  position: absolute;
  left: 25%;
  top: 0;
  height: 500px;
  z-index: 50;
  text-align: left;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navigation-2-link-wrapper {
  width: 100%;
  text-align: left;
  border-right: 20px solid #FFFFFF;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .navigation-2-link-wrapper {
    margin: 0;
    border: 0;
  }
}
.navigation-2-link-wrapper-open {
  background-color: #F5F6FA;
}
.navigation-2-link-wrapper-open .navigation-2-link {
  color: #011853;
}
.navigation-2-link-wrapper-open .navigation-3-wrapper {
  display: block;
}

.navigation-2-column {
  width: 25%;
  border-right: 1px solid #f6f7f9;
  margin-bottom: 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .navigation-2-column {
    width: 100%;
    margin-bottom: 15px;
  }
}

.navigation-2-link {
  text-align: center;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 15px;
  color: #5C5C5C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}
.navigation-2-link img {
  float: left;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 992px) {
  .navigation-2-link img {
    left: 10px;
  }
}
.navigation-2-link div {
  text-align: left !important;
  display: block;
  clear: both;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .navigation-2-link div {
    padding-left: 40px;
  }
}
.navigation-2-link div:first-of-type {
  color: #011853;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px;
  margin-bottom: -8px;
  margin-top: 12px;
}
@media (max-width: 992px) {
  .navigation-2-link div:first-of-type {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: normal;
  }
}
.navigation-2-link div:first-of-type br {
  display: none;
}
.navigation-2-link div:nth-of-type(2n) {
  color: #5F5F5F;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.navigation-2-link:hover div:first-of-type {
  color: #0655FF;
}
@media (max-width: 992px) {
  .navigation-2-link {
    padding-left: 30px;
    width: 100%;
    display: block !important;
  }
}

.navigation-2-heading {
  padding-top: 34px;
}
@media (max-width: 992px) {
  .navigation-2-heading {
    display: none;
  }
}

.navigation-2-heading, .navigation-3-heading {
  float: left;
  color: #818181;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  text-align: left;
}

.navigation-2-left {
  width: 100%;
  float: left;
  display: block;
}
@media (max-width: 992px) {
  .navigation-2-left {
    width: 100%;
  }
}

.navigation-2-promotion {
  float: right;
  width: 33.3%;
  padding-left: 30px;
  background-repeat: no-repeat;
  border-radius: 7px;
}
@media (max-width: 992px) {
  .navigation-2-promotion {
    display: none;
  }
}

.navigation-2-column {
  float: left;
  width: 100%;
}
@media (max-width: 992px) {
  .navigation-2-column {
    width: 100%;
    margin-bottom: 15px;
  }
}
.navigation-2-column.navigation-grid-4-col {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 30px;
  grid-row-gap: 25px;
}
@media (max-width: 992px) {
  .navigation-2-column.navigation-grid-4-col {
    grid-template-columns: repeat(1, auto);
    padding-bottom: 20px;
  }
}

.navigation-2-link-content {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-top: 10px;
}

.navigation-2-link-title {
  color: #011853;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.navigation-2-image-text {
  color: #5F5F5F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  margin-top: 20px;
  text-align: left;
  max-width: 300px;
}

.navigation-2-image-wrapper {
  display: flex;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  width: 100%;
  height: 334px;
}

.navigation-2-image-link {
  color: #011853;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  margin-top: 8px;
}
.navigation-2-image-link:hover {
  text-decoration: underline;
}

.navigation-2-wrapper-minimal {
  display: none;
  left: -10px;
  top: 70px;
  position: absolute;
  background-color: #ffffff;
  padding: 20px;
  width: 220px;
}
@media (max-width: 992px) {
  .navigation-2-wrapper-minimal {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 10px;
  }
  .navigation-2-wrapper-minimal .navigation-2-link-minimal {
    color: #3A4252;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
}

.navigation-1-wrapper-minimal {
  position: relative;
  overflow: visible;
}

.navigation-1-wrapper-open .navigation-2-wrapper-minimal {
  display: block;
}

.navigation-2-link-minimal + .navigation-2-link-minimal {
  margin-top: 15px;
}

.navigation-2-link-minimal {
  color: #011853;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: left;
  align-items: left;
  justify-content: left;
}
.navigation-2-link-minimal:hover {
  color: #0655FF;
}
.navigation-2-link-minimal-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 15px;
}

.navigation-3-primary, .navigation-3-secondary, .navigation-3-tertiary {
  width: 33%;
  float: left;
  text-align: left;
}

.navigation-3-secondary {
  padding-right: 15px;
}

.navigation-3-tertiary {
  padding-left: 15px;
}

.navigation-3-primary .navigation-3-heading {
  padding-left: 20px;
}

.navigation-3-link-wrapper {
  text-align: left;
  display: block;
  padding: 10px 20px;
  margin-right: 20px;
}
.navigation-3-link-wrapper:hover {
  background: #F5F6FA;
}
.navigation-3-link-wrapper:hover .navigation-3-link-title {
  color: #1B5BF5;
}

.navigation-3-link-content {
  color: #808080;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  margin-top: 10px;
}

.navigation-3-link-title {
  color: #011853;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
}

.navigation-3-image-text {
  color: #808080;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
}

.navigation-3-image-wrapper {
  background-color: #F5F6FA;
  display: flex;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 334px;
}

.navigation-3-image-link {
  color: #011853;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 175% */
  text-decoration: underline;
  margin-top: 8px;
}

/* Make sure the main nav wrapper doesn't clip the mega menu */
.navigation-1-wrapper,
.navigation-1-wrapper-open {
  overflow: visible;
}

.navigation-2-wrapper-minimal {
  border-radius: 8px;
}

.service-category-nav {
  padding: 0;
  max-width: 329px;
  width: 100%;
  left: -82px;
  border-radius: 6px;
  background: #F9F9F9;
  /* NEW: remove right radius ONLY when the first/second/third level is hovered */
  /* <= 1080px: start centered under trigger */
}
.service-category-nav:has(.nav-top-link-wrapper:hover), .service-category-nav:has(.nav-second-level:hover), .service-category-nav:has(.nav-second-level-desc:hover) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 1280px) {
  .service-category-nav {
    max-width: 340px;
    left: -150px;
  }
}
@media screen and (max-width: 1080px) {
  .service-category-nav {
    max-width: 340px;
    left: 25%;
    right: auto;
    transform: translateX(-60%);
    transition: transform 0.5s ease;
  }
  .service-category-nav:has(.navigation-2-link-wrapper:hover), .service-category-nav:has(.nav-second-level-desc:hover) {
    transform: translateX(-95%);
  }
}
@media screen and (max-width: 1080px) and (max-width: 992px) {
  .service-category-nav:has(.navigation-2-link-wrapper:hover), .service-category-nav:has(.nav-second-level-desc:hover) {
    transform: none;
  }
}
@media (max-width: 992px) {
  .service-category-nav {
    position: relative;
    left: 0;
    transform: none;
    max-width: 100%;
    width: 100%;
  }
}
.service-category-nav.mega-click-mode .nav-top-link-wrapper:hover .nav-second-level {
  display: none !important;
}
.service-category-nav.mega-click-mode .nav-top-link-wrapper.is-active .nav-second-level {
  display: flex !important;
}
.service-category-nav .service-category-nav-col {
  margin: 0;
  padding: 10px 0;
  border-radius: 6px;
  position: relative;
  height: auto;
  transition: height 0.5s ease;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col {
    padding: 0px;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper {
  width: 100%;
  padding-left: 16px;
  padding-bottom: 8px;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper:last-child {
  padding-bottom: 0px;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper {
    padding: 0px;
    border-bottom: 1px solid #F6F6F6;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding: 0;
  width: 100%;
  align-items: flex-start;
  border-right: 1px solid transparent;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link::after {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2026/01/Menu-drill-forward-arrow.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  right: 20px;
  top: 23px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link::after {
    content: none;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link .nav-top-level-text {
  padding-top: 16px;
  padding-left: 8px;
  padding-bottom: 16px;
  color: #011853;
  margin: 0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link .nav-top-level-text {
    padding: 16px;
    width: 100%;
    font-size: 16px;
  }
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-top-link .nav-top-level-text::after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    float: right;
    background-image: url(/wp-content/uploads/2026/01/Menu-drill-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 2px;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 16px;
  border-radius: 0 6px 6px 0;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level:has(.navigation-2-link-wrapper:hover) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0;
    display: block;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link-wrapper {
  margin: 0;
  border: unset;
  transition: all 0.3s ease-in-out;
  padding-bottom: 8px;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link-wrapper:hover .navigation-2-link {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #0655FF;
  background: #e7efff;
  transition: all 0.3s ease-in-out;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link-wrapper:hover .navigation-2-link .nav-second-level-text {
  color: #0655FF;
  transition: all 0.3s ease-in-out;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link-wrapper:hover .nav-second-level-desc {
  display: flex;
  border-left: 1px solid #E1E1E1;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link-wrapper:hover .nav-second-level-desc {
    border-left: none;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 6px;
  transition: all 0.3s ease-in-out;
  border-right: 1px solid transparent;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link {
    display: flex !important;
    flex-direction: row;
    padding: 4px 4px;
    margin-left: 5px;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link .nav-second-level-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link .nav-second-level-text {
    font-size: 16px;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link img {
  position: relative;
  width: 32px;
  height: 32px;
  top: unset;
  margin: 0;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .navigation-2-link img {
    left: unset;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc {
  position: absolute;
  left: 100%;
  top: 0;
  background: #ffffff;
  width: 371px;
  height: 100%;
  border-radius: 0 6px 6px 0;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc {
    width: 300px;
  }
}
@media screen and (max-width: 1080px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc {
    width: 270px;
  }
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc {
    position: relative;
    left: 0;
    width: 100%;
    display: flex;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc {
  position: relative;
  height: 100%;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc::after {
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc::after {
    width: 135px !important;
    height: 120px !important;
    background-size: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc::after {
    width: 118px !important;
    height: 103px !important;
    background-size: 100%;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc .ct-link-button {
  margin: 20px 0 0 0;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc .nav-desc-text {
  color: #353535;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 6px;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc .service-category-nav-cta {
  font-size: 16px;
  line-height: 30px;
  padding: 4px 24px;
  font-weight: 500;
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper .nav-second-level .nav-second-level-desc .nav-branding-desc .service-category-nav-cta::after {
  position: relative;
  content: "";
  background: url(/wp-content/uploads/2026/01/Nav-CTA-Arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper.is-active .nav-top-link {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #0655FF;
  background: linear-gradient(90deg, #E7EFFF 58.81%, #C5D8FF 100%);
  transition: all 0.3s ease-in-out;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper.is-active .nav-top-link:after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-top-link {
  border-radius: 6px 0 0 6px;
  border-right: 1px solid #0655FF;
  background: linear-gradient(90deg, #E7EFFF 58.81%, #C5D8FF 100%);
  transition: all 0.3s ease-in-out;
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-top-link:after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-top-link {
    background: transparent;
    border: unset;
    border-radius: unset;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-top-level-text {
  color: #0655FF;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-top-level-text {
    color: #011853;
  }
}
.service-category-nav .service-category-nav-col .nav-top-link-wrapper:hover .nav-second-level {
  display: flex;
  flex-direction: column;
}

.navigation-wrapper-open {
  margin-top: 30px;
  width: calc(100% + 40px);
}

@media (max-width: 992px) {
  /* -----------------------------------------
     1) Viewport (wrapper) + float reset
     ----------------------------------------- */
  body.mobile-menu-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
  }
  .navigation-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* Your existing menu is float-based; flex sliding needs floats disabled */
    /* -----------------------------------------
       2) Sliding track (JS inserts .mobile-nav-track)
       ----------------------------------------- */
    /* Panels are full width */
  }
  .navigation-wrapper,
  .navigation-wrapper * {
    float: none !important;
  }
  .navigation-wrapper .mobile-nav-track {
    display: flex;
    flex-wrap: nowrap;
    transform: translateX(0);
    transition: transform 0.35s ease;
    margin-top: 73px;
  }
  .navigation-wrapper.is-level-1 .mobile-nav-track {
    transform: translateX(0);
  }
  .navigation-wrapper.is-level-2 .mobile-nav-track {
    transform: translateX(-100%);
  }
  .navigation-wrapper.is-level-3 .mobile-nav-track {
    transform: translateX(-200%);
  }
  .navigation-wrapper .mobile-panel-level-1,
  .navigation-wrapper .mobile-panel-level-2,
  .navigation-wrapper .mobile-panel-level-3 {
    flex: 0 0 100%;
    width: 100%;
  }
  .navigation-1-wrapper-open .navigation-2-wrapper-minimal {
    display: none !important;
  }
  /* Hide inline submenu inside Level 1 panel (main list) */
  .mobile-panel-level-1 .navigation-2-wrapper-minimal {
    display: none !important;
  }
  /* Show it properly inside Level 2 panel */
  .mobile-panel-level-2 {
    /* Make minimal submenu links look like rows */
  }
  .mobile-panel-level-2 .navigation-2-wrapper-minimal {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    background: transparent;
    border-radius: 0 !important;
  }
  .mobile-panel-level-2 .navigation-2-link-minimal {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 6px;
    color: #011853;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .mobile-panel-level-2 .navigation-2-link-minimal .ct-text-block {
    color: #011853;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .mobile-panel-level-2 .navigation-2-link-minimal + .navigation-2-link-minimal {
    margin-top: 0 !important;
    border-top: 1px solid #eaeaea;
    padding-top: 12px;
  }
  .mobile-panel-level-2 .service-category-nav .nav-second-level,
  .mobile-panel-level-2 .service-category-nav .nav-second-level-desc {
    display: none !important;
  }
  /* When drilling into Level 3, show the .nav-second-level as a normal list */
  .mobile-panel-level-3 {
    /* Make service items look like mobile list rows */
    /* Default: hide desc inside drill panel */
  }
  .mobile-panel-level-3 .nav-second-level {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: #fff;
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper {
    border-bottom: 1px solid #F6F6F6;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/01/Icon-Collapased.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 20px;
    z-index: 0;
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper.is-desc-open::after {
    transform: rotate(90deg);
    transition: all 0.3s ease-in-out;
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper.is-desc-open .nav-second-level-desc {
    opacity: 1;
    max-height: 800px;
    transform: translateY(0);
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper.is-desc-open > .nav-second-level-desc {
    display: block !important;
    background: linear-gradient(133deg, #FFF 62.78%, #B3C7EF 114.3%);
  }
  .mobile-panel-level-3 .navigation-2-link-wrapper .nav-second-level-desc {
    /* keep it in the flow so it can expand under the link */
    display: block !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    /* animation setup */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-4px);
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.25s ease;
  }
  .mobile-panel-level-3 .navigation-2-link {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 16px !important;
    width: 100%;
    z-index: 1;
  }
  .mobile-panel-level-3 .navigation-2-link img {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0;
  }
  .mobile-panel-level-3 .navigation-2-link .nav-second-level-text {
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
  }
  .mobile-panel-level-3 .nav-second-level-desc {
    display: none !important;
    width: 100% !important;
    /* Make the content inside look good on mobile */
  }
  .mobile-panel-level-3 .nav-second-level-desc .nav-branding-desc {
    height: auto !important;
    min-height: 247px;
  }
  .mobile-panel-level-3 .nav-second-level-desc .nav-branding-desc .nav-desc-text {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #353535;
    margin-bottom: 6px;
  }
  .mobile-panel-level-3 .nav-second-level-desc .nav-branding-desc .nav-desc-content {
    color: #5F5F5F;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  .mobile-panel-level-3 .nav-second-level-desc .service-category-nav-cta {
    margin: 0;
    margin-top: 20px;
    padding: 4px 24px;
    color: #FFF;
    text-align: center;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    position: relative;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .mobile-panel-level-3 .nav-second-level-desc .service-category-nav-cta::after {
    position: relative;
    content: "";
    background: url(/wp-content/uploads/2026/01/Nav-CTA-Arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 15px;
    height: 15px;
    right: 0;
    top: 0;
  }
  /* -----------------------------------------
     5) Back + Heading UI
     ----------------------------------------- */
  .mobile-nav-back {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    border: 0;
    background: #F6F6F6;
    font-size: 16px;
    font-weight: 500;
    color: #011853;
    width: 100%;
    text-align: left;
    font-family: "IBM Plex Sans", Arial, sans-serif;
    cursor: pointer;
    position: relative;
  }
  .mobile-nav-back::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    background: url("/wp-content/uploads/2026/01/Menu-drill-arrow.svg") no-repeat center/contain;
    transform: rotate(180deg);
  }
  .mobile-nav-heading {
    padding: 16px;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    color: #011853;
    background: linear-gradient(98deg, #F9FBFF 21.13%, #E7EFFF 48.74%);
  }
  /* -----------------------------------------
     6) Make top-level links feel like drill items
     ----------------------------------------- */
  .navigation-1-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* Make header act as the "overlay container" */
  .header-section {
    position: relative;
    z-index: 1;
  }
  /* Show mobile logo + toggle ABOVE the overlay */
  .header-logo-mobile,
  .header-navigation-toggle {
    position: relative;
    z-index: 2;
  }
  .header-logo-link,
  .header-navigation-toggle {
    position: relative;
    top: 0px;
  }
  .oxygen-body .header-section.main-header:has(.navigation-wrapper-open) .header-logo-link .dark-mobile-logo {
    position: relative;
    z-index: 2;
    top: 0px;
    display: block !important;
  }
  .oxygen-body .header-section.main-header:has(.navigation-wrapper-open) .header-logo-link .header-logo-mobile {
    display: none !important;
  }
  .oxygen-body .header-section.main-header:has(.navigation-wrapper-open) .header-navigation-toggle {
    background-image: url(/wp-content/uploads/2026/01/Close-icon.svg);
    margin-top: 24px;
  }
  /* Fullscreen overlay panel */
  .navigation-wrapper-open {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    z-index: 1;
    overflow: hidden;
    display: block !important;
    /* Make the sliding panels scroll inside the overlay */
    /* Each panel scrolls */
    /* Ensure your drill "Back" button stays visible while scrolling */
  }
  .navigation-wrapper-open .mobile-nav-track {
    height: 100%;
  }
  .navigation-wrapper-open .mobile-panel-level-1,
  .navigation-wrapper-open .mobile-panel-level-2,
  .navigation-wrapper-open .mobile-panel-level-3 {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 90px;
  }
  .navigation-wrapper-open .mobile-panel-level-1 {
    background: linear-gradient(161deg, #FFF 78.5%, #B3C7EF 112.06%);
  }
  .navigation-wrapper-open .mobile-panel-level-1 .header-contact-wrapper-mobile {
    padding: 16px !important;
  }
  .navigation-wrapper-open .mobile-panel-level-1 .header-contact-wrapper-mobile .header-contact-button {
    margin: 0px;
    padding: 15px 30px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .navigation-wrapper-open .mobile-panel-level-2 {
    background: linear-gradient(155deg, #FFF 67.49%, #B3C7EF 125.06%), #FFF;
  }
  .navigation-wrapper-open .mobile-nav-back,
  .navigation-wrapper-open .mobile-nav-heading {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .main-header > .ct-section-inner-wrap:has(.navigation-wrapper-open) {
    padding: 0px 16px !important;
  }
}
@media (min-width: 992px) {
  .header-navigation-toggle,
  .header-logo-mobile {
    display: none !important;
  }
}
.header-section {
  position: relative;
}
.header-section > div {
  display: block !important;
  float: left;
  width: 100%;
}
@media (max-width: 1399px) {
  .header-section > div {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.header-logo-link {
  float: left;
  margin-top: 30px;
}

.header-contact-wrapper {
  float: right;
}

.header-contact-button {
  background: #0655ff;
  border-radius: 35px;
  transition: all 0.4s ease;
  border: none;
  padding: 15px 50px;
  margin: 25px 25px 25px 25px;
  color: #FFFFFF;
}
@media (max-width: 1399px) {
  .header-contact-button {
    margin-right: 0;
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .header-contact-button {
    display: none;
  }
}

@media (max-width: 480px) {
  /*   home page hs form width */
  .hs-form-field input#email-d671dbe6-e013-4ed1-87b2-b256f713e994 {
    width: 220px !important;
  }
}
.header-navigation-toggle {
  float: right;
  height: 25px;
  width: 25px;
  background-image: url("/wp-content/uploads/2024/04/Shape.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin: 30px 30px 0 0;
  cursor: pointer;
}
@media (min-width: 993px) {
  .header-navigation-toggle {
    display: none;
  }
}

@media (min-width: 993px) {
  .header-logo-mobile {
    display: none;
  }
}

.header-logo {
  height: 57px;
}
@media (max-width: 992px) {
  .header-logo {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: linear-gradient(139.18deg, #152A5A -8.61%, #09183D 21.3%, #041C2E 51.92%, #09324C 73.47%, #4A7022 100.89%);
}
.footer-logo-column {
  padding-left: 0px !important;
}
.footer-newsletter-intro {
  font-weight: 500;
  text-align: left;
  border-left: 1px solid #FFFFFF;
  padding-left: 21px;
}
@media (max-width: 992px) {
  .footer-newsletter-intro {
    border-left: none;
    padding-left: 0px;
  }
}
.footer-get-started {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.footer-get-started-button {
  margin: 0;
}
.footer-get-started:after {
  content: "";
  display: block;
  width: calc(100% - 225px);
  background: #FFFFFF;
  height: 2px;
  opacity: 60%;
  position: absolute;
  right: 0;
  top: 28px;
}
.footer-navigation > div {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.footer-navigation-heading {
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  position: relative;
}
@media (max-width: 1399px) {
  .footer-navigation-heading {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer-navigation-heading {
    cursor: pointer;
    padding-bottom: 0px;
  }
  .footer-navigation-heading br {
    display: none;
  }
}
@media (max-width: 992px) {
  .footer-navigation-heading br {
    display: none;
  }
}
.footer-navigation-heading:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 6px;
  background-image: url("/wp-content/uploads/2024/04/arrow-down-s-line.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1399px) {
  .footer-navigation-heading:after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .footer-navigation-heading:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-navigation-heading:after {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    top: 6px;
    background-image: url("/wp-content/uploads/2024/04/arrow-down-s-line.svg");
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.footer-navigation-heading-open {
  padding-bottom: 20px !important;
}
@media (max-width: 767px) {
  .footer-navigation-heading-open:after {
    content: "";
    transform: rotate(180deg);
  }
}
.footer-navigation-sub-heading {
  color: #f6f6f6;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.footer-navigation-link {
  color: #f6f6f6;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  padding: 2px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-navigation-link-wrapper {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .footer-navigation-link-wrapper-open {
    display: flex !important;
  }
}
.footer-socials {
  width: 28%;
  display: flex;
  align-self: flex-end;
}
.footer-socials-wrapper {
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-copyright-icon {
  margin-top: 4px;
}
.footer-copyright-text {
  color: #d0d0d0;
}
.footer-copyright-inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
}
.footer-copyright-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 10px;
}
.footer-copyright-link {
  font-size: 12px;
  font-weight: 400;
  color: #d0d0d0;
}
.footer-logo-col .gform-footer {
  line-height: 0px;
}

@media (max-width: 480px) {
  .case-studies .ct-section-inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.case-studies .case-studies-repeater .case-studies-single:not(:last-of-type) {
  margin-bottom: 135px;
}
.case-studies .case-studies-repeater .case-studies-single:nth-child(even) .case-studies-hero, .case-studies .case-studies-repeater .case-studies-single:nth-child(odd) .case-studies-hero {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 7px;
}
.case-studies .case-studies-repeater .case-studies-single:nth-child(odd) .case-studies-hero {
  height: 685px;
}
@media (max-width: 480px) {
  .case-studies .case-studies-repeater .case-studies-single:nth-child(odd) .case-studies-hero {
    height: 345px;
  }
}
.case-studies .case-studies-repeater .case-studies-single:nth-child(even) .case-studies-hero {
  height: 830px;
}
@media (max-width: 480px) {
  .case-studies .case-studies-repeater .case-studies-single:nth-child(even) .case-studies-hero {
    height: 345px;
  }
}
.case-studies .case-studies-repeater a {
  width: 100%;
}
.case-studies .case-studies-repeater a > * {
  transition: all 0.4s ease;
}
.case-studies .case-studies-repeater a:hover h4 {
  color: #011853;
}
.case-studies .case-studies-repeater a:hover p {
  color: #9a9a9a;
}
.case-studies .case-studies-repeater h4 {
  font-size: 37px;
  font-weight: 500;
  line-height: 46px;
  margin-bottom: 24px;
}
.case-studies .case-studies-repeater p {
  margin-top: 0;
  color: #353535;
  font-size: 18px;
  line-height: 1.7;
}
.case-studies .case-studies-repeater .oxy-repeater-pages-wrap {
  display: none;
}
.case-studies .case-studies-cta {
  display: block;
}

/*hero*/
.hero-dark, .hero-light {
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .hero-dark, .hero-light {
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero-dark, .hero-light {
    padding-bottom: 80px;
  }
}

.hero-light {
  color: #011853;
}

.hero-dark {
  color: #ffffff;
  /*&:after{
    content:"";
    position:absolute;
    bottom:-200px;
    right:4%;
    height:100%;
    width:50%;
    background: url('/wp-content/uploads/2024/03/hero-cloud.png') no-repeat;
    background-size:contain;
    transform: rotate(-10.5deg);
    z-index:-1;
    @include responsive(xs){
      width: 80%;
      bottom: -150px;
      display: flex;
      align-items: flex-end;
      height: 270px;
      left: 10%;
    }
    @include responsive(sm){
      width:40%;
      bottom:-350px;
    }
    @include responsive(pr){
      width:50%;
      left:25%;
      bottom:-450px;
    }
  }*/
}

/*Services section*/
.services-section {
  position: relative;
  z-index: 1;
  color: #ffffff;
  /*icon setup*/
  /*submenus*/
  /*submenu icons*/
}
.services-section #menu-services span {
  display: none;
}
.services-section .mm-navbar {
  border: none !important;
}
.services-section .mm-panel--parent {
  transform: translate3d(-100%, 0, 0);
}
.services-section .oxy-horizonal-slide-menu_list li {
  border-bottom: 1px solid #303030 !important;
  border-top: none !important;
  align-items: center;
  /*parent icons*/
}
.services-section .oxy-horizonal-slide-menu_list li a {
  font-size: clamp(21px, 3vw, 40px);
  line-height: 2;
  font-weight: 400;
  padding: 20px;
}
.services-section .oxy-horizonal-slide-menu_list li.services_strategy::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconStrategy_and_-Branding.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_strategy::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_seo::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconSEO_and_Website_Optimization.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_seo::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_dev::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconWeb-Design_and_Development.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_dev::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_paid::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconconnection.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_paid::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_content::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconContent_Marketing.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_content::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_ops::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconSales_and_Marketing_Operations.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_ops::before {
    width: 39px;
    height: 39px;
  }
}
.services-section .oxy-horizonal-slide-menu_list li.services_pr::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 85px;
  width: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconPublic_Relations.svg");
}
@media (max-width: 480px) {
  .services-section .oxy-horizonal-slide-menu_list li.services_pr::before {
    width: 39px;
    height: 39px;
  }
}
.services-section [data-mm-parent] .mm-navbar {
  padding: 25px 0;
  margin-bottom: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.services-section [data-mm-parent] .mm-navbar__title span {
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 300;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.services-section [data-mm-parent] .mm-btn--prev .oxy-horizontal-slide-menu_icon-prev {
  fill: #ffffff;
  font-size: 30px;
  opacity: 0.5;
}
.services-section .sub-menu a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
}
.services-section .sub-menu a .servnum {
  font-size: 62px;
  font-weight: 400;
  margin-right: 35px;
}
.services-section .sub-menu a .servhead {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
.services-section .sub-menu a .servsub {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}
.services-section [data-mm-parent=menu-item-28474] .mm-navbar__title span::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 65px;
  width: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2024/03/iconStrategy_and_-Branding.svg");
  margin-right: 30px;
}
@media (max-width: 480px) {
  .services-section [data-mm-parent=menu-item-28474] .mm-navbar__title span::before {
    width: 39px;
    height: 39px;
  }
}

/* Quote/Question CTA */
.quote-cta {
  color: #ffffff;
  border-radius: 7px;
  position: relative;
  z-index: 2;
}

.navigation-horizontal.navigation-1-wrapper-open {
  overflow: hidden;
}
.navigation-horizontal .navigation-2-inner {
  width: 100%;
  max-width: 1346px;
  top: 30px;
  padding: 0;
  margin: 0;
}
.navigation-horizontal .navigation-2-link {
  padding: 0;
  gap: 0;
}
.navigation-horizontal .navigation-2-link div {
  padding-left: 65px;
  margin-top: 0;
}
.navigation-horizontal .navigation-2-link div:first-of-type {
  color: #011853;
  font-size: 16px;
  gap: 0;
  margin-bottom: 4px;
}
.navigation-horizontal .navigation-2-link img {
  margin-right: 15px;
  top: 0;
}
.navigation-horizontal .navigation-2-link-wrapper {
  padding: 6px;
}
.navigation-horizontal .navigation-2-link-wrapper:hover {
  background-color: #F6F6F6;
  border-radius: 6px;
}
.navigation-horizontal .navigation-2-link-wrapper:hover div:first-of-type {
  color: #0655FF !important;
}

.navigation-1-wrapper-open #div_block-915-28492.navigation-horizontal {
  height: auto;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-bottom: 60px;
}

@media (min-width: 993px) {
  .navigation-1-wrapper-open:hover .navigation-1-link-dropdown,
  .navigation-1-link-dropdown:hover {
    border-bottom: 7px solid #FFF;
    padding-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .navigation-horizontal .navigation-2-column {
    width: 100%;
    gap: 20px;
    margin: 0;
  }
  .navigation-horizontal .navigation-2-inner {
    top: 5px;
  }
  .navigation-horizontal.navigation-1-wrapper-open .navigation-2-wrapper {
    max-height: 100%;
  }
  .navigation-horizontal .navigation-2-link div {
    padding-left: 75px;
  }
  #div_block-1100-28492.navigation-horizontal {
    gap: 20px;
  }
  .navigation-1-wrapper-open #div_block-915-28492.navigation-horizontal {
    padding-bottom: 20px;
  }
}
.dark-blue-to-light-green--gradient {
  background: linear-gradient(139.18deg, #152A5A -8.61%, #09183D 21.3%, #041C2E 51.92%, #09324C 73.47%, #4A7022 100.89%);
}

.dark-green-to-yellow--gradient {
  background: linear-gradient(134.71deg, #000B0C 21.43%, #283430 57.96%, #413C2A 83.3%, #836603 112.05%);
}

.light-blue-to-light-green--gradient {
  background: linear-gradient(134.99deg, #D7E3F9 -9%, #EAF5F9 47.42%, #DBEC5F 109.67%);
}

.orange-to-black-radial--gradient {
  background: radial-gradient(at bottom left, #9c4722 0%, #463325 15%, #302011 30%, #28170d 45%, #1d160e 60%, #161614 75%, #15120d 85%, #1c0f07 100%);
}

.rahul {
  color: RED;
}

.resource_listing_facetwp_row {
  grid-template-columns: repeat(3, minmax(0px, 450px));
  gap: 30px;
  display: grid;
}
@media (max-width: 992px) {
  .resource_listing_facetwp_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .resource_listing_facetwp_row {
    display: block !important;
  }
}

.resource-main-div {
  border-radius: 7px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 26px 24px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: unset;
  border: 1px solid transparent;
  transition: 0.3s all ease;
}
.resource-main-div > .ct-div-block {
  display: flex;
  flex-direction: column;
  flex: 1 1 30%;
  height: 100%;
}
.resource-main-div > .ct-div-block > img.resource_thumbnails {
  border-radius: 7px;
  margin-bottom: 24px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .resource-main-div > .ct-div-block > img.resource_thumbnails {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.resource-main-div > .ct-div-block > h3 {
  color: #353535;
  font-size: 27px;
  line-height: 36px;
  font-family: "IBM Plex Sans";
  font-weight: 700;
  margin-bottom: 15px;
}
.resource-main-div > .ct-div-block .excerpt-text {
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-family: "IBM Plex Sans";
  margin-bottom: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.resource-main-div > .ct-div-block .excerpt-text p {
  margin-top: 0px;
}
.resource-main-div > .ct-div-block .social-icons-row {
  margin-top: auto;
  width: 100%;
}
.resource-main-div > .ct-div-block .social-icons-row .categories-row {
  display: block;
  gap: 12px;
  width: 100%;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.4);
}
.resource-main-div > .ct-div-block .social-icons-row .categories-row .category {
  background-color: #e0ffda;
  font-family: "IBM Plex Mono", Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 7px;
  padding: 5px 15px;
  color: #000000;
  white-space: nowrap;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .resource-main-div > .ct-div-block .social-icons-row .categories-row .category {
    white-space: unset;
    font-size: 12px;
    line-height: 18px;
    word-break: break-word;
    overflow: hidden;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
  }
}
.resource-main-div > .ct-div-block .social-icons-row .categories-row .category:nth-child(2n) {
  background-color: #DAE5FF;
}
.resource-main-div > .ct-div-block .social-icons-row .categories-row .category:nth-child(3n) {
  background-color: #FFEADA;
}
.resource-main-div > .ct-div-block .social-icons-row .categories-row .ct-div-block {
  color: #000000;
}
.resource-main-div > .ct-div-block .social-icons-row .reading-div p.ct-text-block {
  color: #000;
  font-weight: 400;
  font-family: "IBM Plex Mono", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.resource-main-div:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
}

.slider-arrow-icons a.unslider-arrow.prev {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 91%;
  left: 47% !important;
}
@media screen and (max-width: 1680px) {
  .slider-arrow-icons a.unslider-arrow.prev {
    margin-left: -6px;
  }
}
@media screen and (max-width: 1366px) {
  .slider-arrow-icons a.unslider-arrow.prev {
    left: 45% !important;
    top: 89%;
  }
}
@media (max-width: 992px) {
  .slider-arrow-icons a.unslider-arrow.prev {
    top: 87%;
  }
}
@media (max-width: 767px) {
  .slider-arrow-icons a.unslider-arrow.prev {
    width: 30px;
    height: 30px;
    margin-left: -8px;
    left: 47% !important;
  }
}
.slider-arrow-icons a.unslider-arrow.next {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 91%;
  left: 50% !important;
}
@media screen and (max-width: 1680px) {
  .slider-arrow-icons a.unslider-arrow.next {
    margin-left: 6px;
  }
}
@media screen and (max-width: 1366px) {
  .slider-arrow-icons a.unslider-arrow.next {
    left: 51% !important;
    top: 89%;
  }
}
@media (max-width: 992px) {
  .slider-arrow-icons a.unslider-arrow.next {
    top: 87%;
  }
}
@media (max-width: 767px) {
  .slider-arrow-icons a.unslider-arrow.next {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    left: 50% !important;
  }
}

.resource-main-div.lg-box {
  grid-column: span 2;
}
@media (max-width: 992px) {
  .resource-main-div.lg-box {
    grid-column: unset;
  }
}
@media (min-width: 993px) {
  .resource-main-div.lg-box .ct-div-block > h3 {
    font-size: 44px;
    line-height: 57px;
  }
}

.resource-main-div.sm-box {
  background-color: #1B5BF5;
}
.resource-main-div.sm-box .ct-div-block > h3, .resource-main-div.sm-box .ct-div-block .excerpt-text {
  color: #fff;
}
.resource-main-div.sm-box .ct-div-block .social-icons-row .categories-row {
  border-color: rgba(255, 255, 255, 0.4);
}
.resource-main-div.sm-box .ct-div-block .social-icons-row .reading-div p.ct-text-block {
  color: #fff;
}

@media (max-width: 992px) {
  .main-blog-row .ct-section-inner-wrap {
    display: block !important;
  }
}

button.facetwp-load-more {
  color: #1B5BF5;
  text-align: center;
  font-family: INHERIT;
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  border: 2px solid #1B5BF5;
  border-radius: 35px;
  padding: 13px 40px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
button.facetwp-load-more::after {
  position: absolute;
  content: "" !important;
  background: url(/wp-content/uploads/2024/04/down-arrow.svg) no-repeat;
  width: 20px;
  height: 24px;
  bottom: 0;
  top: 20px;
  right: 12px;
}
@media (max-width: 767px) {
  button.facetwp-load-more {
    padding: 10px 30px;
  }
  button.facetwp-load-more::after {
    left: 91px;
  }
}

.is-loading button.facetwp-load-more::after {
  left: 75px;
}

.facetwp-facet.facetwp-facet-load_more {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .facetwp-facet.facetwp-facet-load_more {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .facetwp-facet-categories {
    margin-bottom: 10px !important;
  }
}
.facetwp-facet-categories select.facetwp-dropdown {
  padding: 18px 20px !important;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  color: #9A9A9A;
  width: 100%;
  background-color: #fff;
  background: url(/wp-content/uploads/2024/04/Stroke-3-1.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 96.5% !important;
  background-size: 13px !important;
  -webkit-appearance: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .facetwp-facet-categories select.facetwp-dropdown {
    float: left;
    max-width: -webkit-fill-available;
  }
}
.facetwp-facet-categories select.facetwp-dropdown:focus-visible {
  outline: none;
}

.facetwp-facet-search_filter .facetwp-input-wrap input.facetwp-search {
  padding: 19px 150px 19px 25px !important;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  color: #9A9A9A;
}
@media (max-width: 992px) {
  .facetwp-facet-search_filter .facetwp-input-wrap input.facetwp-search {
    font-size: 18px;
    width: 100%;
    margin-right: 40px;
    padding-right: 100px !important;
  }
}
.facetwp-facet-search_filter .facetwp-input-wrap i.facetwp-icon {
  background: #0655FF;
  opacity: 1;
  padding: 25px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.facetwp-facet-search_filter .facetwp-input-wrap i.facetwp-icon::before {
  background: url(/wp-content/uploads/2024/04/search-icon.svg) no-repeat;
  left: 4px;
  top: -8px;
  position: relative;
  height: 23px;
}
.facetwp-facet-search_filter .facetwp-input-wrap .facetwp-icon.f-loading::before {
  animation: none;
}

.resource-form .gform_validation_errors {
  display: none;
}
.resource-form .signup_form .ginput_container_email {
  width: 283px;
}
@media (max-width: 767px) {
  .resource-form .signup_form .ginput_container_email {
    width: auto;
  }
}
.resource-form .signup_form .gform_confirmation_message {
  color: green;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 767px) {
  .resource-form .signup_form ul#gform_fields_1 {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.resource-form .signup_form .ginput_container_email > input {
  color: #353535;
}
.resource-form .validation_message.gfield_validation_message {
  width: 283px;
  line-height: 20px;
  padding-top: 8px !important;
  color: #c02b0a;
}
.resource-form .gfield_error.gfield_contains_required {
  background-color: unset !important;
  border: none !important;
  padding-top: 0px !important;
}
.resource-form li.gfield {
  vertical-align: top !important;
}
.resource-form .gform_legacy_markup_wrapper li.gfield_error input[aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}
.resource-form .gform_legacy_markup_wrapper input[type=image] {
  padding-top: 6px !important;
}
@media (max-width: 767px) {
  .resource-form .gform_legacy_markup_wrapper input[type=image] {
    padding-top: 12px !important;
  }
}
@media (max-width: 767px) {
  .resource-form .gform_legacy_markup_wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.resource-form .gform_footer.top_label {
  display: none;
}

.quote-row {
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .quote-row {
    position: relative;
  }
  .quote-row .quote-img-div {
    position: absolute;
    right: 0;
    height: 100% !important;
  }
  .quote-row .bottle-img {
    right: 80px;
  }
  .quote-row .ct-new-columns {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1921px) {
  .quote-row {
    max-width: 1980px;
  }
}
@media screen and (max-width: 1400px) {
  .quote-row {
    width: calc(100% - 40px);
  }
}
.quote-row .quote-img-div {
  background-position: top right;
}

.we-serve-quote-row {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .we-serve-quote-row {
    margin-bottom: 54px;
  }
}

.bottom-row-space .ct-section-inner-wrap {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bottom-row-space .ct-section-inner-wrap {
    margin-bottom: 54px;
  }
}

.single-hero-seection .category {
  margin-top: 14px;
}
.single-hero-seection .category a {
  background-color: #e0ffda;
  font-family: "IBM Plex Mono", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  border-radius: 7px;
  padding: 6px 15px;
  color: #000000;
  white-space: nowrap;
  margin-right: 12px;
  pointer-events: none;
}
.single-hero-seection .category a:nth-child(2n) {
  background-color: #DAE5FF;
}
.single-hero-seection .category a:nth-child(3n) {
  background-color: #FFEADA;
}
@media (max-width: 767px) {
  .single-hero-seection .category a {
    word-break: break-word;
    overflow: hidden;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
    white-space: unset;
  }
}

.internal-links a {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  text-decoration: underline;
  color: #1b5bf5;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

/*landing page CSS start*/
.gradient-heading {
  text-wrap: balance;
  background: linear-gradient(97deg, #A10BFF 2.54%, #443D46 68.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.proprietary-data {
  position: relative;
}
.proprietary-data:after {
  mix-blend-mode: color;
  box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.proprietary-data .oxy-rich-text {
  z-index: 2;
}

.timeline-scetion .oxy-content-timeline_marker-inner {
  filter: blur(2px);
  margin: 0px;
}
.timeline-scetion .oxy-content-timeline.last-timeline .oxy-content-timeline_marker:before {
  bottom: -10% !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 100%, 0% 100%);
}
.timeline-scetion .oxy-content-timeline.last-timeline .seo-middle-section h3 {
  text-wrap: unset;
}
.timeline-scetion .oxy-content-timeline.last-timeline .seo-middle-section h2 {
  text-wrap: unset;
}

/*landing page CSS start*/
.gradient-heading {
  text-wrap: balance;
  background: linear-gradient(97deg, #A10BFF 2.54%, #443D46 68.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-heading-light {
  text-wrap: balance;
  background: linear-gradient(180deg, #FFF 34.38%, #CDB9E8 91.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-heading-light-600 {
  text-wrap: balance;
  background: linear-gradient(180deg, #F0EBF6 62.65%, #CDB9E8 91.22%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-purple-gradient {
  text-wrap: balance;
  background: linear-gradient(90deg, #453ae9 0%, #a947e1 96.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dual-color-heading h2 {
  font-size: 43px;
  line-height: 49px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: "PPMori-R";
  color: #12031D;
}
@media (max-width: 767px) {
  .dual-color-heading h2 {
    font-size: 28px;
    line-height: 1.31;
  }
}

.unified-heading-text h3 {
  font-size: clamp(32px, 4.5vw, 51px);
  line-height: 1.02;
  font-weight: 700;
  font-family: "PPMori-R";
}
@media (max-width: 767px) {
  .unified-heading-text h3 {
    margin-bottom: 10px;
  }
}

.united-data-block-wrapper p {
  line-height: 28px;
}

.interact-block-desc p {
  font-size: 16px;
  line-height: 28px;
}

.interact-block {
  box-shadow: 0px 21px 6px 0px rgba(0, 0, 0, 0), 0px 13px 5px 0px rgba(0, 0, 0, 0.01), 0px 8px 5px 0px rgba(0, 0, 0, 0.02), 0px 3px 3px 0px rgba(0, 0, 0, 0.03), 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
}

.gradient-light-btn {
  background: linear-gradient(180deg, #FFF 34.38%, #CDB9E8 91.22%);
}
.gradient-light-btn:hover {
  background: linear-gradient(180deg, #FFF 34.38%, #CDB9E8 91.22%);
  box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
}

.gradient-blue-btn {
  background: linear-gradient(180deg, #5547FE 0%, #4131ED 100%);
}
.gradient-blue-btn:hover {
  background: linear-gradient(180deg, #5547FE 0%, #4131ED 100%);
  box-shadow: 0px 0px 10px #0655ff;
}

.proprietary-data {
  position: relative;
}
.proprietary-data:after {
  mix-blend-mode: color;
  box-shadow: 4px 4px 15px 2px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.proprietary-data .oxy-rich-text {
  z-index: 2;
}

.timeline-scetion .oxy-content-timeline_marker-inner {
  filter: blur(2px);
  margin: 0px;
}
.timeline-scetion .oxy-content-timeline.last-timeline .oxy-content-timeline_marker:before {
  bottom: -10% !important;
  clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 100%, 0% 100%);
}

.btn-gradient {
  background: linear-gradient(92deg, #850CD1 27.95%, #443D46 77.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Default state: hide the book-demo-btn and show header-default-contact-btn */
.book-demo-btn {
  display: none !important;
}

.header-default-contact-btn {
  display: block !important;
}
@media (max-width: 992px) {
  .header-default-contact-btn {
    display: none !important;
  }
}

body.landing-page-new .book-demo-btn {
  display: block !important;
  background: linear-gradient(180deg, #FFF 34.38%, #CDB9E8 91.22%) !important;
}
body.landing-page-new .book-demo-btn:hover {
  background: linear-gradient(180deg, #FFF 34.38%, #CDB9E8 91.22%) !important;
}
@media (max-width: 992px) {
  body.landing-page-new .book-demo-btn {
    display: none !important;
  }
}

body.landing-page-new .header-default-contact-btn {
  display: none !important;
}

_::-webkit-full-page-media, _:future, :root .united-data-block-wrapper .chat-grid-box,
_::-webkit-full-page-media, _:future, :root .transperent-landing-btn {
  border: 0.5px solid rgba(255, 255, 255, 0.4) !important;
}

.dark-blue-to-light-green--gradient {
  background: linear-gradient(139.18deg, #152A5A -8.61%, #09183D 21.3%, #041C2E 51.92%, #09324C 73.47%, #4A7022 100.89%);
}

.dark-green-to-yellow--gradient {
  background: linear-gradient(134.71deg, #000B0C 21.43%, #283430 57.96%, #413C2A 83.3%, #836603 112.05%);
}

.light-blue-to-light-green--gradient {
  background: linear-gradient(134.99deg, #D7E3F9 -9%, #EAF5F9 47.42%, #DBEC5F 109.67%);
}

.orange-to-black-radial--gradient {
  background: radial-gradient(at bottom left, #9c4722 0%, #463325 15%, #302011 30%, #28170d 45%, #1d160e 60%, #161614 75%, #15120d 85%, #1c0f07 100%);
}

.home-hero {
  background: linear-gradient(139.18deg, #152A5A -8.61%, #09183D 21.3%, #041C2E 51.92%, #09324C 73.47%, #4A7022 100.89%);
}

/*Contact us*/
.work_with_supreme {
  background-size: 100% 624px !important;
}

.page-id-28549 .header-section.main-header {
  display: none;
}

.contact_testimonial .unslider-arrow {
  background: url(/wp-content/uploads/2024/04/next_Icon.svg);
  margin-top: -35px;
  width: 48px;
  height: 48px;
  position: relative;
}
.contact_testimonial .quote-icon {
  margin-bottom: -110px;
  font-size: 175px;
}
.contact_testimonial .ct-slider nav.unslider-nav {
  display: none;
}
.contact_testimonial .unslider-arrow.next {
  left: auto;
  right: -172px !important;
  top: auto;
  bottom: -50px;
}
.contact_testimonial .unslider-arrow.prev {
  left: 116px !important;
  top: auto;
  bottom: -37px;
  transform: rotate(-180deg);
}

.gform_wrapper.gravity-theme .contact_form .gfield textarea.large {
  resize: none;
  height: 145px;
  max-width: 624px !important;
  font-family: inherit;
}
.gform_wrapper.gravity-theme .contact_form .gfield textarea.large:focus-visible {
  outline: none;
}

div#wistia_192.thumbnail {
  display: none;
}

.form_col h2.gform_title {
  display: none;
}
.form_col p.gform_description {
  color: #1B5BF5;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 19px;
  margin-top: 0;
}
.form_col label.gform-field-label {
  color: #011853;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 8px;
}
.form_col .gform-body input[type=email] {
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.form_col .gform-body input[type=text] {
  min-width: 296px !important;
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.form_col .gform-body textarea {
  border-radius: 7px;
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.form_col .gform-body legend.gfield_label {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1.3rem;
}
.form_col .gform-body .gchoice label {
  color: #6A6A6A;
  font-size: 14px !important;
  line-height: 1.3rem;
}
.form_col .gform-body .gfield_description {
  color: #6A6A6A;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3rem;
}
.form_col .gform-body span.gfield_required {
  display: none !important;
}
.form_col .gform-body input[type=text]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.form_col .gform-body input[type=email]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.form_col .gform-body textarea:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.form_col .gform_footer .gform_button {
  display: flex;
  width: 208px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #0655FF;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
.form_col .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 19px;
}
.form_col .gform_wrapper.gravity-theme .gfield_required {
  color: #011853;
}
.form_col .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0px;
}
.form_col .gform_wrapper.gravity-theme .gform_required_legend {
  display: block !important;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 24px;
  margin-bottom: 12px;
  font-family: "IBM Plex Mono";
}
.form_col .gform_wrapper.gravity-theme .gform-icon--circle-error:before {
  content: unset;
}
.form_col .gform_wrapper.gravity-theme .gfield_validation_message {
  border: none;
  background: transparent;
  padding: 0;
}
.form_col .gform_wrapper.gravity-theme .validation_message {
  border: none;
  background: transparent;
  padding: 0;
}
.form_col .gform_wrapper.gravity-theme .gform_validation_errors {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: unset;
  display: none;
}
.form_col .ginput_complex.ginput_container {
  gap: 24px;
  flex-wrap: nowrap !important;
}
.form_col .gfield_error.gfield--type-checkbox legend.gfield_label {
  color: #6A6A6A;
}

.career_at_supreme {
  position: relative;
}
.career_at_supreme:before {
  content: "";
  position: absolute;
  background: url(/wp-content/uploads/2024/04/contact_wave@2x.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 982px;
  height: 904px;
  top: -60px;
  right: 0;
  z-index: 1;
}
.career_at_supreme .ct-new-columns {
  z-index: 2;
}
.career_at_supreme .career_at_supreme_img {
  background-position: center;
}
.career_at_supreme .career_at_supreme_img img {
  position: relative;
  top: -42px;
}

.contact_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] {
  display: none;
}
.contact_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox]:checked + label:before {
  display: inline-block;
  content: "";
  color: #fff;
  width: 25px !important;
  height: 25px !important;
  border: 0 solid #ccc;
  border-radius: 7px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2024/04/icons8-check-white.svg), #0045FF;
  background-repeat: no-repeat;
  background-size: auto;
}
.contact_form .gform-body .gfield--type-checkbox .gfield_checkbox label.gform-field-label {
  cursor: pointer;
}
.contact_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] + label:before {
  content: "";
  background: #fff;
  border: 0 solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}

.marketing_tips .gform_wrapper .gform-body input[type=email] {
  padding: 10px 17px !important;
  width: 364px !important;
  height: 41px;
  border-radius: 8px;
}
.marketing_tips .gform_wrapper .gform-body ul {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.marketing_tips .gform_wrapper .gform-body .gfield--type-submit {
  display: flex !important;
}
.marketing_tips .gform_validation_errors {
  display: none;
}
.marketing_tips .gform_legacy_markup_wrapper li.gfield.gfield_error {
  background: unset;
  border: none;
}

.page-id-28549 .main-footer {
  position: relative;
  z-index: 5;
}
.page-id-28549 #section-2-28549 > .ct-section-inner-wrap {
  max-width: 1400px;
}

.sup-vid .oxy-pro-media-player vime-player {
  border-radius: 7px;
}

.home-newslwtter .gform_heading {
  margin: 0;
}
.home-newslwtter .gform_wrapper {
  margin: 0;
}
.home-newslwtter ul li.gfield.gfield--type-email {
  margin: 0;
}

.service-info {
  position: relative;
}
.service-info h4:after {
  position: absolute;
  content: "";
  filter: brightness(0) saturate(100%) invert(81%) sepia(58%) saturate(964%) hue-rotate(14deg) brightness(95%) contrast(96%);
  background: url(/wp-content/uploads/2024/04/arrow_Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 24px;
  height: 24px;
  bottom: 0;
  margin-left: 10px;
}

.noise-filter:before {
  background: unset;
}

.back-button {
  position: relative;
}
.back-button:before {
  position: absolute;
  content: "";
  background: url(/wp-content/uploads/2024/04/arrow_Icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(178deg);
  width: 16px;
  height: 16px;
  left: 27px;
  top: 18px;
}

.life-sicence-colomns {
  justify-content: center;
}

.brand_reveal {
  cursor: pointer;
}

/*Media css	*/
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .hs-img img {
    max-width: 736px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1366px) {
  .form_col .gform-body input[type=text] {
    min-width: 100% !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .work_with_supreme > .ct-div-block {
    display: block !important;
  }
  .work_with_supreme > .ct-div-block .form_col {
    width: 80% !important;
  }
  .work_with_supreme {
    background-size: 100% 645px !important;
  }
}
@media screen and (min-width: 991px) {
  .hero-section.dark-blue-to-light-green--gradient.ct-section .ct-section-inner-wrap {
    display: flex !important;
  }
}
@media screen and (max-width: 991px) {
  .home-hero.ct-section .ct-section-inner-wrap {
    display: block !important;
  }
  .career_at_supreme:before {
    width: 580px;
    height: 566px;
    bottom: 0px;
    right: 0;
    top: unset;
    z-index: 0;
  }
  .career_at_supreme_img {
    background-position: center;
  }
  .work_with_supreme {
    background-size: 100% 585px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero-dark {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 767px) {
  .service-info {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 767px) {
  .gform_wrapper.gravity-theme .contact_form .ginput_complex {
    display: block;
  }
  .gform_wrapper.gravity-theme .contact_form .ginput_complex label {
    display: inline-block;
  }
  .form_col p.gform_description {
    font-size: 28px;
    line-height: 38px;
  }
  .career_at_supreme:before {
    width: 520px;
    height: 540px;
  }
  .sup-vid .hydrated svg {
    height: 54px !important;
    width: 54px !important;
  }
  .marketing_tips .gform_wrapper .gform-body input[type=email] {
    width: 280px !important;
  }
  .marketing_tips .gform_wrapper .gform-body ul {
    gap: 20px;
  }
  .contact_testimonial .unslider {
    padding: 0;
  }
  .work_with_supreme {
    background-size: 100% 526px !important;
  }
  .footer-copyright {
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
  }
  .gform-body .name_last label {
    margin-top: 14px;
  }
}
@media screen and (max-width: 480px) {
  .marketing_tips p.gform_description {
    margin: 0px;
  }
  .marketing_tips .gform_legacy_markup_wrapper .gform_heading {
    margin-bottom: 4px;
  }
  .marketing_tips .gform_wrapper .gform-body ul {
    align-items: flex-end;
  }
  .success-stories-hm .play-cta {
    margin-bottom: 22px;
  }
  .service-info h4:after {
    margin-left: 5px;
  }
  #div_block-1142-28598.team-card {
    gap: 30px 20px;
  }
}
a.dark-link-text {
  color: #353535;
}

a.text-underline {
  text-decoration: underline;
}

.ct-section-inner-wrap div#div_block-277-28547 {
  background-size: 100% auto;
  background-position: bottom;
}

.oxy-pro-media-player .video {
  border-radius: 7px !important;
}

section.get-quote-sect {
  margin-top: -250px;
  margin-bottom: 100px;
}

iframe {
  border-radius: 7px;
}

section.case-testimonial {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section.case-testimonial {
    margin-bottom: 54px;
  }
}

.ct-div-block .ul-list-text ul {
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 1400px) {
  .ct-section.quote-row .acd-ebook-img {
    background-position: bottom center !important;
    background-size: 800px auto !important;
  }
}

@media (max-width: 992px) {
  body .ct-section.quote-row .acd-ebook-img {
    background-size: 600px auto !important;
  }
}

p.para-text-balance {
  text-wrap: balance;
}

.heading-nowrap {
  text-wrap: auto;
}

.oxygen-body.header_white .header-dark-logo {
  display: none;
}
@media (min-width: 993px) {
  .oxygen-body.header_white .header-dark-logo {
    display: block;
    height: 57px;
  }
}
.oxygen-body.header_white .header-logo {
  display: none;
}
@media (max-width: 992px) {
  .oxygen-body.header_white .header-navigation-toggle {
    background-image: url(/wp-content/uploads/2024/04/dark-ham.svg);
  }
}
.oxygen-body.header_white .dark-mobile-logo {
  display: none;
}
@media (max-width: 992px) {
  .oxygen-body.header_white .dark-mobile-logo {
    display: block !important;
  }
}
.oxygen-body.header_white .header-logo-mobile {
  display: none;
}

.oxygen-body .header-dark-logo {
  display: none;
}
.oxygen-body .header-contact-button {
  background: #FF7B02;
}
.oxygen-body .header-contact-button:hover {
  background: #c25d00;
}
@media (min-width: 993px) {
  .oxygen-body .header-logo {
    display: block;
  }
}
@media (max-width: 992px) {
  .oxygen-body .header-logo-mobile {
    display: block;
  }
}
.oxygen-body .dark-mobile-logo {
  display: none;
}
@media (max-width: 992px) {
  .oxygen-body .dark-mobile-logo {
    display: none !important;
  }
}

.header_white .navigation-1-link {
  color: #011853;
}
.header_white .navigation-1-link:after {
  background-image: url(/wp-content/uploads/2024/04/dark-down-arrow.svg);
}

.main-header {
  margin-left: auto;
  margin-right: auto;
}
.main-header .header-contact-wrapper > .header-contact-button {
  margin: 30px 0px 25px 25px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .main-header .header-contact-wrapper > .header-contact-button {
    padding: 10px 20px;
    margin: 35px 0px 25px 4px;
  }
}
@media screen and (max-width: 1105px) and (min-width: 992px) {
  .main-header .header-contact-wrapper > .header-contact-button {
    padding: 10px 14px;
  }
}
@media (max-width: 1399px) {
  .main-header > .ct-section-inner-wrap {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 992px) {
  .main-header .header-logo-link {
    margin-top: 16px;
  }
}

.header-section {
  width: auto;
  max-width: 1400px;
}

.footer-logo-col .footer-description {
  border-right: 1px solid #353535;
  padding-right: 60px;
  padding-left: 0px;
}
@media (max-width: 992px) {
  .footer-logo-col .footer-description {
    padding-right: 0px;
    padding-left: 0px;
    border-right: none;
  }
}

.footer-middle-divider::after {
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 1px;
}

@media (max-width: 992px) {
  .main-footer .footer-form-div .gform-body {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .main-footer .footer-form-div .signup_form .ginput_container_email {
    width: 336px;
  }
}
.main-footer .footer-form-div .signup_form .ginput_container_email > input {
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}
.main-footer .footer-form-div .signup_form .ginput_container_email > input::-moz-placeholder {
  color: #F6F6F6;
}
.main-footer .footer-form-div .signup_form .ginput_container_email > input::placeholder {
  color: #F6F6F6;
}
.main-footer .footer-form-div .signup_form .gfield--type-email {
  padding-right: 12px !important;
}
.main-footer .footer-form-div .signup_form .top_label > input {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .main-footer .footer-form-div {
    padding: 0px;
  }
}
.main-footer .footer-form-div .signup_form_wrapper .gform_description {
  display: none;
}
@media (max-width: 992px) {
  .main-footer .footer-form-div .signup_form_wrapper .signup_form {
    width: 100% !important;
  }
}
.main-footer .footer-socials-wrapper .footer-social-link:hover .twitter-icon {
  content: url(/wp-content/uploads/2024/05/X-Hover-icon.svg);
  transition: 0.3s ease-in-out;
}
.main-footer .footer-socials-wrapper .footer-social-link:hover .linkdin-icon {
  content: url(/wp-content/uploads/2024/05/In-hover-icon.svg);
  transition: 0.3s ease-in-out;
}
.main-footer .footer-copyright {
  padding-top: 32px;
  margin-top: 32px;
}

.sup-wistia-vid img.w-css-reset {
  border: none !important;
  height: 100% !important;
}
.sup-wistia-vid #wistia_grid_57_center {
  border-radius: 7px;
}
.sup-wistia-vid .wistia_click_to_play > div {
  border-radius: 7px !important;
}

.about-hero-img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (max-width: 992px) {
  .ct-section.about-hero > .ct-section-inner-wrap {
    display: block !important;
    padding-bottom: 0px;
  }
}

.leadership-dual-heading h2 > span {
  font-weight: 300;
}

.about-video-section > .oxygen-vsb-responsive-video-wrapper {
  padding-bottom: 100% !important;
}

.leadership-section-heading-div {
  width: -moz-fit-content;
  width: fit-content;
}
.leadership-section-heading-div h2 {
  margin-bottom: 0px;
}
.leadership-section-heading-div h2 .light-heading {
  font-weight: 400;
}

.leadership-section-seperator-div {
  flex: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-top: 1px solid #353535;
}

.oxel_accordion__row.oxel_accordion__row--active {
  border: none;
}
.oxel_accordion__row.oxel_accordion__row--active .oxel_accordion__row__label {
  font-weight: 500;
}
.oxel_accordion__row.oxel_accordion__row--active img.accordion-icon-img {
  content: url(/wp-content/uploads/2024/04/minus-icon-accordion.svg);
}
.oxel_accordion__row.oxel_accordion__row--active .oxel_accordion__icon {
  display: none;
}

.bottom-quote-section {
  margin: 100px auto;
}
@media (max-width: 767px) {
  .bottom-quote-section {
    margin: 54px auto;
  }
}

.about-supreme-video > .hydrated {
  border-radius: 7px;
}

.para-space p:not(:last-of-type) {
  margin-bottom: 15px !important;
  margin-block-end: 0px;
  margin-block-start: 0px;
}
.para-space p:last-of-type {
  margin-block-start: 0;
}

/*seo checklist*/
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul {
  padding: 0px;
  margin: 0px;
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li {
  list-style: none;
  padding: 5px 20px;
  position: relative;
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li a {
  color: #353535;
  position: relative;
  z-index: 1;
  padding-right: 15px;
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li a:hover {
  color: #0655FF !important;
}
@media (max-width: 992px) {
  .seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li {
    padding: 5px 10px;
  }
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li.active {
  background-color: #E1E1E1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li.active::after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2024/05/Blue-Arrow.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: auto;
  right: 20px;
}
@media (max-width: 1399px) {
  .seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li.active::after {
    right: 5px;
  }
}
@media (max-width: 767px) {
  .seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li.active::after {
    display: none;
  }
}
.seo-middle-section .middle-parent-col .sticky-col .sticky-bar-div .sidebar ul li.active a {
  color: #0655FF !important;
}

.back-to-top-btn.oxel_back_to_top_container {
  width: auto;
  height: auto;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 35px;
}
.back-to-top-btn.oxel_back_to_top_container::after {
  content: "Back to Top";
}
.back-to-top-btn.oxel_back_to_top_container::hover {
  background: #6797ff !important;
  transform: none;
}

/*SEO ebook download*/
.page-id-29714 .main-header {
  display: none;
}

.seo-checklist-form h2.gform_title {
  display: none;
}
.seo-checklist-form p.gform_description {
  color: #1B5BF5;
  text-align: left;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 19px;
  margin-top: 0;
}
.seo-checklist-form label.gform-field-label {
  color: #011853;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 2rem;
}
.seo-checklist-form .gform-body input::-moz-placeholder {
  color: #5F5F5F;
  font-size: 18px;
  font-weight: 400;
}
.seo-checklist-form .gform-body input::placeholder {
  color: #5F5F5F;
  font-size: 18px;
  font-weight: 400;
}
.seo-checklist-form .gform-body input[type=email] {
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.seo-checklist-form .gform-body input[type=text] {
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.seo-checklist-form .gform-body textarea {
  border-radius: 7px;
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.seo-checklist-form .gform-body legend.gfield_label {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1.3rem;
}
.seo-checklist-form .gform-body .gchoice label {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.3rem;
  font-weight: 400;
}
.seo-checklist-form .gform-body .gfield_description {
  color: #6A6A6A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3rem;
}
.seo-checklist-form .gform-body span.gfield_required {
  display: none !important;
}
.seo-checklist-form .gform-body input[type=text]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.seo-checklist-form .gform-body input[type=email]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.seo-checklist-form .gform-body textarea:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.seo-checklist-form .gform_footer .gform_button {
  display: flex;
  width: 208px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #0655FF;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 8px;
  cursor: pointer;
}
.seo-checklist-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 19px;
}
.seo-checklist-form .gform_wrapper.gravity-theme .gfield_required {
  color: #fff;
}
.seo-checklist-form .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0px;
}
.seo-checklist-form .ginput_complex.ginput_container {
  gap: 24px;
}
.seo-checklist-form .gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
}

.seo-form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] {
  display: none;
}
.seo-form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox]:checked + label:before {
  display: inline-block;
  content: "";
  color: #fff;
  width: 25px !important;
  height: 25px !important;
  border: 0 solid #ccc;
  border-radius: 7px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2024/04/icons8-check-white.svg), #0045FF;
  background-repeat: no-repeat;
  background-size: auto;
}
.seo-form .gform-body .gfield--type-checkbox .gfield_checkbox label.gform-field-label {
  cursor: pointer;
  text-indent: -35px;
  margin-left: 35px;
  margin-top: 0px;
}
.seo-form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] + label:before {
  content: "";
  background: #e5e5e5;
  border: 0 solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}
.seo-form .gform-body .re-captcha .gform-field-label {
  display: none;
}
.seo-form .gform-body iframe {
  border-radius: 4px;
}

.seo-checklist-form .gform_wrapper .gform_required_legend {
  display: block;
  margin-top: 25px;
  font-family: "IBM Plex Mono";
  color: #fff;
  margin-bottom: 25px;
  font-size: 14px;
  text-transform: uppercase;
}
.seo-checklist-form .gform_validation_errors {
  display: none;
}
.seo-checklist-form .gform_wrapper.gravity-theme .gfield_validation_message {
  background: transparent;
  border: none;
  padding: 0;
}

.page-id-29714 .main-footer {
  display: none;
}

/*404-page*/
.page-not-found-hero {
  background: linear-gradient(139.18deg, #152A5A -8.61%, #09183D 21.3%, #041C2E 51.92%, #09324C 73.47%, #4A7022 100.89%);
}

/*Responsive*/
@media screen and (min-width: 1921px) {
  .about-quote-section .quate-parent-div {
    margin-left: unset !important;
  }
  .about-quote-section .quate-parent-div > .ct-new-columns {
    margin-left: 60px !important;
  }
  .footer-upper-section {
    background-size: 40% 100% !important;
    background-position: right top !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .footer-upper-section {
    background-size: 36% 100% !important;
    background-position: right bottom !important;
  }
}
/*@media screen and (max-width: 1200px){
    .main-header{
        .navigation-wrapper{
            margin-left: 6px;
            .navigation-1-wrapper{
                padding: 15px 5px 15px;
            }
        }
    }
}*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo-col {
    position: relative;
  }
  .footer-logo-col::before {
    content: "";
    position: absolute;
    background: #ffffff;
    opacity: 0.3;
    width: 100%;
    height: 1px;
    bottom: 44%;
  }
}
@media screen and (max-width: 992px) {
  #new_columns-273-29324 > #div_block-274-29324 {
    width: 40% !important;
  }
  #new_columns-273-29324 #div_block-275-29324 {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  #new_columns-273-29324 > #div_block-274-29324 {
    width: 100% !important;
  }
  #new_columns-273-29324 #div_block-275-29324 {
    width: 100% !important;
  }
  .navigation-wrapper-open {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer-navigation h4.footer-navigation-heading {
    position: relative;
  }
  .footer-navigation h4.footer-navigation-heading:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2024/04/arrow-down-s-line.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 13px;
    height: 7px;
    top: 12px;
    right: 0;
    scale: 1.5;
  }
  .footer-navigation h4.footer-navigation-heading.footer-navigation-heading-open:before {
    content: "";
    transform: rotate(180deg);
  }
}
.linkedin-form-col h2.gform_title {
  display: none;
}
.linkedin-form-col p.gform_description {
  color: #1B5BF5;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 19px;
  margin-top: 0;
}
.linkedin-form-col label.gform-field-label {
  color: #011853;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 2rem;
}
.linkedin-form-col .gform-body input[type=email] {
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.linkedin-form-col .gform-body input[type=text] {
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.linkedin-form-col .gform-body textarea {
  border-radius: 7px;
  height: 60px;
  background: #fff;
  border: 1px solid #C6C6C6 !important;
}
.linkedin-form-col .gform-body legend.gfield_label {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1.3rem;
}
.linkedin-form-col .gform-body .gchoice label {
  color: #6A6A6A;
  font-size: 14px;
  line-height: 1.3rem;
}
.linkedin-form-col .gform-body .gfield_description {
  color: #6A6A6A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3rem;
}
.linkedin-form-col .gform-body span.gfield_required {
  display: none !important;
}
.linkedin-form-col .gform-body input[type=text]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.linkedin-form-col .gform-body input[type=email]:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.linkedin-form-col .gform-body textarea:focus {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.linkedin-form-col .gform_footer .gform_button {
  display: flex;
  width: 208px;
  height: 60px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #0655FF;
  border-radius: 50px;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  cursor: pointer;
}
.linkedin-form-col .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 19px;
}
.linkedin-form-col .gform_wrapper.gravity-theme .gfield_required {
  color: #011853;
}
.linkedin-form-col .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0px;
}
.linkedin-form-col .ginput_complex.ginput_container {
  gap: 24px;
  flex-wrap: nowrap !important;
}

.linkedin_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] {
  display: none;
}
.linkedin_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox]:checked + label:before {
  display: inline-block;
  content: "";
  color: #fff;
  width: 25px !important;
  height: 25px !important;
  border: 0 solid #ccc;
  border-radius: 7px;
  vertical-align: middle;
  background: url(/wp-content/uploads/2024/04/icons8-check-white.svg), #0045FF;
  background-repeat: no-repeat;
  background-size: auto;
}
.linkedin_form .gform-body .gfield--type-checkbox .gfield_checkbox label.gform-field-label {
  cursor: pointer;
  text-indent: -35px;
  margin-left: 35px;
  margin-top: 23px;
}
.linkedin_form .gform-body .gfield--type-checkbox .gfield_checkbox input[type=checkbox] + label:before {
  content: "";
  background: #e5e5e5;
  border: 0 solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 7px;
  cursor: pointer;
}

.linkedin-form-col .gform_wrapper .gform_required_legend {
  display: block;
  margin-top: 25px;
  font-family: "IBM Plex Mono";
}
.linkedin-form-col .gform_validation_errors {
  display: none;
}
.linkedin-form-col .gform_wrapper.gravity-theme .gfield_validation_message {
  background: transparent;
  border: none;
  padding: 0;
}

.page-id-28763 .header-section.main-header {
  display: none;
}

.page-id-29321 .header-section.main-header {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.scroll-link.active {
  color: #0655ff !important;
}

.coverage-box:hover .coverage-head {
  color: #fff !important;
}
.coverage-box:hover .coverage-devide {
  background-color: #fff !important;
}

.covered-pra p {
  margin: 10px 0px;
}

.linkedin-form-col .gform_confirmation_wrapper {
  min-height: 700px;
}

.ebook-main-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #f2f4f8;
}

.ebook-main-table table td {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 10px 10px 10px 30px;
}

.content-block-img img {
  float: right;
  margin: 5px 0 20px 20px;
  border-radius: 7px;
}

.content-block-img p {
  line-height: unset;
  margin-bottom: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .content-block-img img {
    float: unset;
    margin: 5px 0 20px 0px;
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .ebook-main-table {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .responsive-img-width {
    width: 490px !important;
  }
  .pr-banner-space {
    padding-top: 100px !important;
  }
}
/* Landing AI Platform */
:root {
  --landing-ai-purple-dark: #371952;
  --landing-ai-purple: #8738CD;
  --landing-ai-white: #ffffff;
  --landing-ai-bg-dark: #02000E;
  --landing-ai-green: #bddc05;
  --landing-ai-cyan: #00ffff;
  --landing-ai-color-white: #ffffff;
  --landing-ai-color-dark: #02000e;
  --landing-ai-heading-color: #ffffff;
  --landing-ai-text-color: #ffffff;
  --landing-ai-text-muted: #b7b7b7;
  --landing-ai-font-primary: "Inter Tight", sans-serif;
  --landing-ai-font-xxxs: 12px;
  --landing-ai-font-xxs: 14px;
  --landing-ai-font-xs: 16px;
  --landing-ai-font-sm: 17px;
  --landing-ai-font-md: 22px;
  --landing-ai-font-lg: 24px;
  --landing-ai-font-xl: 31px;
  --landing-ai-font-xxl: 31px;
  --landing-ai-font-xxxl: 50px;
  --landing-ai-font-4xl: 60px;
  --landing-ai-font-5xl: 72px;
  --landing-ai-font-6xl: 90px;
  --landing-ai-font-paragraph: 20px;
  --landing-ai-font-regular: 400;
  --landing-ai-font-semibold: 600;
  --landing-ai-line-height-xxxs: 20px;
  --landing-ai-line-height-xxs: 22px;
  --landing-ai-line-height-xs: 26px;
  --landing-ai-line-height-sm: 26px;
  --landing-ai-line-height-md: 28px;
  --landing-ai-line-height-lg: 34px;
  --landing-ai-line-height-xl: 40px;
  --landing-ai-line-height-xxl: 45px;
  --landing-ai-line-height-xxxl: 60px;
  --landing-ai-line-height-4xl: 65px;
  --landing-ai-line-height-5xl: 80px;
  --landing-ai-line-height-6xl: 100px;
  --landing-ai-line-height-paragraph: 30px;
  --landing-ai-letter-spacing-uppercase: 2.16px;
  --landing-ai-spacing-3xs: 4px;
  --landing-ai-spacing-xs: 10px;
  --landing-ai-spacing-sm: 15px;
  --landing-ai-spacing-md: 20px;
  --landing-ai-spacing-lg: 25px;
  --landing-ai-spacing-xl: 30px;
  --landing-ai-spacing-xxl: 40px;
  --landing-ai-spacing-3xl: 60px;
  --landing-ai-spacing-4xl: 80px;
  --landing-ai-spacing-5xl: 100px;
  --landing-ai-spacing-6xl: 120px;
  --landing-ai-border-radius-full: 999px;
  --landing-ai-border-radius-button: 99px;
  --landing-ai-backdrop-blur: 5px;
}

@media (max-width: 992px) {
  :root {
    --landing-ai-font-xxxs: 14px;
    --landing-ai-font-xxs: 14px;
    --landing-ai-font-xs: 14px;
    --landing-ai-font-sm: 16px;
    --landing-ai-font-md: 18px;
    --landing-ai-font-lg: 20px;
    --landing-ai-font-xl: 26px;
    --landing-ai-font-xxl: 30px;
    --landing-ai-font-xxxl: 36px;
    --landing-ai-font-4xl: 40px;
    --landing-ai-font-5xl: 50px;
    --landing-ai-font-6xl: 60px;
    --landing-ai-font-paragraph: 18px;
    --landing-ai-line-height-xxxs: 22px;
    --landing-ai-line-height-xxs: 22px;
    --landing-ai-line-height-xs: 24px;
    --landing-ai-line-height-sm: 26px;
    --landing-ai-line-height-md: 28px;
    --landing-ai-line-height-lg: 30px;
    --landing-ai-line-height-xl: 36px;
    --landing-ai-line-height-xxl: 40px;
    --landing-ai-line-height-xxxl: 46px;
    --landing-ai-line-height-4xl: 48px;
    --landing-ai-line-height-5xl: 60px;
    --landing-ai-line-height-6xl: 70px;
    --landing-ai-line-height-paragraph: 28px;
  }
}
@media (max-width: 767px) {
  :root {
    --landing-ai-spacing-sm: 10px;
  }
}
.landing-ai-bg-dark {
  background-color: var(--landing-ai-bg-dark);
}

.landing-ai-bg-img {
  position: relative;
  z-index: 2;
}
.landing-ai-bg-img::before {
  background-image: url(/wp-content/uploads/2026/01/Hero-Image-scaled.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -98px;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
}

.landing-ai-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--landing-ai-spacing-sm);
  padding: var(--landing-ai-spacing-xs) var(--landing-ai-spacing-lg);
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: var(--landing-ai-font-semibold);
  line-height: var(--landing-ai-line-height-paragraph);
  border-radius: var(--landing-ai-border-radius-button);
  text-decoration: none;
  transition: background 0.5s ease, border-color 0.5s ease, color 0.5s ease, transform 0.3s ease;
  cursor: pointer;
}
.landing-ai-btn:focus {
  outline: 2px solid var(--landing-ai-white);
  outline-offset: 2px;
}

.landing-ai-btn--primary {
  background: var(--landing-ai-white);
  color: var(--landing-ai-purple-dark);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
.landing-ai-btn--primary:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #c6a8ee 100%);
  border-color: #c6a8ee;
}
.landing-ai-btn--primary:active {
  transform: translateY(0);
}

.landing-ai-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--landing-ai-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(var(--landing-ai-backdrop-blur));
          backdrop-filter: blur(var(--landing-ai-backdrop-blur));
}
.landing-ai-btn--secondary:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #e6d3ff 100%);
  border-color: #e6d3ff;
  color: var(--landing-ai-purple-dark);
}
.landing-ai-btn--secondary:active {
  background: rgba(255, 255, 255, 0.08);
}

@media (min-width: 768px) {
  .landing-ai-spacing-5xl-top {
    padding-top: var(--landing-ai-spacing-5xl);
  }
}
.landing-ai-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.landing-ai-btn__icon svg {
  width: 12px;
  height: 10px;
  stroke: currentColor;
}

/*
* Map for breakpoints
*/
#landing-ai-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 527px;
}
#landing-ai-hero .landing-ai-hero__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 51px;
  max-width: 1300px;
  width: 100%;
}
#landing-ai-hero .landing-ai-hero__logo {
  width: 85px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing-ai-hero .landing-ai-hero__logo img {
  width: 100%;
  height: auto;
  display: block;
}
#landing-ai-hero .landing-ai-hero__content {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-sm);
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 1074px;
  color: var(--landing-ai-heading-color);
}
#landing-ai-hero .landing-ai-hero__eyebrow {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxs);
  font-weight: var(--landing-ai-font-regular);
  line-height: var(--landing-ai-line-height-xxxs);
  letter-spacing: var(--landing-ai-letter-spacing-uppercase);
  text-transform: uppercase;
  color: var(--landing-ai-heading-color);
  margin: 0;
  width: 100%;
}
#landing-ai-hero .landing-ai-hero__heading {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-5xl);
  font-weight: var(--landing-ai-font-semibold);
  line-height: var(--landing-ai-line-height-5xl);
  color: var(--landing-ai-heading-color);
  margin: 0;
  width: 100%;
}
#landing-ai-hero .landing-ai-hero__description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-lg);
  font-weight: var(--landing-ai-font-regular);
  line-height: var(--landing-ai-line-height-lg);
  color: var(--landing-ai-text-color);
  max-width: 566px;
}
#landing-ai-hero .landing-ai-hero__description p {
  margin: 0;
}
#landing-ai-hero .landing-ai-hero__description-secondary {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-sm);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-sm);
  color: var(--landing-ai-white);
  text-align: center;
  max-width: 712px;
}
#landing-ai-hero .landing-ai-hero__description-secondary p {
  margin: 0;
}
#landing-ai-hero .landing-ai-hero__buttons {
  display: flex;
  gap: var(--landing-ai-spacing-sm);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#landing-ai-hero .landing-ai-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--landing-ai-spacing-sm);
  padding: var(--landing-ai-spacing-xs) var(--landing-ai-spacing-lg);
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: var(--landing-ai-font-semibold);
  line-height: var(--landing-ai-line-height-paragraph);
  border-radius: var(--landing-ai-border-radius-button);
  text-decoration: none;
  transition: background 0.8s ease-in-out, border-color 0.8s ease-in-out, color 0.8s ease-in-out, transform 0.5s ease-in-out;
  cursor: pointer;
}
#landing-ai-hero .landing-ai-hero__button:focus {
  outline: none;
}
#landing-ai-hero .landing-ai-btn--primary {
  background: var(--landing-ai-white);
  color: var(--landing-ai-purple-dark);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
}
#landing-ai-hero .landing-ai-btn--primary:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #c6a8ee 100%);
  border: 0.5px solid #c6a8ee;
}
#landing-ai-hero .landing-ai-btn--primary:active {
  transform: translateY(0);
}
#landing-ai-hero .landing-ai-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: var(--landing-ai-white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(var(--landing-ai-backdrop-blur));
          backdrop-filter: blur(var(--landing-ai-backdrop-blur));
}
#landing-ai-hero .landing-ai-btn--secondary:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #e6d3ff 100%);
  border-color: #e6d3ff;
  color: var(--landing-ai-purple-dark);
}
#landing-ai-hero .landing-ai-btn--secondary:active {
  background: rgba(255, 255, 255, 0.08);
}
#landing-ai-hero .landing-ai-hero__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
#landing-ai-hero .landing-ai-hero__button-icon svg {
  width: 12px;
  height: 10px;
  stroke: currentColor;
}
@media (max-width: 1399px) {
  #landing-ai-hero {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 500px;
  }
}
@media (max-width: 992px) {
  #landing-ai-hero .landing-ai-hero__container {
    gap: 40px;
  }
  #landing-ai-hero .landing-ai-hero__logo {
    width: 70px;
    height: 80px;
  }
  #landing-ai-hero .landing-ai-hero__container {
    gap: 32px;
  }
  #landing-ai-hero .landing-ai-hero__logo {
    width: 60px;
    height: 68px;
  }
  #landing-ai-hero .landing-ai-hero__buttons {
    gap: 12px;
  }
  #landing-ai-hero .landing-ai-hero__button {
    width: 100%;
    padding: 12px 25px;
  }
}
@media (max-width: 767px) {
  #landing-ai-hero {
    padding: 70px 15px 168px;
  }
}

.landing-ai-hero--positioned {
  position: relative;
}
.landing-ai-hero--positioned .ct-section-inner-wrap {
  padding-bottom: 0;
}
.landing-ai-hero--positioned::before {
  top: 0px;
}

/*
* Map for breakpoints
*/
.oxy-landing-ai-navbar {
  width: 100%;
}

#landing-ai-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 23px 0;
  position: relative;
  z-index: 100;
}
#landing-ai-navbar.landing-ai-navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
#landing-ai-navbar .landing-ai-navbar__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}
#landing-ai-navbar .landing-ai-navbar__left {
  display: flex;
  align-items: center;
}
#landing-ai-navbar .landing-ai-navbar__right {
  display: flex;
  align-items: center;
  margin-left: auto;
}
#landing-ai-navbar .landing-ai-navbar__back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--landing-ai-spacing-xs);
  padding: var(--landing-ai-spacing-xs) var(--landing-ai-spacing-md);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--landing-ai-border-radius-full);
  -webkit-backdrop-filter: blur(var(--landing-ai-backdrop-blur));
          backdrop-filter: blur(var(--landing-ai-backdrop-blur));
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-sm);
  font-weight: var(--landing-ai-font-semibold);
  line-height: var(--landing-ai-line-height-sm);
  color: var(--landing-ai-white);
  text-decoration: none;
  transition: background 0.8s ease-in-out, border-color 0.8s ease-in-out, color 0.8s ease-in-out, transform 0.5s ease-in-out;
  cursor: pointer;
}
#landing-ai-navbar .landing-ai-navbar__back-button:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #e6d3ff 100%);
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--landing-ai-purple-dark);
}
#landing-ai-navbar .landing-ai-navbar__back-button:active {
  background: rgba(255, 255, 255, 0.08);
}
#landing-ai-navbar .landing-ai-navbar__back-button:focus {
  outline: none;
}
#landing-ai-navbar .landing-ai-navbar__back-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
#landing-ai-navbar .landing-ai-navbar__back-icon svg {
  width: 12px;
  height: 10px;
  stroke: currentColor;
}
@media (max-width: 1399px) {
  #landing-ai-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  #landing-ai-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-navbar {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #landing-ai-navbar .landing-ai-navbar__container {
    gap: 16px;
  }
  #landing-ai-navbar .landing-ai-navbar__back-button .landing-ai-navbar__back-icon,
  #landing-ai-navbar .landing-ai-navbar__cta-button .landing-ai-navbar__back-icon {
    width: 14px;
    height: 14px;
  }
  #landing-ai-navbar .landing-ai-navbar__back-button .landing-ai-navbar__back-icon svg,
  #landing-ai-navbar .landing-ai-navbar__cta-button .landing-ai-navbar__back-icon svg {
    width: 10px;
    height: 8px;
  }
}

/*
* Map for breakpoints
*/
.oxy-landing-ai-video {
  width: 100%;
}

.landing-ai-video--overlap {
  position: relative;
  z-index: 10;
  margin-top: -429px;
  margin-bottom: -330px;
}
@media (max-width: 767px) {
  .landing-ai-video--overlap {
    margin-top: -28px;
  }
}

#landing-ai-video {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}
#landing-ai-video .landing-ai-video__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
}
#landing-ai-video .landing-ai-video__wrapper {
  position: relative;
  width: 1158px;
  height: 660px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
#landing-ai-video .landing-ai-video__wrapper:hover {
  border-color: rgba(255, 255, 255, 0.15);
}
#landing-ai-video .landing-ai-video__wrapper:hover .landing-ai-video__play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
#landing-ai-video .landing-ai-video__top-line {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 472px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}
#landing-ai-video .landing-ai-video__top-line img {
  width: 100%;
  height: auto;
  display: block;
}
#landing-ai-video .landing-ai-video__thumbnail {
  position: absolute;
  top: 12px;
  left: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  border-radius: 12px;
  overflow: hidden;
}
#landing-ai-video .landing-ai-video__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#landing-ai-video .landing-ai-video__wistia-embed {
  position: absolute;
  top: 12px;
  left: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 24px);
  border-radius: 12px;
  overflow: hidden;
}
#landing-ai-video .landing-ai-video__wistia-embed wistia-player {
  width: 100%;
  height: 100%;
  display: block;
}
#landing-ai-video .landing-ai-video__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease;
  outline: none;
}
#landing-ai-video .landing-ai-video__play-button:focus {
  outline: none;
}
#landing-ai-video .landing-ai-video__play-button:active {
  transform: translate(-50%, -50%) scale(0.95);
}
#landing-ai-video .landing-ai-video__play-icon {
  width: 187px;
  height: 187px;
  display: block;
}
#landing-ai-video .landing-ai-video__play-icon-default {
  width: 80px;
  height: 80px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
}
#landing-ai-video .landing-ai-video__play-icon-default circle {
  transition: fill 0.3s ease;
}
#landing-ai-video .landing-ai-video__play-icon-default:hover circle {
  fill: rgba(255, 255, 255, 0.3);
}
@media (max-width: 1399px) {
  #landing-ai-video {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1200px) {
  #landing-ai-video .landing-ai-video__wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1158/660;
    max-width: 1158px;
  }
  #landing-ai-video .landing-ai-video__top-line {
    width: 40%;
    max-width: 472px;
  }
}
@media (max-width: 992px) {
  #landing-ai-video .landing-ai-video__play-icon {
    width: 140px;
    height: 140px;
  }
  #landing-ai-video .landing-ai-video__play-icon-default {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  #landing-ai-video {
    padding-left: 15px;
    padding-right: 15px;
  }
  #landing-ai-video .landing-ai-video__wrapper {
    border-radius: 12px;
  }
  #landing-ai-video .landing-ai-video__thumbnail {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 8px;
  }
  #landing-ai-video .landing-ai-video__play-icon {
    width: 100px;
    height: 100px;
  }
  #landing-ai-video .landing-ai-video__play-icon-default {
    width: 50px;
    height: 50px;
  }
  #landing-ai-video .landing-ai-video__top-line {
    width: 60%;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-si-delivers {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#landing-ai-si-delivers .delivers-background {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 57%;
  overflow: hidden;
  pointer-events: none;
}
#landing-ai-si-delivers .delivers-background img {
  position: absolute;
  width: 105.13%;
  height: 113.15%;
  left: -2.56%;
  top: -0.05%;
  max-width: none;
}
#landing-ai-si-delivers .delivers-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 431px 20px 0;
}
#landing-ai-si-delivers .delivers-heading-section {
  width: 100%;
  max-width: 1157px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-4xl);
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .delivers-heading-section {
    gap: var(--landing-ai-spacing-3xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .delivers-heading-section {
    gap: var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-si-delivers .delivers-heading {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-4xl);
  line-height: var(--landing-ai-line-height-4xl);
  color: var(--landing-ai-color-white);
  text-align: center;
  margin: 0;
}
#landing-ai-si-delivers .delivers-heading .heading-medium {
  font-weight: 500;
}
#landing-ai-si-delivers .delivers-heading .heading-light {
  font-weight: 200;
}
#landing-ai-si-delivers .delivers-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .delivers-grid {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .delivers-grid {
    gap: 15px;
  }
}
#landing-ai-si-delivers .delivers-row {
  display: flex;
  gap: 25px;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .delivers-row {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .delivers-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
#landing-ai-si-delivers .deliver-card {
  position: relative;
  width: 566px;
  height: 182px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#landing-ai-si-delivers .deliver-card:hover .card-background {
  border-color: rgba(255, 255, 255, 0.15);
}
#landing-ai-si-delivers .deliver-card:hover .card-gradient {
  opacity: 0.8;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .deliver-card {
    width: calc(50% - 10px);
    max-width: 566px;
    height: 160px;
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .deliver-card {
    width: 100%;
    max-width: 566px;
    height: 150px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  #landing-ai-si-delivers .deliver-card {
    height: 130px;
    padding: 0 20px;
  }
}
#landing-ai-si-delivers .deliver-card .card-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2026/01/card-bg-gradient.png") no-repeat center center;
  background-size: cover;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  z-index: 1;
  transition: border-color 0.3s ease;
}
#landing-ai-si-delivers .deliver-card .card-gradient {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 182px;
  height: 566px;
  background: linear-gradient(180deg, rgba(135, 56, 205, 0.4) 0%, rgba(135, 56, 205, 0) 100%);
  border-radius: 16px;
  transform: rotate(90deg);
  transform-origin: top left;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .deliver-card .card-gradient {
    width: 160px;
    height: 100%;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .deliver-card .card-gradient {
    width: 150px;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #landing-ai-si-delivers .deliver-card .card-gradient {
    width: 130px;
    height: 100%;
  }
}
#landing-ai-si-delivers .deliver-card .card-icon {
  position: relative;
  width: 117px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .deliver-card .card-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .deliver-card .card-icon {
    width: 90px;
    height: 90px;
  }
}
#landing-ai-si-delivers .deliver-card .card-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  #landing-ai-si-delivers .deliver-card .card-icon img {
    width: 70px;
    height: 70px;
  }
}
#landing-ai-si-delivers .deliver-card .card-text {
  position: relative;
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xl);
  color: var(--landing-ai-color-white);
  text-align: right;
  margin: 0;
  z-index: 3;
  flex-shrink: 0;
}
#landing-ai-si-delivers .quote-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--landing-ai-spacing-5xl) 140px;
  margin-top: 120px;
}
@media (max-width: 1399px) {
  #landing-ai-si-delivers .quote-section {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  #landing-ai-si-delivers .quote-section {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #landing-ai-si-delivers .quote-section {
    padding: var(--landing-ai-spacing-xl) 15px;
    margin-top: 40px;
  }
}
#landing-ai-si-delivers .quote-container {
  width: 100%;
  max-width: 969px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
}
@media (max-width: 767px) {
  #landing-ai-si-delivers .quote-container {
    gap: var(--landing-ai-spacing-lg);
  }
}
#landing-ai-si-delivers .quote-text {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-4xl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-4xl);
  color: var(--landing-ai-color-white);
  text-align: center;
  margin: 0;
  width: 100%;
}
#landing-ai-si-delivers .quote-line {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
#landing-ai-si-delivers .quote-line svg {
  width: 44px;
  height: 4px;
}
#landing-ai-si-delivers .quote-line svg line {
  stroke-width: 2;
}
#landing-ai-si-delivers .quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-3xs);
  width: 100%;
  max-width: 290px;
  text-align: center;
}
#landing-ai-si-delivers .quote-author p {
  margin: 0;
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xs);
  line-height: var(--landing-ai-line-height-xs);
  color: var(--landing-ai-color-white);
}
#landing-ai-si-delivers .quote-author .author-title {
  font-weight: 600;
}
#landing-ai-si-delivers .quote-author .author-company {
  font-weight: 400;
}

/*
* Map for breakpoints
*/
#landing-ai-ai-works {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 190px var(--landing-ai-spacing-6xl);
}
@media (max-width: 1399px) {
  #landing-ai-ai-works {
    padding: 0 40px var(--landing-ai-spacing-5xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-ai-works {
    padding: 0 20px var(--landing-ai-spacing-4xl);
  }
}
@media (max-width: 767px) {
  #landing-ai-ai-works {
    padding: 0 15px var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-ai-works .ai-works-container {
  display: flex;
  gap: var(--landing-ai-spacing-4xl);
  align-items: center;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 1399px) {
  #landing-ai-ai-works .ai-works-container {
    gap: var(--landing-ai-spacing-xxl);
  }
}
@media (max-width: 992px) {
  #landing-ai-ai-works .ai-works-container {
    flex-direction: column;
    gap: var(--landing-ai-spacing-xl);
  }
}
#landing-ai-ai-works .ai-works-image {
  flex: 1;
  min-width: 0;
  height: 605px;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  #landing-ai-ai-works .ai-works-image {
    height: 500px;
  }
}
@media (max-width: 992px) {
  #landing-ai-ai-works .ai-works-image {
    width: 100%;
    height: 400px;
    flex: none;
  }
}
@media (max-width: 767px) {
  #landing-ai-ai-works .ai-works-image {
    height: 300px;
    border-radius: 20px;
  }
}
#landing-ai-ai-works .ai-works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 767px) {
  #landing-ai-ai-works .ai-works-image img {
    border-radius: 20px;
  }
}
#landing-ai-ai-works .ai-works-text {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-lg);
  width: 602px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  #landing-ai-ai-works .ai-works-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  #landing-ai-ai-works .ai-works-text {
    width: 100%;
  }
}
#landing-ai-ai-works .ai-works-heading {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-ai-works .ai-works-heading .heading-semibold {
  font-weight: 600;
}
#landing-ai-ai-works .ai-works-heading .heading-light {
  font-weight: 200;
}
#landing-ai-ai-works .ai-works-content {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: #b7b7b7;
}
#landing-ai-ai-works .ai-works-content p {
  margin: 0 0 var(--landing-ai-spacing-sm) 0;
}
#landing-ai-ai-works .ai-works-content p:last-child {
  margin-bottom: 0;
}
#landing-ai-ai-works .ai-works-citation {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxs);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-xxs);
  color: var(--landing-ai-purple);
  margin: 0;
}
#landing-ai-ai-works .ai-works-citation sup {
  font-size: 10px;
}
#landing-ai-ai-works .ai-works-citation a {
  color: var(--landing-ai-purple);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#landing-ai-ai-works .ai-works-citation a:hover {
  opacity: 0.8;
}

/*
* Map for breakpoints
*/
#landing-ai-aip {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 190px var(--landing-ai-spacing-6xl);
}
@media (max-width: 1399px) {
  #landing-ai-aip {
    padding: 0 40px var(--landing-ai-spacing-5xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-aip {
    padding: 0 20px var(--landing-ai-spacing-4xl);
  }
}
@media (max-width: 767px) {
  #landing-ai-aip {
    padding: 0 15px var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-aip .aip-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1200px;
  min-height: 948px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-container {
    min-height: auto;
    flex-direction: column-reverse;
    gap: var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-aip .aip-text-container {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-4xl);
  width: 595px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-text-container {
    width: 100%;
    gap: var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-aip .aip-text {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-lg);
  width: 100%;
}
@media (max-width: 767px) {
  #landing-ai-aip .aip-text {
    gap: var(--landing-ai-spacing-md);
  }
}
#landing-ai-aip .aip-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 600;
  line-height: var(--landing-ai-line-height-xxxl);
  letter-spacing: -1px;
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-aip .aip-subtitle {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxl);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-xxl);
  color: var(--landing-ai-color-white);
  margin: 0;
  max-width: 467px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-subtitle {
    max-width: 100%;
  }
}
#landing-ai-aip .aip-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: #b7b7b7;
  max-width: 342px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-description {
    max-width: 100%;
  }
}
#landing-ai-aip .aip-description p {
  margin: 0;
}
#landing-ai-aip .aip-features {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-5xl);
  width: 507px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-features {
    width: 100%;
    gap: var(--landing-ai-spacing-xxl);
  }
}
@media (max-width: 767px) {
  #landing-ai-aip .aip-features {
    gap: var(--landing-ai-spacing-xl);
  }
}
#landing-ai-aip .aip-feature {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-xs);
  width: 100%;
}
#landing-ai-aip .aip-feature-header {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
#landing-ai-aip .aip-badge {
  display: inline-flex;
  align-items: center;
  padding: var(--landing-ai-spacing-3xs) var(--landing-ai-spacing-xs);
  border-radius: 8px;
  font-family: var(--landing-ai-font-primary);
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #landing-ai-aip .aip-badge {
    padding: 2px 8px;
  }
}
#landing-ai-aip .aip-line {
  flex: 1;
  height: 1px;
  background-color: currentColor;
  opacity: 0.19;
}
#landing-ai-aip .aip-line--green {
  color: #bddc05;
}
#landing-ai-aip .aip-line--purple {
  color: #8738cd;
}
#landing-ai-aip .aip-line--cyan {
  color: #00ffff;
}
@media (max-width: 992px) {
  #landing-ai-aip .aip-line {
    display: none;
  }
}
#landing-ai-aip .aip-feature-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-sm);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-sm);
  color: #b7b7b7;
  margin: 0;
  max-width: 342px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-feature-description {
    max-width: 100%;
  }
}
#landing-ai-aip .aip-images {
  position: absolute;
  left: 569px;
  top: 148px;
  width: 630px;
  height: 800px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-images {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#landing-ai-aip .aip-image {
  position: absolute;
  width: 630px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-image {
    position: relative;
    width: 100%;
    max-width: 630px;
  }
}
#landing-ai-aip .aip-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-aip .aip-image--1 {
  top: 0;
  left: 0;
  height: 398px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-image--1 {
    height: auto;
    margin-bottom: -50px;
  }
}
#landing-ai-aip .aip-image--2 {
  top: 204px;
  left: 1px;
  height: 396px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-image--2 {
    top: auto;
    left: auto;
    height: auto;
    margin-bottom: -50px;
  }
}
#landing-ai-aip .aip-image--3 {
  top: 402px;
  left: 0;
  height: 398px;
}
@media (max-width: 1399px) {
  #landing-ai-aip .aip-image--3 {
    top: auto;
    left: auto;
    height: auto;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-insight-impact {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--landing-ai-spacing-6xl) 190px 0;
  overflow: hidden;
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact {
    padding: var(--landing-ai-spacing-5xl) 20px;
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact {
    padding: var(--landing-ai-spacing-4xl) 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-insight-impact {
    padding: var(--landing-ai-spacing-xxl) 15px;
  }
}
#landing-ai-insight-impact .insight-impact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 610px;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-insight-impact .insight-impact-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-insight-impact .insight-impact-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 87px;
  width: 100%;
  max-width: 1294px;
  z-index: 1;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-impact-container {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact .insight-impact-container {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #landing-ai-insight-impact .insight-impact-container {
    gap: 30px;
  }
}
#landing-ai-insight-impact .insight-impact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-lg);
  width: 545px;
  text-align: center;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-impact-header {
    width: 100%;
    max-width: 545px;
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact .insight-impact-header {
    gap: var(--landing-ai-spacing-md);
  }
}
#landing-ai-insight-impact .insight-impact-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-insight-impact .insight-impact-subtitle {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxl);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-xxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-insight-impact .insight-impact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-xxl);
  width: 100%;
}
#landing-ai-insight-impact .insight-impact-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#landing-ai-insight-impact .insight-impact-cards {
  display: flex;
  gap: var(--landing-ai-spacing-xl);
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-impact-cards {
    flex-wrap: wrap;
    gap: var(--landing-ai-spacing-lg);
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact .insight-impact-cards {
    flex-direction: column;
    gap: var(--landing-ai-spacing-md);
  }
}
#landing-ai-insight-impact .insight-impact-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 200px;
  padding: var(--landing-ai-spacing-xl);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  flex: 0 0 301px;
  width: 301px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-impact-card {
    flex: 0 0 calc(50% - 15px);
    width: auto;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact .insight-impact-card {
    flex: none;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #landing-ai-insight-impact .insight-impact-card {
    gap: 20px;
    padding: var(--landing-ai-spacing-md);
  }
}
#landing-ai-insight-impact .insight-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-insight-impact .insight-card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
#landing-ai-insight-impact .insight-card-icon {
  position: relative;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  z-index: 1;
}
#landing-ai-insight-impact .insight-card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-insight-impact .insight-card-icon {
    width: 56px;
    height: 56px;
  }
}
#landing-ai-insight-impact .insight-card-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-xs);
  width: 241px;
  max-width: 100%;
  z-index: 1;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-card-text {
    width: 100%;
  }
}
#landing-ai-insight-impact .insight-card-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxl);
  color: var(--landing-ai-color-white);
  margin: 0;
  word-wrap: break-word;
}
#landing-ai-insight-impact .insight-card-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-color-white);
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#landing-ai-insight-impact .insight-impact-lines {
  width: 1075px;
  height: 117px;
  flex-shrink: 0;
}
#landing-ai-insight-impact .insight-impact-lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  #landing-ai-insight-impact .insight-impact-lines {
    width: 100%;
    max-width: 1075px;
  }
}
@media (max-width: 992px) {
  #landing-ai-insight-impact .insight-impact-lines {
    display: none;
  }
}
#landing-ai-insight-impact .insight-impact-compliance {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 767px) {
  #landing-ai-insight-impact .insight-impact-compliance {
    gap: 15px;
  }
}
#landing-ai-insight-impact .compliance-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
#landing-ai-insight-impact .compliance-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-insight-impact .compliance-icon {
    width: 32px;
    height: 32px;
  }
}
#landing-ai-insight-impact .compliance-text {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-lg);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-lg);
  color: var(--landing-ai-color-white);
  text-transform: uppercase;
  letter-spacing: 6.72px;
  text-align: center;
}

/*
* Map for breakpoints
*/
#landing-ai-unite-data {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 177px 0 57px;
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-unite-data {
    padding: var(--landing-ai-spacing-5xl) 40px;
  }
}
@media (max-width: 992px) {
  #landing-ai-unite-data {
    padding: var(--landing-ai-spacing-4xl) 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-unite-data {
    padding: var(--landing-ai-spacing-xxl) 15px;
  }
}
#landing-ai-unite-data .unite-data-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-4xl);
  width: 100%;
  max-width: 1145px;
}
@media (max-width: 1399px) {
  #landing-ai-unite-data .unite-data-container {
    gap: var(--landing-ai-spacing-3xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-unite-data .unite-data-container {
    gap: var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-unite-data .unite-data-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1399px) {
  #landing-ai-unite-data .unite-data-header {
    width: 100%;
    max-width: 545px;
  }
}
#landing-ai-unite-data .unite-data-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-unite-data .unite-data-content {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-lg);
  width: 100%;
}
#landing-ai-unite-data .unite-data-row {
  display: flex;
  gap: var(--landing-ai-spacing-lg);
  align-items: stretch;
  width: 100%;
}
@media (max-width: 992px) {
  #landing-ai-unite-data .unite-data-row {
    flex-direction: column;
  }
}
#landing-ai-unite-data .workflow-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: var(--landing-ai-spacing-lg);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  #landing-ai-unite-data .workflow-item {
    flex: none;
    width: 100%;
  }
}
#landing-ai-unite-data .workflow-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-unite-data .workflow-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#landing-ai-unite-data .workflow-item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 134px;
  height: 134px;
  flex-shrink: 0;
  z-index: 1;
}
#landing-ai-unite-data .workflow-item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  #landing-ai-unite-data .workflow-item-icon {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  #landing-ai-unite-data .workflow-item-icon {
    width: 56px;
    height: 56px;
  }
}
#landing-ai-unite-data .workflow-item-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  text-align: right;
  z-index: 1;
}
@media (max-width: 992px) {
  #landing-ai-unite-data .workflow-item-text {
    text-align: left;
  }
}
#landing-ai-unite-data .workflow-item-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-unite-data .workflow-item-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-color-white);
  margin: 0;
}

/*
* Map for breakpoints
*/
#landing-ai-quote {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 500px 190px var(--landing-ai-spacing-6xl);
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-quote {
    padding: 400px 40px var(--landing-ai-spacing-5xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-quote {
    padding: 300px 20px var(--landing-ai-spacing-4xl);
  }
}
@media (max-width: 767px) {
  #landing-ai-quote {
    padding: 200px 15px var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-quote .quote-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 721px;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-quote .quote-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-quote .quote-bg .quote-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #02000e 0%, rgba(2, 0, 14, 0) 29.92%, #02000e 100%);
}
@media (max-width: 1399px) {
  #landing-ai-quote .quote-bg {
    height: 600px;
  }
}
@media (max-width: 992px) {
  #landing-ai-quote .quote-bg {
    height: 500px;
  }
}
@media (max-width: 767px) {
  #landing-ai-quote .quote-bg {
    height: 400px;
  }
}
#landing-ai-quote .quote-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  width: 100%;
  max-width: 1020px;
  z-index: 1;
}
@media (max-width: 1399px) {
  #landing-ai-quote .quote-container {
    gap: var(--landing-ai-spacing-xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-quote .quote-container {
    gap: var(--landing-ai-spacing-lg);
  }
}
#landing-ai-quote .quote-text {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-4xl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-4xl);
  color: var(--landing-ai-color-white);
  text-align: center;
  margin: 0;
}
#landing-ai-quote .quote-line {
  width: 44px;
  height: 2px;
  flex-shrink: 0;
  background-color: var(--landing-ai-purple);
  border-radius: 2px;
}
#landing-ai-quote .quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-3xs);
  width: 290px;
  text-align: center;
}
@media (max-width: 992px) {
  #landing-ai-quote .quote-author {
    width: 100%;
    max-width: 290px;
  }
}
#landing-ai-quote .author-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xs);
  font-weight: 600;
  line-height: var(--landing-ai-line-height-xs);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-quote .author-company {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xs);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-xs);
  color: var(--landing-ai-color-white);
  margin: 0;
}

/*
* Map for breakpoints
*/
#landing-ai-trusted-by {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 190px var(--landing-ai-spacing-6xl);
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-trusted-by {
    padding: 0 40px var(--landing-ai-spacing-5xl);
  }
}
@media (max-width: 992px) {
  #landing-ai-trusted-by {
    padding: 0 20px var(--landing-ai-spacing-4xl);
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by {
    padding: 0 15px var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-trusted-by .trusted-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 379px;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-trusted-by .trusted-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by .trusted-bg {
    height: 250px;
  }
}
#landing-ai-trusted-by .trusted-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: auto;
  min-height: 709px;
  padding: 99px 218px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  z-index: 1;
}
@media (max-width: 1399px) {
  #landing-ai-trusted-by .trusted-card {
    padding: 80px 100px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-card {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by .trusted-card {
    padding: 40px 20px;
  }
}
#landing-ai-trusted-by .trusted-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 188px;
  width: 100%;
}
@media (max-width: 1399px) {
  #landing-ai-trusted-by .trusted-content {
    gap: 120px;
  }
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-content {
    gap: 80px;
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by .trusted-content {
    gap: 60px;
  }
}
#landing-ai-trusted-by .trusted-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 19px;
  width: 100%;
  max-width: 873px;
  text-align: center;
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-header {
    gap: 15px;
  }
}
#landing-ai-trusted-by .trusted-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  width: 100%;
}
#landing-ai-trusted-by .title-line1 {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-4xl);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-4xl);
  color: var(--landing-ai-color-white);
  text-align: center;
  width: 100%;
  margin: 0;
}
#landing-ai-trusted-by .title-line2 {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-4xl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-4xl);
  text-align: center;
  width: 100%;
  margin: 0;
  background: linear-gradient(101.19deg, #2283F9 7.41%, #BF25FD 86.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#landing-ai-trusted-by .trusted-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-color-white);
  text-align: center;
  width: 100%;
  max-width: 533px;
  margin: 0;
}
#landing-ai-trusted-by .trusted-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  #landing-ai-trusted-by .trusted-logos {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-logos {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by .trusted-logos {
    gap: 30px;
  }
}
#landing-ai-trusted-by .trusted-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
}
#landing-ai-trusted-by .trusted-logo img {
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  #landing-ai-trusted-by .trusted-logo {
    height: 35px;
  }
}
@media (max-width: 767px) {
  #landing-ai-trusted-by .trusted-logo {
    height: 28px;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-why {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--landing-ai-spacing-6xl) 20px 0;
  background-color: #02000E;
}
@media (max-width: 767px) {
  #landing-ai-why {
    padding: var(--landing-ai-spacing-xxl) 15px 0;
  }
}
#landing-ai-why .why-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--landing-ai-spacing-xl);
  width: 100%;
  max-width: 923px;
}
#landing-ai-why .why-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-lg);
  text-align: center;
}
#landing-ai-why .why-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-why .why-subtitle {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxl);
  color: var(--landing-ai-color-white);
  margin: 0;
  max-width: 597px;
}
#landing-ai-why .why-cards {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: 709px;
}
@media (max-width: 1399px) {
  #landing-ai-why .why-cards {
    flex-direction: column;
    align-items: center;
    height: auto;
    gap: var(--landing-ai-spacing-xl);
  }
  #landing-ai-why .why-cards::before {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  #landing-ai-why .why-cards::before {
    width: 300px;
    height: 500px;
  }
}
#landing-ai-why .why-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
#landing-ai-why .why-card .card-content {
  position: relative;
  z-index: 1;
}
#landing-ai-why .why-card .card-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-color-white);
  margin: 0 0 21px;
}
#landing-ai-why .why-card .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-sm);
}
#landing-ai-why .why-card .card-list-item {
  font-family: var(--landing-ai-font-primary);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  #landing-ai-why .why-card .card-list-item {
    font-size: var(--landing-ai-font-sm);
    line-height: var(--landing-ai-line-height-sm);
  }
}
#landing-ai-why .why-card-generic {
  position: relative;
  left: 0;
  top: 167px;
  width: 328px;
  height: 375px;
  padding: 25px 28px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
#landing-ai-why .why-card-generic::before {
  content: "";
  position: absolute;
  left: 160px;
  top: -36px;
  width: 343px;
  height: 482px;
  pointer-events: none;
  z-index: 2;
  border-radius: 709px;
  background: #000;
  filter: blur(150px);
  pointer-events: none;
}
@media (max-width: 1399px) {
  #landing-ai-why .why-card-generic {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  #landing-ai-why .why-card-generic::before {
    left: auto;
    right: -50px;
    top: -50px;
  }
}
#landing-ai-why .why-card-generic .card-content {
  position: relative;
  z-index: 1;
}
#landing-ai-why .why-card-generic .card-list-item {
  color: var(--landing-ai-text-muted);
  opacity: 0.7;
}
#landing-ai-why .why-card-si {
  position: relative;
  right: 0;
  top: 80px;
  width: 566px;
  height: 526px;
  padding: 27px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  overflow: hidden;
}
#landing-ai-why .why-card-si::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(70% 40% at 100% 10%, rgba(220, 164, 255, 0.9) 0%, rgba(200, 111, 255, 0.4) 30%, rgba(195, 98, 255, 0) 70%), radial-gradient(40% 60% at 75% 0%, rgba(104, 58, 191, 0) 0%, rgba(78, 0, 227, 0.51) 40%, rgba(102, 60, 182, 0) 80%);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 1399px) {
  #landing-ai-why .why-card-si {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 566px;
    height: auto;
  }
}
@media (max-width: 992px) {
  #landing-ai-why .why-card-si {
    padding: 20px;
  }
}
#landing-ai-why .why-card-si .si-card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-why .why-card-si .si-card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-why .why-card-si .card-title {
  margin: 0 0 15px;
}
#landing-ai-why .why-card-si .si-logo {
  width: 92px;
  height: 103px;
  margin-bottom: var(--landing-ai-spacing-lg);
}
#landing-ai-why .why-card-si .si-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-why .why-card-si .si-logo {
    width: 70px;
    height: 80px;
  }
}
#landing-ai-why .why-card-si .si-benefits-list {
  gap: var(--landing-ai-spacing-sm);
}
#landing-ai-why .why-card-si .si-benefit-item {
  display: flex;
  align-items: center;
  gap: 19px;
  color: var(--landing-ai-color-white);
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media (max-width: 767px) {
  #landing-ai-why .why-card-si .si-benefit-item {
    gap: 12px;
  }
}
#landing-ai-why .why-card-si .benefit-check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
}
#landing-ai-why .why-card-si .benefit-check svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #landing-ai-why .why-card-si .benefit-check {
    width: 18px;
    height: 18px;
  }
}
#landing-ai-why .why-callout {
  display: flex;
  align-items: center;
  gap: var(--landing-ai-spacing-xxl);
  width: 100%;
  height: 163px;
  padding: var(--landing-ai-spacing-xxl) 39px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: linear-gradient(181.312deg, rgba(219, 184, 250, 0.1) 0.9522%, rgba(255, 255, 255, 0.1) 97.657%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow: hidden;
}
@media (max-width: 1399px) {
  #landing-ai-why .why-callout {
    flex-direction: column;
    justify-content: center;
    height: auto;
    text-align: center;
    gap: var(--landing-ai-spacing-lg);
  }
}
@media (max-width: 992px) {
  #landing-ai-why .why-callout {
    padding: var(--landing-ai-spacing-lg);
  }
}
#landing-ai-why .callout-image {
  width: 70px;
  height: 79px;
  flex-shrink: 0;
}
#landing-ai-why .callout-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-why .callout-image {
    width: 50px;
    height: 57px;
  }
}
#landing-ai-why .callout-text {
  width: 527px;
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-sm);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-sm);
  letter-spacing: -0.4px;
  color: var(--landing-ai-color-white);
  margin: 0;
}
@media (max-width: 1399px) {
  #landing-ai-why .callout-text {
    width: 100%;
  }
}
#landing-ai-why .callout-button {
  width: 100%;
  max-width: 218px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--landing-ai-spacing-xs);
  height: 46px;
  padding: var(--landing-ai-spacing-xs) var(--landing-ai-spacing-md);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-sm);
  font-weight: 600;
  line-height: var(--landing-ai-line-height-sm);
  letter-spacing: -0.4px;
  color: var(--landing-ai-color-white);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.8s ease-in-out, border-color 0.8s ease-in-out, color 0.8s ease-in-out, transform 0.5s ease-in-out;
}
#landing-ai-why .callout-button:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #e6d3ff 100%);
  border-color: #e6d3ff;
  color: var(--landing-ai-purple-dark);
}
@media (max-width: 767px) {
  #landing-ai-why .callout-button {
    padding: 8px 16px;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-callout {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--landing-ai-spacing-6xl) 40px;
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-callout {
    padding: var(--landing-ai-spacing-5xl) 40px;
  }
}
@media (max-width: 992px) {
  #landing-ai-callout {
    padding: var(--landing-ai-spacing-4xl) 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-callout {
    padding: var(--landing-ai-spacing-xxl) 15px;
  }
}
#landing-ai-callout .callout-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1680px;
  height: 565px;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-callout .callout-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-callout .callout-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 615px;
  z-index: 1;
}
@media (max-width: 992px) {
  #landing-ai-callout .callout-content {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  #landing-ai-callout .callout-content {
    gap: 20px;
  }
}
#landing-ai-callout .callout-logo {
  width: 69px;
  height: 78px;
  flex-shrink: 0;
}
#landing-ai-callout .callout-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-callout .callout-logo {
    width: 55px;
    height: 62px;
  }
}
#landing-ai-callout .callout-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--landing-ai-spacing-lg);
  width: 100%;
  text-align: center;
}
#landing-ai-callout .callout-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-callout .callout-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-color-white);
  margin: 0;
  max-width: 615px;
}
#landing-ai-callout .btn-text {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 600;
  line-height: var(--landing-ai-line-height-paragraph);
  color: #371952;
}
#landing-ai-callout .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#landing-ai-callout .btn-icon svg {
  width: 12px;
  height: 10px;
  stroke: currentColor;
}
@media (max-width: 767px) {
  #landing-ai-callout .btn-icon {
    width: 16px;
    height: 16px;
  }
  #landing-ai-callout .btn-icon svg {
    width: 10px;
    height: 8px;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-faq {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: var(--landing-ai-spacing-6xl) 40px;
  background-color: #02000E;
}
@media (max-width: 1399px) {
  #landing-ai-faq {
    padding: var(--landing-ai-spacing-5xl) 40px;
  }
}
@media (max-width: 992px) {
  #landing-ai-faq {
    padding: var(--landing-ai-spacing-4xl) 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-faq {
    padding: var(--landing-ai-spacing-xxl) 15px;
  }
}
#landing-ai-faq .faq-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--landing-ai-spacing-3xl);
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 992px) {
  #landing-ai-faq .faq-container {
    gap: var(--landing-ai-spacing-xxl);
  }
}
#landing-ai-faq .faq-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  #landing-ai-faq .faq-header {
    gap: 20px;
  }
}
#landing-ai-faq .faq-title {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xxxl);
  font-weight: 500;
  line-height: var(--landing-ai-line-height-xxxl);
  color: var(--landing-ai-color-white);
  margin: 0;
}
#landing-ai-faq .faq-description {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-text-muted);
  margin: 0;
  max-width: 664px;
}
#landing-ai-faq .faq-content {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-lg);
  width: 100%;
}
@media (max-width: 992px) {
  #landing-ai-faq .faq-content {
    gap: var(--landing-ai-spacing-md);
  }
}
#landing-ai-faq .faq-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: var(--landing-ai-spacing-lg);
  border-radius: 16px;
  background-color: #030215;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 992px) {
  #landing-ai-faq .faq-item {
    padding: var(--landing-ai-spacing-md);
  }
}
@media (max-width: 767px) {
  #landing-ai-faq .faq-item {
    padding: var(--landing-ai-spacing-sm);
  }
}
#landing-ai-faq .faq-item:not(.is-expanded) .faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
}
#landing-ai-faq .faq-item:not(.is-expanded) .faq-question {
  font-weight: 400;
  color: #9997A0;
}
#landing-ai-faq .faq-item:not(.is-expanded) .faq-toggle {
  background: transparent;
}
#landing-ai-faq .faq-item:not(.is-expanded) .icon-minus {
  display: none;
}
#landing-ai-faq .faq-item:not(.is-expanded) .icon-plus {
  display: block;
}
#landing-ai-faq .faq-item:not(.is-expanded) .faq-item-bg {
  opacity: 0;
}
#landing-ai-faq .faq-item.is-expanded {
  align-items: flex-start;
}
#landing-ai-faq .faq-item.is-expanded .faq-question {
  font-weight: 700;
  color: var(--landing-ai-color-white);
}
#landing-ai-faq .faq-item.is-expanded .faq-answer {
  max-height: 1000px;
  opacity: 1;
}
#landing-ai-faq .faq-item.is-expanded .faq-toggle {
  background: rgba(255, 255, 255, 0.13);
}
#landing-ai-faq .faq-item.is-expanded .icon-minus {
  display: block;
}
#landing-ai-faq .faq-item.is-expanded .icon-plus {
  display: none;
}
#landing-ai-faq .faq-item.is-expanded .faq-item-bg {
  opacity: 1;
}
#landing-ai-faq .faq-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#landing-ai-faq .faq-item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#landing-ai-faq .faq-item-content {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  z-index: 1;
}
.is-expanded #landing-ai-faq .faq-item-content {
  align-items: flex-start;
}
#landing-ai-faq .faq-item-text {
  display: flex;
  flex-direction: column;
  gap: var(--landing-ai-spacing-sm);
  flex: 1;
  min-width: 0;
}
#landing-ai-faq .faq-question {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-lg);
  line-height: var(--landing-ai-line-height-lg);
  margin: 0;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
#landing-ai-faq .faq-answer {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-paragraph);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-paragraph);
  color: var(--landing-ai-text-muted);
  max-width: 871px;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin-top 0.4s ease;
  overflow: hidden;
}
#landing-ai-faq .faq-answer strong, #landing-ai-faq .faq-answer b {
  font-weight: 700;
  color: var(--landing-ai-color-white);
}
#landing-ai-faq .faq-answer p {
  margin-top: 0;
}
#landing-ai-faq .faq-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border: none;
  border-radius: 71px;
  background: transparent;
  cursor: pointer;
  padding: 12px;
  transition: background 0.3s ease;
}
#landing-ai-faq .faq-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #landing-ai-faq .faq-toggle {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
}
#landing-ai-faq .toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--landing-ai-color-white);
}
#landing-ai-faq .toggle-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #landing-ai-faq .toggle-icon {
    width: 20px;
    height: 20px;
  }
}

/*
* Map for breakpoints
*/
#landing-ai-footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--landing-ai-spacing-4xl) 40px;
  margin-top: -1px;
  background-color: #02000E;
}
@media (max-width: 992px) {
  #landing-ai-footer {
    padding: var(--landing-ai-spacing-3xl) 20px;
  }
}
@media (max-width: 767px) {
  #landing-ai-footer {
    padding: var(--landing-ai-spacing-xxl) 15px;
  }
}
#landing-ai-footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}
#landing-ai-footer .footer-logo-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 822px;
}
@media (max-width: 1399px) {
  #landing-ai-footer .footer-logo-section {
    width: 600px;
  }
}
@media (max-width: 992px) {
  #landing-ai-footer .footer-logo-section {
    width: 100%;
    max-width: 400px;
  }
}
#landing-ai-footer .footer-bg {
  position: absolute;
  top: 50%;
  width: 822px;
  height: 185px;
  pointer-events: none;
  z-index: 0;
}
#landing-ai-footer .footer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1399px) {
  #landing-ai-footer .footer-bg {
    width: 600px;
    height: 135px;
  }
}
@media (max-width: 992px) {
  #landing-ai-footer .footer-bg {
    width: 400px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  #landing-ai-footer .footer-bg {
    width: 300px;
    height: 68px;
  }
}
#landing-ai-footer .footer-logo-card {
  position: relative;
  width: 109px;
  height: 118px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  #landing-ai-footer .footer-logo-card {
    width: 90px;
    height: 98px;
  }
}
#landing-ai-footer .logo-card-inner {
  width: 85px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#landing-ai-footer .logo-card-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  #landing-ai-footer .logo-card-inner {
    width: 70px;
    height: 79px;
  }
}
#landing-ai-footer .footer-company {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#landing-ai-footer .footer-sg-logo {
  width: 101px;
}
@media (max-width: 767px) {
  #landing-ai-footer .footer-sg-logo {
    width: 85px;
  }
}
#landing-ai-footer .footer-sg-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#landing-ai-footer .footer-bottom-logo {
  width: 55px;
  align-self: flex-start;
}
#landing-ai-footer .footer-bottom-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #landing-ai-footer .footer-bottom-logo {
    width: 46px;
    height: 8px;
  }
}
#landing-ai-footer .footer-links {
  display: flex;
  align-items: center;
  gap: var(--landing-ai-spacing-md);
  margin-bottom: var(--landing-ai-spacing-xl);
  margin-top: var(--landing-ai-spacing-xs);
}
@media (max-width: 992px) {
  #landing-ai-footer .footer-links {
    flex-direction: column;
    gap: var(--landing-ai-spacing-sm);
  }
}
#landing-ai-footer .footer-links a {
  font-family: var(--landing-ai-font-primary);
  font-size: var(--landing-ai-font-xs);
  font-weight: 400;
  line-height: var(--landing-ai-line-height-xs);
  color: #9997a0;
  text-decoration: none;
  transition: color 0.3s ease;
}
#landing-ai-footer .footer-links a:hover {
  color: rgba(255, 255, 255, 0.85);
}

/* flipbook pages */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .flip-book-section .ct-section-inner-wrap {
    padding-top: 206px;
  }
}
/* meet the author */
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .meet-author-div {
    grid-template-columns: repeat(2, minmax(200px, 1fr)) !important;
  }
}
/*# sourceMappingURL=style.css.map */