


:root {
  --global--font-family: "Helvetica Neue", sans-serif;
  --colors--text-black: #2f2b43;
  --colors--text-gray: #475467;
  --colors--text-gray-dark: #3B4758;
  --colors--brand-primary: #9747FF;
  --colors--Primary--Purple: Purple;
  --colors--brand-secondary: #F7B500;
  --colors--black: black;
  --colors--gray--dark: #474545;
  --container-sizing--container-large: 1280px;
  --container-sizing--container-padding-x-large: 40px;
  --container-sizing--container-padding-x-small: 16px;
  --container-sizing--container-full: 100vw;
  --colors--white: #fff;
  --colors--white-snow: Snow - White;
  --colors--brand-hover: #ecdeff;  
  --container-sizing--section-padding-y-large: 60px;
  --container-sizing--section-padding-y-medium: 60px;
  --container-sizing--section-padding-y-small: 40px;
  --colors--border: #eceae1;
  --colors--gray: #9f9a9a;
  --colors--border-invert: #ffffff1a; 
  --colors--light-gray: #f9fafb;
  --container-sizing--container-small: 1080px;
}
body{
      font-family: "Helvetica Neue", sans-serif !important; 
      padding-top: 68px;
}

.wf-700{
  font-weight: 700 !important;
}
.tx-purple{
  color: var(--colors--brand-primary) !important;
}
.img-br-bg{
border-radius: 12px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.italic{
  font-style: italic;
}
.mt-40px{
  margin-top: -100px !important;
}
.h-300px{
  height: 300px;
}
.w-105{
  width: 105% !important;
}
.mt-60px{
  margin-top: -60px !important;
}
.btn-width{
  width: 150px !important;
float: right;
margin-top: -2.5rem !important;

}
.float-right{
  float: right !important ;
}
.padding-0{
  padding: 0 0 0 0px !important;
}
.padding-0-t-b{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.wf-500{
  font-weight: 500 !important;
}
.wf-600{
  font-weight: 600 !important;
}
.wf-400{
  font-weight: 400 !important;
}
.wf-20px{
  font-size: 1.25rem !important;
}
.wf-28px{
  font-size: 1.75rem !important;
}
.wf-14px{
  font-size: 14px !important;
}
.wf-12px{
  font-size: 12px !important;
}
.wf-24px{
  font-size: 24px !important;
}
.wf-18px{
  font-size: 18px !important;
}
.wf-30px{
font-size: 1.875rem !important;
}
.wf-22px{
font-size: 1.375rem !important;
}
.wf-42px{
font-size: 2.625rem !important;
}
.wf-19px{
  font-size: 19px !important;
}
.mr-l-20px{
margin-left: -20px !important;
}
.mr-l-30px{
margin-left: -30px !important;
}
.p-text-section{
width: 80% !important;
}
.w-60{
width: 66% !important;
}
.w-82{
width: 82% !important;
}
.w-94{
width: 94% !important;
}
.p-text-section-100{
width: 100% !important;
}
.font-color{
  color: var(--colors--text-gray-dark) !important;
}
.font-color-gray{
  color: var(--colors--text-gray-dark) ;
}
.font-gray-dark{
  color: var(--colors--gray--dark) !important;
}
.font-color-white{
  color: var(--colors--white-snow) !important;
}
.font-color-white-text{
  color: var(--colors--white) !important;
}
.wf-text{
  align-items: start !important;
}
.wf-text-left{
  text-align: left !important;
}
.wf-text-center{
  text-align:center !important;
}
.gray-text{
color: #767B87  !important;
}
.margin-l-7{
  margin-left: 8% !important;
}
.margin-l-12{
  margin-left: 12% !important;
}
.margin-r-7{
  margin-right: 8% !important;
}
.m-l-7{
  margin-left: 8rem !important;
}
.padding-r-20{
  margin-right: 34px !important;
}
.margin-r-40{
  margin-right: 43% !important;
}
.margin-t-2{
  margin-top: -32% !important;
}
.l-height{
  line-height: 30px !important; /* 150% */
}
.d-block{
  display: block !important;

}
.p-16px{
  font-size: 1rem !important;
}
.p-18px{
  font-size: 18px !important;
}
@media screen and (max-width: 1024px) {
  .margin-r-40 {
    margin-right: 10% !important;
  }

  .margin-t-2 {
    margin-top: -15% !important;
  }
  .w-55{
  width: 100%;
}
  .w-60{
  width: 100%;
}
  .w-45{
  width: 100%;
}
}

/* Mobile landscape (≤ 768px) */
@media screen and (max-width: 768px) {
  .margin-r-40 {
    margin-right: 0% !important;
  }
.m-l-7{
  margin-left: 5rem !important;
}
  .margin-t-2 {
    margin-top: -15% !important;
  }
  .w-55{
  width: 90% !important;
}
  .w-60{
  width: 90% !important;
}
  .w-45{
  width: 90% !important;
}
}

.w-55{
  width: 60%;
}
.w-45{
  width: 45%;
}

/* Mobile portrait (≤ 480px) */
@media screen and (max-width: 480px) {
  .margin-r-40 {
    margin-right: 0% !important;
  }

  .margin-t-2 {
    margin-top: -5% !important;
  }
  .mt-40px{
  margin-top: -5px !important;
}
.mt-60px{
  margin-top: -6px !important;
}
.w-55{
  width: 100%;
}
.w-45{
  width: 100%;
}
.h-300px{
  height: 250px !important;
}
}
.btn-padding{
  padding: 8px 35px !important;
}

.margin-r-12{
  margin-right: 12% !important;
}

.padding-p-1{
  padding: 1rem !important;
}
.text-decoration{
  text-decoration: none !important;
}
.text-decoration:hover{
  text-decoration: none !important;
}
.light-gray{
      color: var(--Font-Gray-Light, #767B87) !important;
}
.text-black{
  color: var(--colors--black) !important;
}
.spacing-text {
  letter-spacing: 0.05em; /* Adjust as needed */
}

.image-width-80 {
  width: 100% !important;
  float: right !important;
  display: block !important; /* Ensures float behaves predictably */
}

.feature-list1 ul {
      list-style-type: disc;
      padding-left: 20px;
    }
.image-column-right-css{
  width: 464px !important;
height: 290px !important;
flex-shrink: 0;
aspect-ratio: 8/5;
border-radius: 20px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
box-shadow: 0 4px 60px 0 rgba(130, 67, 213, 0.15);
}
.wf-h3-36px-700{
  color: var(--colors--text-gray-dark);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.wf-h3-32px-700{
  color: var(--colors--text-gray-dark) !important;
font-size: 32px !important;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
}
.wf-p-20px-400{
  color: var(--colors--text-gray-dark) !important;

font-size: 20px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 33px !important; /* 165% */
/* letter-spacing: -0.3px; */
 letter-spacing: normal;
}
@media (max-width: 768px) {
  .wf-h3-36px-700 {
    /* font-size: 28px; */
  }

  .wf-h3-32px-700 {
    /* font-size: 24px !important; */
  }

  .wf-p-20px-400 {
    /* font-size: 16px !important; */
    line-height: 28px !important;
  }
}
.dash-line{
  font-weight: 700 !important;
  font-size: 24px;
}
/* .primary-outline-v4{
  background-color: white;
padding: 0.7rem 2.2rem !important;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 5px;
border: 1px solid #681C9A;
}
.btn-text-color{
  color: #681C9A!important;
} */
.t-underline{
  text-decoration: underline !important;
}
.a-decoration{
  text-decoration: none !important;
}
.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  font-family: var(--global--font-family);
  color: var(--colors--text-black);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  color: var(--colors--text-black);
  /* letter-spacing: -.2rem; */
 letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}

h1 span {
   color: var(--colors--brand-primary);
}

h2 {
  /* letter-spacing: -2px; */
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1.25;
}

h3 {
  /* letter-spacing: -1px; */
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}

h4 {
  /* letter-spacing: -.5px; */
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
}

h5 {
  /* letter-spacing: -.5px; */
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
}

h6 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

p {
  color: var(--colors--text-gray-dark);
  letter-spacing: -.25px;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}

a {
  color: var(--colors--brand-primary);
  font-size: 1rem;
  font-weight: 500;
}

ul, ol {
  color: var(--colors--text-gray-dark);
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 24px;
}

li {
  margin-bottom: 4px;
  line-height: 1.5;
}

blockquote {
  border-left: 5px solid var(--colors--brand-primary);
  margin-top: .4em;
  margin-bottom: 1em;
  padding: .4em 1em;
  font-size: 1rem;
  line-height: 1.1;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  color: var(--colors--text-gray-dark);
  text-align: left;
  margin-top: 5px;
  font-size: .875rem;
}
.color-purple{
  color: var(--colors--brand-primary) !important;
}

.section-hero {
  background-image: linear-gradient(0deg, #fff, #0000 20%), url('../images/hero_pattern.webp'), url('../images/hero_gradient.svg');
  background-position: 0 0, 50% 30%, 50% 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, contain, 120vw;
  flex-flow: column;
  justify-content: center;
  padding-top: 8vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: var(--container-sizing--container-large);
  padding-right: var(--container-sizing--container-padding-x-large);
  padding-left: var(--container-sizing--container-padding-x-large);
  width: 100%;
}

.container.full {
  max-width: var(--container-sizing--container-full);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container.auto {
  width: auto;
}

.banner-wrapper {
  color: var(--colors--white);
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.banner-text {
  text-align: center;
  max-width: 1200px;
  padding-top: 40px;
  font-size: 1.125rem;
  display: block;
}

.banner-text-link {
  color: var(--colors--brand-primary);
  font-size: 1.125rem;
  font-weight: 400;
}

.banner-text-link:hover {
  opacity: .8;
}

.hero-heading {
color: var(--colors--text-gray-dark);
/* font-family: "Helvetica Neue"; */
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 52px;
letter-spacing: -0.54px;
}

.hero-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.aboutus-hero-wrapper, .leca-hero-wrapper {
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-flow: column;
}

.hero-paragraph {
  color: var(--colors--text-gray-dark);
  /* max-width: 600px; */
  font-size: 1.25rem;
}

.hero-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.button {
  background-color: var(--colors--white);
  color: var(--colors--brand-primary);
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 5px;
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
   transition: all 0.2s ease-in;
  box-shadow: 0 1px 3px #0003, 0 -1px #2f2b431a;
}

.button:hover {
  background-color: var(--colors--gray);
}

.button.secondary {
  background-color: var(--colors--brand-secondary);
  color: var(--colors--text-black);
}

.button.secondary:hover {
  background-color: var(--colors--gray);
}

.button.primary-outline {
  background-color: white !important;
  color: var(--colors--brand-primary);
  border: 1px solid #9747FF;
  padding: 10px 24px;
      box-shadow: 0 1px 5px 0 #d3d3d3;
}

.button.primary-outline:hover {
  background-color: #ede6f7 !important;
  color: var(--colors--text-black);
}

.button.secondary.small {
  border-radius: 8px;
  padding: 6px 12px;
  font-size: .875rem;
}

.button.primary {
  z-index: 1;
  background-color: var(--colors--brand-primary);
  color: var(--colors--white);
  border-radius: 5px;

/* display: flex; */
height: 45px;
padding: 24px 26px;
justify-content: center;
align-items: center;
gap: 10px;
  transition: all 0.2s ease-in;
  letter-spacing: 1px;
}
.button.primary-white {
  z-index: 1;
  background-color: var(--colors--light-gray);
  color: var(--colors--text-black) !important;
  border-radius: 5px;

/* display: flex; */
height: 45px;
padding: 19px 32px;
justify-content: center;
align-items: center;
gap: 10px;
  transition: all 0.2s ease-in;
}
.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
a.button:hover .arrow-icon {
  transform: translateX(4px); /* Move arrow to the right */
}
a.button:hover {
    background-color: var(--colors--brand-hover);
  color: var(--colors--black) !important;
    }

    .arrow-icon path {
      stroke: #FFFDFD;
      transition: stroke 0.3s ease;
    }

    a.button:hover .arrow-icon path {
      stroke: var(--colors--black); /* Change to any color you want */
    }
    

.button.primary.small {
  border-radius: 8px;
  padding: 6px 12px;
  font-size: .875rem;
}

.timeline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-number-wrapper {
  z-index: 1;
  background-color: var(--colors--brand-primary);
  color: var(--colors--white);
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}


.timeline-title {
  max-width: 250px;
  margin-top: 16px;
  font-size: 1.25rem;
  font-weight: 600;
}

.timeline-subtitle {
  color: var(--colors--gray-5\<deleted\|variable-7f5b67de-ac63-e0a3-bf96-dc84ab47838d\>);
  width: 400px;
  max-width: 254px;
  font-size: 1.125rem;
}

.timeline-path {
  border-top: 2px solid var(--colors--brand-primary);
  width: 50%;
  height: 2px;
  position: absolute;
  inset: 20px 50% 0% auto;
}

.timeline-path.right {
  left: 50%;
  right: auto;
}

.section-faq {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.faq-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.faq-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.accordion-card {
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto 0;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.accordion-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 0;
  display: flex;
}

.accordion-title {
  color: var(--colors--text-black);
  flex: 1;
  font-size: 1.5rem;
}

.accordion-toggle {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.accordion-content {
  width: 100%;
  height: 0;
  margin-top: 12px;
  transition: max-height .4s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.accordion-content-text {
  color: var(--colors--text-gray-dark);
  font-size: 1.25rem;
}

.footer {
  background-color: var(--colors--white);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-upper-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer-row-title {
  font-size: 1.125rem;
  font-weight: 500;
}

.footer-link {
  color: var(--colors--text-gray-dark);
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-social-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer-social-link {
  border: 1px solid var(--colors--border);
  color: var(--colors--gray);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.footer-social-link:hover {
  color: var(--colors--text-black);
}

.copyright-text {
  color: var(--colors--text-black);
  font-size: 1.125rem;
}

.footer-upper {
  padding-top: var(--container-sizing--section-padding-y-medium);
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  place-items: center start;
  overflow: hidden;
}

.footer-description {
  color: var(--colors--text-gray-dark);
  max-width: 369px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer-lower {
  background-color: #fafafa;
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-link {
  color: var(--colors--text-gray-dark);
  white-space: nowrap;
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  color: var(--colors--text-black);
  background-color: #0000000d;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--colors--brand-primary);
}

.social-icon {
  color: inherit;
}

.accordion-wrapper {
  width: 100%;
}

.utility-heading-section {
  color: var(--colors--white);
  background-image: url('../images/hero_gradient.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120vw;
  padding-top: 30vh;
  padding-bottom: 20vh;
}

.utility-heading-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.font-name {
  font-size: 2rem;
}

.styleguide-color-name {
  font-size: 1.25rem;
  font-weight: 500;
}

.content-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.font-box {
  border: 2px none var(--colors--black);
  background-color: #e3e8f0;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 16px;
  display: flex;
}

.styleguide-color-description {
  color: var(--colors--text-gray-dark);
  font-size: 1rem;
}

.styleguide-color-block {
  background-color: var(--colors--brand-primary);
  border: 8px solid #e3e8f0;
  border-radius: 16px;
  width: 200px;
  height: 200px;
  margin-bottom: 16px;
}

.styleguide-color-block.black {
  background-color: var(--colors--black);
}

.styleguide-color-block.white {
  background-color: var(--colors--white);
}

.content-category {
  color: var(--colors--text-gray-dark);
}

.styleguide-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.content-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  padding-bottom: 80px;
  display: flex;
}

.styleguide-color-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.content-typography {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.font-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styleguide-content-color {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
}

.styleguide-color-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  justify-items: start;
  width: 100%;
  display: flex;
}

.styleguide-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-columns: .5fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.font-sample {
  margin-bottom: 0;
}

.utility-content-section {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
  position: relative;
}

.copyright-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

._404-section {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
  background-color: #0000;
}

._404-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

._404-heading {
  margin-bottom: 0;
  font-weight: 600;
}

._404-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.button-text {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text.secondary {
  color: var(--colors--black);
}

.hero-image {
  aspect-ratio: 1128 / 756;
  border-radius: 12px;
  width: 100%;
  height: auto;
  box-shadow: 0 4.15px 9.33px #272c3012, 0 0 0 1.04px #272c301a, 0 14.51px 41.47px #272c300d, 0 26.96px 31.1px -23.85px #272c301a, 0 21.77px 45.62px -41.47px #3f464b80;
}

.hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.hero-client-logo-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.hero-client-logo {
  flex: none;
  height: 48px;
}

.hero-badge-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--colors--white);
  color: var(--colors--text-black);
  border-radius: 50vh;
  justify-content: flex-start;
  align-items: center;
  padding: 6px;
  font-size: .875rem;
  line-height: 125%;
  text-decoration: none;
  display: flex;
}

.hero-badge-inner {
  background-color: var(--colors--gray-3\<deleted\|variable-eb06dc82-f689-4d90-3ff8-93325b637ade\>);
  border-radius: 50vh;
  padding-left: 8px;
  padding-right: 8px;
}

.button-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-image {
  width: 24px;
  height: 24px;
}

.section-benefit {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.section-heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.eyebrow {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--colors--border);
  background-color: #ffffff0d;
  border-radius: 50vh;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 6px 12px;
  display: flex;
}

.eyebrow.dark {
  border-color: var(--colors--border-invert);
  color: var(--colors--white);
}

.eyebrow-icon {
  color: var(--colors--brand-primary);
  width: 20px;
  height: 20px;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 0;
}

.section-description {
  color: var(--colors--text-gray-dark);
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 1300px;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 1.25rem;
  display: block;
}

.section-description.inverted {
  color: var(--text-dark\<deleted\|variable-6b48adf2-4c57-916d-e917-b82b997d8dbb\>);
  width: 1500px;
  display: block;
}

.benefit-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  
}

.benefit-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 10px #2333500a, 0 2px 4px #2333500a;
}

.benefit-icon {
  width: 40px;
  height: 40px;
}

.benefit-card-title {
  color: var(--colors--text-black);
  margin-bottom: 0;
  font-size: 1.25rem;
}

.benefit-description {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.section-flow {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.timeline-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.section-usp {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
  background-color: black;
  color: var(--colors--white);
}

.usp-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-top: 40px;
}

.usp-card {
  border: 1px solid var(--colors--border-invert);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #ffffff05;
  border-radius: 20px;
  width: 100%;
  height: 300px;
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
}

.usp-title {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.usp-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-testimonial {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--colors--border);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--colors--border);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colors--border);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--colors--border);
  object-fit: fill;
  border-radius: 24px;
  flex-flow: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-card:lang(en) {
  max-width: 100%;
}

.testimonial-logo {
  aspect-ratio: auto;
  height: 40px;
  max-height: 100%;
}

.testimonial-quote {
  flex: 1;
  min-height: 168px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.testimonial-author-photo {
  border-radius: 100%;
  width: 48px;
  height: 48px;
}

.testimonial-author-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-author-occupation {
  color: var(--colors--text-gray-dark);
  font-size: .875rem;
}

.testimonial-author-name {
  margin-top: 12px;
}

.faq-action-wrapper {
  justify-content: flex-end;
  max-width: 411px;
  display: inline-flex;
}

.faq-action-text {
  color: var(--colors--text-gray-dark);
}

.toggle-icon {
  color: inherit;
  position: absolute;
}

.toggle-icon.vertical {
  transform: rotate(90deg);
}

.toggle-line {
  color: inherit;
}

.cta-wrapper {
  padding: 24px;
}

.cta-card {
  background-color: black;
  color: var(--colors--white);
  background-image: url('../images/cta_pattern_right.svg'), url('../images/cta_pattern_left.svg');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px;
  display: flex;
}

.cta-heading {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 0;
}

.cta-description {
  color: var(--text-dark\<deleted\|variable-6b48adf2-4c57-916d-e917-b82b997d8dbb\>);
  max-width: 629px;
  margin-top: 16px;
}

.cta-logo {
  height: 30px;
}

.cta-form {
  margin-top: 40px;
  margin-bottom: 0;
}

.cta-form-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--colors--white);
  border-radius: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 445px;
  padding: 4px;
  display: flex;
  position: relative;
}

.cta-text-field {
  color: var(--colors--text-black);
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 150px;
  font-size: 1rem;
  position: absolute;
  inset: 0%;
}

.cta-text-field:focus {
  outline-offset: 0px;
  border: 1px #000;
  outline: 5px solid #ffffff4d;
}

.footer-logo {
  height: 48px;
}

.mega-logo-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  overflow: hidden;
}

.hero-client-logo-slide {
  box-sizing: border-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: contain;
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100vw;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.mega-logo-image {
  width: 100%;
  height: 50%;
  margin-left: -16px;
}

.hero-badge-text {
  color: var(--colors--text-black);
  font-weight: 400;
  position: static;
}

.hero-badge-icon {
  color: var(--colors--brand-primary);
  width: 16px;
  height: 16px;
}

.navbar {
  z-index: 100;
  background-color: #0000;
  width: 100vw;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.nav-island {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--colors--white);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  display: flex;
  box-shadow: 0 12px 36px #2f2b431f;
}

.nav-image-logo-gram {
  box-sizing: content-box;
  object-fit: contain;
  width: 120px;
  height: 32px;
}

.nav-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-image-logo-full {
  height: 32px;
  display: none;
}

.timeline-indicator-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.timeline-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.timeline-indicator-mask {
  position: absolute;
  inset: 0%;
}

.nav-button-wrapper {
  padding-left: 8px;
}

.hero-badge-icon-wrapper {
  justify-content: flex-end;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.section-global-hero {
  background-image: url('../images/hero_pattern.webp'), url('../images/hero_gradient.svg');
  background-position: 50% 30%, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 120vw;
  flex-flow: column;
  justify-content: flex-start;
  padding-top: 120px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-global-hero.no-background {
  background-image: none;
}

.global-hero-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.global-hero-heading {
  letter-spacing: -.05rem;
  max-width: 80%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 3.125rem;
  font-weight: 600;
}

.global-hero-heading.colorize {
  color: var(--colors--brand-primary);
}

.global-hero-paragraph {
  color: var(--colors--text-gray-dark);
  max-width: 70%;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.pricing-tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--colors--light-gray);
  border-radius: 6px;
  padding: 6px;
  display: flex;
}

.pricing-tab-link {
  color: var(--colors--text-gray-dark);
  background-color: #0000;
  padding: 10px 14px;
  font-size: 1rem;
  font-weight: 500;
}

.pricing-tab-link.w--current {
  background-color: var(--colors--white);
  color: var(--colors--text-black);
  border-radius: 6px;
  box-shadow: 0 1px 2px #1018280f, 0 1px 3px #1018281a;
}

.pricing-tabs-content {
  width: 100%;
  margin-top: 32px;
}

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.plan-card {
  background-color: var(--colors--white);
  text-align: left;
  border-radius: 16px;
  max-width: 500px;
  box-shadow: 0 4px 6px -1px #10182808, 0 12px 16px -4px #10182814;
}

.plan-name-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  display: flex;
}

.plan-name {
  color: var(--colors--text-gray-dark);
  font-size: 1.125rem;
  font-weight: 500;
}

.plan-chip {
  border: 1px solid var(--colors--brand-primary);
  color: var(--colors--brand-primary);
  background-color: #f9f5ff;
  border-radius: 10vh;
  padding: 4px 12px;
  font-size: .875rem;
}

.plan-heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.plan-pricing {
  letter-spacing: -2px;
  font-size: 3.75rem;
  font-weight: 600;
}

.plan-section {
  padding: 32px;
}

.plan-section.bordered {
  border-bottom: 1px solid var(--colors--border);
}

.plan-pricing-label {
  color: var(--colors--text-gray-dark);
  font-size: 1rem;
  font-weight: 500;
}

.plan-pricing-info {
  color: var(--colors--text-gray-dark);
  font-size: 1rem;
}

.plan-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.plan-content-subheading {
  margin-bottom: 4px;
  font-size: 1rem;
  font-weight: 600;
}

.plan-content-description {
  color: var(--colors--text-gray-dark);
  margin-top: 4px;
  margin-bottom: 16px;
  font-size: 1rem;
}

.plan-feature-checklist-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--colors--text-gray-dark);
  margin-bottom: 16px;
  font-size: 1rem;
  display: flex;
}

.checklist-icon {
  color: var(--colors--brand-primary);
  flex: none;
}

.plan-pricing-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.global-hero-eyebrow {
  color: var(--colors--brand-primary);
  font-size: 1rem;
  font-weight: 600;
}

.section-blogs.with-padding-bottom {
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.blog-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--colors--border);
  width: calc(100% - 336px);
  display: flex;
  overflow: auto;
}

.blog-content {
  overflow: visible;
}

.blog-tab-link {
  color: var(--colors--text-gray-dark);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  padding: 12px 4px;
  font-size: 1rem;
  font-weight: 500;
}

.blog-tab-link.w--current {
  border-bottom-color: var(--colors--brand-primary);
  color: var(--colors--text-black);
  background-color: #0000;
}

.blog-tab-pane {
  padding-top: 64px;
  padding-bottom: 64px;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--colors--text-black);
  flex-flow: column;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.blog-card-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.blog-card-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.blog-card-category {
  color: var(--colors--brand-primary);
  font-size: .875rem;
  font-weight: 600;
}

.blog-card-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

.blog-card-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-card-arrow-wrapper {
  flex: none;
  overflow: hidden;
}

.blog-card-summary {
  color: var(--colors--text-gray-dark);
  min-height: 4.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-card-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.blog-card-author-picture {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.blog-card-author-name {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.blog-card-published-date {
  color: var(--colors--text-gray-dark);
  font-size: .875rem;
  line-height: 1.3;
}

.blog-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 64px;
  flex-flow: wrap;
  display: flex;
}

.blog-collection-item {
  width: calc(33.3333% - 21.3333px);
}

.site-search {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.site-search-label, .site-search-button {
  display: none;
}

.site-search-input {
  color: var(--colors--text-black);
  border: 1px #000;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding: 0 12px 0 40px;
  font-size: 1rem;
}

.site-search-input:focus {
  outline-offset: 0px;
  outline: 4px solid #5161ff33;
}

.site-search-icon-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 12px;
}

.blog-search-wrapper {
  min-width: 320px;
  margin-top: 24px;
}

.blog-pagination {
  border-top: 1px solid var(--colors--border);
  margin-top: 40px;
  position: relative;
}

.blog-pagination-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors--text-black);
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
}

.blog-pagination-button.previous {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.blog-pagination-button.next {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-pagination-button-icon {
  width: 20px;
  height: 20px;
}

.section-blog-hero {
  padding-top: 120px;
  padding-bottom: var(--container-sizing--section-padding-y-large);
  overflow: hidden;
}

.blog-hero-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.blog-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors--brand-primary);
  background-color: #5161ff1a;
  border: 1px solid #b1b8ff;
  border-radius: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 4px 4px;
  font-size: .75rem;
  display: inline-flex;
}

.blog-badge-in-pill {
  background-color: var(--colors--white);
  border: 1px solid #e9d7fe;
  border-radius: 100vh;
  padding: 2px 8px;
}

.blog-badge-out-pill {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-hero-wrapper-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-hero-heading {
  margin-bottom: 0;
  font-size: 3.75rem;
}

.blog-hero-description {
  color: var(--colors--text-gray-dark);
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.blog-hero-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.blog-hero-author-avatar {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  width: 56px;
  height: 56px;
}

.blog-hero-author-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog-hero-published-date {
  color: var(--colors--text-gray-dark);
  font-size: 1rem;
  line-height: 1.3;
}

.blog-hero-image-cover {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.section-blog-content {
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.blog-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 64px;
  padding-right: 64px;
  display: grid;
}

.blog-body-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.blog-conclusion-card {
  background-color: #f9fafb;
  border-radius: 16px;
  padding: 32px;
}

.blog-conclusion-title {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.875rem;
  letter-spacing: -0.45px;


}

.blog-conclusion-body {
  color: var(--colors--text-gray-dark);
}

.blog-tags-wrapper {
  border-top: 1px solid var(--colors--border);
  padding-top: 24px;
  padding-bottom: 24px;
}

.blog-toc-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--colors--border);
  border-bottom: 1px solid var(--colors--border);
  flex-flow: column;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.blog-toc-title {
  color: var(--colors--brand-primary);
  font-weight: 500;
}

.blog-links-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.blog-link {
  border: 1px solid var(--colors--border);
  color: #98a2b3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: opacity .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.blog-link:hover {
  color: var(--colors--text-black);
}

.blog-link-icon {
  color: inherit;
}

.section-blog-latest-posts {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
  overflow: hidden;
}

.blog-latest-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-latest-heading-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.blog-latest-eyebrow {
  color: var(--colors--brand-primary);
  font-weight: 500;
}

.blog-latest-heading {
  margin-bottom: 0;
  font-size: 2.5rem;
}

.blog-latests-description {
  margin-bottom: 0;
}

.blog-slider-wrapper {
  margin-top: 40px;
}

.blog-slide {
  margin-left: 12px;
  margin-right: 12px;
}

.blog-slider-nav-button {
  border: 1px solid var(--colors--border);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: transform .1s;
  display: flex;
  inset: auto auto 0% 0%;
}

.blog-slider-nav-button:hover {
  color: #131313;
  background-color: #fff;
  transform: scale(1.05);
}

.blog-slider-nav-button:focus-visible, .blog-slider-nav-button[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.blog-slider-nav-button.right {
  margin-left: 88px;
}

.slide-nav {
  display: none;
}

.blog-slider-mask {
  margin-left: -12px;
  margin-right: -12px;
  overflow: visible;
}

.blog-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 80px;
}

.blog-slider-nav-icon {
  color: #667085;
}

.blog-tab-link-text {
  white-space: nowrap;
}

.related-tags-collection-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.blog-tag-chip {
  border-style: solid;
  border-width: 1px;
  border-radius: 10vh;
  padding: 2px 10px;
  font-size: .875rem;
  text-decoration: none;
}

.blog-tabs-wrapper {
  position: relative;
}

.blog-sort-dropdown {
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-sort-dropdown-toggle {
  border: 1px solid #d0d5dd;
  border-radius: 8px;
  width: 320px;
  padding: 10px 16px;
  display: flex;
}

.blog-sort-dropdown-list {
  background-color: var(--colors--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 36px #2f2b431f;
}

.blog-sort-dropdown-list.w--open {
  padding: 8px;
}

.blog-sort-dropdown-link {
  border-radius: 8px;
  padding: 8px 16px;
}

.blog-sort-dropdown-link:hover {
  background-color: var(--colors--gray-1\<deleted\|variable-bade3db8-bbc8-4ee3-0dac-45d924995c3b\>);
}

.blog-sort-dropdown-link.w--current {
  color: var(--colors--black);
}

.flow-inner-wrapper {
  position: sticky;
  top: 20vh;
}

.flow-outer-wrapper {
  min-height: 250vh;
}

.timeline-overlay {
  z-index: 1;
  background-color: var(--colors--white);
  opacity: 1;
  mix-blend-mode: overlay;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(0);
}

.text-span {
  font-size: inherit;
}

.blog-collection-empty-state {
  background-color: #0000;
}

.empty-state {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.empty-state-image {
  width: 100%;
  max-width: 600px;
}

.empty-state-content-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.empty-state-title {
  font-weight: 600;
}

.empty-state-message {
  color: var(--colors--text-gray-dark);
  font-size: .875rem;
}

.empty-state-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

._404-image {
  width: 100%;
  position: absolute;
}

._404-content-wrapper {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

._404-description {
  color: var(--colors--text-gray-dark);
  font-size: 1.25rem;
}

._404-search-wrapper {
  width: 480px;
  margin-top: 16px;
}

.section-search-result {
  padding-top: var(--container-sizing--section-padding-y-large);
  padding-bottom: var(--container-sizing--section-padding-y-large);
}

.search-result-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.search-result-link {
  color: var(--colors--text-black);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

.search-result-item {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  padding: 8px;
  display: flex;
}

.search-result-url {
  color: var(--colors--brand-primary);
}

.search-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.search-result-split {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.search-result-heading {
  font-weight: 600;
}

.copyright-link {
  color: var(--colors--text-black);
  font-size: inherit;
  text-decoration: none;
}

.copyright-link:hover {
  color: var(--colors--brand-primary);
}

.heading-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--colors--text-gray-dark);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-wrapper {
  border-bottom: 1px solid #e3e8f0;
  padding-bottom: 40px;
}

.heading-info-text {
  color: var(--colors--text-gray-dark);
  font-size: .875rem;
}

.changelog-content-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: start stretch;
}

.changelog-date {
  color: var(--colors--text-gray-dark);
}

.changelog-description-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #e3e8f0;
  padding-bottom: 16px;
}

.changelog-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.heading {
  margin-bottom: 0;
}

.licenses-content-row {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-bottom: 1px solid #e3e8f0;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  place-items: center stretch;
}

.liceses-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.ikonik-yq5tgi {
  color: #000;
}

.plan-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 40px;
  overflow: visible;
}

.blog-slide-collection-item {
  padding-left: 12px;
  padding-right: 12px;
}

.blog-slide-collection-list {
  margin-left: -12px;
  margin-right: -12px;
}

.navbar-lifter {
  margin-top: -24px;
}

.text-block {
  color: var(--colors--brand-primary);
  font-weight: 500;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--colors--text-gray-dark);
  font-weight: 500;
}
.section-choose-div span{
  color: var(--Neutrals-Gray-02, #3B4758);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.75rem;
  }

  .container {
    padding-right: var(--container-sizing--container-padding-x-small);
    padding-left: var(--container-sizing--container-padding-x-small);
  }

  .banner-wrapper {
    overflow: hidden;
  }

  .banner-text {
    white-space: nowrap;
    font-size: .875rem;
  }

  .banner-text-link {
    font-size: .875rem;
  }

  .hero-heading {
    max-width: 600px;
    /* font-size: 3.125rem; */
  }

  .hero-paragraph {
    max-width: 500px;
    font-size: 1rem;
  }

  .section-faq {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .footer-upper-wrapper {
    flex-flow: column;
    align-items: stretch;
    padding-bottom: 32px;
  }

  .footer-content {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .utility-heading-section {
    background-size: cover;
  }

  .utility-heading-wrapper {
    flex-flow: column;
  }

  .content-heading {
    position: static;
  }

  .styleguide-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1.75fr;
  }

  .styleguide-color-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .utility-content-section {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .hero-client-logo {
    height: 32px;
  }

  .section-benefit {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .section-heading {
    max-width: 600px;
  }

  .section-description {
    max-width: 500px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-flow, .section-usp {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .usp-wrapper {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .usp-card {
    max-width: calc(50% - 8px);
  }

  .usp-title {
    font-size: 1.5rem;
  }

  .section-testimonial {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .testimonial-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .testimonial-card {
    max-width: calc(50% - 8px);
  }

  .faq-action-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .mega-logo-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .faq-heading {
    text-align: center;
  }

  .nav-brand-link {
    flex: none;
  }

  .section-global-hero {
    background-size: contain, cover;
  }

  .global-hero-heading {
    max-width: 600px;
    font-size: 3.125rem;
  }

  .global-hero-paragraph {
    max-width: 500px;
    font-size: 1rem;
  }

  .plan-card {
    min-width: 400px;
  }

  .blog-menu {
    width: 100%;
  }

  .blog-tab-pane {
    padding-top: 120px;
  }

  .blog-collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
  }

  .blog-collection-item {
    width: calc(50% - 8px);
  }

  .section-blog-hero {
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .blog-hero-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-hero-heading {
    font-size: 3.125rem;
  }

  .blog-hero-image-cover {
    aspect-ratio: 1;
  }

  .section-blog-content {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .blog-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section-blog-latest-posts {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .blog-slider-nav-button {
    top: auto;
    bottom: 0%;
  }

  .blog-slider-mask {
    width: 100%;
  }

  .blog-slider {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .blog-sort-dropdown {
    inset: 80px auto auto 0%;
  }

  .empty-state-image {
    max-width: 100%;
  }

  .search-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .changelog-content-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1.75fr;
  }

  .licenses-content-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.75fr;
  }

  .plan-list {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.1rem;
    font-size: 2.25rem;
  }

  h2 {
    /* letter-spacing: -.1rem; */
    letter-spacing: normal;
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.45rem;
  }

  h4 {
    font-size: 1.15rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6, p {
    font-size: .875rem;
  }

  ul, ol {
    padding-left: 24px;
  }

  li {
    font-size: .875rem;
  }

  .container {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .banner-text {
    font-size: .875rem;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-paragraph {
    font-size: .875rem;
  }

  .timeline-number-wrapper {
    width: 24px;
    height: 24px;
    font-size: .75rem;
  }

  .timeline-title {
    font-size: .875rem;
  }

  .timeline-subtitle {
    font-size: .625rem;
  }

  .timeline-path {
    top: 12px;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .accordion-heading {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .accordion-content-text {
    font-size: .875rem;
  }

  .footer-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-row-title {
    font-size: 1rem;
  }

  .footer-link {
    font-size: .875rem;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .copyright-text {
    font-size: .8755rem;
  }

  .nav-link {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }

  .utility-heading-section {
    padding-top: var(--container-sizing--section-padding-y-medium);
    padding-bottom: var(--container-sizing--section-padding-y-medium);
  }

  .styleguide-color-name, .styleguide-color-description {
    font-size: .875rem;
  }

  .styleguide-color-block {
    width: 80px;
    height: 80px;
  }

  .content-category {
    font-size: .875rem;
  }

  .styleguide-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .styleguide-color-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .utility-content-section {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  ._404-section {
    padding: 60px 15px;
  }

  ._404-button-wrapper {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-image-wrapper {
    margin-top: 16px;
  }

  .hero-client-logo {
    height: 24px;
  }

  .section-benefit {
    padding-top: var(--container-sizing--section-padding-y-medium);
  }

  .section-heading-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .eyebrow-icon {
    width: 12px;
    height: 12px;
  }

  .eyebrow-text {
    font-size: .75rem;
  }

  .section-heading, .section-description {
    max-width: 400px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card {
    padding: 16px;
  }

  .benefit-icon {
    width: 32px;
    height: 32px;
  }

  .usp-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .usp-card {
    max-width: none;
  }

  .testimonial-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card {
    max-width: none;
  }

  .testimonial-quote {
    min-height: 100px;
    font-size: 1.125rem;
  }

  .testimonial-author-name {
    font-size: 1rem;
  }

  .faq-action-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 220px;
  }

  .faq-action-text {
    font-size: .875rem;
  }

  .cta-card {
    background-position: 500%, -150%;
    padding: 24px;
  }

  .cta-form {
    width: 100%;
  }

  .cta-text-field {
    padding-left: 16px;
    padding-right: 120px;
  }

  .footer-logo {
    height: 24px;
  }

  .navbar {
    margin-top: 64px;
  }

  .nav-island {
    padding: 6px 6px 6px 16px;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .nav-image-logo-gram {
    display: none;
  }

  .nav-menu {
    background-color: var(--colors--white);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 40px 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px #2f2b431f;
  }

  .nav-menu-button {
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: var(--colors--light-gray);
    padding: 12px;
  }

  .nav-image-logo-full {
    width: auto;
    display: block;
  }

  .nav-button-wrapper {
    margin-top: 24px;
    padding-left: 12px;
    display: flex;
  }

  .global-hero-paragraph {
    font-size: .875rem;
  }

  .plan-card {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .blog-card-summary {
    min-height: auto;
  }

  .section-blog-hero {
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .section-blog-content {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .blog-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .blog-conclusion-card {
    padding: 24px;
  }

  .blog-toc-wrapper, .blog-links-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-blog-latest-posts {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .blog-latest-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-slider-nav-button {
    border-radius: 8px;
    width: 36px;
    height: 36px;
  }

  .blog-slider-nav-button.right {
    margin-left: 0;
    inset: auto 0% 0% auto;
  }

  .blog-slider-mask {
    border-bottom: 1px solid var(--colors--border);
  }

  .blog-slider {
    padding-bottom: 48px;
  }

  ._404-image {
    display: none;
  }

  ._404-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  ._404-search-wrapper {
    width: 100%;
    margin-top: 0;
  }

  .search-result-link {
    font-size: 1.125rem;
  }

  .search-wrapper {
    grid-template-columns: 1fr;
  }

  .changelog-content-row, .licenses-content-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .ikonik-yq5tgi {
    display: none;
  }

  .hamburger-wrapper {
    flex-flow: column;
    justify-content: space-around;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .hamburger-line {
    background-color: var(--colors--black);
    border-radius: 100vh;
    width: 100%;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.line-1 {
    transform-origin: 0 0;
  }

  .hamburger-line.line-3 {
    transform-origin: 0 100%;
  }

  .blog-slide-collection-item {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-slide-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: var(--container-sizing--container-padding-x-small);
    padding-left: var(--container-sizing--container-padding-x-small);
  }

  .banner-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .banner-text {
    font-size: .75rem;
  }

  .hero-heading {
    /* font-size: 2.5rem; */
  }

  .hero-button-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .section-faq {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .accordion-title {
    font-size: 1.125rem;
  }

  .footer-upper {
    padding-top: var(--container-sizing--section-padding-y-small);
  }

  .nav-link {
    font-size: 1.25rem;
  }

  .content-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .25fr;
  }

  .font-box {
    width: 64px;
  }

  .content-category {
    font-weight: 400;
  }

  .styleguide-content-wrapper {
    grid-template-columns: 1fr;
  }

  .font-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .styleguide-color-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-benefit {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card-title {
    font-size: 1rem;
  }

  .benefit-description {
    font-size: .875rem;
  }

  .section-flow, .section-usp {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .usp-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-testimonial {
    padding-top: var(--container-sizing--section-padding-y-small);
    padding-bottom: var(--container-sizing--section-padding-y-small);
  }

  .cta-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-card {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-form-wrapper {
    min-width: auto;
  }

  .nav-island {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu {
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .timeline-content-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-collection-item {
    width: 100%;
  }

  .site-search, .blog-search-wrapper {
    width: 100%;
    min-width: auto;
  }

  .blog-hero-heading {
    font-size: 2.5rem;
  }

  .blog-hero-description {
    font-size: 1rem;
  }

  .blog-hero-author-wrapper {
    margin-top: 16px;
  }

  .blog-hero-author-name {
    font-size: 1rem;
  }

  .blog-hero-published-date {
    font-size: .875rem;
  }

  .blog-slide {
    max-width: 100%;
    margin-right: 0%;
  }

  .blog-slider-nav-button {
    width: 32px;
    height: 32px;
  }

  .blog-slider-nav-button.left {
    margin-right: 40px;
  }

  .blog-sort-dropdown, .blog-sort-dropdown-toggle, ._404-search-wrapper {
    width: 100%;
  }

  .heading-wrapper {
    padding-bottom: 16px;
  }

  .changelog-content-row, .licenses-content-row {
    grid-template-columns: 1fr;
  }
}

#w-node-_04f9ee46-57e2-b88e-5905-f6fff066b55c-f066b549, #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b569-f066b549, #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b574-f066b549, #w-node-_4c77421e-1ff5-2d94-78b0-a49c7c9a3228-f066b549, #w-node-fa8bda32-73ef-76b5-09be-31c7c2a00e65-f066b549, #w-node-_90fd3b98-333c-6412-db55-a94ad1dbeac7-f066b549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f2cd0ca9-2b1d-6b69-7a6f-b3902be6552a-2be65523 {
  justify-self: end;
}

#w-node-f2cd0ca9-2b1d-6b69-7a6f-b3902be6552f-2be65523 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_109347f2-15f1-d221-711e-89b5033fb3db-04845864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_109347f2-15f1-d221-711e-89b5033fb3e7-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb3f4-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb401-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb40e-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb41b-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb428-04845864 {
  justify-self: stretch;
}

#w-node-_109347f2-15f1-d221-711e-89b5033fb43c-04845864 {
  justify-self: start;
}

#w-node-_109347f2-15f1-d221-711e-89b5033fb43e-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb447-04845864, #w-node-_109347f2-15f1-d221-711e-89b5033fb450-04845864, #w-node-aee208a0-92a0-b80e-3575-f1896ec31f77-04845864 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c6ae75e-a70b-a5c5-8167-14fb72f966f4-04845869 {
  justify-self: end;
}

#w-node-_39e45ca6-6a1f-5135-df2b-f6c911f6da11-04845869 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f2cd0ca9-2b1d-6b69-7a6f-b3902be65526-2be65523 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2cd0ca9-2b1d-6b69-7a6f-b3902be6552a-2be65523 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_821bfacf-ab13-6e68-b6ef-24076dcbc0e9-04845869 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04f9ee46-57e2-b88e-5905-f6fff066b574-f066b549, #w-node-_4c77421e-1ff5-2d94-78b0-a49c7c9a3228-f066b549, #w-node-fa8bda32-73ef-76b5-09be-31c7c2a00e65-f066b549, #w-node-_90fd3b98-333c-6412-db55-a94ad1dbeac7-f066b549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c6ae75e-a70b-a5c5-8167-14fb72f966f4-04845869 {
    justify-self: start;
  }
}

.section-background {
  background-color: #FAFBFF !important;
}
.hero-paragraph {
color: var(--Neutrals-Gray-02, #3B4758);
text-align: center;
font-size: 20px !important;
font-style: normal !important;
font-weight: 400;
line-height: 33px; /* 150% */
letter-spacing: normal;
}
.dropdown {
  position: static;
}

.img-responsive {
  max-width: 100%;
}

hr {
  width: 10%;
  border-top: 3px solid #8C48E5;
  opacity: 1;
  margin: 0.5rem 0 1.5rem;
}

.dropdown-toggle::after{
  display: none;
}

.section-banner {
  background-color: var(--colors--black);
}

.section-spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-spacing-top {
  padding-top: 5rem;
}

.section-features-div {
  max-width: 90%;
  text-align: center;
  border-radius: 12px;
  padding-top: 32px;
  padding-right: 48px;
  padding-bottom: 32px;
  padding-left: 48px;
  box-shadow: 0px 4px 100px 2px #681C9A14;
  height: 100%;
}

.section-vision {
    background: #0A0E11;
    color: var(--colors--white);
    background-image: url(../images/hero_pattern2.png);
    background-position: 110%, 0%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    display: flex;
}

.section-vision-title {
  text-align: center;
}

.section-vision p, .section-video h4 {
  color: var(--colors--white);
}

.section-choose-div {
  max-width: 90%;
  text-align: center;
  border-radius: 12px;
  padding-top: 32px;
  padding-right: 48px;
  padding-bottom: 32px;
  padding-left: 48px;
  box-shadow: 0px 4px 100px 2px #681C9A14;
  height: 100%;
}


.section-choose-div img{
  padding-bottom: 1rem;
}

.section-video {
  background-image: url(../images/aboutus-video.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7rem;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
 .section-video  {
    padding: 1.2rem !important;
  }
}

/* .section-spacing-waas{
  border-radius: 20px;
  min-height: 303.254px;
flex: 1 0 0;
aspect-ratio: 167/89;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.58) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.section-waas {
  background-image: url(../images/jacqueline-waas.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
min-height: 303.254px;
flex: 1 0 0;
aspect-ratio: 167/89;
} */

.section-ohi-banner {
  background-image: url(../images/financial-advisor.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18rem;
      background-position: top;
  margin: 4rem 0 0;
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .section-ohi-banner {
    padding: 12rem;
  }
}

/* Small screens (phones) */
@media (max-width: 768px) {
  .section-ohi-banner {
    padding: 8rem;
  }
}

/* Extra small screens (small phones) */
@media (max-width: 480px) {
  .section-ohi-banner {
    padding: 8rem;
  }
}


.ohi-stats-div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.ohi-stats-button {
  background: linear-gradient(263.07deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%);
  color: transparent;
  background-clip: text;
  box-shadow: 0px 4px 100px 2px #E7A2D649;
  padding: 20px 35px;
  border-radius: 5px;
  font-size: 36px;
  font-weight: 700;
}

.ohi-stats-button:hover {
  box-shadow: 0px 4px 100px 2px #E7A2D680;
}

.section-ohi-info .col-md-6 {
  max-width: 90%;
}

.section-ohi-filler {
  position: absolute;
}
.section-ohi-filler1 {
  position: absolute;
  margin-top: -3%;
}

.section-ohi-one-pager {
  background-image: url(../images/OHI-One-Pager-Bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem;
  border-radius: 25px;
  color: white;
}

.marquee-container {
  position: relative;
  overflow: hidden;
  height: 95px;
  padding: 0 10px;
  margin-bottom: 25px;
}

.marquee-track {
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}


.marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 30px 28px;
  margin-right: 20px;
  color: #333;
  white-space: nowrap;
  /* box-shadow: 0 1px 5px 0 #681C9A0D; */
  white-space: nowrap;
  user-select: none;
    border-radius: 12px;
background: var(--Gray-White, #FFF);
box-shadow: 0 4px 14px 0 rgba(113, 19, 175, 0.05);
}

.section-leca-info {
  box-shadow: 0px 10px 50px 0px #0000001A;
  padding: 2.5rem;
  border-radius: 25px;
  max-width: 100%;
  margin: auto;
  z-index: 100;
  position: relative;
  background-color: white;
  margin-bottom: -7%;
}

.leca-info-div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: column;
}

.section-leca-study {
  padding-top: 10rem;
}

.section-leca-study img {
  float: left;
  width: 300px;
  max-width: 100%;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.section-leca-whitepaper {
  padding:  5rem 0 2.5rem;
}

.section-leca-contact {
  padding: 2.5rem 0;
}

.section-team {
  background-image: none;
  padding-bottom: 4vh;
}

.section-team-executive .card-icon {
  color: #3B4758;
  font-size: 24px;
  margin-right: 10px;
  text-decoration: none !important;
}

.section-team-executive .card-link {
  color: #3B4758;
  text-decoration: none;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}
@media (max-width: 767px) {
  .section-team-executive .card-link {
    float: left !important;
  }
}


.section-team-executive .card-text {
color: var(--Font-Gray-Light, #767B87);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
 margin-bottom: 1.5rem;
}

.section-team-executive .card-title {
 color: var(--Neutrals-Gray-02, #3B4758);
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
 margin-bottom: 0.4rem;
}

.modal-dialog {
  max-width: 800px;
}

.event-div {
  background-color: #F5F8FF;
  padding: 2rem 1.5rem;
  border-radius: 20px;
}

.event-div img {
  border-radius: 16px;
}

.events-link a{
  text-decoration: none;
  font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.arrow-animate a i {
  transition: all 0.2s ease-in;
  font-size: 12px;
  padding-left: 5px;
  margin-bottom: -2px;
}

.arrow-animate a:hover i {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.event-div h6:last-of-type {
  color: #767B87;
}
.event-div h6{
  color: #3B4758;
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.3px;

}
.event-div p{
color: #3B4758;
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
letter-spacing: -0.27px;

}

.contact-us-main .contactCardDiv{
  border-radius: 20px;
  background-color: white;
  margin-bottom: 2rem;
  padding: 2rem;
}

/* .cardBorder {
  box-shadow: 0px 4px 50px 0px #681C9A0D;
  border: 1px solid #8243D5;
  background-color: #F5F8FF;
} */

.contactCardDiv.cardBorder i {
  color: #8243D5;
}

#TechnicalSupportSection, #BillingSection {
  display: none;
}

.contact-form {
  background-color: white;
  padding: 2rem 0;
  border-radius: 20px;
}
/* Hide dark images by default */
.contactCardDiv .img-dark {
  display: none;
}

/* Show light images by default */
.contactCardDiv .img-light {
  display: inline-block;
}

/* When card is active, switch visibility */
.contactCardDiv.active .img-dark {
  display: inline-block;
}

.contactCardDiv.active .img-light {
  display: none;
}
.contactCardDiv.active {
  box-shadow: 0px 4px 50px 0px #681C9A0D;
  border: 1px solid #8243D5;
  background-color: #F5F8FF;
}


footer {
  background: #2a2a2a;
  padding-top: 20px;
  padding-bottom: 20px;
}

footer * {
  color: #fff;
  font-size: 16px;
}

footer ul {
  padding: 0;
  list-style-type: none;
}

footer ul li {
  text-decoration: none;
  margin-bottom: 5px;
}

footer a:hover,
footer i:hover {
  text-decoration: none;
  color: #f7b500;
}

.footerItems div {
  padding-top: 1.5rem;
}
.footerItems a {
line-height: 1.5 !important;
}


.footerItems h6 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 18px;
  color: #f7b500;
}

.footerItems p {
  display: flex;
}

.footerInfo a {
  color: #fff;
  text-decoration: none !important;
}

.footerItems2 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.footerCopy {
  text-align: left;
}

.footerInfo {
  padding-right: 5rem;
  padding-top: 1.5rem;
}

.footerInfo img {
  max-width: 100%;
}

.footerInfo h6 {
  color: #f7b500;
  font-size: 20px;
}

.footerInfo i {
  margin-right: 15px;
}

.footerSocial i {
  font-size: 25px;
}

.socialDiv {
  padding-top: 0 !important;
}

/* SIkka_prime page */


.sikka-prime-image img{
  border-radius: 20px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
box-shadow: 0 4px 60px 0 rgba(151, 71, 255, 0.10);
position: relative ;
/* margin-top: 10px; */
width: 85%;
}
.sikka-prime-image {
  text-align: center !important;
}


.hero-heading-h2{
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 162.5% */
/* letter-spacing: -0.48px;
 */
 letter-spacing: normal;
}
.hero-heading-h2 span{
color: var(--colors--brand-primary);
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 162.5% */
/* letter-spacing: -0.48px; */
 letter-spacing: normal;
}
@media (max-width: 768px) {
  .hero-heading-h2 {
    /* font-size: 26px; */
    line-height: 42px;
    /* letter-spacing: -0.4px; */
     letter-spacing: normal;
  }
}

@media (max-width: 480px) {
  .hero-heading-h2 {
    /* font-size: 22px; */
    line-height: 36px;
    letter-spacing: -0.3px;
  }
}
.grid-card-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* 3 cards in one row on large screens */
  gap: 24px;
  padding-top: 20px;
}

.benefit-card_layout {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
  display: flex;
  padding: 32px 48px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;

}

/* Hover Effect */
.benefit-card_layout:hover {
 
  box-shadow: 0 8px 120px 4px rgba(104, 28, 154, 0.15); /* deeper shadow */
}



.benefit-card_layout-title{
  color: var(--Neutrals-Gray-02, #3B4758);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
}
.benefit-description{
color: var(--Neutrals-Gray-02, #3B4758);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
}

.insurance_verification h3{
  color: var(--colors--text-gray-dark);
font-size: 24px;
font-style: normal;
font-weight: 700;

/* letter-spacing: -0.36px; */
 letter-spacing: normal;

}
.insurance_verification h2{
  color: var(--colors--text-gray-dark);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 173.333% */
/* letter-spacing: -0.45px; */
 letter-spacing: normal;
}
.insurance_verification p {
  /* existing styles */
  color: var(--Neutrals-Gray-02, #3B4758);
  width: 75%;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* letter-spacing: -0.3px; */
   letter-spacing: normal;

  /* new styles to center */
  margin: 0 auto;          /* centers horizontally */
  justify-content: center; /* centers content inside flex */
  text-align: center;      /* centers text if not in flex row */
}

.insurance_verification h3 span{
  color: var(--colors--brand-primary);
}
.insurance_verification_layout{

width: 100%;
padding: 32px;
align-items: flex-start;
gap: 24px;
border-radius: 12px;
background: var(--Gray-White, #FFF);
box-shadow: 0 4px 50px 0 rgba(104, 28, 154, 0.05);

}
.insurance_verification_layout:hover{
  
  width: 100%;
  padding: 32px;
  align-items: flex-start;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #8243D5;
  background: #F5F8FF;
  box-shadow: 0 4px 50px 0 rgba(104, 28, 154, 0.05);
}
.insurance_verification_layout.active {
  border: 1px solid #8243D5 !important;
  background: #F5F8FF;
  box-shadow: 0 4px 50px 0 rgba(104, 28, 154, 0.05);
}


.insurance_verification_layout1{

width: 100%;
padding: 2px;
align-items: flex-start;
gap: 24px;
border-radius: 12px;

}
.insurance_verification_layout-title{
color: var(--Font-Gray-Dark, #474545);
font-size: 1.5rem;
padding-left: 3rem;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
display: block;
}
.insurance_verification_layout-title1{
color: var(--Font-Gray-Dark, #474545);
font-size: 1.5rem;
padding-left: 2rem;
/* margin-top: -1.7rem; */
font-style: normal;
font-weight: 500;
line-height: 28px; /* 116.667% */
display: block;
}
@media screen and (max-width: 600px) {
  .insurance_verification_layout-title {
/* font-size: 1.1em;
padding-left: 1.4rem; */
  }
   .insurance_verification-description{
/* font-size: .775rem !important;
padding-left: 1.4rem !important; */
  }
 
.insurance_column_right img{
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically */
width: 100%;
height: 100%;
                   /* full viewport height */

}
.insurance_img_wrapper img {
 width: 35px !important;
 height: 35px !important;

    margin-left: -15px;
  transition: opacity 0.3s ease;
}
.hero-paragraph{
        /* font-size: 1rem !important; */
}
.timeline-title1{
   font-size: 1.2rem !important;
}
.timeline-subtitle1{
   font-size: 1rem !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .insurance_verification_layout-title {
font-size: 1.2em;
padding-left: 2rem;
  }
   .insurance_verification-description{
/* font-size: .875rem !important; */
padding-left: 1.4rem !important;
padding-right: -4rem;
  }
  .insurance_img_wrapper img {
 width: 35px !important;
 height: 35px !important;

    margin-left: -15px;
  transition: opacity 0.3s ease;
}
.insurance_column_right img{
  display: flex;
  justify-content: center;  /* centers horizontally */
  align-items: center;      /* centers vertically */
width: 100%;
height: 100%;
                   /* full viewport height */

}
}
.insurance_verification-description{
color: var(--Font-Gray-Light, #767B87);
padding-left: 3rem;
padding-right: 1rem;
font-size: 1.1rem;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
display: block;
}
.insurance_verification-description1{
color: var(--Font-Gray-Light, #767B87);
padding-left: 2rem;
margin-top: 0.4rem;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
.insurance_verification_layout img{
  border-radius: 4px;
background: var(--Highlights, #F5F8FF) ;
}
.insurance_column_right {
    align-items: flex-start;
    justify-content: center;
    display: flex
;
    flex-flow: column;          /* full viewport height */

}
.insurance_column_right img{
    align-items: flex-start;
    justify-content: center;
    display: flex
;
    flex-flow: column;        /* centers vertically */
max-width: 525px;
max-height: 252px;

aspect-ratio: 83/40;                      /* full viewport height */

}

.insurance_img_wrapper img {
  position: absolute;

    margin-left: -15px;
  transition: opacity 0.3s ease;
}
.insurance_img_wrapper img.hover {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.insurance_img_wrapper img.default {
  opacity: 1;
  transition: opacity 0.2s ease;
}

/* Show hover icon + hide default when card is hovered OR active */
.insurance_verification_layout:hover .insurance_img_wrapper img.hover,
.insurance_verification_layout.active .insurance_img_wrapper img.hover {
  opacity: 1;
}

.insurance_verification_layout:hover .insurance_img_wrapper img.default,
.insurance_verification_layout.active .insurance_img_wrapper img.default {
  opacity: 0;
}
.ai-tool-div{
  background-image: url(../images/hero_gradient.svg);
}
.bootom-inline-images img{
  width: 200px;
aspect-ratio: 25/8;
/* padding-left: 30px; */
}

/* ABOUT____US____________________________________________________________________________________________________> */

.section-our-vision{
  background-image: url(../images/hero_pattern.webp);
}
.timeline-title1 {
color: #FFF;
text-align: center;

font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 127.273% */
}

.timeline-subtitle1 {
color: #E3E3E3;
text-align: center;

font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 165% */
/* letter-spacing: -0.3px; */
 letter-spacing: normal;
}
.animation_section_layout{
  display: flex;
max-width: 255px;
flex-direction: column;
align-items: center;
gap: 12px;
}

/* DENTAL PAGE_____________________________________________________*/


.hero-heading-h1 {
  color: var(--colors--text-gray-dark);
  font-size: 2.25rem; /* default for large screens */
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
  /* letter-spacing: -0.54px; */
   letter-spacing: normal;
}
.hero-heading-h4 {
  color: var(--colors--text-gray-dark);

font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 185.714% */
/* letter-spacing: -0.42px; */
 letter-spacing: normal;
}
.hero-heading-p{
  color: var(--colors--text-gray-dark);
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
/* letter-spacing: -0.3px; */
 letter-spacing: normal;
}
/* Small devices (phones, less than 600px) */
/* @media (max-width: 599px) {
  .hero-heading-h1 {
    font-size: 1.5rem;
    line-height: 36px;
  }
  .hero-heading-p{
        font-size: 1rem;
  }
   .hero-heading-h4 {
    font-size: 20px;
    line-height: 32px;
  }
} */

/* Medium devices (tablets, 600px to 899px) */
/* @media (min-width: 600px) and (max-width: 899px) {
  .hero-heading-h1 {
    font-size: 1.75rem;
    line-height: 42px;
  }  .hero-heading-p {
    font-size: 1.125rem;
    line-height: 27px;
  }  .hero-heading-h4 {
    font-size: 24px;
    line-height: 44px;
  }
} */

/* Large devices (desktops, 900px to 1199px) */
/* @media (min-width: 900px) and (max-width: 1199px) {
  .hero-heading-h1 {
    font-size: 2rem;
    line-height: 48px;
  }
    .hero-heading-p {
    font-size: 1.2rem;
    line-height: 29px;
  }
  .hero-heading-h4 {
    font-size: 26px;
    line-height: 48px;
  }
} */

/* Extra large devices (1200px and up) */
/* @media (min-width: 1200px) {
  .hero-heading-h1 {
    font-size: 2.25rem;
    line-height: 52px;
  }
    .hero-heading-p {
    font-size: 1.25rem;
    line-height: 30px;
  }
    .hero-heading-h4 {
    font-size: 28px;
    line-height: 52px;
  }
} */
.image-wrapper-dental {
  /* margin-left: 5%; */
  margin-top: 15px;
}

.responsive-img {
  width: 100%;
  height: auto;
  max-width: 464px;
  max-height: 360px;
  border-radius: 16px;
  background: url('<path-to-image>') lightgray -77px -0.333px / 116.595% 100.185% no-repeat;
  box-shadow: 0 4px 60px 0 rgba(130, 67, 213, 0.15);
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .image-wrapper-dental {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .responsive-img {
    max-width: 100%;
    max-height: none;
  }
}
.bottom-inline-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px; /* controls spacing between images */
  padding-left: 40px; /* left space for the whole group */
}
.bottom-inline-images2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px; /* controls spacing between images */
  padding-left: 60px; /* left space for the whole group */
}

.bottom-inline-images img {
  height: auto;
  max-height: 80px; /* You can adjust this */
  width: auto;
  max-width: 134px; /* Adjust if needed */
  object-fit: contain;
}

/* Responsive behavior */
@media (max-width: 768px) {
  .bottom-inline-images {
    justify-content: center;
    gap: 20px;
    padding-left: 0;
  }

  .bottom-inline-images img {
    max-height: 60px;
    max-width: 140px;
  }
}


.feature-list {
  list-style: none;
  padding: 0;
  /* margin: 0 0 32px; */
  margin-top: -2rem;
}
.feature-list li {
font-size: 16px;
font-style: normal;
font-weight: 400;
/* line-height: normal; */
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.checkmark {
  color: #6558F5;
  font-size: 18px;
  margin-right: 12px;
  line-height: 1;
}

.explore-btn {
color: #3B4758;
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 400;
width: 130px;
text-decoration: none;
line-height: normal;
display: flex;
padding: 6px 10px 6px 16px;
align-items: center;
gap: 4px;
border-radius: 20px;
border: 1px solid #3B4758;
}
.explore-btn svg {
  transition: transform 0.3s ease;
}

.explore-btn:hover {
  background-color: var(--colors--brand-primary);
  color: white;
border: 1px solid var(--colors--brand-primary);
}

.explore-btn:hover svg path {
  stroke: white;
}

.explore-btn:hover svg {
  transform: translateX(5px);
}


.sub-info {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  padding-left: 20px;
  transition: background 0.3s;
}
.sub-info:last-of-type {
  margin-bottom: 0;
}

.sub-info:hover .line,
.sub-info.in-view .line {
  background-color: #6558F5;
  height: 100%;
}
.sec_left-1 {
  border-left: 3px solid #8D5CE3;
  padding-left: 20px;
  transition: border-color 0.3s;
}

.sec_left-2 {
  border-left: 3px solid #D9D9D9;
  padding-left: 20px;
  transition: border-color 0.3s;
}

.sec_left-2:hover {
  border-left: 3px solid #8D5CE3;
}

.order-md-8 p{
  color: #3B4758;
text-align: left;
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
/* line-height: normal; */
}
.order-md-8 h3{
  color: #3B4758;
font-size: 1.5rem;
font-style: normal;
font-weight: 500;
line-height: normal;
}
@media (max-width: 768px) {
  .order-md-8 p {
    /* font-size: 1rem;  */
    line-height: 1.5;
  }

  .order-md-8 h3 {
    font-size: 1.25rem; /* ~20px */
    line-height: 1.3;
  }
 
}

/* Even smaller devices (phones) */
@media (max-width: 480px) {
  .order-md-8 p {
    /* font-size: 0.9375rem; */
    
  }

  .order-md-8 h3 {
    font-size: 1.125rem; /* ~18px */
  }
  .feature-list li {
    font-size: 0.9375rem;
  }
 
}

.subheading{
color: var(--colors--text-gray-dark);
font-weight: 500;
font-size: 1rem;
font-style: normal;
line-height: 20px; /* 125% */
letter-spacing: 2.4px ;
 /* letter-spacing: normal; */
text-transform: uppercase;

}
.main-heading{
color: var(--colors--text-gray-dark);
font-weight: 700;
font-style: Bold;
font-size: 2rem;
/* letter-spacing: 0px; */
 letter-spacing: normal;


}



.section-wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 5rem;
}

.background-image {

  height: auto;
  display: block;
}

.Exploring_the_connection {
  margin-top: 2rem;
  position: absolute;
  top: -70px; /* adjust as needed */
max-width: 624px;
max-height: 152px;
background-color: #F9FAFF;
left: 89px;
padding: 3rem;
gap: 10px;
    /* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4); */
opacity: 1;

padding-top: 32px;
padding-right: 57px;
padding-bottom: 32px;
padding-left: 57px;


}

.Section_image_overlap1{
  background-color: #F9FAFF;
  padding: 3rem;
  position: relative;
  
}
@media (max-width: 768px) {
  .Exploring_the_connection {
    padding: 1.5rem 1.5rem;
    top: -40px;
  }

  .main-heading {
    font-size: 1.5rem;
  }

  .subheading {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .Exploring_the_connection {
    padding: 1rem;
    top: -30px;
   left: 20px;
  }

  .main-heading {
    font-size: 1.25rem;
  }

  .subheading {
    font-size: 0.8rem;
  }
  .section-wrapper {
  margin-top: -2rem;
  }
}


.pms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem 2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 28px;
  /* letter-spacing: 0; */
   letter-spacing: normal;
  vertical-align: bottom;
}
.pms-grid1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem 2rem;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  line-height: 28px;
  /* letter-spacing: 0; */
   letter-spacing: normal;
  vertical-align: bottom;
}

.pms-grid span {
  /* display: block; */
  color: var(--colors--text-gray-dark);
}
.pms-grid1 span {
  /* display: block; */
  color: var(--colors--text-gray-dark);
}

.pms-grid span strong {
  /* font-weight: 600; */
}

.pms-link {
  color: #9747FF;
  text-decoration: none;
  font-weight: 500;
  justify-self: start;
  font-size: 18px;
  line-height: 1.2;
  /* letter-spacing: 0; */
   letter-spacing: normal;
    transition: color 0.3s ease;
}

.pms-link svg {
  transition: transform 0.3s ease;
}

.pms-link:hover {
  text-decoration: underline;
  color: #7a29d7; /* optional hover color change */
}

.pms-link:hover svg {
  transform: translateX(4px); /* slide the arrow to the right */
}

/* === Responsive Enhancements === */
@media (max-width: 768px) {
  .pms-grid {
    gap: 0.75rem 1.5rem;
    font-size: 0.95rem;
    line-height: 24px;
  }

  .pms-link {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .pms-grid {
     grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 0.5rem 1rem;
    font-size: 0.9rem;
    line-height: 22px;
  }

  .pms-link {
    font-size: 15px;
  }
 

}
/* VETERINARY_________________> */


.section-Vetcabulary{
  border-radius: 20px;
padding: 3rem;
background: var(--Gray-White, #FFF);
box-shadow: 0 4px 60px 0 rgba(104, 28, 154, 0.10);
}
.section-Vetcabulary a{
  color: var(--colors--text-gray-dark);
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
margin-right: 30px;
}
.card-layout-v4 {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 100px 2px rgba(104, 28, 154, 0.08);
  padding: clamp(1rem, 5vw, 1.8rem);
 height: 100%;
  
}
.card-layout-v4:hover {
 
  box-shadow: 0 8px 120px 4px rgba(104, 28, 154, 0.15); /* deeper shadow */
}
.card-layout-v4 img{
width: 100%;

box-shadow: none !important;
flex-shrink: 0;
aspect-ratio: 173/87;
border-radius: 20px;
/* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */
}
.h6-heading-v4 {
  color: var(--Neutrals-Gray-02, #3B4758);
  /* font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);  */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 28px */
}

.h4-heading-v4 {
  color: var(--Neutrals-Gray-02, #3B4758);
  /* font-size: clamp(1.25rem, 1.5vw + 0.5rem, 1.5rem);  */
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 28px */
}
/* @media (min-width: 768px) {
  .h6-heading-v4 {
    font-size: 1rem;
  }
  .h4-heading-v4 {
    font-size: 1.5rem;
  }
} */
.pms-link1{
  color: #9747FF !important;
text-decoration: none;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
cursor: pointer;
}
.pms-link1:hover{
  /* text-decoration: underline; */

}
.pms-link1 svg {
  transition: transform 0.3s ease;
}

.pms-link1:hover svg {
  transform: translateX(5px); /* move icon to the right on hover */

}
.section-Vetcabulary a:hover{
  /* text-decoration: underline; */

}
.section-Vetcabulary a svg {
  transition: transform 0.3s ease;
}

.section-Vetcabulary a:hover svg {
  transform: translateX(5px); /* move icon to the right on hover */

}
.hover-underline:hover {
  text-decoration: underline;
}
.vet-heading-v4{
  color: var(--colors--text-gray-dark);
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 52px; /* 173.333% */
/* letter-spacing: -0.45px; */
 letter-spacing: normal;
}
.hero-paragraph-p-18px{
  color: var(--Neutrals-Gray-02, #3B4758);
font-size: 1.125rem;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 183.333% */
/* letter-spacing: -0.27px; */
 letter-spacing: normal;
}

.hero-paragraph-p-18px-2{
  color: var(--Neutrals-Gray-02, #3B4758);
font-size: 1.125rem;
font-style: normal;
font-weight: 500;
line-height: 33px; /* 183.333% */
/* letter-spacing: -0.27px; */
 letter-spacing: normal;
}

.aboutus-hero-padding-l{
  padding-left: 10px;
}

.aboutus-hero-padding-r{
  padding-right: 10px;
}

.hero-paragraph-p-19px{
 color: #3B4758;
font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 157.895% */
 letter-spacing: normal;
}
.left-tab-head{
  
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}

/* LIFE INSURANCE_________________________________________>*/


.Life-Insurance-h3{
  color: var(--colors--text-gray-dark);
font-size: 1.75rem;
font-style: normal;
font-weight: 700;
line-height: normal;
/* letter-spacing: -0.42px; */
 letter-spacing: normal;
}
.Life-Insurance-h4{
  color: #3B4758;
font-size: 1.375rem;
font-style: normal;
font-weight: 500;
line-height: 28px; 
padding-top: 1rem;
}
.text-span-v4{
  color: #8243D5;
}

 .card-layout-bg-light-v4{
  display: flex;
height: 100%;
padding: 32px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
border-radius: 20px;
border-radius: 20px;
border: 0.1px solid var(--Font-Gray-Light, #ededed);
box-shadow: 0 4px 100px 0 rgba(228, 152, 228, 0.2);
background-color: #F5F8FF;
 }
 .card-layout-bg-light-v4:hover{
   box-shadow: 0 8px 120px 4px rgba(104, 28, 154, 0.15); /* deeper shadow */
 }
.card-layout-bg-light-v4 span{

flex-shrink: 0;
color: #9747FF;
text-align: center;
font-family: "Arial Rounded MT Bold";
font-size: 70px;
font-style: normal;
font-weight: 400;

}
.bg-light-section{
 background-color: #FAFBFF !important;
    background-image: url(../images/hero_pattern2.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 120vw;
}
/* Custom circle indicators outside carousel */
.external-carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #666;
  opacity: 0.5;
  border: none;
  margin: 0 5px;
  fill: #9747FF;
  display: inline-block;
  transition: background-color 0.3s, opacity 0.3s;
}

.external-carousel-indicators button.active,
.external-carousel-indicators button:hover {
  background-color: #9747FF;
  opacity: 1;
}

.image-shadow{
  border-radius: 20px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
box-shadow: 0 4px 60px 0 rgba(130, 67, 213, 0.15);
}
.image-dark-opti {
  width: 100%;
  max-width: 400.604px !important;
  margin-left: 40px !important;
  height: auto;
  aspect-ratio: 124 / 71;
  position: absolute;
  flex-shrink: 0;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 60px 0 rgba(130, 67, 213, 0.15);
}

/* Relative container for proper positioning */
.image-light-opti {
  width: 100%;
  max-width: 400.604px !important;
  height: auto;
  aspect-ratio: 124 / 71;
  position: relative;
  flex-shrink: 0;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 60px 0 rgba(130, 67, 213, 0.15);
  display: flex;
  top: 150px;
  left: 140px;
}

/* ✅ Mobile Responsiveness */
@media (max-width: 767.98px) {
  .image-dark-opti{
    max-width: 80% !important; 
      height: 120px !important;        /* Shrink on mobile */
    top: 20px !important;   /* Reduce spacing on mobile */
    left: 0 !important;     /* Center or align left */
    margin: 0 auto;         /* Center horizontally */
    position: relative !important;     /* Avoid absolute on mobile */
margin-bottom: 1rem;

  }
   .image-light-opti{
    margin-bottom: 2rem !important;
       max-width: 80% !important; 
       height: 120px !important;       /* Shrink on mobile */
    top: 20px !important;   /* Reduce spacing on mobile */
    left: 0 !important;     /* Center or align left */
    margin: 0 auto;         /* Center horizontally */
    position: relative !important;     /* Avoid absolute on mobile */


   }
}
.section-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.banner-number-count {
  position: absolute;
  bottom: 0px; /* small overlap onto next section */
  left: 35%;

  transform: translateX(-50%);
  z-index: 2;
  width: 50%;
}

/* Purple Box */
.sikka-platform {
  padding: 24px 16px;
  background: #9747FF;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.color-bar {
  display: flex;
  height: 16px;
  width: 100%;
}

.segment-yellow {
  background-color: #f7c348;
  flex: 1.5;
}

.segment-light-purple {
  background-color: #be63f9;
  flex: 0.7;
}

.segment-dark-purple {
  background-color: #5e2a84;
  flex: 1;
}

/* Typography */
.practice-count-h1-v4 {
  color: #FFF;
  font-size: 48px;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

.practice-count-p-v4 {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}

  @media (max-width: 768px) {
  .banner-number-count {
    position: static;
    transform: none;
    /* margin-top: 20px; */
    width: 100%;
  }

  .sikka-platform {
    padding: 20px 16px;
  }

  .row {
    /* display: flex;
    flex-direction: column; */
    gap: 16px;
  }

  .practice-count-h1-v4 {
    font-size: 36px;
    /* text-align: center; */
  }

  .practice-count-p-v4 {
    font-size: 14px;
    /* text-align: center; */
  }

  .color-bar {
    height: 12px;
  }
}
.sikka-mailing-list-form-v4{
display: flex;
      max-width: 600px;
      padding: 32px;
      flex-direction: column;
 
      gap: 24px;
      border-radius: 12px;
      background: var(--Snow---White, #FFFDFD);
      box-shadow: 0 4px 50px 0 rgba(104, 28, 154, 0.05);
      width: 100%;
}
.sikka-form{
  display: flex;
      justify-content: center;
    
    
    
}
.mailing-list-form-v4 button {
      align-self: center; /* Ensures centering inside flex column */
      padding: 12px 24px;
      font-size: 16px;
      cursor: pointer;
      border: none;
      border-radius: 6px;
      background-color: #681c9a;
      color: white;
}

/* CAREER_______________________________________________________________________________________>
*/
.card-rating {
  border-radius: 12px;
  background: var(--Snow---White, #FFFDFD);
  box-shadow: 0 4px 100px 0 rgba(151, 71, 255, 0.15);
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Responsive typography & spacing */
.card-rating h5 {
color: var(--Neutrals-Gray-02, #3B4758);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 140% */
  margin-bottom: 10px;
}

.hero-heading-1 {
  font-size: 36px;
  font-weight: 700;
  color: #3B4758;
  display: flex;
  align-items: center;
  gap: 6px;
}

.star-group {
  display: inline-flex;
  gap: 4px;
}

.star {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.star:hover {
  transform: scale(1.3) rotate(10deg);
}

.star-group:hover .star {
  animation: pulse 0.6s ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* ✅ Responsive tweaks for tablets and phones */
@media (max-width: 768px) {
  .hero-heading {
    /* font-size: 20px; */
  }

  .card-rating {
    padding: 16px 20px;
    margin-bottom: 16px;
  }

  .star {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .hero-heading-1 {
    font-size: 18px;
  }

  .card-rating h5 {
    font-size: 16px;
  }

  .star {
    width: 18px;
    height: 18px;
  }

  .card-rating {
    padding: 12px 16px;
  }
  .section-Vetcabulary a{
    display: block;
    margin-top: 10px;
  }
  .fee-survey-link{
    margin-left: 0px !important;
  }
}
.fee-survey-link{
  color: #8C48E5;
font-family: "Helvetica Neue";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-decoration: none;
}
.fee-survey-link svg {
  transition: transform 0.3s ease;
}

/* Hover effect - slide to right + slight scale */
.fee-survey-link:hover svg {
  transform: translateX(4px) scale(1.1);
}
.decoration-none a{
    text-decoration: none !important;
}

.job-listings {
  /* max-width: 800px; */
  margin: auto;
}

.job-card {
  /* background-color: #f9f8ff; */
  border-bottom: 1px solid #767B87;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}



.job-card img {
  vertical-align: middle;
  /* margin-right: 6px; */
  margin-top: -4px;
}
.job-card:hover{
  background-color: #f9f8ff;
}

.apply-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 6px;
  color: #8243D5;
  font-size: 18px;
  font-weight: 500;
}
.apply-link:hover {
 text-decoration: underline;
}

.apply-icon {
  transition: transform 0.3s ease;
}

.apply-link:hover .apply-icon {
  transform: translateX(2px) rotate(1deg) scale(1.1);
}
.card-image{
  width: 352px;
height: 234px;
flex-shrink: 0;
aspect-ratio: 176/117;
border-radius: 10px !important;
}
.bottom-section{

/* width: 1246px; */

}
.bottom-section img{
  width: 280px;
height: 330px;
flex-shrink: 0;
gap: 24px 42px;
border-radius: 8px;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
}

.people-grid img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

/* Tablets (2 per row) */
@media (max-width: 992px) {
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Phones (1 per row) */
@media (max-width: 576px) {
  .people-grid {
    grid-template-columns: 1fr;
  }
}


/* By default, position Apply Now next to content */
.job-info {
  flex: 1 1 auto;
}

.apply-link {
  /* margin-left: auto; */
  white-space: nowrap;
  align-self: flex-start;
  transition: transform 0.3s ease;
}

.apply-icon {
  margin-left: 6px;
  transition: transform 0.3s ease;
}

.apply-link:hover .apply-icon {
  transform: translateX(4px) rotate(15deg) scale(1.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .job-card {
    flex-direction: column;
  }

  .apply-link {
    order: 2;
    /* align-self: center; */
    float: left !important;
    margin-top: 1rem;
  }

  .job-info {
    order: 1;
  }
}

.sikka-gradients{
  background: var(--Sikka-Gradient, linear-gradient(263deg, #BF61FD 0.27%, #9747FF 51.62%, #681C9A 100%));
  padding: 2rem;
}
.card-team{
  border-radius: 12px;
background: #FFFDFD;
box-shadow: 0 4px 50px 0 rgba(104, 28, 154, 0.05);
}
.card-team a:hover{
text-decoration: underline;
}
#arrow{
color: var(--colors--brand-primary);
margin-right: 10px;
font-size: 42px;
font-style: normal;
font-weight: 700;
line-height: 33px; /* 78.571% */
/* letter-spacing: -0.63px; */
 letter-spacing: normal;
}
.img-survey{

height: 100%;
background: url(<path-to-image>) lightgray 50% / cover no-repeat;
border-radius: 12px;
}
.free-survey-v4-div-p{
  border-radius: 8px;
border: 1px solid #E4E4E4;
background: rgba(151, 71, 255, 0.10);
gap: 24px;

}
.free-survey-v4-div-y{
 border-radius: 8px;
border: 1px solid #E4E4E4;
background: rgba(255, 208, 80, 0.10);
}


ul.course-pricing-table {
  display:flex;
  top:0px;
  z-index:10;
  padding: 0 0 14px 0 !important;
  list-style:none !important;
}
li.pricing-table.course-pricing-table {
  list-style:none !important;
  flex:1;
}
li:last-child.course-pricing-table {

}

li.active.course-pricing-table button {

  color: #fff;
}
table.course-pricing-table { 
  border: 0 !important ; 
  border-collapse:collapse; 
  table-layout:fixed; 
  width:100%; 
}
th.course-pricing-table { 
  
  display:none; 
}
td.course-pricing-table, th.course-pricing-table {
  height:53px
}
td.course-pricing-table,th.course-pricing-table { 
    border-bottom: 1px solid #D3D5DB;
  padding:10px; 
  empty-cells:show; }
td.course-pricing-table,th.course-pricing-table {
  text-align:left;
}
td+td.course-pricing-table, th+th.course-pricing-table {
  text-align:center;
  display:none;
}
td.default.course-pricing-table {
  display:table-cell;
}
.bg-green {


}

.sep.course-pricing-table {

  
}
table thead{
  border-bottom: 1px solid #D3D5DB;

}

.txt-l { 
  font-size:28px; font-weight:bold; 
}
.txt-top { 
  position:relative; 
  top:-9px; 
  left:-2px; 
}
.hide.course-pricing-table  {
  border:0 !important;
  background:none;
}

@media (max-width: 950px) and (min-width: 850px)  {
.txt-l {
    font-size: 20px;
  }
.entry-content tr td {
padding: 10px;
}
}

@media (min-width: 850px) {
  ul.course-pricing-table {
    display:none;
  }
  td.course-pricing-table,th.course-pricing-table {
    display:table-cell !important;
  }
  td.course-pricing-table,th.course-pricing-table {
    
  }
  td+td.course-pricing-table, th+th.course-pricing-table {
    width: auto;
  }
.entry-content tr td {
padding: 10px;
}
}

 th {
  padding-bottom: 3rem !important;
}
.course-pricing-table li{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

  .table-spacing td {
    padding: 1rem; /* Adds space inside each cell */
  }

  .table-spacing {
    border-collapse: separate;
    border-spacing: 15px; /* This acts like cellspacing */
  }
  @media (max-width: 767.98px) {
#show-hide-tab{
display: block !important;
  }
  .sikka-gradients{
    margin-top: -2rem;
  }
}

.a-hover {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.a-hover:hover {
  color: var(--colors--brand-primary) !important;
}

.a-hover svg {
  transition: transform 0.3s ease;
  color: inherit;
}

.a-hover:hover svg {
  transform: translateX(6px);
}
/* Container setup */

/*API PRICING _________________________________________________________________________________________________________________________________________*/

.agent_tab {
  width: 100%;
  max-width: 920px !important;

}

.pricing-tab {
  width: 100%;
  border: 1px solid #D3D5DB;
  border-radius: 8px;
  background: #FFFDFD;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}

/* Tabs layout */
.nav-pills.nav-fill {
  display: flex;
  flex-wrap: nowrap;
}

.nav-pills.nav-fill .nav-item {
  flex: 1;
  text-align: center;
}

/* Tab buttons */
.nav-pills .nav-link {
color: #3B4758;
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-weight: 500;
margin-top: 4px;
}

/* Active tab with gradient */
.nav-pills .nav-link.active {
  border-radius: var(--Border-Radius-4-px, 4px);
border: 1px solid rgba(255, 255, 255, 0.20);
background: #9747FF;
box-shadow: 0 10px 12px 0 rgba(255, 255, 255, 0.26) inset, 0 0 0 4px rgba(0, 0, 0, 0.04);
color: #FFF;
font-family: "Helvetica Neue";
font-size: 20px;
font-style: normal;
font-weight: 700;

}

@media (max-width: 991.98px) {
  .nav-pills.nav-fill {
    flex-wrap: wrap;
  }

  .nav-pills.nav-fill .nav-item {
    flex: 1 1 50%;
    margin-bottom: 10px;
  }

  .nav-pills .nav-link,
  .nav-pills .nav-link.active {
    font-size: 18px;
  }
}

/* Small Devices: Phones */
@media (max-width: 600px) {
  .nav-pills.nav-fill {
    flex-direction: column;
  }

  .nav-pills.nav-fill .nav-item {
    width: 100%;
  }

  .nav-pills .nav-link,
  .nav-pills .nav-link.active {
    font-size: 16px;
    padding: 8px;
  }
}



        .check {
            color: white;
            background: #34495e;
            display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            border-radius: 3px;
            font-size: 12px;
        }
        .check-1 {
            color: white;
            background: #34495e;
            display: inline-block;
            padding: 0.3rem;
            height: 22px;
            line-height: 18px;
            text-align: center;
            border-radius: 3px;
            font-size: 12px;
        }

        .dash {
            color: #999;
        }
        /* Column backgrounds */
        .silver {
      border-radius: 8px;
border: 1px solid #E4E4E4;
background: #F2F2F2;
        }

        .gold {
            background: #fff8dc;
        }

        .platinum {
            background: #f0f4ff;
        }

        .payments {
            background: #f8f0ff;
        }

        /* ===== Mobile cards ===== */
        .mobile-cards {
            display: none;
            gap: 20px;
            flex-direction: column;
        }

        .plan-card {
            border: 1px solid #ddd;
            border-radius: 6px;
            padding: 15px;
        }

            .plan-card h3 {
                margin-top: 0;
            }

        .feature-row {
            display: flex;
            justify-content: space-between;
            padding: 6px 0;
            border-bottom: 1px solid #eee;
        }

            .feature-row:last-child {
                border-bottom: none;
            }

        @media (max-width: 768px) {
            .show-hide-s{
                display: none !important;
            }

            .mobile-cards {
                display: flex;
            }
            .wf-1rem{
              font-size: 1rem !important;
            }
        }
.top-h{
  color: var(--Neutrals-Gray-02, #3B4758);
/* text-align: right; */
font-family: "Helvetica Neue";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.1px;
}
.silver-card{
  border-radius: 8px;
border: 1px solid #E4E4E4;
background: #F2F2F2;
width: 100%;

}
.gold-card{
border-radius: 8px;
border: 1px solid #E4E4E4;
background: #FEF8D6;
width: 100%;
}
.platinum-card{
border-radius: 8px;
border: 1px solid #E4E4E4;
background: rgba(81, 97, 255, 0.15);
width: 100%;
}
.payment-card{
 border-radius: 8px;
border: 1px solid #E4E4E4;
background: rgba(151, 71, 255, 0.20);
width: 100%;
}
.card-row {
  display: flex;
 
}


.list-pricing{
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  flex-flow: column;
}
.bg-light-c{
  border-bottom: 1px solid #E4E4E4;
background: #F2F2F2;
display: flex;

padding-top: 1.5rem;
margin-right: 20px;
gap: 8px;
/* margin: -10px !important; */
margin-top: -24px;
/* margin-bottom: -2px; */

}
.bg-light-f{
border-bottom: 1px solid #E4E4E4;
margin-top: 15px;
margin-right: 12px;


}
.bg-light-g{
border-bottom: 1px solid #E4E4E4;
background: #FEF8D6;
display: flex;

padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-right: 20px;
gap: 8px;
/* margin: -10px !important; */
margin-top: -24px;


}
.bg-light-p{
border-bottom: 1px solid #d8d7d7;
background: rgba(81, 97, 255, 0.15);
display: flex;

padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-right: 20px;
gap: 8px;
/* margin: -10px !important; */
margin-top: -24px;


}
.bg-light-py{
  border-bottom: 1px solid #D6D6D6;
background: rgba(151, 71, 255, 0.19);
display: flex;
/*  */
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-right: 20px;
gap: 8px;
/* margin: -10px !important; */
margin-top: -24px;


}
.price-v4{
color: var(--colors--text-gray-dark);
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 120%; /* 38.4px */
}
.get_started_btn{
color: var(--colors--text-gray-dark);
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 24px */
border-radius: var(--Border-Radius-4-px, 4px);
border: 1px solid #3B4758;
display: flex;
height: 30px;
padding: 4px 10px;
justify-content: center;
align-items: center;
gap: 8px;
align-self: stretch;
text-decoration: none;
}
.get_started_btn:hover{
border-radius: var(--Border-Radius-4-px, 4px);
border: 2px solid #3B4758;
}

 .custom-box {
     background-color: #FAFBFF;
      padding: 20px;
      border-radius: 12px;
    }
    .custom-button {
      background-color: transparent;
      color: #2c3e50;
      font-weight: 500;
      border: none;
      text-align: left;
      width: 100%;
      color: #3B4758;
font-family: "Helvetica Neue";
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 154.545% */
    }
    .custom-button:focus {
      box-shadow: none;
    }
   

    /*ONE API___________________________________________________________*/


   .hero-purple-brand {
  background: #9747FF;
  position: relative;
  min-height: 45vh;
}

/* Use relative units for better scaling */
.white-info-div {
  border-radius: 20px;
  background: var(--Gray-White, #FFF);
  box-shadow: 0 4px 50px rgba(104, 28, 154, 0.10);
  padding: 2rem;

  margin: 0 auto;
  margin-top: -20vh; /* Pull upward relative to viewport */
  position: relative;
  z-index: 10;
}

@media (max-width: 1024px) { /* tablets */
  .white-info-div {
    margin-top: -18vh;
  
 
  }
}

@media (max-width: 768px) { /* small tablets, large phones (like Zenfone) */
  .white-info-div {
    margin-top: -16vh;
  
 
  }
}

@media (max-width: 480px) { /* small phones */
  .white-info-div {
    margin-top: -10vh;

  }
}

  .stats-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    border-radius: 8px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
  }

  .stat-item {
    flex: 1;
    padding: 1.5rem;
    min-width: 200px;
    display: flex;
    flex-direction: column;

  }

  /* Add vertical dividers using borders */
  .stat-item + .stat-item {
    border-left: 1px solid #e2e2e2;
  }

  .stat-number {
    font-weight: 700;
    font-size: 1.5rem;
    color: #3B4758;
    margin-bottom: 0.5rem;
  }

  .stat-label {
    font-size: 0.875rem;
    color: #7A7F87;
    line-height: 1.4;
  }

  @media (max-width: 768px) {
    .stats-container {
      flex-direction: column;
      align-items: stretch;
    }

    .stat-item + .stat-item {
      border-left: none;
      border-top: 1px solid #e6e6e6;
    }

    .stat-item {
      padding: 1rem;
    }
  }

  /* Wrapper Flexbox Row */

/* Images Styling */

/* Mobile Responsiveness */
@media (max-width: 600px) {


 .img-width-height{
max-width: 100px !important;
max-height: 100px !important;
margin-top: -2rem !important;
  }
  .m-float-left{
    float: left !important;
  }
}
.img-width-height{
max-width: 200px !important;
max-height: 170px !important;
margin-top: 4rem;
  }

  /* RCM______________________________>  */

.image_column_right {
  margin-top: 3rem;
  position: relative; /* Needed for absolute positioning of overlapping images */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.image_column_right-d-flex img{

}

/* Card 1 (behind, absolute) */
.image-overlape-opti1 {
  width: 100% !important;
  max-width: 340px;
  height: 340px;
   margin-left: 25px;
  aspect-ratio: 124 / 71;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 60px rgba(130, 67, 213, 0.15);
  z-index: 1;
}

/* Card 2 (in front, relative position offset) */
.image-overlape-opti2 {
  width: 100% !important;
  max-width: 340px;
  height: 340px;
  margin-left: 25px;
  aspect-ratio: 124 / 71;
  position: relative;
  top: 140px;
  left: 180px;
  border-radius: 20px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  box-shadow: 0 4px 60px rgba(130, 67, 213, 0.15);
  z-index: 2;
}

/* ✅ Fully responsive on mobile */
@media (max-width: 767.98px) {
  .image-overlape-opti1,
  .image-overlape-opti2 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto 1rem auto;
    aspect-ratio: unset;
      margin-left: 0px;
  }

  .image_column_right {
    align-items: center;
    margin-top: -3rem;
  }
}
@media (max-width: 1023.98px) {
  .image_column_right {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
      margin-left: 0px;
  }

  .image-overlape-opti1,
  .image-overlape-opti2 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    max-width: 95% !important;
  height: auto!important;
    aspect-ratio: unset;
    margin-bottom: 1rem;
      margin-left: 0px;
  }
  .m-r-30px{
margin-left: 0px;
}
}

/* === Mobile (≤767px) === */
@media (max-width: 767.98px) {
  .image_column_right {
    flex-direction: column;
    align-items: center;
  }
.m-r-30px{
margin-left: 10px;
}

}
.mt-60{
  margin-top: 20% !important;
}
.m-r-30px{
margin-left: -30px;
}
@media (max-width: 767.98px) {
  .m-r-30px {
    margin-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .m-r-30px {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 600px) {
 .timeline{
  width: 140px !important;
  }
  .timeline-wrapper{
    margin-left: -15px !important;
  }
  .timeline-title{
    max-width: 120px !important;
  }
  .timeline-subtitle {
    width: 90px !important;
  }
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin-top: 15px;
}
#modal1 .close {
    text-align: right;
    padding: 8px 10px 0;
}
.Api-mcp-section{
  background: #8C48E5;
  /* padding: 42px 152px; */
}
.G-started-btn{
  color: var(--Snow-White, #FFFDFD);
text-decoration: none;
padding: 14px 32px;
margin-top: 10px;
gap: 10px;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 4px;
border: 1px solid #FFF;
}
.G-started-btn:hover{
  background-color: var(--Snow-White, #FFFDFD);
  color:  #8C48E5;
}
.video-container-1 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (360/640 = 0.5625) */
  height: 0;
  overflow: hidden;
}

.video-container-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px; /* optional rounded corners */
}
.ml-20{
  margin-left: 20px !important;
}
.ml-10{
  margin-left: 8px !important;
}
.p-t-5{
      padding-top: 5rem !important;

}
.p-l-1{
  padding-left: 1rem !important;
}
#email_val{
  color: red;
  float: left;
}

.kb-container {
    background: #363b3e;
    font-size: 1em;
    text-align: center;
    line-height: 1.4;
    position: fixed;
    z-index: 9999999999;
    /* make sure z-index is higher than all chat apps  */
    bottom: 0;
    width: 100vw;
    border-top: #fff 3px solid;
}

.kb-content {
    color: #fff;
    padding: 15px 0px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}

@media screen and (min-width: 64.0625em) {
    .kb-content {
        padding: 10px 20px;
    }
}

.kb-description {
    text-align: left;
    line-height: 1.3;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 40.0625em) {
    .kb-description {
        margin-right: 2em;
    }

    .kb-remind-link {
        margin-left: -2em;
    }
}

a.kb-notice-btn {
    color: white;
    background: #681C9A;
    display: inline-block;
    border: 2px solid #681C9A;
    padding: 5px 0;
    font-weight: 500;
    min-width: 120px;
    text-decoration: none;
    border-radius: 5px;
    vertical-align: middle;
    line-height: 1.5;
}

    a.kb-notice-btn:hover {
        background-color: white;
        color: #681C9A;
    }

.kb-remind-link {
    margin-right: 1em;
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .kb-description {
        display: block;
        width: 90%;
        text-align: center;
        margin: auto;
        margin-bottom: 5px;
    }
}

.tosContent p{
font-size: 18px;
}
.tosContent li{
font-size: 18px;
}
.apiLicAgreementContent p{
font-size: 18px;
}
.apiLicAgreementContent li{
font-size: 18px;
}
.p-18 p{
  font-size: 18px !important;
}
.p-18 li{
  font-size: 18px !important;
}
.p-18 p a{
  font-size: 18px !important;
}
.tosTitle, .apiLicAgreementTitle, .privacyTitle, .gdpr-Title {
    background-image: linear-gradient(
180deg, #f5f1fc, #fff) !important;
    overflow: hidden !important;
}
.canada-tos-head h5 {
    display: inline-flex !important;
    margin-left: 10px !important;
}
.tosContent, .apiLicAgreementContent, .privacyContent
 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    line-height: 1.7 !important;
}