@font-face {
  font-family: Ibmplexsans Custom;
  src: url('../fonts/IBMPlexSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Bold Custom;
  src: url('../fonts/IBMPlexSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans SemiBold Custom;
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexsans Light Custom;
  src: url('../fonts/IBMPlexSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: IbmplexMono Medium Custom;
  src: url('../fonts/IBMPlexMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: IbmplexMono Custom;
  src: url('../fonts/IBMPlexMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: IbmplexMono Light Custom;
  src: url('../fonts/IBMPlexMono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #fff;
  --orange: #ff7417;
  --red: #e94640;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #333;
  text-align: left;
}

strong {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  font-weight: 700;
}

.section-footer {
  background-image: linear-gradient(#fff, #fff0 38%), linear-gradient(#00000070, #00000070), url('../images/mountain-view-from-an-airplane-window-2025-01-08-20-42-37-utc.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  padding-top: 9.15rem;
  padding-bottom: 1.875rem;
}

.cta-glass-image-wrapper {
  position: absolute;
  top: -2.75rem;
  left: -7.8125rem;
}

.heading-style-h5 {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.feature-bottom-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 2.5rem;
  flex-flow: column;
  padding: .5rem .5rem 1.875rem;
  display: flex;
  position: sticky;
  top: 0;
}

.feature-bottom-card.second-card {
  background-color: #f5f5f5;
  height: 100vh;
  top: 30px;
}

.container-x-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.process-number {
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.6875rem;
  height: 2.6875rem;
  display: flex;
}

.process-number.first {
  flex: none;
}

.prod-highlight {
  color: #fff;
  background-color: #262626;
  border-radius: 3.125rem;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  box-shadow: 0 0 0 1px #fff3, inset 0 -.25px 1px #fff3, inset 0 1px 1px #616161, 0 3px 10px #0003;
}

.testimonial-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-style-h3 {
  font-family: Manrope Bold Custom;
  font-size: 34px;
}

.padding-global {
  width: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.padding-global.hero-homepage {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.section-2 {
  color: #000;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  transform: rotate(0);
}

.feature-bottom-image {
  filter: grayscale(89%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.feature-bottom-image.mobile {
  display: none;
}

.nav-menu {
  display: flex;
}

.testimonial-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-social-media-link-wrap {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  padding: 3px;
}

.testimonial-slider {
  background-color: #fff;
  border-radius: 1.875rem;
  width: 100%;
  min-width: 52.0625rem;
  height: 100%;
  padding: 8px 8px 6rem;
  box-shadow: 0 0 20px #00000012;
}

.cta-component {
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 30.3125rem;
  padding-top: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-bottom-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-nav {
  margin-bottom: 19px;
  font-size: .7rem;
}

.process-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hover-social-link {
  opacity: 0;
  position: absolute;
}

.testimonial-card {
  grid-column-gap: 5.8125rem;
  grid-row-gap: 5.8125rem;
  background-color: #ededed;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 3.125rem;
  display: flex;
}

.process-card-image {
  filter: grayscale();
  border-radius: 1.875rem;
  height: 232px;
}

.footer-link-list {
  background-color: #f5f5f5;
  border-radius: .375rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 5rem;
  display: flex;
}

.feature-bottom-content-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonial-top-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-hover-line {
  background-color: #262626;
  width: 100%;
  height: 35%;
}

.trust-bottom-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-head-line {
  color: #fff;
  background-color: #262626;
  border-radius: 3.125rem;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  box-shadow: 0 0 0 1px #fff, inset 0 -.25px 1px #fff3, inset 0 1px 1px #616161, 0 3px 10px #0003;
}

.footer-social-link-circle {
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  text-decoration: none;
  display: none;
  position: relative;
}

.header-top-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.testimonial-right-arrow {
  background-color: #f5f5f5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 2.5rem;
  margin-bottom: 0;
  display: flex;
  bottom: 30px;
  right: 54px;
}

.process-third-hover-line {
  background-color: #262626;
  width: 100%;
  height: 35%;
}

.testimonial-author-image-wrap {
  border-radius: 4px;
  width: 3.125rem;
  height: 3.125rem;
}

.section-testimonial.hide {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 28px;
}

.button {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .8125rem 1.375rem;
  line-height: 0;
  text-decoration: none;
  transition: all .8s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.button.is-secondary {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  line-height: 120%;
}

.button.is-secondary:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.button.is-secondary-copy {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  line-height: 120%;
}

.button.is-secondary-copy:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.trust-image {
  object-fit: cover;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.feature-head-line {
  color: #fff;
  background-color: #262626;
  border-radius: 3.125rem;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  box-shadow: 0 0 0 1px #fff, inset 0 -.25px 1px #fff3, inset 0 1px 1px #616161, 0 3px 10px #0003;
}

.footer-component {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  padding: 2.5rem;
  display: flex;
}

.cta-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-button-wrapper.small {
  justify-content: center;
  align-items: center;
}

.heading-style-h2 {
  font-family: Manrope Bold Custom;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.process-second-hover-line {
  background-color: #262626;
  width: 100%;
  height: 35%;
}

.section-header {
  background-image: linear-gradient(#0000008a, #0000008a), url('../images/ai1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.header-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 10px;
  display: flex;
}

.trust-top-content {
  text-align: center;
  width: 100%;
  max-width: 40.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.header-top-content-wrap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-arrow-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-size-small {
  color: #262626;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
}

.text-size-small.tex-color-black-700 {
  color: #5d5d5d;
}

.testimonial-right-star-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.author-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.process-line {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 10px;
  height: 25rem;
  display: flex;
  overflow: hidden;
}

.hover-arrow {
  opacity: 0;
  position: absolute;
}

.nav-link {
  color: #ffffffa3;
  padding: .5rem .75rem;
  font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #ffffffa3;
  font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
  font-weight: 600;
}

.nav-link.w--current:hover {
  color: var(--white);
}

.testimonial-bottom-left-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.feature-bottom-image-wrapper {
  background-color: #f5f5f5;
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 33.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-bottom-image-wrapper.second {
  height: 90%;
}

.prod-top-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.process-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f5;
  background-image: linear-gradient(#ededed, #f5f5f5);
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  width: 100%;
  max-width: 23.25rem;
  padding: .5rem .5rem 1.5rem;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.process-card.first {
  flex: none;
  width: 23.25rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  transform: translate(232px);
}

.process-card.third {
  margin-left: auto;
  position: absolute;
  right: 0;
  transform: translate(219px);
}

.process-card.second {
  position: absolute;
  left: 0;
  transform: translate(-223px);
}

.process-card-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-social-link-wrapper {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  display: flex;
}

.navbar {
  background-color: #0000;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.process-card-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.cta-image {
  filter: grayscale();
  border-top-right-radius: 20px;
  max-width: 50%;
}

.cta-image.small {
  max-width: 100%;
}

.nav-logo-wrapper, .nav-logo-wrapper.w--current {
  width: 150px;
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-large {
  padding-bottom: 3.75rem;
}

.testimonial-author-image {
  filter: grayscale();
  border-radius: 4px;
}

.testimonial-bottom-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prod-bottom-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 30px;
}

.section-process {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section-process.hide {
  display: none;
}

.cta-image-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.footer-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.header-top-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #f5f5f5;
  border: 4px solid #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3.125rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #00000012;
}

.header-top-card.second {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.process-line-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-top-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 53rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.trust-image-wrapper {
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  height: 22.6875rem;
  display: flex;
  position: relative;
}

.heading-style-h1.text-color-brand {
  color: #fff;
  letter-spacing: -1px;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff 74%, #646464 99%);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans Custom, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-left-arrow {
  background-color: #f5f5f5;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 2.5rem;
  margin-bottom: 0;
  display: flex;
  bottom: 30px;
  left: 43px;
}

.header-component {
  margin-top: 50px;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem .75rem .75rem 1.25rem;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.section-trust {
  display: none;
  overflow: hidden;
}

.text-size-regular {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-size-regular.w--current, .text-size-regular.is-black-900 {
  color: #080808;
}

.text-size-regular.white {
  color: var(--white);
  text-align: left;
  width: 100%;
}

.text-size-regular.white.center {
  text-align: center;
}

.footer-top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text {
  font-size: 18px;
  line-height: 1rem;
}

.button-text.small {
  font-size: 14px;
}

.prod-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  display: flex;
}

.cta-content {
  z-index: 1;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 50%;
  display: flex;
  position: relative;
}

.cta-content.small {
  width: 100%;
}

.feature-bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.feature-bottom-content.relative {
  z-index: 99;
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: var(--white);
  display: flex;
  position: relative;
  top: 186px;
}

.process-card-wrapper {
  justify-content: center;
  align-items: flex-end;
  width: 29.5625rem;
  display: flex;
  position: relative;
}

.process-card-wrapper.fast {
  justify-content: center;
  align-items: flex-end;
}

.heading-style-h6 {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  font-size: 20px;
}

.heading-style-h6.is-testimonial {
  font-family: Manrope Light Custom;
  line-height: 1.4;
}

.body {
  font-family: Ibmplexsans Custom, Arial, sans-serif;
}

.about-us-section.section-2 {
  padding-top: 0;
  padding-bottom: 117px;
  overflow: hidden;
}

.about-us-section.hide {
  display: none;
}

.about-header-bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 42rem;
  margin-top: .625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-medium {
  color: #fff;
  width: 85%;
  font-family: Ibmplexsans Light Custom, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

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

.text-size-medium.left-align.white-font {
  color: #fff;
}

.text-size-medium.black {
  color: #000;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-551 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 10px;
  min-height: 230px;
  max-height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

.div-block-525 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #a0adbd;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-215 {
  color: var(--red);
  font-weight: 400;
  text-decoration: none;
}

.div-block-524 {
  color: #eff2f6;
  background-color: #a0adbd;
  width: 3.5em;
  min-height: 1px;
  max-height: 1px;
}

.text-block-216.hide {
  display: none;
}

.heading-11 {
  color: #333;
  text-align: left;
  font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3em;
}

.feature-content {
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: .625rem;
  display: grid;
}

.about-image-card-list {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.about-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 23.25rem;
  height: 20.5rem;
}

.about-image-wrapper.first {
  padding-top: 6px;
  transform: rotate(3deg);
}

.about-image-wrapper.second {
  margin-left: -5.625rem;
  transform: rotate(4deg);
}

.about-image-wrapper.third {
  margin-left: -4.375rem;
  transform: rotate(4deg);
}

.about-image {
  filter: grayscale();
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.section-story {
  overflow: hidden;
}

.team-bottom-content {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-about-header {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.story-tracker {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-top-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.story-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 34.625rem;
  height: 23.3125rem;
}

.team-highlight, .story-highlight {
  color: #fff;
  text-align: center;
  background-color: #262626;
  border-radius: 3.125rem;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
  box-shadow: 0 0 0 1px #fff3, inset 0 -.25px 1px #fff3, inset 0 1px 1px #616161, 0 3px 10px #0003;
}

.story-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 35.625rem;
  padding: .5rem .5rem 2.5rem;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.heading-style-h2-2 {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h2-2.center {
  margin-left: 0;
  margin-right: auto;
}

.heading-style-h2-2.left-align {
  color: #fff;
  text-align: left;
}

.heading-style-h2-2.r {
  line-height: 1.1;
}

.heading-style-h2-2.white {
  color: var(--white);
  text-align: center;
}

.about-header-component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.story-tracker-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.about-header-top-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-flow: column;
  width: 55%;
  display: flex;
}

.story-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 62%;
  display: flex;
}

.about-header-top-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story-image {
  filter: grayscale();
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.story-top-content-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 47rem;
  display: flex;
}

.team-image {
  filter: grayscale();
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.team-image-wrapper {
  border-radius: 1.875rem;
  width: 25.4375rem;
  height: 23.125rem;
  overflow: hidden;
}

.team-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.team-link-list {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-social-link-circle {
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.team-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.team-card-top-left-content {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.team-card-top-content {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-552 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top-left-radius: 1.875px;
  flex-flow: column;
  display: flex;
}

.div-block-552.right {
  margin-top: 140px;
}

.heading-style-h2-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h2-3.no-height {
  line-height: 1;
}

.clients-div {
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30.3125rem;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image {
  filter: grayscale();
  border-radius: 20px;
}

.fabout-header-bottom-content-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 88rem;
  margin-top: .625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fabout-image-card-list-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: none;
}

.section-2padding-section-medium-copy {
  padding-top: 3.75rem;
  padding-bottom: 0;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  display: grid;
}

.ggfeature-top-content-wrapper-copy {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  filter: invert();
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-height: 520px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.black-bg {
  background-color: #000;
  min-width: 100vw;
  margin-left: 0;
}

.fcontainer-large-copy {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  filter: invert();
  background-image: url('../images/-Homepage-hero---New-Idea-min.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 1030px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.div-block-553 {
  min-width: 60px;
  min-height: 550px;
}

.text-span {
  font-size: 30px;
  line-height: 1;
}

.text-span-2 {
  font-size: 39px;
}

.text-span-3 {
  color: #e94740;
  font-size: 69px;
}

.heading-style-h5-2 {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.prod-image-wraaper {
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 24.25rem;
}

.prod-image-wraaper.reverse {
  order: 9999;
}

.prod-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.prod-card-top-content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prod-image {
  border-radius: 1.5rem;
}

.prod-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.prod-card {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 8px solid var(--white);
  background-color: #f5f5f5;
  border-radius: 1.875rem;
  max-width: 1200px;
  padding: 1.875rem;
  text-decoration: none;
  transition: all .8s ease-in-out;
  display: flex;
  box-shadow: 0 0 20px #00000012;
}

.prod-card:hover {
  box-shadow: 0 2px 9px 6px #0000001f, 0 0 20px #00000012;
}

.text-size-regular-2 {
  color: #5d5d5d;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.text-size-regular-2.w--current {
  color: #080808;
}

.text-size-regular-2.text-color-black-800 {
  color: #262626;
}

.prod-category {
  color: #262626;
  background-color: #ededed;
  border-radius: 3.125rem;
  padding: .5625rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: .875rem;
}

.r-t li {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.r-t strong {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
}

.div-block-554 {
  margin-left: auto;
  margin-right: auto;
}

.section-news-header {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: hidden;
}

.section-news-header.hide {
  display: none;
}

.news-image-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.news-image-wrapper {
  flex: none;
  width: 100%;
  height: 20.5rem;
}

.news-image-wrapper.bg {
  filter: grayscale();
  background-image: url('../images/03.avif');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.news-image {
  filter: grayscale();
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.news-header-top-content-wrapper-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-header-component {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-flow: column;
  display: flex;
}

.news-header-bottom-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: .625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
  display: block;
}

._2-column-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid.no-gap-copy11 {
  width: 100%;
  margin-top: 58px;
  overflow: clip;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-2 {
  border-top: 1px solid #a0adbd;
  padding-top: 32px;
  padding-bottom: 32px;
}

.collection-item-2.no-margin {
  border-top-style: none;
  border-bottom: 1px #00000030;
  min-height: 516px;
}

.collection-item-2.no-margin.rv {
  min-height: auto;
}

.cta-component-small {
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-7 {
  width: 100%;
  text-decoration: none;
  display: block;
}

.rich-text-block {
  align-self: flex-start;
}

.rich-text-block.hide {
  display: none;
}

.feature-second-top-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 44.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.feature-card-overly {
  background-image: linear-gradient(#f5f5f500, #f5f5f5);
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
}

.section-feature.v2 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  overflow: visible;
}

.section-feature.v2.hide {
  display: none;
}

.heading-style-h2-4 {
  font-family: IbmplexMono Medium Custom, sans-serif;
  font-weight: 700;
}

.heading-style-h2-4.white {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #fff 3% 69%, #969696);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 41px;
}

.heading-style-h2-4.white.left {
  text-align: left;
  font-size: 40px;
  line-height: 1.2;
}

.heading-style-h2-4.white.f {
  background-image: radial-gradient(circle, #fff 3% 60%, #ffffff9c);
  font-size: 50px;
}

.heading-style-h2-4.white.fgg {
  font-size: 50px;
  line-height: 60px;
}

.feature-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
}

.feature-image.third {
  width: 89%;
  height: 90%;
}

.feature-second-bottom-content {
  grid-column-gap: 13rem;
  grid-row-gap: 13rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.feature-second-component {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.feature-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: #f5f5f5;
  border: 8px solid #fff;
  border-radius: 1.875rem;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 29.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.feature-card.hide {
  display: none;
}

.feature-image-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 24rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-image-wrapper.second {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 19rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.feature-card-content {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  max-width: 91%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.div-block-555 {
  display: flex;
}

.home-features-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 32.875rem;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.125rem;
}

.feature-image-1 {
  opacity: 0;
}

.section-home-features {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.section-home-features.hide {
  display: none;
}

.features-image-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-features-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.home-features-content-wrapper.is-second {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  height: 750dvh;
  margin-top: 12.5rem;
  margin-bottom: -60dvh;
}

.home-features-description-list {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  align-items: stretch;
}

.container-large-2 {
  width: 100%;
  max-width: 67rem;
  margin-left: auto;
  margin-right: auto;
}

.home-features-image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  max-width: 28.375rem;
  overflow: hidden;
}

.home-features-image {
  object-fit: cover;
  background-image: url('../images/bg-features-item_1bg-features-item.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 27.5rem;
  max-height: 27.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-features-card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: none;
}

.home-features-card.sticky {
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 50%;
  transform: translateY(-50%) !important;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-style-h2-6 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.feature-image-4 {
  opacity: 1;
}

.feature-image-4.is-cursor-1 {
  position: absolute;
  inset: 22% 15% auto auto;
}

.feature-image-4.is-cursor-2 {
  position: absolute;
  inset: auto 35% 22% auto;
}

.feature-image-5 {
  opacity: 0;
  object-fit: cover;
  flex: none;
  align-self: center;
  width: 100%;
  height: 100%;
  max-height: 22.5rem;
  position: absolute;
  inset: auto 0%;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-container {
  width: 100%;
  height: 80vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.scroll-wrap {
  align-self: flex-start;
  width: 100%;
  height: 400vh;
  display: flex;
  position: relative;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 9%;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  margin-left: 60px;
  display: flex;
}

.content-wrap.long {
  margin-left: 60px;
}

.feature {
  margin-bottom: 10vh;
}

.feature.hide {
  display: none;
}

.img-block {
  filter: grayscale();
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-block {
  width: 100%;
  padding-bottom: 33px;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
}

.step-block.hide {
  display: none;
}

.content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.heading {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  font-family: IbmplexMono Medium Custom, sans-serif;
  font-weight: 500;
  display: flex;
}

.image-99, .image-100, .image-101 {
  border-radius: 20px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.grid-3.hide {
  display: none;
}

.text-block-228 {
  font-size: 16px;
}

.image-102 {
  width: 100px;
}

.tag {
  color: var(--orange);
  width: 85%;
  font-family: Ibmplexmono Medium Custom, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.button-menu {
  background-color: var(--orange);
  color: var(--black);
  text-transform: none;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .8125rem 1.375rem;
  font-size: 14px;
  line-height: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.button-menu:hover {
  color: #fff;
}

.div-block-558 {
  display: none;
}

.header-bottom-card {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #f5f5f5;
  border: 4px solid #fff;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 3.125rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 20px #00000012;
}

.header-bottom-card.bottom {
  box-shadow: none;
  background-color: #fff0;
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  position: relative;
  top: 40px;
}

.header-bottom-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-560 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(72deg, #252f33, #0511178f 50%, #373d41);
  border: 1px solid #414141;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 336px;
  height: 67px;
  padding-left: 20px;
  display: flex;
}

.div-block-560.long {
  width: 417px;
}

.icon {
  background-image: url('../images/time.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 44px;
  height: 44px;
}

.icon._2 {
  background-image: url('../images/stack.avif');
}

.icon.small {
  background-image: url('../images/mouse.avif');
  background-size: contain;
  width: 30px;
  height: 30px;
}

.text-block-229 {
  color: var(--white);
  font-family: IbmplexMono Custom, Arial, sans-serif;
}

.div-block-561 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-562 {
  align-self: flex-end;
  margin-left: auto;
  text-decoration: none;
}

.text-block-230 {
  color: var(--white);
  font-family: IbmplexMono Light Custom, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block-563 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-231 {
  z-index: 3;
  color: var(--white);
  text-align: center;
  width: 90%;
  font-family: Ibmplexsans Light Custom, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  position: relative;
}

.text-block-231.left {
  text-align: left;
  width: 40%;
  font-size: 18px;
}

.div-block-565 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #111;
  border: 1px solid #444;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 950px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gradient {
  filter: blur(100px);
  background-image: linear-gradient(#ff7500 71%, #4b4b4b);
  border-radius: 1000px;
  width: 800px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% -21%;
}

.about-us-banner {
  margin-top: 10px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-566 {
  flex-flow: column;
  width: 900px;
  height: 350px;
  display: flex;
}

.card-container {
  background-image: radial-gradient(circle, #252f33, #051117b3 54%, #373d41);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 900px;
  height: 250px;
  min-height: auto;
  margin-top: -50px;
  padding: 40px;
  display: flex;
  overflow: visible;
}

.card-container.long {
  height: 310px;
  margin-top: -140px;
  padding-bottom: 80px;
}

.tag-circle {
  z-index: 3;
  background-color: var(--orange);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  margin-bottom: 0;
  padding: 10px 1.375rem;
  font-size: 12px;
  line-height: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tag-circle:hover {
  color: #fff;
}

.tag-circle.is-secondary {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  line-height: 120%;
}

.tag-circle.is-secondary:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.tag-text {
  color: var(--white);
  font-size: 20px;
  line-height: 1rem;
}

.tag-text.small {
  font-size: 14px;
}

.list {
  padding-left: 20px;
}

.r-t-copy3 li {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.r-t-copy3 strong {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
}

.text-block-232 {
  font-family: IbmplexMono Custom, Arial, sans-serif;
}

.div-block-567 {
  width: 100%;
  position: relative;
}

.image-103 {
  max-width: 80%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% 500px;
}

.image-104 {
  z-index: 1;
  max-width: 80%;
  display: block;
  position: relative;
  right: -500px;
}

.div-block-568 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 33px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-233 {
  color: var(--white);
}

.workstations {
  background-color: var(--black);
  border-top: 1px #000;
}

.banner-solution {
  background-color: var(--black);
  cursor: pointer;
  overflow: hidden;
}

.grid-4 {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin: 0;
  display: grid;
  position: relative;
  inset: auto 0% 0;
}

.div-block-569 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.text-block-234 {
  color: var(--white);
}

.icon-banner {
  background-image: url('../images/ai-white.svg');
  background-position: 0 0;
  background-size: auto;
  width: 60px;
  height: 60px;
}

.icon-banner.large {
  background-image: url('../images/23IT-Services-glyph.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 90px;
  height: 90px;
  margin-left: auto;
}

.icon-banner.f {
  background-color: #fff0;
  background-image: url('../images/-f.webp');
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
}

.icon-banner.fff {
  background-image: url('../images/rrIT-Services-glyph.webp');
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-570 {
  width: 50%;
  display: flex;
}

.div-block-571 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 0;
  display: block;
}

.scroll_section {
  color: #1c192b;
  height: 400vh;
  position: relative;
}

.scroll_wrap {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.scroll_item {
  z-index: 2;
  height: 100vh;
  display: flex;
  position: relative;
}

.scroll_card {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.scroll_card.hide {
  display: none;
}

.scroll_card-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.card_heading {
  font-size: 10em;
  line-height: 1.2;
}

.scroll_card-covar {
  max-width: 800px;
}

.button-2 {
  color: #fff;
  background-color: #1c192b;
  border: 1px solid #1c192b;
  padding: 10px 30px;
  transition: all .3s linear;
}

.button-2:hover {
  color: #000;
  background-color: #0000;
}

.grid-5 {
  grid-template-rows: auto;
  height: 100%;
}

.item_content {
  color: #292929;
  background-color: #edebeb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 2rem 2rem 4rem;
  display: flex;
}

.item_number {
  opacity: .8;
  font-size: 1.5rem;
}

.item_p {
  max-width: 26rem;
  margin-top: 1rem;
  font-size: 16px;
}

.item_p.f {
  max-width: 36.1rem;
  font-size: 18px;
  line-height: 20px;
}

.item_media {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100%;
  display: grid;
}

.r-t-black {
  margin-top: 1rem;
}

.r-t-black li {
  color: var(--black);
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 6px;
  font-size: 18px;
  line-height: 1.5;
}

.r-t-black strong {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
}

._3-cards-slide-section.hide {
  display: none;
}

.nitem_media-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-572 {
  background-color: #ff7503;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: #ffffff6b;
  -webkit-text-stroke-width: 1px;
  font-size: 110px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-bottom: 100px;
}

.grid-6.f {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.grid-6.f.ff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.grid-6.f.ff:hover {
  background-color: #fff0;
}

.grid-6.f.ff.gg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-image-div {
  background-image: url('../images/edit1.webp');
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 500px;
  box-shadow: 0 2px 20px 9px #0000001a;
}

.feature-image-div._2 {
  box-shadow: none;
  background-image: url('../images/flip1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
}

.feature-image-div._3 {
  box-shadow: none;
  background-image: url('../images/image-2-alpenX-square-image-logo-shape.webp');
  background-repeat: no-repeat;
  background-size: contain;
  height: 80vh;
}

.history-paragraph-copy3 {
  color: #6c6c6c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 24px;
}

.item_content-right {
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
}

.item_content-right.left {
  padding-left: 0;
}

.div-block-573 {
  z-index: 20;
}

.stats_image-wrapper {
  border-radius: 16px;
  display: none;
  overflow: hidden;
}

.margin-bottom, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.stats_texture {
  opacity: .5;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stats_texture.is-overlay-40 {
  opacity: .4;
  mix-blend-mode: overlay;
}

.stats_texture.is-overlay-40.hide {
  filter: blur(5px);
  display: none;
}

.stats_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.divider-horizontal {
  background-color: #153a43;
  width: 100%;
  height: 1px;
}

.heading-style-h5-3 {
  color: var(--orange);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.stats_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}

.stats_number {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.stats_item {
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.stats_item.background-color-vermillion {
  background-color: #d4d4d445;
}

.stats_item.background-color-blue {
  color: #fff;
  background-color: #d4d4d445;
}

.stats_item-content {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}

.r-t-copy3-white {
  min-width: 230px;
}

.r-t-copy3-white li {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.r-t-copy3-white strong {
  color: var(--orange);
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
}

.r-t-copy3-white.fff {
  min-width: 350px;
}

.card {
  background-color: #171717;
  border: 1px solid #0000;
  border-radius: 4px;
  transition: box-shadow .8s ease-in-out, border-color .8s ease-in-out;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, inset 0 0 #0000, inset 0 0 #0000, inset 0 0 #0000;
}

.card:hover {
  border-color: var(--black);
  box-shadow: 0 0 300px 20px black, 0 0 30px 4px var(--orange), 0 0 6px 1px var(--orange), inset 0 0 120px 10px black, inset 0 0 30px 4px black, inset 0 0 4px 1px black;
}

.card_content-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 2rem 1rem 2.7rem;
  display: flex;
  overflow: visible;
}

.card_image-wrapper {
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 200px;
  max-width: 200px;
  margin-top: auto;
  display: flex;
  position: static;
  inset: auto 9% auto auto;
}

.card_image-wrapper.smaller {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  min-width: 280px;
  margin-bottom: 0;
  display: flex;
  position: static;
  top: 91px;
  right: 20%;
}

.card_image-wrapper.ff {
  padding-top: 100px;
  position: static;
}

.card_image {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.card_image.absolute {
  border-radius: 20px;
}

.card_image.ff {
  width: 130%;
}

.card_image.vvvvv {
  position: relative;
  top: -54px;
  left: -43px;
}

.card_image-overlay {
  background-image: linear-gradient(90deg, #08080800, #141414a8 83%, #171717cc);
  display: none;
  position: absolute;
  inset: 0%;
}

.card_text-wrapper {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  display: flex;
}

.card_big-text {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
}

.card_small-text {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 400;
}

.div-block-574 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.text-block-235 {
  color: #fff;
}

.gradient-circle {
  filter: blur(100px);
  background-image: radial-gradient(circle, #000 38%, #ffffffd1 69%, #fff);
  border-radius: 1000px;
  width: 250px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.gradient-circle.v {
  width: 260px;
  top: 60%;
}

.div-block-575 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-565-opacity-0 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000021;
  border: 1px solid #4444442e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-236 {
  color: #929292;
  font-family: IbmplexMono Custom, Arial, sans-serif;
}

.text-block-236.white {
  color: #e7e7e7;
  text-align: center;
  font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
}

.div-block-576 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: block;
}

.div-block-577 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-577.img {
  background-image: url('../images/social.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
}

.fgrid-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.75fr;
  margin-bottom: 40px;
}

.ffitem_p-copy {
  text-transform: none;
  max-width: 39rem;
  margin-top: 1rem;
  font-size: 18px;
}

.vfeature-image-div-copy {
  background-image: url('../images/-vision.avif');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  width: 100%;
  height: 72vh;
  overflow: visible;
}

.vfeature-image-div-copy._2 {
  box-shadow: none;
  background-image: url('../images/-vision.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 260px;
}

.vfeature-image-div-copy._3 {
  background-image: url('../images/edit-2.webp');
}

.div-block-578, .div-block-579 {
  display: flex;
}

.ficon-banner-copy {
  background-image: url('../images/Small-Business-Growth-Glyph.webp');
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 60px;
}

.ficon-banner-copy.large {
  background-image: url('../images/ai-white.svg');
  background-position: 0 0;
  background-size: auto;
  width: 90px;
  height: 90px;
  margin-left: auto;
}

.paragraph {
  font-size: 18px;
}

.fdiv-block-575-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

._1card_content-wrapper-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
  overflow: visible;
}

.fgradient-circle-copy {
  filter: blur(100px);
  background-image: radial-gradient(circle, #000 38%, #ffffffd1 69%, #fff);
  border-radius: 1000px;
  width: 360px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto;
}

.fgradient-circle-copy.v {
  width: 260px;
  top: 60%;
}

.fr-t-copy3-white-copy {
  min-width: 240px;
  padding-right: 20px;
}

.fr-t-copy3-white-copy li {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.fr-t-copy3-white-copy strong {
  font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
}

._4padding-section-medium-copy {
  padding-top: 3.75rem;
  padding-bottom: 1.3rem;
}

._4paragraph-copy {
  color: var(--orange);
  font-size: 18px;
}

.fbutton-menu-copy {
  z-index: 30;
  box-sizing: border-box;
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-color: var(--orange);
  color: var(--black);
  text-transform: none;
  border-radius: 3.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .8125rem 1.375rem;
  font-size: 14px;
  line-height: 0;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
}

.fbutton-menu-copy:hover {
  color: #fff;
}

.div-block-580 {
  align-self: flex-end;
}

.div-block-580-copy {
  align-self: flex-end;
  margin-top: 13px;
}

.div-block-581 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 430px;
  min-height: 100%;
  position: absolute;
  inset: 9px -10% auto auto;
}

.div-block-582 {
  z-index: 1;
  background-image: linear-gradient(#fff0 50%, #000);
  min-width: 530px;
  max-width: 400px;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: -4vw;
}

.f {
  z-index: 3;
  background-color: var(--white);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  height: 2.625rem;
  margin-bottom: 0;
  padding: .8125rem 1.375rem;
  line-height: 0;
  text-decoration: none;
  transition: all .8s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f:hover {
  background-color: var(--black);
  color: #fff;
}

.f.is-secondary {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  line-height: 120%;
}

.f.is-secondary:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

.f.is-secondary-copy {
  box-shadow: none;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px #000;
  line-height: 120%;
}

.f.is-secondary-copy:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}

@media screen and (max-width: 991px) {
  .section-footer {
    padding-top: 5rem;
  }

  .cta-glass-image-wrapper {
    top: -2rem;
    left: -6.9125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .menu-button {
    padding: .5rem .5rem 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .feature-bottom-card {
    border-radius: 1.875rem;
    position: static;
  }

  .feature-bottom-card.second-card {
    height: 80vh;
  }

  .container-x-large {
    max-width: 100%;
  }

  .testimonial-top-content {
    width: 100%;
  }

  .padding-global {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .nav-menu {
    color: var(--black);
    background-color: #e5e5e5;
    padding: 1rem 1rem 2rem;
  }

  .testimonial-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .testimonial-slider {
    min-width: auto;
    padding-bottom: 6rem;
  }

  .cta-component {
    height: auto;
    padding: 2rem 1.25rem 7rem 1.875rem;
  }

  .process-bottom-content {
    height: auto;
  }

  .testimonial-nav {
    margin-bottom: 23px;
  }

  .process-top-content {
    width: 100%;
  }

  .testimonial-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding: 2rem 1.5rem;
  }

  .process-card-image {
    height: auto;
  }

  .footer-link-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    padding-right: 2.5rem;
  }

  .feature-bottom-content-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .trust-bottom-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .container-large {
    max-width: 100%;
  }

  .button {
    font-size: .875rem;
  }

  .button.is-secondary {
    margin: auto;
  }

  .button.is-secondary-copy {
    justify-content: flex-start;
    align-items: center;
    margin: auto;
  }

  .footer-component {
    padding: 1.875rem;
  }

  .section-header {
    padding-bottom: 2.5rem;
  }

  .header-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-line {
    background-color: var(--white);
    width: 1.5rem;
    height: 2px;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .trust-top-content {
    max-width: none;
  }

  .header-top-content-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .nav-link {
    color: var(--black);
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .nav-link:hover {
    color: var(--orange);
  }

  .nav-link.w--current {
    color: #000;
  }

  .nav-link.w--current:hover {
    color: var(--orange);
  }

  .process-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    height: auto;
    position: static;
  }

  .feature-bottom-image-wrapper {
    height: 25rem;
  }

  .feature-bottom-image-wrapper.second {
    border-radius: 1.875rem;
    height: 100%;
  }

  .prod-top-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .process-card.first {
    width: 100%;
    max-width: none;
    margin-left: 0;
    position: static;
    transform: none;
  }

  .process-card.third {
    max-width: none;
    margin-left: 0;
    position: static;
    transform: none;
  }

  .process-card.second {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    position: static;
    transform: none;
  }

  .process-card-list-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .navbar {
    padding: 1rem;
  }

  .page-lode {
    height: auto;
  }

  .cta-image {
    max-width: 80%;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .prod-bottom-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: static;
  }

  .section-process {
    padding: 2.5rem 1.875rem;
  }

  .cta-image-wrapper {
    width: 32.5rem;
  }

  .padding-section-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .header-top-card, .header-top-card.second {
    padding: 1rem 1.875rem;
  }

  .process-line-wrapper {
    display: none;
  }

  .feature-top-content-wrapper {
    width: auto;
  }

  .trust-image-wrapper {
    max-width: none;
    height: 100%;
  }

  .heading-style-h1.text-color-brand {
    max-width: 100%;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .prod-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .cta-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: 70%;
  }

  .feature-bottom-content {
    width: 100%;
  }

  .feature-bottom-content.relative {
    top: 40px;
  }

  .process-card-wrapper {
    width: auto;
  }

  .heading-style-h6 {
    letter-spacing: 1px;
  }

  .about-us-section, .product-section {
    border-radius: 1.875rem;
  }

  .div-block-551 {
    background-position: 50%;
    max-height: 148px;
  }

  .heading-11 {
    font-size: 18px;
  }

  .feature-content {
    width: auto;
  }

  .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-image-wrapper {
    max-width: 18rem;
    height: 16rem;
  }

  .team-bottom-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .section-about-header {
    padding-bottom: 2.5rem;
  }

  .story-tracker {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .story-component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .team-top-content {
    width: 100%;
  }

  .story-image-wrapper {
    max-width: none;
    height: auto;
  }

  .story-card {
    max-width: 23rem;
  }

  .about-header-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .about-header-top-content, .story-content {
    width: 100%;
  }

  .about-header-top-content-wrapper {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .story-top-content-wrapper {
    width: 100%;
  }

  .team-image-wrapper {
    width: auto;
    height: auto;
  }

  .team-card-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .clients-div {
    height: auto;
    padding: 2rem 1.25rem 2rem 1.875rem;
  }

  .section-2padding-section-medium-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ggfeature-top-content-wrapper-copy {
    width: auto;
  }

  .fcontainer-large-copy {
    max-width: 100%;
  }

  .heading-style-h5-2 {
    font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
    font-size: 1.25rem;
  }

  .prod-image-wraaper {
    max-width: none;
  }

  .prod-image-wraaper.reverse {
    order: -9999;
  }

  .prod-image {
    width: 100%;
  }

  .prod-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .prod-card {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
    height: 100%;
    padding: 1.25rem;
  }

  .div-block-554 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-news-header {
    padding-bottom: 2.5rem;
  }

  .news-image-wrapper {
    max-width: 18rem;
    height: 16rem;
  }

  .news-image-wrapper.bg {
    max-width: 100%;
  }

  .news-header-top-content-wrapper-copy, .news-header-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  ._2-column-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2-column-grid.no-gap-copy11 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2.no-margin {
    min-height: 472px;
  }

  .cta-component-small {
    height: auto;
    padding: 2rem 1.25rem 7rem 1.875rem;
  }

  .feature-page-lode {
    height: auto;
  }

  .feature-second-top-content {
    width: 99%;
  }

  .feature-card-overly {
    height: 60px;
  }

  .section-feature {
    border-radius: 1.875rem;
  }

  .section-feature.v2 {
    padding: 2.5rem 1.875rem;
  }

  .feature-second-bottom-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feature-second-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    height: auto;
  }

  .feature-card {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    height: 100%;
  }

  .feature-image-wrapper {
    height: auto;
  }

  .feature-image-wrapper.second {
    width: 100%;
    padding-top: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-card-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-features-description {
    max-width: 32.875rem;
  }

  .section-home-features {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-features-content-wrapper.is-second {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .home-features-image-wrapper {
    max-width: none;
  }

  .home-features-image {
    max-height: none;
  }

  .home-features-card {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features-card.sticky {
    display: none;
  }

  .heading-style-h2-6 {
    font-size: 2.25rem;
  }

  .feature-image-4.is-cursor-2 {
    top: 5px;
  }

  .scroll-container {
    overflow: visible;
  }

  .step {
    padding: 12%;
  }

  .step.long {
    padding: 5%;
  }

  .content-wrap {
    margin-top: 60px;
    margin-left: 0;
  }

  .content-wrap.long {
    width: 70%;
    margin-left: 0;
  }

  .feature {
    margin-bottom: 20vh;
  }

  .img-block {
    width: 50%;
  }

  .step-block {
    flex-flow: column;
  }

  .button-menu {
    font-size: .875rem;
  }

  .div-block-558 {
    display: block;
  }

  .div-block-559 {
    display: none;
  }

  .header-bottom-card, .header-bottom-card.bottom {
    padding: 1rem 1.875rem;
  }

  .div-block-560 {
    width: 230px;
  }

  .div-block-560.long {
    width: 246px;
  }

  .text-block-229 {
    font-family: Ibmplexsans Light Custom, Arial, sans-serif;
    font-size: 12px;
  }

  .div-block-561 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-231.left {
    width: 60%;
  }

  .about-us-banner {
    border-radius: 1.875rem;
  }

  .card-container {
    width: 600px;
  }

  .card-container.long {
    height: 520px;
    margin-top: -50px;
  }

  .tag-circle {
    font-size: .875rem;
  }

  .tag-circle.is-secondary {
    margin: auto;
  }

  .image-103 {
    max-width: 100%;
    left: 200px;
  }

  .image-104 {
    max-width: 100%;
    right: -200px;
  }

  .grid-4 {
    place-items: center start;
    position: relative;
    bottom: 0;
    left: 0;
  }

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

  .icon-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
  }

  .icon-banner.large {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  .icon-banner.f {
    background-color: #fff0;
  }

  .div-block-570 {
    width: 60%;
  }

  .div-block-571 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .card_heading {
    font-size: 6em;
  }

  .scroll_card-covar {
    max-width: 600px;
  }

  .feature-section {
    border-radius: 1.875rem;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-6.f {
    height: auto;
  }

  .feature-image-div {
    height: 350px;
  }

  .item_content-right.left {
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .stats_number {
    font-size: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .card_image-wrapper.smaller {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .card_image-wrapper.ff {
    justify-content: center;
    align-items: center;
  }

  .card_image {
    align-self: flex-end;
    max-width: 100%;
  }

  .card_image.ff {
    max-width: 300px;
  }

  .card_image.vvvvv {
    max-width: 70%;
    top: 0;
    left: 0;
  }

  .div-block-574 {
    grid-template-columns: 1fr 1fr;
  }

  .gradient-circle.v {
    top: auto;
  }

  .fgrid-6-copy {
    grid-template-columns: 1fr 1fr;
  }

  .vfeature-image-div-copy {
    height: 350px;
  }

  .ficon-banner-copy {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
  }

  .ficon-banner-copy.large {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
  }

  ._4padding-section-medium-copy {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fbutton-menu-copy, .f {
    font-size: .875rem;
  }

  .f.is-secondary {
    margin: auto;
  }

  .f.is-secondary-copy {
    justify-content: flex-start;
    align-items: center;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-footer {
    padding-top: 3.75rem;
  }

  .cta-glass-image-wrapper {
    top: -.5rem;
  }

  .feature-bottom-card.second-card {
    height: 50vh;
  }

  .testimonial-top-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-bottom-image.mobile {
    display: none;
  }

  .testimonial-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .testimonial-slider {
    padding-bottom: 5rem;
  }

  .cta-component {
    padding-left: 1.25rem;
  }

  .testimonial-nav {
    margin-bottom: 14px;
  }

  .testimonial-card {
    width: 100%;
  }

  .testimonial-right-arrow {
    bottom: 20px;
  }

  .container-large {
    flex-flow: column;
    padding-bottom: 0;
    display: flex;
  }

  .footer-component {
    padding: 1.5rem;
  }

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

  .header-top-content-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature-bottom-image-wrapper, .feature-bottom-image-wrapper.second {
    height: 18rem;
  }

  .process-card-list-wrapper {
    flex-flow: column;
    display: flex;
  }

  .testimonial-bottom-content-wrap {
    width: 100%;
  }

  .cta-image {
    max-width: 100%;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2rem;
  }

  .prod-bottom-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .section-process {
    padding: 1.875rem 1.5rem;
  }

  .cta-image-wrapper {
    width: 25rem;
  }

  .padding-section-medium {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .feature-top-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-style-h1.text-color-brand {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .testimonial-left-arrow {
    bottom: 16px;
  }

  .testimonial-slider-mask {
    width: 100%;
  }

  .footer-top-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .prod-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .heading-style-h6 {
    letter-spacing: .32px;
  }

  .div-block-551 {
    max-height: 300px;
  }

  .feature-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .about-image-wrapper {
    max-width: 14rem;
    height: 14rem;
  }

  .team-bottom-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .team-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-about-header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .team-top-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .story-top-content-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-card, .div-block-552 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .div-block-552.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .clients-div {
    padding-left: 1.25rem;
  }

  .section-2padding-section-medium-copy {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .ggfeature-top-content-wrapper-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .heading-style-h5-2 {
    margin-bottom: 0;
    font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  }

  .prod-image {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .prod-card {
    padding-top: .5rem;
  }

  .div-block-554 {
    flex-flow: column;
    display: flex;
  }

  .section-news-header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .news-image-wrapper {
    max-width: 14rem;
    height: 14rem;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.no-gap-copy11 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item-2.no-margin {
    min-height: 370px;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-component-small {
    padding-left: 1.25rem;
  }

  .section-feature.v2 {
    padding: 1.875rem 1.5rem;
  }

  .heading-style-h2-4.white.fgg {
    font-size: 30px;
    line-height: 39px;
  }

  .feature-second-bottom-content {
    flex-flow: column;
    display: flex;
  }

  .home-features-content-wrapper.is-second {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h2-6 {
    font-size: 2rem;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }

  .div-block-560, .div-block-560.long {
    width: 100%;
  }

  .div-block-561 {
    flex-flow: column;
  }

  .text-block-231 {
    width: 60%;
  }

  .card-container.long {
    width: 500px;
  }

  .div-block-567 {
    flex-flow: column;
    height: 500px;
    display: block;
  }

  .banner-solution {
    height: 480px;
  }

  .grid-4 {
    position: static;
  }

  .div-block-569 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .card_heading {
    font-size: 4em;
  }

  .scroll_card-covar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .r-t-black li {
    text-transform: none;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .grid-6.f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-6.f.ff {
    flex-flow: column;
    grid-template-columns: 1.75fr;
    padding-left: 0;
  }

  .grid-6.f.ff.gg {
    border-radius: 0;
    grid-template-columns: 2.5fr;
    overflow: visible;
  }

  .feature-image-div._2 {
    height: 300px;
  }

  .feature-image-div._3 {
    background-position: 100%;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .item_content-right {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-573 {
    flex-flow: column;
    display: block;
  }

  .stats_image-wrapper {
    border-radius: 8px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats_list {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .stats_image {
    border-radius: 8px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .stats_item {
    border-radius: 8px;
  }

  .card_image-wrapper.ff {
    padding-top: 0;
  }

  .card_image.vvvvv {
    top: 0;
    left: -44px;
  }

  .div-block-574 {
    grid-template-columns: 1fr;
  }

  .div-block-565-opacity-0 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .fgrid-6-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .vfeature-image-div-copy {
    height: 300px;
  }

  ._4padding-section-medium-copy {
    padding-top: 1.875rem;
    padding-bottom: 0;
  }

  .div-block-582 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-footer {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .cta-glass-image-wrapper {
    display: none;
    top: 12.4rem;
    left: -5.5125rem;
  }

  .feature-bottom-card {
    padding-bottom: 1.5rem;
  }

  .feature-bottom-card.second-card {
    height: 100%;
    padding-top: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 1.6rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-bottom-image.mobile {
    display: block;
  }

  .feature-bottom-image.desktop {
    display: none;
  }

  .nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: .5rem .5rem 1rem;
  }

  .author-social-media-link-wrap {
    width: 40px;
  }

  .cta-component {
    padding: 1.5rem 1rem 9rem;
  }

  .process-top-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .testimonial-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-link-list {
    flex-flow: column;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .feature-bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .trust-bottom-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .footer-social-link-circle {
    margin-left: auto;
    margin-right: auto;
  }

  .header-top-card-content {
    transform: none;
  }

  .testimonial-right-arrow {
    right: 20px;
  }

  .container-large {
    max-width: 100vw;
  }

  .button {
    background-color: var(--orange);
    color: var(--white);
    text-align: center;
    padding: .75rem .725rem;
    font-size: .8rem;
  }

  .button.is-secondary {
    width: 100%;
  }

  .button.is-secondary-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .footer-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 1rem;
  }

  .cta-button-wrapper {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .section-header {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/ai1.webp');
    background-position: 0 0, 56% 0;
    padding-top: 0;
    padding-bottom: 1.25rem;
  }

  .header-button-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    transform: none;
  }

  .header-top-content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-size-small {
    font-size: .75rem;
  }

  .nav-link {
    color: var(--black);
  }

  .nav-link:hover {
    color: var(--orange);
    font-family: Ibmplexsans Bold Custom, Arial, sans-serif;
  }

  .nav-link:focus {
    color: var(--orange);
  }

  .process-component {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .feature-bottom-image-wrapper {
    height: 11rem;
  }

  .feature-bottom-image-wrapper.second {
    height: auto;
  }

  .process-card-list-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer-social-link-wrapper {
    justify-content: space-between;
    width: 100%;
  }

  .cta-image {
    max-width: 80%;
  }

  .nav-logo-wrapper.w--current {
    padding-left: 0;
  }

  .padding-bottom.padding-large {
    padding-bottom: 1.5rem;
  }

  .section-process {
    padding: 1.25rem 1rem;
  }

  .cta-image-wrapper {
    width: 17.1rem;
  }

  .padding-section-medium {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .header-top-card {
    border-radius: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-top-card.second {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    transform: none;
  }

  .heading-style-h1.text-color-brand {
    max-width: 100%;
    font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 400;
  }

  .testimonial-left-arrow {
    left: 20px;
  }

  .header-component {
    margin-top: 0;
  }

  .nav-container {
    padding-left: 1rem;
    padding-right: 0;
  }

  .text-size-regular {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .footer-top-content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .button-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .button-text.small {
    font-size: .875rem;
  }

  .cta-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    width: 100%;
  }

  .feature-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .feature-bottom-content.relative {
    position: static;
  }

  .heading-style-h6.is-testimonial {
    letter-spacing: -1px;
    font-size: 1rem;
  }

  .text-size-medium {
    width: 100%;
    font-size: 18px;
  }

  .link-block-5 {
    min-width: 100%;
    max-width: 100%;
  }

  .div-block-551 {
    min-height: 190px;
    max-height: 150px;
  }

  .div-block-525 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-block-215, .text-block-216 {
    font-size: 15px;
  }

  .heading-11 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 18px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .about-image-wrapper {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .about-image {
    border-width: 5px;
    border-radius: 1.25rem;
  }

  .team-bottom-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .section-about-header {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .story-tracker {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .story-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-top-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .story-card {
    border-radius: 1.5rem;
    max-width: 18rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h2-2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7rem;
  }

  .about-header-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-header-top-content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .story-image {
    border-radius: 1.5rem;
  }

  .story-top-content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-card-content {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-social-link-circle {
    width: 2.5rem;
    height: 2.5rem;
  }

  .heading-style-h2-3 {
    font-size: 1.5rem;
  }

  .clients-div {
    padding: 1.5rem 1rem;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-2padding-section-medium-copy {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .grid-2 {
    grid-template-columns: minmax(200px, 1fr);
    display: flex;
  }

  .wrapper {
    background-image: linear-gradient(#ffffff82, #fffc), url('../images/-Homepage-hero---New-Idea-min.avif');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 1030px;
  }

  .div-block-553 {
    display: none;
  }

  .prod-image-wraaper {
    padding-top: 20px;
  }

  .prod-image-wraaper.reverse {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .prod-image {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .prod-card {
    padding: 1rem;
  }

  .text-size-regular-2 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .section-news-header {
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .news-image-card.no-margin {
    margin-bottom: 0;
  }

  .news-image-wrapper {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .news-image-wrapper.bg {
    width: 100%;
    height: 100px;
  }

  .news-image-wrapper.long {
    width: 100%;
  }

  .news-image {
    border-width: 5px;
    border-radius: 1.25rem;
  }

  .news-header-top-content-wrapper-copy {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .news-header-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .news-header-bottom-content.no-margin {
    margin-top: 0;
  }

  .collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  ._2-column-grid {
    min-width: 90vw;
    max-width: 300px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
  }

  ._2-column-grid.no-gap-copy11 {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .collection-item-2 {
    margin-bottom: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .collection-item-2.no-margin {
    justify-content: flex-start;
    align-items: center;
    min-height: 130px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .collection-item-2.no-margin.rv {
    margin-top: 20px;
  }

  .cta-component-small {
    padding: 1.5rem 1rem 9rem;
  }

  .feature-second-top-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .feature-card-overly {
    height: 40px;
  }

  .section-feature.v2 {
    padding: 1.25rem 1rem;
  }

  .heading-style-h2-4.white {
    text-align: left;
    max-width: 93%;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    line-height: 25px;
  }

  .heading-style-h2-4.white.left {
    margin-left: 0;
    font-size: 28px;
  }

  .heading-style-h2-4.white.fgg {
    text-align: center;
    background-image: linear-gradient(#ffffffb8, #ffffffb8), radial-gradient(circle, #fff 3% 69%, #969696);
    font-size: 20px;
    line-height: 24px;
  }

  .feature-second-bottom-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .feature-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-features-description {
    max-width: 20rem;
  }

  .text-size-xlarge {
    font-size: 1rem;
  }

  .section-home-features {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-features-content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home-features-image {
    min-height: 0;
    max-height: 19.8125rem;
  }

  .heading-style-h2-6 {
    font-size: 1.75rem;
  }

  .content-wrap.long {
    width: 90%;
    height: auto;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .image-102 {
    margin-left: auto;
    margin-right: auto;
  }

  .tag {
    font-size: 1rem;
  }

  .button-menu {
    text-align: center;
    padding: .75rem 1.125rem;
    font-size: .875rem;
  }

  .header-bottom-card {
    border-radius: 1.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-bottom-card.bottom {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    top: 20px;
    transform: none;
  }

  .header-bottom-card-content {
    transform: none;
  }

  .div-block-560 {
    width: 100%;
    padding: 10px;
  }

  .div-block-560.long {
    width: auto;
    padding: 10px;
  }

  .div-block-561 {
    flex-flow: column;
  }

  .div-block-562 {
    align-self: center;
    margin-left: 0;
  }

  .text-block-231 {
    text-align: left;
    width: 90%;
  }

  .text-block-231.left {
    width: 90%;
  }

  .div-block-565 {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-us-banner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-container, .card-container.long {
    width: 90%;
  }

  .tag-circle {
    text-align: center;
    padding: .75rem 1.125rem;
    font-size: .875rem;
  }

  .tag-text.small {
    font-size: .875rem;
  }

  .div-block-567 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .image-103 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: static;
    left: 0;
  }

  .image-104 {
    display: none;
    right: 0;
  }

  .div-block-568 {
    padding-left: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .workstations {
    padding-top: 60px;
  }

  .banner-solution {
    height: auto;
    overflow: visible;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    align-self: flex-start;
    place-items: center start;
    width: 100%;
    position: static;
    bottom: 114px;
  }

  .text-block-234 {
    font-size: 11px;
    line-height: 15px;
  }

  .icon-banner.f {
    min-width: auto;
  }

  .div-block-570 {
    width: 90%;
  }

  .div-block-571 {
    justify-content: center;
    align-items: stretch;
  }

  .card_heading {
    font-size: 3.5em;
  }

  .item_content {
    padding: 1rem;
  }

  .item_media.third {
    display: none;
  }

  .item {
    grid-template-columns: 1fr;
  }

  .r-t-black li {
    text-transform: none;
  }

  .nitem_media-copy.third {
    display: none;
  }

  .grid-6.f.ff {
    background-color: #ff741700;
    flex-flow: column;
    padding-right: 0;
  }

  .grid-6.f.ff:hover {
    background-color: #fff0;
    display: flex;
  }

  .grid-6.f.ff.gg {
    grid-template-columns: 1fr;
    min-width: 100%;
  }

  .feature-image-div {
    height: 300px;
  }

  .feature-image-div._2 {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-image-div._3 {
    height: 300px;
  }

  .item_content-right {
    padding: 1rem 1rem 1rem 0;
  }

  .div-block-573 {
    position: static;
    inset: auto 0% 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .stats_list {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-3 {
    margin-bottom: 0;
  }

  .stats_number {
    font-size: 3.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .r-t-copy3-white {
    min-width: auto;
  }

  .r-t-copy3-white li {
    margin-bottom: 2px;
  }

  .r-t-copy3-white.fff {
    min-width: 255px;
  }

  .card_image-wrapper.ff {
    order: 9999;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: auto;
    position: relative;
  }

  .card_image {
    max-width: 90%;
  }

  .card_image.ff {
    align-self: flex-start;
    max-width: 200px;
  }

  .div-block-574 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .gradient-circle {
    height: 160px;
  }

  .div-block-575 {
    grid-template-columns: 1fr;
  }

  .div-block-565-opacity-0 {
    padding-top: 40px;
    padding-bottom: 21px;
  }

  .text-block-236.white {
    font-family: Ibmplexsans SemiBold Custom, Arial, sans-serif;
  }

  .vfeature-image-div-copy {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .fdiv-block-575-copy {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._1card_content-wrapper-copy {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .fr-t-copy3-white-copy {
    min-width: 160px;
    max-width: 254px;
  }

  ._4padding-section-medium-copy {
    padding-top: 1.25rem;
    padding-bottom: 0;
  }

  .list-2, .list-3, .list-4, .list-5 {
    margin-top: 0;
  }

  .fbutton-menu-copy {
    text-align: center;
    padding: .75rem 1.125rem;
    font-size: .875rem;
  }

  .f {
    background-color: var(--orange);
    color: var(--white);
    text-align: center;
    width: auto;
    min-width: 139px;
    padding: .75rem .725rem .75rem .5rem;
    font-size: .8rem;
  }

  .f.is-secondary {
    width: 100%;
  }

  .f.is-secondary-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
  }
}

#w-node-_3dab8f5c-8d3b-ab9e-874c-3455cb24c67f-1eb0cc6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dab8f5c-8d3b-ab9e-874c-3455cb24c683-1eb0cc6a {
  align-self: end;
}

#w-node-e0a1eb8d-7ea0-58d0-7afe-992905b556ea-1eb0cc6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a59f3e26-2bc0-7d4c-4842-746cec665025-1eb0cc6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c46eedef-d44c-a9ec-2d54-4e9273c214c4-1eb0cc6a {
  justify-self: end;
}

#w-node-_337ddfc0-ed19-c1dd-990f-d62ae32631a6-1eb0cc6a, #w-node-_41a2570d-354b-bc6b-f574-4385991825cc-1eb0cc6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52d68bb4-140b-a7ac-063d-77a5900f74b1-1eb0cc6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3fe55db2-079b-7add-32ac-12b1445e1c6c-1eb0cc6a {
  justify-self: start;
}

#w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d4d-1eb0cc6a, #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d54-1eb0cc6a, #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d69-1eb0cc6a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3dab8f5c-8d3b-ab9e-874c-3455cb24c683-1eb0cc6a {
    justify-self: start;
  }

  #w-node-e0a1eb8d-7ea0-58d0-7afe-992905b556ea-1eb0cc6a {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-a59f3e26-2bc0-7d4c-4842-746cec665025-1eb0cc6a, #w-node-_337ddfc0-ed19-c1dd-990f-d62ae32631a6-1eb0cc6a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d4d-1eb0cc6a, #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d54-1eb0cc6a, #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d69-1eb0cc6a {
    grid-column: span 1 / span 1;
  }

  #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d03-1eb0cc6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba01b38d-f21f-80a7-3605-115fe4575e87-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575e91-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575e9b-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575eaf-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575eb0-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575eb7-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575ebe-1eb0cc6a {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0e73835a-1ba1-92e6-b49e-cfaf8f42b0c5-1eb0cc6a, #w-node-a59f3e26-2bc0-7d4c-4842-746cec665025-1eb0cc6a, #w-node-_337ddfc0-ed19-c1dd-990f-d62ae32631a6-1eb0cc6a, #w-node-_52d68bb4-140b-a7ac-063d-77a5900f74b1-1eb0cc6a {
    order: 9999;
  }

  #w-node-_3fe55db2-079b-7add-32ac-12b1445e1c6c-1eb0cc6a {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3dab8f5c-8d3b-ab9e-874c-3455cb24c67f-1eb0cc6a {
    justify-self: start;
  }

  #w-node-_08010e81-e2cb-24c1-fa25-d701a0e027ef-1eb0cc6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41a2570d-354b-bc6b-f574-4385991825cc-1eb0cc6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_770b1f54-a839-c3e9-4a61-3f666cc8374b-1eb0cc6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bd28bf8-7338-085a-5cad-bcd750b56d03-1eb0cc6a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ba01b38d-f21f-80a7-3605-115fe4575e87-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575e91-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575e9b-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575eaf-1eb0cc6a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba01b38d-f21f-80a7-3605-115fe4575eb0-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575eb7-1eb0cc6a, #w-node-ba01b38d-f21f-80a7-3605-115fe4575ebe-1eb0cc6a {
    order: -9999;
  }
}


@font-face {
  font-family: 'Ibmplexsans Custom';
  src: url('../fonts/IBMPlexSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Bold Custom';
  src: url('../fonts/IBMPlexSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans SemiBold Custom';
  src: url('../fonts/IBMPlexSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexsans Light Custom';
  src: url('../fonts/IBMPlexSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IbmplexMono Medium Custom';
  src: url('../fonts/IBMPlexMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IbmplexMono Custom';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IbmplexMono Light Custom';
  src: url('../fonts/IBMPlexMono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}