.visible--list-content ul {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 16px 25px;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: radial-gradient(3.44% 36.78% at 55.72% 59.09%, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.00) 100%), rgba(251, 251, 251, 0.10);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.15);
}

section.visible--on-scroll-component {
    padding: 60px 0px;
    background: #F6F6F6;
}

.visible--list-content ul li a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    padding: 10px 20px;
    display: block;
}

.arrow--outer {
    display: flex;
    justify-content: center;
    position: relative;
}

.arrow--innerWrap {
    display: flex;
    gap: 50px;
    padding: 60px 0px 0px;
}

.assessment--Outer {
    text-align: center;
    width: 375px;
    position: relative;
    z-index: 1;
    /* left: -24px; */
}

.assessment--Outer h4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 8px 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}

.arrow--outer:after {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    background: var(--primary-color);
    top: -8px;
    border-radius: 90%;
    border: 3px solid #fff;
}

.arrows--bg {
    position: absolute;
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    right: 0;
}

.arrow--left {
    width: 100%;
    text-align: right;
    position: relative;
    left: 1px;
}

.arrow--right {
    width: 100%;
    text-align: left;
    position: relative;
    left: -1px;
}

.assessment--OuterBlock {
    margin-top: 100px;
}

.assessment--GridBlock {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.05);
    /* padding: 20px; */
    margin-bottom: 20px;
    height: 100px;
    position: relative;
    /* display: grid; */
    /* align-items: end; */
}

.assessment--OuterBlock h4 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.assessment--GridBlock h3 {
    font-size: 22px;
    font-weight: 400;
    /* line-height: 100px; */ /* 121.429% */
    color: var(--primary-color);
    /* margin-bottom: 20px; */
    padding: 10px 20px 10px;
}

.bottom--arrow {text-align: center;}



.scroll-steps-wrapper {
  position: relative;
  height: calc(100vh * 6);
}

.scroll-steps-sticky {
  position: sticky;
  top: 90px;
  /* height: 100vh; */
}

.scroll-inner {
  height: 100%;
  overflow: hidden;
}

.final-reveal .scroll-inner {
  overflow-y: auto;
  padding-bottom: 80px;
}


.assessment--OuterBlock {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.arrow--outer .assessment--Outer,
.arrow--left,
.arrow--right {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s ease, transform .4s ease;
}

.arrow--outer .is-visible {
  opacity: 1;
  transform: translateY(0);
}


.is-active {
  opacity: 1;
  transform: translateY(0);
}



.visible--on-scroll-component {
  overflow: visible;
}

.scroll-inner {
  scrollbar-gutter: stable;
}
p.reveal--content{
    background: var(--primary-color);
    color:#fff;
    transform: translateY(0px);
}
p.sticky--content{
    color:#000;
}
p.reveal--content, p.sticky--content {
    border-radius: 0px 0px 20px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    transform: translateY(0px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.bottom--arrow {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease;
}

.bottom--arrow.is-active {
    opacity: 1;
    transform: translateY(0px);
}
.visible--list-content ul li {
    /* width: 100%; */
    background: #000;
    line-height: 30px;
    border-radius: 40px;
    text-align:center;
}

/* Base state */
.sticky--content,
.reveal--content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
}

/* Sticky visible */
.is-sticky-visible .sticky--content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Reveal visible */
.is-reveal-visible .reveal--content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*  */

.assessment--OuterBlock a {
    text-decoration: none;
}


@media (max-width: 768px) {
    /* how we*/
    .assessment--Outer{
        margin:20px 0px;
        width: 100%;
    }
    .assessment--Outer h4{
        width:100%;
        padding:7px;
        font-size: 13px;
    }
    .visible--list-content ul li a {
        font-size: 16px
    }
    p.sticky--content{
        font-size: 16px;
        line-height: normal;
        visibility: visible;
        position: unset;
        opacity: 1;
    }
    p.reveal--content {
        font-size: 16px;
        line-height: normal;
        position: unset;
        visibility: visible;
        opacity: 1;
    }
    .visible--list-content ul {
        display: inline-grid;
        width: 100%;
    }
    
    .visible--list-content ul li {
        font-size: 18px;
        text-align: center;
        padding: 0px 15px;
    }

    .scroll-steps-wrapper {
        padding-bottom: 0px !important;
        overflow: unset;
        height: 100%;
    }

    .scroll-steps-sticky {
        position: relative;
        height: auto;
        top: 0;
    }

    .scroll-inner {
        overflow: visible;
        height: auto;
        padding-bottom: 60px;
    }

    .bottom--arrow {
        display: none;
    }
    .assessment--OuterBlock{
        /* margin-top:20px; */
        transform: unset;
        transition: unset;
        opacity: 1;
        margin: 0;
    }
    .visible--list-content, .arrow--outer, .assessment--OuterBlock {
        opacity: 1;
    }

    .arrow--outer:after {
        display: none;
    }

    .arrow--outer {
        display: none;
    }

    .assessment--GridBlock {
        height: auto;
    }
    .visible--list-content ul li a {
        display: block;
    }

    .assessment--GridBlock h3 {
        padding: 20px 20px 0;
        font-size: 18px;
        line-height: normal;
    }
}