lite-youtube {
    background-color: #000;
    position: relative;
    display: block;
    contain: content;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    max-width: 720px;
}

/* gradient */
lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
    width: 68px;
    height: 48px;
    position: absolute;
    cursor: pointer;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
    background-color: transparent;
    /* YT's actual play button svg */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
    filter: grayscale(100%);
    transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
    border: none;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
    filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
    cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
    opacity: 0;
    pointer-events: none;
}

.lyt-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

.container{width:100%}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@font-face{font-display:swap;font-family:OrbikularLight;font-style:normal;font-weight:400;src:url(/assets/front/fonts/Orbikular-Light.woff2) format("woff2"),url(/assets/front/fonts/Orbikular-Light.woff) format("woff")}@font-face{font-display:swap;font-family:OrbikularExtraLightItalic;font-style:normal;font-weight:400;src:url(/assets/front/fonts/Orbikular-ExtraLightItalic.woff2) format("woff2"),url(/assets/front/fonts/Orbikular-ExtraLightItalic.woff) format("woff")}@-webkit-keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCircle{to{stroke-dashoffset:0}}@-webkit-keyframes fade{to{opacity:1}}@keyframes fade{to{opacity:1}}@-webkit-keyframes fadeTransparent{to{opacity:.3}}@keyframes fadeTransparent{to{opacity:.3}}@-webkit-keyframes show{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@keyframes show{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}@media screen and (min-width:768px){.slider--no-overflow .swiper-container{overflow:hidden}}.slider__button{background-color:#529da5;border-radius:1.5rem;height:2rem;transition:background-color .4s ease-in-out;width:2.75rem}@media screen and (min-width:768px){.slider__button{height:3rem;width:4rem}}.slider__button svg{stroke:#fff;transition:stroke .4s ease-in-out}@media screen and (max-width:767px){.slider__button svg{height:auto;width:1.125rem}}@media screen and (min-width:1280px){.slider__button:hover{background-color:#002e38}}.slider__button.swiper-button-disabled{opacity:.5;pointer-events:none}.slider__button.swiper-button-lock{visibility:hidden}.slider__button--prev{transform:scaleX(-1)}@media screen and (min-width:1024px){.slider__title{width:50%}}.slider .swiper-pagination-bullets{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;padding-bottom:.25rem}.slider .swiper-pagination-lock{display:none}.slider .swiper-slide{display:flex;height:auto!important}.slider .swiper-pagination-bullet{border:1px solid #d2d0c7;border-radius:50%;cursor:pointer;display:block;height:.5rem;transition:transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;width:.5rem}@media screen and (min-width:768px){.slider .swiper-pagination-bullet{height:.6875rem;width:.6875rem}}.slider .swiper-pagination-bullet:not(:last-child){margin-right:.5rem}.slider .swiper-pagination-bullet-active,.slider .swiper-pagination-bullet:hover{background-color:#529da5;border-color:#529da5}.slider .swiper-pagination-bullet-active{transform:scale(1.3)}.modals{height:100%;left:0;pointer-events:none;position:fixed;top:0;z-index:200}.modal{background:rgba(0,46,56,.6);display:flex;height:100%;justify-content:flex-end;pointer-events:auto;position:absolute;transition:opacity .3s cubic-bezier(.215,.61,.355,1),visibility .3s cubic-bezier(.215,.61,.355,1);width:100vw}.modal .fluid-grid{pointer-events:none}@media screen and (min-width:768px){.modal .fluid-grid{margin:0 3rem 0 0}}@media screen and (min-width:1024px){.modal .fluid-grid{margin-right:6.25rem}}.modal__inner{background-color:#fff;height:100vh;height:calc(var(--vh, 1vh)*100);height:-webkit-fill-available;margin:0 -2rem;padding:0 2rem;pointer-events:all;position:relative;z-index:1}@media screen and (min-width:768px){.modal__inner{margin:0 -3rem;padding:0 3rem}}@media screen and (min-width:1024px){.modal__inner{margin:0;padding:0}}.modal__inner:before{background-color:#fff;bottom:0;content:"";position:absolute;right:0;top:0;transform:translateX(100%);width:6.25rem}@media screen and (max-width:1023px){.modal__inner:before{display:none}}.modal__title{font-size:2.25rem;font-weight:300;letter-spacing:-1px;line-height:1}@media screen and (min-width:768px){.modal__title{font-size:3.5rem;letter-spacing:-2px}}.modal__wrap{height:100vh;margin:0 -2rem;max-height:100vh;max-height:calc(var(--vh, 1vh)*100);max-height:-webkit-fill-available;overflow:auto}@media screen and (min-width:768px){.modal__wrap{margin:0 -3rem}}@media screen and (min-width:1024px){.modal__wrap{margin-left:0;margin-right:-6.25rem}}.modal__wrap-inner{padding:3.5rem 2rem 2rem;z-index:2}@media screen and (min-width:768px){.modal__wrap-inner{padding:5rem 3rem 2rem}}@media screen and (min-width:1024px){.modal__wrap-inner{padding:5rem 6.25rem 2rem 14%}}.modal__close{border-radius:50%;position:absolute;right:2rem;top:1.5rem;transition:opacity .4s ease-in-out;z-index:3}.modal__close:hover{opacity:.6}.modal__close:focus{outline:none}@media screen and (min-width:1024px){.modal__close{right:-4.75rem}}@media screen and (max-width:767px){.modal__close svg{height:2.5rem;width:2.5rem}}.modal.is-hidden{opacity:0;visibility:hidden}.modal.is-hidden,.modal.is-hidden .modal__inner{pointer-events:none}.hero{color:#fff;min-height:33.75rem;padding:6.5625rem 0 2.5rem}@media screen and (min-width:768px){.hero{min-height:100vh}}.hero--cream{color:#002e38}.hero--cream:after,.hero--cream:before{display:none}.hero--cream:not(.is-contact){margin-bottom:-2rem}@media screen and (min-width:768px){.hero--cream:not(.is-contact){margin-bottom:-5rem}}@media screen and (min-width:1024px)and (min-height:940px){.hero{min-height:58.75rem}}@media screen and (min-width:768px){.hero{padding:8.75rem 0 5rem}}.hero:before{bottom:0;height:18.75rem;left:0;width:18.75rem}@media screen and (max-width:767px){.hero:before{display:none}}@media screen and (min-width:1600px){.hero:before{left:auto;right:calc(50vw + 800px);transform:translateX(100%)}}.hero:after{bottom:0;height:20rem;right:0;width:17.5rem}@media screen and (min-width:768px){.hero:after{height:35.375rem;width:34.375rem}}@media screen and (min-width:1600px){.hero:after{left:calc(50vw + 800px);right:auto;transform:translateX(-100%)}}@media screen and (min-width:1024px){.hero__chapo{padding-right:15%}.hero__chapo-news{padding-right:40%}}.hero__scroll{border:1px solid #fff;border-radius:2.5rem;bottom:4rem;color:#fff;position:absolute;right:calc(2.5rem + var(--scrollbar-width));transition:background-color .4s ease-in-out;z-index:3}.hero__scroll svg{fill:currentColor;stroke:currentColor;transition:fill .4s ease-in-out,stroke .4s ease-in-out}.hero__scroll:hover{background-color:#fff;color:#002e38}.hero__scroll--dark{border-color:#002e38;color:#002e38}.hero__scroll--dark:hover{background-color:#002e38;color:#fff}.hero__scroll--prune{border-color:#312244;color:#312244}.hero__scroll--prune:hover{background-color:#312244;color:#fff}@media screen and (max-width:767px){.hero__scroll{display:none}}.hero__deco{pointer-events:none;position:absolute;z-index:2}.hero__deco svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (min-width:768px){.hero__deco path:not(.stroke){-webkit-animation:fade .4s ease-in-out forwards;animation:fade .4s ease-in-out forwards;opacity:0}}.hero__deco--stars-circle{height:17.5rem;right:-9rem;top:-2rem;width:17.8125rem}@media screen and (min-width:768px){.hero__deco--stars-circle{height:29.75rem;right:-11rem;top:0;width:30.125rem}.hero__deco--stars-circle .stars-filled:nth-last-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--stars-circle .stars-filled:nth-last-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--stars-circle .stars-filled:nth-last-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--stars-circle .stars-filled:nth-last-child(4n){-webkit-animation-delay:.8s;animation-delay:.8s}.hero__deco--stars-circle .stars-filled:nth-last-child(5n){-webkit-animation-delay:1s;animation-delay:1s}.hero__deco--stars-circle .stars-filled:nth-last-child(6n){-webkit-animation-delay:1.2s;animation-delay:1.2s}.hero__deco--stars-circle .stars-stroke{stroke-dasharray:370;stroke-dashoffset:370;-webkit-animation:drawCircle 1s ease-in-out forwards;animation:drawCircle 1s ease-in-out forwards}.hero__deco--stars-circle .stars-stroke:nth-child(odd){-webkit-animation-delay:.3s;animation-delay:.3s}}@media screen and (min-width:1280px){.hero__deco--stars-circle{right:0}}.hero__deco--stars{height:32.125rem;right:-2rem;top:-16.5rem;width:17.75rem}@media screen and (min-width:768px){.hero__deco--stars{height:56.5625rem;right:-7rem;top:-25.5rem;width:31.25rem}.hero__deco--stars path:nth-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--stars path:nth-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--stars path:nth-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--stars path:nth-child(4n){-webkit-animation-delay:.8s;animation-delay:.8s}}@media screen and (min-width:1024px){.hero__deco--stars{bottom:-2.5rem;height:auto;right:0;top:-6.75rem;width:34%}}@media screen and (max-width:767px){.hero__deco--news{height:25.3125rem;max-width:none;right:-22.5rem;top:-4.5rem;width:37.5rem}}@media screen and (min-width:768px){.hero__deco--news{height:36.875rem;max-height:calc(100% + 5rem);right:-8.125rem;top:0}.hero__deco--news .star:nth-child(1n){-webkit-animation-delay:.1s;animation-delay:.1s}.hero__deco--news .star:nth-child(2n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--news .star:nth-child(3n){-webkit-animation-delay:.3s;animation-delay:.3s}.hero__deco--news .star:nth-child(4n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--news .star:nth-child(5n){-webkit-animation-delay:.5s;animation-delay:.5s}.hero__deco--news .star:nth-child(6n){-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--news .circle{stroke-dasharray:550;stroke-dashoffset:550;-webkit-animation:drawCircle 1s ease-in-out forwards;animation:drawCircle 1s ease-in-out forwards}.hero__deco--news .circle:nth-child(odd){-webkit-animation-delay:.3s;animation-delay:.3s}}@media screen and (min-width:1280px){.hero__deco--news{height:44.0625rem;right:-11rem}}.hero__deco--single-star{height:20rem;right:-9rem;top:-4.5rem;width:20rem}@media screen and (min-width:768px){.hero__deco--single-star{height:34.375rem;right:-16.5rem;width:34.375rem}}@media screen and (min-width:1024px){.hero__deco--single-star{height:89%;right:0;top:-7.5rem;width:43%}}.hero__deco--triple-stars-vert{height:25rem;right:-9rem;top:-5rem;width:auto}@media screen and (min-width:768px){.hero__deco--triple-stars-vert{height:37.5rem;right:-14rem}.hero__deco--triple-stars-vert path:first-child{-webkit-animation-delay:.6s;animation-delay:.6s}.hero__deco--triple-stars-vert path:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--triple-stars-vert path:last-child{-webkit-animation-delay:.4s;animation-delay:.4s}}@media screen and (min-width:1024px){.hero__deco--triple-stars-vert{height:86%;right:0;top:0;width:39.5%}}.hero__deco--triple-stars-hor{height:25.625rem;right:-17rem;top:-4.5rem;width:30rem}@media screen and (min-width:768px){.hero__deco--triple-stars-hor{height:37.375rem;width:43.75rem}.hero__deco--triple-stars-hor path:first-child,.hero__deco--triple-stars-hor path:nth-child(2){-webkit-animation:fadeTransparent .4s ease-in-out forwards;animation:fadeTransparent .4s ease-in-out forwards}.hero__deco--triple-stars-hor path:nth-last-child(1n){-webkit-animation-delay:.2s;animation-delay:.2s}.hero__deco--triple-stars-hor path:nth-last-child(2n){-webkit-animation-delay:.4s;animation-delay:.4s}.hero__deco--triple-stars-hor path:nth-last-child(3n){-webkit-animation-delay:.6s;animation-delay:.6s}}@media screen and (min-width:1024px){.hero__deco--triple-stars-hor{bottom:0;height:auto;right:-6.25rem;top:-2.5rem;width:56%}}.hero__deco--geometric{bottom:-2.5rem;height:34.375rem;right:-2rem;width:19.375rem}@media screen and (min-width:768px){.hero__deco--geometric{bottom:-5rem;height:55rem;right:-3rem;width:31.25rem}}@media screen and (min-width:1024px){.hero__deco--geometric{bottom:-5rem;height:auto;right:-6.25rem;top:-1.25rem;width:65%}}.hero--green{background-image:linear-gradient(137deg,#002e38 21%,#599ba9 171%,#312244 0,#599ba9 0)}.hero--green:after,.hero--green:before{background-color:#529da5;opacity:.15}@media screen and (max-width:1023px){.hero--green .hero__deco--geometric{bottom:auto;height:auto;right:-22rem;top:7.5rem;width:50rem}}@media screen and (max-width:767px){.hero--green .hero__deco--geometric{right:-15rem;top:3.5rem;width:32.375rem}}.hero--purple{background-color:#312244}.hero--purple:after,.hero--purple:before{background-color:#dcd2dc;opacity:.1}@media screen and (max-width:767px){.filters{height:2.625rem}}.filters__toggle{align-items:center;background-color:#f5f4ec;border-radius:2.375rem;display:flex;font-family:OrbikularLight,serif;font-size:.875rem;justify-content:space-between;padding:.75rem 1.5rem;position:relative;transition:color .4s ease-in-out,background-color .4s ease-in-out;width:15.625rem;z-index:3}@media screen and (min-width:768px){.filters__toggle{font-size:1.125rem}}.filters__toggle svg{stroke:currentColor;margin-left:1rem}.filters__toggle.is-active svg{transform:scaleY(-1)}.filters__toggle:not(.is-active):hover{background-color:#002e38;color:#f5f4ec}.filters__mobile-wrap{display:inline-block;position:relative;z-index:3}@media screen and (max-width:767px){.filters__mobile-wrap.is-fixed{-webkit-animation:slideIn .4s ease-in-out forwards;animation:slideIn .4s ease-in-out forwards;background-color:#fbfaf4;box-shadow:0 6px 8px 0 rgba(0,0,0,.1);left:0;padding:.875rem 2rem 1.125rem;position:fixed;right:0;top:5rem;transform:translateY(-100%);z-index:19}.filters__mobile-wrap.is-fixed .filters__toggle{width:100%}}.filters__dropdown{opacity:0;transition:opacity .4s ease-in-out,visibility .4s ease-in-out;visibility:hidden}.filters__dropdown.is-active{opacity:1;visibility:visible}@-webkit-keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes slideIn{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.ais-RefinementList{background-color:#f5f4ec;border-radius:0 0 1rem 1rem;box-shadow:0 6px 8px 0 rgba(0,0,0,.1);font-family:OrbikularLight,serif;font-size:.875rem;left:0;padding:1.25rem 1.5rem;position:absolute;right:0;top:1.5rem;z-index:-1}@media screen and (max-width:767px){.is-fixed .ais-RefinementList{left:50%;top:2.5rem;transform:translateX(-50%);width:calc(100% - 4rem)}}@media screen and (min-width:768px){.ais-RefinementList{border-radius:0 0 2.375rem 2.375rem;font-size:1.125rem;top:2rem}}.ais-RefinementList-label{position:relative}.ais-RefinementList-label input{left:0;opacity:0;position:absolute;top:0}.ais-RefinementList-labelText{cursor:pointer;display:block;padding-left:1.5rem;position:relative}.ais-RefinementList-labelText:after,.ais-RefinementList-labelText:before{content:"";position:absolute}.ais-RefinementList-labelText:before{border:1px solid #002e38;border-radius:.25rem;height:1rem;left:0;top:2px;transition:border .4s ease-in-out;width:1rem}.ais-RefinementList-labelText:after{background-color:#002e38;border-radius:2px;height:.5rem;left:.25rem;opacity:0;top:.375rem;transition:opacity .4s ease-in-out;width:.5rem}input:checked+.ais-RefinementList-labelText:after{opacity:1}.ais-RefinementList-count{display:none}.ais-RefinementList-item:not(:last-child){margin-bottom:.5rem}.fund--purple{background-color:#77668a}.fund--purple:before{background-color:#e6a284}.fund--purple:after{background-color:#b680a7}.fund--purple .icon-star{fill:#f4d0f4}.fund--dark-blue{background-color:#40586e}.fund--dark-blue:before{background-color:#7c9ebd}.fund--dark-blue:after{background-color:#002e38}.fund--dark-blue .icon-star{fill:#93cbd1}.fund--green{background-color:#3b8487}.fund--green:before{background-color:#6df3d8}.fund--green:after{background-color:#3b8487}.fund--green .icon-star{fill:#93cbd1}.fund--dark-purple{background-color:#1b394b}.fund--dark-purple:before{background-color:#e6a284}.fund--dark-purple:after{background-color:#b680a7}.fund--dark-purple .icon-star{fill:#b680a7}.fund--light-green{background-color:#cae2de}.fund--light-green:before{background-color:#529da5}.fund--light-green:after{background-color:#ffe8ca}.fund--light-green .icon-star{fill:#529da5}.fund--green-blue{background-color:#002b38}.fund--green-blue:before{background-color:#0f879c}.fund--green-blue:after{background-color:#002b38}.fund--green-blue .icon-star{fill:#094f5d}.fund--light-green{color:#002e38!important}.fund--light-green .fund-card__arrow{stroke:#002e38}.fund--light-green .fund__subscription{border-color:rgba(0,46,56,.5)!important}.fund__subscription{align-items:center;border:1px solid hsla(0,0%,100%,.5);border-radius:.875rem;display:inline-flex;flex-shrink:0;font-size:.8125rem;font-weight:600;height:2rem;line-height:1;padding:0 1rem;text-transform:uppercase}@media screen and (max-width:1023px){.fund__subscription--small{font-size:.625rem}}.fund__subscription svg{margin-right:.625rem}.hero-fund{color:#fff;padding:6.5625rem 0 2.5rem}.hero-fund .title-3 span{color:currentColor}@media screen and (min-width:768px){.hero-fund__ctas,.hero-fund__texts{-webkit-animation:show 1s ease-in-out forwards;animation:show 1s ease-in-out forwards}}.hero-fund__ctas{-webkit-animation-delay:.6s;animation-delay:.6s}.hero-fund--light-green{color:#002e38}.hero-fund--light-green .fund__subscription{border-color:rgba(0,46,56,.5)}.hero-fund--light-green .button-dl{border:1px solid rgba(0,46,56,.5)}.hero-fund__deco-top{height:14.25rem;position:absolute;right:-9.5rem;top:-9rem;width:22.125rem;z-index:-1}@media screen and (min-width:768px){.hero-fund__deco-top{height:auto;right:-14rem;top:-11rem;width:auto}.hero-fund__deco-top path{-webkit-animation:fade .4s ease-in-out .3s forwards;animation:fade .4s ease-in-out .3s forwards;opacity:0}.hero-fund__deco-top path:first-child{-webkit-animation-delay:.5s;animation-delay:.5s}}@media screen and (min-width:1024px){.hero-fund__deco-top{margin-top:-6.25rem;position:static}}@media screen and (max-width:767px){.hero-fund__deco-left{opacity:.7;position:absolute;right:-2rem;top:-2rem;transform:translateX(50%);z-index:-1}.hero-fund__deco-left--square{height:16.25rem;width:auto}}@media screen and (min-width:1280px){.hero-fund__deco-left--square{height:auto;width:83%}}.hero-fund__deco-left--stars-hor{height:auto;width:100%}@media screen and (max-width:767px){.hero-fund__deco-left--stars-hor{height:20rem;width:auto}.hero-fund__deco-left--stars-vert{height:33.75rem;width:auto}}@media screen and (min-width:1024px){.hero-fund__deco-left--stars-vert{height:auto;margin:0 auto;width:75%}}.hero-fund__logo{filter:grayscale(1) contrast(.5) brightness(.75) invert(1);max-height:5.5rem;width:auto}.hero-fund--purple .icon-star{fill:#f4d0f4}.hero-fund--purple .icon-stars{fill:#6b5a7e}.hero-fund--purple .hero-fund__deco-left{fill:#6b5a7e;stroke:#a178b7}.hero-fund--dark-blue .icon-star{fill:#93cbd1}.hero-fund--dark-blue .icon-stars{fill:#28434f}.hero-fund--dark-blue .hero-fund__deco-left{fill:#28434f;stroke:#7c9ebd}.hero-fund--green .icon-star{fill:#93cbd1}.hero-fund--green .icon-stars{fill:#529da5}.hero-fund--green .hero-fund__deco-left{fill:#3a7b82;stroke:#529da5}.hero-fund--dark-purple .icon-star{fill:#b680a7}.hero-fund--dark-purple .icon-stars{fill:hsla(0,0%,100%,.15)}.hero-fund--dark-purple .hero-fund__deco-left{fill:hsla(0,0%,100%,.15);stroke:rgba(182,128,167,.5)}.hero-fund--light-green .icon-star,.hero-fund--light-green .icon-stars{fill:#529da5}.hero-fund--light-green .hero-fund__deco-left{fill:#529da5;stroke:#529da5}.hero-fund--green-blue .icon-star{fill:#094f5d}@media screen and (min-width:768px){.hero-fund{padding:8.75rem 0 5rem}}.hero-fund__bg:after{height:56.25rem;opacity:.2;right:-6.25rem;top:13.375rem;width:34.375rem}.hero-fund__bg:before{height:37.125rem;left:-6.25rem;opacity:.2;top:30rem;width:18.75rem}.contribution{overflow:visible;position:relative}.contribution:after{display:none}.contribution:before{background-color:#d0e6e2;height:11.75rem;opacity:.7;right:0;top:-3rem;width:11.75rem;z-index:-1}@media screen and (min-width:768px){.contribution:before{height:14.625rem;right:5rem;width:14.625rem}}.contribution__info{font-size:1.25rem;margin-top:.5rem}@media screen and (min-width:768px){.contribution__info{margin-top:2rem}.contribution__info:nth-child(2n){width:10.9375rem}.contribution__info:nth-child(odd){width:calc(100% - 12rem)}}@media screen and (max-width:767px){.contribution__website{position:relative;top:-6px}}.contribution-modal-video{margin:0;max-width:100%;padding-inline:32px}@media screen and (min-width:768px){.contribution-modal-video{padding:0}}.push{display:flex;height:15rem;width:100%;z-index:1}@media screen and (min-width:768px){.push{overflow:visible;width:calc(50% - .5px)}}@media screen and (min-width:1024px){.push{height:21.25rem}}.push:after,.push:before{opacity:.4;transition:opacity .4s ease-in-out}.push:before{background-color:#d0e6e2;bottom:0;height:10rem;left:0;width:10.4375rem}@media screen and (min-width:1024px){.push:before{height:13.375rem;width:20.25rem}}.push:after{background-color:#d0e6e2;height:8rem;right:0;top:0;width:12.375rem}@media screen and (min-width:1024px){.push:after{height:12.75rem;width:15.75rem}}.push--talents .push__illu{height:100%;right:0;top:0;width:auto}.push--contact:after,.push--contact:before{background-color:#dcd2dc}.push--contact .push__illu{right:-6.8rem;top:3.75rem;width:20rem}@media screen and (min-width:1024px){.push--contact .push__illu{max-width:72%;right:-9.5rem;top:2.25rem;width:auto}}.push--contact .push__title{width:71%}.push--commitments:after,.push--commitments:before{background-color:#dcd2dc;opacity:.1}.push--commitments .push__illu{bottom:0;height:9.375rem;right:0;width:auto}@media screen and (min-width:1024px){.push--commitments .push__illu{height:16.875rem}}.push--commitments .push__title span{color:#a178b7}.push--commitments .push__bg{background-color:#312244}.push--vision:after,.push--vision:before{opacity:.1}.push--vision:after{height:19.375rem;width:20.3125rem}.push--vision .push__bg{background-color:#002e38}.push--vision .push__illu{right:2.5rem;top:50%;transform:translateY(-50%);width:9.375rem}@media screen and (min-width:1024px){.push--vision .push__illu{width:18.5rem}}.push--contributions .push__illu{right:4.875rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:1023px){.push--contributions .push__illu{height:auto;right:1.25rem;width:11.25rem}}.push--contributions .push__bg{background-color:#fbfaf4}.push--funds .push__illu{right:1.75rem;top:50%;transform:translateY(-50%)}@media screen and (max-width:1023px){.push--funds .push__illu{height:auto;right:0;width:12.5rem}}.push--funds:after{bottom:0;top:auto}.push__inner{display:flex;flex-direction:column;justify-content:space-between;padding:1.5rem 2rem 2rem;position:relative;width:100%;z-index:2}@media screen and (min-width:1024px){.push__inner{padding:2.5rem 3rem}}.push__bg{background-color:#f5f4ec;bottom:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (min-width:1024px){.push__bg{width:50vw}}.push__bg--left{right:0}.push__bg--right{left:0}.push__title{font-size:1.75rem;font-weight:300;letter-spacing:-2px;line-height:1;width:53%}.push__title span{font-size:2rem}@media screen and (min-width:1024px){.push__title{font-size:3rem}.push__title span{font-size:3.5rem}}.push__title--white{color:#fff}.push__title--white span{color:#d0e6e2}.push__title--prune{color:#312244}.push__title--prune span{color:#a178b7}.push__arrow{stroke:#002e38;stroke-width:1.5px;transition:transform .4s ease-in-out}.push__arrow--white{stroke:#fff}.push__arrow--prune{stroke:#312244}@media screen and (max-width:1023px){.push__arrow{height:1.5rem;width:1.5rem}}.push__illu{position:absolute;z-index:-1}.push-wrap{margin:0 -2rem}@media screen and (min-width:768px){.push-wrap{margin:0 -3rem}}@media screen and (min-width:1280px){.push-wrap{margin:0 -6.25rem}}.push:hover .push__arrow{transform:translate(.5rem,.5rem)}.contribution-card{background-color:#f5f4ec;display:block;height:0;padding-top:100%;position:relative;width:100%}.contribution-card__logo{filter:grayscale(1) contrast(.5) brightness(1);height:100%;-o-object-fit:scale-down;object-fit:scale-down;position:absolute;width:100%}.contribution-card__logo-wrap{align-items:center;display:flex;height:6.25rem;max-width:11.25rem;position:relative;width:100%}@media screen and (max-width:767px){.contribution-card__logo-wrap{flex-grow:1}}@media screen and (min-width:768px){.contribution-card__logo-wrap{margin-top:22%}}.contribution-card__inner{align-items:center;bottom:1.5rem;display:flex;flex-direction:column;justify-content:space-between;left:0;padding:0 1rem;position:absolute;right:0;top:0}@media screen and (min-width:768px){.contribution-card__inner{padding:0 2rem}}.contribution-card__tag{align-items:center;background-color:#d0e6e2;border-radius:.875rem;display:inline-flex;font-family:OrbikularLight,serif;font-size:.9375rem;letter-spacing:-.5px;margin-top:1.25rem;padding:.25rem .625rem}.contribution-card__tag svg{fill:#002e38;flex-shrink:0;margin-right:5px}.talent-card{text-align:left;width:100%}.talent-card__name{font-size:1.25rem;font-weight:300;letter-spacing:-.5px;line-height:1}@media screen and (min-width:768px){.talent-card__name{font-size:2rem}}.talent-card__job{color:#529da5}@media screen and (min-width:768px){.talent-card__job{font-size:1.25rem;letter-spacing:-.5px}}.talent-card__img-wrap{padding-top:118%;position:relative;width:100%}.talent-card__img-wrap img{left:0;position:absolute;top:0}.talent-card__hover{opacity:0;transition:opacity .4s ease-in-out}@media screen and (min-width:1280px){.talent-card:hover .talent-card__hover{opacity:1}}.talent-top{overflow:visible}.talent-top:after{display:none}.talent-top:before{background-color:#d0e6e2;height:14.625rem;opacity:.7;right:0;top:0;width:14.625rem;z-index:-1}@media screen and (min-width:768px){.talent-top:before{right:5rem}}.publication{border-radius:.75rem;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:23.125rem;padding:2rem 2rem 1.5rem}@media screen and (min-width:768px){.publication{min-height:28.75rem;padding:2.5rem 2rem 2rem}}.publication--dark-green{background-color:#002e38}.publication--teal{background-color:#529da5}.publication--prune{background-color:#312244}.publication--prune2{background-color:#4d194d}.publication--light-purple{background-color:#c3a9cc}.publication--pale-green{background-color:#80a8aa}.publication__title{font-size:2rem;letter-spacing:-1px;line-height:1;margin-bottom:1rem}@media screen and (min-width:768px){.publication__title{font-size:3rem;margin-bottom:1.5rem}}.publication__txt{font-size:1.125rem}.value{background-color:#f5f4ec;padding-top:100%;position:relative;width:100%}.value__inner{bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;padding:2rem;position:absolute;right:0;text-align:center;top:0;z-index:2}.key-figures-hp{padding:4rem 0 5rem;position:relative}@media screen and (min-width:768px){.key-figures-hp{padding:5rem 0 6rem}}@media screen and (min-width:1024px){.key-figures-hp{padding:2.25rem 0 3.25rem}}@media screen and (max-width:1279px){.key-figures-hp{margin:0 -3rem;overflow:hidden;padding-left:3rem;padding-right:3rem;position:relative}}@media screen and (max-width:767px){.key-figures-hp{margin:0 -2rem;padding-left:2rem;padding-right:2rem}}.key-figures-hp__bg{background-color:#002e38;overflow:hidden}@media screen and (max-width:1023px){.key-figures-hp__bg:before{background-color:#529da5;bottom:0;height:15.625rem;opacity:.15;right:-2rem;width:50%}.key-figures-hp__bg:after{background-color:#529da5;height:11.5625rem;left:-2rem;opacity:.15;top:0;width:75%}}@media screen and (min-width:1024px){.key-figures-hp__bg:before{background-color:#529da5;height:calc(100% - 4rem);opacity:.25;right:0;top:2rem;width:12.1875rem}.key-figures-hp__bg:after{background-color:#d0e6e2;height:18.25rem;left:0;opacity:.15;top:0;width:21.25rem}}.key-figures-hp__star{fill:#d0e6e2;position:absolute;right:-2rem;top:-.75rem}@media screen and (min-width:768px){.key-figures-hp__star{right:-2.5rem;top:1.25rem}}.key-figures-hp__item{margin-bottom:2.5rem;width:46%}@media screen and (min-width:768px){.key-figures-hp__item{margin-bottom:3.5rem}}@media screen and (min-width:1280px){.key-figures-hp__item{width:40%}}.key-figures-hp__figure{color:#529da5;font-family:OrbikularLight,serif;font-size:5rem;letter-spacing:-2px;line-height:1}.key-figures-hp__figure span{font-family:OrbikularExtraLightItalic,serif;font-size:1.5rem;letter-spacing:-1px}@media screen and (min-width:768px){.key-figures-hp__figure{font-size:6.25rem}.key-figures-hp__figure span{font-size:3rem;letter-spacing:-2px}}.key-figures-hp__txt{font-size:1.25rem;line-height:1.2}@media screen and (min-width:1024px){.key-figures-hp__txt{width:83%}}@media screen and (min-width:1280px){.key-figures-hp__txt{width:71%}}.key-figures-hp__right{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}@media screen and (min-width:1024px){.key-figures-hp__right{padding:3rem 0}}@media screen and (max-width:1023px){.key-figures-hp__deco{left:-7rem;position:absolute;top:6rem;width:15.625rem}}@media screen and (min-width:768px){.key-figures-hp__deco path{opacity:0;transition:opacity .4s ease-in-out}.key-figures-hp__deco path:nth-child(1n){transition-delay:.2s}.key-figures-hp__deco path:nth-child(2n){transition-delay:.4s}.key-figures-hp__deco path:nth-child(3n){transition-delay:.6s}.key-figures-hp__deco path:nth-child(4n){transition-delay:.8s}}.is-active .key-figures-hp__deco path{opacity:1}.key-figures{position:relative}.key-figures__item{margin-bottom:1.75rem}@media screen and (min-width:768px){.key-figures__item{width:30%}.key-figures__item:not(:nth-child(3n)){margin-right:5%}}.key-figures__deco{max-width:none;position:absolute}@media screen and (max-width:767px){.key-figures__deco{height:auto;right:-2rem;top:11.875rem;transform:translateX(50%);width:23.125rem}}@media screen and (min-width:768px){.key-figures__deco{right:-15.5rem;top:-1rem}}@media screen and (min-width:1024px){.key-figures__deco{right:-13.5rem}}.key-figures__figure{color:#529da5;font-family:OrbikularLight,serif;font-size:4.5rem;letter-spacing:-2px;line-height:1;margin-bottom:.25rem}@media screen and (min-width:768px){.key-figures__figure{font-size:5rem;margin-bottom:.5rem}}@media screen and (min-width:1280px){.key-figures__figure{font-size:6.25rem}}.text-columns--bg{color:#fff;padding:3rem 0;position:relative;z-index:1}@media screen and (min-width:768px){.text-columns--bg{padding:10rem 0}.text-columns__circle{background-color:#6dccd6;filter:blur(50px);height:28.75rem;left:-6.25rem;opacity:.35;position:absolute;top:-5rem;transform:translateX(-50%);width:12.5rem}}.text-columns__bg{background-color:#026366}.text-columns__bg:after,.text-columns__bg:before{background-color:#fff;opacity:.1}.text-columns__bg:before{height:13.375rem;left:0;top:0;width:11.875rem}@media screen and (max-width:767px){.text-columns__bg:before{display:none}}@media screen and (min-width:1600px){.text-columns__bg:before{left:auto;right:calc(50vw + 800px);transform:translateX(100%)}}.text-columns__bg:after{bottom:0;height:17.1875rem;right:calc(50% - 50vw);width:13.5rem}@media screen and (min-width:768px){.text-columns__bg:after{bottom:0;height:24.125rem;right:0;width:26.25rem}}@media screen and (min-width:1600px){.text-columns__bg:after{left:calc(50vw + 800px);right:auto;transform:translateX(-100%)}}.text-columns__star{left:-11rem;position:absolute;top:-4rem}.quote{overflow:hidden;text-align:center}@media screen and (min-width:768px){.quote{margin-left:-2rem;margin-right:-2rem;padding:0 2rem}}@media screen and (min-width:1280px){.quote{margin-left:-4.75rem;margin-right:-4.75rem;padding:0 4.75rem}}@media screen and (max-width:767px){.quote{padding-bottom:.75rem}}.quote__title{color:#d5d3c9;margin:0 auto 1.5rem;max-width:25.9375rem}@media screen and (min-width:768px){.quote__title{margin-bottom:2.5rem}}.quote__arrows{bottom:-.75rem;justify-content:space-between;left:0;pointer-events:none;position:absolute;right:0;z-index:3}@media screen and (min-width:768px){.quote__arrows{bottom:auto;left:-2rem;right:-2rem;top:50%;transform:translateY(-50%)}}@media screen and (min-width:1280px){.quote__arrows{left:-4.75rem;right:calc(-4.75rem + var(--scrollbar-width))}}.quote__arrows button{pointer-events:all}.quote__infos{margin:0 auto;max-width:50%}@media screen and (min-width:768px){.quote__infos{max-width:250px}}@media screen and (max-width:767px){.quote__picto{height:1.375rem;width:auto}}.quote__txt{font-size:1.5rem;letter-spacing:-.5px;line-height:1.3;margin-bottom:1.5rem}@media screen and (min-width:768px){.quote__txt{font-size:2.5rem;letter-spacing:-2px;margin-bottom:1.75rem}}@media screen and (min-width:1024px){.quote__txt{font-size:3.5rem}}.quote__txt span{color:#529da5}.quote__img{height:5.875rem;margin:0 auto 1rem;position:relative;width:5.875rem}@media screen and (min-width:768px){.quote__img{height:7.5rem;width:7.5rem}}.quote__img img{border-radius:50%;filter:grayscale(1)}.quote__img svg{left:-.75rem;position:absolute;top:-.75rem;z-index:2}@media screen and (max-width:767px){.quote__img svg{height:auto;left:-.5rem;top:-.5rem;width:2.5rem}}.quote__img:after{background-color:rgba(0,46,56,.31);border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.risks{padding:3rem 0;position:relative}@media screen and (min-width:768px){.risks{padding:6rem 0}}.risks__deco{position:absolute;right:-7.5rem;top:-2.75rem}@media screen and (max-width:1023px){.risks__deco{width:16.25rem}}@media screen and (min-width:1024px){.risks__deco{right:-13rem;top:-10rem;transform:scale(.75)}}@media screen and (min-width:1280px){.risks__deco{right:-7.8125rem;top:-7.5rem;transform:none}}.risks__title{font-size:1.75rem;line-height:1;margin-bottom:1rem}@media screen and (min-width:768px){.risks__title{font-size:2rem}}.risks__bg{background-color:#002e38}.risks__bg:after,.risks__bg:before{background-color:#529da5;opacity:.2}.risks__bg:before{bottom:0;height:20.625rem;left:0;width:12.1875rem}@media screen and (min-width:1024px){.risks__bg:before{height:23.125rem;width:28.125rem}}@media screen and (min-width:1600px){.risks__bg:before{left:auto;right:calc(50vw + 800px);transform:translateX(100%)}}.risks__bg:after{height:17.5rem;right:0;top:0;width:11.625rem}@media screen and (min-width:1024px){.risks__bg:after{height:20.3125rem;width:22.3125rem}}@media screen and (min-width:1600px){.risks__bg:after{left:calc(50vw + 800px);right:auto;transform:translateX(-100%)}}.table{border-collapse:collapse;color:#312244;table-layout:fixed}.table td,.table th{line-height:1;text-align:center;width:100%}.table th{background-color:#dcd2dc;font-size:.9375rem;font-weight:600;letter-spacing:-.5px;padding:1rem .625rem;text-transform:uppercase}.table td{font-size:1.25rem;letter-spacing:-.6px;padding:1rem}.table td:first-child{font-family:OrbikularLight,serif;font-size:1.375rem}@media screen and (max-width:767px){.table{width:100%}.table thead{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:1px}.table td{align-items:center;display:flex;min-height:4.5rem;padding-left:calc(50% + 1rem);position:relative;text-align:left}.table td:nth-child(odd){background-color:#f5f4ec}.table td:before{align-items:center;background-color:#dcd2dc;bottom:0;content:attr(data-label);display:flex;font-family:Figtree,sans-serif;font-size:.8125rem;font-weight:600;left:0;letter-spacing:-.5px;padding:.5rem 1rem;position:absolute;text-align:left;text-transform:uppercase;top:0;width:50%}.table tr:not(:last-child){border-bottom:2rem solid #fbfaf4}}@media screen and (min-width:768px){.table td,.table th{height:5.25rem;min-width:9.375rem;width:14.2857142857%}.table tr:nth-child(2n) td{background-color:#f5f4ec}}.table__legals{color:#312244;font-size:1.0625rem;font-weight:300;letter-spacing:-.5px;line-height:normal}.table__date{font-size:.875rem;font-weight:600;line-height:1.14;text-transform:uppercase}.table__date span{opacity:.6}.video{padding-top:56.5%;position:relative}@media screen and (max-width:767px){.video-wrap{margin-left:-2rem;margin-right:-2rem}}.video .cld-video-player{height:100%;left:0;position:absolute;top:0;width:100%}.video__overlay{align-items:flex-end;background-position:50%;background-size:cover;bottom:0;color:#fff;display:flex;left:0;position:absolute;right:0;top:0;transition:visibility .4s ease-in-out,opacity .4s ease-in-out}.video__overlay--no-text{align-items:center;justify-content:center}.video__overlay.is-hidden{opacity:0;visibility:hidden}.video__overlay:hover{cursor:pointer}.video__overlay:before{background:linear-gradient(180deg,rgba(0,46,56,0),#001216);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.video__overlay-inner{align-content:center;height:100%;text-align:center;width:100%}.video__overlay-inner .video__play{margin-inline:auto}.video__play{background:#529da5;border-radius:50%;height:4rem;overflow:hidden;position:relative;transition:background-color .4s ease-in-out;width:4rem}.video__play:before{background-color:#6df3d8;border-radius:50%;content:"";filter:blur(20px);height:100%;opacity:55%;position:absolute;right:1.25rem;top:1.25rem;width:100%}@media screen and (max-width:767px){.video__play svg{height:auto;width:.9375rem}}@media screen and (min-width:768px){.video__play{height:6.25rem;width:6.25rem}}.video iframe,.video video{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}@media screen and (max-width:767px){.video .title{font-size:1.5rem}}lite-youtube{align-items:center;display:flex;max-width:none}lite-youtube:before{display:none}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}

/*# sourceMappingURL=styles-fund.b76d533914f7990e5815.css.map*/