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;
  }

.list-reset{list-style:none;padding:0}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-no-wrap{flex-wrap:nowrap}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.self-end{align-self:flex-end}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.h-full{height:100%}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-13{margin-top:3.25rem;margin-bottom:3.25rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-15{margin-top:3.75rem;margin-bottom:3.75rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-18{margin-top:4.5rem;margin-bottom:4.5rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-21{margin-top:5.25rem;margin-bottom:5.25rem}.my-22{margin-top:5.5rem;margin-bottom:5.5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-26{margin-top:6.5rem;margin-bottom:6.5rem}.my-28{margin-top:7rem;margin-bottom:7rem}.my-30{margin-top:7.5rem;margin-bottom:7.5rem}.my-31{margin-top:7.75rem;margin-bottom:7.75rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-48{margin-top:12rem;margin-bottom:12rem}.my-50{margin-top:12.5rem;margin-bottom:12.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-px{margin-top:1px;margin-bottom:1px}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.mt-2{margin-top:.5rem}.mr-2{margin-right:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mt-4{margin-top:1rem}.mr-4{margin-right:1rem}.mb-4{margin-bottom:1rem}.mt-5{margin-top:1.25rem}.mb-5{margin-bottom:1.25rem}.mt-6{margin-top:1.5rem}.mb-6{margin-bottom:1.5rem}.ml-6{margin-left:1.5rem}.mt-7{margin-top:1.75rem}.mb-7{margin-bottom:1.75rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.mt-9{margin-top:2.25rem}.mb-9{margin-bottom:2.25rem}.mt-10{margin-top:2.5rem}.mr-10{margin-right:2.5rem}.mb-10{margin-bottom:2.5rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.mt-13{margin-top:3.25rem}.mb-13{margin-bottom:3.25rem}.mt-14{margin-top:3.5rem}.mb-14{margin-bottom:3.5rem}.mt-15{margin-top:3.75rem}.mb-15{margin-bottom:3.75rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.mt-18{margin-top:4.5rem}.mb-18{margin-bottom:4.5rem}.mt-20{margin-top:5rem}.mb-20{margin-bottom:5rem}.mt-21{margin-top:5.25rem}.mb-21{margin-bottom:5.25rem}.mt-22{margin-top:5.5rem}.mb-22{margin-bottom:5.5rem}.mt-24{margin-top:6rem}.mb-24{margin-bottom:6rem}.mt-26{margin-top:6.5rem}.mb-26{margin-bottom:6.5rem}.mt-28{margin-top:7rem}.mb-28{margin-bottom:7rem}.mt-30{margin-top:7.5rem}.mb-30{margin-bottom:7.5rem}.mt-31{margin-top:7.75rem}.mb-31{margin-bottom:7.75rem}.mt-32{margin-top:8rem}.mb-32{margin-bottom:8rem}.mt-36{margin-top:9rem}.mb-36{margin-bottom:9rem}.mt-48{margin-top:12rem}.mb-48{margin-bottom:12rem}.mt-50{margin-top:12.5rem}.mb-50{margin-bottom:12.5rem}.mt-auto{margin-top:auto}.mb-auto{margin-bottom:auto}.mt-px{margin-top:1px}.mb-px{margin-bottom:1px}.-my-0{margin-top:0;margin-bottom:0}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.-my-8{margin-top:-2rem;margin-bottom:-2rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.-my-16{margin-top:-4rem;margin-bottom:-4rem}.-my-20{margin-top:-5rem;margin-bottom:-5rem}.-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.-my-24{margin-top:-6rem;margin-bottom:-6rem}.-my-36{margin-top:-9rem;margin-bottom:-9rem}.-my-48{margin-top:-12rem;margin-bottom:-12rem}.-my-px{margin-top:-1px;margin-bottom:-1px}.-mt-0{margin-top:0}.-mb-0{margin-bottom:0}.-mt-1{margin-top:-.25rem}.-mb-1{margin-bottom:-.25rem}.-mt-2{margin-top:-.5rem}.-mb-2{margin-bottom:-.5rem}.-mt-3{margin-top:-.75rem}.-mb-3{margin-bottom:-.75rem}.-mt-4{margin-top:-1rem}.-mb-4{margin-bottom:-1rem}.-mt-6{margin-top:-1.5rem}.-mb-6{margin-bottom:-1.5rem}.-mt-8{margin-top:-2rem}.-mb-8{margin-bottom:-2rem}.-mt-10{margin-top:-2.5rem}.-mb-10{margin-bottom:-2.5rem}.-mt-12{margin-top:-3rem}.-mb-12{margin-bottom:-3rem}.-mt-14{margin-top:-3.5rem}.-mb-14{margin-bottom:-3.5rem}.-mt-16{margin-top:-4rem}.-mb-16{margin-bottom:-4rem}.-mt-20{margin-top:-5rem}.-mb-20{margin-bottom:-5rem}.-mt-22{margin-top:-5.75rem}.-mb-22{margin-bottom:-5.75rem}.-mt-24{margin-top:-6rem}.-mb-24{margin-bottom:-6rem}.-mt-36{margin-top:-9rem}.-mb-36{margin-bottom:-9rem}.-mt-48{margin-top:-12rem}.-mb-48{margin-bottom:-12rem}.-mt-px{margin-top:-1px}.-mb-px{margin-bottom:-1px}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pt-10{padding-top:2.5rem}.pt-14{padding-top:3.5rem}.pb-22{padding-bottom:5.5rem}.absolute{position:absolute}.relative{position:relative}.resize{resize:both}.text-center{text-align:center}.text-grey-darkest{color:#3d4852}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.w-1\/3{width:33.33333%}.w-1\/6{width:16.66667%}.w-full{width:100%}a{text-decoration:none}body{font-family:adobe-garamond-pro,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h2{line-height:1;margin-top:0;margin-bottom:0}.gen-text,.wysiwyg{font-weight:400;font-size:1.25rem;line-height:1.8}.gen-text--L{font-size:1.5rem}.gen-text--M,.wysiwyg{font-size:1.25rem}.gen-text--S{font-size:1.125rem}.gen-text--XS{font-size:1rem}.text-futura{font-family:futura-demi,sans-serif}.text-garamond{font-family:adobe-garamond-pro,serif}.text--white{color:#fff}.text--grey-extralight{color:#e6edf1}.text--grey-lighter{color:#90a2ac}.text--cloudy-blue{color:#b3c4ce}.text--ocean{color:#008b92}.text--cool-blue{color:#3492d0}.text--dark-green-blue{color:#1f5c6c}.text--grey-blue{color:#6199a7}.text--grey-blue-light{color:#b3c4ce}.text--ocean-deep{color:#007498}.text--coral{color:#eb5f5e}.title{line-height:1}.title--XXL{font-size:6.25rem}.title--XL{font-size:3.5rem;line-height:1}@media (min-width:769px){.title--XL{font-size:4.25rem}}@media (min-width:1024px){.title--XL{font-size:5rem}}.title--L{font-size:2.5rem}@media (min-width:769px){.title--L{font-size:4rem}}.title--M{font-size:2rem}@media (min-width:769px){.title--M{font-size:3rem}}.title--S{font-size:1.75rem}@media (min-width:769px){.title--S{font-size:2.5rem}}.title--XS{font-size:1.5rem;line-height:1.67}@media (min-width:769px){.title--XS{font-size:2rem;line-height:1.75}}.sup-title{font-size:.9375rem;font-family:futura-demi,sans-serif;line-height:1.25;letter-spacing:1px;text-transform:uppercase}@media (min-width:769px){.sup-title{font-size:1rem}}.sur-title{font-size:1rem;line-height:1;letter-spacing:2.5px;text-transform:uppercase}@media (min-width:769px){.sur-title{font-size:1.5rem}}.slice-subtitle{font-size:1.125rem;letter-spacing:2px;text-transform:uppercase}body,html{width:100vw;min-height:100vh;margin:0;padding:0}@media (max-width:575px){body,html{overflow-x:hidden}}body{position:relative;padding-top:64px;overflow-x:hidden;background-color:#f2f7f9}body.has-countdown{padding-top:8rem}@media (min-width:769px){body.has-countdown{padding-top:110px;padding-bottom:0}}@media (min-width:769px){body{padding-top:150px;padding-bottom:0}}*,:after,:before{box-sizing:border-box}h1,h2,h3,h4,ul{margin-top:0;margin-bottom:0}.content{position:relative;z-index:1}.no-scroll-y{position:relative;height:100%;overflow:hidden}.wrapper-max{width:100%;max-width:1440px;margin-right:auto;margin-left:auto}.icon.icon--white{fill:#fff}.icon.icon--cloudy-blue{fill:#b3c4ce}.icon.icon--cool-blue{fill:#3492d0}.icon.icon--dark-green-blue{fill:#1f5c6c}.icon.icon--very-light-blue{fill:#dfeff4}.icon.icon--grey-blue{fill:#6199a7}.icon--reversed{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.social-icon{position:relative;z-index:1;width:2rem;height:2rem;margin:0 .25rem;border:1px solid #3492d0;border-radius:50%;transition:all .4s ease-out}.social-icon.social-icon--cool-blue{background-color:#3492d0}.social-icon.social-icon--cool-blue:before{background-color:#2c84be}.social-icon:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;background-color:#2c84be;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.social-icon:hover:before{-webkit-transform:scale(1);transform:scale(1)}.social-icon:hover .icon{fill:#fff!important}.social-icon .icon{transition:fill .4s ease-in-out}.abs-center,.app-footer .footer-social .social-item .icon,.button--plain--picto .picto .icon,.card-highlight .card-content,.card-job .card-visual img,.card-publications .card-visual img,.card-social-network .card-visual.has-image img,.card-theme .card-content,.mobile-nav .picto .icon,.slice-faq .faq-item__Q .picto .bar,.slice-intro .decoration img,.slice-map .filter-cta .filters-counter:before,.social-icon .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.wysiwyg{color:#1f5c6c}.wysiwyg b,.wysiwyg strong{font-weight:700}.wysiwyg a{color:#3492d0;border-bottom:2px dotted #3492d0}.wysiwyg ul{margin-top:1rem;padding:0;list-style:none}.wysiwyg ul li:before{content:"\2022";display:inline-block;width:2.0625rem;color:#3492d0;font-weight:700}.wysiwyg ul li{display:flex}.wysiwyg ul li a{padding:.5rem 0}.wysiwyg img{display:block;height:auto}.wysiwyg img{max-width:100%}[class^=thematic] .card-title{color:#fff}[class^=thematic] .icon:not(.icon-search){fill:#fff}.bg-white{background-color:#fff}.bg-cool-blue{background-color:#3492d0}.background-image{height:100%;-o-object-fit:cover;object-fit:cover}.object-fit-image-wrap{position:absolute;inset:0}.object-fit-image{min-width:100%;height:100%;-o-object-fit:cover;object-fit:cover;font-family:"object-fit: cover;"}.bottom-0{bottom:0}.right-0{right:0}.translate-y-demi{-webkit-transform:translateY(50%);transform:translateY(50%)}.fluid-grid{width:calc(100vw - 88px);max-width:calc(100vw - 88px);margin:0 auto}@media (min-width:576px){.fluid-grid{width:calc(100vw - 88px);max-width:calc(100vw - 88px)}}@media (min-width:769px){.fluid-grid{width:calc(100vw - 160px);max-width:calc(100vw - 160px)}}@media (min-width:1024px){.fluid-grid{width:calc(100vw - 240px);max-width:1200px}}.row{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;min-width:100%;margin-right:-16px;margin-left:-16px}@media (min-width:576px){.row{margin-right:-8px;margin-left:-8px}}@media (min-width:769px){.row{margin-right:-16px;margin-left:-16px}}@media (min-width:1024px){.row{margin-right:-20px;margin-left:-20px}}.col{position:relative;display:flex;flex-direction:column;max-width:100%}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){[class^=col-]{flex:1 1 auto!important}}.col-3{flex-grow:0;flex-shrink:1;flex-basis:calc(25vw - 14px);box-sizing:border-box;width:calc(25vw - 14px);max-width:calc(25vw - 14px);padding-right:16px;padding-left:16px}@media (min-width:576px){.col-3{flex-basis:calc(25vw - 18px);width:calc(25vw - 18px);max-width:calc(25vw - 18px);padding-right:8px;padding-left:8px}}@media (min-width:769px){.col-3{flex-basis:calc(25vw - 32px);width:calc(25vw - 32px);max-width:calc(25vw - 32px);padding-right:16px;padding-left:16px}}@media (min-width:1024px){.col-3{flex-basis:calc(25vw - 50px);width:calc(25vw - 50px);max-width:310px;padding-right:20px;padding-left:20px}}.col-4{flex-grow:0;flex-shrink:1;flex-basis:calc(33.333vw - 18.66648px);box-sizing:border-box;width:calc(33.333vw - 18.66648px);max-width:calc(33.333vw - 18.66648px);padding-right:16px;padding-left:16px}@media (min-width:576px){.col-4{flex-basis:calc(33.333vw - 23.99976px);width:calc(33.333vw - 23.99976px);max-width:calc(33.333vw - 23.99976px);padding-right:8px;padding-left:8px}}@media (min-width:769px){.col-4{flex-basis:calc(33.333vw - 42.66624px);width:calc(33.333vw - 42.66624px);max-width:calc(33.333vw - 42.66624px);padding-right:16px;padding-left:16px}}@media (min-width:1024px){.col-4{flex-basis:calc(33.333vw - 66.666px);width:calc(33.333vw - 66.666px);max-width:413.3292px;padding-right:20px;padding-left:20px}}.col-8{flex-grow:0;flex-shrink:1;flex-basis:calc(66.667vw - 37.33352px);box-sizing:border-box;width:calc(66.667vw - 37.33352px);max-width:calc(66.667vw - 37.33352px);padding-right:16px;padding-left:16px}@media (min-width:576px){.col-8{flex-basis:calc(66.667vw - 48.00024px);width:calc(66.667vw - 48.00024px);max-width:calc(66.667vw - 48.00024px);padding-right:8px;padding-left:8px}}@media (min-width:769px){.col-8{flex-basis:calc(66.667vw - 85.33376px);width:calc(66.667vw - 85.33376px);max-width:calc(66.667vw - 85.33376px);padding-right:16px;padding-left:16px}}@media (min-width:1024px){.col-8{flex-basis:calc(66.667vw - 133.334px);width:calc(66.667vw - 133.334px);max-width:826.6708px;padding-right:20px;padding-left:20px}}.col-10{flex-grow:0;flex-shrink:1;flex-basis:calc(83.333vw - 46.66648px);box-sizing:border-box;width:calc(83.333vw - 46.66648px);max-width:calc(83.333vw - 46.66648px);padding-right:16px;padding-left:16px}@media (min-width:576px){.col-10{flex-basis:calc(83.333vw - 59.99976px);width:calc(83.333vw - 59.99976px);max-width:calc(83.333vw - 59.99976px);padding-right:8px;padding-left:8px}}@media (min-width:769px){.col-10{flex-basis:calc(83.333vw - 106.66624px);width:calc(83.333vw - 106.66624px);max-width:calc(83.333vw - 106.66624px);padding-right:16px;padding-left:16px}}@media (min-width:1024px){.col-10{flex-basis:calc(83.333vw - 166.666px);width:calc(83.333vw - 166.666px);max-width:1033.3292px;padding-right:20px;padding-left:20px}}.col-12{flex-grow:0;flex-shrink:1;flex-basis:calc(100vw - 56px);box-sizing:border-box;width:calc(100vw - 56px);max-width:calc(100vw - 56px);padding-right:16px;padding-left:16px}@media (min-width:576px){.col-12{flex-basis:calc(100vw - 72px);width:calc(100vw - 72px);max-width:calc(100vw - 72px);padding-right:8px;padding-left:8px}}@media (min-width:769px){.col-12{flex-basis:calc(100vw - 128px);width:calc(100vw - 128px);max-width:calc(100vw - 128px);padding-right:16px;padding-left:16px}}@media (min-width:1024px){.col-12{flex-basis:calc(100vw - 200px);width:calc(100vw - 200px);max-width:1240px;padding-right:20px;padding-left:20px}}.col-offset-1{margin-left:calc(8.333vw - 4.66648px)}@media (min-width:576px){.col-offset-1{margin-left:calc(8.333vw - 5.99976px)}}@media (min-width:769px){.col-offset-1{margin-left:calc(8.333vw - 10.66624px)}}@media (min-width:1024px){.col-offset-1{margin-left:calc(8.333vw - 16.666px)}}@media (min-width:1440px){.col-offset-1{margin-left:103.3292px}}@media (min-width:769px){.md-col-3{flex-basis:calc(25vw - 14px);width:calc(25vw - 14px);max-width:calc(25vw - 14px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-3{flex-basis:calc(25vw - 32px);width:calc(25vw - 32px);max-width:calc(25vw - 32px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-3{flex-basis:calc(25vw - 50px);width:calc(25vw - 50px);max-width:310px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-4{flex-basis:calc(33.333vw - 18.66648px);width:calc(33.333vw - 18.66648px);max-width:calc(33.333vw - 18.66648px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-4{flex-basis:calc(33.333vw - 42.66624px);width:calc(33.333vw - 42.66624px);max-width:calc(33.333vw - 42.66624px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-4{flex-basis:calc(33.333vw - 66.666px);width:calc(33.333vw - 66.666px);max-width:413.3292px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-5{flex-basis:calc(41.667vw - 23.33352px);width:calc(41.667vw - 23.33352px);max-width:calc(41.667vw - 23.33352px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-5{flex-basis:calc(41.667vw - 53.33376px);width:calc(41.667vw - 53.33376px);max-width:calc(41.667vw - 53.33376px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-5{flex-basis:calc(41.667vw - 83.334px);width:calc(41.667vw - 83.334px);max-width:516.6708px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-6{flex-basis:calc(50vw - 28px);width:calc(50vw - 28px);max-width:calc(50vw - 28px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-6{flex-basis:calc(50vw - 64px);width:calc(50vw - 64px);max-width:calc(50vw - 64px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-6{flex-basis:calc(50vw - 100px);width:calc(50vw - 100px);max-width:620px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-7{flex-basis:calc(58.333vw - 32.66648px);width:calc(58.333vw - 32.66648px);max-width:calc(58.333vw - 32.66648px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-7{flex-basis:calc(58.333vw - 74.66624px);width:calc(58.333vw - 74.66624px);max-width:calc(58.333vw - 74.66624px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-7{flex-basis:calc(58.333vw - 116.666px);width:calc(58.333vw - 116.666px);max-width:723.3292px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-8{flex-basis:calc(66.667vw - 37.33352px);width:calc(66.667vw - 37.33352px);max-width:calc(66.667vw - 37.33352px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-8{flex-basis:calc(66.667vw - 85.33376px);width:calc(66.667vw - 85.33376px);max-width:calc(66.667vw - 85.33376px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-8{flex-basis:calc(66.667vw - 133.334px);width:calc(66.667vw - 133.334px);max-width:826.6708px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-9{flex-basis:calc(75vw - 42px);width:calc(75vw - 42px);max-width:calc(75vw - 42px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-9{flex-basis:calc(75vw - 96px);width:calc(75vw - 96px);max-width:calc(75vw - 96px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-9{flex-basis:calc(75vw - 150px);width:calc(75vw - 150px);max-width:930px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-10{flex-basis:calc(83.333vw - 46.66648px);width:calc(83.333vw - 46.66648px);max-width:calc(83.333vw - 46.66648px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-10{flex-basis:calc(83.333vw - 106.66624px);width:calc(83.333vw - 106.66624px);max-width:calc(83.333vw - 106.66624px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-10{flex-basis:calc(83.333vw - 166.666px);width:calc(83.333vw - 166.666px);max-width:1033.3292px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-11{flex-basis:calc(91.667vw - 51.33352px);width:calc(91.667vw - 51.33352px);max-width:calc(91.667vw - 51.33352px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:769px){.md-col-11{flex-basis:calc(91.667vw - 117.33376px);width:calc(91.667vw - 117.33376px);max-width:calc(91.667vw - 117.33376px);padding-right:16px;padding-left:16px}}@media (min-width:769px) and (min-width:1024px){.md-col-11{flex-basis:calc(91.667vw - 183.334px);width:calc(91.667vw - 183.334px);max-width:1136.6708px;padding-right:20px;padding-left:20px}}@media (min-width:769px){.md-col-offset-1{margin-left:calc(8.333vw - 4.66648px)}}@media (min-width:769px) and (min-width:769px){.md-col-offset-1{margin-left:calc(8.333vw - 10.66624px)}}@media (min-width:769px) and (min-width:1024px){.md-col-offset-1{margin-left:calc(8.333vw - 16.666px)}}@media (min-width:769px) and (min-width:1440px){.md-col-offset-1{margin-left:103.3292px}}@media (min-width:769px){.md-col-offset-2{margin-left:calc(16.667vw - 9.33352px)}}@media (min-width:769px) and (min-width:769px){.md-col-offset-2{margin-left:calc(16.667vw - 21.33376px)}}@media (min-width:769px) and (min-width:1024px){.md-col-offset-2{margin-left:calc(16.667vw - 33.334px)}}@media (min-width:769px) and (min-width:1440px){.md-col-offset-2{margin-left:206.6708px}}@media (min-width:769px){.md-col-offset-3{margin-left:calc(25vw - 14px)}}@media (min-width:769px) and (min-width:769px){.md-col-offset-3{margin-left:calc(25vw - 32px)}}@media (min-width:769px) and (min-width:1024px){.md-col-offset-3{margin-left:calc(25vw - 50px)}}@media (min-width:769px) and (min-width:1440px){.md-col-offset-3{margin-left:310px}}@media (min-width:1024px){.lg-col-8{flex-basis:calc(66.667vw - 37.33352px);width:calc(66.667vw - 37.33352px);max-width:calc(66.667vw - 37.33352px);padding-right:16px;padding-left:16px}}@media (min-width:1024px) and (min-width:1024px){.lg-col-8{flex-basis:calc(66.667vw - 133.334px);width:calc(66.667vw - 133.334px);max-width:826.6708px;padding-right:20px;padding-left:20px}}@media (min-width:1200px){.xl-col-8{flex-basis:calc(66.667vw - 37.33352px);width:calc(66.667vw - 37.33352px);max-width:calc(66.667vw - 37.33352px)}.xl-col-8{padding-right:16px;padding-left:16px}}button{padding:0;color:inherit;font:inherit;background-color:transparent;border:none;outline:0;cursor:pointer}.button{padding:1rem;color:#000}.button{background-color:#fff}.button-arrow{position:relative;display:inline-block}.button-arrow .icon{width:.75rem;height:.75rem;transition:all .2s ease-out}.button-arrow .icon-before{position:absolute;top:50%;left:0;-webkit-transform:translate(calc(-100% - 17px),-50%);transform:translate(calc(-100% - 17px),-50%);opacity:0}.button-arrow .icon-after{-webkit-transform:translate(.5rem,5%);transform:translate(.5rem,5%);opacity:1;transition-delay:.01s}.button-arrow span{position:relative;display:inline-block;font-size:.875rem;font-family:futura-demi,sans-serif;transition:all .2s ease-out}.button-arrow:hover span{-webkit-transform:translateX(2.125rem);transform:translateX(2.125rem)}.button-arrow:hover .icon-before{-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:1}.button-arrow:hover .icon-after{-webkit-transform:translate(calc(100% + 8px),5%);transform:translate(calc(100% + 8px),5%);opacity:0}.button-arrow.button-arrow--white span{color:#fff}.button-arrow.button-arrow--white .icon{fill:#fff}.button-arrow.button-arrow--dark-green-blue span{color:#1f5c6c}.button-arrow.button-arrow--dark-green-blue .icon{fill:#1f5c6c}.button-arrow--S span{font-size:1rem}.button-arrow--S .icon{width:.75rem;height:.75rem}.button-arrow--M span{font-size:1.125rem}.button-arrow--M .icon{width:.75rem;height:.75rem}.button-arrow--L span{font-size:1.25rem}.button-arrow--L .icon{width:.875rem;height:.875rem}.button-arrow--L .icon-after{margin-left:auto}.button-arrow--XL{align-items:flex-end}.button-arrow--XL span{max-width:70%;font-size:1.5rem}.button-arrow--XL .icon{width:1.75rem;height:1.75rem}.button-arrow--XL .icon-after{margin-left:auto}.button-arrow-dotted{position:relative;display:inline-block;padding-bottom:.5rem}.button-arrow-dotted .icon{width:.75rem;height:.75rem}.button-arrow-dotted span{position:relative;margin-right:.875rem;color:#1f5c6c;font-weight:100;font-size:1.25rem;font-family:futura-demi,sans-serif;transition:color .4s ease-out}.button-arrow-dotted.button-arrow-dotted--cool-blue{border-bottom:2px dotted #3492d0}.button-arrow-dotted.button-arrow-dotted--cool-blue:hover span{color:#3492d0;transition:color .4s ease-out}.button-arrow-dotted.button-arrow-dotted--cool-blue .icon{fill:#3492d0}.button--plain{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#dfeff4}.button--plain:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:0;height:100%;background-color:#d7ebf1;transition:width .4s ease-in-out}.button--plain:hover:before{width:100%}.button--plain .button-label{position:relative;padding-left:2rem;color:#1f5c6c;font-size:.875rem;font-family:futura-demi,sans-serif;line-height:normal;text-transform:uppercase}.button--plain--picto .picto{position:relative;width:3.5rem;height:3.5rem;background-color:#d7ebf1}.button--plain--picto .picto .icon{width:.75rem;height:.75rem;fill:#1f5c6c}.button--plain--picto--L .button-label{padding-right:2rem;font-size:1rem}.button--plain--picto--L .picto{width:5rem;height:5rem}.button--plain--picto--dark{background-color:#1f5c6c}.button--plain--picto--dark:before{background-color:#6199a7}.button--plain--picto--dark .button-label{color:#fff}.button--plain--picto--dark .picto{background-color:#6199a7}.button--plain--picto--dark .picto .icon{fill:#fff}.button--plain--picto--red{background-color:#eb5f5e}.button--plain--picto--red:before{background-color:#d95857}.button--plain--picto--red .button-label{color:#fff}.button--plain--picto--red .picto{background-color:#d95857}.button--plain--picto--red .picto .icon{fill:#fff}.languages-switcher{position:relative;font-family:futura-demi,sans-serif}.languages-switcher.is-active .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.languages-switcher.is-active ul{height:auto;-webkit-transform:translate(-4px,100%);transform:translate(-4px,100%);opacity:1}.languages-switcher .icon{display:inline-block;margin-left:.25rem;cursor:pointer;transition:all .3s ease-out}.languages-switcher ul{position:absolute;bottom:0;left:0;height:0;padding:.25rem;overflow:hidden;background-color:#f2f7f9;-webkit-transform:translate(-4px,90%);transform:translate(-4px,90%);opacity:0;transition:all .3s ease-out}.languages-switcher__label{margin-bottom:.5rem;color:#fff;font-size:.75rem;font-family:futura-demi,sans-serif;line-height:1.14;text-transform:uppercase}.languages-switcher--white .languages-switcher__label,.languages-switcher--white a{color:#fff}.languages-switcher--white ul{background-color:#1f5c6c}input:placeholder-shown{text-overflow:ellipsis}.custom-select-container{position:relative;width:100%;margin-bottom:1.875rem}@media (max-width:768px){.custom-select-container{margin-bottom:2.5rem}}.custom-select-container select{width:100%;height:55px;padding:1rem 2rem;background-color:#fff;-webkit-appearance:none}@media (min-width:1024px){.custom-select-container select{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;border:0;clip:rect(0,0,0,0);pointer-events:none}}.custom-select-container select option{width:100%}.custom-select-container .custom-select-icon-wrapper{position:absolute;top:0;right:0;z-index:5;display:flex;justify-content:center;align-items:center;width:2.8125rem;height:100%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);pointer-events:none;fill:#1f5c6c}.custom-select-container .custom-select-icon{width:.875rem;height:.875rem;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform .3s cubic-bezier(.19,1,.22,1);transition:transform .3s cubic-bezier(.19,1,.22,1);transition:transform .3s cubic-bezier(.19,1,.22,1),-webkit-transform .3s cubic-bezier(.19,1,.22,1)}.custom-select-container .custom-select-opener{display:none;width:100%;height:56px;padding:1rem 0;color:#1f5c6c;font-size:1rem;font-family:Arial,Helvetica,sans-serif;line-height:1.6;background-color:transparent;border-bottom:1px solid #1f5c6c;cursor:pointer;transition:border .3s ease-in}.has-error .custom-select-container .custom-select-opener{border-color:red}@media (min-width:1024px){.custom-select-container .custom-select-opener{display:block}}.custom-select-container .custom-select-panel{position:absolute;top:55px;left:0;z-index:10;width:100%;padding:1rem 0;overflow:auto;font-size:1rem;font-family:Arial,Helvetica,sans-serif;background-color:#fff;border:1px solid #1f5c6c;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transform-origin:50% 0;transform-origin:50% 0;opacity:0;transition:opacity .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,transform .3s ease;transition:opacity .2s ease,transform .3s ease,-webkit-transform .3s ease;pointer-events:none}.custom-select-container .custom-select-option{padding:.3125rem 2rem;color:#1f5c6c;font-size:1rem;font-family:Arial,Helvetica,sans-serif;line-height:2.5;cursor:pointer}.custom-select-container .custom-select-option:first-child{padding-top:0}.custom-select-container .custom-select-option:last-child{padding-bottom:0}.custom-select-container .custom-select-option.has-focus,.custom-select-container .custom-select-option.is-selected{color:#fff;background-color:#1f5c6c}.custom-select-container.is-open .custom-select-panel{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;pointer-events:auto}.custom-select-container.is-open .custom-select-icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media (max-width:768px){.app-header .custom-select-container{display:none}}.app-header .custom-select-container .custom-select-opener{height:100%;padding:1rem 1.25rem 1rem 1rem;color:red;font-weight:700;font-size:.75rem}.app-header .custom-select-container .custom-select-opener span{line-height:2;text-transform:uppercase}.app-header .custom-select-container .custom-select-icon-wrapper{width:1rem}.app-header .custom-select-container .custom-select-panel{border:none}.app-header .custom-select-container .custom-select-option{padding:0;text-align:center;text-transform:uppercase}.custom-checkbox{position:relative;display:inline-block;cursor:pointer}.custom-checkbox input{position:absolute;z-index:5;width:22px;height:22px;opacity:0}.custom-checkbox__label{position:relative;display:block;padding-left:24px;color:#1f5c6c;font-size:1rem;font-family:futura-demi,sans-serif;transition:color .2s linear}input:checked+.custom-checkbox__label{color:#008b92}.custom-checkbox__label:after,.custom-checkbox__label:before{position:absolute;content:"";width:16px;height:16px;border-radius:2px}.custom-checkbox__label:before{top:48%;left:0;border:1px solid #1f5c6c;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s linear}input:checked+.custom-checkbox__label:before{background-color:#008b92;border-color:#008b92}.custom-checkbox__label:after{content:"\2714";top:2px;left:3px;color:#fff;font-size:.8125rem;opacity:0}input:checked+.custom-checkbox__label:after{opacity:1}.has-error .custom-checkbox__label:before{border-color:red}.custom-radio{position:relative;display:inline-block;cursor:pointer}.custom-radio input{position:absolute;z-index:5;width:22px;height:22px;opacity:0}.custom-radio__label{position:relative;display:block;padding-left:24px;color:#1f5c6c;font-size:1rem;font-family:futura-demi,sans-serif;transition:color .2s linear}input:checked+.custom-radio__label{color:#008b92}.custom-radio__label:after,.custom-radio__label:before{position:absolute;content:"";width:16px;height:16px;border-radius:50%}.custom-radio__label:before{top:48%;left:0;border:1px solid #1f5c6c;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .2s linear}input:checked+.custom-radio__label:before{background-color:#008b92;border-color:#008b92}.custom-radio__label:after{content:"\2714";top:2px;left:3px;color:#fff;font-size:.8125rem;opacity:0}input:checked+.custom-radio__label:after{opacity:1}.has-error .custom-radio__label:before{border-color:red}.input-label{display:block;flex-shrink:1;margin-bottom:.5rem;color:#1f5c6c;font-size:1.125rem;font-family:futura-demi,sans-serif}.input-text,.textarea{display:block;width:100%;padding:1rem 0;background:none;border:none;border-bottom:1px solid #1f5c6c}.input-text::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#1f5c6c;font-size:1rem}.input-text::-moz-placeholder,.textarea::-moz-placeholder{color:#1f5c6c;font-size:1rem}.input-text::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#1f5c6c;font-size:1rem}.input-text::placeholder,.textarea::placeholder{color:#1f5c6c;font-size:1rem}.has-error .input-text,.has-error .textarea{border-color:red}.textarea{height:265px;resize:none}.wpcf7-form br{display:none}.wpcf7-form select{height:3.5rem;padding:1rem 2rem;font-size:.9375rem;line-height:1.6;background:#fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01LjQgNy4xYy4zLS4xLjYtLjQuNy0uN2wyLjYtNC41Yy4yLS40LjEtLjktLjMtMS4xLS40LS4yLS45LS4xLTEuMS4zTDQuOCA1LjdjLS4xLjEtLjMuMS0uNCAwbC0uMS0uMS0yLjYtNC41QzEuNS43IDEgLjYuNi44Yy0uNC4yLS41LjctLjMgMS4xbDIuNSA0LjZjLjYuOCAxLjcgMS4xIDIuNi42eiIgZmlsbC1ydWxlPSJub256ZXJvIiBmaWxsPSIjMTcxNDQ3Ii8+PC9zdmc+") no-repeat center right 30px;border:none;border-radius:3px 10px 10px 10px;transition:border-color .3s ease-in;-webkit-appearance:none;-moz-appearance:none;appearance:none}.search-input{position:relative;padding-bottom:1rem;border-bottom:1px solid #1f5c6c}.search-input input{width:100%;padding-right:1.875rem;color:#1f5c6c;font-size:1.125rem;font-family:futura-demi,sans-serif;line-height:normal;background-color:transparent;border:none}.search-input .icon{position:absolute;top:0;right:0}.form__field-wrapper{margin:1rem 0}.form__label{display:block;font-weight:600;font-size:.875rem}.form__field-error{color:red;font-size:.875rem}.swiper-button{width:2.5rem;height:2.5rem;background-color:#f2f7f9}.swiper-button .icon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}[js-accordion-toggler]{cursor:pointer}[js-accordion-toggler].is-active .picto{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}[js-accordion-content]{max-height:0;overflow:hidden;transition:all .3s ease-out}[js-accordion-content].is-active{max-height:1500px}@media (min-width:769px){[js-accordion-content].is-active{max-height:1000px}}.breadcrumb{font-size:1rem}.breadcrumb ol{margin:0}.breadcrumb li{display:inline-block}.breadcrumb li:not(:first-child):before{content:">";display:inline-block;margin:0 3px 0 6px;color:#6199a7}.breadcrumb li a,.breadcrumb li span{color:#6199a7}.breadcrumb li span{font-style:italic}.breadcrumb li a{transition:color .2s}.breadcrumb li a:hover{color:#1f5c6c}.card{width:100%}.card--covid .card-detail .icon{fill:#1f5c6c}.card--world .card-detail .icon{fill:#008b92}.card--pc .card-detail .icon{fill:#3492d0}.card--balance .card-detail .icon{fill:#eb5f5e}.card--news .card-detail .icon{fill:#6199a7}.card--equality .card-detail .icon{fill:#007498}.card--civic .card-detail .icon{fill:#b3c4ce}.card--fight .card-detail .icon{fill:#dfeff4}.card-theme{position:relative;display:block;width:100%;background-position:50%;background-size:cover}.card-theme:before{content:"";display:block;padding-top:100%}.card-theme .card-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;width:94%;height:94%}.card-theme .icon{width:2rem;height:2rem;fill:#fff}.card-theme .card-title{color:#fff;font-size:1.25rem;font-family:futura-demi,sans-serif;line-height:1.14}.card-theme.card-theme--dark-green-blue .card-title{color:#1f5c6c}.card-theme.card-theme--dark-green-blue .icon{fill:#1f5c6c}.card-content--arrow .button-arrow{display:flex!important;align-items:center}.card-content--arrow svg{position:absolute;right:10px;margin-left:auto}.card-highlight{position:relative;display:block;width:100%;background-position:50%;background-size:cover}.card-highlight:before{content:"";display:block;padding-top:66.15385%}.card-highlight .card-content{display:flex;flex-direction:column;justify-content:space-between;width:85%;height:70%}.card-highlight .card-title{color:#fff;font-size:2.5rem;font-family:futura-demi,sans-serif;line-height:1}.card-highlight .button-arrow:hover span{-webkit-transform:none;transform:none}.card-highlight .button-arrow:hover .icon-before{-webkit-transform:none;transform:none;opacity:0}.card-highlight .button-arrow:hover .icon-after{-webkit-transform:translate(10px,5%);transform:translate(10px,5%);opacity:1}@media (min-width:769px){.card-highlight:before{content:"";display:block;padding-top:133.33333%}.card-highlight .card-content{width:91%;height:91%}.card-highlight .card-title{word-spacing:100000px}}.card-program,.card-replay{display:flex;flex-direction:column;background-color:#1f5c6c}.card-program .card-heading,.card-replay .card-heading{display:flex;align-items:stretch;height:4.5rem;border-bottom:1px solid #6199a7}.card-program .card-heading .picto,.card-replay .card-heading .picto{position:relative;width:4.5rem;border-right:1px solid #6199a7}.card-program .card-heading .card-schedules,.card-replay .card-heading .card-schedules{display:flex;flex-direction:column;justify-content:center;padding:.1875rem 1.5rem;color:#fff;font-family:adobe-garamond-pro,serif;text-transform:capitalize}.card-program .card-heading .card-schedules .day,.card-replay .card-heading .card-schedules .day{font-size:.875rem;line-height:1.44}@media (min-width:769px){.card-program .card-heading .card-schedules .day,.card-replay .card-heading .card-schedules .day{font-size:1rem;line-height:1.26}}.card-program .card-heading .card-schedules .time,.card-replay .card-heading .card-schedules .time{font-size:1.25rem;line-height:1}@media (min-width:769px){.card-program .card-heading .card-schedules .time,.card-replay .card-heading .card-schedules .time{font-size:1rem;line-height:1.26}}.card-program .card-content,.card-replay .card-content{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;padding:1.5rem 1.5rem 1.625rem}@media (min-width:769px){.card-program .card-content,.card-replay .card-content{padding:2rem 2rem 1.375rem}}.card-program .card-desc,.card-replay .card-desc{color:#fff;font-size:1.75rem;font-family:futura-demi,sans-serif;line-height:1.16}.card-program .card-infos,.card-replay .card-infos{margin-top:2.5rem}.card-program .card-detail,.card-replay .card-detail{margin-top:.625rem}.card-program .card-detail .icon,.card-replay .card-detail .icon{display:inline-block;margin-right:.875rem;vertical-align:text-top}.card-program .card-detail span,.card-replay .card-detail span{display:inline-block;color:#fff;font-size:1rem;font-family:futura-demi,sans-serif;line-height:1.5}.card-program .card-participants,.card-replay .card-participants{display:flex;justify-content:space-between;align-items:center;height:clac-rem(78);padding:1.25rem 1.5rem;border-top:1px solid #6199a7}.card-program .card-participants .visuals,.card-replay .card-participants .visuals{display:inline-block;flex-shrink:0;margin-right:1rem}.card-program .card-participants .visuals li,.card-replay .card-participants .visuals li{position:relative;display:inline-block;width:2.5rem;height:2.5rem;margin-left:-.9375rem;overflow:hidden;background-color:#b3c4ce;background-position:50%;background-size:cover;border:1.5px solid #fff;border-radius:50%}.card-program .card-participants .visuals li:first-child,.card-replay .card-participants .visuals li:first-child{z-index:2;margin-left:0}.card-program .card-participants .visuals li:nth-child(2),.card-replay .card-participants .visuals li:nth-child(2){z-index:1}.card-program .card-participants .visuals li:nth-child(3),.card-replay .card-participants .visuals li:nth-child(3){z-index:0}.card-program .card-participants .names,.card-replay .card-participants .names{color:#fff;font-size:1rem;font-family:futura-demi,sans-serif;line-height:1.5}.card-program .card-participants .names .more,.card-replay .card-participants .names .more{display:inline-block;padding:2px 6px 0 3px;color:#1f5c6c;font-size:.875rem;font-family:futura-demi,sans-serif;line-height:1.2;letter-spacing:-1.75px;background-color:#f2f7f9;border-radius:10px}.card-program .card-ctas,.card-replay .card-ctas{display:flex}.card-program .card-ctas .cta,.card-replay .card-ctas .cta{position:relative;z-index:1;display:flex;flex-grow:1;justify-content:space-between;align-items:center;padding:1rem .6875rem;color:#fff!important;font-size:.75rem;font-family:futura-demi,sans-serif;line-height:normal;text-transform:uppercase;text-shadow:none;background-color:#216374;border-radius:0}.card-program .card-ctas .cta:before,.card-replay .card-ctas .cta:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:0;height:100%;background-color:#1f5c6c;transition:width .4s ease-in-out}@media (min-width:769px){.card-program .card-ctas .cta,.card-replay .card-ctas .cta{font-size:.875rem}}.card-program .card-ctas .cta:hover:before,.card-replay .card-ctas .cta:hover:before{width:100%}.card-program .card-ctas .cta .addeventatc_icon,.card-replay .card-ctas .cta .addeventatc_icon{display:none}.card-program .card-ctas .cta:first-child,.card-replay .card-ctas .cta:first-child{flex-shrink:0;width:63%;background-color:#6199a7;border:none;box-shadow:none!important}.card-program .card-ctas .cta:first-child:before,.card-replay .card-ctas .cta:first-child:before{background-color:#558895}.card-program .card-ctas .cta .icon,.card-replay .card-ctas .cta .icon{display:inline-block;flex-shrink:0;margin-left:.5rem;vertical-align:bottom}@media (min-width:769px){.card-program .card-ctas .cta .icon,.card-replay .card-ctas .cta .icon{margin-left:1rem}}.card-program .card-ctas .cta.is-disabled,.card-replay .card-ctas .cta.is-disabled{opacity:.5}.card-program .card-ctas .cta.is-disabled:hover:before,.card-replay .card-ctas .cta.is-disabled:hover:before{width:0}.card-replay .card-ctas .cta{justify-content:center}.card-publications{display:flex;flex-direction:column;justify-content:space-between}.card-publications .card-visual{position:relative;overflow:hidden}.card-publications .card-visual:before{content:"";display:block;padding-top:51.85185%}.card-publications .card-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-publications .cartridge{margin-top:.9375rem}.card-publications .card-title{margin-top:.625rem;color:#1f5c6c;font-size:1.5rem;font-family:futura-demi,sans-serif;line-height:1.17}.card-publications .card-desc{margin-top:.625rem;color:#90a2ac;font-size:1rem;font-family:adobe-garamond-pro,serif;line-height:normal}.card-publications .card-infos{margin-top:2rem}@media (min-width:769px){.card-publications .card-infos{display:flex;justify-content:space-between;align-items:center;margin-top:1.5625rem}}.card-publications .name{overflow:hidden;color:#1f5c6c;white-space:nowrap;text-overflow:ellipsis}.card-publications .name,.card-publications .time{font-size:1rem;font-family:futura-demi,sans-serif;line-height:1}.card-publications .time{display:flex;flex-shrink:0;margin-top:1rem;color:#c9c3be}@media (min-width:769px){.card-publications .time{margin-top:0}}.card-publications .time .icon{flex-shrink:1;width:1rem;height:1rem;margin-right:.5rem;fill:#c9c3be}.card-publications--XL .card-visual:before{padding-top:61.53846%}@media (min-width:769px){.card-publications--XL .card-visual:before{padding-top:38.16794%}}.card-publications--XL .card-title{font-size:2rem}@media (min-width:769px){.card-publications--XL .card-title{font-size:2.5rem}}.card-publications--XL .card-desc{margin-top:1rem;font-size:1.25rem}@media (min-width:769px){.card-publications--XL .card-desc{margin-top:1.25rem}}.card-partners{display:flex;justify-content:center;align-items:center}.card-partners img{display:block;max-width:100%}@media (min-width:769px){.card-partners img{max-width:100px}}.card-initiative,.card-project{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px solid #f2f7f9}.card-initiative .card-cartridge,.card-project .card-cartridge{height:2.5rem;padding:0 2.1875rem;background-color:#3492d0}.card-initiative .card-cartridge .gen-text,.card-initiative .card-cartridge .wysiwyg,.card-project .card-cartridge .gen-text,.card-project .card-cartridge .wysiwyg{height:20px;margin-left:.75rem;font-size:.875rem}.card-initiative .card-content,.card-project .card-content{padding:1rem 1.5625rem 0}@media (min-width:769px){.card-initiative .card-content,.card-project .card-content{padding:1.5rem 2rem 0}}.card-initiative .card-title,.card-project .card-title{margin-top:1.25rem;color:#1f5c6c;font-size:1.75rem;font-family:futura-demi,sans-serif;line-height:1.16}.card-initiative .card-desc,.card-project .card-desc{margin-top:1rem;color:#90a2ac;font-size:1.125rem;line-height:1.33}.card-initiative .card-details,.card-project .card-details{margin-top:1.875rem;padding:0 1.5625rem 1.5625rem}@media (min-width:769px){.card-initiative .card-details,.card-project .card-details{padding:0 2rem 2rem}}.card-initiative .card-detail .icon,.card-project .card-detail .icon{display:inline-block;margin-right:.875rem;vertical-align:text-top}.card-initiative .card-detail span,.card-project .card-detail span{display:inline-block;color:#90a2ac;font-size:1rem;line-height:1.5}.card-initiative .card-infos,.card-project .card-infos{margin-top:2.875rem}@media (min-width:769px){.card-initiative .card-infos,.card-project .card-infos{margin-top:4.6875rem}}.card-initiative .button--plain{margin-top:5.625rem}.card-job{display:flex;flex-direction:column;justify-content:space-between;align-items:center}.card-job .card-visual{position:relative;width:100%}.card-job .card-visual:before{content:"";display:block;padding-top:45.30744%}.card-job .card-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-job .card-content{padding:0 2rem 2rem}.card-job .card-title{margin-top:1.5rem;color:#1f5c6c;font-size:1.75rem;font-family:futura-demi,sans-serif;line-height:1.16}.card-job .card-details{padding:0 2rem 2.5rem}.card-job .card-detail:not(:first-child){margin-top:.75rem}.card-job .card-detail .icon{display:inline-block;margin-right:.875rem;vertical-align:text-top;fill:#1f5c6c}.card-job .card-detail span{display:inline-block;color:#90a2ac;font-size:1rem;line-height:1.5}.card-social-network .card-visual{position:relative;width:100%;border-radius:10px 10px 0 0}.card-social-network .card-visual .icon{position:relative;top:10px;display:block;width:1.5rem;height:1.5rem;margin-left:auto}.card-social-network .card-visual.has-image{overflow:hidden}.card-social-network .card-visual.has-image:before{content:"";display:block;padding-top:42.35925%}.card-social-network .card-visual.has-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card-social-network .card-visual.has-image .icon{position:absolute;top:10px;right:10px}.card-social-network .card-content{padding:1rem 1.5rem 1.5rem}.card-social-network .card-text{color:#1f5c6c;font-size:1.125rem;line-height:1.33}.card-social-network .card-text a{color:#3492d0;font-style:italic}.card-social-network .card-infos{display:flex;align-items:center;margin-top:.9375rem}.card-social-network .account-picture{flex-shrink:0;width:1.5rem;height:1.5rem;margin-right:.5rem;border-radius:50%}.card-social-network .account-name,.card-social-network .date{color:#1f5c6c;font-size:1rem;font-family:futura-demi,sans-serif;line-height:1.14}.speaker-theme{position:relative;margin-bottom:1.125rem;text-align:center}.speaker-theme .speaker-pic{width:7.5rem;height:7.5rem;margin:0 auto 1.75rem;overflow:hidden;background-position:50%;background-size:cover;border:2px solid #fff;border-radius:50%}.speaker-theme .speaker-pic img{width:7.5rem;height:7.5rem;-o-object-fit:contain;object-fit:contain}.speaker-theme .speaker-sub-title{margin-top:.5rem;-webkit-margin-after:0;margin-block-end:0;font-weight:400;font-size:1.5rem;font-style:italic;line-height:1}.speaker-theme .speaker-bio{margin-bottom:2.5rem;padding:0 .3125rem;font-weight:400;font-size:1.125rem}.cartridge{display:inline-block;align-items:center;max-width:100%;padding:4px 12px 4px 10px;white-space:nowrap;background-color:#666;border-radius:15px}.cartridge--white,.slice-program-list-filters .thematics .cartridge.is-active,.slice-program-list-filters .thematics .cartridge:hover{background-color:#fff;border-color:#fff}.cartridge--white .cartridge__title,.slice-program-list-filters .thematics .cartridge.is-active .cartridge__title,.slice-program-list-filters .thematics .cartridge:hover .cartridge__title{color:#fff}.cartridge--white .icon,.slice-program-list-filters .thematics .cartridge.is-active .icon,.slice-program-list-filters .thematics .cartridge:hover .icon{fill:#fff!important}.cartridge--black{background-color:#000;border-color:#000}.cartridge--black .cartridge__title{color:#000}.cartridge--black .icon{fill:#000!important}.cartridge--grey-ultralight{background-color:#f9fbfc;border-color:#f9fbfc}.cartridge--grey-ultralight .cartridge__title{color:#f9fbfc}.cartridge--grey-ultralight .icon{fill:#f9fbfc!important}.cartridge--grey-extralight{background-color:#e6edf1;border-color:#e6edf1}.cartridge--grey-extralight .cartridge__title{color:#e6edf1}.cartridge--grey-extralight .icon{fill:#e6edf1!important}.cartridge--grey-lighter{background-color:#90a2ac;border-color:#90a2ac}.cartridge--grey-lighter .cartridge__title{color:#90a2ac}.cartridge--grey-lighter .icon{fill:#90a2ac!important}.cartridge--grey-light{background-color:#c9c3be;border-color:#c9c3be}.cartridge--grey-light .cartridge__title{color:#c9c3be}.cartridge--grey-light .icon{fill:#c9c3be!important}.cartridge--grey{background-color:#666;border-color:#666}.cartridge--grey .cartridge__title{color:#666}.cartridge--grey .icon{fill:#666!important}.cartridge--grey-dark{background-color:#3c3c3b;border-color:#3c3c3b}.cartridge--grey-dark .cartridge__title{color:#3c3c3b}.cartridge--grey-dark .icon{fill:#3c3c3b!important}.cartridge--red{background-color:red;border-color:red}.cartridge--red .cartridge__title{color:red}.cartridge--red .icon{fill:red!important}.cartridge--cloudy-blue{background-color:#b3c4ce;border-color:#b3c4ce}.cartridge--cloudy-blue .cartridge__title{color:#b3c4ce}.cartridge--cloudy-blue .icon{fill:#b3c4ce!important}.cartridge--ocean{background-color:#008b92;border-color:#008b92}.cartridge--ocean .cartridge__title{color:#008b92}.cartridge--ocean .icon{fill:#008b92!important}.cartridge--cool-blue{background-color:#3492d0;border-color:#3492d0}.cartridge--cool-blue .cartridge__title{color:#3492d0}.cartridge--cool-blue .icon{fill:#3492d0!important}.cartridge--ice-blue{background-color:#f2f7f9;border-color:#f2f7f9}.cartridge--ice-blue .cartridge__title{color:#f2f7f9}.cartridge--ice-blue .icon{fill:#f2f7f9!important}.cartridge--dark-green-blue{background-color:#1f5c6c;border-color:#1f5c6c}.cartridge--dark-green-blue .cartridge__title{color:#1f5c6c}.cartridge--dark-green-blue .icon{fill:#1f5c6c!important}.cartridge--very-light-blue{background-color:#dfeff4;border-color:#dfeff4}.cartridge--very-light-blue .cartridge__title{color:#dfeff4}.cartridge--very-light-blue .icon{fill:#dfeff4!important}.cartridge--grey-blue,.slice-program-list-filters .thematics .cartridge{background-color:#6199a7;border-color:#6199a7}.cartridge--grey-blue .cartridge__title,.slice-program-list-filters .thematics .cartridge .cartridge__title{color:#6199a7}.cartridge--grey-blue .icon,.slice-program-list-filters .thematics .cartridge .icon{fill:#6199a7!important}.cartridge--grey-blue-light{background-color:#b3c4ce;border-color:#b3c4ce}.cartridge--grey-blue-light .cartridge__title{color:#b3c4ce}.cartridge--grey-blue-light .icon{fill:#b3c4ce!important}.cartridge--ocean-deep{background-color:#007498;border-color:#007498}.cartridge--ocean-deep .cartridge__title{color:#007498}.cartridge--ocean-deep .icon{fill:#007498!important}.cartridge--coral{background-color:#eb5f5e;border-color:#eb5f5e}.cartridge--coral .cartridge__title{color:#eb5f5e}.cartridge--coral .icon{fill:#eb5f5e!important}.cartridge--green{background-color:#2cdd2c;border-color:#2cdd2c}.cartridge--green .cartridge__title{color:#2cdd2c}.cartridge--green .icon{fill:#2cdd2c!important}.cartridge .icon{width:1.5rem;height:1.125rem;margin-right:.4375rem;fill:#fff}.cartridge .icon,.cartridge__title{display:inline-block;vertical-align:middle}.cartridge__title{max-width:calc(100% - 1.5rem);overflow:hidden;color:#fff;font-size:.75rem;font-family:futura-demi,sans-serif;line-height:1.4;white-space:nowrap;text-transform:uppercase;text-overflow:ellipsis}.cartridge--covid{background-color:#1f5c6c}.cartridge--world{background-color:#008b92}.cartridge--pc{background-color:#3492d0}.cartridge--balance{background-color:#eb5f5e}.cartridge--news{background-color:#6199a7}.cartridge--equality{background-color:#007498}.cartridge--civic{background-color:#b3c4ce}.cartridge--fight{background-color:#dfeff4}.cartridge--fight .icon{fill:#1f5c6c}.cartridge--fight .cartridge__title{color:#1f5c6c}.cartridge--border{background-color:transparent!important;border:1px solid #fff}.cartridge--no-border{padding-right:0;padding-left:0;background:none;border:none}.cartridge--no-border.cartridge--covid .icon{fill:#1f5c6c}.cartridge--no-border.cartridge--covid .cartridge__title{color:#1f5c6c}.cartridge--no-border.cartridge--world .icon{fill:#008b92}.cartridge--no-border.cartridge--world .cartridge__title{color:#008b92}.cartridge--no-border.cartridge--pc .icon{fill:#3492d0}.cartridge--no-border.cartridge--pc .cartridge__title{color:#3492d0}.cartridge--no-border.cartridge--balance .icon{fill:#eb5f5e}.cartridge--no-border.cartridge--balance .cartridge__title{color:#eb5f5e}.cartridge--no-border.cartridge--news .icon{fill:#6199a7}.cartridge--no-border.cartridge--news .cartridge__title{color:#6199a7}.cartridge--no-border.cartridge--equality .icon{fill:#007498}.cartridge--no-border.cartridge--equality .cartridge__title{color:#007498}.cartridge--no-border.cartridge--civic .icon{fill:#b3c4ce}.cartridge--no-border.cartridge--civic .cartridge__title{color:#b3c4ce}.cartridge--no-border.cartridge--fight .icon{fill:#dfeff4}.cartridge--no-border.cartridge--fight .cartridge__title{color:#dfeff4}.inner-nav{position:relative;z-index:1;padding:2.5rem 0}.inner-nav-container{height:5.5rem}@media (min-width:769px){.inner-nav-container{height:6rem}}.inner-nav-list{flex-grow:1;overflow:hidden}@media (max-width:768px){.inner-nav-list{position:absolute;top:5.5rem;left:50%;width:calc(100% - 16px);max-height:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:max-height .3s ease-out}.inner-nav-list.is-active{height:auto;max-height:100vh}}.inner-nav-item{position:relative;z-index:1;display:flex;flex-grow:1;flex-basis:0;flex-direction:column;justify-content:center;align-items:center;min-height:5.5rem;background-color:#fff;border:1px solid #007498;transition:border .4s ease-in-out}.inner-nav-item:not(:last-child){border-bottom-width:0}@media (min-width:769px){.inner-nav-item:not(:last-child){border-right-width:0;border-bottom-width:1px}}.inner-nav-item:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:0;height:100%;background-color:#007498;transition:width .4s ease-in-out}.inner-nav-item .icon{width:2.75rem;height:1.75rem;transition:fill .4s ease-in-out;fill:#007498}.inner-nav-item.is-active:not(:first-child),.inner-nav-item:hover:not(:first-child){border-left-color:#f2f7f9}.inner-nav-item.is-active:before,.inner-nav-item:hover:before{width:100%}.inner-nav-item.is-active .icon,.inner-nav-item:hover .icon{fill:#fff}.inner-nav-item.is-active .inner-nav-label,.inner-nav-item:hover .inner-nav-label{color:#fff}.inner-nav-label{margin-top:.625rem;color:#007498;font-size:1.25rem;line-height:1;transition:color .4s ease-in-out}.inner-nav-selection{flex-grow:1;flex-basis:0;border:none}.inner-nav-triggerer{position:relative;width:6rem;background-color:#dfeff4}.inner-nav-triggerer .icon{position:absolute;top:50%;left:50%;flex-shrink:1;-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg);cursor:pointer}.app-footer{background:#1f5c6c}.app-footer__primary{padding:2.5rem 0;background-color:#1f5c6c;background-repeat:no-repeat;background-position:100% 100%;background-size:90% auto}@media (min-width:769px){.app-footer__primary{padding:3.75rem 0 2.5rem;background-size:auto 90%}}@media (min-width:769px){.app-footer__primary .row:nth-child(2) ul{width:20%}}.app-footer__primary .row:nth-child(2) ul:last-child li:not(:first-child){margin-top:4rem}.app-footer__primary .row:nth-child(2) li{margin-top:.75rem}.app-footer__primary .row:nth-child(2) li:nth-child(2){margin-top:1rem}.app-footer__primary .main-col{gap:3rem}@media (min-width:769px){.app-footer__primary .main-col{gap:2rem}}.app-footer .logo{width:121px;height:56px;margin-bottom:3rem}.app-footer .logo svg{width:100%;height:100%}@media (min-width:769px){.app-footer .logo{width:155px;height:72px;margin-bottom:4.0625rem}}.app-footer .footer-social{flex-wrap:wrap;margin:0}@media (min-width:769px){.app-footer .footer-social{flex-wrap:nowrap}}.app-footer .footer-social li{flex-shrink:0;width:25%;margin-top:2rem}@media (min-width:769px){.app-footer .footer-social li{width:auto;margin-top:0!important}}@media (min-width:769px){.app-footer .footer-social li:not(:first-child){margin-left:2rem}}.app-footer .footer-social .social-item{position:relative;z-index:1;display:inline-block;width:2.5rem;height:2.5rem;background:#6199a7;border-radius:50%}@media (min-width:769px){.app-footer .footer-social .social-item{width:3rem;height:3rem}}.app-footer .footer-social .social-item:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;background-color:#558c99;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.app-footer .footer-social .social-item .icon{width:1rem;height:1rem}.app-footer .footer-social .social-item:hover:before{-webkit-transform:scale(1);transform:scale(1)}.app-footer__secondary{padding-bottom:1.5rem;background:#6199a7}@media (min-width:769px){.app-footer__secondary{height:2rem;padding-bottom:0}}.app-footer__secondary li{width:50%;margin-top:1.5rem}@media (min-width:769px){.app-footer__secondary li{width:auto;margin-top:0}.app-footer__secondary li:not(:first-child){margin-left:2.5rem}}.app-footer__secondary li a{color:#fff;font-size:.9375rem;font-family:futura-demi,sans-serif}.app-header{position:fixed;top:0;left:0;z-index:30;width:100%;background-color:#fff}.app-header__primary{position:relative;z-index:1;height:64px;padding:0 0 0 1.5rem;background-color:#fff;transition:background .2s}@media (min-width:769px){.app-header__primary{height:110px;padding:0 2.5rem}}.app-header__primary.is-active{background-color:#f7fafb}.app-header__primary .logo{display:block;width:4.75rem;height:2.5rem}@media (min-width:769px){.app-header__primary .logo{width:7.625rem;height:4rem;margin-right:5px}}.app-header__primary .bt-event{position:relative;z-index:1;height:100%;padding:1rem 2rem;overflow:hidden;background-color:#3492d0}@media (max-width:768px){.app-header__primary .bt-event{order:3;width:60%;padding:1rem}}@media (min-width:480px){.app-header__primary .bt-event{padding:1rem 2rem}}.app-header__primary .bt-event:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:0;height:100%;background-color:#2e86c0;transition:width .4s ease-in-out}.app-header__primary .bt-event:hover:before{width:100%}.app-header__primary .bt-event span{color:#fff;font-size:.75rem;font-family:futura-demi,sans-serif}@media (max-width:768px){.app-header__primary .bt-event span{font-size:.75rem}}@media (min-width:416px){.app-header__primary .bt-event span{font-size:.875rem}}@media (min-width:769px){.app-header__primary .bt-event span{font-size:1rem}}@media (max-width:768px){.app-header__primary .bt-event svg{width:1.25rem;height:1.25rem}}@media (min-width:769px){.app-header__primary .bt-event{height:auto;border-radius:28.5px}}@media (max-width:768px){body.has-countdown .app-header__primary{padding-left:0}body.has-countdown .app-header__primary .wrapper-max{width:100vw;margin-left:0}body.has-countdown .app-header__primary .header-left{height:100%;margin-top:-2px;background-color:#fff}body.has-countdown .app-header__primary .bt-burger{padding-left:1.5rem}}@media (min-width:769px){.app-header .header-left{width:45%}}@media (max-width:768px){.app-header .header-left{justify-content:start;order:2;width:40%}}.app-header .submenu-triggerers{width:calc(100% - 127px)}.app-header .submenu-triggerer{position:relative;width:auto;color:#1f5c6c;cursor:pointer}.app-header .submenu-triggerer:after{content:"";position:absolute;bottom:0;left:0;width:0;height:3px;background-color:#3492d0;-webkit-transform:translateY(1.3125rem);transform:translateY(1.3125rem);transition:width .3s cubic-bezier(.215,.61,.355,1)}.app-header .submenu-triggerer__label span{font-size:1rem;font-family:futura-demi,sans-serif;transition:color .2s ease-out}@media (min-width:1024px){.app-header .submenu-triggerer__label span{font-size:1.375rem}}.app-header .submenu-triggerer__label .icon{transition:all .2s ease-out}.app-header .submenu-triggerer__desc{margin-top:.3125rem;font-size:.75rem;font-style:italic;transition:color .2s ease-out}@media (min-width:1024px){.app-header .submenu-triggerer__desc{font-size:1rem}}.app-header .submenu-triggerer:hover{color:#3492d0}.app-header .submenu-triggerer:hover .icon{fill:#3492d0}.app-header .submenu-triggerer.is-active{color:#3492d0}.app-header .submenu-triggerer.is-active:after{width:100%}.app-header .submenu-triggerer.is-active .icon{-webkit-transform:rotate(180deg);transform:rotate(180deg);fill:#3492d0}.app-header .submenus-wrapper{z-index:0}.app-header .submenu{position:absolute;top:0;z-index:0;width:100%;padding:2.5rem 0;background-color:#fff;background-repeat:no-repeat;background-position:100% 100%;box-shadow:0 5px 8px 0 rgba(0,0,0,.3);-webkit-transform:translateY(-110%);transform:translateY(-110%);pointer-events:none}.app-header .submenu.has-transition,.app-header .submenu.has-transitions{transition:-webkit-transform .5s cubic-bezier(.39,.575,.565,1);transition:transform .5s cubic-bezier(.39,.575,.565,1);transition:transform .5s cubic-bezier(.39,.575,.565,1),-webkit-transform .5s cubic-bezier(.39,.575,.565,1)}.app-header .submenu.is-active{z-index:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}.app-header .submenu__title{margin-bottom:2rem;color:#1f5c6c;font-size:2.5rem;font-family:futura-demi,sans-serif}.app-header .submenu .list-categories li:not(:first-child){margin-top:1.25rem}.app-header .submenu .list-themes li{width:calc(25% - 1px);margin-right:.0625rem;margin-bottom:.0625rem}.app-header .submenu .list-themes li:nth-child(4n+0){margin-right:0}.app-header .submenu .list-highlights{margin-left:auto}.app-header .submenu .list-highlights li{width:37%;margin-left:2.5rem}.app-header__secondary{position:relative;z-index:2;height:40px;padding:0 1.5rem;background-color:#f2f7f9}@media (min-width:769px){.app-header__secondary{padding:0 2.5rem}}.app-header__secondary>ul>li{margin-left:3rem}.app-header__secondary a{color:#1f5c6c;font-size:.9375rem;font-family:futura-demi,sans-serif}@media (max-width:768px){.app-header .countdown-container{display:flex;justify-content:space-between;align-items:center;order:1;width:100%;height:100%;padding:.625rem 1.5rem}.app-header .countdown-container.hidden{display:none}}@media (min-width:880px){.app-header .countdown-container{width:20%}}.app-header .countdown-event{position:relative;display:none;padding-right:1.5rem;font-size:1rem}@media (max-width:768px){.app-header .countdown-event{display:flex;width:30%}.app-header .countdown-event:after{content:"";position:absolute;top:50%;right:0;width:1px;height:40px;background-color:#dfeff4;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.app-header .countdown{justify-content:space-between;width:25%}@media (max-width:768px){.app-header .countdown{width:70%;padding-left:1.25rem}}@media (min-width:412px) and (max-width:754px){.app-header .countdown{width:50%!important}}@media (min-width:880px){.app-header .countdown{width:100%}}.app-header .countdown-item{text-align:center}.app-header .countdown-item--number{font-size:1.5625rem}@media (max-width:768px){.app-header .countdown-item--number{font-size:1.25rem}}@media (min-width:1220px){.app-header .countdown-item--number{font-size:2rem}}.app-header .countdown-item--text{font-size:.5625rem}@media (min-width:1220px){.app-header .countdown-item--text{font-size:.75rem}}.mobile-nav{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;padding:1rem 1.5rem;overflow:hidden;background-color:#f9fbfc;-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media (min-width:769px){.mobile-nav{display:none}}.mobile-nav.has-transition,.mobile-nav.has-transitions{transition:-webkit-transform .3s cubic-bezier(.39,.575,.565,1);transition:transform .3s cubic-bezier(.39,.575,.565,1);transition:transform .3s cubic-bezier(.39,.575,.565,1),-webkit-transform .3s cubic-bezier(.39,.575,.565,1)}.mobile-nav.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-nav .bt-back{display:none}.mobile-nav .bt-back span{margin-left:.5rem;color:#1f5c6c;font-weight:400;font-size:1rem;font-family:futura-demi,sans-serif;line-height:1}.mobile-nav .bt-back.is-active{display:flex}.mobile-nav .picto{position:relative;display:inline-block;flex-shrink:0;width:3rem;height:3rem;background:#f2f7f9;border-radius:50%}.mobile-nav-contents{flex-grow:1;align-self:stretch;padding:2.1875rem 0 0}.mobile-nav-contents .content{flex-grow:1;flex-shrink:0;width:100%;height:calc(100vh - 120px);margin-right:24px;overflow-y:auto;transition:-webkit-transform .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);-webkit-overflow-scrolling:touch}.mobile-nav-contents .content:last-child{margin-right:0}.mobile-nav-contents .content-item .button-arrow .icon-after{margin-right:.75rem;margin-left:auto}.mobile-nav-contents .submenu-triggerer__label span{font-size:1.5rem}.mobile-nav-contents .submenu-triggerer .icon-arrow{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.mobile-nav-contents .button-arrow--M .icon-after{margin-right:.75rem;margin-left:auto}.mobile-nav-contents .contact-link{color:#1f5c6c;font-weight:400;font-size:.9375rem;font-family:futura-demi,sans-serif;line-height:1.12}.mobile-nav-contents .languages-switcher a{color:#1f5c6c;font-size:.9375rem}.mobile-nav-contents .submenu__title{margin-bottom:1.5rem;font-size:1.5rem}.mobile-nav-contents .content--level-1.is-translated{-webkit-transform:translateX(-100vw);transform:translateX(-100vw)}.mobile-nav-contents .content--level-1>div{flex-grow:1}.mobile-nav-contents .content--level-1 ul:first-of-type:after{content:"";position:relative;display:block;width:100%;height:1px;margin:2.5rem 0;background:#dfeff4}.mobile-nav-contents .content--level-2{padding:0 0 0 24px}.mobile-nav-contents .content--level-2.is-translated{-webkit-transform:translateX(calc(-100vw + 12px));transform:translateX(calc(-100vw + 12px))}.gen-list{display:flex;gap:16px}.gen-list .card,.gen-list .swiper-slide{width:100%}@media (min-width:769px){.gen-list{gap:32px}.gen-list .card,.gen-list .swiper-slide{width:calc(50% - 16px)}}@media (min-width:1024px){.gen-list{gap:40px}.gen-list .card,.gen-list .swiper-slide{width:calc(33.33% - 26.66667px)}}.publications-list .col-title{position:relative;margin-bottom:2rem;padding-bottom:1rem;color:#1f5c6c;font-size:1rem;font-family:futura-demi,sans-serif;line-height:1.25;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #b3c4ce}.publications-list .col-title.is-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#1f5c6c}.publications-list .highlight-list{display:flex;flex-wrap:wrap;align-items:stretch;gap:40px}.publications-list .highlight-list .card-publications{width:100%}@media (min-width:769px){.publications-list .highlight-list .card-publications{width:calc(50% - 20px)}.publications-list .highlight-list .card-publications--XL{width:100%}}.publications-list .tabs .tabs-item{display:flex}.publications-list .tabs .tabs-item .col-title{flex-grow:1;flex-basis:0;text-align:center;cursor:pointer}.publications-list .tabs .tab-content{display:none}.publications-list .tabs .tab-content.is-active{display:block}.publications-list .tabs .tab-content .card{padding-bottom:2rem;border-bottom:1px solid #dfeff4}.publications-list .tabs .tab-content .card:not(:first-child){margin-top:2.25rem}.publications-list .tabs .tab-content .card .card-visual{display:none}.publications-list .tabs .tab-content .card .cartridge{margin-top:0}.search-panel{position:fixed;top:0;left:0;z-index:10;width:100%;-webkit-transform:translateY(-105%);transform:translateY(-105%)}.search-panel.has-transition{transition:-webkit-transform .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1);transition:transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1)}.search-panel.is-active{-webkit-transform:translateY(0);transform:translateY(0)}.search-panel .input-wrapper{border-bottom:1px solid #1f5c6c}.search-panel .input-text,.search-panel .textarea{border:none}.search-panel .bt-close{position:absolute;top:1.5rem;right:0;width:3rem;height:3rem;background-color:#f2f7f9;border-radius:50%}.search-results .filters{position:absolute;right:0;bottom:0;z-index:4;min-width:207px;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-webkit-transform:translateY(100%);transform:translateY(100%)}.search-results .filters .form{display:block;padding:1.5rem 1.625rem;border-top:2px solid #1f5c6c}.search-results .filters .form .custom-checkbox{display:block;cursor:pointer}.search-results .filter{position:relative}.search-results [js-accordion-toggler]{color:#1f5c6c;font-size:15px;line-height:1.2;white-space:nowrap;cursor:pointer}.search-results [js-accordion-toggler] .icon{transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.search-results [js-accordion-toggler].is-active .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.search-results .search-results-content:after{content:"";position:absolute;top:0;left:0;z-index:2;display:none;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%}.search-results .search-results-content.is-loading:after{display:block}.swiper-container{position:relative;z-index:1;margin:0 auto;padding:0;overflow:hidden;list-style:none}.swiper-wrapper{position:relative;z-index:1;display:flex;box-sizing:content-box;width:100%;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-slide{position:relative;flex-shrink:0;align-self:stretch;width:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-button-next,.swiper-button-prev{position:absolute;z-index:10;margin-top:-22px;background-repeat:no-repeat;background-position:50%;background-size:27px 44px;cursor:pointer}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-disabled .icon,.swiper-button-prev.swiper-button-disabled .icon{opacity:.5!important}.swiper-button-prev{right:40px;-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.swiper-button-next{right:0}.swiper-pagination{position:absolute;z-index:10;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s}.swiper-pagination-bullet{display:inline-block;width:8px;height:8px;margin:0 4px;background:#b3c4ce;border-radius:100%;opacity:.2}button.swiper-pagination-bullet{margin:0;padding:0;border:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-bullet-active{background:#1f5c6c;opacity:1}.swiper-scrollbar{position:relative;background:rgba(0,0,0,.1);border-radius:10px;-ms-touch-action:none}.swiper-scrollbar-drag{position:relative;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);border-radius:10px}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.slice{position:relative;padding:2rem 0}@media (min-width:769px){.slice{padding:3.875rem 0}}@media (min-width:1024px){.slice-candidate{max-width:1200px;margin:0 auto}}.slice-chapo{position:relative}.slice-chapo .chapo-content{font-size:1.75rem;font-style:italic}@media (min-width:769px){.slice-chapo .chapo-content{font-size:2rem}}.slice-chapo .contact-required{font-size:.875rem}.slice-contact .form__label{font-size:1.125rem}.slice-contact select{padding:1rem 0;color:#1f5c6c;font-size:1rem;background-color:transparent;border:1px solid transparent;border-bottom-color:#1f5c6c}.slice-contact .input-text,.slice-contact .textarea{margin-bottom:1.875rem;padding:1rem 0}@media (max-width:768px){.slice-contact .input-text,.slice-contact .textarea{margin-bottom:2.5rem}}.slice-contact .input-question{padding:1rem 0 5rem}.slice-contact .button--plain{float:right;width:auto;background-color:#6199a7}.slice-contact .button--plain .button-label{padding-right:2.875rem;padding-left:2.875rem;color:#fff;font-size:1rem}@media (max-width:768px){.slice-contact .button--plain .button-label{padding-right:2rem;padding-left:2rem}}.slice-contact .button--plain:before{background-color:#1f5c6c}.slice-contact .button--plain--picto .picto{width:5rem;height:5rem;background-color:#1f5c6c}.slice-contact .button--plain--picto .picto .icon{fill:#fff}.slice-contact .form__field-wrapper{width:46.5%}@media (max-width:768px){.slice-contact .form__field-wrapper{width:100%}}.slice-detail-info{background-color:#1f5c6c}.slice-detail-info .detail--info{padding:3.5rem 0 2.5rem}@media (max-width:768px){.slice-detail-info .detail--info{padding:2.5rem 0}}.slice-detail-info .detail--info .detail--container:after{content:"";position:absolute;bottom:0;width:73%;height:1px;background-color:#6199a7;-webkit-transform:translateY(40px);transform:translateY(40px)}@media (min-width:559px){.slice-detail-info .detail--info .detail--container:after{width:80%}}@media (max-width:768px){.slice-detail-info .detail--info .detail--container{flex-direction:column}}.slice-detail-info .detail--info .detail-info--text{width:55%}@media (max-width:768px){.slice-detail-info .detail--info .detail-info--text{width:100%}}.slice-detail-info .detail--info .detail-info--text-title{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0;margin:0 0 2rem;font-size:2.5rem}@media (max-width:768px){.slice-detail-info .detail--info .detail-info--text-title{font-size:2rem}}.slice-detail-info .detail--info .detail-info--text span{font-size:1.25rem}@media (max-width:768px){.slice-detail-info .detail--info .detail-info--text span{font-size:1.125rem}}.slice-detail-info .detail--info .detail-info--buttons{width:30%;margin-top:auto}@media (max-width:768px){.slice-detail-info .detail--info .detail-info--buttons{width:100%}}.slice-detail-info .detail--info .detail-info--buttons .bt-event{position:relative;height:3.5rem;background-color:#3492d0;border-radius:28.5px}.slice-detail-info .detail--info .detail-info--buttons .bt-event--content{position:absolute;top:50%;left:50%;display:flex;align-items:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slice-detail-info .detail--info .detail-info--buttons .bt-event span{color:#fff;font-size:.875rem;font-family:futura-demi,sans-serif}.slice-detail-info .detail--info .detail-info--buttons .cta{justify-content:center;font-size:.875rem}.slice-detail-speaker .detail--speaker{padding:2.5rem 0}@media (max-width:768px){.slice-detail-speaker .detail--speaker{padding:1rem 0}}.slice-detail-speaker .detail--speaker-number{font-size:1.5rem}.slice-detail-speaker .detail--speaker .speakers{gap:1.5rem}@media (min-width:769px){.slice-detail-speaker .detail--speaker .speakers{gap:3.5rem}}.slice-detail-speaker .detail--speaker .speakers .speaker-theme{width:100%;margin-bottom:0}@media (min-width:769px){.slice-detail-speaker .detail--speaker .speakers .speaker-theme{width:calc(48% - 20px)}}.slice-detail-speaker .detail--speaker .speakers .button-arrow-dotted{margin-top:auto}.slice-detail-text{background-color:#1f5c6c}.slice-detail-text .detail--text{padding:3.5rem 0 2.5rem}@media (max-width:768px){.slice-detail-text .detail--text{padding:2.5rem 0}}.slice-detail-text .detail--text-desc{font-size:1.25rem;line-height:1.8}.slice-detail-text .detail--text .card-infos{align-items:center}@media (max-width:768px){.slice-detail-text .detail--text .card-infos{flex-direction:column;align-items:flex-start}}.slice-double-push .wrapper{gap:32px}@media (min-width:769px){.slice-double-push .wrapper{gap:40px}}.slice-double-push .card{width:100%}@media (min-width:769px){.slice-double-push .card{width:calc(50% - 20px)}}.slice-faq .faq-contents{background-color:#fff}.slice-faq .faq-item{padding:1.5rem 1rem}.slice-faq .faq-item:not(:last-child){border-bottom:1px solid #f2f7f9}@media (min-width:769px){.slice-faq .faq-item{padding:1.5rem}}.slice-faq .faq-item__Q{display:flex;justify-content:space-between;align-items:center;color:#007498;font-size:1.25rem;font-family:futura-demi,sans-serif;line-height:1.6}.slice-faq .faq-item__Q .picto{position:relative;flex-shrink:0;width:3rem;height:3rem;background:#b3c4ce;border-radius:50%;transition:background .2s ease-out}.slice-faq .faq-item__Q .picto .bar{width:1rem;height:.125rem;background:#fff;border-radius:3px;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.slice-faq .faq-item__Q .picto .bar--V{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.slice-faq .faq-item__Q.is-active .picto{background:#1f5c6c}.slice-faq .faq-item__Q.is-active .picto .bar--V{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}.slice-faq .faq-item__A{width:100%;color:#1f5c6c;font-size:1.25rem;line-height:1.8}@media (min-width:769px){.slice-faq .faq-item__A{width:80%}}.slice-faq .faq-item__A a{color:#3492d0;border-bottom:2px dotted #3492d0}.slice-hero .hero-section{position:relative;background-position:50%}.slice-hero .hero-section .hero-center{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width:824px){.slice-hero .hero-section .hero-center{position:relative;top:auto;left:auto;-webkit-transform:none;transform:none}}.slice-hero .hero-section:before{content:"";display:block;padding-top:41.66667%}@media (max-width:754px){.slice-hero .hero-section:before{padding-top:20%}}@media (min-width:754px) and (max-width:824px){.slice-hero .hero-section:before{padding-top:10%}}@media (min-width:824px) and (max-width:945px){.slice-hero .hero-section:before{padding-top:58%}}@media (min-width:946px) and (max-width:960px){.slice-hero .hero-section:before{padding-top:58%}}@media (min-width:961px) and (max-width:1115px){.slice-hero .hero-section:before{padding-top:55%}}@media (min-width:1116px) and (max-width:1230px){.slice-hero .hero-section:before{padding-top:43.31723%}}@media (min-width:1231px) and (max-width:1320px){.slice-hero .hero-section:before{padding-top:43.28358%}}@media (min-width:769px){.slice-hero .hero-section{background-position:100%}}@media (min-width:320px) and (max-width:484px){.slice-hero .hero-section--content{padding-bottom:55%}}@media (min-width:484px) and (max-width:754px){.slice-hero .hero-section--content{padding-bottom:30%}}@media (min-width:754px) and (max-width:824px){.slice-hero .hero-section--content{padding-bottom:25%}}.slice-hero .hero-section--content .sur-title{margin-bottom:1.5rem}@media (min-width:769px){.slice-hero .hero-section--content .sur-title{margin-bottom:2.125rem}}.slice-hero .hero-section--content h1{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}@media (max-width:1187px){.slice-hero .hero-section--content h1{font-size:3.5rem!important}}@media (max-width:1268px){.slice-hero .hero-section--content h1{font-size:4.0625rem}}.slice-hero .hero-section--content .button-arrow{margin-top:2.5rem;text-transform:uppercase}.slice-hero-detail{background-color:#1f5c6c}@media (max-width:768px){.slice-hero-detail .fluid-grid{width:100vw;max-width:100vw}.slice-hero-detail .fluid-grid .row{margin:0}.slice-hero-detail .fluid-grid .col-12{flex-basis:auto;width:100vw;max-width:100vw;padding:0}}.slice-hero-detail .hero--image{position:relative;min-height:19.375rem;background-size:cover}@media (max-width:768px){.slice-hero-detail .hero--image{min-height:8.75rem}}.slice-hero-light .visual{position:relative;min-height:400px;overflow:hidden}.slice-hero-light .visual .background-image{width:1440px}.slice-hero-light .gradient{width:100%;height:100%;background-image:linear-gradient(270deg,rgba(242,247,249,0),#f2f7f9 60%),linear-gradient(180deg,rgba(242,247,249,0),#f2f7f9 90%)}@media (min-width:769px){.slice-hero-light .gradient{background-image:linear-gradient(270deg,rgba(242,247,249,0),#f2f7f9 50%),linear-gradient(180deg,rgba(242,247,249,0),#f2f7f9 90%)}}.slice-hero-light .fluid-grid,.slice-hero-light .hero-content,.slice-hero-light .row{height:100%}.slice-hero-light .hero-content{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:10px 0;color:#1f5c6c}@media (min-width:769px){.slice-hero-light .hero-content{padding:80px 0 10px}}.slice-hero-light .hero-content .breadcrumb{margin-bottom:7.5rem}.slice-hero-light .hero-content .sup-title{margin-bottom:15px;font-size:1rem;line-height:1.25;letter-spacing:2px;text-transform:uppercase}@media (min-width:769px){.slice-hero-light .hero-content .sup-title{font-size:1.125rem;line-height:1}}.slice-hero-light .hero-content .title--XL{margin:0;line-height:.95}.slice-hero-light .hero-content .button-arrow{margin-top:3rem}.slice-hero-thematic .visual{position:relative;height:416px;background-repeat:no-repeat;background-position:100%;background-size:auto 100%}@media (min-width:769px){.slice-hero-thematic .visual{height:400px}}.slice-hero-thematic .fluid-grid,.slice-hero-thematic .hero-content,.slice-hero-thematic .row{height:100%}.slice-hero-thematic .hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:10px 0;color:#fff}.slice-hero-thematic .hero-content .breadcrumb{margin-bottom:2.75rem}@media (min-width:769px){.slice-hero-thematic .hero-content .breadcrumb{margin-bottom:2.0625rem}}.slice-hero-thematic .hero-content .breadcrumb li:before,.slice-hero-thematic .hero-content .breadcrumb li a,.slice-hero-thematic .hero-content .breadcrumb li span{color:#fff}.slice-hero-thematic .hero-content.theme-fight,.slice-hero-thematic .hero-content.theme-fight .breadcrumb li:before,.slice-hero-thematic .hero-content.theme-fight .breadcrumb li a,.slice-hero-thematic .hero-content.theme-fight .breadcrumb li span{color:#1f5c6c}.slice-hero-thematic .hero-content .title--XL{margin:0;line-height:.95}.slice-hero-thematic .hero-content .button-arrow{margin-top:3rem}.slice-hero-project .wrapper-max{justify-content:flex-end}@media (max-width:768px){.slice-hero-project .wrapper-max{flex-direction:column}}.slice-hero-project .col-left{z-index:1;width:43%}@media (max-width:768px){.slice-hero-project .col-left{padding:0 40px}}.slice-hero-project .col-right{position:relative;z-index:0;width:52%;padding-left:5%}@media (max-width:768px){.slice-hero-project .col-right{margin-top:45px;padding:0}}@media (max-width:768px){.slice-hero-project .col-left,.slice-hero-project .col-right{width:100%}}.slice-hero-project .breadcrumb{margin-top:5rem}.slice-hero-project .cartridge{margin-top:2.5rem}@media (min-width:769px){.slice-hero-project .cartridge{margin-top:3rem}}.slice-hero-project .title{margin-top:1.9375rem;font-size:3.5rem}@media (min-width:769px){.slice-hero-project .title{margin-top:2.5rem;font-size:3.75rem}}.slice-hero-project .project-infos{gap:30px;margin-top:4rem;padding-bottom:1.25rem;border-bottom:4px solid #1f5c6c}.slice-hero-project .project-infos li{width:40%;text-align:center}@media (min-width:769px){.slice-hero-project .project-infos li{flex-grow:1;flex-basis:0}}.slice-hero-project .project-infos li a,.slice-hero-project .project-infos li span{display:block;margin-top:.9375rem;line-height:1.13}.slice-hero-project .swiper-container{position:sticky;top:0;z-index:0}@media (min-width:769px){.slice-hero-project .swiper-container{top:150px}.slice-hero-project .swiper-container:before{content:"";position:absolute;top:0;left:0;z-index:2;width:100vw;height:100%;background-color:#f2f7f9;-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.slice-hero-project .swiper-container .swiper-wrapper{transition:all .3s ease-in-out}.slice-hero-project .swiper-slide{position:relative;align-self:flex-start;overflow:hidden}.slice-hero-project .swiper-slide>*{position:relative;width:100%}.slice-hero-project .swiper-navigation{position:absolute;bottom:0;left:11%;height:40px}.slice-hero-project .swiper-navigation .swiper-button{margin:0}.slice-hero-project .button--plain{width:365px;margin-left:auto;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slice-intro .decoration{position:absolute;right:0;bottom:0;width:50%}@media (min-width:769px){.slice-intro .decoration{top:50%;right:0;width:316px;height:376px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}}.slice-intro .decoration:before{content:"";display:block;padding-top:118.98734%}.slice-intro .decoration img{width:100%;-o-object-fit:contain;object-fit:contain}.slice-jobs{background-color:#fff}@media (max-width:1023px){.slice-jobs .swiper-container{overflow:initial}}.slice-key-numbers .key-numbers-item{flex-grow:1;flex-basis:0;margin-top:5rem}.slice-key-numbers .key-numbers-item:first-child{margin-top:0}@media (min-width:769px){.slice-key-numbers .key-numbers-item{margin-top:0}}.slice-key-numbers .key-numbers-item .title--XXL{line-height:.8}.slice-key-numbers .key-numbers-item .gen-text,.slice-key-numbers .key-numbers-item .wysiwyg{line-height:1.25;letter-spacing:1px}.slice-key-numbers .key-numbers-item:first-child .title--XXL{color:#6199a7}.slice-key-numbers .key-numbers-item:nth-child(2) .title--XXL{color:#008b92}.slice-key-numbers .key-numbers-item:nth-child(3) .title--XXL{color:#007498}.slice-key-numbers .key-numbers-item:nth-child(4) .title--XXL{color:#eb5f5e}.slice-key-numbers+.slice-key-numbers{padding-top:0}.slice-last-publications{position:relative;background-color:#fff}.slice-last-publications .md-col-3{position:relative;z-index:2;background-image:linear-gradient(270deg,hsla(0,0%,100%,0) 0,#fff 10%)}.slice-last-publications .md-col-3:before{content:"";position:absolute;top:0;left:0;width:30vw;height:100%;background-color:#fff;-webkit-transform:translateX(-99%);transform:translateX(-99%)}.slice-last-publications .swiper-container{overflow:initial}.slice-last-publications .swiper-container:after{content:"";position:absolute;top:0;right:0;z-index:2;width:30vw;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 30%);-webkit-transform:translateX(100%);transform:translateX(100%)}.slice-last-publications .swiper-navigation{position:relative;height:2.5rem}.slice-last-publications .swiper-button{bottom:0;margin-top:0}.slice-last-publications .swiper-scrollbar{flex-grow:1;width:calc(100% - 80px);height:1px;background-color:#f2f7f9}.slice-last-publications .swiper-scrollbar-drag{width:300px;height:4px;margin-top:-4px;background-color:#6199a7;border-radius:2px}.slice-last-publications h3{line-height:1}.slice-map{height:calc(100vh - 104px);overflow:hidden}@media (min-width:769px){.slice-map{height:auto;min-height:auto;overflow:initial}}.slice-map .wrapper-max{height:100%;background:radial-gradient(circle,#4e9ba9 0,#1f5c6c 100%)}.slice-map .wrapper-max .bg{position:absolute;top:0;left:0;max-width:315px;max-height:195px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media (min-width:769px){.slice-map .wrapper-max .bg{top:auto;bottom:0;max-height:381px}}.slice-map .fluid-grid{z-index:1;pointer-events:none}.slice-map .texts{position:absolute;top:80px;left:0;opacity:1;transition:opacity .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.slice-map .texts.is-hidden{opacity:0}.slice-map .texts .title--L{text-shadow:1px 1px 2px #1f5c6c}.slice-map .texts .counter-wrapper{font-size:2rem;font-style:italic}.slice-map .filter-cta{position:absolute;top:35px;right:3.75rem;z-index:1;color:#fff;cursor:pointer;pointer-events:auto}@media (min-width:769px){.slice-map .filter-cta{right:0}}.slice-map .filter-cta .icon{fill:#fff}.slice-map .filter-cta .filters-counter{position:relative;width:.875rem;height:.875rem;margin-top:-2px;margin-left:5px;color:#fff;font-size:.75rem;line-height:14px;letter-spacing:-2px;text-align:center}.slice-map .filter-cta .filters-counter:before{content:"";z-index:-1;width:.875rem;height:.875rem;margin-top:-1px;background-color:#008b92;border-radius:50%}.slice-map .filter-cta.is-active{color:#1f5c6c}.slice-map .filter-cta.is-active .icon{fill:#1f5c6c}.slice-map .panel,.slice-map .panels-wrapper{position:absolute;top:0;right:0;height:100%}.slice-map .panel{width:535px;max-width:100vw;padding:29px 0 0;background:#fff;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);transition:transform .3s cubic-bezier(.25,.46,.45,.94);transition:transform .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);pointer-events:auto}@media (min-width:769px){.slice-map .panel{-webkit-transform:translateX(50vw);transform:translateX(50vw)}}.slice-map .panel-content{-webkit-overflow-scrolling:touch}.slice-map .panel-filters{z-index:2;background:#b3c4ce}.slice-map .panel-filters .filter-title{margin-bottom:1.125rem;color:#1f5c6c;font-size:1.625rem;font-style:italic}.slice-map .panel-filters .filters-group:not(:first-child){margin-top:1.5rem}.slice-map .panel-filters .button--plain--picto{flex-shrink:0}.slice-map .panel-projects:after{content:"";position:absolute;top:0;left:0;z-index:1;display:none;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%}.slice-map .panel-projects.is-loading:after{display:block}.slice-map .panel-projects .counter{padding:0 2.5rem 2.5rem;font-size:2rem}.slice-map .panel-projects .swiper-container{height:75%;padding-left:2.5rem}.slice-map .panel-projects .swiper-navigation{position:absolute;bottom:0;left:0;width:100%;height:2.5rem}.slice-map .panel-projects .swiper-navigation .swiper-button{margin-top:0}.slice-map .panel-projects .swiper-navigation .swiper-button-prev{right:auto}.slice-map .panel.is-active{-webkit-transform:translateX(0);transform:translateX(0)}.slice-map .panel .bt-close{position:absolute;top:24px;right:24px;z-index:2;width:48px;height:48px;background-color:#f2f7f9;border-radius:50%;cursor:pointer}.slice-map .panel-title{margin-left:40px;font-size:1.5rem}.slice-map .panel-content{flex-grow:1;padding-left:40px;overflow:auto}.slice-map .panel-content .custom-checkbox,.slice-map .panel-content .custom-radio{display:block}.slice-map .map_wrapper{position:relative}@media (max-width:768px){.slice-map .map_wrapper,.slice-map .map_wrapper .map_aspect_ratio{height:100%}}.slice-map .map_box .igm-live-filter-dropdown{display:none}.slice-media .lite-youtube{max-width:100%!important}.slice-media .lite-youtube:before{display:none!important}.slice-media .lty-playbtn{width:100%;height:100%!important;padding-left:1.5625rem;background-image:none}@media (min-width:769px){.slice-media .lty-playbtn{padding-left:6.25rem}}.slice-media .media-visual--text .button-play{align-items:center}.slice-media .media-visual--text .button-play .media-category{margin-left:1rem;font-size:1rem}@media (min-width:769px){.slice-media .media-visual--text .button-play .media-category{font-size:1.125rem}}.slice-media .media-visual--text svg{width:40px;height:40px}@media (min-width:769px){.slice-media .media-visual--text svg{width:48px;height:48px}}.slice-media .media-visual--text h3{width:100%;margin:.625rem 0 1.625rem;font-size:1.25rem;line-height:1;text-align:left}@media (min-width:769px){.slice-media .media-visual--text h3{width:70%;margin:.875rem 0 2rem;font-size:2.25rem}}@media (min-width:1024px){.slice-media .media-visual--text h3{width:53%;font-size:3rem}}.slice-media .media-visual--text .media--speaker{position:relative;font-size:1.125rem}.slice-media .media-visual--text .media--speaker-name{margin-right:1.5rem}.slice-media .media-visual--text .media--speaker-job:before{content:"";position:absolute;top:50%;display:block;width:6px;height:6px;background:#fff;border-radius:50%;-webkit-transform:translate(calc(-100% - 9px),-50%);transform:translate(calc(-100% - 9px),-50%)}.slice-media .media-container{position:relative}.slice-media .swiper-slide{align-self:flex-start}.slice-media .swiper-pagination{position:relative;width:100%;margin-top:10px}.slice-media .media-bt-prev{top:50%;left:20px;-webkit-transform:translateX(-50%),rotate(90deg);transform:translateX(-50%),rotate(90deg)}.slice-media .media-bt-next{top:50%;right:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.slice-media img{display:block;width:100%;height:auto}.slice-newsletter{padding:2rem 0}@media (min-width:769px){.slice-newsletter{padding:4.125rem 0}}@media (min-width:769px){.slice-newsletter .row{flex-wrap:nowrap}}.slice-newsletter .newsletter-content{flex-shrink:0;padding:2rem 5.25rem 6.25rem 2.75rem;background-color:#b3c4ce;background-repeat:no-repeat;background-position:0 100%;background-size:50% auto}@media (max-width:768px){.slice-newsletter .newsletter-content{min-width:calc(100% + 40px)}}@media (min-width:769px){.slice-newsletter .newsletter-content{max-width:calc(100% - 240px);padding:4.125rem 0 2.8125rem 6.4375rem;background-position:104%;background-size:auto 120%}}.slice-newsletter fieldset{width:100%;padding:0;border:none}@media (min-width:769px){.slice-newsletter fieldset{width:30%;margin:0 2.5rem 0 0}}.slice-newsletter .bt-submit{position:absolute;right:-40px;bottom:0;z-index:1;padding:1.875rem 2rem;background-color:#1f5c6c}@media (min-width:769px){.slice-newsletter .bt-submit{position:relative;right:0;margin-left:auto}}.slice-newsletter .bt-submit:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:0;height:100%;background-color:#216374;transition:width .4s ease-in-out}.slice-newsletter .bt-submit span{font-size:1rem}.slice-newsletter .bt-submit .icon{width:.75rem;height:.75rem;-webkit-transform:translate(.5rem,5%);transform:translate(.5rem,5%)}.slice-newsletter .bt-submit:hover:before{width:100%}.slice-newsletter .custom-checkbox{display:inline-block;height:1rem}.slice-newsletter .custom-checkbox input{width:16px;height:16px;margin:0;cursor:pointer}.slice-newsletter .custom-checkbox__label{display:inline-block}.slice-newsletter a{position:relative;color:#1f5c6c}.slice-newsletter a:after{content:"";position:absolute;bottom:-5px;left:0;display:block;width:100%;height:1px;border-bottom:2px dotted #1f5c6c}.slice-newsletter .form__field-error{margin-top:.3125rem}.slice-news-push--content{padding:0 0 0 2.25rem;background-color:#fff;border:1px solid #e5edf0;-webkit-transform:translateY(-90px);transform:translateY(-90px)}@media (min-width:769px){.slice-news-push--content{padding:0 0 0 1.25rem}}.slice-news-push--content .news-content{padding:0 0 1rem}@media (min-width:769px){.slice-news-push--content .news-content .sup-title{max-width:calc(100% - 90px)}}.slice-news-push--content .news-content .news-section{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-top:12px}.slice-news-push--content .news-content .news-section--img{position:relative;flex-shrink:0;width:86px;overflow:hidden}.slice-news-push--content .news-content .news-section--img:before{content:"";display:block;padding-top:88.37209%}.slice-news-push--content .news-content .news-section--img img{width:86px;height:76px;-o-object-fit:cover;object-fit:cover}.slice-news-push--content .news-content .news-section--text{flex-grow:1}.slice-news-push--content .news-content .news-section--text-date{display:flex;align-items:center}.slice-news-push--content .news-content .news-section--text-date .news-date{color:#b3c4ce;font-size:.75rem;font-family:futura-demi,sans-serif;text-transform:uppercase}.slice-news-push--content .news-content .news-section--text-date .icon{margin-right:.375rem}.slice-news-push--content .news-content .news-section--text p{margin-top:-4px;color:#1f5c6c;font-size:1.125rem;font-family:adobe-garamond-pro,serif}.slice-news-push .icon-flash{position:absolute;bottom:0;left:0;width:130px;height:140px}@media (max-width:768px){.slice-news-push .icon-flash{top:0;bottom:auto;width:115px;height:112px}}.slice-news-push--visual{position:relative;display:block;flex-shrink:0;padding-top:.75rem}@media (min-width:769px){.slice-news-push--visual{padding-left:.3125rem}}@media (min-width:1024px){.slice-news-push--visual{width:13%}}@media (min-width:1200px){.slice-news-push--visual{padding-left:.9375rem}}@media (min-width:1440px){.slice-news-push--visual{padding-left:1.5625rem}}.slice-news-push--visual .icon-ppf{max-width:70px;margin-top:.75rem}@media (max-width:768px){.slice-news-push--visual .icon-ppf{position:relative;top:0;left:0;display:flex;margin-top:.1875rem}}.slice-news-push--visual .icon-ppf span{font-size:1rem;font-family:futura-demi,sans-serif;letter-spacing:3px;text-transform:uppercase}@media (max-width:768px){.slice-news-push--visual .icon-ppf span{margin:0 .1875rem}}.slice-news-push--visual .flash-text{position:relative;z-index:6;margin-top:1.5rem;color:#eb5f5e;font-size:1.5rem;font-family:adobe-garamond-pro,serif}.slice-news-push--visual .flash-text:before{content:"";position:absolute;top:50%;left:0;display:block;width:12px;height:12px;background:#eb5f5e;border-radius:50%;-webkit-transform:translate(calc(-100% - 8px),-50%);transform:translate(calc(-100% - 8px),-50%)}.slice-news-push .swiper-container{flex-grow:1;max-width:100%;padding-top:1.25rem}.slice-news-push .swiper-nav{position:absolute;top:0;right:0}.slice-news-push .swiper-button{position:absolute;top:21px}@media (max-width:768px){.slice-news-push .swiper-button{display:none}}.slice-news-push .swiper-button-disabled .icon{opacity:.5!important}.slice-news-push .swiper-button-prev{right:40px;border-right:1px solid #fff}.slice-news-push .swiper-button-next{right:0}.slice-page-intro .wrapper-max{overflow:hidden}.slice-page-intro .breadcrumb{margin-top:5rem;margin-bottom:2.375rem}@media (max-width:768px){.slice-page-intro .breadcrumb{margin-top:2.375rem}}.slice-page-intro h1{-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}@media (min-width:1200px){.slice-page-intro .gen-text,.slice-page-intro .wysiwyg{padding-right:12.5rem}}.slice-page-intro .intro-image-dsktp{height:40rem}.slice-page-intro .intro-image-dsktp img{height:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:768px){.slice-page-intro .intro-image-dsktp{display:none}}.slice-page-intro .intro-image-mb{height:260px;margin-bottom:2.375rem;margin-left:-44px}.slice-page-intro .intro-image-mb img{min-width:calc(100% + 88px);max-width:100%;height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:769px){.slice-page-intro .intro-image-mb{display:none}}.slice-partners{position:relative;padding:2rem 0;background-color:#fff}.slice-partners:before{content:"";position:absolute;top:0;left:0;width:100%;height:55px;background-color:#f2f7f9;-webkit-transform:translateY(-10%);transform:translateY(-10%)}@media (min-width:769px){.slice-partners:before{height:100px}}@media (min-width:769px){.slice-partners{padding:3.875rem 0}}.slice-partners .swiper-wrapper{display:flex;align-items:center}.slice-partners .swiper-navigation{position:absolute;top:50%}.slice-partners .swiper-navigation--left{left:0}.slice-partners .swiper-navigation--right{right:0}.slice-partners .swiper-button{position:relative;right:0;margin-top:0}@media (min-width:769px){.slice-priorities .card-theme{transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.slice-priorities .card-theme:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.slice-priorities .card-theme .card-title{font-size:2rem}@media (max-width:870px){.slice-priorities .card-theme .card-title{font-size:1rem}}@media (max-width:980px){.slice-priorities .card-theme .card-title{font-size:1.25rem}}@media (max-width:1280px){.slice-priorities .card-theme .card-title{font-size:1.5625rem}}@media (min-width:769px){.slice-priorities .swiper-slide{width:calc(25% - 15px)}.slice-priorities .swiper-slide:nth-child(4n+2){margin-top:1.25rem;margin-bottom:-1.25rem}.slice-priorities .swiper-slide:nth-child(4n+4){margin-top:-1.25rem;margin-bottom:1.25rem}}@media (min-width:1024px){.slice-priorities .swiper-slide{width:calc(25% - 30px)}.slice-priorities .swiper-slide:nth-child(4n+2){margin-top:2.5rem;margin-bottom:-2.5rem}.slice-priorities .swiper-slide:nth-child(4n+4){margin-top:-2.5rem;margin-bottom:2.5rem}}.slice-priorities .swiper-container{overflow:initial}@media (min-width:769px){.slice-priorities .swiper-container .swiper-wrapper{flex-wrap:wrap;gap:1.25rem}}@media (min-width:1024px){.slice-priorities .swiper-container .swiper-wrapper{flex-wrap:wrap;gap:2.5rem}}.slice-program{padding:2rem 0}@media (min-width:769px){.slice-program{padding:3.875rem 0}}.slice-program .swiper-container{overflow:initial}@media (min-width:769px){.slice-program .swiper-container:before{content:"";position:absolute;top:0;right:0;z-index:2;width:50vw;height:100%;background-color:#f2f7f9;-webkit-transform:translateX(100%);transform:translateX(100%)}}.slice-program .swiper-button-next,.slice-program .swiper-button-prev{margin:0;background-color:#fff}.slice-program--edito{background-color:#fff}.slice-program-list{background-color:#1f5c6c}.slice-program-list-filters{position:relative}.slice-program-list-filters:before{content:"";position:absolute;top:0;left:0;z-index:2;width:30vw;height:100%;background-color:#1f5c6c;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slice-program-list-filters .filter{position:relative;display:inline-block}.slice-program-list-filters .filter-label{position:relative;color:#6199a7;line-height:1;white-space:nowrap;cursor:pointer;transition:color .3s ease-out}.slice-program-list-filters .filter-label:after{content:"";position:relative;display:block;width:0;height:2px;background-color:#6199a7;transition:width .3s ease-out}.slice-program-list-filters .filter-label:hover:after{width:100%}.slice-program-list-filters .filter-label--XL{font-size:4rem}.slice-program-list-filters .filter-label--XL:after{margin-top:32px}.slice-program-list-filters .filter-label--L{font-size:3.5rem}.slice-program-list-filters .filter-label--L:after{margin-top:8px}.slice-program-list-filters .filter-label .unit{font-size:1.5rem}.slice-program-list-filters .filter input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;border:0;clip:rect(0,0,0,0);pointer-events:none}.slice-program-list-filters .filter input:checked+.filter-label{color:#fff;font-style:italic}.slice-program-list-filters .filter input:checked+.filter-label:after{width:100%;background-color:#fff}.slice-program-list-filters .swiper-container{overflow:inherit}.slice-program-list-filters .swiper-container .swiper-wrapper{height:auto}.slice-program-list-filters .thematics{gap:1rem}.slice-program-list-filters .thematics .cartridge{cursor:pointer;transition:all .3s}.slice-program-list-filters .thematics .cartridge.is-active .icon,.slice-program-list-filters .thematics .cartridge:hover .icon{fill:#6199a7}.slice-program-list-filters .thematics .cartridge.is-active{border-width:1px}.slice-program-list-filters .thematics .cartridge.is-active .cartridge__title{color:#6199a7}.slice-program-list-filters .thematics .cartridge.is-active .icon{fill:#6199a7!important}.slice-program-list-filters [js-accordion-toggler]:after{content:"+";margin-left:.625rem}.slice-program-list-filters [js-accordion-toggler].is-active:after{content:"-"}.slice-program-list-content .card{margin-bottom:1.5rem}@media (min-width:769px){.slice-program-list-content .card{width:calc(33.33333% - 40px);margin-right:2.5rem;margin-bottom:2.5rem}.slice-program-list-content .card:nth-child(0n+3){margin-right:0}}.slice-program-list-content .card .card-heading{border-top:1px solid #6199a7}.slice-program-list-content .card .card-content,.slice-program-list-content .card .card-heading,.slice-program-list-content .card .card-participants{border-right:1px solid #6199a7;border-left:1px solid #6199a7}.slice-projects{position:relative}@media (max-width:768px){.slice-projects .swiper-container{overflow:initial}}.slice-projects .swiper-navigation{position:relative;height:2.5rem}.slice-projects .swiper-button{bottom:0;margin-top:0;background-color:#fff}.slice-projects .swiper-scrollbar{flex-grow:1;width:calc(100% - 80px);height:1px;background-color:#fff}.slice-projects .swiper-scrollbar-drag{width:300px;height:4px;margin-top:-4px;background-color:#6199a7;border-radius:2px}.slice-projects--edito{background-color:#fff}.slice-push .card-highlight:before{padding-top:75%}@media (min-width:769px){.slice-push .card-highlight:before{padding-top:60%}}.slice-push .card-highlight .card-content{padding:0}@media (min-width:769px){.slice-push .card-highlight .card-content{padding:.625rem}}@media (min-width:1024px){.slice-push .card-highlight .card-content{padding:1.75rem 2.5rem}}.slice-push .card-highlight .card-content .card-title{font-size:2.1875rem;word-spacing:0!important}@media (min-width:769px){.slice-push .card-highlight .card-content .card-title{font-size:2.8125rem}}@media (min-width:1024px){.slice-push .card-highlight .card-content .card-title{font-size:3.125rem}}@media (min-width:1200px){.slice-push .card-highlight .card-content .card-title{font-size:4rem}}.slice-push .card-highlight .card-content .button-arrow span{max-width:80%;padding-right:.3125rem;font-size:1rem}@media (min-width:769px){.slice-push .card-highlight .card-content .button-arrow span{font-size:1.125rem}}@media (min-width:1024px){.slice-push .card-highlight .card-content .button-arrow span{max-width:90%;padding-right:1.25rem;font-size:1.25rem}}@media (min-width:1200px){.slice-push .card-highlight .card-content .button-arrow span{font-size:1.5rem}}.slice-push .card-highlight .card-content .button-arrow .icon{width:1.5rem;height:1.5rem}@media (min-width:1024px){.slice-push .card-highlight .card-content .button-arrow .icon{width:1.75rem;height:1.75rem}}.slice-quote{background-color:#f2f7f9}.slice-quote .row{position:static;align-items:center}.slice-quote .quote-image--container .visual{position:relative}@media (min-width:754px) and (max-width:1008px){.slice-quote .quote-image--container .visual{-webkit-transform:translateX(-37px);transform:translateX(-37px)}}@media (min-width:1008px) and (max-width:1425px){.slice-quote .quote-image--container .visual{-webkit-transform:translateX(-80px);transform:translateX(-80px)}}@media (min-width:1425px){.slice-quote .quote-image--container .visual{-webkit-transform:translateX(-124px);transform:translateX(-124px)}}@media (max-width:768px){.slice-quote .quote-image--container .visual{margin-right:-44px;margin-bottom:3rem;-webkit-transform:translateX(-44px);transform:translateX(-44px)}}.slice-quote .quote-image--container .visual:before{content:"";display:block;padding-top:84.77237%}@media (max-width:768px){.slice-quote .quote-image--container .visual:before{padding-top:145.94595%}}.slice-quote .quote-image--container .quote-image--visual{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slice-quote .quote--content{position:relative}.slice-quote .quote--content h3{position:relative;font-weight:100;font-size:2.5rem;font-style:italic;line-height:1.45}@media (min-width:769px){.slice-quote .quote--content h3{font-size:3rem;line-height:1.3}}.slice-quote .quote--content .quote-mark{position:absolute;font-size:13.75rem;line-height:0}.slice-quote .quote--content .quote-mark--left{top:0;left:0;margin-top:-10px;margin-left:-40px}.slice-quote .quote--content .quote-mark--right{right:0;bottom:0;margin-right:-40px}.slice-quote .quote--speaker{position:relative;font-size:1.125rem}.slice-quote .quote--speaker-name{margin-right:1.5rem}.slice-quote .quote--speaker-job:before{content:"";position:absolute;top:50%;display:block;width:6px;height:6px;background:#3492d0;border-radius:50%;-webkit-transform:translate(calc(-100% - 9px),-50%);transform:translate(calc(-100% - 9px),-50%)}.slice-related-publications{background-color:#fff}@media (max-width:768px){.slice-related-publications .swiper-container{overflow:initial}}.slice-related-publications .swiper-button-next,.slice-related-publications .swiper-button-prev{margin:0}.slice-replay .swiper-container{overflow:initial}.slice-replay--edito,.slice-slider-with-thematic{background-color:#fff}.slice-slider-with-thematic .col-12.flex{gap:1rem}@media (min-width:769px){.slice-slider-with-thematic .col-12.flex{gap:1.5rem}}@media (max-width:768px){.slice-slider-with-thematic .swiper-container{overflow:initial}}.slice-social-networks h3{margin:0}.slice-social-networks .social-list li{flex-shrink:0;width:3rem;height:3rem}@media (max-width:768px){.slice-social-networks .social-list li{width:3rem;height:3rem}}.slice-social-networks .social-icon{position:relative;z-index:1;display:block;flex-shrink:0;width:100%;height:100%;margin:0;background-color:#b3c4ce;border-width:0;border-radius:50%}.slice-social-networks .social-icon:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;background-color:#a3b8c4;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.slice-social-networks .social-icon:hover:before{-webkit-transform:scale(1);transform:scale(1)}.slice-social-sharing{position:relative;z-index:2;margin-top:3.75rem}@media (max-width:575px){.slice-social-sharing{margin-top:2.375rem;margin-bottom:2.375rem}}.slice-social-sharing .social-sharing-section{display:flex;justify-content:flex-start;align-items:center;margin-top:.625rem;padding-bottom:1.4375rem;border-bottom:1px solid #b3c4ce}@media (max-width:575px){.slice-social-sharing .social-sharing-section{display:block;margin-top:2.5rem;border-bottom:1px solid transparent}}.slice-social-sharing ul{display:flex;flex-direction:row}@media (max-width:575px){.slice-social-sharing ul{justify-content:space-between;max-width:92%;margin:1.5rem 0 0;padding-bottom:1.4375rem;border-bottom:1px solid #b3c4ce}}.slice-social-sharing .social-text{margin-right:2.5rem;font-size:1.5rem;font-style:italic}@media (max-width:575px){.slice-social-sharing .social-text{width:100%;margin:0 0 1.125rem;-webkit-transform:none;transform:none}}.slice-social-sharing .sharing-icon{position:relative;z-index:1;display:block;width:3.5rem;height:3.5rem;margin:0 .75rem;background-color:#b3c4ce;border-radius:50%}@media (max-width:575px){.slice-social-sharing .sharing-icon{width:2.5rem;height:2.5rem;margin:0}}.slice-social-sharing .sharing-icon:before{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;background-color:#a3b8c4;border-radius:50%;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.slice-social-sharing .sharing-icon:hover:before{-webkit-transform:scale(1);transform:scale(1)}.slice-speaker .title--XS{line-height:1}.slice-speaker+.slice-speaker{padding-top:0}.slice-speaker .swiper-container{overflow:initial}@media (min-width:769px){.slice-speaker .swiper-container{overflow:hidden}}.slice-speaker .swiper-button{background-color:#fff}.slice-text-image .text-image--content h3{line-height:1}@media (min-width:769px){.slice-text-image .text-image--content{padding-right:5.3125rem}}.slice-text-image .text-image--container{position:relative}.slice-text-image .text-image--container:before{content:"";display:block;padding-top:104.44874%}.slice-text-image .text-image--container .text-image--visual{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media (max-width:768px){.slice-text-image .text-image--container{margin-top:2rem}}.slice-thematic-list:before{content:"";position:absolute;top:0;left:50%;width:80%;max-width:995px;height:1px;background-color:#b3c4ce;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.slice-thematic-list-filters{position:relative;z-index:4}.slice-thematic-list-filters .filters{position:absolute;right:0;bottom:0;min-width:207px;background-color:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);-webkit-transform:translateY(100%);transform:translateY(100%)}.slice-thematic-list-filters .filters form{display:block;padding:1.5rem 1.625rem;border-top:2px solid #1f5c6c}.slice-thematic-list-filters .filters form .custom-checkbox{display:block;cursor:pointer}.slice-thematic-list-filters .filter{position:relative}.slice-thematic-list-filters [js-accordion-toggler]{color:#1f5c6c;font-size:15px;line-height:1.2;white-space:nowrap;cursor:pointer}.slice-thematic-list-filters [js-accordion-toggler] .icon{transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}.slice-thematic-list-filters [js-accordion-toggler].is-active .icon{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.slice-thematic-list-content{position:relative;gap:1.5rem}@media (min-width:769px){.slice-thematic-list-content{gap:2.5rem}}.slice-thematic-list-content:after{content:"";position:absolute;top:0;left:0;z-index:2;display:none;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%}.slice-thematic-list-content.is-loading:after{display:block}.slice-thematic-list-content .card{width:100%}@media (min-width:769px){.slice-thematic-list-content .card{width:calc(50% - 20px)}}@media (min-width:1024px){.slice-thematic-list-content .card{width:calc(33.33333% - 26.66667px)}}.pagination li{position:relative;min-width:40px;margin:0 10px;padding:1.5rem .625rem 1.5rem .9375rem;color:#007498;font-size:1.125rem;font-family:futura-demi,sans-serif;line-height:1;text-align:right;border-bottom:4px solid transparent;cursor:pointer;opacity:.4;transition:all .2s}.pagination li:hover{opacity:1}.pagination li.is-active{border-bottom-color:#007498;opacity:1}.slice-timeline{position:relative;background-color:#fff}.slice-timeline .swiper-container{overflow:initial}.slice-timeline .swiper-container:after{content:"";position:absolute;top:0;right:0;z-index:2;width:30vw;height:100%;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff 30%);-webkit-transform:translateX(100%);transform:translateX(100%)}.slice-timeline .swiper-navigation{position:absolute;right:-44px;bottom:-32px;height:2.5rem}@media (min-width:769px){.slice-timeline .swiper-navigation{position:relative;right:auto;bottom:auto}}.slice-timeline .swiper-button{bottom:0;margin-top:0}.slice-timeline .timeline-item{position:relative;text-align:center}.slice-timeline .timeline-item:before{content:"";position:absolute;top:155px;left:50%;z-index:0;width:100%;height:4px;background-color:#dfeff4;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.slice-timeline .timeline-item:first-child:before{width:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slice-timeline .timeline-item__visual{position:relative;width:7.25rem;height:7.25rem;margin:0 auto;overflow:hidden;border:4px solid #b3c4ce;border-radius:50%}.slice-timeline .timeline-item__visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slice-timeline .timeline-item__title{max-width:12.8125rem;margin:0 auto;color:#1f5c6c;font-size:1.125rem;font-family:futura-demi,sans-serif}.slice-timeline .timeline-item__desc{max-width:12.8125rem;margin:0 auto;color:#90a2ac;font-size:1.125rem;line-height:1.33}.slice-timeline .timeline-item .dot{position:relative;z-index:1;width:1.875rem;height:1.875rem;margin:1.5rem auto;background-color:#1f5c6c;border:10px solid #fff;border-radius:50%}.slice-title-links .link-list{padding:0;list-style-type:none}.slice-title-links .link-list .button-arrow-dotted{margin-bottom:1.3125rem}@media (min-width:576px){.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:my-21{margin-top:5.25rem;margin-bottom:5.25rem}.sm\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:my-26{margin-top:6.5rem;margin-bottom:6.5rem}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:my-30{margin-top:7.5rem;margin-bottom:7.5rem}.sm\:my-31{margin-top:7.75rem;margin-bottom:7.75rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:my-36{margin-top:9rem;margin-bottom:9rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:my-50{margin-top:12.5rem;margin-bottom:12.5rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:mt-0{margin-top:0}.sm\:mb-0{margin-bottom:0}.sm\:mt-1{margin-top:.25rem}.sm\:mb-1{margin-bottom:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mt-8{margin-top:2rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-9{margin-top:2.25rem}.sm\:mb-9{margin-bottom:2.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mt-12{margin-top:3rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mt-13{margin-top:3.25rem}.sm\:mb-13{margin-bottom:3.25rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:mt-15{margin-top:3.75rem}.sm\:mb-15{margin-bottom:3.75rem}.sm\:mt-16{margin-top:4rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mt-18{margin-top:4.5rem}.sm\:mb-18{margin-bottom:4.5rem}.sm\:mt-20{margin-top:5rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mt-21{margin-top:5.25rem}.sm\:mb-21{margin-bottom:5.25rem}.sm\:mt-22{margin-top:5.5rem}.sm\:mb-22{margin-bottom:5.5rem}.sm\:mt-24{margin-top:6rem}.sm\:mb-24{margin-bottom:6rem}.sm\:mt-26{margin-top:6.5rem}.sm\:mb-26{margin-bottom:6.5rem}.sm\:mt-28{margin-top:7rem}.sm\:mb-28{margin-bottom:7rem}.sm\:mt-30{margin-top:7.5rem}.sm\:mb-30{margin-bottom:7.5rem}.sm\:mt-31{margin-top:7.75rem}.sm\:mb-31{margin-bottom:7.75rem}.sm\:mt-32{margin-top:8rem}.sm\:mb-32{margin-bottom:8rem}.sm\:mt-36{margin-top:9rem}.sm\:mb-36{margin-bottom:9rem}.sm\:mt-48{margin-top:12rem}.sm\:mb-48{margin-bottom:12rem}.sm\:mt-50{margin-top:12.5rem}.sm\:mb-50{margin-bottom:12.5rem}.sm\:mt-auto{margin-top:auto}.sm\:mb-auto{margin-bottom:auto}.sm\:mt-px{margin-top:1px}.sm\:mb-px{margin-bottom:1px}.sm\:-my-0{margin-top:0;margin-bottom:0}.sm\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.sm\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.sm\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.sm\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.sm\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.sm\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.sm\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.sm\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.sm\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.sm\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.sm\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.sm\:-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.sm\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.sm\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.sm\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:-mt-0{margin-top:0}.sm\:-mb-0{margin-bottom:0}.sm\:-mt-1{margin-top:-.25rem}.sm\:-mb-1{margin-bottom:-.25rem}.sm\:-mt-2{margin-top:-.5rem}.sm\:-mb-2{margin-bottom:-.5rem}.sm\:-mt-3{margin-top:-.75rem}.sm\:-mb-3{margin-bottom:-.75rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mb-4{margin-bottom:-1rem}.sm\:-mt-6{margin-top:-1.5rem}.sm\:-mb-6{margin-bottom:-1.5rem}.sm\:-mt-8{margin-top:-2rem}.sm\:-mb-8{margin-bottom:-2rem}.sm\:-mt-10{margin-top:-2.5rem}.sm\:-mb-10{margin-bottom:-2.5rem}.sm\:-mt-12{margin-top:-3rem}.sm\:-mb-12{margin-bottom:-3rem}.sm\:-mt-14{margin-top:-3.5rem}.sm\:-mb-14{margin-bottom:-3.5rem}.sm\:-mt-16{margin-top:-4rem}.sm\:-mb-16{margin-bottom:-4rem}.sm\:-mt-20{margin-top:-5rem}.sm\:-mb-20{margin-bottom:-5rem}.sm\:-mt-22{margin-top:-5.75rem}.sm\:-mb-22{margin-bottom:-5.75rem}.sm\:-mt-24{margin-top:-6rem}.sm\:-mb-24{margin-bottom:-6rem}.sm\:-mt-36{margin-top:-9rem}.sm\:-mb-36{margin-bottom:-9rem}.sm\:-mt-48{margin-top:-12rem}.sm\:-mb-48{margin-bottom:-12rem}.sm\:-mt-px{margin-top:-1px}.sm\:-mb-px{margin-bottom:-1px}}@media (min-width:769px){.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:hidden{display:none}.md\:flex{display:flex}.md\:flex-row{flex-direction:row}.md\:flex-wrap{flex-wrap:wrap}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:float-right{float:right}.md\:my-0{margin-top:0;margin-bottom:0}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:my-21{margin-top:5.25rem;margin-bottom:5.25rem}.md\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:my-26{margin-top:6.5rem;margin-bottom:6.5rem}.md\:my-28{margin-top:7rem;margin-bottom:7rem}.md\:my-30{margin-top:7.5rem;margin-bottom:7.5rem}.md\:my-31{margin-top:7.75rem;margin-bottom:7.75rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:my-36{margin-top:9rem;margin-bottom:9rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:my-50{margin-top:12.5rem;margin-bottom:12.5rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:mt-0{margin-top:0}.md\:mb-0{margin-bottom:0}.md\:mt-1{margin-top:.25rem}.md\:mb-1{margin-bottom:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mb-2{margin-bottom:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mb-3{margin-bottom:.75rem}.md\:mt-4{margin-top:1rem}.md\:mb-4{margin-bottom:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mb-8{margin-bottom:2rem}.md\:mt-9{margin-top:2.25rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mt-10{margin-top:2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mt-12{margin-top:3rem}.md\:mb-12{margin-bottom:3rem}.md\:mt-13{margin-top:3.25rem}.md\:mb-13{margin-bottom:3.25rem}.md\:mt-14{margin-top:3.5rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mt-15{margin-top:3.75rem}.md\:mb-15{margin-bottom:3.75rem}.md\:mt-16{margin-top:4rem}.md\:mb-16{margin-bottom:4rem}.md\:mt-18{margin-top:4.5rem}.md\:mb-18{margin-bottom:4.5rem}.md\:mt-20{margin-top:5rem}.md\:mb-20{margin-bottom:5rem}.md\:mt-21{margin-top:5.25rem}.md\:mb-21{margin-bottom:5.25rem}.md\:mt-22{margin-top:5.5rem}.md\:mb-22{margin-bottom:5.5rem}.md\:mt-24{margin-top:6rem}.md\:mb-24{margin-bottom:6rem}.md\:mt-26{margin-top:6.5rem}.md\:mb-26{margin-bottom:6.5rem}.md\:mt-28{margin-top:7rem}.md\:mb-28{margin-bottom:7rem}.md\:mt-30{margin-top:7.5rem}.md\:mb-30{margin-bottom:7.5rem}.md\:mt-31{margin-top:7.75rem}.md\:mb-31{margin-bottom:7.75rem}.md\:mt-32{margin-top:8rem}.md\:mb-32{margin-bottom:8rem}.md\:mt-36{margin-top:9rem}.md\:mb-36{margin-bottom:9rem}.md\:mt-48{margin-top:12rem}.md\:mb-48{margin-bottom:12rem}.md\:mt-50{margin-top:12.5rem}.md\:mb-50{margin-bottom:12.5rem}.md\:mt-auto{margin-top:auto}.md\:mb-auto{margin-bottom:auto}.md\:mt-px{margin-top:1px}.md\:mb-px{margin-bottom:1px}.md\:-my-0{margin-top:0;margin-bottom:0}.md\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.md\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.md\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.md\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.md\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.md\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.md\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.md\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.md\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.md\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.md\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.md\:-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.md\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.md\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.md\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.md\:-my-px{margin-top:-1px;margin-bottom:-1px}.md\:-mt-0{margin-top:0}.md\:-mb-0{margin-bottom:0}.md\:-mt-1{margin-top:-.25rem}.md\:-mb-1{margin-bottom:-.25rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mb-2{margin-bottom:-.5rem}.md\:-mt-3{margin-top:-.75rem}.md\:-mb-3{margin-bottom:-.75rem}.md\:-mt-4{margin-top:-1rem}.md\:-mb-4{margin-bottom:-1rem}.md\:-mt-6{margin-top:-1.5rem}.md\:-mb-6{margin-bottom:-1.5rem}.md\:-mt-8{margin-top:-2rem}.md\:-mb-8{margin-bottom:-2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mb-10{margin-bottom:-2.5rem}.md\:-mt-12{margin-top:-3rem}.md\:-mb-12{margin-bottom:-3rem}.md\:-mt-14{margin-top:-3.5rem}.md\:-mb-14{margin-bottom:-3.5rem}.md\:-mt-16{margin-top:-4rem}.md\:-mb-16{margin-bottom:-4rem}.md\:-mt-20{margin-top:-5rem}.md\:-mb-20{margin-bottom:-5rem}.md\:-mt-22{margin-top:-5.75rem}.md\:-mb-22{margin-bottom:-5.75rem}.md\:-mt-24{margin-top:-6rem}.md\:-mb-24{margin-bottom:-6rem}.md\:-mt-36{margin-top:-9rem}.md\:-mb-36{margin-bottom:-9rem}.md\:-mt-48{margin-top:-12rem}.md\:-mb-48{margin-bottom:-12rem}.md\:-mt-px{margin-top:-1px}.md\:-mb-px{margin-bottom:-1px}}@media (min-width:1024px){.lg\:hidden{display:none}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:my-21{margin-top:5.25rem;margin-bottom:5.25rem}.lg\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:my-26{margin-top:6.5rem;margin-bottom:6.5rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:my-30{margin-top:7.5rem;margin-bottom:7.5rem}.lg\:my-31{margin-top:7.75rem;margin-bottom:7.75rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:my-36{margin-top:9rem;margin-bottom:9rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:my-50{margin-top:12.5rem;margin-bottom:12.5rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:mt-0{margin-top:0}.lg\:mb-0{margin-bottom:0}.lg\:mt-1{margin-top:.25rem}.lg\:mb-1{margin-bottom:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mt-12{margin-top:3rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mt-13{margin-top:3.25rem}.lg\:mb-13{margin-bottom:3.25rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mt-15{margin-top:3.75rem}.lg\:mb-15{margin-bottom:3.75rem}.lg\:mt-16{margin-top:4rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mt-18{margin-top:4.5rem}.lg\:mb-18{margin-bottom:4.5rem}.lg\:mt-20{margin-top:5rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mt-21{margin-top:5.25rem}.lg\:mb-21{margin-bottom:5.25rem}.lg\:mt-22{margin-top:5.5rem}.lg\:mb-22{margin-bottom:5.5rem}.lg\:ml-22{margin-left:5.5rem}.lg\:mt-24{margin-top:6rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mt-26{margin-top:6.5rem}.lg\:mb-26{margin-bottom:6.5rem}.lg\:mt-28{margin-top:7rem}.lg\:mb-28{margin-bottom:7rem}.lg\:mt-30{margin-top:7.5rem}.lg\:mb-30{margin-bottom:7.5rem}.lg\:mt-31{margin-top:7.75rem}.lg\:mb-31{margin-bottom:7.75rem}.lg\:mt-32{margin-top:8rem}.lg\:mb-32{margin-bottom:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mb-36{margin-bottom:9rem}.lg\:mt-48{margin-top:12rem}.lg\:mb-48{margin-bottom:12rem}.lg\:mt-50{margin-top:12.5rem}.lg\:mb-50{margin-bottom:12.5rem}.lg\:mt-auto{margin-top:auto}.lg\:mb-auto{margin-bottom:auto}.lg\:mt-px{margin-top:1px}.lg\:mb-px{margin-bottom:1px}.lg\:-my-0{margin-top:0;margin-bottom:0}.lg\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.lg\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.lg\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.lg\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.lg\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.lg\:-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.lg\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.lg\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.lg\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.lg\:-my-px{margin-top:-1px;margin-bottom:-1px}.lg\:-mt-0{margin-top:0}.lg\:-mb-0{margin-bottom:0}.lg\:-mt-1{margin-top:-.25rem}.lg\:-mb-1{margin-bottom:-.25rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mb-2{margin-bottom:-.5rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mb-3{margin-bottom:-.75rem}.lg\:-mt-4{margin-top:-1rem}.lg\:-mb-4{margin-bottom:-1rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mb-6{margin-bottom:-1.5rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mb-8{margin-bottom:-2rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mb-10{margin-bottom:-2.5rem}.lg\:-mt-12{margin-top:-3rem}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-mt-14{margin-top:-3.5rem}.lg\:-mb-14{margin-bottom:-3.5rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mb-16{margin-bottom:-4rem}.lg\:-mt-20{margin-top:-5rem}.lg\:-mb-20{margin-bottom:-5rem}.lg\:-mt-22{margin-top:-5.75rem}.lg\:-mb-22{margin-bottom:-5.75rem}.lg\:-mt-24{margin-top:-6rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-mt-36{margin-top:-9rem}.lg\:-mb-36{margin-bottom:-9rem}.lg\:-mt-48{margin-top:-12rem}.lg\:-mb-48{margin-bottom:-12rem}.lg\:-mt-px{margin-top:-1px}.lg\:-mb-px{margin-bottom:-1px}}@media (min-width:1200px){.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xl\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:my-21{margin-top:5.25rem;margin-bottom:5.25rem}.xl\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:my-26{margin-top:6.5rem;margin-bottom:6.5rem}.xl\:my-28{margin-top:7rem;margin-bottom:7rem}.xl\:my-30{margin-top:7.5rem;margin-bottom:7.5rem}.xl\:my-31{margin-top:7.75rem;margin-bottom:7.75rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:my-36{margin-top:9rem;margin-bottom:9rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:my-50{margin-top:12.5rem;margin-bottom:12.5rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:mt-0{margin-top:0}.xl\:mb-0{margin-bottom:0}.xl\:mt-1{margin-top:.25rem}.xl\:mb-1{margin-bottom:.25rem}.xl\:mt-2{margin-top:.5rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:mt-4{margin-top:1rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mt-7{margin-top:1.75rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:mt-8{margin-top:2rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mt-9{margin-top:2.25rem}.xl\:mb-9{margin-bottom:2.25rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mt-12{margin-top:3rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mt-13{margin-top:3.25rem}.xl\:mb-13{margin-bottom:3.25rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mb-14{margin-bottom:3.5rem}.xl\:mt-15{margin-top:3.75rem}.xl\:mb-15{margin-bottom:3.75rem}.xl\:mt-16{margin-top:4rem}.xl\:mb-16{margin-bottom:4rem}.xl\:mt-18{margin-top:4.5rem}.xl\:mb-18{margin-bottom:4.5rem}.xl\:mt-20{margin-top:5rem}.xl\:mb-20{margin-bottom:5rem}.xl\:mt-21{margin-top:5.25rem}.xl\:mb-21{margin-bottom:5.25rem}.xl\:mt-22{margin-top:5.5rem}.xl\:mb-22{margin-bottom:5.5rem}.xl\:mt-24{margin-top:6rem}.xl\:mb-24{margin-bottom:6rem}.xl\:mt-26{margin-top:6.5rem}.xl\:mb-26{margin-bottom:6.5rem}.xl\:mt-28{margin-top:7rem}.xl\:mb-28{margin-bottom:7rem}.xl\:mt-30{margin-top:7.5rem}.xl\:mb-30{margin-bottom:7.5rem}.xl\:mt-31{margin-top:7.75rem}.xl\:mb-31{margin-bottom:7.75rem}.xl\:mt-32{margin-top:8rem}.xl\:mb-32{margin-bottom:8rem}.xl\:mt-36{margin-top:9rem}.xl\:mb-36{margin-bottom:9rem}.xl\:mt-48{margin-top:12rem}.xl\:mb-48{margin-bottom:12rem}.xl\:mt-50{margin-top:12.5rem}.xl\:mb-50{margin-bottom:12.5rem}.xl\:mt-auto{margin-top:auto}.xl\:mb-auto{margin-bottom:auto}.xl\:mt-px{margin-top:1px}.xl\:mb-px{margin-bottom:1px}.xl\:-my-0{margin-top:0;margin-bottom:0}.xl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xl\:-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.xl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xl\:-mt-0{margin-top:0}.xl\:-mb-0{margin-bottom:0}.xl\:-mt-1{margin-top:-.25rem}.xl\:-mb-1{margin-bottom:-.25rem}.xl\:-mt-2{margin-top:-.5rem}.xl\:-mb-2{margin-bottom:-.5rem}.xl\:-mt-3{margin-top:-.75rem}.xl\:-mb-3{margin-bottom:-.75rem}.xl\:-mt-4{margin-top:-1rem}.xl\:-mb-4{margin-bottom:-1rem}.xl\:-mt-6{margin-top:-1.5rem}.xl\:-mb-6{margin-bottom:-1.5rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mb-8{margin-bottom:-2rem}.xl\:-mt-10{margin-top:-2.5rem}.xl\:-mb-10{margin-bottom:-2.5rem}.xl\:-mt-12{margin-top:-3rem}.xl\:-mb-12{margin-bottom:-3rem}.xl\:-mt-14{margin-top:-3.5rem}.xl\:-mb-14{margin-bottom:-3.5rem}.xl\:-mt-16{margin-top:-4rem}.xl\:-mb-16{margin-bottom:-4rem}.xl\:-mt-20{margin-top:-5rem}.xl\:-mb-20{margin-bottom:-5rem}.xl\:-mt-22{margin-top:-5.75rem}.xl\:-mb-22{margin-bottom:-5.75rem}.xl\:-mt-24{margin-top:-6rem}.xl\:-mb-24{margin-bottom:-6rem}.xl\:-mt-36{margin-top:-9rem}.xl\:-mb-36{margin-bottom:-9rem}.xl\:-mt-48{margin-top:-12rem}.xl\:-mb-48{margin-bottom:-12rem}.xl\:-mt-px{margin-top:-1px}.xl\:-mb-px{margin-bottom:-1px}}@media (min-width:1440px){.xxl\:my-0{margin-top:0;margin-bottom:0}.xxl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xxl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xxl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xxl\:my-4{margin-top:1rem;margin-bottom:1rem}.xxl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xxl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xxl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xxl\:my-8{margin-top:2rem;margin-bottom:2rem}.xxl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xxl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xxl\:my-12{margin-top:3rem;margin-bottom:3rem}.xxl\:my-13{margin-top:3.25rem;margin-bottom:3.25rem}.xxl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xxl\:my-15{margin-top:3.75rem;margin-bottom:3.75rem}.xxl\:my-16{margin-top:4rem;margin-bottom:4rem}.xxl\:my-18{margin-top:4.5rem;margin-bottom:4.5rem}.xxl\:my-20{margin-top:5rem;margin-bottom:5rem}.xxl\:my-21{margin-top:5.25rem;margin-bottom:5.25rem}.xxl\:my-22{margin-top:5.5rem;margin-bottom:5.5rem}.xxl\:my-24{margin-top:6rem;margin-bottom:6rem}.xxl\:my-26{margin-top:6.5rem;margin-bottom:6.5rem}.xxl\:my-28{margin-top:7rem;margin-bottom:7rem}.xxl\:my-30{margin-top:7.5rem;margin-bottom:7.5rem}.xxl\:my-31{margin-top:7.75rem;margin-bottom:7.75rem}.xxl\:my-32{margin-top:8rem;margin-bottom:8rem}.xxl\:my-36{margin-top:9rem;margin-bottom:9rem}.xxl\:my-48{margin-top:12rem;margin-bottom:12rem}.xxl\:my-50{margin-top:12.5rem;margin-bottom:12.5rem}.xxl\:my-auto{margin-top:auto;margin-bottom:auto}.xxl\:my-px{margin-top:1px;margin-bottom:1px}.xxl\:mt-0{margin-top:0}.xxl\:mb-0{margin-bottom:0}.xxl\:mt-1{margin-top:.25rem}.xxl\:mb-1{margin-bottom:.25rem}.xxl\:mt-2{margin-top:.5rem}.xxl\:mb-2{margin-bottom:.5rem}.xxl\:mt-3{margin-top:.75rem}.xxl\:mb-3{margin-bottom:.75rem}.xxl\:mt-4{margin-top:1rem}.xxl\:mb-4{margin-bottom:1rem}.xxl\:mt-5{margin-top:1.25rem}.xxl\:mb-5{margin-bottom:1.25rem}.xxl\:mt-6{margin-top:1.5rem}.xxl\:mb-6{margin-bottom:1.5rem}.xxl\:mt-7{margin-top:1.75rem}.xxl\:mb-7{margin-bottom:1.75rem}.xxl\:mt-8{margin-top:2rem}.xxl\:mb-8{margin-bottom:2rem}.xxl\:mt-9{margin-top:2.25rem}.xxl\:mb-9{margin-bottom:2.25rem}.xxl\:mt-10{margin-top:2.5rem}.xxl\:mb-10{margin-bottom:2.5rem}.xxl\:mt-12{margin-top:3rem}.xxl\:mb-12{margin-bottom:3rem}.xxl\:mt-13{margin-top:3.25rem}.xxl\:mb-13{margin-bottom:3.25rem}.xxl\:mt-14{margin-top:3.5rem}.xxl\:mb-14{margin-bottom:3.5rem}.xxl\:mt-15{margin-top:3.75rem}.xxl\:mb-15{margin-bottom:3.75rem}.xxl\:mt-16{margin-top:4rem}.xxl\:mb-16{margin-bottom:4rem}.xxl\:mt-18{margin-top:4.5rem}.xxl\:mb-18{margin-bottom:4.5rem}.xxl\:mt-20{margin-top:5rem}.xxl\:mb-20{margin-bottom:5rem}.xxl\:mt-21{margin-top:5.25rem}.xxl\:mb-21{margin-bottom:5.25rem}.xxl\:mt-22{margin-top:5.5rem}.xxl\:mb-22{margin-bottom:5.5rem}.xxl\:mt-24{margin-top:6rem}.xxl\:mb-24{margin-bottom:6rem}.xxl\:mt-26{margin-top:6.5rem}.xxl\:mb-26{margin-bottom:6.5rem}.xxl\:mt-28{margin-top:7rem}.xxl\:mb-28{margin-bottom:7rem}.xxl\:mt-30{margin-top:7.5rem}.xxl\:mb-30{margin-bottom:7.5rem}.xxl\:mt-31{margin-top:7.75rem}.xxl\:mb-31{margin-bottom:7.75rem}.xxl\:mt-32{margin-top:8rem}.xxl\:mb-32{margin-bottom:8rem}.xxl\:mt-36{margin-top:9rem}.xxl\:mb-36{margin-bottom:9rem}.xxl\:mt-48{margin-top:12rem}.xxl\:mb-48{margin-bottom:12rem}.xxl\:mt-50{margin-top:12.5rem}.xxl\:mb-50{margin-bottom:12.5rem}.xxl\:mt-auto{margin-top:auto}.xxl\:mb-auto{margin-bottom:auto}.xxl\:mt-px{margin-top:1px}.xxl\:mb-px{margin-bottom:1px}.xxl\:-my-0{margin-top:0;margin-bottom:0}.xxl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xxl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xxl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xxl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xxl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xxl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xxl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xxl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xxl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xxl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xxl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xxl\:-my-22{margin-top:-5.75rem;margin-bottom:-5.75rem}.xxl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xxl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xxl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xxl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xxl\:-mt-0{margin-top:0}.xxl\:-mb-0{margin-bottom:0}.xxl\:-mt-1{margin-top:-.25rem}.xxl\:-mb-1{margin-bottom:-.25rem}.xxl\:-mt-2{margin-top:-.5rem}.xxl\:-mb-2{margin-bottom:-.5rem}.xxl\:-mt-3{margin-top:-.75rem}.xxl\:-mb-3{margin-bottom:-.75rem}.xxl\:-mt-4{margin-top:-1rem}.xxl\:-mb-4{margin-bottom:-1rem}.xxl\:-mt-6{margin-top:-1.5rem}.xxl\:-mb-6{margin-bottom:-1.5rem}.xxl\:-mt-8{margin-top:-2rem}.xxl\:-mb-8{margin-bottom:-2rem}.xxl\:-mt-10{margin-top:-2.5rem}.xxl\:-mb-10{margin-bottom:-2.5rem}.xxl\:-mt-12{margin-top:-3rem}.xxl\:-mb-12{margin-bottom:-3rem}.xxl\:-mt-14{margin-top:-3.5rem}.xxl\:-mb-14{margin-bottom:-3.5rem}.xxl\:-mt-16{margin-top:-4rem}.xxl\:-mb-16{margin-bottom:-4rem}.xxl\:-mt-20{margin-top:-5rem}.xxl\:-mb-20{margin-bottom:-5rem}.xxl\:-mt-22{margin-top:-5.75rem}.xxl\:-mb-22{margin-bottom:-5.75rem}.xxl\:-mt-24{margin-top:-6rem}.xxl\:-mb-24{margin-bottom:-6rem}.xxl\:-mt-36{margin-top:-9rem}.xxl\:-mb-36{margin-bottom:-9rem}.xxl\:-mt-48{margin-top:-12rem}.xxl\:-mb-48{margin-bottom:-12rem}.xxl\:-mt-px{margin-top:-1px}.xxl\:-mb-px{margin-bottom:-1px}}

/*# sourceMappingURL=styles.css.map*/