/*=============================educationalContainer=============================*/
/*.stickyDiagonalContainer {*/
/*    position: relative;*/
/*}*/
/*.stickyDiagonalContainer .animatedPattern {*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    transform: scaleX(-1);*/
/*}*/
/*.stickyDiagonal {*/
/*    position: sticky;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    top: calc(var(--headerHeight) + var(--headerTop) + .5rem);*/
/*    pointer-events: none;*/
/*}*/
/*.stickyDiagonal img {*/
/*    width: 2.3125rem;*/
/*    height: 3rem;*/
/*    margin: auto;*/
/*}*/
section.educationalContainer ,
section.socialContainer ,
.financialTrendsSliderWrapper{
    position: relative;
    margin-top: var(--space4Y);
    margin-bottom: var(--space4Y);
    padding-bottom: calc(var(--space4Y) * 2);
}
section.educationalContainer > .title {
    margin-bottom: 6rem;
}
.educational-swiper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    direction: rtl;
}
html[dir=ltr] .educational-swiper {
    direction: ltr;
}
.educational-swiper .swiper-slide {
    background: #fff;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-pagination {
    bottom: 0 !important;
    top: auto !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--BrandYellow500);
    -webkit-box-shadow: 0 0 5px 1px var(--BrandYellow500);
    box-shadow: 0 0 5px 1px var(--BrandYellow500);
}

span.swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
    border-radius: 0;
    margin: 0 calc(0.4375rem/2) !important;
}


:not(.swiper-initialized) .educational-swiper .swiper-slide {
    width: 100%;
    margin-left: var(--spaceX);
}
html[dir="ltr"] :not(.swiper-initialized) .educational-swiper .swiper-slide {
    margin-right: var(--spaceX);
    margin-left: 0;
}
.educational-swiper .swiper-slide {
    width: 25%;
    height: auto;
}
.educational-swiper .fundItem {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.educational-swiper {
    padding-right: var(--spaceX);
    /* overflow: hidden; */
    margin-top: 3rem;
}
html[dir="ltr"] .educational-swiper {
    padding-left: var(--spaceX);
    padding-right: 0;
}
.educational-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    overflow: hidden;
    aspect-ratio: 4.57;
}
.educationalContainer .fundItem > *:last-child {
    margin-bottom: 0;
}
.educational-swiper span.pre.preText {
    color: var(--BrandYellow600);
}
.title-view-date-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: .5rem;
}

.title-view-date-wrapper h3 {
    margin: 0;
    font-size: 1.35rem;
}
.row.fundItem-title.blog-content {
    width: 100%;
    color: #000;
}

.row.fundItem-title.blog-content .text {
    width: 100%;
}

.swiper.educational-swiper .fundItem .foundItem-inner > * {
    margin-bottom: 1rem;
}
.swiper.educational-swiper .fundItem .foundItem-inner > *:last-child {
    margin: 0;
}
.title-view-date-wrapper .view-date-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 0.3rem;
}

.title-view-date-wrapper .view-date-wrapper .viewDateWrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.5rem;
    font-style: normal;
    border-radius: 0.5625rem;
    background: -o-radial-gradient(50% 106.25%, 28.8% 35.42%, #529B89 0%, var(--BrandGreen500) 100%);
    background: radial-gradient(28.8% 35.42% at 50% 106.25%, #529B89 0%, var(--BrandGreen500) 100%);
    color: var(--white);
    padding: 4px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: .25rem;
    -moz-column-gap: .25rem;
    column-gap: .25rem;
}
.stickyDiagonalContainer .animatedPattern {
    position: absolute;
    height: 100%;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.stickyDiagonalContainer {
    position: relative;
    margin-bottom: var(--space4Y);
    padding-bottom: 3rem;
}
section.homeBlogContainer {
    cursor: -webkit-grab;
    cursor: grab;
}
/*=============================educationalContainer=============================*/

/*===================================================RESPONSIVE*/
@media only screen and (max-width: 768px){
    section.educationalContainer > .title {
        margin-bottom: 3.5rem;
    }
    .educational-swiper {
        padding-left: var(--spaceX);
    }
    html[dir="ltr"] .educational-swiper {
        padding-right: var(--spaceX);
    }
    .title-view-date-wrapper h3 {
        font-size: 1rem;
    }
    .educational-swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        aspect-ratio: 1;
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    .educational-swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        aspect-ratio: 2.23;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    .title-view-date-wrapper h3 {
        font-size: 1rem;
    }
    .educational-swiper:not(.swiper-initialized) .swiper-wrapper {
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        aspect-ratio: 3.02;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .educational-swiper {
        margin-top: 2rem;
    }
    .title-view-date-wrapper h3 {
        font-size: 1rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .title-view-date-wrapper h3 {
        font-size: 1.125rem;
    }
}