/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*============================HERO===================*/
.scroll_down {
    bottom: 1rem;
}
section.heroContainer {
    position: relative;
    width: 100%;
    height: 100vh;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--BrandGreen500);
    overflow: hidden;
}

section.heroContainer .heroContainer_media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.heroContainer .heroContainer_info {
    z-index: 1;
    width: 38%;
}

section.heroContainer .heroContainer_info .text {
    color: var(--white);
    text-align: center;
}

section.heroContainer .heroContainer_info .text .title {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.75;
    margin: 0;
}

section.heroContainer .heroContainer_info .text .title span {
    color: var(--BrandYellow500);
    font-weight: 800;
}

section.heroContainer .heroContainer_info .text .description {
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 700;
    /*line-height: normal;*/
}
html[dir=ltr] section.heroContainer .heroContainer_info .text .description {
    font-weight: 500;
}
section.heroContainer .heroContainer_info .heroSwiper {
    position: relative;
    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;
    margin: 2rem auto 0;
    width: 70%;
    background-color: var(--BrandYellow500);
    border-radius: 1.5rem;
    padding: .25rem;
}
section.heroContainer .heroContainer_info .heroSwiper .heroSwiper-inner{
    width: 100%;
    position: relative;
}
section.heroContainer .heroContainer_info .heroSwiper .heroSwiper-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23FFC53C'/></svg>") center/100% 100% no-repeat;
    height: 100%;
    width: 1rem;
    right: -.9rem;
    z-index: 1;
}
section.heroContainer .heroContainer_info .heroSwiper .heroSwiper-inner:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%)scaleX(-1);
    -ms-transform: translateY(-50%)scaleX(-1);
    transform: translateY(-50%)scaleX(-1);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.22 14.01'><path d='m0-.14C0,3.09,2.62,5.71,5.85,5.71h50.6c.55,0,1,.45,1,1s-.45,1-1,1H6.15C2.75,7.71,0,10.47,0,13.86s-2.75,6.15-6.15,6.15h-260.7c-3.4,0-6.15-2.75-6.15-6.15s-2.75-6.15-6.15-6.15h-110.4c-.55,0-1-.45-1-1s.45-1,1-1h110.69c3.23,0,5.85-2.62,5.85-5.85s2.62-5.85,5.85-5.85H-5.85C-2.62-5.99,0-3.37,0-.14Z' fill='%23FFC53C'/></svg>") center/100% 100% no-repeat;
    height: 100%;
    width: 1rem;
    left: -.9rem;
    z-index: 1;
}

.heroSwiper .swiper-slide {
    padding: .5rem .625rem;
}

.heroSwiper .swiper-slide > * {
    display: block;
    font-size: 0.97rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.heroSwiper .swiper-slide .before {}

.heroSwiper .swiper-slide .number {
    font-size: 2.25rem;
    font-weight: 400;
    /*font-family: var(--font-bingo);*/
    text-align: center;
    line-height: 1;
}

.heroSwiper .swiper-slide .after {
    text-align: left;
}
html[dir="ltr"] .heroSwiper .swiper-slide .after {
    text-align: right;
}
section.heroContainer .heroContainer_info .heroSwiper .line {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 100%;
    height: 6px;
    background: var(--BrandYellow500);
    z-index: 1;
    -webkit-transform: scaleX(10);
    -ms-transform: scaleX(10);
    transform: scaleX(10);
}
.heroSwiper .swiper {
    height: 5.375rem;
}
.heroSwiper .swiper-pagination-bullets {
    top: auto;
    bottom: calc(-.125rem * 3);
}
.heroSwiper .swiper-pagination-bullets span.swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 4px;
    width: 0.75rem;
    height: .125rem;
    background-color: #A4AEAC;
    opacity: 1;
}
.heroSwiper .swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--BrandGreen600);
}
section.heroContainer .heroContainer_info .heroCta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    width: 80%;
}

section.heroContainer .heroContainer_info .heroCta > * {
    width: 50%;
    /*background: linear-gradient(90deg, rgba(255, 197, 60, 0.00) 0%, rgba(255, 197, 60, 0.00) 100%);*/
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    color: var(--white);
    border-radius: 6.25rem;
}
/*============================HERO===================*/
/*============================FUND ITEMS===================*/
/*.fundItems {*/
/*    margin: var(--SPACE-5XL) 0;*/
/*    column-gap: 5.06rem;*/
/*    row-gap: var(--SPACE-5XL);*/
/*}*/
.fundItems {
    margin-bottom: 5rem;
}
/*============================FUND ITEMS===================*/
/*===================================================RESPONSIVE*/
@media only screen and (max-width: 768px){
    :root{
        --SPACE-5XL: 1.25rem;
    }
    section.heroContainer .heroContainer_info .heroSwiper {
        width: calc(100% - var(--spaceX) * 2);
    }
    section.heroContainer .heroContainer_info {
        width: 100%;
    }
    section.heroContainer .heroContainer_info .text {
        padding-right: var(--spaceX);
        padding-left: var(--spaceX);
    }
    section.heroContainer .heroContainer_info .text .title {
        font-size: 1.75rem;
        line-height: 1.5;
    }
    section.heroContainer .heroContainer_info .heroCta {
        gap: 1rem;
        width: calc(100% - 40px);
    }
}
@media only screen and (min-width: 640px) and (max-width: 768px){
    section.heroContainer .heroContainer_info .heroSwiper {
        width: 60%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1199px){
    section.heroContainer .heroContainer_info {
        width: 70%;
    }

}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
    section.heroContainer .heroContainer_info {
        width: 40%;
    }
    section.heroContainer .heroContainer_info .text .title {
        font-size: 2.125rem;
    }
    .heroSwiper .swiper-slide .number {
        font-size: 1.75rem;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px){
    .heroSwiper .swiper-slide .number {
        font-size: 1.75rem;
    }
    section.heroContainer .heroContainer_info .text .title {
        font-size: 2rem;
    }
}


