/* Able CTA section (ported from Next.js) */
.able-cta-section .contentArea{width: 100%;max-width: 2560px;margin: 0 auto;position: relative;box-sizing: border-box;display: flex;flex-direction: column;gap: 0;}
.able-cta-section .deviceIphone14ProMax{position: absolute;top: -21px;right: 24px;width: 114.4px;height: auto;object-fit: contain;z-index: 2;}
.able-cta-section .block{width: 100%;border-radius: 0 0 12px 12px;background-color: #333f5b;overflow: hidden;display: flex;flex-direction: column;align-items: center;padding: 48px 0 32px;box-sizing: border-box;position: relative;order: 2;z-index: 1;}
.able-cta-section .blockInner{width: 170px;height: 179px;position: absolute;top: -122px;right: -135px;filter: blur(78.5px);border-radius: 50%;background-color: #3495ff;z-index: 0;}
.able-cta-section .testimonialCard, .able-cta-section .ctaTestimonialCard, .able-cta-section .testimonialCard2{width: 100%;display: flex;align-items: center;gap: 16px;position: relative;z-index: 1;padding: 0 24px;}
.able-cta-section .testimonialCardChild{width: 48px;height: 48px;border-radius: 375px;flex-shrink: 0;}
.able-cta-section .wrapper{display: flex;flex-direction: column;align-items: flex-start;justify-content: center;gap: 10px;flex: 1;}
.able-cta-section .heading{font-size: 17px;letter-spacing: -0.02em;line-height: 145%;color: #fff;font-family: 'Avenir Next W1G', sans-serif;}
.able-cta-section .ctaHeading{font-size: 13px;line-height: 150%;color: #9daac8;text-align: left;font-family: 'Avenir Next W1G', sans-serif;}
.able-cta-section .blockChild, .able-cta-section .blockItem{width: 100%;height: 2px;border-top: 2px solid #374462;box-sizing: border-box;margin: 24px 0;position: relative;z-index: 1;}
.able-cta-section .ctaBlock{width: 100%;border-radius: 12px;overflow: hidden;display: flex;align-items: center;padding: 32px 24px;position: relative;order: 1;box-sizing: border-box;}
.able-cta-section .rectangleDiv{height: 100%;width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: linear-gradient(270deg, #fcf9f8, #ebf4ff);z-index: 0;}
.able-cta-section .wrapper3{width: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;position: relative;gap: 24px;z-index: 1;}
.able-cta-section .headingWrapper{max-width: 60%;display: flex;flex-direction: column;align-items: flex-start;}
.able-cta-section .heading6{font-size: 22px;letter-spacing: -0.03em;line-height: 120%;font-weight: 500;color: #333f5b;position: relative;z-index: 1;font-family: var(--font-p22-mackinac-pro);}
.able-cta-section .subheading{max-width: 60%;font-size: 12px;letter-spacing: -0.02em;line-height: 141%;font-weight: 500;font-family: 'Avenir Next W1G', sans-serif;color: #6d717b;position: relative;z-index: 2;}
.able-cta-section .ellipseDiv{width: 84.3px;height: 88.7px;position: absolute;top: 26px;right: 48px;filter: blur(78.5px);border-radius: 50%;background-color: #f8d194;z-index: 0;}
.able-cta-section .buttonParent{display: flex;flex-direction: column;align-items: flex-start;gap: 8px;z-index: 3;}
.able-cta-section .buttonParent .button.primary.btnDisabled{background-color: transparent;color: #333f5b;padding: 0;margin-right: 20px;box-shadow: none;font-size: clamp(16px,0.4vw + 14px,23px);font-family: var(--font-p22-mackinac-pro);}
.able-cta-section .buttonParent .button.primary.btnDisabled:hover{background-color: transparent;box-shadow: none;}
.able-cta-section .buttonParent .button.primary.btnDisabled .solararrowRightLinearIcon{filter: invert(1);}

.able-cta-section .exploreOurResources {
  /* font-size: 15px; */
  letter-spacing: -0.01em;
  line-height: 150%;
  font-weight: 500;
  /* color: #fff; */
  /* font-family: 'PP Neue Montreal', sans-serif; */
}

.able-cta-section .solararrowRightLinearIcon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.able-cta-section .ableCtaButtons {
  display: flex;
  gap: 10px;
}

.able-cta-section .ableCtaButton {
  height: 56px;
  flex: 1;
  border-radius: 20px;
  border: 1px solid #333f5b;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.able-cta-section .ableCtaButton:hover {
  background-color: rgba(51, 63, 91, 0.05);
}

.able-cta-section .bigooglePlayIcon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.able-cta-section .home4,
.able-cta-section .chevronRight {height: 18px;width: 18px;overflow: hidden;flex-shrink: 0;display: none;}

.able-cta-section .ctaBlock .buttonParent a.button{background-color: transparent;font-size: clamp(16px,0.4vw + 14px,23px); font-family: var(--font-p22-mackinac-pro);padding: 0;margin-right: 20px; color: #333f5b;box-shadow: none;}
.able-cta-section .solararrowRightLinearIcon{filter: invert(1);}
.able-cta-section .ctaBlock .buttonParent a.button:hover{background-color: transparent;color: #333f5b;box-shadow: none;}

@media (max-width: 374px) {
  .able-cta-section .buttonParent {
    flex-direction: column;
    max-width: 100%;
  }

  .able-cta-section .ableCtaButtons {
    width: 100%;
    align-items: center;
  }
}

@media (min-width: 375px) and (max-width: 390px) {
  .able-cta-section .ctaBlock,
  .able-cta-section .block {
    max-width: 100%;
  }

  .able-cta-section .deviceIphone14ProMax {
    width: 140px;
    right: 0;
  }

  .able-cta-section .heading6 {
    font-size: 28px;
  }

  .able-cta-section .subheading {
    font-size: 14px;
  }

  .able-cta-section .heading {
    font-size: 18px;
  }

  .able-cta-section .ctaHeading {
    font-size: 14px;
  }

  /* .able-cta-section .exploreOurResources {
    font-size: 11px;
  } */

  .able-cta-section .buttonParent {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    gap: 8px;
  }

  .able-cta-section .ableCtaButton {
    width: 56px;
    flex: 0 0 56px;
  }
}

@media (min-width: 391px) and (max-width: 400px) {
  .able-cta-section .ctaBlock,
  .able-cta-section .block {
    max-width: 100%;
  }

  .able-cta-section .deviceIphone14ProMax {
    width: 140px;
    right: 0;
  }

  .able-cta-section .heading6 {
    font-size: 28px;
  }

  .able-cta-section .subheading {
    font-size: 14px;
  }

  .able-cta-section .heading {
    font-size: 18px;
  }

  .able-cta-section .ctaHeading {
    font-size: 14px;
  }

  /* .able-cta-section .exploreOurResources {
    font-size: 13px;
  } */

  .able-cta-section .buttonParent {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    gap: 8px;
  }

  .able-cta-section .ableCtaButton {
    width: 56px;
    flex: 0 0 56px;
  }
}

@media (min-width: 401px) and (max-width: 639px) {
  /* .able-cta-section .exploreOurResources {
    font-size: 12px;
  } */

  .able-cta-section .buttonParent {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    gap: 8px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .able-cta-section .buttonParent {
    flex-direction: row;
    gap: 4px;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .able-cta-section .buttonParent {
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
}

@media (min-width: 1025px) {
  .able-cta-section .contentArea {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 700px;
  }

  .able-cta-section .block {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    border-radius: 24px;
    background-color: #333f5b;
    width: 45%;
    max-width: 600px;
    min-height: 480px;
    padding: 60px 0;
    margin-top: 0;
    order: unset;
    z-index: 2;
  }

  .able-cta-section .blockInner {
    width: 300px;
    height: 315px;
    top: 100px;
    left: -150px;
    filter: blur(280px);
  }

  .able-cta-section .testimonialCard {
    padding: 0 60px 0 140px;
  }

  .able-cta-section .ctaTestimonialCard {
    padding: 0 60px 0 100px;
  }

  .able-cta-section .testimonialCard2 {
    padding: 0 60px 0 60px;
  }

  .able-cta-section .testimonialCardChild {
    width: 56px;
    height: 56px;
    border-radius: 500px;
  }

  .able-cta-section .wrapper {
    gap: 12px;
  }

  .able-cta-section .heading {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 150%;
  }

  .able-cta-section .ctaHeading {
    font-size: 15px;
  }

  .able-cta-section .blockChild {
    margin: 0;
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
  }

  .able-cta-section .blockItem {
    margin: 0;
    position: absolute;
    top: 310px;
    left: 0;
    width: 100%;
  }

  .able-cta-section .ctaTestimonialCard {
    position: absolute;
    top: 210px;
    left: 0;
    right: 0;
  }

  .able-cta-section .testimonialCard2 {
    position: absolute;
    top: 360px;
    left: 0;
    right: 0;
  }

  .able-cta-section .ctaBlock {
    position: relative;
    border-radius: 24px;
    background-color: #ebf4ff;
    width: 60%;
    max-width: 800px;
    padding: 60px;
    order: unset;
    z-index: 1;
    margin-right: auto;
  }

  .able-cta-section .rectangleDiv {
    background-color: #ebf4ff;
  }

  .able-cta-section .wrapper3 {
    gap: 48px;
  }

  .able-cta-section .heading6 {
    font-size: 42px;
    letter-spacing: -0.04em;
  }

  .able-cta-section .subheading {
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 150%;
  }

  .able-cta-section .ellipseDiv {
    width: 300px;
    height: 315px;
    top: 60px;
    right: -100px;
    filter: blur(280px);
    z-index: 2;
  }

  .able-cta-section .buttonParent {
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }


  /* .able-cta-section .exploreOurResources {
    font-size: 16px;
  } */

  .able-cta-section .ableCtaButton {
    height: 56px;
    width: 56px;
    flex: 0 0 56px;
    border-radius: 22px;
  }

  .able-cta-section .deviceIphone14ProMax {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: auto;
    object-fit: contain;
    z-index: 3;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .able-cta-section .buttonParent {
    flex-direction: column;
  }
}

@media (min-width: 1555px) {
  .able-cta-section .contentArea {
    min-height: 800px;
  }

  .able-cta-section .block {
    right: 80px;
    width: 42%;
    max-width: 700px;
    min-height: 550px;
    padding: 70px 0;
  }

  .able-cta-section .blockInner {
    width: 340px;
    height: 358px;
    top: 120px;
    left: -170px;
    filter: blur(320px);
  }

  .able-cta-section .testimonialCard {
    padding: 0 40px 0 220px;
  }

  .able-cta-section .ctaTestimonialCard {
    padding: 0 40px 0 180px;
  }

  .able-cta-section .testimonialCard2 {
    padding: 0 40px 0 140px;
  }

  .able-cta-section .testimonialCardChild {
    width: 64px;
    height: 64px;
  }

  .able-cta-section .wrapper {
    gap: 14px;
  }

  .able-cta-section .heading {
    font-size: 20px;
  }

  .able-cta-section .ctaHeading {
    font-size: 16px;
  }

  .able-cta-section .blockChild {
    top: 180px;
  }

  .able-cta-section .blockItem {
    top: 350px;
  }

  .able-cta-section .ctaTestimonialCard {
    top: 240px;
  }

  .able-cta-section .testimonialCard2 {
    top: 410px;
  }

  .able-cta-section .ctaBlock {
    width: 58%;
    max-width: 950px;
    padding: 70px;
  }

  .able-cta-section .wrapper3 {
    gap: 56px;
  }

  .able-cta-section .heading6 {
    font-size: 50px;
  }

  .able-cta-section .subheading {
    font-size: 19px;
  }

  .able-cta-section .ellipseDiv {
    width: 340px;
    height: 358px;
    top: 70px;
    right: -120px;
    filter: blur(320px);
  }


  .able-cta-section .ableCtaButton {
    height: 60px;
    width: 60px;
    flex: 0 0 60px;
  }

  .able-cta-section .deviceIphone14ProMax {
    width: 460px;
  }

  .able-cta-section .ableCtaButtons {
    width: auto;
  }
}

@media (min-width: 1921px) {
  .able-cta-section .contentArea {
    min-height: 875px;
  }

  .able-cta-section .block {
    right: 120px;
    width: 40%;
    max-width: 773px;
    min-height: 592px;
    padding: 80px 0;
  }

  .able-cta-section .blockInner {
    width: 372px;
    height: 391.6px;
    top: 132.22px;
    left: -186px;
    filter: blur(331.73px);
  }

  .able-cta-section .testimonialCard {
    top: 80px;
    left: 0;
    right: 0;
    position: absolute;
    padding: 0 91px 0 362px;
  }

  .able-cta-section .blockChild {
    top: 203px;
  }

  .able-cta-section .ctaTestimonialCard {
    top: 264px;
    padding: 0 72px 0 322px;
  }

  .able-cta-section .blockItem {
    top: 387px;
  }

  .able-cta-section .testimonialCard2 {
    top: 448px;
    padding: 0 52px 0 282px;
  }

  .able-cta-section .ctaBlock {
    width: 55.6%;
    max-width: 1068.1px;
    padding: 80px;
  }

  .able-cta-section .wrapper3 {
    gap: 64px;
  }

  .able-cta-section .heading6 {
    font-size: 56px;
  }

  .able-cta-section .subheading {
    font-size: 20px;
  }

  .able-cta-section .ellipseDiv {
    width: 372px;
    height: 391.6px;
    top: 87.72px;
    right: -140px;
    filter: blur(331.73px);
  }

  .able-cta-section .ableCtaButton {
    height: 64px;
    width: 64px;
    flex: 0 0 64px;
    border-radius: 24px;
  }

  .able-cta-section .deviceIphone14ProMax {
    width: 535.9px;
    height: 874.8px;
  }

  .able-cta-section .ableCtaButtons {
    width: auto;
  }
}






