:root {
  scroll-padding-top: 100px;
}

html {
  scroll-behavior: smooth;
}

/* Anchor Tabs  */
.anchor-container {
  position: sticky;
  top: 0;
  z-index: 6;
  margin-bottom: var(--spacer-60);
  background: var(--bg-white);

  .anchor-tabs-main {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 16px;
    gap: 3.5rem;

    button.anchor-tab {
      width: fit-content;
      height: 100%;
      background: none;
      outline: none;
      border: 0;
      color: var(--text-grey5);
      cursor: pointer;
      transition: color 300ms ease, font-weight 200ms ease-in;

      &.active {
        color: var(--text-black-primary);
        font-weight: 600;
        transition: color 300ms ease, font-weight 200ms ease-in;
      }

      &.sub-heading-secondary {
        font-family: "Sora", sans-serif;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .anchor-container {
    width: 100%;
    height: auto;
    z-index: 6;
    position: sticky;
    top: 20px;
    background: none;
    margin-bottom: 40px;

    .anchorDropdown {
      .anchor-dropdown {
        position: relative;
        width: 100%;
      }

      .anchor-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border: 1px solid transparent;
        border-radius: 8px;
        cursor: pointer;
        background: linear-gradient(177deg, #fff 100%, #fff 100%) padding-box,
          var(--blue-red-gradient) border-box;
        transition: all 0.5s ease;

        .anchor-title {
          transition: all 0.5s ease;
        }
      }

      .cta-arrow {
        transition: transform 0.3s ease;
      }

      .titles-container {
        position: absolute;
        top: calc(100% + (-1px));
        left: 0;
        width: 100%;
        max-height: 0;
        transition: max-height 0.3s ease;
        overflow: hidden;
        background-color: #fff;
        /* border: 1px solid #d8e5f4; */
        border-top: 0;
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        z-index: 10;
      }

      .dropdown-title {
        padding: 12px 20px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        color: var(--text-black-primary);
      }

      .dropdown-title.active {
        color: var(--text-black-primary);
        opacity: 0.4;
      }

      .dropdown-open .titles-container {
        max-height: 500px;
        transition: max-height 0.3s ease;
      }

      .displayNone {
        border: 0;
      }

      .dropdown-open .anchor-cta {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }

      .dropdown-open .cta-arrow {
        transform: rotate(180deg);
      }
    }
  }
}

/* Hero Section - Section 1  */
.hero-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: var(--spacer-60);
  margin-top: 108px;

  .content {
    max-width: 540px;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .graphic {
    width: 100%;
    height: auto;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  @media screen and (max-width: 1025px) {
    & {
      gap: 40px;
      margin-top: 132px;

      .content {
        width: auto;
      }

      .graphic {
        img {
          height: 122px;
        }
      }
    }
  }

  @media screen and (min-width: 601px) and (max-width: 1024px) {
    & {
      align-items: center;

      .content {
        max-width: 80%;
      }
    }
  }
}

/* Challenges - Section 2  */
.black-bg {
  position: relative;
  z-index: 0;
  overflow: hidden;

  .vector-desk {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    fill: linear-gradient(85deg,
        #1a1a1a 12.09%,
        #8fc3ff 22.93%,
        #a984ff 25.91%,
        #e6323a 29.13%);
    opacity: 0.3;
  }

  .challenges {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-top: var(--spacer-120);
    padding-bottom: 300px;
    gap: 80px;
    z-index: 2;

    .content {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: space-between;
      align-items: center;

      div {
        max-width: 475px;
        width: 100%;
        height: auto;

        .eyebrow {
          color: var(--text-grey4);
        }
      }

      .para-primary {
        max-width: 625px;
        width: 100%;
        height: auto;
      }
    }

    .timer-accordion-container {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: center;

      .accordion-main {
        width: 100%;
        height: auto;
        transition: all 200ms ease;

        .accordion {
          width: 100%;
          height: auto;
          padding-block: var(--spacer-32);
          display: flex;
          justify-content: space-between;
          align-items: start;
          cursor: pointer;

          .heading {
            width: auto;
            height: auto;
            display: flex;
            justify-content: start;
            align-items: center;
            gap: 80px;
            color: var(--text-grey4);
            transition: all 0.2s ease;

            .index {
              color: var(--text-grey4);
              font-size: 18px;
              font-weight: 300;
              line-height: normal;
              transition: all 0.2s ease;
            }
          }

          .content {
            width: 624px;
            height: 100%;
            max-height: 0;
            opacity: 0;
            display: flex;
            justify-content: center;
            align-items: start;
            color: var(--text-grey2);
            transition: max-height 200ms ease, margin-top 400ms ease,
              opacity 400ms ease;

            &.active {
              max-height: 1000px;
              opacity: 1;
              transition: max-height 200ms ease, margin-top 400ms ease,
                opacity 400ms ease;
            }
          }

          &.active {
            .heading {
              color: var(--text-white);
              transition: all 0.2s ease;

              .index {
                color: var(--text-white);
                transition: all 0.2s ease;
              }
            }
          }
        }

        .border-bottom {
          position: relative;
          width: 100%;
          height: 2px;
          background: #363636;
          transition: all 0.2s ease;

          b {
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            height: 2px;
            background: var(--bg-white);
            opacity: 1;
          }

          &.active {
            background: #363636;
            width: 100%;
            height: 2px;
            transition: all 0.2s ease;

            b {
              animation-name: timerBar;
              animation-duration: 5s;
              animation-timing-function: ease-in;
              animation-iteration-count: 1;
              animation-direction: alternate;
              animation-fill-mode: forwards;
            }
          }
        }
      }
    }

    @media screen and (max-width: 1024px) {
      & {
        padding-block: var(--spacer-60);
        gap: 40px;

        .content {
          flex-direction: column;
          gap: 8px;
          align-items: start;

          .para-primary {
            height: 100%;
            max-height: 90px;
            text-overflow: ellipsis;
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4;
            transition: all 0.5s ease;

            &.active {
              display: block;
              height: 100%;
              max-height: 500px;
              transition: all 0.5s ease;
            }
          }

          button {
            width: fit-content;
            height: auto;
            background: none;
            outline: none;
            border: 0;
            color: var(--text-arcon-red);
            line-height: 22px;
            font-weight: 300;
            text-decoration: underline;
            text-underline-offset: 2px;
            display: none;

            &.active {
              display: block;
            }
          }
        }

        .timer-accordion-container {
          .accordion-main {
            .accordion {
              padding-block: 20px;
              flex-direction: column;
              gap: 8px;

              .heading {
                gap: 16px;
              }

              .content {
                width: auto;
                gap: 16px;
                margin-left: 39.3px;
              }
            }
          }
        }
      }
    }
  }

  @media screen and (min-width: 601px) and (max-width: 1024px) {
    & {
      .challenges {
        .content {
          div {
            max-width: 100%;

          }

          .para-primary {
            max-width: 100%;
          }
        }
      }
    }
  }
}

@keyframes timerBar {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  & {
    flex-direction: column;
    gap: 40px;
    margin-bottom: var(--spacer-60);

    .left-container {
      gap: 24px;

      .content {
        width: 100%;
        text-align: start;
      }
    }
  }
}

/* Solution - section 3  */
.solution-container {
  position: relative;
  height: auto;
  margin-top: -180px;
  background: var(--bg-white);
  border-radius: 20px;
  padding: 50px 45px;
  z-index: 5;
  display: flex;
  justify-content: start;
  align-items: center;

  .left-container {
    max-width: 560px;
    width: 100%;
    height: 100%;

    img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
  }

  .right-container {
    width: 100%;
    max-width: 515px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;

    .para-primary {
      margin-top: 16px;
    }

    .cta-primary-container {
      margin-top: 32px;

      .cta-primary {
        color: var(--text-black-primary);
      }
    }
  }

  @media screen and (max-width: 1025px) {
    & {
      margin-top: 0;
      flex-direction: column-reverse;
      padding: 0;
      padding-block: var(--spacer-60);

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

      .right-container {
        max-width: 100%;

        .para-primary {
          margin-top: 8px;
        }

        .cta-primary-container {
          margin-top: 24px;
        }
      }
    }
  }

  @media screen and (min-width: 601px) and (max-width: 1024px) {
    & {
      flex-direction: row;
    }
  }
}

/* Product Application - Section 4  */
.prod-container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: var(--spacer-60);
  padding-block: var(--spacer-120);

  .top-container {
    max-width: 670px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: var(--spacer-32);
    text-align: center;

    .cta-primary-container {
      text-decoration: none;

      button {
        display: flex;
        height: auto;
        width: fit-content;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 30px;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        transition: 0.8s;

        .hover-arrow-red {
          background: #E6323A;
        }

        .hover-arrow-black {
          background: #000;
        }

        .hover-arrow-black,
        .hover-arrow-red {
          border-radius: 29px;
          overflow: hidden;
          width: 48px;
          height: 48px;
          position: relative;
          padding: 12px;

          .icon-contain {
            width: 100%;
            height: 100%;
            overflow: hidden;
            position: relative;
          }

          .arrow1 {
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.8s;
          }

          .arrow2 {
            position: absolute;
            left: -85%;
            top: 100%;
            transition: 0.8s;
          }
        }

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

        .cta-primary {
          text-align: start;
        }

        &:hover {

          .hover-arrow-black,
          .hover-arrow-red {
            .arrow1 {
              top: -100%;
              left: 85%;
            }

            .arrow2 {
              top: 0;
              left: 0;
            }
          }
        }
      }

      @media (max-width: 1024px) {
        & {

          button {
            display: flex;
            gap: 8px;
            justify-content: center;
            align-items: center;
            width: fit-content;
            height: auto;
            border: none;
            background-color: transparent;

            .hover-arrow-black,
            .hover-arrow-red {
              width: 32px;
              height: 32px;
              padding: 6px;
            }
          }
        }
      }
    }
  }

  .demo-form-container {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 99;

    .demo-form {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
      max-width: 625px;
      width: 100%;
      height: 100%;
      min-height: 450px;
      max-height: 570px;
      background: var(--section-gradient);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      border-radius: 16px;
      padding: 40px;

      .form-header {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        h4 {
          font-size: 18px;
          font-weight: 400;
          line-height: 26px;
        }

        .close_popup {
          width: 28px;
          height: 28px;
          cursor: pointer;

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

      iframe {
        /* min-height: 450px; */
        height: 100%;
        /* max-height: 500px; */
      }
    }

    &.active {
      display: block;
      opacity: 1;
      transition: opacity 0.3s ease;
    }

    @media screen and (max-width: 1024px) {
      & {
        .demo-form {
          width: 95%;
          padding: 40px 20px;

          .form-header {

            .close_popup {
              width: 20px;
              height: 20px;
            }
          }
        }
      }
    }
  }

  .product-accordion-container {
    width: 100%;
    height: auto;

    .accordion-container {
      /* ditch the 2‑col grid… */
      /* display: grid;
     grid-template-columns: repeat(2,1fr);
     gap: 24px; */

      /* …and use a 2‑column "masonry" layout instead */
      column-count: 2;
      column-gap: 24px;

      .accordion {
        width: 100%;
        border: var(--border-light-blue);
        background: var(--bg-white);
        border-radius: 8px;
        padding-inline: 16px;
        align-self: start;
        justify-self: stretch;
        transition: background 2000ms ease;
        display: inline-block;
        break-inside: avoid;
        margin-bottom: 24px;
        /* same as column-gap */

        .accordion-header {
          width: 100%;
          height: auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 8px;
          cursor: pointer;
          user-select: none;
          /* margin-bottom: 10px; */

          .accordion-title {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;

            #logo {
              width: 32px;
              height: 32px;
              object-fit: cover;
            }

            .cta-primary {
              font-size: 16px;
              line-height: 26px;
            }
          }

          .accordion-icon {
            width: 16px;
            height: 16px;
            display: inline-block;
            background-size: contain;
            background-repeat: no-repeat;
            transition: transform 0.3s ease, opacity 0.3s ease;
          }

          &.open .accordion-icon {
            transform: rotate(180deg);
          }

          .accordion-icon::before {
            content: url("../images/plus-red.svg");
          }

          &.open .accordion-icon::before {
            content: url("../images/minus-red.svg");
          }
        }

        .accordion-content {
          max-width: 100%;
          margin-top: 0;
          max-height: 0;
          overflow: hidden;
          display: flex;
          flex-direction: column;
          gap: 16px;
          margin-left: 0;
          transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;

          &.open {
            margin-top: -10px;
            max-height: 170px;
            opacity: 1;
            transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
          }

          .para-secondary {
            color: #858585;
          }

          .cta-secondary {
            text-decoration: underline;
            text-underline-offset: 4px;
          }
        }

        &:has(.accordion-header.open, .accordion-content.open) {
          background: var(--section-gradient) padding-box,
            var(--blue-red-gradient) border-box;
          border-radius: 8px;
          border: 1px solid transparent;
          transition: all 0.2s ease-in-out;
        }
      }
    }
  }

  @media screen and (max-width: 1025px) {
    & {
      padding-block: 20px;

      .top-container {
        align-items: start;
        gap: 24px;

        span {
          text-align: start;

          h2 {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
          }
        }
      }

      .product-accordion-container {
        .accordion-container {
          column-count: 1;
        }
      }
    }
  }

  @media screen and (min-width: 601px) and (max-width: 1024px) {
    & {
      padding-block: 0;

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

      .product-accordion-container {
        .accordion-container {
          column-count: 2;
        }
      }
    }
  }
}

/* Empowering - Section 5  */
.empowering {
  margin-block: var(--spacer-120);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: var(--spacer-60);

  /* Section Title */
  .sectionTitle {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .empowering-swiper-section-desktop2 {
    max-width: 1056px;
    width: 100%;
    height: auto;
    margin-inline: auto;

    .swiper {
      width: 100%;
      height: 100%;

      .swiper-slide {
        position: relative;
        width: 100%;
        height: 100%;
        min-height: 310px !important;
        display: flex;
        align-items: start;
        justify-content: start;
        color: #fff;
        border-radius: 10px;
        background: linear-gradient(270deg,
            rgba(0, 0, 0, 0) 37.03%,
            rgba(0, 0, 0, 0.8) 94.08%);
        padding: 20px 30px;

        .slide-bg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;

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

        .slide-content {
          width: 100%;
          max-width: 405px;
          height: auto;
          display: flex;
          flex-direction: column;
          z-index: 2;

          .slide-logo {
            img {
              width: 100%;
              height: 100%;
              max-width: 143px;
              max-height: 45px;
            }
          }

          .slide-desc {
            margin-top: 42px;
          }

          button {
            width: fit-content;
            height: auto;
            background-color: transparent;
            outline: none;
            border: none;
            color: var(--text-white);
            margin-top: 20px;
            cursor: pointer;
          }
        }
      }
    }

    .toggleButtons2 {
      --indicator-offset: 10px;
      --indicator-width: 10px;
      position: relative;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      padding-top: 20px;
      margin-top: 30px;
      border-top: 1px solid #ccc;

      .button {
        width: 210px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent;
        outline: none;
        border: none;
        cursor: pointer;

        img {
          width: 100%;
          height: 100%;
          max-width: 122px;
          max-height: 32px;
          filter: grayscale(100%);
          transition: filter 0.3s ease-in-out;
        }

        &.active {
          img {
            filter: grayscale(0%);
          }
        }
      }

      &::before {
        position: absolute;
        content: "";
        width: var(--indicator-width);
        height: 3px;
        background: var(--blue-red-gradient);
        border-radius: 3px;
        left: var(--indicator-offset);
        top: -2px;
        transition: left 300ms, width 300ms;
      }

      @media screen and (max-width: 1024px) {
        & {
          display: none;
        }
      }
    }
  }

  @media screen and (max-width: 1024px) {
    & {
      margin-block: var(--spacer-60);
      gap: var(--spacer-32);

      .sectionTitle {
        width: 100%;
        margin: 0;
        text-align: start;
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  .empoweringSwiperMobile2 {
    width: 100%;
    height: 100%;

    .swiper-wrapper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      position: relative;
      width: 100%;
      height: 100%;
      min-height: 350px !important;
      background: linear-gradient(180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.6) 100%);
      border-radius: 10px;
      overflow: hidden !important;
      padding: 20px 30px !important;

      .slide-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

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

      .slide-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        z-index: 2;

        .slide-logo {
          img {
            width: 100%;
            height: 100%;
            max-width: 143px;
            max-height: 45px;
          }
        }

        .slide-desc {
          margin-top: 160px;
          color: var(--text-white);
        }

        button {
          width: fit-content;
          height: auto;
          background-color: transparent;
          outline: none;
          border: none;
          color: var(--text-white);
          margin-top: 20px;
          cursor: pointer;
          text-decoration: underline;
          text-underline-offset: 2px;
        }
      }
    }

    .swiper-pagination {
      position: relative !important;
      text-align: start !important;
      margin-top: 24px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0;
      margin-right: 20px;
    }

    .swiper-pagination-bullet {
      position: relative;
      width: 25px !important;
      height: 3px !important;
      border-radius: 5px !important;
      text-align: left;
      margin-right: 20px;
      background-color: var(--bg-light-blue) !important;
      transition: all 0.2s ease;
      opacity: 1 !important;

      i {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        height: 3px !important;
        border-radius: 5px !important;
        background-color: var(--bg-light-blue) !important;
      }

      b {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: 3px !important;
        border-radius: 5px !important;
        background-color: rgba(17, 17, 17, 1);
      }
    }

    .swiper-pagination-bullet-active {
      background-color: var(--bg-light-blue) !important;
      width: 68px !important;
      height: 3px !important;
      transition: all 0.2s ease;

      b {
        animation-name: countingBar2;
        animation-duration: 5s;
        animation-timing-function: ease-in;
        animation-iteration-count: 1;
        animation-direction: alternate;
        animation-fill-mode: forwards;
      }
    }
  }

  @keyframes countingBar2 {
    0% {
      width: 0;
    }

    100% {
      width: 100%;
    }
  }
}

/* Knowledge - Section 6  */
.knowledge {
  margin-block: var(--spacer-120);
  display: flex;
  flex-direction: column;
  gap: 60px;

  /* Section Title */
  .sectionTitle {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  /* Grid Layout */
  .knowledge-grid-container {
    .knowledge-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      padding: 1rem;
    }
  }

  /* Card Styles */
  .card {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: var(--border-light-blue);
    background: var(--bg-white);
    overflow: hidden;

    .card-img {
      max-width: 100%;
      max-height: 330px;
      margin-inline: auto;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 0;
      overflow: hidden;
      transition: all 0.4s ease;

      img {
        width: 100%;
        height: auto;
        scale: 1;
        transition: all 0.4s ease;
      }
    }

    .card-content {
      width: 100%;
      height: auto;
      padding: 1.25rem;
      display: flex;
      flex-direction: column;
      gap: 1.5rem;

      p {
        color: var(--text-black-primary);
      }

      .cta {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: var(--text-black-primary);
        font-size: 0.875rem;
        font-weight: normal;

        &::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          width: 35%;
          height: 0.5px;
          background-color: var(--bg-arcon-red);
          opacity: 0;
          transition: opacity 300ms, transform 300ms;
        }

        &:hover::after,
        &:focus::after {
          opacity: 1;
        }
      }
    }

    &:hover {
      background: var(--section-gradient);

      .card-img {
        margin-inline: auto;
        max-width: 250px;
        margin-top: 10px;
        margin-bottom: 3px;
        border-radius: 10px;

        img {
          scale: 1.3;
        }
      }

      .cta {
        color: var(--text-arcon-red);
        transition: all 0.4s ease;
      }

      .cta::after {
        opacity: 1;
      }
    }
  }
}

/* Media Queries - Desktop First */
@media (max-width: 1024px) {
  .knowledge {
    gap: 32px;
    margin-block: var(--spacer-60);

    .sectionTitle {
      margin: 0;
      text-align: start;
    }

    .knowledge-grid-container {
      .knowledge-grid {
        padding: 0;
        grid-template-columns: 1fr;
      }

      .card {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border: none;

        .card-img {
          max-width: 145px;
          max-height: 100px;
          border-radius: 0.5rem;
          overflow: hidden;
        }

        .card-content {
          gap: 8px;
          padding-block: 8.5px;

          .cta {
            text-decoration: underline;
            text-underline-offset: 2px;

            &::after {
              content: none;
              position: relative;
            }

            &:hover::after,
            &:focus::after {
              opacity: 1;
            }
          }
        }
      }

      &:hover {
        background-color: transparent;
      }
    }

    .dropdown {
      .custom-dropdown {
        position: relative;
        width: 100%;
      }

      .dropdown-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        border: 1px solid #d8e5f4;
        border-radius: 8px;
        cursor: pointer;
        background: var(--section-gradient);
      }

      .cta-arrow {
        transition: transform 0.3s ease;
      }

      .options-container {
        position: absolute;
        top: calc(100% + (-1px));
        left: 0;
        width: 100%;
        max-height: 0;
        transition: max-height 0.3s ease;
        overflow: hidden;
        background-color: #fff;
        /* border: 1px solid #d8e5f4; */
        border-top: 0;
        border-radius: 8px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        z-index: 10;
      }

      .dropdown-option {
        padding: 12px 20px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        color: var(--text-black-primary);
      }

      .dropdown-option.active {
        color: var(--text-black-primary);
        opacity: 0.4;
      }

      .dropdown-open .options-container {
        max-height: 500px;
        transition: max-height 0.3s ease;
      }

      .displayNone {
        border: 0;
      }

      .dropdown-open .dropdown-cta {
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
      }

      .dropdown-open .cta-arrow {
        transform: rotate(180deg);
      }
    }
  }
}

@media (max-width: 640px) {
  & {
    &.knowledge-grid-container {
      .knowledge-grid {
        grid-template-columns: 1fr;
      }
    }
  }
}