.selectionSliderComponent{position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;padding-top:7rem;padding-bottom:7rem}.selectionSliderComponent.backgroundwhite{background-color:#fff}.selectionSliderComponent.backgroundbeige{background-color:#fffef3}.selectionSliderComponent.backgrounddarker-beige{background-color:#f5efe5}.selectionSliderComponent.backgroundyellow{background-color:#ffbe5a}.selectionSliderComponent.backgroundgreen{background-color:#57b57d}.selectionSliderComponent.backgroundred{background-color:#ef5e4a}.selectionSliderComponent.backgroundblue{background-color:#4b67f2}.selectionSliderComponent.backgroundorange{background-color:#ff9052}.selectionSliderComponent.backgrounddark-1000{background-color:#212121}.selectionSliderComponent.backgrounddark-900{background-color:#4a4a4a}.selectionSliderComponent.backgrounddark-700{background-color:#757575}.selectionSliderComponent.backgrounddark-500{background-color:#aaa9a2}.selectionSliderComponent.backgrounddark-300{background-color:#d1d0c6}.selectionSliderComponent.backgrounddark-100{background-color:#ebeade}.selectionSliderComponent.backgroundlight-1000{background-color:#f1e6cf}.selectionSliderComponent.backgroundlight-900{background-color:#fcf8ec}.selectionSliderComponent.backgroundlight-500{background-color:#fffef3}.selectionSliderComponent.backgroundlight-300{background-color:#fffffb}.selectionSliderComponent.backgroundlight-100{background-color:#fff}.selectionSliderComponent.backgroundwarning-green{background-color:#96d77f}.selectionSliderComponent.backgroundwarning-orange{background-color:#ffad72}.selectionSliderComponent.backgroundwarning-red{background-color:#f66a6a}.selectionSliderComponent .bottom-color-rectangle{position:absolute;z-index:0;width:100%;height:25%;left:0;bottom:0}.selectionSliderComponent .bottom-color-rectangle.backgroundwhite{background-color:#fff}.selectionSliderComponent .bottom-color-rectangle.backgroundbeige{background-color:#fffef3}.selectionSliderComponent .bottom-color-rectangle.backgrounddarker-beige{background-color:#f5efe5}.selectionSliderComponent .bottom-color-rectangle.backgroundyellow{background-color:#ffbe5a}.selectionSliderComponent .bottom-color-rectangle.backgroundgreen{background-color:#57b57d}.selectionSliderComponent .bottom-color-rectangle.backgroundred{background-color:#ef5e4a}.selectionSliderComponent .bottom-color-rectangle.backgroundblue{background-color:#4b67f2}.selectionSliderComponent .bottom-color-rectangle.backgroundorange{background-color:#ff9052}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-1000{background-color:#212121}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-900{background-color:#4a4a4a}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-700{background-color:#757575}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-500{background-color:#aaa9a2}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-300{background-color:#d1d0c6}.selectionSliderComponent .bottom-color-rectangle.backgrounddark-100{background-color:#ebeade}.selectionSliderComponent .bottom-color-rectangle.backgroundlight-1000{background-color:#f1e6cf}.selectionSliderComponent .bottom-color-rectangle.backgroundlight-900{background-color:#fcf8ec}.selectionSliderComponent .bottom-color-rectangle.backgroundlight-500{background-color:#fffef3}.selectionSliderComponent .bottom-color-rectangle.backgroundlight-300{background-color:#fffffb}.selectionSliderComponent .bottom-color-rectangle.backgroundlight-100{background-color:#fff}.selectionSliderComponent .bottom-color-rectangle.backgroundwarning-green{background-color:#96d77f}.selectionSliderComponent .bottom-color-rectangle.backgroundwarning-orange{background-color:#ffad72}.selectionSliderComponent .bottom-color-rectangle.backgroundwarning-red{background-color:#f66a6a}.selectionSliderComponent .wrapper{position:relative;width:100%;display:grid;grid-template-columns:repeat(6,1fr);gap:0 1rem;padding:0 1.75rem}.selectionSliderComponent .title{grid-column:1/-1}.selectionSliderComponent .title *{font-family:Work Sans,sans-serif;font-weight:300;font-style:italic;font-size:2.5rem;line-height:3rem;margin:0}@media (min-width:48rem){.selectionSliderComponent .title *{font-size:4rem;line-height:4.6875rem}}.selectionSliderComponent .controls{grid-column:1/-1;margin-top:3.5rem;display:flex;align-items:center;justify-content:flex-start}.selectionSliderComponent .control{display:block;background-color:transparent;border:none;width:4rem;cursor:pointer}.selectionSliderComponent .control svg{display:block;width:100%}.selectionSliderComponent .slider_status{display:flex;align-items:center;margin:0 1.5rem}.selectionSliderComponent .slider_status *{font-family:Work Sans,sans-serif;font-size:.75rem;line-height:.875rem;font-weight:400;text-transform:uppercase;color:#212121}.selectionSliderComponent .separator{width:.0625rem;height:1.5rem;margin:0 1rem;background-color:#212121}.selectionSliderComponent .currentslide,.selectionSliderComponent .totalSlide{width:1.125rem;text-align:center}.selectionSliderComponent .repere_wrapper{height:0}.selectionSliderComponent .repere_wrapper .grid-mark{grid-column:1/-1}.selectionSliderComponent .slider_wrapper{width:100%;overflow:hidden}.selectionSliderComponent .slider{margin-top:2.5rem;display:inline-flex}.selectionSliderComponent .one__slide{width:24.375rem;height:36.25rem}.selectionSliderComponent .one__slide.small{width:21.25rem;height:29.5rem}.selectionSliderComponent .one__slide.horizontal{width:35.125rem;height:26.125rem}.selectionSliderComponent .one__slide:not(:last-child){padding-right:1.5rem}.selectionSliderComponent .one__slide_inner{position:relative;height:100%;width:100%;background-color:#212121;display:flex}.selectionSliderComponent .one__slide_inner img{position:absolute;top:0;left:0;height:100%!important;width:100%;object-fit:cover}.selectionSliderComponent .one__slide_inner:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(33,33,33,0) 57%,#212121 110%)}.selectionSliderComponent .author__picture,.selectionSliderComponent .info__icon{position:relative}.selectionSliderComponent .author__image,.selectionSliderComponent .info__image{position:absolute;left:0;top:0;width:100%;height:100%;object-position:center}.selectionSliderComponent .author{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:row;justify-content:flex-start;gap:1rem;position:absolute;z-index:1;left:0;bottom:0;width:fit-content;margin:2rem}.selectionSliderComponent .author__image,.selectionSliderComponent .author__picture{border-radius:100px}.selectionSliderComponent .author__picture{width:3.5625rem;height:4.3125rem;border:1px solid #fffef3}.selectionSliderComponent .author__image{object-fit:cover;border-radius:100px}.selectionSliderComponent .info,.selectionSliderComponent .info__container{display:flex;flex-direction:column;justify-content:center;align-items:center;align-items:flex-start;gap:.5rem}.selectionSliderComponent .info__name{font-family:Work Sans,sans-serif;font-size:.75rem;line-height:.875rem;font-weight:400;letter-spacing:10%;color:#fff}.selectionSliderComponent .info__container{flex-direction:row}.selectionSliderComponent .info__icon{width:.5rem;height:.8125rem;align-self:center}.selectionSliderComponent .info__location{font-family:Work Sans,sans-serif;font-size:.75rem;line-height:1.125rem;font-weight:400;color:#ffbe5a}@media (min-width:48rem){.selectionSliderComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;padding:0 4rem}}@media (min-width:80rem){.selectionSliderComponent .wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:0 2rem;max-width:1440px;padding:0 4rem}.selectionSliderComponent .controls,.selectionSliderComponent .title{grid-column:2/8}}.selectionSliderComponent.nopaddingtop{padding-top:0!important}.selectionSliderComponent.nopaddingbottom{padding-bottom:0!important}