.ecatalog-zoom-controls{display:flex;background-color:#fff;box-shadow:2px 4px 12px #1212121f;border-radius:4px;z-index:2000}.ecatalog-zoom-controls .ecatalog-zoom-controls__fullscreen{display:none}@media only screen and (min-width: 1024px){.ecatalog-zoom-controls{flex-direction:column}.ecatalog-zoom-controls .ecatalog-zoom-controls__fullscreen{display:flex}}.ecatalog-zoom-controls__action{padding:.62rem;height:2.5rem;width:2.5rem}.ecatalog-zoom-controls__action:not(:first-child):not(:last-child){border-right:1px solid #d9d9d9;border-radius:0}@media only screen and (min-width: 1024px){.ecatalog-zoom-controls__action:not(:first-child):not(:last-child){border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;border-radius:0;border-right:none}}.ecatalog-page-preview{position:fixed;top:0;right:0;bottom:0;left:0;height:100%;width:100%;z-index:-1;background-color:#00000080;display:flex;align-items:center;justify-content:center}.ecatalog-page-preview__content{position:relative;bottom:-20vh;display:flex;justify-content:center}.ecatalog-page-preview__content img{height:45vh}.ecatalog-page-slider{background:#fff;width:100%;padding:.5rem;border-radius:8px 8px 0 0}.ecatalog-page-slider__content{max-width:64rem;margin:auto;display:flex;justify-content:space-between;align-items:center;gap:1rem}.ecatalog-page-slider__content .c-input-range{flex-grow:1}.ecatalog-page-slider__content .c-input-range__wrapper{display:contents}.ecatalog-page-slider__content .c-input-range__slider{margin:0}.ecatalog-page-slider__content #range-input,.ecatalog-page-slider__content .c-input-range__container{display:none}.ecatalog-page-slider__input{flex-grow:1}.ecatalog-book-nav-arrows{--ecatalog-book-nav-arrows-horizontal-gap: 0;display:flex;align-items:center;position:absolute;top:50%;z-index:2000;transform:translateY(-50%)}.ecatalog-book-nav-arrows .c-icon-button{background-color:#121212bf;border-color:#121212bf}.ecatalog-book-nav-arrows .disabled{background-color:#e5e5e5;border-color:#e5e5e5}.ecatalog-book-nav-arrows--left{justify-content:start;left:var(--ecatalog-book-nav-arrows-horizontal-gap)}.ecatalog-book-nav-arrows--left .c-icon-button{border-radius:0 4px 4px 0}.ecatalog-book-nav-arrows--right{justify-content:end;right:var(--ecatalog-book-nav-arrows-horizontal-gap)}.ecatalog-book-nav-arrows--right .c-icon-button{border-radius:4px 0 0 4px}@media only screen and (min-width: 1024px){.ecatalog-book-nav-arrows{--ecatalog-book-nav-arrows-horizontal-gap: 1.5rem}.ecatalog-book-nav-arrows--left .c-icon-button,.ecatalog-book-nav-arrows--right .c-icon-button{border-radius:4px}}.ecatalog-book-page-image{height:100%}.ecatalog-book-page-image img{height:100%;margin-bottom:0;object-fit:cover;width:100%}.ecatalog-book-page-image .loader-dots{z-index:2000;position:absolute;width:3rem;height:3rem}.ecatalog-book-page-zone{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;z-index:1;opacity:0;transition:all .1s ease-in-out}.ecatalog-book-page-zone__icon{font-size:2rem;color:#fff}.ecatalog-book-page-zone__text{color:#fff;margin-top:.75rem;text-align:center}@media only screen and (min-width: 1024px){.ecatalog-book-page-zone:hover{background-color:#121212cc;opacity:1}}.ecatalog-book-page{position:relative;height:100%;transition:opacity .2s ease-in-out}.ecatalog-book-page--is-preview{transition:opacity .2s ease-in-out;opacity:0}@media only screen and (min-width: 768px){.ecatalog-book-page--is-preview{opacity:.2}}.ecatalog-book-carousel{--book-carousel-child-height: 100%;--book-carousel-child-width: 100%;--book-carousel-horizontal-padding: calc((100% - var(--book-carousel-child-width)) / 2);--book-carousel-left-padding: var(--book-carousel-horizontal-padding);--book-carousel-right-padding: var(--book-carousel-horizontal-padding);flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:hidden;padding-left:var(--book-carousel-left-padding);padding-right:var(--book-carousel-right-padding);scroll-behavior:smooth}@media only screen and (min-width: 768px){.ecatalog-book-carousel{align-items:center;flex-direction:row}}.ecatalog-book-carousel .ecatalog-book-page{max-height:var(--book-carousel-child-height);min-width:var(--book-carousel-child-width)}.ecatalog-book-carousel__advertising-container{display:flex;flex-direction:column;align-items:flex-end;height:31.5rem;margin-right:2.5rem}@media only screen and (min-width: 768px){.ecatalog-book-carousel__advertising-container{display:flex;width:15.25rem;min-width:15.25rem}}@media only screen and (min-width: 1280px){.ecatalog-book-carousel__advertising-container{width:18.5rem;min-width:18.5rem}}@media only screen and (min-width: 1440px){.ecatalog-book-carousel__advertising-container{width:22.1875rem;min-width:22.1875rem}}@media only screen and (min-width: 1800px){.ecatalog-book-carousel__advertising-container{width:25.375rem;min-width:25.375rem}}@media only screen and (min-width: 768px){.ecatalog-book-carousel__advertising{width:100%;height:100%}}.ecatalog-book-carousel__advertising .branding{width:100%;height:100%;background-size:cover}.ecatalog-book-carousel__book-pages{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}@media only screen and (min-width: 768px){.ecatalog-book-carousel__book-pages{padding-top:0}}@media only screen and (min-width: 768px){.ecatalog-book-carousel__book-pages{padding-left:0}}.ecatalog-book-carousel__loader{position:absolute;background-color:#fbfbfb;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2000}.ecatalog-book-carousel--dual-page{--book-carousel-horizontal-padding: calc((100% - (var(--book-carousel-child-width) * 2)) / 2);padding-right:2.5rem}@media only screen and (min-width: 768px){.ecatalog-book-carousel--dual-page{padding-right:0}}.ecatalog-book-carousel--dual-page.ecatalog-book-carousel--no-ads{--book-carousel-left-padding: calc(var(--book-carousel-child-width) + var(--book-carousel-horizontal-padding))}.ecatalog-book-carousel--dual-page.ecatalog-book-carousel--last-page-alone{--book-carousel-right-padding: calc(var(--book-carousel-child-width) + var(--book-carousel-horizontal-padding))}.no-transition{transition:none!important;scroll-behavior:auto!important}.ecatalog-book-vignette{display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:2px 4px 12px #1212121f;grid-column:span 2}.ecatalog-book-vignette:not(.ecatalog-book-vignette--active){cursor:pointer}.ecatalog-book-vignette__img{margin:0}.ecatalog-book-vignette__pagination{position:absolute;bottom:-.5rem;box-shadow:0 4px 16px #254f9a14;background-color:#fff;padding:.25rem .75rem;border-radius:8px}.ecatalog-book-vignette--active{outline:2px solid #0970e6;border-radius:4px}.ecatalog-book-vignette--active .ecatalog-book-vignette__pagination{background-color:#0970e6;color:#fff}.ecatalog-book-vignettes__wrapper{display:grid;column-gap:.5rem;row-gap:1rem;grid-template-columns:repeat(4,1fr)}.ecatalog-book-vignettes__wrapper .ecatalog-book-vignettes__single{grid-column:span 2;margin-bottom:.5rem}.ecatalog-book-vignettes__wrapper .ecatalog-book-vignettes__single:nth-child(2){grid-column:1/3}.ecatalog-book-vignettes__wrapper .ecatalog-book-vignettes__single:first-child,.ecatalog-book-vignettes__wrapper .ecatalog-book-vignettes__single:last-child:nth-child(2n){grid-column:2/4}.ecatalog-book-vignettes .drawer__content{padding:0}.ecatalog-book-vignettes .drawer__content .drawer__body{padding:1.25rem;padding-top:0}.ecatalog-book-pages{overflow:scroll;scrollbar-width:none;-ms-overflow-style:none}.ecatalog-book-pages__main{height:calc(100vh - 10.25rem);display:flex;flex-direction:column;justify-content:center;padding:1.5rem 0;position:relative}.ecatalog-book-pages__main--with-ad{padding:5.625rem 0 1.5rem}@media only screen and (min-width: 1024px){.ecatalog-book-pages__main--with-ad{padding:1.5rem 0}}@media only screen and (min-width: 1024px){.ecatalog-book-pages__main{--header-height: 4.375rem;padding-left:0;padding-right:0;flex-direction:row}}.ecatalog-book-pages__advertising--mobile{display:block;margin-bottom:.5rem;position:absolute;top:0;left:0;right:0}.ecatalog-book-pages__advertising--mobile .branding{height:5.625rem}@media only screen and (min-width: 768px){.ecatalog-book-pages__advertising--mobile{display:none}}.ecatalog-book-pages__zoom{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1.5rem 0;transition:.2s;height:100%;cursor:grab;overflow:hidden}.ecatalog-book-pages__footer{position:fixed;bottom:0;width:100%}.ecatalog-book-pages__footer__wrapper{display:flex;justify-content:center;margin-bottom:1rem}@media only screen and (min-width: 1024px){.ecatalog-book-pages__footer__wrapper{padding:0 1.5rem 1.5rem 0;justify-content:space-between;flex-direction:row-reverse}}.ecatalog-book-pages::-webkit-scrollbar{display:none}.ecatalog-display-mode-popin{width:100%;background-color:#fff;border-radius:8px;padding:1rem}.ecatalog-display-mode-popin__button-close{float:right;padding:.25rem 0;margin-right:.25rem;width:.75rem}.ecatalog-display-mode-popin__button{width:100%;height:3.5rem;font-size:1rem;margin-top:1rem}@media only screen and (min-width: 768px){.ecatalog-display-mode-popin__button{width:9.8rem}}.ecatalog-display-mode-popin__content{display:flex;flex-direction:row}.ecatalog-display-mode-popin__jumbotron{padding:.5rem}.ecatalog-display-mode-popin__jumbotron:last-child{background-color:#f5fbff}.ecatalog-display-mode-popin__jumbotron .jumbotron-cta__title{font-size:1rem;padding:.5rem}.ecatalog-display-mode-popin__jumbotron .jumbotron-cta__graphic{margin-bottom:.5rem;width:8.875rem;height:5.75rem;padding:.5rem}@media only screen and (min-width: 768px){.ecatalog-display-mode-popin__jumbotron{min-width:16rem;min-height:16rem;padding:1rem}.ecatalog-display-mode-popin__jumbotron .jumbotron-cta__title,.ecatalog-display-mode-popin__jumbotron .jumbotron-cta__graphic{padding:0}}.ecatalog-brochure{background-color:#fbfbfb;min-height:100vh}.ecatalog-brochure__loader{height:calc(100vh - 10.25rem);display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1.5rem 0}.ecatalog-brochure__loader .loader{height:1.5rem;width:1.5rem}.ecatalog-brochure__api-error{height:calc(100vh - 6.75rem);background-color:#fbfbfb;justify-content:center}.ecatalog-brochure__api-error .jumbotron-cta__graphic{width:4.5rem;height:4.5rem}.ecatalog-brochure__api-error .jumbotron-cta__title{color:#aa0d11}.ecatalog-brochure__api-error .jumbotron-cta__subtitle{color:#454545}.ecatalog-brochure__api-error__cta{padding:.5rem 0;margin-top:1rem}.ecatalog-brochure__modal{padding-top:0}.ecatalog-brochure__modal .pl-modal__header{box-shadow:none}.ecatalog-brochure__modal .pl-modal__body{padding:0}.ecatalog-brochure__modal .pl-modal__container{border-radius:8px;min-width:100%}@media only screen and (min-width: 768px){.ecatalog-brochure__modal .pl-modal__container{min-width:34rem;top:0;bottom:0;position:relative}}
