.sp-brochure {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 83px;
}

.sp-brochure-content {
    max-width: 1194px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.left-container .title {
    color: #00a2d1;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.18px;
}
.left-container ul {
    padding: 0px;
}

.left-container {
    max-width: 320px;
    width: 100%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
    z-index: 9;
}

.left-container ul li {
    background-image: url("../images/arrow-gray.png");
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    list-style-type: none;
    margin-top: 16px;

    color: #6c737e;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.left-container ul li.active {
    background-image: url("../images/arrow-blue.png");
    color: #019bc8;
}
.section {
    margin-bottom: 48px;
    scroll-margin-top: 120px;
}

.section:last-child {
    margin-bottom: 0px;
}

.section-title {
    color: #363636;
    font-family: Nunito;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 48px;
}

.section-title.m-b-24 {
    margin-bottom: 24px;
}

.right-container {
    max-width: 789px;
}

.small-section {
    margin-top: 24px;
}
.send-to-email {
    color: #00a2d1;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Accordion Styles */
.accordion {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eaecf0;
    background: #f0f9fc;
    padding: 12px 24px 24px 24px;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item:last-child .accordion-header {
    padding: 20px 0 0px;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-title {
    color: #363636;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.2px;
    margin: 0;
    padding-right: 20px;
    flex: 1;
}

.accordion-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #96a0aa;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    color: #00a2d1;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition:
        max-height 0.3s ease,
        padding 0.3s ease;
    padding: 0;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding-bottom: 20px;
}

.accordion-content p,
.accordion-content ul li {
    color: #363636;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 30px;
}
#introduction {
    border-bottom: 1px solid #eaecf0;
    padding-bottom: 24px;
    margin-bottom: 48px;
}
.section-content p {
    color: #363636;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.section-content p:last-child {
    margin-bottom: 0px;
}
.section-content p:first-child {
    margin-bottom: 20px !important;
}
#notes .section-content p {
    font-weight: 300 !important;
}

#notes .section-content strong {
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

/* Mobile sticky menu adjustment */
@media screen and (max-width: 991px) {
    /* .left-container {
        top: 250px !important;
    } */
    .section {
        scroll-margin-top: 270px;
    }
}

@media screen and (max-width: 767px) {
    /* .left-container {
        top: 280px !important;
    } */
    .section {
        scroll-margin-top: 300px;
    }
}
