@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:rgb(0 0 0 / .8);background:var(--plyr-captions-background,rgb(0 0 0 / .8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsl(0 0% 100% / .9);background:var(--plyr-menu-background,hsl(0 0% 100% / .9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgb(0 0 0 / .15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #fff0;border-top:var(--plyr-menu-arrow-size,4px) solid hsl(0 0% 100% / .9);border-width:var(--plyr-menu-arrow-size,4px);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #fff0;border:var(--plyr-menu-item-arrow-size,4px) solid #fff0;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgb(0 0 0 / .1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgb(35 40 47 / .1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(var(--plyr-range-thumb-height,13px)/2*-1 - var(--plyr-range-track-height,5px)/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#fff0}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline-color:#00b3ff;outline-color:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));outline-offset:2px;outline-style:dotted;outline-width:3px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"\2044";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsl(0 0% 100% / .9);background:var(--plyr-tooltip-background,hsl(0 0% 100% / .9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgb(0 0 0 / .15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #fff0;border-left:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-right:4px solid #fff0;border-right:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-top:4px solid hsl(0 0% 100% / .9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsl(0 0% 100% / .9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress__buffer,.plyr__progress input[type=range]{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height,5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgb(35 40 47 / .6) 25%,transparent 0,transparent 50%,rgb(35 40 47 / .6) 0,rgb(35 40 47 / .6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgb(35 40 47 / .6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgb(35 40 47 / .6)) 50%,var(--plyr-progress-loading-background,rgb(35 40 47 / .6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#fff0}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgb(193 200 209 / .6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px rgb(35 40 47 / .1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgb(35 40 47 / .1))}.plyr--audio .plyr__progress__buffer{color:rgb(193 200 209 / .6);color:var(--plyr-audio-progress-buffered-background,rgb(193 200 209 / .6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgb(0 0 0 / .75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgb(0 0 0 / .75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsl(0 0% 100% / .25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2),0 0 0 3px hsl(0 0% 100% / .5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgb(35 40 47 / .15),0 0 0 1px rgb(35 40 47 / .2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsl(0 0% 100% / .5))}.plyr--video .plyr__progress__buffer{color:hsl(0 0% 100% / .25);color:var(--plyr-video-progress-buffered-background,hsl(0 0% 100% / .25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-moz-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-moz-full-screen video{height:100%}.plyr:-moz-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-moz-full-screen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-moz-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:-ms-fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__video-wrapper{height:100%;position:static}.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:after:empty{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin:-var(--plyr-range-track-height,5px)/2 0 0;opacity:.8;position:absolute;top:50%;width:3px;z-index:3}.plyr__preview-thumb{background-color:hsl(0 0% 100% / .9);background-color:var(--plyr-tooltip-background,hsl(0 0% 100% / .9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgb(0 0 0 / .15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgb(0 0 0 / .15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #fff0;border-left:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-right:4px solid #fff0;border-right:var(--plyr-tooltip-arrow-size,4px) solid #fff0;border-top:4px solid hsl(0 0% 100% / .9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsl(0 0% 100% / .9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgb(0 0 0 / .55);border-radius:2px;border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}/*!
	@author Le Petit Garage
*/*,:after,:before{box-sizing:border-box}blockquote,body,fieldset,figure,h1,h2,h3,h4,h5,h6,html,iframe,legend,li,ol,p,textarea,ul{margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}sub,sup{position:relative;line-height:0;vertical-align:baseline}ul{list-style:none}iframe{border:0}audio,embed,img,object,video{width:auto;max-width:100%;height:auto;border:0;vertical-align:bottom}button,input,select,textarea{width:auto;height:auto;resize:none;padding:0;border:none;border-radius:0;box-shadow:none;font-family:inherit;font-size:inherit;text-align:inherit;background-color:#fff0;background-image:none}.button,[role=button],a,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;transition-duration:0s!important}}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Fira Sans,sans-serif;-webkit-font-feature-settings:none;font-feature-settings:none;-webkit-font-variant-ligatures:none;font-variant-ligatures:none;font-size:62.5%;line-height:1.2;font-weight:400;letter-spacing:0}body{font-size:1.6rem}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1;font-weight:700}.h1,h1{font-size:8.5rem;font-weight:600;margin-bottom:1.5rem}@media (max-width:1200px){.h1,h1{font-size:6.5rem}}@media (max-width:900px){.h1,h1{font-size:5rem}}@media (max-width:600px){.h1,h1{font-size:3.4rem}}.h2,h2{font-size:7rem;font-weight:600}@media (max-width:1200px){.h2,h2{font-size:6rem}}@media (max-width:900px){.h2,h2{font-size:4.8rem}}@media (max-width:600px){.h2,h2{font-size:3.4rem}}.h3,h3{font-size:6rem;font-weight:600}@media (max-width:1200px){.h3,h3{font-size:5.5rem}}@media (max-width:900px){.h3,h3{font-size:4.9rem}}@media (max-width:600px){.h3,h3{font-size:4.1rem}}.h4,h4{font-size:3.2rem}.h5,h5{font-size:2.6rem}.h6,h6,small{font-size:1.6rem}b,strong{font-weight:700}blockquote,dl,figcaption,ol,p,ul{margin:0 0 1rem}p a{font-weight:700}blockquote p:before{content:"\201c"}blockquote p:after{content:"\201d"}ol,ul{margin-left:2rem}ul{list-style:disc}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-ExtraBold.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-ExtraBold.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Bold.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/firasans-semibold-webfont.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/firasans-semibold-webfont.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Medium.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Regular.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Light.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Fira Sans;src:url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Thin.woff2) format("woff2"),url(/wp-content/themes/themeacrelec/assetsv3/fonts/subset-FiraSans-Thin.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}body,html{background-color:#fff}body{color:#818181}a{transition:color .2s ease-out}a,a:hover{text-decoration:none}a,a:active,a:focus,a:hover{color:#000}.container{width:100%;max-width:1412px;margin:0 auto;padding:0 23px}.container--fluide{max-width:none}.container--large{max-width:1070px}.container--medium{max-width:814px}.container--small{max-width:586px}.container--paddingless{padding:0}.container .container{padding-right:0;padding-left:0}hr{height:1px;margin:1rem 0;border:none;background-color:#000}audio,canvas,hr,iframe,img,video{display:block}svg{fill:currentColor}.button.--white{color:#000;background:#f0f0f0}.button.--white:active,.button.--white:focus,.button.--white:hover{color:#000;background:#fff}.button,input[type=button],input[type=submit]{display:inline-flex;align-items:center;justify-content:center;width:auto;height:3.4rem;padding:0 2.5rem;border:1px solid #000;border-radius:1.7rem;outline:0;font-size:1.4rem;text-decoration:none;font-weight:400;white-space:nowrap;color:#fff;background-color:#000;transition:border-color .2s ease-out,color .2s ease-out,background-color .2s ease-out;cursor:pointer}.button:active,.button:focus,.button:hover,input[type=button]:active,input[type=button]:focus,input[type=button]:hover,input[type=submit]:active,input[type=submit]:focus,input[type=submit]:hover{border-color:#fff0;color:#fff;background-color:#000}.button:disabled,.button:disabled:active,.button:disabled:focus,.button:disabled:hover,input[type=button]:disabled,input[type=button]:disabled:active,input[type=button]:disabled:focus,input[type=button]:disabled:hover,input[type=submit]:disabled,input[type=submit]:disabled:active,input[type=submit]:disabled:focus,input[type=submit]:disabled:hover{border-color:#fff0;color:#bfbfbf;background-color:#fafafa;cursor:not-allowed}@media (max-width:540px){.button,input[type=button],input[type=submit]{white-space:normal;word-wrap:break-word}}fieldset{margin:1rem 0;padding:0;border:0 solid #fff0}fieldset legend{margin-bottom:1rem;font-weight:700}label{display:block;margin-bottom:.5rem;font-weight:700}input,select,textarea{outline:0}input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select{border:1px solid #e6e6e6;border-radius:0;font-weight:400;color:#818181;background-color:#fff0;transition:border-color .2s ease-out,color .2s ease-out,background-color .2s ease-out;display:block;width:100%;height:4rem;padding:0 1.5rem}input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,select::-webkit-input-placeholder{color:gray}input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=url]::-moz-placeholder,select::-moz-placeholder{color:gray}input[type=email]::-ms-input-placeholder,input[type=number]::-ms-input-placeholder,input[type=search]::-ms-input-placeholder,input[type=tel]::-ms-input-placeholder,input[type=text]::-ms-input-placeholder,input[type=url]::-ms-input-placeholder,select::-ms-input-placeholder{color:gray}input[type=email]::placeholder,input[type=number]::placeholder,input[type=search]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,input[type=url]::placeholder,select::placeholder{color:gray}input[type=email]:hover,input[type=number]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=url]:hover,select:hover{border-color:#e6e6e6;color:#818181;background-color:#fff0}input[type=email]:hover::-webkit-input-placeholder,input[type=number]:hover::-webkit-input-placeholder,input[type=search]:hover::-webkit-input-placeholder,input[type=tel]:hover::-webkit-input-placeholder,input[type=text]:hover::-webkit-input-placeholder,input[type=url]:hover::-webkit-input-placeholder,select:hover::-webkit-input-placeholder{color:gray}input[type=email]:hover::-moz-placeholder,input[type=number]:hover::-moz-placeholder,input[type=search]:hover::-moz-placeholder,input[type=tel]:hover::-moz-placeholder,input[type=text]:hover::-moz-placeholder,input[type=url]:hover::-moz-placeholder,select:hover::-moz-placeholder{color:gray}input[type=email]:hover::-ms-input-placeholder,input[type=number]:hover::-ms-input-placeholder,input[type=search]:hover::-ms-input-placeholder,input[type=tel]:hover::-ms-input-placeholder,input[type=text]:hover::-ms-input-placeholder,input[type=url]:hover::-ms-input-placeholder,select:hover::-ms-input-placeholder{color:gray}input[type=email]:hover::placeholder,input[type=number]:hover::placeholder,input[type=search]:hover::placeholder,input[type=tel]:hover::placeholder,input[type=text]:hover::placeholder,input[type=url]:hover::placeholder,select:hover::placeholder{color:gray}input[type=email]:focus,input[type=email]:hover:focus,input[type=number]:focus,input[type=number]:hover:focus,input[type=search]:focus,input[type=search]:hover:focus,input[type=tel]:focus,input[type=tel]:hover:focus,input[type=text]:focus,input[type=text]:hover:focus,input[type=url]:focus,input[type=url]:hover:focus,select:focus,select:hover:focus{border-color:#000;color:#000;background-color:#fff0}input[type=email]:focus::-webkit-input-placeholder,input[type=email]:hover:focus::-webkit-input-placeholder,input[type=number]:focus::-webkit-input-placeholder,input[type=number]:hover:focus::-webkit-input-placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=search]:hover:focus::-webkit-input-placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=tel]:hover:focus::-webkit-input-placeholder,input[type=text]:focus::-webkit-input-placeholder,input[type=text]:hover:focus::-webkit-input-placeholder,input[type=url]:focus::-webkit-input-placeholder,input[type=url]:hover:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder,select:hover:focus::-webkit-input-placeholder{color:gray}input[type=email]:focus::-moz-placeholder,input[type=email]:hover:focus::-moz-placeholder,input[type=number]:focus::-moz-placeholder,input[type=number]:hover:focus::-moz-placeholder,input[type=search]:focus::-moz-placeholder,input[type=search]:hover:focus::-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=tel]:hover:focus::-moz-placeholder,input[type=text]:focus::-moz-placeholder,input[type=text]:hover:focus::-moz-placeholder,input[type=url]:focus::-moz-placeholder,input[type=url]:hover:focus::-moz-placeholder,select:focus::-moz-placeholder,select:hover:focus::-moz-placeholder{color:gray}input[type=email]:focus::-ms-input-placeholder,input[type=email]:hover:focus::-ms-input-placeholder,input[type=number]:focus::-ms-input-placeholder,input[type=number]:hover:focus::-ms-input-placeholder,input[type=search]:focus::-ms-input-placeholder,input[type=search]:hover:focus::-ms-input-placeholder,input[type=tel]:focus::-ms-input-placeholder,input[type=tel]:hover:focus::-ms-input-placeholder,input[type=text]:focus::-ms-input-placeholder,input[type=text]:hover:focus::-ms-input-placeholder,input[type=url]:focus::-ms-input-placeholder,input[type=url]:hover:focus::-ms-input-placeholder,select:focus::-ms-input-placeholder,select:hover:focus::-ms-input-placeholder{color:gray}input[type=email]:focus::placeholder,input[type=email]:hover:focus::placeholder,input[type=number]:focus::placeholder,input[type=number]:hover:focus::placeholder,input[type=search]:focus::placeholder,input[type=search]:hover:focus::placeholder,input[type=tel]:focus::placeholder,input[type=tel]:hover:focus::placeholder,input[type=text]:focus::placeholder,input[type=text]:hover:focus::placeholder,input[type=url]:focus::placeholder,input[type=url]:hover:focus::placeholder,select:focus::placeholder,select:hover:focus::placeholder{color:gray}input[type=email]:disabled,input[type=email]:disabled:focus,input[type=email]:disabled:hover,input[type=number]:disabled,input[type=number]:disabled:focus,input[type=number]:disabled:hover,input[type=search]:disabled,input[type=search]:disabled:focus,input[type=search]:disabled:hover,input[type=tel]:disabled,input[type=tel]:disabled:focus,input[type=tel]:disabled:hover,input[type=text]:disabled,input[type=text]:disabled:focus,input[type=text]:disabled:hover,input[type=url]:disabled,input[type=url]:disabled:focus,input[type=url]:disabled:hover,select:disabled,select:disabled:focus,select:disabled:hover{border-color:#fafafa;color:#bfbfbf;background-color:#fafafa;cursor:not-allowed}input[type=email]:disabled::-webkit-input-placeholder,input[type=number]:disabled::-webkit-input-placeholder,input[type=search]:disabled::-webkit-input-placeholder,input[type=tel]:disabled::-webkit-input-placeholder,input[type=text]:disabled::-webkit-input-placeholder,input[type=url]:disabled::-webkit-input-placeholder,select:disabled::-webkit-input-placeholder{color:#bfbfbf}input[type=email]:disabled::-moz-placeholder,input[type=number]:disabled::-moz-placeholder,input[type=search]:disabled::-moz-placeholder,input[type=tel]:disabled::-moz-placeholder,input[type=text]:disabled::-moz-placeholder,input[type=url]:disabled::-moz-placeholder,select:disabled::-moz-placeholder{color:#bfbfbf}input[type=email]:disabled::-ms-input-placeholder,input[type=number]:disabled::-ms-input-placeholder,input[type=search]:disabled::-ms-input-placeholder,input[type=tel]:disabled::-ms-input-placeholder,input[type=text]:disabled::-ms-input-placeholder,input[type=url]:disabled::-ms-input-placeholder,select:disabled::-ms-input-placeholder{color:#bfbfbf}input[type=email]:disabled::placeholder,input[type=number]:disabled::placeholder,input[type=search]:disabled::placeholder,input[type=tel]:disabled::placeholder,input[type=text]:disabled::placeholder,input[type=url]:disabled::placeholder,select:disabled::placeholder{color:#bfbfbf}textarea{border:1px solid #e6e6e6;border-radius:0;font-weight:400;color:#818181;background-color:#fff0;transition:border-color .2s ease-out,color .2s ease-out,background-color .2s ease-out;display:block;width:100%;height:auto;resize:vertical;padding:.5rem 1.5rem}textarea::-webkit-input-placeholder{color:gray}textarea::-moz-placeholder{color:gray}textarea::-ms-input-placeholder{color:gray}textarea::placeholder{color:gray}textarea:hover{border-color:#e6e6e6;color:#818181;background-color:#fff0}textarea:hover::-webkit-input-placeholder{color:gray}textarea:hover::-moz-placeholder{color:gray}textarea:hover::-ms-input-placeholder{color:gray}textarea:hover::placeholder{color:gray}textarea:focus,textarea:hover:focus{border-color:#000;color:#000;background-color:#fff0}textarea:focus::-webkit-input-placeholder,textarea:hover:focus::-webkit-input-placeholder{color:gray}textarea:focus::-moz-placeholder,textarea:hover:focus::-moz-placeholder{color:gray}textarea:focus::-ms-input-placeholder,textarea:hover:focus::-ms-input-placeholder{color:gray}textarea:focus::placeholder,textarea:hover:focus::placeholder{color:gray}textarea:disabled,textarea:disabled:focus,textarea:disabled:hover{border-color:#fafafa;color:#bfbfbf;background-color:#fafafa;cursor:not-allowed}textarea:disabled::-webkit-input-placeholder{color:#bfbfbf}textarea:disabled::-moz-placeholder{color:#bfbfbf}textarea:disabled::-ms-input-placeholder{color:#bfbfbf}textarea:disabled::placeholder{color:#bfbfbf}#form .container{width:100%;max-width:780px}#form .gform_wrapper .gform_body>ul{margin-left:0;width:100%}#form .gform_wrapper .gform_body>ul li{display:inline-block;position:relative;width:100%;list-style:none;vertical-align:top;text-align:left}#form .gform_wrapper .gform_body>ul li.gfield:not(.gform_hidden){margin-top:36px!important}#form .gform_wrapper .gform_body>ul label,#form .gform_wrapper .gform_body>ul label.gfield_label{display:inline-block;margin-bottom:12px;color:#8c8c8c!important;font-size:1.4rem!important;line-height:1.3!important;font-weight:400!important}#form .selectize-input,#form input:not([type=radio]):not([type=checkbox]),#form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),#form input[type=email],#form input[type=number],#form input[type=password],#form input[type=tel],#form input[type=text],#form input[type=url],#form select,#form textarea{width:100%;padding:12px 26px;margin-top:0;line-height:2.8rem;background-color:#fff0;font-family:Fira Sans,sans-serif;color:#000;font-size:1.6rem;overflow:hidden;transition:all .15s ease-out;color:#959595;border:none}#form .selectize-input,#form input:not([type=radio]):not([type=checkbox]),#form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),#form input[type=email],#form input[type=number],#form input[type=password],#form input[type=tel],#form input[type=text],#form input[type=url],#form select{height:57px;border:none;border-bottom:thin solid #ddd;border-radius:0}#form textarea{height:240px;border:thin solid #ddd;border-radius:10px}#form .gfield_required{position:relative!important;top:1px!important;margin-left:2px!important;color:#8c8c8c!important;font-size:2.2rem!important}#form .gfield.gfield_html{margin-top:12px!important;color:#707070;font-size:1.2rem;line-height:2.4rem;font-weight:400}#form .gform_footer{text-align:center}#form #a11y li.gfield{position:relative;margin-top:30px!important}#form #a11y label,#form #a11y label.gfield_label,#form #a11y li.gfield .gfield_label.under{font-size:1.6rem!important;line-height:3rem!important;font-weight:400!important}#form #a11y li.gfield .gfield_label.under{top:12px!important;font-size:1.6rem!important;transition:all .2s!important}#form #a11y li.gfield .gfield_label.over{top:-28px!important;left:0;font-size:1.2rem!important;transition:all .2s!important}#form #a11y li.gfield .gfield_label{position:absolute;top:12px!important;transition:all .2s!important;left:0}#form #a11y li.gfield .gfield_label.textarea{left:26px}#form #a11y ol,#form #a11y ul{margin-left:0}#form #a11y .gfield.gfield--type-select label{position:static}#form .btn-form-submit{display:inline-flex;align-items:center;height:5rem;margin-top:3rem;padding:0 4rem;border:1px solid #000;border-radius:5rem;font-size:2.2rem;font-weight:400;color:#000;transition:color .2s,border .2s,background .2s}#form .btn-form-submit:focus,#form .btn-form-submit:hover,#form .btn-form-submit:hover:focus{color:#000}#form .btn-form-submit{border:1px solid #5252ff;color:#fff;background:#5252ff}#form .btn-form-submit:focus,#form .btn-form-submit:hover,#form .btn-form-submit:hover:focus{color:#5252ff;background-color:#fff}#form .gfield_error .validation_message{display:inline-block;margin-top:5px;font-size:1.2rem;color:red}.skip-links{position:absolute;list-style-type:none}.skip-links a{clip:rect(1px,1px,1px,1px);position:absolute;overflow:hidden;padding:.5em;text-decoration:none;color:#fff;background:#000}.skip-links a:focus{clip:auto;position:static;overflow:visible}html{overflow-x:hidden;scroll-behavior:smooth}html.is-locked{position:fixed;width:100%;overflow-y:scroll}body{overflow-x:hidden}button{cursor:pointer}#container{padding-top:7.5rem}.page-template-front-page-v3 #container{padding-top:0}.page-template-clickandcollect-v3 #container,.page-template-drive-v3 #container,.page-template-page-operational-solutions #container,.page-template-sco-v3 #container{padding-top:20.5rem}@media (max-width:980px){.page-template-clickandcollect-v3 #container,.page-template-drive-v3 #container,.page-template-page-operational-solutions #container,.page-template-sco-v3 #container{padding-top:17.5rem}}@font-face{font-display:swap;font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper-container{position:relative;z-index:1;overflow:hidden;margin-right:auto;margin-left:auto;padding:0;list-style:none}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;position:relative;z-index:1;width:100%;height:100%;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{position:relative;width:100%;height:100%;flex-shrink:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;z-index:10;width:27px;width:calc(var(--swiper-navigation-size) / 44 * 27);height:44px;height:var(--swiper-navigation-size);margin-top:-22px;margin-top:calc(0 - (var(--swiper-navigation-size) / 2));color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-variant:normal;font-size:44px;font-size:var(--swiper-navigation-size);line-height:1;text-transform:none!important;text-transform:none;letter-spacing:0}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{right:auto;left:10px}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;z-index:10;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{display:inline-block;width:8px;height:8px;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:none;box-shadow:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{top:50%;right:10px;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;width:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;white-space:nowrap;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{position:absolute;background:rgb(0 0 0 / .25)}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{position:absolute;top:0;left:0;width:100%;height:100%;background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{top:0;left:0;width:100%;height:4px}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{top:0;left:0;width:4px;height:100%}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{position:relative;border-radius:10px;background:rgb(0 0 0 / .1);-ms-touch-action:none}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;bottom:3px;left:1%;z-index:50;width:98%;height:5px}.swiper-container-vertical>.swiper-scrollbar{position:absolute;top:1%;right:3px;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{position:relative;top:0;left:0;width:100%;height:100%;border-radius:10px;background:rgb(0 0 0 / .5)}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{box-sizing:border-box;position:absolute;top:50%;left:50%;z-index:10;width:42px;height:42px;margin-top:-21px;margin-left:-21px;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#fff0;border-radius:50%;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:a 1s infinite linear;animation:a 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-container .swiper-notification{position:absolute;top:0;left:0;z-index:-1000;opacity:0;pointer-events:none}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.visually-hidden{clip:rect(0 0 0 0);position:absolute;width:1px;height:1px;overflow:hidden;margin:-1px;padding:0;border:0;white-space:nowrap}.list-unstyled{margin:0;list-style:none}.alignnone{margin:5px 20px 20px 0}.align-center{text-align:center}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{margin:5px 0 20px 20px}.alignleft{margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-right:auto;margin-left:auto}.wp-caption{max-width:96%;padding:5px 3px 10px;border:1px solid #f0f0f0;text-align:center;background:#fff}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{width:auto;max-width:98.5%;height:auto;margin:0;padding:0;border:0 none}.wp-caption p.wp-caption-text{margin:0;padding:0 4px 5px;font-size:11px;line-height:17px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;width:1px;height:1px;overflow:hidden;margin:-1px;padding:0;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);word-wrap:normal!important}.screen-reader-text:focus{clip:auto!important;display:block;top:5px;left:5px;z-index:100000;width:auto;height:auto;padding:15px 23px 14px;font-size:1em;line-height:normal;text-decoration:none;color:#444;background-color:#eee;-webkit-clip-path:none;clip-path:none}.article-content ul{list-style-type:disc;margin-left:20px}.article-content a:not(.button){text-decoration:underline;font-weight:700}.article-content>*+h2,.article-content>*+h3,.article-content>*+h4{margin-top:2.5rem;margin-bottom:1rem}.article-content iframe{width:100%;margin:4rem auto}.article-content .embed-container{margin-bottom:2rem}.article-content .embed-container iframe{margin:0}.article-content blockquote{margin:1rem 0;font-size:2.128rem;font-weight:700}.breadcrumbs{list-style-type:none;font-family:Fira Sans,sans-serif}.breadcrumbs a,.breadcrumbs span{font-size:1rem}.breadcrumbs li{display:inline-block}.breadcrumbs li:after{display:inline-block;margin:0 .5rem;vertical-align:text-top;content:" › "}.breadcrumbs li:last-child:after{display:none;content:""}.pagination{display:flex;flex-flow:row wrap;align-items:center;justify-content:center;margin:0 0 1rem;padding:0 23px;font-size:1.6rem}.pagination .page-numbers{padding-left:0;list-style-type:none}.pagination li{display:inline-block;margin-right:.5rem}.pagination li:last-child{margin-right:0}.pagination li a,.pagination li span{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-family:Fira Sans,sans-serif;text-decoration:none;color:gray;transition:color .4s ease-out,background .4s ease-out}.pagination li a.current,.pagination li a:focus,.pagination li a:hover,.pagination li span.current,.pagination li span:focus,.pagination li span:hover{color:#000}.pagination li a.current,.pagination li span.current{cursor:default}.pagination li.btn a,.pagination li.btn span{width:auto;padding:0 .5rem}.pagination li.first,.pagination li.last{font-size:1.3rem}.pagination li.disabled a{color:#bfbfbf;cursor:not-allowed}.pagination li.disabled a:focus,.pagination li.disabled a:hover{color:#bfbfbf;background:inherit}@media (max-width:768px){.pagination{font-size:1.4rem}}.embed-container{position:relative;max-width:100%;height:0;height:auto;overflow:hidden;padding-bottom:56.25%}.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.entry-content>:not(.lpg-block):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.is-style-large):not(hr){max-width:586px;margin-right:auto;margin-left:auto;padding-right:23px;padding-left:23px}.entry-content>:first-child{margin-top:0}.entry-content>.wp-block-button{margin-top:4rem;margin-bottom:4rem}.entry-content>*+h2{margin-top:3.5rem;margin-bottom:2rem}.entry-content>*+h3,.entry-content>*+h4{margin-top:2rem;margin-bottom:1rem}.entry-content>ol,.entry-content>ul{position:relative;left:23px}.entry-content .wp-block-columns,.entry-content .wp-block-gallery{margin:4rem auto}.entry-content>:last-child:not(.stats){margin-bottom:0}.entry-content ol ol,.entry-content ol ul,.entry-content ul ol,.entry-content ul ul{margin-bottom:1rem}.aligncenter,.alignleft,.alignnone,.alignright{max-width:100%;margin:3rem 0}.aligncenter,.aligncenter img{margin-right:auto;margin-left:auto}.alignleft,.alignright{max-width:50%}.alignleft{float:left;margin:.3rem 2rem 2rem 0}.alignright{float:right;margin:.3rem 0 2rem 2rem}.alignwide{max-width:768px;margin:4rem auto}.entry-content>.alignwide{position:relative;left:calc(50% - 50vw + 2rem);width:calc(80vw - 4rem);max-width:calc(80vw - 4rem)}@media (max-width:768px){.entry-content>.alignwide{position:static;width:100%;max-width:100%}}.alignfull{max-width:100%;margin:5rem 0}.entry-content>.alignfull{position:relative;left:calc(50% - 50vw);width:100vw;max-width:100vw}.alignfull>.wp-caption-text,.alignfull>figcaption{width:calc(100% - 4rem);max-width:120rem;margin-right:auto;margin-left:auto}.entry-content:after,.group:after{display:block;clear:both;content:""}@use "sass:math";.lp-intro{position:relative;background-position:50%;background-repeat:no-repeat;background-size:cover;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/landingpage/lp-bg.png);padding:0}.lp-intro__content{display:flex}.lp-intro__left{width:53%;display:flex;justify-content:flex-end;align-items:center}.lp-intro__left .overview-gd__title{margin-left:-1px;max-width:600px;color:#fff;font-size:5rem;font-weight:300}.lp-intro__left .cta{margin-top:3rem}.lp-intro__right{position:relative;left:-10rem;width:47%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:0}.lp-intro__right img{width:100%;max-width:603px}@media (max-width:1000px){.lp-intro__left{width:50%}.lp-intro__left .overview-gd__title{font-size:4.5rem}.lp-intro__right{width:50%;left:0}}@media (max-width:700px){.lp-intro{padding:5rem 0 6rem}.lp-intro__content{flex-direction:column-reverse;align-items:center}.lp-intro__right{padding-left:0;width:100%;max-width:400px;margin-bottom:4rem}.lp-intro__left{width:100%;max-width:360px}}@media (max-width:400px){.lp-intro .cta{font-size:1.8rem}}.lp-number{display:flex;justify-content:center;padding:8rem 0;margin-bottom:3rem}.lp-number__content{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.lp-number__subtitle,.lp-number__title{color:#282828;text-align:center}.lp-number__subtitle{display:block;font-size:2rem;line-height:3rem;max-width:700px}.lp-number__list{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin-top:2rem}.lp-number__item{flex:0 0 200px;max-width:180px;margin:3rem 2rem 0;width:100%;color:#1a1a1a;text-align:center}.lp-number__item__circle .circular-chart{display:block;margin:10px auto;max-width:80%;max-height:250px}.lp-number__item__circle .circle-bg{fill:none;stroke:#000;stroke-width:7px}.lp-number__item__circle .circle{fill:none;stroke-width:7px}.lp-number__item__circle .circular-chart.orange .circle{stroke:#b741f2}.lp-number__item__circle .percentage{fill:#282828;font-size:.5em;text-anchor:middle}.lp-number__item__caption{display:inline-block;margin-top:2rem;color:#1a1a1a}@media (max-width:800px){.lp-number{margin-bottom:2rem}.lp-number__list{justify-content:center}}@media (max-width:600px){.lp-number{padding:5rem 0;margin-bottom:0}.lp-number__subtitle{font-size:1.6rem}}.lp-techno{display:flex;justify-content:center;padding:10rem 0;margin-bottom:6rem;color:#282828;background-color:#f0f0f0}.lp-techno__content{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.lp-techno__list{display:flex;justify-content:space-between;width:100%;margin-top:2rem}.lp-techno__item{margin-top:3rem;flex:0 1 35.4rem;width:100%}.lp-techno__item img{max-width:none;margin-bottom:5rem}.lp-techno__item__title{margin-bottom:2rem;font-size:2.2rem;font-weight:400}.lp-techno__item__desc ul{margin-left:0}.lp-techno__item__desc li{position:relative;list-style:none;margin-top:10px;font-weight:400;padding-left:25px}.lp-techno__item__desc li:before{content:"";display:inline-block;position:absolute;left:0;width:17px;height:13px;margin-right:10px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/landingpage/check-purple.svg) no-repeat}.lp-techno__title{color:#282828;text-align:center;font-size:4rem;font-weight:400}.lp-techno__subtitle{display:block;color:#b741f2;font-size:2rem;text-align:center;max-width:665px;margin-top:1rem;font-weight:300}.lp-techno .cta.cta--black{margin-top:5rem;background:#000;border-color:#000;color:#fff}.lp-techno .cta.cta--black:focus,.lp-techno .cta.cta--black:hover,.lp-techno .cta.cta--black:hover:focus{color:#000;background-color:#fff}@media (max-width:800px){.lp-techno{margin-bottom:2rem}.lp-techno__list{max-width:300px;flex-wrap:wrap;margin-bottom:-4rem}.lp-techno__item{margin-bottom:4rem}}@media (max-width:600px){.lp-techno{padding:5rem 0;margin-bottom:0}.lp-techno__subtitle{font-size:1.6rem}}.lp-easy{display:flex;justify-content:center;padding:6rem 0;margin-bottom:6rem;color:#282828}.lp-easy__content{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.lp-easy__title{color:#282828;text-align:center;font-size:4rem;font-weight:400}.lp-easy__text{display:block;font-size:1.8rem;text-align:center;max-width:700px;margin-top:2rem;line-height:2.8rem}.lp-easy .cta.cta--purple{margin-top:5rem}@media (max-width:800px){.lp-easy{margin-bottom:2rem}}@media (max-width:600px){.lp-easy{padding:5rem 0;margin-bottom:0}.lp-easy__text{font-size:1.6rem}}@media (max-width:400px){.lp-easy .cta{font-size:1.8rem}}.lp-form{display:flex;justify-content:center;padding:10rem 0;background-color:#b741f2;color:#fff}.lp-form__subtitle,.lp-form__title{font-size:5rem;text-align:center;font-weight:300}.lp-form #form .gfield.gfield_html,.lp-form #form .gfield_required,.lp-form #form .gform_wrapper .gform_body>ul label,.lp-form #form .gform_wrapper .gform_body>ul label.gfield_label,.lp-form #form .selectize-input,.lp-form #form input:not([type=radio]):not([type=checkbox]),.lp-form #form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),.lp-form #form input[type=email],.lp-form #form input[type=number],.lp-form #form input[type=password],.lp-form #form input[type=tel],.lp-form #form input[type=text],.lp-form #form input[type=url],.lp-form #form select,.lp-form #form textarea{color:#fff!important}.lp-form #form .btn-form-submit{margin-top:5rem;background:#fff;border-color:#fff0;color:#000}.lp-form #form .btn-form-submit:focus,.lp-form #form .btn-form-submit:hover,.lp-form #form .btn-form-submit:hover:focus{color:#fff;background-color:#000}@media (max-width:800px){.lp-form__subtitle,.lp-form__title{font-size:4rem}}.tpt-overview--drive .overview-gd__title{color:#5252ff}.tpt-overview--sco .overview-gd__title{color:#b741f2}.tpt-overview--sco .overview-intro__content{max-width:950px}.tpt-overview--sco .overview-intro__subtitle,.tpt-overview--sco .overview-intro__title{color:#950fde}.tpt-overview--sco .overview-intro__hr{background-color:#950fde}.tpt-overview--sco .overview-intro__text{max-width:950px}.tpt-overview--sco .overview-intro__text p{font-size:1.8rem;line-height:1.6}.tpt-overview--cac .c-masterhead__subtitle{max-width:640px}.tpt-overview--cac .overview-gd__title{color:#fcad1a}.tpt-overview--cac .overview-intro{margin-bottom:13rem}.tpt-overview--cac .overview-intro__subtitle,.tpt-overview--cac .overview-intro__title{color:#fcad1a}.tpt-overview--cac .overview-intro__hr{background-color:#fcad1a}.tpt-overview--cac .overview-intro__text{max-width:none}.tpt-overview--kiosk .overview-gd__title{color:#d70a8a}.tpt-overview--kiosk .overview-intro{margin-bottom:0}.tpt-overview--kiosk .overview-intro__content{padding-bottom:3rem}.tpt-overview--kiosk .overview-intro__subtitle,.tpt-overview--kiosk .overview-intro__title{letter-spacing:-1px;color:#d70a8a}.tpt-overview--kiosk .overview-intro__hr{background-color:#d70a8a}.tpt-overview--kiosk .overview-intro__text{max-width:580px}.tpt-overview--kiosk .overview-intro__text p{font-size:1.6rem}.tpt-overview--kiosk .overview-intro__text p strong{color:#000;font-size:3.2rem;line-height:1;font-weight:400}@media (max-width:1200px){.tpt-overview--cac .overview-intro{margin-bottom:8rem}.tpt-overview--kiosk .overview-intro__content{padding-bottom:8rem}}@media (max-width:800px){.tpt-overview--cac .overview-intro{margin-bottom:5rem}.tpt-overview--kiosk .overview-intro__content{padding-bottom:6rem}}@media (max-width:550px){.tpt-overview--cac .overview-intro{margin-bottom:3rem}.tpt-overview--sco .overview-intro__text p{font-size:1.6rem}.tpt-overview--kiosk .overview-intro__content{padding-bottom:3.5rem}.tpt-overview--kiosk .overview-intro__text p strong{font-size:1.6rem}}.overview-gd__icon{display:block;width:100%;max-width:59px;margin-bottom:.7rem}.overview-gd__title{max-width:450px}.overview-gd__subtitle{color:#000;font-size:2.5rem;max-width:500px;margin-bottom:1.5rem}.overview-gd__desc{max-width:400px;line-height:1.4}.overview-gd__cta{margin-top:.9rem}@media (max-width:1200px){.overview-gd__subtitle{font-size:2.3rem}}@media (max-width:900px){.overview-gd__subtitle{font-size:2.1rem}}@media (max-width:600px){.overview-gd__subtitle{font-size:1.9rem}}.overview-intro{display:flex;justify-content:center;padding:7rem 0 0;margin-bottom:10rem}.overview-intro__content{position:relative;width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.overview-intro__kiosk-illu{position:absolute;left:calc(100% + 11rem);bottom:0;width:210px;z-index:1}.overview-intro__title{text-align:center}.overview-intro__subtitle{display:block;font-size:3rem;font-weight:600;color:#818181;margin:0 0 .8rem;text-align:center}.overview-intro__hr{display:block;width:150px;height:2px;background-color:#818181;border:0;margin:2rem 0 2.6rem}.overview-intro__text{max-width:680px;width:100%}.overview-intro__text p{font-size:2.3rem;color:#979797;text-align:center;line-height:1.5}@media (max-width:1550px){.overview-intro__kiosk-illu{left:calc(100% + 4rem)}}@media (max-width:1420px){.overview-intro__kiosk-illu{display:none}}@media (max-width:1200px){.overview-intro{padding:5rem 0 0;margin-bottom:7rem}.overview-intro__subtitle{font-size:2.8rem}.overview-intro__text p{font-size:2.1rem}}@media (max-width:800px){.overview-intro{padding:4rem 0 0;margin-bottom:5rem}.overview-intro__subtitle{font-size:2.3rem}.overview-intro__text p{font-size:1.9rem}.overview-intro__hr{margin:1.4rem 0 2rem}}@media (max-width:550px){.overview-intro{margin-bottom:3rem;padding:3rem 0 0}.overview-intro__subtitle{font-size:1.9rem}.overview-intro__text p{font-size:1.6rem}}.tpt-overview--cs .overview-intro .overview-intro__content{max-width:910px}.tpt-overview--cs .overview-intro .overview-intro__text{max-width:100%}.tpt-overview--cs .overview-intro .overview-intro__text p{font-size:2rem}.tpt-overview--cs .overview-intro .overview-intro__hr{background-color:#f40000}.tpt-overview--cs .overview-intro h2{font-size:3.7rem;color:#f40000}.drive-ecosystem{display:flex;justify-content:center;padding:7rem 0;margin-bottom:6rem}.drive-ecosystem__content{width:100%;max-width:850px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.drive-ecosystem__list{display:flex;justify-content:space-between;width:100%;max-width:700px;margin-top:2rem}.drive-ecosystem__item{max-width:115px;width:100%}.drive-ecosystem__item__icon{position:relative;width:115px;height:115px;background-color:#5252ff;border-radius:50%;margin-bottom:1.2rem;z-index:1;display:flex;justify-content:center;align-items:center}.drive-ecosystem__item__icon:before{content:"";position:absolute;left:calc(100% + 2px);top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:120px;height:4px;background-position:0;background-repeat:repeat-x;background-size:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/dotted-line-grey.png);z-index:-1}.drive-ecosystem__item__icon img{max-width:55%;max-height:55%}.drive-ecosystem__item:first-child .drive-ecosystem__item__icon img{width:45px}.drive-ecosystem__item:nth-child(2) .drive-ecosystem__item__icon img{width:47px}.drive-ecosystem__item:nth-child(3) .drive-ecosystem__item__icon img{width:51px}.drive-ecosystem__item:nth-child(4) .drive-ecosystem__item__icon:before{display:none}.drive-ecosystem__item:nth-child(4) .drive-ecosystem__item__icon img{width:61px}.drive-ecosystem__item__libelle{display:block;font-size:1.6rem;color:#4343d1;font-weight:600;text-align:center;margin-bottom:.4rem}.drive-ecosystem__item__desc{display:block;font-size:1.3rem;color:#7a7a7a;font-weight:400;margin:0;text-align:center}.drive-ecosystem__title{color:#4343d1;text-align:center}.drive-ecosystem__subtitle{display:block;color:#979797;font-size:2.5rem;text-align:center;max-width:665px}@media (max-width:800px){.drive-ecosystem{margin-bottom:2rem}.drive-ecosystem__title{order:1}.drive-ecosystem__subtitle{order:3}.drive-ecosystem .hr{order:2}.drive-ecosystem__list{order:4;max-width:300px;flex-wrap:wrap;margin-bottom:-4rem}.drive-ecosystem__item{margin-bottom:4rem}.drive-ecosystem__item:nth-child(2) .drive-ecosystem__item__icon:before,.drive-ecosystem__item:nth-child(4) .drive-ecosystem__item__icon:before{display:none}}@media (max-width:600px){.drive-ecosystem{padding:5rem 0;margin-bottom:0}.drive-ecosystem__subtitle{font-size:1.6rem}.drive-ecosystem .hr{margin:1.3rem 0 1.6rem}}.outdoor-digital{padding-top:7rem;padding-bottom:7rem}.outdoor-digital.has-background{background:#e5e5e5}.outdoor-digital__content{display:flex}.outdoor-digital__left{width:49%;display:flex;justify-content:flex-end;align-items:flex-end}.outdoor-digital__right{width:51%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:10rem}.outdoor-digital__right .overview-gd__icon{width:61px;max-width:none}.outdoor-digital__right .overview-gd__cta{margin-right:8px}.outdoor-digital__illu-mobile{display:none}@media (max-width:1200px){.outdoor-digital{padding-bottom:5rem}.outdoor-digital__right{padding-left:7rem;padding-right:2rem}}@media (max-width:1000px){.outdoor-digital{padding-bottom:0}.outdoor-digital__content{flex-direction:column;align-items:center}.outdoor-digital__left{width:100%;max-width:400px}.outdoor-digital__right{position:relative;top:-70px;padding-left:0;padding-right:0;width:100%;max-width:500px}.outdoor-digital.--idbm{padding-bottom:7rem}.outdoor-digital.--idbm .outdoor-digital__left{max-width:340px}.outdoor-digital.--idbm .outdoor-digital__right{margin-top:24px;top:0;position:static}}@media (max-width:600px){.outdoor-digital__illu-mobile{display:block}.outdoor-digital__illu-desktop{display:none}.outdoor-digital__right .overview-gd__icon{width:51px}}.drive-id{align-items:flex-start;position:relative;overflow:hidden;background:linear-gradient(90deg,#efedeb,#fff)}.drive-id,.drive-id__content{display:flex;justify-content:center;z-index:1}.drive-id__content{flex-direction:column;position:absolute;top:0;left:50%;width:100%;max-width:1100px;height:100%;padding:23px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.drive-id__content .overview-gd__icon{width:71px;max-width:none;margin-bottom:1.1rem}.drive-id__content .overview-gd__subtitle{max-width:340px}.drive-id__content .overview-gd__title{margin-left:-3px}.drive-id__bg-mobile{display:none}.drive-id video{-webkit-transform:translate3d(25%,0,0);transform:translate3d(25%,0,0)}.drive-id:after{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f1efed,#f1efed 40%,#fff0 50%);content:""}@media (max-width:1200px){.drive-id__content{z-index:1;padding:4rem}}@media (max-width:690px){.drive-id__content{position:static;z-index:1;padding:4rem;padding-top:10rem}.drive-id__content,.drive-id video{-webkit-transform:none;transform:none}.drive-id video{position:absolute;top:0;right:0;width:100%;height:56vw;-o-object-fit:contain;object-fit:contain}.drive-id:after{background:linear-gradient(90deg,#f1efed,#f1efed 20%,#fff0 25%)}}@media (max-width:600px){.drive-id__content{padding:15rem 2.2rem 4rem}.drive-id__content .overview-gd__icon{width:56px}.drive-id__bg-desktop{display:none}.drive-id__bg-mobile{display:block;width:100%;max-width:414px}}.drive-qtimer{position:relative;background:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/qtimer-bg-yellow.webp) 50%/cover no-repeat;padding:14rem 0}.drive-qtimer__content{display:flex}.drive-qtimer__left{width:52%;display:flex}.drive-qtimer__left img{display:none}.drive-qtimer__right{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:6rem}.drive-qtimer__right .overview-gd__icon{margin-bottom:1.2rem;width:62px;max-width:none}.drive-qtimer__right .overview-gd__subtitle{color:#fff}.drive-qtimer__right .overview-gd__title{margin-left:-1px}.drive-qtimer .overview-gd__cta{margin-right:8px}@media (max-width:1000px){.drive-qtimer{padding:8rem 0}.drive-qtimer__right{padding-left:2rem}}@media (max-width:700px){.drive-qtimer{padding:5rem 0 0;background:#000}.drive-qtimer__content{flex-direction:column-reverse}.drive-qtimer__right{padding-left:0;width:100%;margin-bottom:4rem}.drive-qtimer__left{width:100%;max-width:360px;margin-left:-23px}.drive-qtimer__left img{display:block}}@media (max-width:600px){.drive-qtimer__right .overview-gd__icon{width:50px}}.drive-audio{position:relative;background-color:#f0f0f0;align-items:flex-start;overflow:hidden}.drive-audio,.drive-audio__content{display:flex;justify-content:center;z-index:1}.drive-audio__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1100px;flex-direction:column;padding:23px}.drive-audio__content .overview-gd__icon{margin-bottom:1.1rem;width:71px;max-width:none}.drive-audio__content .overview-gd__subtitle{max-width:450px}.drive-audio__bg-mobile{display:none}@media (max-width:1200px){.drive-audio__content{position:static;-webkit-transform:none;transform:none;padding:4rem;z-index:1}.drive-audio__bg-desktop,.drive-audio__bg-mobile{position:absolute;top:0;right:0;z-index:-1}}@media (max-width:780px){.drive-audio__content{padding:8rem 2.2rem 10rem}.drive-audio__bg-desktop{display:none}.drive-audio__bg-mobile{display:block;width:100%;max-width:414px}}@media (max-width:600px){.drive-audio__content .overview-gd__icon{width:62px}}@media (max-width:580px){.drive-audio__content .overview-gd__desc,.drive-audio__content .overview-gd__subtitle{max-width:calc(100% - 18rem)}}@media (max-width:450px){.drive-audio__content{padding:10rem 2.2rem}.drive-audio__content .overview-gd__desc,.drive-audio__content .overview-gd__subtitle{max-width:calc(100% - 15rem)}.drive-audio__bg-mobile{top:auto;bottom:0}}@media (max-width:390px){.drive-audio__content{padding:7rem 2.2rem 8rem}.drive-audio__content .overview-gd__desc,.drive-audio__content .overview-gd__subtitle{max-width:calc(100% - 13rem)}}.product-drive__glory{position:relative;display:flex;width:100%;height:auto}.product-drive__glory:after{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/drive-glory-bg.jpg) bottom no-repeat #fff;background-size:cover}.product-drive__glory__layout{padding:10rem 0;margin-left:20rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left}.product-drive__glory .container{max-width:1140px;display:flex}@media (min-width:769px){.product-drive__glory .container{min-height:50vw}}@media (min-width:1920px){.product-drive__glory .container{min-height:40vw}}.product-drive__glory .container>div{flex:1}.product-drive__glory .product-drive__title{color:#fcbf23;max-width:30ch;margin:2.5rem 0 1rem}.product-drive__glory .product-drive__title sup{position:relative;top:-2vw;font-size:50%}.product-drive__glory .product-drive__subtitle{margin:1rem 0 1.75rem;font-size:2.5rem;font-weight:400;color:#000}.product-drive__glory .product-drive__article{max-width:84ch;line-height:1.5}.product-drive__glory .product-drive__article>:last-child{margin-bottom:0}@media (min-width:1600px){.product-drive__glory__layout .product-drive__title sup{top:-22px}}@media (max-width:1360px) and (min-width:600px){.product-drive__glory__layout{margin-left:8rem}}@media (max-width:1360px) and (min-width:600px) and (max-width:800px){.product-drive__glory__layout{padding-top:6rem;padding-bottom:6rem}}@media (max-width:1360px) and (min-width:600px){.product-drive__glory .container{max-width:unset}.product-drive__glory .product-drive__title{font-size:4.66667vw}}@media (max-width:1200px){.product-drive__glory .product-drive__subtitle{font-size:2.3rem}}@media (max-width:900px){.product-drive__glory .product-drive__subtitle{font-size:2.1rem}}@media (max-width:769px){.product-drive__glory:after{top:auto;bottom:0;width:100%;height:100%;max-height:90vw;background-position:50%;background-size:cover;z-index:0}.product-drive__glory .container{display:flex;flex-direction:column;padding-bottom:90vw}.product-drive__glory__layout{margin-left:0;padding-top:4rem;padding-bottom:6rem;text-align:center;align-items:center;z-index:1}}@media (max-width:599px){.product-drive .product-drive__title{font-size:6.66667vw}.product-drive .product-drive__subtitle{font-size:1.9rem}}.drive-acs{position:relative;align-items:flex-start;padding:7rem 0}.drive-acs,.drive-acs__content{display:flex;justify-content:center;z-index:1}.drive-acs__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1100px;flex-direction:column;padding:23px}.drive-acs__content .overview-gd__subtitle{max-width:450px}.drive-acs__bg{max-width:719px;width:50vw;margin-left:auto}@media (max-width:1200px){.drive-acs__content{position:static;-webkit-transform:none;transform:none;padding:4rem;z-index:1}.drive-acs__bg{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:-1}}@media (max-width:920px){.drive-acs__bg{-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width:780px){.drive-acs__content{padding:0 2.2rem}.drive-acs__bg{top:60%}}@media (max-width:650px){.drive-acs{flex-direction:column}.drive-acs__bg{position:static;width:75vw}}.sco-dual-picture__content{max-width:1000px;width:100%;margin:0 auto}.sco-dual-picture .front-page-prod__grid .front-page-prod__item span{top:4%;left:5%}.sco-dual-picture .front-page-prod__grid .front-page-prod__item:hover{background-color:#b741f2}@media (max-width:540px){.sco-dual-picture .front-page-prod__grid .front-page-prod__item span{font-size:1.7rem}}.sco-s15{display:flex;align-items:flex-start;justify-content:center;position:relative;z-index:1;margin:13.5rem 0 0;background-color:#000}.sco-s15__content{display:flex;width:100%;max-width:1150px;margin:0 auto;padding:23px}.sco-s15__left{width:44%;margin-top:-83px;margin-bottom:-69px}.sco-s15__illu{width:100%;max-width:600px}.sco-s15__illu--mobile{display:none}.sco-s15__right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:56%;padding-left:12rem}.sco-s15__bg{position:absolute;top:0;left:50%;z-index:-1;height:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.sco-s15 .overview-gd__subtitle{color:#fff}.sco-s15 .overview-gd__icon{max-width:80px;margin-bottom:1rem}.sco-s15 .overview-gd__desc{max-width:380px}.sco-s15#sop{margin-top:0}.sco-s15#sop .sco-s15__left{width:44%;margin-top:-330px;margin-bottom:-90px}.sco-s15#sop .overview-gd__icon{max-width:120px}@media (max-width:1000px){.sco-s15__left{width:100%;max-width:415px}.sco-s15__right{width:auto;padding-left:6rem}.sco-s15#sop .sco-s15__left{width:100%;margin-top:0;margin-bottom:0}.sco-s15#sop .sco-s15__illu{max-height:400px;-o-object-fit:contain;object-fit:contain}}@media (max-width:780px){.sco-s15{margin:9rem 0 0}.sco-s15__bg--desktop,.sco-s15__illu--desktop{display:none}.sco-s15__illu--mobile{display:block;position:absolute;top:-50px;right:-20px;z-index:-1;width:100%;max-width:294px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.sco-s15__content{padding-top:30rem;padding-bottom:5rem}.sco-s15__left{display:none}.sco-s15__right{padding-left:0}.sco-s15#sop .sco-s15__illu--mobile{top:0;right:0}}@media (max-width:600px){.sco-s15__right .overview-gd__icon{width:80px}}@media (max-width:400px){.sco-s15__content{padding-top:28rem;padding-bottom:4.5rem}}@media (max-width:380px){.sco-s15__content{padding-top:26rem}}@media (max-width:360px){.sco-s15__content{padding-top:24rem}}@media (max-width:340px){.sco-s15__content{padding-top:22rem}}.sco-s22{position:relative;background-color:#f0f0f0;align-items:flex-start}.sco-s22,.sco-s22__content{display:flex;justify-content:center}.sco-s22__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1100px;z-index:1;flex-direction:column;padding:23px}.sco-s22__content .overview-gd__icon{margin-bottom:1.3rem;width:54px}.sco-s22__content .overview-gd__subtitle{max-width:340px}.sco-s22__bg--mobile{display:none}.sco-s22#companion{padding-top:10vw;padding-bottom:10vw}.sco-s22#companion .sco-s22__content .overview-gd__icon{width:220px;max-width:220px}.sco-s22#companion .sco-s22__content{position:static;-webkit-transform:none;transform:none;width:45%}.sco-s22#companion .companion__inner{display:flex;align-items:center;width:100%;grid-gap:5%;gap:5%;max-width:1150px;margin:0 auto;padding-left:23px;padding-right:23px}.sco-s22#companion .companion__image{width:50%}@media (max-width:1200px){.sco-s22#companion .companion__inner,.sco-s22__content{padding:4rem}.sco-s22#companion .sco-s22__content{padding:0}}@media (max-width:700px){.sco-s22{flex-direction:column;align-items:center}.sco-s22__content{position:static;-webkit-transform:none;transform:none;z-index:1;background-color:#fff}.sco-s22__content .overview-gd__icon{max-width:45px;margin-bottom:1.2rem}.sco-s22__bg--desktop{display:none}.sco-s22__bg--mobile{display:block;width:100%;max-width:400px}.sco-s22#companion .companion__inner{flex-direction:column;padding:2rem}.sco-s22#companion .sco-s22__content{width:100%;background-color:#fff0;margin-bottom:2rem}.sco-s22#companion .companion__image{width:100%}.sco-s22#companion .sco-s22__bg--mobile{max-width:80%;margin-left:auto;margin-right:auto}}@media (max-width:500px){.sco-s22__content{padding:5rem 23px 3rem}}.sco-atp{position:relative;background-color:#4a545b;display:flex;justify-content:flex-end;align-items:flex-start}.sco-atp__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1100px;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:23px}.sco-atp__content .overview-gd__icon{margin-bottom:.8rem;width:55px}.sco-atp__content .overview-gd__subtitle{max-width:340px}.sco-atp__content .overview-gd__desc{color:#d2d2d2}.sco-atp__bg--medium,.sco-atp__bg--mobile,.sco-atp__bg--mobile-small{display:none}@media (max-width:1200px){.sco-atp__content{padding:4rem}}@media (max-width:828px){.sco-atp{flex-direction:column;align-items:flex-end}.sco-atp__content{top:0;left:0;-webkit-transform:none;transform:none;height:auto;z-index:1;padding:0 4rem 4rem}.sco-atp__content .overview-gd__icon{position:relative;margin-bottom:0;max-width:55px;top:44px}.sco-atp__content .overview-gd__title{padding-left:68px}.sco-atp__bg--desktop{display:none}.sco-atp__bg--medium{display:block;width:100%}}@media (max-width:600px){.sco-atp__content{padding:5.5rem 23px 2rem;margin-top:-44px}.sco-atp__bg--medium{display:none}.sco-atp__bg--mobile{display:block;width:100%}}@media (max-width:400px){.sco-atp__bg--mobile{display:none}.sco-atp__bg--mobile-small{display:block;width:100%}}.product-sco__glory{background:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/sco-glory-bg.png) bottom no-repeat #000;background-size:contain}.product-sco__glory__layout{padding:8rem 0 30vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-sco__glory .container{max-width:1046px}.product-sco__glory .product-sco__title{color:#b741f2;max-width:30ch;margin:1.5rem auto 1rem}.product-sco__glory .product-sco__title sup{position:relative;top:-2vw;font-size:50%}.product-sco__glory .product-sco__subtitle{margin:1rem auto 1.75rem;color:#fff;font-size:2.5rem;font-weight:400}.product-sco__glory .product-sco__article{max-width:69ch;line-height:1.4}.product-sco__glory .product-sco__article>:last-child{margin-bottom:0}@media (min-width:1920px){.product-sco__glory__layout{padding-bottom:52rem}}@media (min-width:1600px){.product-sco__glory__layout .product-sco__title sup{top:-22px}}@media (max-width:1360px) and (min-width:600px) and (max-width:800px){.product-sco__glory__layout{padding-top:6rem;padding-bottom:40vw}}@media (max-width:1360px) and (min-width:600px){.product-sco__glory .container{max-width:unset}.product-sco__glory .product-sco__title{font-size:4.66667vw}}@media (max-width:1200px){.product-sco__glory .product-sco__subtitle{font-size:2.3rem}}@media (max-width:900px){.product-sco__glory .product-sco__subtitle{font-size:2.1rem}}@media (max-width:599px){.product-sco__glory__layout{padding-top:4rem}.product-sco__glory .product-sco__title{font-size:6.66667vw}.product-sco__glory .product-sco__subtitle{font-size:1.9rem}}.cac-explore{margin-bottom:12rem}.cac-explore__content{max-width:1300px;width:100%;margin:0 auto}.cac-explore__title{color:#fcad1a;margin-bottom:4rem;font-size:5.4rem}.cac-explore__grid{display:flex;flex-wrap:wrap;margin-bottom:-6rem}.cac-explore__item{display:flex;width:100%;max-width:325px;margin-bottom:6rem}.cac-explore__item__title{color:#000;font-weight:900;margin-left:-2px;margin-bottom:.7rem;font-size:5.2rem}.cac-explore__item__subtitle{color:#000;font-size:1.7rem;margin-bottom:.2rem}.cac-explore__item__desc{margin:0;color:#818181}.cac-explore__item__left{width:55px}.cac-explore__item__right{width:calc(100% - 55px)}.cac-explore__item__picto{display:block;margin:0;width:41px}.cac-explore__item:first-child p{max-width:170px}.cac-explore__item:first-child .cac-explore__item__picto{width:42px}.cac-explore__item:nth-child(2) p{max-width:260px}.cac-explore__item:nth-child(3){max-width:420px}.cac-explore__item:nth-child(3) p{max-width:190px}.cac-explore__item:nth-child(3) .cac-explore__item__picto{width:43px}.cac-explore__item:nth-child(4) p{max-width:240px}.cac-explore__item:nth-child(4) .cac-explore__item__picto{width:43px}.cac-explore__item:nth-child(5) p{max-width:220px}.cac-explore__item:nth-child(5) .cac-explore__item__picto{width:41px}.cac-explore__item:nth-child(6) p{max-width:250px}.cac-explore__item:nth-child(6) .cac-explore__item__picto{width:38px}.cac-explore__item:nth-child(7) p{max-width:230px}.cac-explore__item:nth-child(7) .cac-explore__item__picto{width:44px}@media (max-width:1200px){.cac-explore{margin-bottom:8rem}.cac-explore__title{font-size:4.9rem}.cac-explore__grid{margin:0 -2rem -4.5rem}.cac-explore__item{display:flex;width:calc(100% / 3 - 4rem);max-width:none!important;margin:0 2rem 4.5rem}.cac-explore__item__title{font-size:4.8rem}.cac-explore__item:first-child p,.cac-explore__item:nth-child(2) p,.cac-explore__item:nth-child(3) p,.cac-explore__item:nth-child(4) p,.cac-explore__item:nth-child(5) p,.cac-explore__item:nth-child(6) p,.cac-explore__item:nth-child(7) p{max-width:none}}@media (max-width:1000px){.cac-explore{margin-bottom:7rem}.cac-explore__grid{margin:0 -2rem -3.5rem}.cac-explore__item{width:calc(100% / 2 - 4rem);margin:0 2rem 3.5rem}.cac-explore__item__title{font-size:4.4rem;margin-bottom:.6rem}.cac-explore__item__subtitle{font-size:1.6rem}}@media (max-width:800px){.cac-explore{margin-bottom:5rem}.cac-explore__title{margin-bottom:3rem;font-size:4.1rem}.cac-explore__grid{margin:0 -1.5rem -3.2rem}.cac-explore__item{margin:0 1.5rem 3.2rem;width:calc(100% / 2 - 3rem)}.cac-explore__item__title{margin-bottom:.5rem}.cac-explore__item:first-child p{max-width:250px}.cac-explore__item:nth-child(2) p{max-width:260px}.cac-explore__item:nth-child(3){max-width:420px}.cac-explore__item:nth-child(3) p{max-width:190px}.cac-explore__item:nth-child(4) p{max-width:240px}.cac-explore__item:nth-child(5) p{max-width:220px}.cac-explore__item:nth-child(6) p{max-width:250px}.cac-explore__item:nth-child(7) p{max-width:230px}}@media (max-width:580px){.cac-explore{margin-bottom:4rem}.cac-explore__title{font-size:3.4rem}.cac-explore__grid{margin:0 0 -4rem;padding:0 2rem}.cac-explore__item{margin:0 0 4rem;width:100%}.cac-explore__item__desc{font-size:1.5rem}.cac-explore__item:first-child{order:1}.cac-explore__item:nth-child(2){order:5}.cac-explore__item:nth-child(3){order:4}.cac-explore__item:nth-child(4){order:2}.cac-explore__item:nth-child(5){order:6}.cac-explore__item:nth-child(6){order:3}.cac-explore__item:nth-child(7){order:7}}@media (max-width:380px){.cac-explore__grid{padding:0 .8rem;margin:0 0 -3rem}.cac-explore__item{margin:0 0 3rem}}.cac-pickup{position:relative;background-color:#f2f3f6;display:flex;justify-content:flex-end;align-items:flex-start;overflow:hidden;z-index:1}.cac-pickup__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1100px;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:23px}.cac-pickup__content .overview-gd__icon{margin-bottom:1.1rem;width:74px;max-width:none}.cac-pickup__content .overview-gd__subtitle{max-width:470px}.cac-pickup__content .overview-gd__title{margin-left:-4px}.cac-pickup__content .overview-gd__desc{max-width:420px}.cac-pickup__bg-mobile{display:none}@media (max-width:1200px){.cac-pickup{justify-content:flex-start;padding:4rem 0}.cac-pickup__content{position:static;-webkit-transform:none;transform:none;padding:4rem;z-index:1}.cac-pickup__bg-desktop,.cac-pickup__bg-mobile{position:absolute;top:0;right:0;z-index:-1}}@media (max-width:600px){.cac-pickup__content{padding:18rem 2.2rem 2rem}.cac-pickup__content .overview-gd__icon{width:48px}.cac-pickup__bg-desktop{display:none}.cac-pickup__bg-mobile{display:block;width:100%;max-width:414px}}.calc-ordering{position:relative;padding:13rem 0 10rem;background-color:#000;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/cac-ordering-bg.jpg);background-repeat:no-repeat;background-position:50%;background-size:contain}.calc-ordering__content{display:flex;align-items:flex-end}.calc-ordering__left{display:flex;align-items:flex-start;justify-content:flex-end;width:51%;margin-right:6%}.calc-ordering__right{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:49%;margin-bottom:40px}.calc-ordering__right .overview-gd__icon{width:85px;max-width:none;margin-bottom:1.2rem}.calc-ordering__right .overview-gd__subtitle{color:#fff}.calc-ordering__right .overview-gd__title{margin-left:-2px}@media (max-width:1400px){.calc-ordering__content{justify-content:center}.calc-ordering__left{width:100%;max-width:616px}.calc-ordering__right{width:100%;max-width:448px}}@media (max-width:1000px){.calc-ordering{padding:8rem 0}}@media (max-width:800px){.calc-ordering{padding:5.5rem 0}.calc-ordering__content{flex-direction:column;align-items:center;justify-content:flex-start}.calc-ordering__left{align-items:flex-start;justify-content:flex-start;width:100%;max-width:400px;margin-right:0;margin-bottom:20px}.calc-ordering__right{width:100%;max-width:550px}.calc-ordering__right .overview-gd__icon{max-width:85px}}@media (min-width:500px) and (max-width:800px){.calc-ordering .overview-gd__desc,.calc-ordering .overview-gd__subtitle,.calc-ordering .overview-gd__title{max-width:none}}@media (max-width:600px){.calc-ordering{padding:5rem 0}.calc-ordering__left{max-width:350px}.calc-ordering__right{margin-top:2rem}.calc-ordering__right .overview-gd__icon{width:85px}}.cac-logos .container{padding-top:10rem;text-align:center}.cac-logos .overview-gd__title{position:relative;margin:auto;margin-bottom:65px;padding-bottom:30px;max-width:1000px}.cac-logos .overview-gd__title:after{content:"";position:absolute;top:100%;left:50%;width:2px;height:45px;background-color:#e6e6e6}.cac-logos .c-logos{margin-bottom:10rem}.kiosk-overview .overview-intro__kiosk-illu{width:250px}.kiosk-overview .overview-intro__items{display:flex;margin-top:16px;max-width:630px;justify-content:center;align-items:center;text-align:center}.kiosk-overview .overview-intro__item{position:relative}.kiosk-overview .overview-intro__item p strong{display:inline-block;color:#d70a8a}.kiosk-overview .overview-intro__item p sup{position:absolute;top:10px;font-size:55%;line-height:1}.kiosk-overview .overview-intro__item:first-child p strong{padding-right:40px;font-size:9.3rem;line-height:1}.kiosk-overview .overview-intro__item:nth-child(2) p strong,.kiosk-overview .overview-intro__item:nth-child(3) p strong{margin-bottom:6px;font-size:2.9rem}.kiosk-overview .overview-intro__item+.overview-intro__item{margin-left:4rem;padding-left:4rem}.kiosk-overview .overview-intro__item+.overview-intro__item:before{content:"";position:absolute;display:inline-block;top:calc(50% - 52px);left:0;width:2px;height:104px;background-color:#dcdcdc}@media (max-width:768px){.kiosk-overview .overview-intro__item:first-child p strong{padding-right:2rem;font-size:6.4rem}.kiosk-overview .overview-intro__item:nth-child(2) p strong,.kiosk-overview .overview-intro__item:nth-child(3) p strong{font-size:2.4rem}.kiosk-overview .overview-intro__item+.overview-intro__item{margin-left:2.5rem;padding-left:2.5rem}}@media (max-width:600px){.kiosk-overview .overview-intro__items{margin-top:4rem;flex-direction:column}.kiosk-overview .overview-intro__item+.overview-intro__item{margin-top:2.5rem;padding-top:2.5rem;margin-left:0;padding-left:0}.kiosk-overview .overview-intro__item+.overview-intro__item:before{top:0;left:calc(50% - 52px);width:104px;height:2px}}.kiosk-qsr{position:relative;padding:15rem 0}.kiosk-qsr .container{display:flex;flex-direction:row;max-width:1065px;line-height:1.5;flex-wrap:wrap;grid-gap:45px;gap:45px}.kiosk-qsr__slider{flex:0 0 366px;position:relative;width:366px;margin-top:5px}.kiosk-qsr__slider .swiper-container,.kiosk-qsr__slider .swiper-wrapper{width:100%;height:366px}.kiosk-qsr__slider .swiper-qsr-pagination{display:flex;align-items:center;justify-content:center;width:100%;height:24px;grid-gap:8px;gap:8px}.kiosk-qsr__slider .swiper-pagination-bullet{background-color:#cdcdcd;opacity:1}.kiosk-qsr__slider .swiper-pagination-bullet-active{background-color:#919191}.kiosk-qsr__item__picture{width:100%;height:100%}.kiosk-qsr__item__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kiosk-qsr__content{flex:1}.kiosk-qsr__title{letter-spacing:-1px;color:#d70b8a}@media (min-width:1200px){.kiosk-qsr__title{font-size:6rem}}.kiosk-qsr__text{margin-top:12px}.kiosk-qsr__cta p,.kiosk-qsr__cta p i{display:inline-block;position:relative}.kiosk-qsr__cta p i{width:15px;height:11px;margin-left:8px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/arrow-pink.svg) no-repeat 50%;content:""}.kiosk-qsr__cta a{font-weight:400}.kiosk-qsr__cta a span:first-of-type{text-decoration:underline;font-weight:400;color:#d70b8a}.kiosk-qsr__cta a span:last-of-type{text-decoration:none;color:#818181}.kiosk-qsr__logos{display:flex;justify-content:flex-start;align-items:center;margin-top:2rem;grid-gap:3rem;gap:3rem}.kiosk-qsr__logo{display:inline-block;width:auto;max-width:20%;height:auto;max-height:55px;-o-object-fit:contain;object-fit:contain}@media (max-width:990px){.kiosk-qsr{padding:3rem 0 7rem}.kiosk-qsr .container{flex-direction:column}.kiosk-qsr__slider{flex:0 0 100%;width:100%}.kiosk-qsr .swiper-container,.kiosk-qsr .swiper-wrapper{height:45vw;min-height:366px}}@media (max-width:540px){.kiosk-qsr__logos{grid-gap:6.25%;gap:6.25%}.kiosk-qsr__logo{max-width:15%}}.kiosk-experience{position:relative;padding:15rem 0 10rem;background-color:#f0f0f0}.kiosk-experience .container{display:flex;flex-direction:row;max-width:1065px;line-height:1.5;flex-wrap:wrap;grid-gap:45px;gap:45px}.kiosk-experience__slider{flex:0 0 366px;position:relative;width:366px;margin-top:5px}.kiosk-experience__slider .swiper-container,.kiosk-experience__slider .swiper-wrapper{width:100%;height:366px}.kiosk-experience__slider .swiper-experience-pagination{display:flex;align-items:center;justify-content:center;width:100%;height:24px;grid-gap:8px;gap:8px}.kiosk-experience__slider .swiper-pagination-bullet{background-color:#cdcdcd;opacity:1}.kiosk-experience__slider .swiper-pagination-bullet-active{background-color:#919191}.kiosk-experience__item__picture{width:100%;height:100%}.kiosk-experience__item__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kiosk-experience__content{flex:1}.kiosk-experience__title{letter-spacing:-1px;color:#d70b8a}@media (min-width:1200px){.kiosk-experience__title{font-size:6rem}}.kiosk-experience__text{margin-top:12px}.kiosk-experience__cta p,.kiosk-experience__cta p i{display:inline-block;position:relative}.kiosk-experience__cta p i{width:15px;height:11px;margin-left:8px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/arrow-pink.svg) no-repeat 50%;content:""}.kiosk-experience__cta a{font-weight:400}.kiosk-experience__cta a span:first-of-type{text-decoration:underline;font-weight:400;color:#d70b8a}.kiosk-experience__cta a span:last-of-type{text-decoration:none;color:#818181}.kiosk-experience__logos{display:flex;justify-content:flex-start;margin-top:2rem;flex-wrap:wrap;grid-gap:5rem;gap:5rem}.kiosk-experience__logo{display:inline-block;width:auto;max-width:80px;height:auto;max-height:55px;-o-object-fit:contain;object-fit:contain}@media (max-width:990px){.kiosk-experience{padding:3rem 0 7rem}.kiosk-experience .container{flex-direction:column}.kiosk-experience__content{order:2}.kiosk-experience__slider{order:1;flex:0 0 100%;width:100%}.kiosk-experience .swiper-container,.kiosk-experience .swiper-wrapper{height:45vw;min-height:366px}.kiosk-experience__logos{grid-gap:3rem;gap:3rem}}.kiosk-production .container{max-width:1046px;text-align:center}.kiosk-production .container>*{margin:23px auto}.kiosk-production .container>:first-child{margin-top:7.5rem}.kiosk-production .container>:last-child{margin-bottom:7.5rem}.kiosk-production .wp-playlist{position:relative;margin-top:3rem;border:none;background-color:#fff0;padding:0;z-index:0}.kiosk-production .wp-playlist:before{left:calc(50% - 50vw);background:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/kiosk-video-background-texture.jpg) no-repeat 0;background-size:contain}.kiosk-production .wp-playlist:after,.kiosk-production .wp-playlist:before{content:"";display:inline-block;position:absolute;width:100%;max-width:760px;height:80%;top:10%;z-index:-1}.kiosk-production .wp-playlist:after{min-width:30vw;left:calc(50% + 50vw);-webkit-transform:translateX(-100%);transform:translateX(-100%);background:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/kiosk-video-background-texture.jpg) no-repeat 100%;background-size:contain}.kiosk-production .mejs-overlay-button{height:11rem;width:11rem;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);border:2px solid #fff0;transition:background-color .2s ease-out,border-color .2s ease-out}@media (max-width:768px){.kiosk-production .mejs-overlay-button{height:8rem;width:8rem}}.kiosk-production .mejs-overlay:active>.mejs-overlay-button,.kiosk-production .mejs-overlay:hover>.mejs-overlay-button{background-position:50%;background-color:#fff0;border-color:#fff}.kiosk-production__title{color:#000;letter-spacing:-1px}@media (min-width:1200px){.kiosk-production__title{font-size:7.8rem}}@media (max-width:900px){.kiosk-production__title{font-size:5.8rem}}@media (max-width:600px){.kiosk-production__title{font-size:4.4rem}}.kiosk-production__hr{display:block;width:150px;height:2px;background-color:#d70b8a;border:0;margin:2rem 0 2.6rem}.kiosk-production__text{max-width:620px;line-height:1.5}.kiosk-production__text p strong{color:#d70b8a;font-size:2.7rem}@media (min-width:1200px){.kiosk-production__text p strong{font-size:4.7rem}}.kiosk-integration{margin-top:12rem;text-align:center}.kiosk-integration .container{max-width:740px}.kiosk-integration__title{color:#d70b8a}@media (min-width:1200px){.kiosk-integration__title{font-size:4.7rem}}.kiosk-integration__text{margin-top:12px;line-height:1.5}.kiosk-integration__hr{display:block;width:150px;height:2px;background-color:#d70b8a;border:0;margin:4rem auto 6rem}.kiosk-integration .c-logos{margin-bottom:10rem}.kiosk-resource{margin-top:10rem;margin-bottom:15rem;text-align:center}.kiosk-resource__pictures{display:flex;width:120%;height:22.8vw;min-height:375px;margin-left:-10%}.kiosk-resource__pictureskew{flex:1;-webkit-transform:skew(-12deg);transform:skew(-12deg);overflow:hidden}.kiosk-resource__pictureskew:first-child,.kiosk-resource__pictureskew:last-child{flex:1.2}.kiosk-resource__picture{margin-left:-25%;width:150%;height:100%}.kiosk-resource__picture img{width:100%;height:100%;-webkit-transform:skew(12deg);transform:skew(12deg);-o-object-fit:cover;object-fit:cover}.kiosk-resource .container{max-width:700px;margin-top:5rem}.kiosk-resource__title{color:#d70b8a}@media (min-width:1200px){.kiosk-resource__title{font-size:4.7rem}}.kiosk-resource__text{margin-top:12px;line-height:1.5}@media (max-width:768px){.kiosk-resource__pictures{min-height:250px}}.kiosk-recommandation{display:flex;align-items:flex-start;justify-content:center;position:relative;background-color:#f0f0f0}.kiosk-recommandation__content{display:flex;flex-direction:column;justify-content:center;position:absolute;top:0;left:50%;z-index:1;width:100%;max-width:1100px;height:100%;padding:23px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.kiosk-recommandation__content .overview-gd__title{max-width:560px;margin-left:-4px}@media (min-width:1200px){.kiosk-recommandation__content .overview-gd__title{font-size:4.7rem}}.kiosk-recommandation__content .overview-gd__subtitle{font-weight:500}.kiosk-recommandation__content .overview-gd__desc{max-width:540px;line-height:1.5}.kiosk-recommandation__picture{max-width:300px;margin-bottom:20px}@media (max-width:1200px){.kiosk-recommandation__content{padding:4rem}}@media (max-width:900px){.kiosk-recommandation{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/kiosk-recommandation-bg-mobile.jpg);background-repeat:no-repeat;background-position:100% 100%;background-size:contain}.kiosk-recommandation__content{position:static;left:0;-webkit-transform:none;transform:none}.kiosk-recommandation__bg{display:none}}@media (max-width:720px){.kiosk-recommandation__content{padding:4rem 25% 4rem 4rem}}@media (max-width:600px){.kiosk-recommandation .overview-gd{max-width:calc(100% - 10rem)}}@media (max-width:520px){.kiosk-recommandation{background-position:100% bottom;background-size:70%}}@media (max-width:450px){.kiosk-recommandation .overview-gd{max-width:calc(100% - 14rem)}.kiosk-recommandation__content{padding:5rem 23px}.kiosk-recommandation__content .overview-gd__icon{width:20px}}@media (max-width:400px){.kiosk-recommandation{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/kiosk-recommandation-bg-mobile-2.jpg);background-size:35%}.kiosk-recommandation .overview-gd{max-width:230px}}.kiosk-solutions{margin-top:5rem;margin-bottom:1rem;text-align:center}.kiosk-solutions .container{max-width:815px;margin-top:5rem}.kiosk-solutions__title{color:#d70b8a}@media (min-width:1200px){.kiosk-solutions__title{font-size:4.7rem}}.kiosk-solutions__text{margin-top:12px;line-height:1.5}.kiosk-solutions__grid{display:flex;align-items:flex-start;justify-content:center;margin-top:4rem;flex-flow:row wrap;grid-gap:22px;gap:22px}.kiosk-solutions__grid.--v2{align-items:stretch}.kiosk-solutions__item{justify-content:space-between;width:calc(33% - 2/3 * 22px);overflow:hidden;margin-bottom:3rem;font-size:1.6rem;font-weight:500;background:#f5f5f5;transition:background .3s;position:relative;cursor:pointer}.kiosk-solutions__item:before{display:block;width:100%;padding-top:100%;content:""}.kiosk-solutions__item img{position:absolute;top:0;left:0;width:100%;height:100%}.kiosk-solutions__item:first-child img,.kiosk-solutions__item:nth-child(3) img{top:4rem;height:calc(100% - 4rem)}.kiosk-solutions__item:nth-child(4) img{top:3rem;height:calc(100% - 4rem)}.kiosk-solutions__item:nth-child(5) img{top:6rem;height:calc(100% -2rem)}@media (max-width:768px){.kiosk-solutions__item{margin-bottom:0;font-size:2rem}}@media (max-width:540px){.kiosk-solutions__item{width:calc(50% - .75rem);font-size:1.7rem}.kiosk-solutions__item:before{padding-top:108.93855%}}.kiosk-solutions__item span{position:absolute;top:5%;left:6%;color:#747474;transition:color .4s}.kiosk-solutions__item img{display:block;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .4s .1s;transition:transform .4s .1s;transition:transform .4s .1s,-webkit-transform .4s .1s;will-change:transform;-o-object-fit:contain;object-fit:contain}.kiosk-solutions__item:is(:hover,:focus){background:#eb3fa3}.kiosk-solutions__item:is(:hover,:focus) span{color:#fff}.kiosk-solutions__item:is(:hover,:focus) img{-webkit-transform:scale(1.1);transform:scale(1.1)}.kiosk-solutions__item.--v2{text-align:left;padding-bottom:16px;cursor:default;background:#fff}.kiosk-solutions__item.--v2:before{display:none}.kiosk-solutions__item.--v2:first-child img,.kiosk-solutions__item.--v2:nth-child(3) img,.kiosk-solutions__item.--v2:nth-child(4) img,.kiosk-solutions__item.--v2:nth-child(5) img{top:0;height:auto}.kiosk-solutions__item.--v2:is(:hover,:focus){background:#fff}.kiosk-solutions__item.--v2:is(:hover,:focus) span{color:#747474}.kiosk-solutions__item.--v2:is(:hover,:focus) img{-webkit-transform:none;transform:none}.kiosk-solutions__item.--v2 img{position:static;aspect-ratio:1/1;height:auto;padding:16px 16px 0;-o-object-position:bottom center;object-position:bottom center;background:rgb(66 66 66 / .5)}.kiosk-solutions__item.--v2 .kiosk-solutions__item__title{padding-left:16px;padding-right:16px;padding-top:16px}.kiosk-solutions__item.--v2 .kiosk-solutions__item__content{font-weight:400;font-size:16px;padding-left:16px;padding-right:16px}@media (max-width:768px){.kiosk-solutions__grid{justify-content:center;margin-bottom:3rem;grid-gap:15px;gap:15px}}@media (max-width:520px){.kiosk-solutions__item span{font-size:15px}}.kiosk-table-service{position:relative;background-color:#fff;display:flex;justify-content:flex-start;align-items:flex-start;overflow:hidden;padding:20rem 0 15rem;z-index:1}.kiosk-table-service__content{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:0;height:100%;width:100%;max-width:1150px;z-index:1;display:flex;justify-content:flex-end;align-items:center;padding:23px}.kiosk-table-service__content .overview-gd__icon{margin-bottom:1.3rem;width:58px}.kiosk-table-service__content .overview-gd__subtitle{color:#000;margin-left:-1px}.kiosk-table-service__content .overview-gd__desc{max-width:430px;color:#6c6c6c}.kiosk-table-service__content .overview-gd__cta{margin-right:8px}.kiosk-table-service__deco{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-filter:brightness(1.015);filter:brightness(1.015);z-index:-1}.kiosk-table-service__illu--mobile{display:none}@media (max-width:1500px){.kiosk-table-service{padding:10rem 0}.kiosk-table-service__illu{width:700px}}@media (max-width:1275px){.kiosk-table-service__illu{width:600px}}@media (max-width:1125px){.kiosk-table-service{padding:14rem 0}.kiosk-table-service__illu{width:450px}}@media (max-width:950px){.kiosk-table-service{padding:6rem 0;flex-direction:column}.kiosk-table-service__content{position:static;left:0;-webkit-transform:none;transform:none;justify-content:flex-start;padding:0 4rem;margin-bottom:4rem}.kiosk-table-service__illu{width:675px}}@media (max-width:650px){.kiosk-table-service{padding:6rem 0}}@media (max-width:450px){.kiosk-table-service{padding:5rem 0 2rem}.kiosk-table-service__illu--desktop{display:none}.kiosk-table-service__illu--mobile{width:100%;max-width:450px;display:block}.kiosk-table-service__content{padding:0 23px}.kiosk-table-service__deco{display:none}}.kiosk-touchless{position:relative;display:flex;justify-content:center;align-items:flex-start;padding:15rem 0 32rem;background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/kiosk-touchless-bg.jpg);background-size:cover}.kiosk-touchless__content{max-width:1100px;width:100%;z-index:1;display:flex;flex-direction:column;justify-content:center;padding:23px}.kiosk-touchless__content .overview-gd__icon{margin-bottom:1.3rem;width:40px}.kiosk-touchless__content .overview-gd__subtitle{color:#fff;margin-left:-1px}.kiosk-touchless__content .overview-gd__desc{max-width:360px;color:#bfbfbf}@media (max-width:1200px){.kiosk-touchless{padding:10rem 0 15rem}.kiosk-touchless__content{padding:0 4rem}}@media (max-width:850px){.kiosk-touchless{padding:6rem 0 10rem}.kiosk-touchless__content .overview-gd__icon{width:35px}}@media (max-width:650px){.kiosk-touchless{padding:4rem 0 6rem}}@media (max-width:450px){.kiosk-touchless{padding:4rem 0 5rem}.kiosk-touchless__content{padding:0 23px}}.product-kiosk__glory{background-color:#000;background-size:auto 100%;padding:0}.product-kiosk__glory__layout{padding:10rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-kiosk__glory .container{max-width:1046px}.product-kiosk__glory .overview-gd__title{color:#d70a8a;margin:1.5rem auto 1rem}.product-kiosk__glory .overview-gd__title sup{position:relative;top:-2vw;font-size:50%}.product-kiosk__glory .overview-gd__subtitle{margin:1rem auto 1.75rem;color:#fff;font-size:2.5rem;font-weight:400}.product-kiosk__glory .overview-gd__desc{line-height:1.4}.product-kiosk__glory .overview-gd__desc>:last-child{margin-bottom:0}@media (min-width:768px){.product-kiosk__glory>img{position:relative;max-height:50vw}}@media (max-width:950px){.product-kiosk__glory{padding:4rem 0}}@media (min-width:1600px){.product-kiosk__glory__layout .product-kiosk__title sup{top:-22px}}@media (max-width:1600px) and (min-width:600px){.product-kiosk__glory{background-position:0 100%;background-size:50vw auto}.product-kiosk__glory__layout{padding-left:35vw}}@media (max-width:1600px) and (min-width:600px) and (max-width:800px){.product-kiosk__glory__layout{padding-top:6rem;padding-bottom:6rem}}@media (max-width:1600px) and (min-width:600px){.product-kiosk__glory .container{max-width:unset}.product-kiosk__glory .product-kiosk__title{font-size:4.66667vw}}@media (max-width:1200px){.product-kiosk__glory .product-kiosk__subtitle{font-size:2.3rem}}@media (max-width:900px){.product-kiosk__glory .product-kiosk__subtitle{font-size:2.1rem}}@media (max-width:599px){.product-kiosk__glory{background-position:bottom;background-size:contain}.product-kiosk__glory__layout{padding-top:4rem}.product-kiosk__glory .product-kiosk__title{font-size:6.66667vw}.product-kiosk__glory .product-kiosk__subtitle{font-size:1.9rem}}.kiosk-form{padding-top:8rem;padding-bottom:12rem}.kiosk-form h2{font-size:6.2rem;color:#d70b8a}.kiosk-form p{font-size:2.5rem;color:#000}.kiosk-form #form .btn-form-submit{background-color:#d70b8a;border-color:#d70b8a;color:#fff}.kiosk-form #form .btn-form-submit:focus,.kiosk-form #form .btn-form-submit:hover,.kiosk-form #form .btn-form-submit:hover:focus{color:#d70b8a;background-color:#fff}@media (max-width:1080px){.kiosk-form h2{font-size:4.1rem}}.kiosk-slide{display:flex;align-items:center;position:relative;min-height:550px;overflow:hidden}.kiosk-slide:nth-child(2n){background:#eee}.kiosk-slide__inner{max-width:1100px;width:100%;margin:0 auto}.kiosk-slide__content{width:100%;max-width:450px;position:relative;z-index:2;height:100%;padding:23px}.kiosk-slide__content .overview-gd__title{max-width:560px;margin-left:-4px}@media (min-width:1200px){.kiosk-slide__content .overview-gd__title{font-size:6rem}}.kiosk-slide__content .overview-gd__subtitle{font-weight:500}.kiosk-slide__content .overview-gd__desc{max-width:540px;line-height:1.5}.kiosk-slide__content .overview-gd__desc small{font-size:1.4rem}.kiosk-slide__bg{position:absolute;right:0;bottom:0;height:auto;max-height:100%}.kiosk-slide:nth-child(odd) .kiosk-slide__content{margin-left:auto}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{left:0;right:auto}@media (max-width:1480px){.kiosk-slide__bg{right:-10vw}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{left:-10vw;right:auto}}@media (max-width:1200px){.kiosk-slide__content{padding:4rem}.kiosk-slide__bg{right:-20vw}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{left:-20vw;right:auto}}@media (max-width:1024px){.kiosk-slide{min-height:410px}}@media (max-width:920px){.kiosk-slide{min-height:0}.kiosk-slide__bg{right:-20vw}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{left:-30vw;right:auto}}@media (max-width:720px){.kiosk-slide__bg{right:-30vw}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{left:-30vw;right:auto}.kiosk-slide.kiosk-slide--k27 .kiosk-slide__bg{left:-50vw;right:auto}}@media (max-width:660px){.kiosk-slide{flex-direction:column}.kiosk-slide .overview-gd{max-width:100%}.kiosk-slide__bg{position:static;max-height:200px;margin-left:auto;margin-right:0}.kiosk-slide:nth-child(odd) .kiosk-slide__bg{margin-right:auto;margin-left:0}.kiosk-slide__content{padding:20px;max-width:100%}}@media (max-width:450px){.kiosk-slide__content{padding:5rem 23px}.kiosk-slide__content .overview-gd__icon{width:20px}}.cs-s1 .container,.cs-s2 .container{max-width:1046px;padding-top:16rem;padding-bottom:16rem}@media (max-width:520px){.cs-s1 .container,.cs-s2 .container{padding-bottom:6rem}}.cs-s1__inner,.cs-s2__inner{position:relative}.cs-s1 h2,.cs-s2 h2{font-size:6rem;color:#f40000}.cs-s1__subtitle,.cs-s2__subtitle{display:block;font-size:2.6rem}.cs-s1__content,.cs-s2__content{max-width:375px;line-height:1.5}@media (max-width:1080px){.cs-s1 h2,.cs-s2 h2{font-size:4.1rem}.cs-s1__subtitle,.cs-s2__subtitle{font-size:1.9rem}}.cs-s1{background-color:#f5f5f5;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/cs/s1-bg.jpg);background-repeat:no-repeat;background-position:69% top;background-size:175vw}@media (max-width:768px){.cs-s1 .container{padding-top:35%}}@media (min-width:769px){.cs-s1{background-position:top;background-size:1650px}.cs-s1:before{display:none}}@media screen and (min-resolution:2dppx){.cs-s1{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/cs/s1-bg@2x.jpg)}}.cs-s1__subtitle{display:block;font-size:2.6rem;color:#000}.cs-s1__content{color:#818181}.cs-s1__2025__add{max-width:815px;margin-top:5rem;margin-left:auto;margin-right:auto}.cs-s1__2025__add__title{text-align:center}@media (min-width:1200px){.cs-s1__2025__add__title{font-size:4.7rem!important}}.cs-s1__2025__add__content{text-align:center;margin-top:12px;line-height:1.5}@media (max-width:540px){.cs-s1__2025__add{padding:0}.cs-s1__2025__add__content,.cs-s1__2025__add__title{text-align:left}}.cs-s2{background-color:#1d1d1d;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/cs/s2-bg.jpg);background-repeat:no-repeat;background-position:100% 100%;background-size:auto 100%}@media screen and (min-resolution:2dppx){.cs-s2{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/cs/s2-bg@2x.jpg)}}.cs-s2__subtitle{display:block;font-size:2.6rem;color:#c7c7c7}.cs-s2__content{color:#fff}.cs-s1__grid,.cs-s2__grid{display:block;width:100%;margin-top:7.5rem;position:relative}.cs-s1__post,.cs-s2__post{margin-right:12.5px;flex:0 0 315px;position:relative;width:315px;height:100%;background-color:#fff}.cs-s1 .f-p-s__smallimage,.cs-s2 .f-p-s__smallimage{position:relative;height:203px}.cs-s1 .swiper-button-next,.cs-s1 .swiper-button-prev,.cs-s2 .swiper-button-next,.cs-s2 .swiper-button-prev{margin-top:-2.2rem;width:4.2rem;height:4.2rem;color:#fff;background:rgb(0 0 0 / .25);transition:background .4s}.cs-s1 .swiper-button-next:after,.cs-s1 .swiper-button-prev:after,.cs-s2 .swiper-button-next:after,.cs-s2 .swiper-button-prev:after{font-size:16px}.cs-s1 .swiper-button-next:where(:hover,:focus),.cs-s1 .swiper-button-prev:where(:hover,:focus),.cs-s2 .swiper-button-next:where(:hover,:focus),.cs-s2 .swiper-button-prev:where(:hover,:focus){outline:none;background:rgb(0 0 0 / .5)}.cs-s1 .swiper-button-prev,.cs-s2 .swiper-button-prev{left:0}.cs__form{padding-top:8rem;padding-bottom:12rem}.cs__form h2{font-size:6rem;color:#f40000}.cs__form p{font-size:2.1rem;color:#000}.cs__form#form .btn-form-submit{background-color:#f40000;border-color:#f40000;color:#fff}.cs__form#form .btn-form-submit:focus,.cs__form#form .btn-form-submit:hover,.cs__form#form .btn-form-submit:hover:focus{color:#f40000;background-color:#fff}@media (max-width:1080px){.cs__form h2{font-size:4.1rem}}.c-masterhead{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;width:100%;height:calc(100vh - 75px);min-height:550px;max-height:1000px;background-color:#000}.c-masterhead__content{position:relative;z-index:2;width:100%;max-width:1000px;margin:0 auto}.c-masterhead__content .cta{margin-top:1.2rem}.c-masterhead__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.c-masterhead__title{color:#fff}.c-masterhead__subtitle{display:block;font-size:2.6rem;color:#fff}.c-masterhead__uppercase{display:block;font-size:4.1rem;color:#fff;text-transform:uppercase;letter-spacing:2.5px}.c-masterhead__availability{font-size:1.6rem;color:#fff}.c-masterhead__anchor{display:flex;align-items:center;justify-content:center;position:absolute;bottom:-2px;left:0;z-index:10;width:90%;height:6rem;background-color:#fff}.c-masterhead__anchor__icon{display:block;position:absolute;left:calc(50vw - 8px);width:40px;height:40px;margin-left:-20px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/overview/arrow-down-grey.png);background-repeat:no-repeat;background-position:50%;background-size:25px}@media (max-width:1200px){.c-masterhead{height:auto;min-height:auto;padding:20rem 3rem}}@media (max-width:600px){.c-masterhead{padding:6.5rem 0 calc(6.5rem + 52px)}.c-masterhead__subtitle{font-size:1.7rem}.c-masterhead__anchor{width:100%}.c-masterhead__uppercase{font-size:2.2rem;letter-spacing:1.2px}.c-masterhead .cta{display:none}}.page-template-front-page-v3 .c-masterhead{height:100vh}@media (max-width:1200px){.page-template-front-page-v3 .c-masterhead{height:auto;min-height:auto}}@media (max-width:600px){.page-template-front-page-v3 .c-masterhead{padding:14rem 0 calc(6.5rem + 52px);text-align:center}.page-template-front-page-v3 .c-masterhead .cta{display:none}}@media (max-width:600px){.tpt-overview--cs .c-masterhead{padding:20rem 3rem}}.c-reassurance{position:relative;z-index:1;padding:20rem 0 18rem}.c-reassurance__content{position:relative;display:flex;flex-direction:column;align-items:center}.c-reassurance__legend,.c-reassurance__libelle{display:block;position:relative;top:-3.5rem;width:100%;max-width:1140px;text-align:center;color:#fff}.c-reassurance__libelle{font-size:8.1rem;line-height:1}.c-reassurance__legend{margin-top:1rem;font-size:1.8rem}.c-reassurance__number{mix-blend-mode:overlay}.c-reassurance__number.more_light{position:absolute}.c-reassurance__logo{display:flex;align-items:center}.c-reassurance__logo img{width:145px}.c-reassurance__logo:after,.c-reassurance__logo:before{display:block;width:20px;height:2px;background:#fff;content:""}.c-reassurance__logo:before{margin-right:2rem}.c-reassurance__logo:after{margin-left:2rem}.c-reassurance__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}@media (max-width:1080px){.c-reassurance{padding:15rem 0}.c-reassurance__number{max-width:600px}.c-reassurance__libelle{font-size:7rem}}@media (max-width:920px){.c-reassurance{padding:13rem 0}.c-reassurance__libelle{font-size:5rem}}@media (max-width:768px){.c-reassurance__libelle{font-size:4rem}}@media (max-width:560px){.c-reassurance{padding:8rem 0}.c-reassurance__number{max-width:60%}.c-reassurance__legend,.c-reassurance__libelle{top:-1.5rem}.c-reassurance__libelle{font-size:2.5rem}.c-reassurance__logo:after,.c-reassurance__logo:before{width:12px;height:1px}.c-reassurance__logo:before{margin-right:1rem}.c-reassurance__logo:after{margin-left:1rem}.c-reassurance__logo img{width:100px}}.page-template-clickandcollect-v3 .c-reassurance .c-reassurance__libelle{top:1.5rem}@media (max-width:560px){.page-template-drive-v3 .c-reassurance{overflow:hidden}.page-template-drive-v3 .c-reassurance__bg{-webkit-transform:scale(1.1);transform:scale(1.1)}}.page-template-clickandcollect-v3 .c-reassurance .c-reassurance__number,.page-template-kiosk-v3 .c-reassurance .c-reassurance__number{opacity:1;mix-blend-mode:soft-light}.page-template-product-touchless-v3 .c-reassurance .c-reassurance__libelle{max-width:900px}.page-template-product-touchless-v3 .c-reassurance .c-reassurance__legend{color:#c88db2}.page-template-product-pickup-v3 .c-reassurance{padding:30rem 0 25rem}.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend{position:relative}@media (min-width:1200px){.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend{font-size:3rem}}.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend:after,.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend:before{content:"-";position:relative}.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend:before{margin-right:10px}.page-template-product-pickup-v3 .c-reassurance .c-reassurance__legend:after{margin-left:10px}@media (max-width:1200px){.page-template-product-pickup-v3 .c-reassurance{padding:25rem 0 20rem}}@media (max-width:900px){.page-template-product-pickup-v3 .c-reassurance{padding:20rem 0 15rem}}.page-template-product-mobile-ordering-v3 .c-reassurance{padding:30rem 0 25rem}.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend{position:relative}@media (min-width:1200px){.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend{font-size:3rem}}.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend:after,.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend:before{content:"-";position:relative}.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend:before{margin-right:10px}.page-template-product-mobile-ordering-v3 .c-reassurance .c-reassurance__legend:after{margin-left:10px}@media (max-width:1200px){.page-template-product-mobile-ordering-v3 .c-reassurance{padding:25rem 0 20rem}}@media (max-width:900px){.page-template-product-mobile-ordering-v3 .c-reassurance{padding:20rem 0 15rem}}.c-want-more{padding:10rem 0 18rem;background-color:#f1efed}.c-want-more__title{color:#000;font-weight:600;max-width:630px;font-size:6.2rem;margin:0 auto 4.2rem;text-align:center}.c-want-more__slider .swiper-wrapper{padding-bottom:4px}.c-want-more__item{position:relative;display:block;max-width:325px;width:100%;margin:0 1.5rem;box-shadow:0 1px 3px 1px rgb(60 64 67 / .08)}.c-want-more__item__picture{position:relative;padding-bottom:64%;background-color:#f5f5f5}.c-want-more__item__picture img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-want-more__item__card{background-color:#fff;padding:2.2rem 2rem 3.2rem}.c-want-more__item__cat{display:block;text-transform:uppercase;color:#979797;font-size:1.2rem;font-weight:400;margin-bottom:1.6rem}.c-want-more__item__title{display:block;color:#000;font-weight:700;font-size:1.8rem;line-height:1.3;margin-bottom:1.2rem}.c-want-more__item__date{display:block;color:#7a7a7a;font-size:1.4rem;font-weight:400;margin:0}@media (max-width:1200px){.c-want-more{padding:8rem 0 10rem}}@media (max-width:1200px) and (max-width:1200px){.c-want-more__title{font-size:5.8rem}}@media (max-width:1200px) and (max-width:900px){.c-want-more__title{font-size:4.4rem}}@media (max-width:1200px) and (max-width:600px){.c-want-more__title{font-size:3rem}}@media (max-width:800px){.c-want-more{padding:5rem 0 7rem}.c-want-more__title{margin:0 auto 3rem}.c-want-more__item{margin:0 1.2rem}}@media (max-width:600px){.c-want-more{padding:4rem 0}.c-want-more__title{margin:0 auto 2.5rem}}.c-logos{margin-bottom:23rem}.c-logos .swiper-container{padding:0 45px}.c-logos .swiper-slide{display:inline-flex;align-items:center;justify-content:center;width:auto;height:110px}.c-logos .swiper-slide img{max-width:200px;max-height:110px}@media (max-width:768px){.c-logos{margin-bottom:6.5rem}.c-logos .swiper-container{padding:0 20px}.c-logos .swiper-slide{height:60px}.c-logos .swiper-slide img{max-width:100px;max-height:60px}}.c-player-video{position:fixed;z-index:20;display:flex;justify-content:center;align-items:center;top:0;left:0;height:100%;width:100%;background:rgb(0 0 0 / .8);padding:23px}.c-player-video__close{position:absolute;right:0;top:0;padding:23px;min-width:78px;min-height:78px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/popup-close.svg);background-repeat:no-repeat;background-position:50%}.c-player-video__content{width:100%;height:auto;max-width:90vmin}.c-player-video__content .wp-playlist.wp-video-playlist{background:#fff0;border:none}.c-player-video__content .wp-playlist.wp-video-playlist .mejs-container.mejs-video.mejs-container-fullscreen,.c-player-video__content .wp-playlist.wp-video-playlist .mejs-container.mejs-video.mejs-container-fullscreen video{max-width:100%!important;max-height:100%!important}.c-player-video__content .wp-playlist.wp-video-playlist .mejs-container.mejs-video:not(.mejs-container-fullscreen) .mejs-inner{display:block;position:absolute;margin:auto;top:0;bottom:0;left:0;right:0}.c-player-video__content .wp-playlist.wp-video-playlist .mejs-container.mejs-video:not(.mejs-container-fullscreen) video{position:absolute}@media (max-width:500px){.front-page-v3 .rse-masthead{min-height:auto;padding:6rem 0}}.front-page-prod{padding:12rem 0 23rem}@media (max-width:768px){.front-page-prod{padding:3rem 0 8rem}}.front-page-prod .container{max-width:1046px;text-align:center}.front-page-prod h2{margin-bottom:7rem;font-size:clamp(3rem,5.0303vw,8.3rem);font-weight:400;letter-spacing:-.014em;color:#282828;transition:color .4s}@media (max-width:768px){.front-page-prod h2{margin-bottom:2.5rem}}.front-page-prod h2.--anim1{color:#5252ff}.front-page-prod h2.--anim2{color:#b741f2}.front-page-prod h2.--anim3{color:#eb3fa3}.front-page-prod h2.--anim4{color:#fcad1a}.front-page-prod h2.--anim5{color:#ff4545}.front-page-prod .laser{display:flex;width:460px;max-width:460px;height:14px;margin:0 auto 16rem;background-image:linear-gradient(90deg,#5252ff,#5252ff 20%,#b741f2 0,#b741f2 40%,#eb3fa3 0,#eb3fa3 60%,#fcad1a 0,#fcad1a 80%,#ff4545 0,#ff4545);-webkit-clip-path:polygon(0 0,0 0,0 100%,0 100%);clip-path:polygon(0 0,0 0,0 100%,0 100%);-webkit-clip-path:polygon(0 0,calc(var(--progress) * 100%) 0,calc(var(--progress) * 100%) 100%,0 100%);clip-path:polygon(0 0,calc(var(--progress) * 100%) 0,calc(var(--progress) * 100%) 100%,0 100%)}@media (max-width:768px){.front-page-prod .laser{max-width:340px;height:7px;margin:0 auto 5rem}}@media (max-width:540px){.front-page-prod .laser{width:170px;height:5px}}.front-page-prod__grid{display:flex;flex-flow:row wrap;align-items:flex-start}.front-page-prod__item{width:calc(50% - 1.5rem);overflow:hidden;margin-bottom:3rem;font-size:2.5rem;background:#f5f5f5;transition:background .4s;position:relative}.front-page-prod__item:before{display:block;width:100%;padding-top:100%;content:""}.front-page-prod__item img{position:absolute;top:0;left:0;width:100%;height:100%}@media (max-width:768px){.front-page-prod__item{margin-bottom:1.2rem;font-size:2rem}}@media (max-width:540px){.front-page-prod__item{width:calc(50% - .75rem);font-size:1.7rem}.front-page-prod__item:before{padding-top:108.93855%}.front-page-prod__item:first-child img{top:10px}.front-page-prod__item:nth-child(2) img{top:10px;-webkit-transform:scale(.9);transform:scale(.9)}.front-page-prod__item:nth-child(3) img{top:10px}}.front-page-prod__item span{position:absolute;top:5%;left:6%;color:#747474;transition:color .4s}.front-page-prod__item img{display:block;-webkit-transform:scale(1);transform:scale(1);transition:-webkit-transform .4s .1s;transition:transform .4s .1s;transition:transform .4s .1s,-webkit-transform .4s .1s;will-change:transform}.front-page-prod__item:nth-child(3) img{top:40px}.front-page-prod__item:nth-child(odd){margin-right:3rem}@media (max-width:768px){.front-page-prod__item:nth-child(odd){margin-right:1.2rem}}.front-page-prod__item:nth-child(2n){top:8rem}@media (max-width:768px){.front-page-prod__item:nth-child(2n){top:3rem}}.front-page-prod__item:focus span,.front-page-prod__item:hover span{color:#fff}.front-page-prod__item:focus img,.front-page-prod__item:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.front-page-prod__item:focus:first-child,.front-page-prod__item:hover:first-child{background:#5252ff;background:var(--background-hover,#5252ff)}.front-page-prod__item:focus:nth-child(2),.front-page-prod__item:hover:nth-child(2){background:#eb3fa3;background:var(--background-hover,#eb3fa3)}.front-page-prod__item:focus:nth-child(3),.front-page-prod__item:hover:nth-child(3){background:#b741f2;background:var(--background-hover,#b741f2)}.front-page-prod__item:focus:nth-child(4),.front-page-prod__item:hover:nth-child(4){background:#fcad1a;background:var(--background-hover,#fcad1a)}.front-page-slider{margin-bottom:0}@media (max-width:768px){.front-page-slider{margin-bottom:10rem}}@media (max-width:540px){.front-page-slider{margin-bottom:4rem}}.f-p-s{position:relative;-webkit-transform:translateX(0);transform:translateX(0)}.f-p-s__grid{display:flex;margin-left:6rem}.f-p-s__parentslider{width:720px;margin-right:3rem;padding-bottom:4rem}.f-p-s__childslider{padding-top:250px;padding-bottom:235px;left:calc(1440px / 2 + 6rem + 3rem);width:100%}.f-p-s__childslider:before{content:"";display:block;position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#f5f5f5}.f-p-s .swiper-slide{background-color:#fff}.f-p-s .swiper-slide img{width:100%}.f-p-s .swiper-slide a{display:block}.f-p-s__content{padding:24px}.f-p-s__titre{display:block;margin-bottom:1rem;font-size:2.2rem;font-weight:700;color:#000}.f-p-s__titre.--big{font-size:2.4rem;color:#000}.f-p-s__cat{margin-bottom:25px;text-transform:uppercase}.f-p-s__cat,.f-p-s__date{display:block;color:#979797}.f-p-s__date{margin-top:16px;font-size:1.8rem}.f-p-s__bigimage,.f-p-s__smallimage{display:block;margin-bottom:1.5rem;background:hsl(0 0% 51% / .06)}.f-p-s__bigimage img,.f-p-s__smallimage img{height:100%;-o-object-fit:cover;object-fit:cover}.f-p-s__bigimage{height:490px}.f-p-s__smallimage{height:250px}.f-p-s__excerpt{display:block;font-size:1.8rem;color:#7a7a7a}.f-p-s__childslider .swiper-slide{width:365px}.f-p-s .swiper-button-next,.f-p-s .swiper-button-prev{top:auto;bottom:13rem;width:8.4rem;height:8.4rem;color:#fff;background:rgb(0 0 0 / .25);transition:background .4s}.f-p-s .swiper-button-next:focus,.f-p-s .swiper-button-next:hover,.f-p-s .swiper-button-prev:focus,.f-p-s .swiper-button-prev:hover{outline:none;background:rgb(0 0 0 / .5)}.f-p-s .swiper-button-next:after,.f-p-s .swiper-button-prev:after{content:"";display:inline-block;width:1.4rem;height:3rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/arrow.svg) no-repeat 50%;background-size:cover}.f-p-s .swiper-button-prev:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.f-p-s .swiper-button-next.swiper-button-disabled,.f-p-s .swiper-button-prev.swiper-button-disabled{display:none}.f-p-s .swiper-button-next{right:0}.f-p-s .swiper-button-prev{left:0}@media (max-width:1580px){.f-p-s__grid{margin-left:23px}}@media (max-width:1300px){.f-p-s__parentslider{width:520px}.f-p-s__bigimage{height:350px}.f-p-s__childslider{width:100%}.f-p-s__childslider .swiper-slide{width:280px}}@media (max-width:1100px){.f-p-s__parentslider{width:420px}.f-p-s__bigimage{height:285px}.f-p-s__childslider{width:100%}.f-p-s__childslider .swiper-slide{width:240px}}@media (max-width:768px){.f-p-s:before{height:80%}.f-p-s__grid{margin:0 23px}.f-p-s__parentslider{width:100%}.f-p-s .swiper-button-next,.f-p-s .swiper-button-prev,.f-p-s__childslider{display:none}.f-p-s__excerpt{font-size:1.7rem}}.tpt-opt-solutions .c-masterhead__anchor{display:none}.tpt-opt-solutions .overview-gd__title{color:#fcbf23}.odmb-masterhead{position:relative;width:100%;min-height:550px;max-height:845px;margin-top:0;padding-top:4rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/odmb/masterhead-bg-blue.jpg) 50%/cover no-repeat rgb(82 82 255 / .4);background-blend-mode:multiply;cursor:default}@media (max-width:540px){.odmb-masterhead{padding-top:7rem}}@media (max-width:980px){.odmb-masterhead{margin-top:0}}.odmb-masterhead:after,.odmb-masterhead__whitespace{position:absolute;bottom:0;left:0;width:100%;height:6.5rem;background:#fff;content:""}.odmb-masterhead .container{max-width:1500px}.odmb-masterhead__grid{display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.odmb-masterhead__grid>div{width:50%}.odmb-masterhead__grid>div:first-child{margin-right:5rem}.odmb-masterhead__grid>div:first-child img{position:relative;top:-2rem}.odmb-masterhead__whitespace{bottom:6.5rem;z-index:2;width:50%}.odmb-masterhead .c-masterhead__subtitle{margin-bottom:4rem}@media (max-width:720px){.odmb-masterhead{min-height:auto}.odmb-masterhead .cta,.odmb-masterhead:after,.odmb-masterhead__whitespace{display:none}.odmb-masterhead:before{height:100%}.odmb-masterhead__grid>div:first-child{position:relative;top:40px;margin-right:2.5rem;margin-left:-2rem}}.odmb-intro{padding:7rem 0 15rem}.odmb-intro .container{max-width:821px}.odmb-intro p{font-size:2.5rem;text-align:center;color:#979797}@media (max-width:540px){.odmb-intro{padding:8rem 0 7rem}.odmb-intro p{font-size:1.6rem}}.odmb-s1{background-color:#000;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/odmb/s1-bg.jpg);background-repeat:no-repeat;background-position:100% 100%;background-size:contain;position:relative}.odmb-s1:before{display:block;width:100%;padding-top:42.90909%;content:""}.odmb-s1 img{position:absolute;top:0;left:0;width:100%;height:100%}@media screen and (min-resolution:2dppx){.odmb-s1{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/odmb/s1-bg@2x.jpg)}}.odmb-s1__inner{position:absolute;top:50%;left:10vw;max-width:460px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.odmb-s1 h2{font-size:6rem;color:#5252ff}.odmb-s1__subtitle{display:block;font-size:2.6rem;color:#fff}.odmb-s1__content{max-width:375px;color:#a4a4a4}@media (max-width:1080px){.odmb-s1__inner{left:5vw}.odmb-s1 h2{font-size:4.1rem}.odmb-s1__subtitle{font-size:1.9rem}}@media (max-width:768px){.odmb-s1{position:relative}.odmb-s1:before{display:block;width:100%;padding-top:100%;content:""}.odmb-s1 img{position:absolute;top:0;left:0;width:100%;height:100%}.odmb-s1__inner{top:35%}}@media (max-width:540px){.odmb-s1{position:relative;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/odmb/s1-bg-mobile@2x.jpg)}.odmb-s1:before{display:block;width:100%;padding-top:148.55072%;content:""}.odmb-s1 img{position:absolute;top:0;left:0;width:100%;height:100%}.odmb-s1__inner{top:30%}}.odmb-main{position:relative;margin-bottom:8.5rem;padding:7.5rem 0 0}.odmb-main.--mobile{display:none}.odmb-main.--desktop{padding:7.5rem 0 40rem}.odmb-main__borne{right:35%;z-index:1}.odmb-main__borne,.odmb-main__borne__bg{position:absolute;width:100%;max-width:1199px;max-height:710px}.odmb-main__borne__step{position:absolute;top:9px;right:462px;width:235px;height:418px;opacity:0;transition:opacity .4s .4s}.odmb-main__borne__step.--step-init,.odmb-main__borne__step.is-active{opacity:1;transition:opacity .4s ease-out}@media (max-width:1216px){.odmb-main__borne__step{right:38.53211%;width:19.59967%;height:auto}}@media (min-width:1500px){.odmb-main__borne{right:40%}}@media (max-width:1120px){.odmb-main__borne{right:40%;max-width:900px}}.odmb-main .container{position:relative;z-index:1;max-width:1146px}.odmb-main__inner{width:750px;margin-left:auto;padding-top:7.5rem}@media (max-width:1120px){.odmb-main__inner{width:650px}}.odmb-main__list p{margin-bottom:0;font-size:1.5rem;color:#818181}.odmb-main__list li{padding:2.7rem 0}@media (min-width:911px){.odmb-main__list li.is-active h3,.odmb-main__list li.is-active p{color:#fff}}@media (max-width:1120px){.odmb-main__list li{padding:2rem 0}}.odmb-main__head{margin-top:4.5rem}.odmb-main__head p{font-size:2.1rem;color:#000}.odmb-main__highlight{position:absolute;z-index:0;width:100%;background:#5456ff;opacity:0;transition:opacity .4s ease-out,-webkit-transform .4s ease-out;transition:transform .4s ease-out,opacity .4s ease-out;transition:transform .4s ease-out,opacity .4s ease-out,-webkit-transform .4s ease-out}.odmb-main__highlight.is-active{opacity:1}.odmb-main h2,.odmb-main h3{color:#5456ff}.odmb-main h2{font-size:5rem;font-weight:600;letter-spacing:-.014em}.odmb-main h3{font-size:2rem;font-weight:700;letter-spacing:-.005em}.odmb-main.--mobile .odmb-main__borne{position:relative;right:0;left:0;height:550px;margin:0 auto}.odmb-main.--mobile .odmb-main__borne__bg{right:0;left:0;max-width:299px;max-height:550px;margin:0 auto}.odmb-main.--mobile .odmb-main__borne__step{top:7px;right:0;left:-5px;width:181px;margin:0 auto}.odmb-main.--mobile .odmb-main__list{min-height:3em}.odmb-main.--mobile .odmb-main__head{margin-top:0}.odmb-main.--mobile .odmb-main__pin{background:linear-gradient(180deg,#f0f0f0,#f0f0f0 80%,#fff0 0)}@media (max-width:910px){.odmb-main.--desktop{display:none}.odmb-main.--mobile{display:block}.odmb-main h2{font-size:4.1rem}.odmb-main h3{font-size:2.1rem}.odmb-main__head p{font-size:1.9rem}.odmb-main__list p{font-size:1.6rem}.odmb-main__list li{display:none}.odmb-main__list li.is-active{display:block}.odmb-main__inner{width:100%;padding-top:0}}.odmb-figures{padding:7rem 0 6rem;background:#f0f0f0}.odmb-figures .container{display:flex;justify-content:center;max-width:1046px}.odmb-figures .container>div{width:50%;text-align:center}.odmb-figures__sub{font-size:2.4rem;color:#8b8b8b}.odmb-figures__figure{font-size:13.4rem;line-height:1;font-weight:700;color:#5252ff}@media (max-width:720px){.odmb-figures__figure{font-size:10rem}}@media (max-width:540px){.odmb-figures{padding:0}.odmb-figures__sub{font-size:1.9rem}.odmb-figures .container{display:block}.odmb-figures .container>div{width:100%;padding:5rem 0 4rem}.odmb-figures .container>div:first-child{border-bottom:2px solid #fff}}.odmb-cta{margin:0 auto 9rem;text-align:center}.odmb-form{padding-top:8rem;padding-bottom:12rem}.odmb-form h2{font-size:5rem;color:#5252ff}.odmb-form p{font-size:2.1rem;color:#000}@media (max-width:1080px){.odmb-form h2{font-size:4.1rem}}@-webkit-keyframes b{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes b{0%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:0}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes c{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes c{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}}.product-driveid .container{max-width:1046px}.product-driveid__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-driveid__content{display:flex}.product-driveid__left{width:51%;justify-content:flex-start;padding-right:7.57576vw}.product-driveid__left,.product-driveid__right{display:flex;flex-direction:column;align-items:flex-start}.product-driveid__right{width:49%}.product-driveid__title{color:#5252ff;letter-spacing:-.03em;line-height:1}.product-driveid__article{font-size:1.6rem;line-height:1.375}.product-driveid__masterhead{position:relative;width:100%;height:100%;min-height:47.27273vw;padding-bottom:6.5rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/driveid/masthead-bg.jpg) 100%/cover no-repeat #5252ff;cursor:default}.product-driveid__masterhead:after{position:absolute;bottom:-2px;left:0;width:100%;height:6.5rem;background:#fff;content:"";z-index:2;width:50%}.product-driveid__masterhead .c-masterhead__subtitle{margin-bottom:4rem}.product-driveid__masterhead__grid{display:flex;align-items:center;justify-content:center;position:relative;padding:6.5vw 0}.product-driveid__masterhead__grid>div{width:50%}.product-driveid__intro{padding-top:8.5rem;margin-bottom:-5rem}.product-driveid__intro+section{padding-top:5rem}.product-driveid__intro .container{max-width:1046px}.product-driveid__intro .product-driveid__left img{position:relative;z-index:1}.product-driveid__intro .product-driveid__right{padding-top:4.54545vw;padding-bottom:6rem}.product-driveid__intro .product-driveid__right p{margin-bottom:1.5rem}.product-driveid__intro__legend{display:flex;flex-flow:row;align-items:center;max-width:420px;margin-left:-4.5rem;padding-top:1.8rem}.product-driveid__intro__legend>div,.product-driveid__intro__legend>img{width:50%;color:#575757;flex:0 1 auto}.product-driveid__intro__legend>div{width:auto;flex:1 1 auto;margin-left:-1rem}.product-driveid__intro__legend>div p{max-width:210px}.product-driveid__opportunities{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/driveid/opportunities-bg.jpg) 100% 100% no-repeat #000;background-size:75% auto;color:#fff}.product-driveid__opportunities h2{word-spacing:100vw;color:#4154ff}.product-driveid__opportunities .product-driveid__left{padding-top:8.48485vw;padding-bottom:8.48485vw}.product-driveid__opportunities .product-driveid__left p{margin-bottom:2.2rem}.product-driveid__opportunities .product-driveid__right{justify-content:flex-end}.product-driveid__opportunities__board{position:relative;padding-top:5.5rem}.product-driveid__opportunities__board .image{padding:0 .725rem;position:relative;width:70%;isolation:isolate;box-sizing:border-box}.product-driveid__opportunities__board .image.is-visible:after{opacity:1}.product-driveid__opportunities__board .image.is-visible:before{-webkit-animation:b .6s ease-in-out forwards;animation:b .6s ease-in-out forwards}.product-driveid__opportunities__board .image img{width:100%;height:auto}.product-driveid__opportunities__board .image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .2);mix-blend-mode:multiply;-webkit-clip-path:polygon(0 0,100% 0,100% 39%,0 39%,0 58%,100% 58%,100% 84%,66% 84%,66% 100%,33% 100%,33% 84%,0 84%);clip-path:polygon(0 0,100% 0,100% 39%,0 39%,0 58%,100% 58%,100% 84%,66% 84%,66% 100%,33% 100%,33% 84%,0 84%);opacity:0;transition:opacity .6s ease-out}.product-driveid__opportunities__board .image:before{content:"";position:absolute;top:38%;left:-2px;width:100%;height:19%;box-sizing:content-box;border-radius:.75rem;opacity:0;border:1px solid #5252ff;box-shadow:inset 0 0 .5rem .25rem #5c5cff,inset -.5px .5px 0 .5px #fff;-webkit-animation:c .6s ease-in-out forwards;animation:c .6s ease-in-out forwards}.product-driveid__opportunities__highlight{position:absolute;bottom:36%;left:70%;width:100%;padding-top:inherit;padding-left:2.5rem}.product-driveid__opportunities__highlight__text{max-width:170px}.product-driveid__opportunities__highlight__text p{margin:0}.product-driveid__opportunities__highlight__smalltext{margin-top:7px;font-size:1.2rem;color:#979797}.product-driveid__opportunities__highlight__title{font-size:9.6rem;display:flex;color:#5252ff;font-weight:700;line-height:1;position:relative}.product-driveid__opportunities__highlight__title .percent,.product-driveid__opportunities__highlight__title .plus{font-size:.625em}.product-driveid__opportunities__highlight__title .data{padding-left:.15em;font-size:1em}.product-driveid__opportunities__highlight__title .plus{position:absolute;top:.4em;left:-.1em}.product-driveid__opportunities__highlight__title .percent{font-size:.5em}.product-driveid .c-reassurance__libelle{max-width:18ch}.product-driveid .c-reassurance__number{-webkit-filter:drop-shadow(0 0 1px #925ccd);filter:drop-shadow(0 0 1px #925ccd);mix-blend-mode:color-dodge;opacity:1}.product-driveid__form{padding-top:8rem;padding-bottom:12rem}.product-driveid__form h2{font-size:5rem;color:#5252ff}.product-driveid__form p{font-size:2.1rem;color:#000}@media (max-width:1080px){.product-driveid__form h2{font-size:4.1rem}}@media (min-width:600px){.product-driveid__masterhead h1{font-size:7.87879vw}.product-driveid__opportunities h2{font-size:3.63636vw}}@media (min-width:600px) and (max-width:1046px){.product-driveid__opportunities h2{font-size:6vw}}@media (min-width:1650px){.product-driveid__left{padding-right:125px}.product-driveid__masterhead{min-height:780px}.product-driveid__masterhead__grid{padding:110px 0}.product-driveid__masterhead h1{font-size:13rem}.product-driveid__intro .product-driveid__right{padding-top:75px}.product-driveid__opportunities{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/driveid/opportunities-bg.jpg) 100% no-repeat #000;background-size:75% auto}.product-driveid__opportunities h2{font-size:6rem}.product-driveid__opportunities .product-driveid__left{padding-top:140px;padding-bottom:140px}}@media (max-width:900px){.product-driveid__opportunities__board .image{width:28vw}.product-driveid__opportunities__highlight{left:28vw;padding-left:1rem;bottom:34%}.product-driveid__opportunities__highlight__title{font-size:8vw}.product-driveid__opportunities__highlight__text{max-width:17vw}}@media (max-width:700px){.product-driveid__masterhead{background-position:top right 20%}.product-driveid__masterhead .cta--arrow-right{padding-left:2rem}.product-driveid__intro{padding-top:4rem}.product-driveid__intro h2{font-size:3.4rem}.product-driveid__intro .product-driveid__content{align-items:center}.product-driveid__intro .product-driveid__left{padding-bottom:17rem}.product-driveid__intro .product-driveid__right{padding-top:0}.product-driveid__left{padding-right:23px}}@media (max-width:600px){.product-driveid__masterhead{background-position:top right 20%}.product-driveid__masterhead .cta--arrow-right{padding-left:2rem}.product-driveid__opportunities{background-size:100% auto}.product-driveid__opportunities .product-driveid__content{flex-direction:column}.product-driveid__opportunities .product-driveid__content>div{width:100%}.product-driveid__opportunities .product-driveid__left{padding-top:4rem;padding-bottom:0}.product-driveid__opportunities h2{word-spacing:0}.product-driveid__opportunities__board{padding-left:11.25vw;padding-right:28.25vw;width:100%;display:flex;justify-content:flex-end;align-items:center}.product-driveid__opportunities__board .image{width:55vw}.product-driveid__opportunities__highlight{left:66.25vw;bottom:32%}}@media (max-width:600px){.product-driveid__intro{padding-top:4rem;margin-bottom:0}.product-driveid__intro+section{padding-top:0}.product-driveid__intro .product-driveid__content{flex-direction:column-reverse}.product-driveid__intro .product-driveid__content>div{width:100%}.product-driveid__intro .product-driveid__left{padding-right:0;padding-top:4rem;padding-bottom:0;align-items:center}.product-driveid__intro .product-driveid__left img{width:50vw;height:57vw;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.product-driveid__intro .product-driveid__right{padding-top:0;padding-bottom:0}.product-driveid__left{padding-right:0}}@media (max-width:400px){.product-driveid__masterhead{padding-bottom:0;background-position:top right 30%}.product-driveid__masterhead:after{display:none}.product-driveid__masterhead__grid{flex-direction:column}.product-driveid__masterhead__grid>div{width:100%;padding-right:10vw}.product-driveid__opportunities{background-size:100% auto}.product-driveid__opportunities .product-driveid__content{flex-direction:column}.product-driveid__opportunities .product-driveid__content>div{width:100%}.product-driveid__opportunities__board{padding-left:0;padding-right:0;justify-content:flex-start}.product-driveid__opportunities__highlight{left:55vw;padding-bottom:8vw;bottom:0;-webkit-transform:translateY(-20%);transform:translateY(-20%)}.product-driveid__opportunities__highlight__title{font-size:4rem}.product-driveid__opportunities__highlight__text{max-width:30vw}}.audio-masterhead{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/masterhead-bg-yellow.webp) 50%/cover no-repeat #fcbf23}.audio-masterhead:after,.audio-masterhead__whitespace{position:absolute;bottom:0;left:0;width:100%;height:6.5rem;background:#fff;content:""}.audio-masterhead:after{height:10vw}.audio-masterhead .container{max-width:1623px;padding-right:0}.audio-masterhead__title__audio{font-weight:300;text-transform:uppercase}.audio-masterhead__grid{display:grid;grid-template-columns:repeat(16,1fr);position:relative;z-index:3}.audio-masterhead__grid h1{margin-bottom:0}.audio-masterhead__grid>.text{display:flex;justify-content:flex-end;grid-row:1;grid-column:1/8;padding-bottom:11rem;padding-top:10vw;margin-bottom:10vw}.audio-masterhead__grid>.text .text-container{max-width:400px;padding-right:60px}.audio-masterhead__grid>.picture{display:flex;justify-content:flex-start;align-items:flex-end;grid-row:1;grid-column:6/17;overflow:hidden;z-index:-1}.audio-masterhead__grid>.picture .picture-container{height:57.09091vw}.audio-masterhead__grid>.picture img{display:block;height:100%;width:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.audio-masterhead__whitespace{bottom:10vw;z-index:2;width:50%}.audio-masterhead .c-masterhead__subtitle{margin-bottom:5rem}.audio-masterhead .c-masterhead__availability{margin-bottom:1.8rem;color:#b0bfff}.audio-masterhead .cta--whitebg{color:#fcbf23}.audio-masterhead .cta--whitebg:is(:hover,:focus){background-color:#fcbf23}@media (min-width:1650px){.audio-masterhead:after{height:16.5rem}.audio-masterhead__grid>.text{padding-top:160px;margin-bottom:16.5rem}.audio-masterhead__grid>.picture .picture-container{height:942px}.audio-masterhead__whitespace{bottom:16.5rem}}@media (max-width:1046px){.audio-masterhead__grid{padding-top:14rem}.audio-masterhead__grid>.text{padding-top:0;justify-content:flex-start}.audio-masterhead__grid>.text .text-container{padding-right:0}.audio-masterhead__grid>.text .text-container>p{max-width:25ch}.audio-masterhead__grid>.picture .picture-container{margin-bottom:-2vw;height:68.83365vw}}@media (max-width:540px){.audio-masterhead .cta--arrow-right{padding-left:2.5rem}.audio-masterhead:after,.audio-masterhead__whitespace{display:none}.audio-masterhead__grid{grid-template-rows:1fr 55.55556vw;padding-top:5rem}.audio-masterhead__grid>.text{grid-row:1;grid-column:1/14;padding-top:0;padding-bottom:0;margin-bottom:0}.audio-masterhead__grid>.picture{display:flex;justify-content:flex-end;align-items:flex-end;align-self:end;grid-row:1/3;grid-column:3/17}.audio-masterhead__grid>.picture .picture-container{height:92.59259vw}}.product-audio{position:relative;padding:11rem 0}.product-audio>div{position:relative;z-index:1}.product-audio__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-audio__content{display:flex}.product-audio__left{width:51%;display:flex;justify-content:flex-end;align-items:center}.product-audio__right{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:6rem}.product-audio__title,.product-audio__uppercase{color:#fcbf23}.product-audio__subtitle{font-size:2.5rem;color:#000;letter-spacing:-.6px}.product-audio__uppercase{text-transform:uppercase;font-size:2.5rem;letter-spacing:-1.25px}.product-audio__article{font-size:1.6rem;line-height:1.375}.product-audio__small{opacity:.8}.product-audio__form{padding-top:8rem;padding-bottom:12rem}.product-audio__form h2{font-size:5rem;color:#fcbf23}.product-audio__form p{font-size:2.1rem;color:#000}.product-audio__form#form .btn-form-submit{background-color:#fcbf23;border-color:#fcbf23;color:#fff}.product-audio__form#form .btn-form-submit:focus,.product-audio__form#form .btn-form-submit:hover,.product-audio__form#form .btn-form-submit:hover:focus{color:#fcbf23;background-color:#fff}@media (max-width:1080px){.product-audio__form h2{font-size:4.1rem}}@media (max-width:1000px){.product-audio{padding:8rem 0}}@media (max-width:768px){.product-audio{padding:5rem 0 2rem}.product-audio__left,.product-audio__right{padding-left:0;padding-right:0;width:100%;max-width:360px;margin-bottom:4rem}}#product-audio-ai{background-position:bottom;background-repeat:no-repeat;background-size:100% auto;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/ai-bg.jpg);padding-bottom:0}#product-audio-ai:after{content:"";display:block;height:39.39394vw}#product-audio-ai .product-audio__center .container{max-width:900px;padding-bottom:3rem}#product-audio-ai h2{margin:0}#product-audio-ai .product-audio__subtitle{margin:0 0 2rem}#product-audio-ai .product-audio__article{max-width:635px;margin:0 auto}@media (max-width:1100px) and (min-width:769px){#product-audio-ai{background-size:110% auto}#product-audio-ai:after{height:41.81818vw}#product-audio-ai .product-audio__center .container{max-width:60vw}}@media (max-width:768px) and (min-width:400px){#product-audio-ai{padding-bottom:0;background-size:110% auto}#product-audio-ai:after{height:41.66667vw}#product-audio-ai .product-audio__center .container{max-width:70vw}}@media (max-width:400px){#product-audio-ai{background-size:125% auto}#product-audio-ai:after{height:52.5vw}#product-audio-ai .product-audio__center .container{max-width:unset}}.product-audio__figure{display:flex;flex-direction:row;justify-content:center;align-items:stretch;margin:3.5rem auto 2.4rem}.product-audio__figure>li{width:50%;flex:1 0 340px;padding:1rem}.product-audio__figure>li:not(:last-child){border-right:2px solid #fcbf23}.product-audio__figure__data{display:flex;justify-content:center;align-items:normal;color:#fcbf23;font-weight:700;margin:0;font-size:15rem;position:relative}.product-audio__figure__data span{font-size:1em;height:1em;line-height:1}.product-audio__figure__data sub,.product-audio__figure__data sup{font-size:.5em;line-height:1}.product-audio__figure__data sub{padding-top:.825em}.product-audio__figure__data sup{padding-top:.2em;width:0}.product-audio__figure .product-audio__subtitle{color:#818181}.product-audio #product-audio-bandwidth{position:absolute;left:-50vw;top:50%;-webkit-transform:translateY(50%);transform:translateY(50%);width:200vw;height:auto;max-width:unset;z-index:0;opacity:0;transition:opacity .4s ease-out,-webkit-transform .6s ease-out;transition:transform .6s ease-out,opacity .4s ease-out;transition:transform .6s ease-out,opacity .4s ease-out,-webkit-transform .6s ease-out}.product-audio #product-audio-bandwidth.is-active{opacity:1}@media (max-width:726px){.product-audio__figure{flex-direction:column;justify-content:stretch;align-items:center}.product-audio__figure>li{width:100%;flex:unset}.product-audio__figure>li:not(:last-child){border-right:none;border-bottom:2px solid #5252ff}.product-audio__figure__data{font-size:8rem}.product-audio #product-audio-bandwidth{top:25%;height:300px;width:auto}}.product-audio__micro{min-height:54.54545vw;padding-top:8rem;background-color:#000}.product-audio__micro .product-audio__right{max-width:450px}.product-audio__micro .product-audio__title,.product-audio__micro .product-audio__uppercase{color:#fcbf23}.product-audio__micro .product-audio__uppercase{margin-bottom:.25rem}.product-audio__micro .product-audio__article{color:#ddd;margin-bottom:2rem}.product-audio__micro .cta--arrow-right:after{background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/masthead-play-black.svg)}.product-audio__micro .cta--whitebg{color:#fcbf23}.product-audio__micro .cta--whitebg:is(:hover,:focus){background-color:#fcbf23}.product-audio__micro video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-audio__micro__bubble{width:22rem;height:22rem;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-radius:50%;border:4px solid #fcbf23;padding:1rem;position:absolute!important;bottom:7%;right:15%;background:radial-gradient(circle,#000 0,#fff0 100%)}.product-audio__micro__bubble__num{color:#fcbf23;line-height:1;font-size:7rem;font-weight:700;margin-bottom:0}@media (max-width:1260px){.product-audio__micro__bubble{right:5%}}@media (max-width:1150px){.product-audio__micro__bubble{right:auto;left:5%;bottom:auto;top:5%}.product-audio__micro__bubble__num{font-size:5.5rem}}@media (min-width:1650px){.product-audio__micro{min-height:900px;padding-top:8rem;background-size:1350px auto}.product-audio__right{padding-left:2.5rem}}@media (max-width:600px){.product-audio__micro{padding-top:41.66667vw;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/microphone-bg.jpg) top/contain #000 no-repeat}.product-audio__micro video{display:none}.product-audio__micro .product-audio__left{flex-shrink:1;display:none}.product-audio__right{margin-bottom:0}.product-audio__micro__bubble{display:none}}.product-audio__headset{display:flex;flex-direction:column;align-items:center;justify-content:end;background-position:top;background-repeat:no-repeat;background-size:auto 100%;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/headset-bg-yellow.webp);background-color:#ffc701;min-height:70.66667vw;padding-bottom:0}.product-audio__headset:after{content:"";display:block;width:100%;height:43.63636vw}.product-audio__headset .product-audio__left,.product-audio__headset .product-audio__right{margin-bottom:0}.product-audio__headset .product-audio__right>div{max-width:580px}.product-audio__headset .product-audio__title{font-size:5rem;letter-spacing:-.028em}.product-audio__headset .product-audio__article,.product-audio__headset .product-audio__figure__data,.product-audio__headset .product-audio__title{color:#fff}.product-audio__headset .product-audio__figure__data{display:flex;justify-content:flex-start;font-size:11rem}@media (min-width:1650px){.product-audio__headset{background-size:auto 100%;background-position:50%;max-height:1166px;min-height:unset}.product-audio__headset:after{height:500px}}@media (max-width:1120px) and (min-width:400px){.product-audio__headset .product-audio__title{font-size:4.5vw}}@media (max-width:800px){.product-audio__headset .container,.product-audio__headset:after{min-height:50vw}}@media (max-width:400px){.product-audio__headset{background-size:100% auto;background-position:0 0;padding-top:0;padding-bottom:5rem}.product-audio__headset:after{height:80vw}.product-audio__headset,.product-audio__headset .product-audio__content{display:flex;flex-direction:column-reverse}}.countdown{opacity:0;transition:opacity .2s ease-in-out}.countdown.is-counting{opacity:1}.product-audio__crew{min-height:45.81818vw;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/employee-v2@1X.jpg) 0 100%/cover no-repeat #fff;background-size:auto 100%}.product-audio__crew .text-width{max-width:490px}.product-audio__crew .product-audio__arguments{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.product-audio__crew .product-audio__arguments>li{flex:1 0 100px;width:32%;max-width:100px;margin-right:1%;text-align:center;word-spacing:100vw}.product-audio__crew .product-audio__icons{width:9.6rem;height:auto;margin:auto;margin-bottom:1rem}.product-audio__crew .product-audio__small{color:#7c7c7c}@media (min-width:1650px){.product-audio__crew{min-height:756px}}@media (max-width:920px){.product-audio__crew{background-position:bottom left -20vw}}@media (max-width:700px){.product-audio__crew{background-position:bottom left -30vw}}@media (max-width:600px){.product-audio__crew{background-position:bottom left -40vw}.product-audio__crew .product-audio__arguments{flex-direction:column;align-items:flex-start;justify-content:flex-start}.product-audio__crew .product-audio__arguments>li{display:flex;flex:unset;align-items:flex-start;justify-content:center;width:100%;max-width:unset;text-align:left;word-spacing:unset}.product-audio__crew .product-audio__arguments>li p{width:100%;margin:auto 1rem auto 0}.product-audio__crew .product-audio__icons{width:4.5rem;height:auto;margin:auto}}@media (max-width:480px){.product-audio__crew{background-position:bottom left -45vw}}@media (max-width:440px){.product-audio__crew{background-position:bottom;background-size:auto 100vw}.product-audio__crew .product-audio__content{flex-direction:column-reverse;padding-bottom:87.5vw}.product-audio__crew .product-audio__left,.product-audio__crew .product-audio__right{margin-bottom:0}.product-audio__crew .product-audio__arguments{flex-direction:column;align-items:flex-start;justify-content:flex-start}.product-audio__crew .product-audio__arguments>li{display:flex;flex:unset;align-items:flex-start;justify-content:center;width:100%;max-width:unset;text-align:left;word-spacing:unset}.product-audio__crew .product-audio__arguments>li p{width:100%;margin-top:auto;margin-bottom:auto;margin-left:1rem}.product-audio__crew .product-audio__icons{width:4.5rem;height:auto;margin:auto}}.product-audio__connect{display:flex;align-items:center;min-height:42.72727vw;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/audio/connect-v2-yellow.jpg) 0/cover no-repeat #000}.product-audio__connect .product-audio__right>div{max-width:580px}.product-audio__connect .product-audio__article{max-width:440px}.product-audio__connect .product-audio__uppercase{margin-bottom:.25rem}@media (max-width:1024px){.product-audio__connect{background-position:40%}}@media (max-width:600px){.product-audio__connect{padding-top:41.66667vw;background-size:100vw;background-position:top}.product-audio__connect .product-audio__left{display:none}}@media (max-width:400px){.product-audio__connect{min-height:unset}.product-audio__connect .product-audio__content{flex-direction:column-reverse}}.product-qtimer__masterhead{display:flex;position:relative;min-height:56.25vw;padding-bottom:6.5rem;background:#fcbf23}.product-qtimer__masterhead:after{position:absolute;bottom:-2px;left:0;z-index:1;width:50%;height:6.5rem;background:#fff;content:""}.product-qtimer__masterhead>.container{display:flex;flex-direction:row;align-items:stretch;justify-content:center;position:relative;z-index:1;max-width:1046px;min-height:100%}.product-qtimer__masterhead>.container:after{display:block;content:""}.product-qtimer__masterhead>.container:after,.product-qtimer__masterhead>.container>div{width:50%}.product-qtimer__masterhead__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%;margin:0 auto;padding:11.51515vw 0}.product-qtimer__masterhead__bg{z-index:0;-o-object-position:top right;object-position:top right;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-qtimer__masterhead .c-masterhead__subtitle{max-width:24ch}.product-qtimer__masterhead sub{top:-1.75em;font-size:.3em}@media (min-width:1650px){.product-qtimer__masterhead{min-height:928px}.product-qtimer__masterhead__content{padding:190px 0}}@media (max-width:500px){.product-qtimer__masterhead{padding-bottom:0}.product-qtimer__masterhead:after{display:none}.product-qtimer__masterhead .c-masterhead__subtitle{max-width:unset}}@media (max-width:400px){.product-qtimer__masterhead{margin-top:5rem}.product-qtimer__masterhead>.container>div{width:100%}.product-qtimer__masterhead>.container:after{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:rgb(0 0 0 / .1)}}.product-qtimer__section{padding:11rem 0}.product-qtimer__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-qtimer__content{display:flex}.product-qtimer__left{width:50%;display:flex;justify-content:flex-end;align-items:center}@media (max-width:1411px) and (min-width:400px){.product-qtimer__left .product-qtimer__padding{padding-left:0;margin-right:0}}.product-qtimer__right{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width:1411px) and (min-width:400px){.product-qtimer__right .product-qtimer__padding{padding-right:0;margin-left:0}}.product-qtimer__padding{margin:auto}@media (min-width:1412px){.product-qtimer__padding{max-width:440px}}@media (max-width:1411px) and (min-width:541px){.product-qtimer__padding{max-width:560px;padding:0 8.49858vw}}@media (max-width:540px) and (min-width:400px){.product-qtimer__padding{padding:0 2rem}}.product-qtimer__title{color:#fcbf23}.product-qtimer__subtitle{font-size:2.5rem;color:#000;letter-spacing:-.6px;font-weight:400}.product-qtimer__article{font-size:1.6rem;line-height:1.375}@media (max-width:540px){.product-qtimer__section{padding:11rem 0;padding:6rem 0}}@media (max-width:500px){.product-qtimer__content{flex-direction:column}.product-qtimer__left,.product-qtimer__right{width:100%}.product-qtimer__right{padding-top:3rem}}.product-qtimer__performance{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/qtimer/performance-bg-yellow.webp) 50%/cover no-repeat #000;color:#fff}.product-qtimer__performance .product-qtimer__padding{margin-bottom:0}.product-qtimer__performance .product-qtimer__right{position:relative;z-index:1}.product-qtimer__performance #performance_anchor{display:none}.product-qtimer__performance .product-qtimer__article{color:#c8c8c8}.product-qtimer__performance .product-qtimer__subtitle{color:#fff;margin-bottom:1.5rem;margin-top:1.5rem}@media (max-width:1412px) and (min-width:941px){.product-qtimer__performance .product-qtimer__title{font-size:4.24929vw}}@media (max-width:940px) and (min-width:641px){.product-qtimer__performance .product-qtimer__title{font-size:4rem}}@media (max-width:640px) and (min-width:400px){.product-qtimer__performance .product-qtimer__title{font-size:6.5vw}}@media (max-width:700px){.product-qtimer__performance{background:#000;padding-top:6rem;padding-bottom:0}.product-qtimer__performance .product-qtimer__content{flex-direction:column-reverse}.product-qtimer__performance .product-qtimer__right{width:100%;margin-bottom:24px}.product-qtimer__performance .product-qtimer__padding{padding-left:0;padding-right:0}.product-qtimer__performance #performance_anchor{display:block;margin-left:-23px}}.product-qtimer__client .container{max-width:726px;padding-top:10rem;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/quotes-yellow.svg);background-repeat:no-repeat;background-position:top}.product-qtimer__quote{font-size:3.5rem;color:#fcbf23;font-weight:400;line-height:1.1;letter-spacing:-.02em}@media (max-width:900px){.product-qtimer__quote{font-size:2.8rem}}@media (max-width:600px){.product-qtimer__quote{font-size:2.2rem}}.product-qtimer__legend{display:flex;flex-direction:row;justify-content:center;align-items:center}.product-qtimer__legend>p{flex:0 1 content;margin-bottom:0}.product-qtimer__legend:after,.product-qtimer__legend:before{content:"-";padding:0 .5em}.product-qtimer__legend:before{text-align:right}.product-qtimer__legend:after{text-align:left}.product-qtimer__data{background-color:#f1efed;padding-bottom:0}.product-qtimer__data .container{position:relative;z-index:1}.product-qtimer__data .product-qtimer__title{letter-spacing:-.02em;max-width:20ch}.product-qtimer__data .product-qtimer__article{max-width:92ch}.product-qtimer__data #data_anchor{position:relative;z-index:0;height:355px;width:100%;margin-top:3.5rem}@media (max-width:730px){.product-qtimer__data #data_anchor{height:48.63014vw}}.product-qtimer__data #data_phone{position:absolute;left:-155px;bottom:0;height:100%;width:auto;-webkit-transform:translate(50vw);transform:translate(50vw)}@media (max-width:730px){.product-qtimer__data #data_phone{left:-25vw;-webkit-transform:translate(50vw);transform:translate(50vw)}}.product-qtimer__data #data_chart{position:absolute;left:-50vw;bottom:0;width:250vw;height:215px;background-repeat:repeat-x;background-position:50%;background-size:auto 100%;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/qtimer/data-bg-yellow.png);transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}@media (max-width:730px){.product-qtimer__data #data_chart{height:29.45205vw}}.product-qtimer__data #data_chart img{max-width:unset;height:100%;width:auto}.product-pickup__masterhead{position:relative;width:100%;min-height:550px;max-height:845px;margin-top:0;padding-top:4rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/pickup/pickup-overlay.jpg) 50%/cover no-repeat;background-blend-mode:multiply;cursor:default}@media (max-width:540px){.product-pickup__masterhead{padding-top:7rem}}@media (max-width:980px){.product-pickup__masterhead{margin-top:0}}.product-pickup__masterhead:after,.product-pickup__masterhead__whitespace{position:absolute;bottom:0;left:0;width:100%;height:6.5rem;background:#f5f5f5;content:""}.product-pickup__masterhead .container{max-width:1246px}.product-pickup__masterhead__grid{display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.product-pickup__masterhead__grid>div{width:50%}.product-pickup__masterhead__grid>div:first-child{text-align:center}.product-pickup__masterhead__grid>div:first-child img{display:inline-block}.product-pickup__masterhead__whitespace{bottom:6.5rem;z-index:2;width:50%}.product-pickup__masterhead .c-masterhead__title span{margin-top:4rem;margin-bottom:.5rem}@media (max-width:1200px){.product-pickup__masterhead .c-masterhead__title img{width:70px;height:auto}.product-pickup__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:3rem}}@media (max-width:900px){.product-pickup__masterhead .c-masterhead__title img{width:56px}.product-pickup__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:2.5rem}}@media (max-width:600px){.product-pickup__masterhead .c-masterhead__title img{width:45px}.product-pickup__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:2rem}}.product-pickup__masterhead .c-masterhead__subtitle{margin-bottom:4rem;max-width:450px}@media (max-width:720px){.product-pickup__masterhead{min-height:auto}.product-pickup__masterhead .cta,.product-pickup__masterhead:after,.product-pickup__masterhead__whitespace{display:none}.product-pickup__masterhead:before{height:100%}.product-pickup__masterhead__grid>div:first-child{position:relative;top:40px;margin-right:2.5rem;margin-left:-2rem}}@media (max-width:500px){.product-pickup__masterhead .c-masterhead__subtitle{max-width:unset}}.product-pickup__overview{background-color:#f5f5f5}.product-pickup__overview h2{color:#f49b03}@media (min-width:1200px){.product-pickup__overview h2{font-size:6.2rem}}.product-pickup__overview hr{background-color:#f49b03}.product-pickup__overview.overview-intro{margin-bottom:0;padding:8rem 0 10rem}.product-pickup__overview .overview-intro__content{max-width:1100px}.product-pickup__overview .overview-intro__text{max-width:940px}.product-pickup__overview .overview-intro__text p{font-size:2.5rem;line-height:1.5}.product-pickup__gallery{background-color:#fac53b}.product-pickup__gallery .product-pickup__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-pickup__gallery .container{max-width:1046px}.product-pickup__gallery .container>*{margin:23px auto}.product-pickup__gallery .container>:first-child{margin-top:7.5rem}.product-pickup__gallery .container>:last-child{margin-bottom:7.5rem}.product-pickup__gallery .wp-playlist{border:none;background-color:#fff0;padding:0}.product-pickup__gallery .mejs-overlay-button{height:11rem;width:11rem;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);border:2px solid #fff0;transition:background-color .2s ease-out,border-color .2s ease-out}@media (max-width:768px){.product-pickup__gallery .mejs-overlay-button{height:8rem;width:8rem}}.product-pickup__gallery .mejs-overlay:active>.mejs-overlay-button,.product-pickup__gallery .mejs-overlay:hover>.mejs-overlay-button{background-position:50%;background-color:#fff0;border-color:#fff}.pickup-modular{margin-bottom:0;padding:15rem 0 10rem}.pickup-modular__content{max-width:1300px;width:100%;margin:0 auto;line-height:1.5}.pickup-modular__title{text-align:center;color:#fcad1a;margin-bottom:4rem;font-size:5.4rem}.pickup-modular__grid{margin-top:8rem;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center}.pickup-modular__item{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:765px;grid-gap:3.5rem;gap:3.5rem;margin-bottom:3.5rem}.pickup-modular__item:nth-child(odd){flex-direction:row-reverse}.pickup-modular__item__img{flex:1;max-width:364px;height:364px}.pickup-modular__item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pickup-modular__item__content{display:flex;justify-content:center;align-items:center;flex:1}.pickup-modular__item__inner{display:flex;justify-content:center;align-items:flex-start;grid-gap:15px;gap:15px;max-width:280px}.pickup-modular__item__title{color:#000;font-weight:900;margin-left:-2px;margin-bottom:.7rem;font-size:5.2rem}.pickup-modular__item__subtitle{color:#000;font-size:1.7rem;margin-bottom:.2rem}.pickup-modular__item__desc{margin:0;color:#818181}.pickup-modular__item__desc b{display:inline-block;bottom:2px}.pickup-modular__item__left{text-align:right}.pickup-modular__item__left img{width:auto;height:100%;-o-object-fit:contain;object-fit:contain}.pickup-modular__item__picto{display:block}.pickup-modular__item__picto.icon1{flex:0 0 140px;width:140px;height:60px}.pickup-modular__item__picto.icon2{flex:0 0 130px;width:130px;height:100px}.pickup-modular__item__picto.icon3{flex:0 0 136px;width:136px;height:80px}.pickup-modular__item__picto.icon5{flex:0 0 170px;width:170px;height:70px;margin-top:4px}.pickup-modular__item__picto.icon6{flex:0 0 160px;width:160px;height:82px}@media (max-width:1200px){.pickup-modular__title{font-size:4.9rem}}@media (max-width:1000px){.pickup-modular{padding:10rem 0 7rem}.pickup-modular__item__title{font-size:4.4rem;margin-bottom:.6rem}.pickup-modular__item__subtitle{font-size:1.6rem}}@media (max-width:800px){.pickup-modular{padding:8rem 0 6rem}.pickup-modular__title{margin-bottom:3rem;font-size:4.1rem}}@media (max-width:580px){.pickup-modular__title{font-size:3.4rem}.pickup-modular__item:nth-child(2n),.pickup-modular__item:nth-child(odd){flex-direction:column}.pickup-modular__item__img{flex:0 1 auto;width:100%;max-width:100%;height:50vw;max-height:364px;min-height:200px}.pickup-modular__item__inner{max-width:380px}.pickup-modular__item__desc{font-size:1.5rem}}.product-pickup__data{padding:11rem 0 0;background-color:#f1efed;border-bottom:10px solid #c89305}.product-pickup__data .container{position:relative;z-index:1}.product-pickup__data .product-pickup__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-pickup__data .product-pickup__title{letter-spacing:-.02em;max-width:20ch;color:#f49b03}.product-pickup__data .product-pickup__subtitle{font-size:2.5rem;font-weight:500;color:#000}.product-pickup__data .product-pickup__article{max-width:850px;margin-top:1rem;line-height:1.6}.product-pickup__data #data_anchor{position:relative;z-index:0;height:355px;width:100%;margin-top:3.5rem}@media (max-width:730px){.product-pickup__data #data_anchor{height:48.63014vw}}.product-pickup__data #data_phone{position:absolute;left:50vw;bottom:0;height:auto;width:auto;max-width:90%;-webkit-transform:translate(-50%);transform:translate(-50%)}.product-pickup__data #data_chart{position:absolute;left:-50vw;bottom:0;width:250vw;height:215px;background-repeat:repeat-x;background-position:50%;background-size:auto 100%;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/pickup/data-bg.png);transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}@media (max-width:730px){.product-pickup__data #data_chart{height:29.45205vw}}.product-pickup__data #data_chart img{max-width:unset;height:100%;width:auto}.product-pickup__form{padding-top:8rem;padding-bottom:12rem}.product-pickup__form h2{font-size:6.2rem;color:#f49b03}.product-pickup__form p{font-size:2.5rem;color:#000}.product-pickup__form #form .btn-form-submit{background-color:#f49b03;border-color:#f49b03;color:#fff}.product-pickup__form #form .btn-form-submit:focus,.product-pickup__form #form .btn-form-submit:hover,.product-pickup__form #form .btn-form-submit:hover:focus{color:#f49b03;background-color:#fff}@media (max-width:1080px){.product-pickup__form h2{font-size:4.1rem}}.product-mobileord__masterhead{position:relative;width:100%;min-height:550px;max-height:845px;margin-top:0;padding-top:4rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/mobileord/mobileord-overlay.jpg) 50%/cover no-repeat;background-blend-mode:multiply;cursor:default}@media (max-width:540px){.product-mobileord__masterhead{padding-top:7rem}}@media (max-width:980px){.product-mobileord__masterhead{margin-top:0}}.product-mobileord__masterhead:after,.product-mobileord__masterhead__whitespace{position:absolute;bottom:0;left:0;width:100%;height:6.5rem;background:#fff;content:""}.product-mobileord__masterhead .container{max-width:1246px}.product-mobileord__masterhead__grid{display:flex;align-items:center;justify-content:center;position:relative;z-index:3}.product-mobileord__masterhead__grid>div{width:50%}.product-mobileord__masterhead__grid>div:first-child{text-align:center}.product-mobileord__masterhead__grid>div:first-child img{display:inline-block}.product-mobileord__masterhead__whitespace{bottom:6.5rem;z-index:2;width:50%}.product-mobileord__masterhead .c-masterhead__title span{margin-top:4rem;margin-bottom:.5rem}@media (max-width:1200px){.product-mobileord__masterhead .c-masterhead__title img{width:70px;height:auto}.product-mobileord__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:3rem}}@media (max-width:900px){.product-mobileord__masterhead .c-masterhead__title img{width:56px}.product-mobileord__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:2.5rem}}@media (max-width:600px){.product-mobileord__masterhead .c-masterhead__title img{width:45px}.product-mobileord__masterhead .c-masterhead__title .c-masterhead__uppercase{margin-top:2rem}}.product-mobileord__masterhead .c-masterhead__subtitle{max-width:450px;margin-bottom:4rem}@media (max-width:720px){.product-mobileord__masterhead{min-height:auto}.product-mobileord__masterhead .cta,.product-mobileord__masterhead:after,.product-mobileord__masterhead__whitespace{display:none}.product-mobileord__masterhead:before{height:100%}.product-mobileord__masterhead__grid>div:first-child{position:relative;top:40px;margin-right:1.5rem;margin-left:-1.5rem}}@media (max-width:500px){.product-mobileord__masterhead .c-masterhead__subtitle{max-width:unset}}.product-mobileord__overview h2{color:#f49b03}@media (min-width:1200px){.product-mobileord__overview h2{font-size:6.2rem}}.product-mobileord__overview hr{background-color:#f49b03}.product-mobileord__overview.overview-intro{padding:8rem 0 0}.product-mobileord__overview .overview-intro__content{max-width:900px}.product-mobileord__overview .overview-intro__text{max-width:940px}.product-mobileord__overview .overview-intro__text p{font-size:2.5rem;line-height:1.5}.mobileord-main{position:relative;padding:7.5rem 0 8.5rem;background-color:#f0f0f0}.mobileord-main.--mobile{display:none}.mobileord-main.--desktop{padding:7.5rem 0 48.5rem}.mobileord-main__borne{left:35%;z-index:1}.mobileord-main__borne,.mobileord-main__borne__bg{position:absolute;width:100%;max-width:1199px;max-height:710px}.mobileord-main__borne__step{position:absolute;opacity:0;transition:opacity .4s .4s}.mobileord-main__borne__step.--step-init,.mobileord-main__borne__step.is-active{opacity:1;transition:opacity .4s ease-out}@media (max-width:1216px){.mobileord-main__borne__step{right:38.53211%;width:19.59967%;height:auto}}@media (min-width:1500px){.mobileord-main__borne{left:40%}}@media (max-width:1120px){.mobileord-main__borne{left:40%;max-width:900px}}.mobileord-main .container{position:relative;z-index:1;max-width:1146px}.mobileord-main__inner{width:750px;margin-right:auto;padding-top:7.5rem}@media (max-width:1120px){.mobileord-main__inner{width:650px}}.mobileord-main__list p{margin-bottom:0;font-size:1.5rem;color:#818181}.mobileord-main__list li{padding:2.7rem 0}@media (min-width:911px){.mobileord-main__list li.is-active h3,.mobileord-main__list li.is-active p{color:#fff}}@media (max-width:1120px){.mobileord-main__list li{padding:2rem 0}}.mobileord-main__head{margin-top:4.5rem}.mobileord-main__head p{font-size:2.1rem;color:#000}.mobileord-main__highlight{position:absolute;z-index:0;width:100%;background:#f49b03;opacity:0;transition:opacity .4s ease-out,-webkit-transform .4s ease-out;transition:transform .4s ease-out,opacity .4s ease-out;transition:transform .4s ease-out,opacity .4s ease-out,-webkit-transform .4s ease-out}.mobileord-main__highlight.is-active{opacity:1}.mobileord-main h2,.mobileord-main h3{color:#f49b03}.mobileord-main h2{font-size:5rem;font-weight:600;letter-spacing:-.014em}.mobileord-main h3{font-size:2rem;font-weight:700;letter-spacing:-.005em}.mobileord-main.--mobile .mobileord-main__borne{position:relative;right:0;left:0;height:550px;margin:0 auto}.mobileord-main.--mobile .mobileord-main__borne__bg{right:0;left:0;max-width:299px;max-height:550px;margin:0 auto}.mobileord-main.--mobile .mobileord-main__borne__step{top:7px;right:0;left:-5px;width:181px;margin:0 auto}.mobileord-main.--mobile .mobileord-main__list{min-height:3em}.mobileord-main.--mobile .mobileord-main__head{margin-top:0}.mobileord-main.--mobile .mobileord-main__pin{background:linear-gradient(180deg,#f0f0f0,#f0f0f0 80%,#fff0 0)}@media (max-width:910px){.mobileord-main.--desktop{display:none}.mobileord-main.--mobile{display:block}.mobileord-main h2{font-size:4.1rem}.mobileord-main h3{font-size:2.1rem}.mobileord-main__head p{font-size:1.9rem}.mobileord-main__list p{font-size:1.6rem}.mobileord-main__list li{display:none}.mobileord-main__list li.is-active{display:block}.mobileord-main__inner{width:100%;padding-top:0}}.product-mobileord__form{padding-top:8rem;padding-bottom:12rem}.product-mobileord__form h2{font-size:6.2rem;color:#f49b03}.product-mobileord__form p{font-size:2.5rem;color:#000}.product-mobileord__form #form .btn-form-submit{background-color:#f49b03;border-color:#f49b03;color:#fff}.product-mobileord__form #form .btn-form-submit:focus,.product-mobileord__form #form .btn-form-submit:hover,.product-mobileord__form #form .btn-form-submit:hover:focus{color:#f49b03;background-color:#fff}@media (max-width:1080px){.product-mobileord__form h2{font-size:4.1rem}}.s22-masterhead__grid{display:grid;grid-template-columns:23px repeat(2,1fr) 23px;grid-template-rows:5rem minmax(44vw,auto) auto;grid-template-areas:". . . ." ". a b ." ". a c .";background-color:#fff}.s22-masterhead__grid #grid_product{grid-area:a}.s22-masterhead__grid #grid_title{grid-area:b;padding:12.12121vw 0}.s22-masterhead__grid #grid_title .cta{margin-top:2rem}.s22-masterhead__grid #grid_description{grid-area:c;padding:7.27273vw 0}.s22-masterhead__grid #grid_description,.s22-masterhead__grid #grid_product,.s22-masterhead__grid #grid_title{position:relative;z-index:1}.s22-masterhead__grid #grid_background{grid-column:1/5;grid-row:1/3;position:relative;z-index:0;background-color:#950fde;width:100%;height:100%}.s22-masterhead__grid #grid_background img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.s22-masterhead__grid #grid_background:after{content:"";position:absolute;width:50%;height:6.5rem;bottom:-2px;left:0;background:#fff}.s22-masterhead__grid .text-container{max-width:500px}.s22-masterhead__grid h1{font-size:10.83333vw;margin-bottom:0}.s22-masterhead .product{display:flex;align-items:flex-start;justify-self:flex-end;padding-right:2%}.s22-masterhead .product--board{position:relative;z-index:1;margin-top:-7.5vw}.s22-masterhead .product--shadow{position:absolute;bottom:0;right:12.17391%;width:124.34783%;z-index:-1}@media (min-width:1650px){.s22-masterhead__grid{grid-template-rows:5rem minmax(730px,auto) auto}.s22-masterhead__grid #grid_title{padding:200px 0}.s22-masterhead__grid #grid_description{padding:120px 0}.s22-masterhead .product--board{margin-top:-123px}}@media (min-width:1200px){.s22-masterhead__grid{grid-template-columns:auto 600px 600px}.s22-masterhead__grid h1{font-size:13rem}.s22-masterhead .product--board{padding-bottom:8px}}@media (max-width:980px){.s22-masterhead .product--board{margin-top:0}}@media (max-width:979px){.s22-masterhead__grid h1{font-size:10.20408vw}.s22-masterhead__grid .c-masterhead__subtitle{font-size:3.26531vw}.s22-masterhead__grid #grid_description .product-s22__title{font-size:5.91837vw}.s22-masterhead__grid #grid_description .product-s22__subtitle{font-size:3.66667vw}}@media (max-width:540px){.s22-masterhead__grid{display:grid;grid-template-areas:". . . ." ". a b ." ". c c ."}.s22-masterhead__grid h1{font-size:12vw}.s22-masterhead__grid .c-masterhead__subtitle{font-size:1.6rem}.s22-masterhead__grid #grid_title{padding:6rem 0}.s22-masterhead__grid #grid_description{padding:3rem 0}.s22-masterhead__grid #grid_description .product-s22__title{font-size:10vw}.s22-masterhead__grid #grid_description .product-s22__subtitle{font-size:6vw}.s22-masterhead__grid .text-container{max-width:unset}.s22-masterhead .cta--arrow-right{padding-left:2rem;font-size:1.6rem;height:3em}.s22-masterhead .cta--arrow-right:after{width:3rem;height:3rem;margin-left:1rem}.s22-masterhead .product{align-items:flex-end}.s22-masterhead .product--board{margin-top:0}}.product-s22__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-s22__bold,.product-s22__features,.product-s22__title,.product-s22__uppercase{color:#b93ff2}.product-s22__subtitle{color:#000;font-size:2.5rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-s22__features{font-size:4.2rem;letter-spacing:-.025em;margin-bottom:1.5rem;font-weight:600}.product-s22__article{font-size:1.6rem;line-height:1.375}.product-s22__bold{font-size:2.9rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-s22 .cta--whitebg{color:#b93ff2}.product-s22 .cta--whitebg:focus,.product-s22 .cta--whitebg:hover,.product-s22 .cta--whitebg:hover:focus{background-color:#b93ff2}.product-s22__form{padding-top:8rem;padding-bottom:12rem}.product-s22__form h2{font-size:5rem;color:#b93ff2}.product-s22__form p{font-size:2.1rem;color:#000}.product-s22__form#form .btn-form-submit{background-color:#b93ff2;border-color:#b93ff2;color:#fff}.product-s22__form#form .btn-form-submit:focus,.product-s22__form#form .btn-form-submit:hover,.product-s22__form#form .btn-form-submit:hover:focus{color:#b93ff2;background-color:#fff}@media (max-width:1080px){.product-s22__form h2{font-size:4.1rem}}@media (max-width:600px){.product-s22__bold,.product-s22__features,.product-s22__subtitle{font-size:3rem}}.product-s22__gallery{background-color:#950fde}.product-s22__gallery .container{max-width:1046px}.product-s22__gallery .container>*{margin:23px auto}.product-s22__gallery .container>:first-child{margin-top:7.5rem}.product-s22__gallery .container>:last-child{margin-bottom:7.5rem}.product-s22__gallery .wp-playlist{border:none;background-color:#fff0;padding:0}.product-s22__gallery .mejs-overlay-button{height:11rem;width:11rem;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);border:2px solid #fff0;transition:background-color .2s ease-out,border-color .2s ease-out}@media (max-width:768px){.product-s22__gallery .mejs-overlay-button{height:8rem;width:8rem}}.product-s22__gallery .mejs-overlay:active>.mejs-overlay-button,.product-s22__gallery .mejs-overlay:hover>.mejs-overlay-button{background-position:50%;background-color:#fff0;border-color:#fff}.product-s22__transaction{background:#000;color:#a4a4a4}.product-s22__transaction__grid{display:grid;grid-template-columns:23px auto 50vw;align-items:center}.product-s22__transaction__grid .image,.product-s22__transaction__grid .text{grid-row:1}.product-s22__transaction__grid .text{grid-column:2/3;padding:4rem 0}.product-s22__transaction__grid .image{width:100%;height:100%;grid-column:3/4;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;z-index:0}.product-s22__transaction__grid .image img{height:100%;max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right}.product-s22__transaction__grid #s22-transaction-js{position:relative}.product-s22__transaction__grid #s22-transaction-js .on{content:"";position:absolute;width:100%;height:100%;top:0;right:0;opacity:0;transition:opacity .2s ease-out;transition-delay:.2s}.product-s22__transaction__grid #s22-transaction-js.is-active .on{opacity:1}.product-s22__transaction .product-s22__article{max-width:50ch}.product-s22__transaction .product-s22__title{max-width:10ch}.product-s22__transaction .product-s22__subtitle{color:inherit}@media (min-width:1046px){.product-s22__transaction__grid{grid-template-columns:minmax(23px,1fr) 500px 500px minmax(23px,1fr)}.product-s22__transaction__grid .text{grid-column:2/3;padding:4rem 0}.product-s22__transaction__grid .image{grid-column:3/5;overflow:hidden}.product-s22__transaction__grid .image img{-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:scale(1.025);transform:scale(1.025);-o-object-fit:cover;object-fit:cover}.product-s22__transaction__grid #s22-transaction-js:after{width:17%;height:4.5%;bottom:84.5%;right:59%}}@media (min-width:1046px) and (min-width:1650px){.product-s22__transaction__grid #s22-transaction-js:after{width:138px;height:35px;bottom:700px;right:495px}}@media (max-width:540px){.product-s22__transaction__grid{grid-template-columns:23px auto 23px}.product-s22__transaction__grid .text{grid-column:2/3;grid-row:1;padding-bottom:0}.product-s22__transaction__grid .image{grid-column:1/4;grid-row:2}.product-s22__transaction__grid #s22-transaction-js:after{content:"";position:absolute;width:17vw;height:4vw;bottom:81.5vw;right:57vw}}.product-s22__design{background-color:#f1efed}.product-s22__design .container{max-width:1046px}.product-s22__design__title{padding-top:13rem;text-align:center;width:100%;background-color:#fff}.product-s22__design__title .product-s22__title{max-width:12ch;margin:auto;margin-bottom:1rem}.product-s22__design__title .product-s22__article{max-width:80ch;margin:auto}.product-s22__design__product{position:relative;z-index:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:100%;padding:0 23px 5vw;background-color:#fff}.product-s22__design__product~div{position:relative;z-index:0;background:#f1efed}.product-s22__design__product:after{content:"";position:absolute;left:-50vw;top:38vw;z-index:0;width:200vw;height:25vw;-webkit-transform:rotate(-11deg);transform:rotate(-11deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background:#f1efed;margin-top:-23px}.product-s22__design__product>div{position:relative;z-index:1;flex:0 1 50%;max-width:60rem}.product-s22__design__features{width:100%;text-align:left}.product-s22__design__features__list{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:2.5rem}.product-s22__design__features__item{display:flex;align-items:center;justify-content:flex-start}.product-s22__design__features__item .image{flex:0 0 10.5rem;margin-right:2.4rem;border-radius:50%;border:3px solid #950fde;overflow:hidden}.product-s22__design__features__item .text{padding-right:2.5rem}.product-s22__design__features__item .text h4{font-size:1.9rem;margin-bottom:.25rem}.product-s22__design__options{padding-top:3rem;padding-bottom:11rem;width:100%}.product-s22__design__options>div{width:100%;text-align:left;padding-right:50%}@media (min-width:1246px){.product-s22__design__product:after{top:453px;margin-top:0}.product-s22__design__options>div{padding-right:500px}}@media (max-width:600px){.product-s22__design__title{padding-top:6rem}.product-s22__design__features__list{grid-template-columns:repeat(1,1fr)}.product-s22__design__features__item .image{flex:0 0 10.5rem}.product-s22__design__features__item .text{padding-right:0}.product-s22__design__options{padding-top:8vw;padding-bottom:6rem;width:100%}.product-s22__design__options>div{padding-right:23px}}@media (max-width:800px) and (min-width:601px){.product-s22__design__features__item{align-items:flex-start}.product-s22__design__features__item .image{flex:0 0 6.5rem;margin-right:1.5rem}.product-s22__design__features__item .text{padding-right:1.5rem}}@media (max-width:400px){.product-s22__design__product{flex-direction:column;justify-content:center;align-items:center;padding:0 23px 5vw;background-color:#fff}.product-s22__design__product:after{top:80vw;height:125vw}.product-s22__design__product>div{flex:0 0 100%}.product-s22__design__product>div:first-child{margin-top:-5vw;margin-bottom:5vw}.product-s22__design__features__item{align-items:flex-start}.product-s22__design__features__item .image{flex:0 0 6.5rem;margin-right:1rem}}.product-s22__glory{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/s22/glory-bg.png) 0 no-repeat #000;background-size:auto 100%}.product-s22__glory__layout{padding:10rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-s22__glory .container{max-width:1046px}.product-s22__glory .product-s22__title{color:#b741f2;max-width:22ch;margin:1.5rem auto 1rem}.product-s22__glory .product-s22__article{max-width:84ch}.product-s22__glory .product-s22__article>:last-child{margin-bottom:0}@media (max-width:1360px) and (min-width:600px){.product-s22__glory{background-position:0 100%;background-size:50vw auto}.product-s22__glory__layout{padding-left:35vw}}@media (max-width:1360px) and (min-width:600px) and (max-width:800px){.product-s22__glory__layout{padding-top:6rem;padding-bottom:6rem}}@media (max-width:1360px) and (min-width:600px){.product-s22__glory .container{max-width:unset}.product-s22__glory .product-s22__title{font-size:4.66667vw}}@media (max-width:599px){.product-s22__glory{background-position:bottom;background-size:contain;padding-bottom:63vw}.product-s22__glory__layout{padding-top:4rem}.product-s22__glory .product-s22__title{font-size:6.66667vw}}.s15-masterhead__grid{display:grid;grid-template-columns:23px repeat(2,1fr) 23px;grid-template-rows:5rem minmax(44vw,auto) auto;grid-template-areas:". . . ." ". a b ." ". c c .";background-color:#fff}.s15-masterhead__grid #grid_product{grid-area:a}.s15-masterhead__grid #grid_title{grid-area:b;padding:12.12121vw 0}.s15-masterhead__grid #grid_title .cta{margin-top:2rem}.s15-masterhead__grid #grid_description{grid-area:c;padding:7.27273vw 0;justify-self:center;align-self:center}.s15-masterhead__grid #grid_description .text-container{max-width:775px;text-align:center}.s15-masterhead__grid #grid_description,.s15-masterhead__grid #grid_product,.s15-masterhead__grid #grid_title{position:relative;z-index:1}.s15-masterhead__grid #grid_background{position:relative;z-index:0;width:100%;height:100%;background-color:#950fde;grid-column:1/5;grid-row:1/3}.s15-masterhead__grid #grid_background img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center right;object-position:center right}.s15-masterhead__grid #grid_background:after{position:absolute;bottom:-2px;left:0;width:50%;height:6.5rem;background:#fff;content:""}.s15-masterhead__grid .text-container{max-width:500px}.s15-masterhead__grid h1{margin-bottom:0;font-size:10.83333vw}.s15-masterhead .product{display:flex;align-items:flex-end;justify-self:flex-end;padding-right:2%}.s15-masterhead .product--board{position:relative;right:5rem;bottom:-5rem;z-index:1;margin-top:-7.5vw}.s15-masterhead .product--shadow{position:absolute;right:12.17391%;bottom:0;z-index:-1;width:124.34783%}@media (min-width:1650px){.s15-masterhead__grid{grid-template-rows:5rem minmax(730px,auto) auto}.s15-masterhead__grid #grid_title{padding:200px 0}.s15-masterhead__grid #grid_description{padding:120px 0}.s15-masterhead__grid #grid_background:after{height:6.5rem}.s15-masterhead .product--board{margin-top:-123px}}@media (min-width:1200px){.s15-masterhead__grid{grid-template-columns:auto 700px 700px}.s15-masterhead__grid h1{font-size:13rem}.s15-masterhead .product--board{padding-bottom:8px}}@media (max-width:980px){.s15-masterhead .product--board{right:3rem;bottom:-4vw;margin-top:0}}@media (max-width:979px){.s15-masterhead__grid h1{font-size:10.20408vw}.s15-masterhead__grid .c-masterhead__subtitle{font-size:3.26531vw}.s15-masterhead__grid #grid_description .product-s15__title{font-size:5.91837vw}.s15-masterhead__grid #grid_description .product-s15__subtitle{font-size:3.66667vw}}@media (max-width:540px){.s15-masterhead__grid{grid-template-columns:5px repeat(2,1fr) 5px}.s15-masterhead__grid h1{font-size:12vw}.s15-masterhead__grid .c-masterhead__subtitle{font-size:1.6rem}.s15-masterhead__grid #grid_title{padding:6rem 0}.s15-masterhead__grid #grid_description{padding:5rem 0 3rem}.s15-masterhead__grid #grid_description .product-s15__title{font-size:10vw}.s15-masterhead__grid #grid_description .product-s15__subtitle{font-size:6vw}.s15-masterhead__grid #grid_background:after{height:3.5rem}.s15-masterhead__grid .text-container{max-width:unset}.s15-masterhead .cta--arrow-right{height:3em;padding-left:2rem;font-size:1.6rem}.s15-masterhead .cta--arrow-right:after{width:3rem;height:3rem;margin-left:1rem}.s15-masterhead .product{padding-right:0}.s15-masterhead .product--board{right:2rem;bottom:0;width:100%}.s15-masterhead .product--board img{-webkit-transform:scale(1.1);transform:scale(1.1)}}.product-s15__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-s15__bold,.product-s15__features,.product-s15__title,.product-s15__uppercase{color:#950fde}.product-s15__title{letter-spacing:-2px;margin-bottom:2rem}.product-s15__subtitle{color:#000;font-size:2.5rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-s15__features{font-size:4.2rem;letter-spacing:-.025em;margin-bottom:1.5rem;font-weight:600}.product-s15__article{font-size:1.6rem;line-height:1.375}.product-s15__bold{font-size:2.9rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-s15 .cta--whitebg{color:#950fde}.product-s15 .cta--whitebg:focus,.product-s15 .cta--whitebg:hover,.product-s15 .cta--whitebg:hover:focus{background-color:#950fde}.product-s15__form{padding-top:8rem;padding-bottom:12rem}.product-s15__form h2{font-size:5rem;color:#950fde}.product-s15__form p{font-size:2.1rem;color:#000}.product-s15__form#form .btn-form-submit{background-color:#950fde;border-color:#950fde;color:#fff}.product-s15__form#form .btn-form-submit:focus,.product-s15__form#form .btn-form-submit:hover,.product-s15__form#form .btn-form-submit:hover:focus{color:#950fde;background-color:#fff}@media (max-width:1080px){.product-s15__form h2{font-size:4.1rem}}@media (max-width:600px){.product-s15__bold,.product-s15__features,.product-s15__subtitle{font-size:3rem}}.product-s15__gallery{background-color:#950fde}.product-s15__gallery .container{max-width:1046px}.product-s15__gallery .container>*{margin:23px auto}.product-s15__gallery .container>:first-child{margin-top:7.5rem}.product-s15__gallery .container>:last-child{margin-bottom:7.5rem}.product-s15__gallery .wp-playlist{border:none;background-color:#fff0;padding:0}.product-s15__gallery .mejs-overlay-button{height:11rem;width:11rem;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);border:2px solid #fff0;transition:background-color .2s ease-out,border-color .2s ease-out}@media (max-width:768px){.product-s15__gallery .mejs-overlay-button{height:8rem;width:8rem}}.product-s15__gallery .mejs-overlay:active>.mejs-overlay-button,.product-s15__gallery .mejs-overlay:hover>.mejs-overlay-button{background-position:50%;background-color:#fff0;border-color:#fff}.product-s15__transaction{background:#1b1a19;color:#a4a4a4}.product-s15__transaction__grid{display:grid;grid-template-columns:23px auto 50vw;align-items:center}.product-s15__transaction__grid .image,.product-s15__transaction__grid .text{grid-row:1}.product-s15__transaction__grid .text{grid-column:2/3;padding:4rem 0;z-index:1}.product-s15__transaction__grid .image{width:100%;height:100%;grid-column:3/4;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;z-index:0;grid-column:1/5;overflow:hidden}.product-s15__transaction__grid .image img{height:100%;max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:scale(1.025);transform:scale(1.025);-o-object-fit:cover;object-fit:cover}.product-s15__transaction .product-s15__article{max-width:50ch}.product-s15__transaction .product-s15__subtitle{color:inherit}@media (min-width:1046px){.product-s15__transaction__grid{grid-template-columns:minmax(23px,1fr) 520px 500px minmax(23px,1fr)}.product-s15__transaction__grid .text{grid-column:2/3;padding:4rem 0}}@media (max-width:540px){.product-s15__transaction__grid{grid-template-columns:23px auto 23px}.product-s15__transaction__grid .text{grid-column:2/3;grid-row:1;padding-bottom:0}.product-s15__transaction__grid .image{margin-top:8rem;grid-column:1/4;grid-row:2}}.product-s15__personal{position:relative;background-position-x:24%;background-position-y:-11rem;background-repeat:no-repeat;background-size:100% auto;background-color:#000;min-height:54.54545vw;padding-top:8vw}.product-s15__personal .product-s15__video{position:absolute;top:0;left:0;height:100%;z-index:0}.product-s15__personal .container{position:relative}.product-s15__personal .product-s15__content{display:flex}.product-s15__personal .product-s15__left{width:51%;display:flex;justify-content:flex-end;align-items:center}.product-s15__personal .product-s15__right{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:6rem;padding-bottom:3rem}.product-s15__personal .product-s15__right .product-s15__title{max-width:590px}.product-s15__personal .product-s15__right .product-s15__article{max-width:516px}.product-s15__personal .product-s15__uppercase{margin-bottom:.25rem}@media (min-width:1650px){.product-s15__personal{background-size:auto 130%;min-height:900px}}@media (min-width:1050px){.product-s15__personal{padding-top:255px}}@media (max-width:600px){.product-s15__personal{background-size:100% auto;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/product/s15/designphone-bg.png);background-color:#000;padding-top:5vw}.product-s15__personal .product-s15__left{flex-shrink:1}}@media (max-width:540px){.product-s15__personal{padding-top:6rem;padding-bottom:3rem}.product-s15__personal .product-s15__video{position:relative;height:auto;margin-bottom:3rem}.product-s15__personal .product-s15__content{flex-direction:column}.product-s15__personal .product-s15__left,.product-s15__personal .product-s15__right{padding-left:0;padding-right:0;width:100%}}.product-s15__features{margin-bottom:2.5rem}.product-s15__design{padding:10rem 0 0;background-color:#f0f0f0}.product-s15__design .container{max-width:1046px}.product-s15__design__title{padding-top:13rem;text-align:center;width:100%;background-color:#fff}.product-s15__design__title .product-s15__title{max-width:12ch;margin:auto;margin-bottom:1rem}.product-s15__design__title .product-s15__article{max-width:80ch;margin:auto}.product-s15__design__product{position:relative;z-index:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:100%;padding:0 23px 5vw;background-color:#fff}.product-s15__design__product~div{position:relative;z-index:0;background:#f1efed}.product-s15__design__product:after{content:"";position:absolute;left:-50vw;top:38vw;z-index:0;width:200vw;height:25vw;-webkit-transform:rotate(-11deg);transform:rotate(-11deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background:#f1efed;margin-top:-23px}.product-s15__design__product>div{position:relative;z-index:1;flex:0 1 50%;max-width:60rem}.product-s15__design__features{width:100%;text-align:left}.product-s15__design__features__list{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:2.5rem}.product-s15__design__features__item{display:flex;align-items:center;justify-content:flex-start}.product-s15__design__features__item .image{flex:0 0 10.5rem;margin-right:2.4rem;border-radius:50%;border:3px solid #950fde;overflow:hidden}.product-s15__design__features__item .text{padding-right:2.5rem}.product-s15__design__features__item .text h4{font-size:1.9rem;margin-bottom:.25rem}.product-s15__design__options{padding-top:3rem;padding-bottom:9rem;width:100%}.product-s15__design__options>div{width:100%;text-align:left;padding-right:50%}@media (min-width:1246px){.product-s15__design__product:after{top:453px;margin-top:0}.product-s15__design__options>div{padding-right:500px}}@media (max-width:600px){.product-s15__design__title{padding-top:6rem}.product-s15__design__features__list{grid-template-columns:repeat(1,1fr)}.product-s15__design__features__item .image{flex:0 0 10.5rem}.product-s15__design__features__item .text{padding-right:0}.product-s15__design__options{padding-top:8vw;padding-bottom:6rem;width:100%}.product-s15__design__options>div{padding-right:23px}}@media (max-width:800px) and (min-width:601px){.product-s15__design__features__item{align-items:flex-start}.product-s15__design__features__item .image{flex:0 0 6.5rem;margin-right:1.5rem}.product-s15__design__features__item .text{padding-right:1.5rem}}@media (max-width:400px){.product-s15__design__product{flex-direction:column;justify-content:center;align-items:center;padding:0 23px 5vw;background-color:#fff}.product-s15__design__product:after{top:80vw;height:125vw}.product-s15__design__product>div{flex:0 0 100%}.product-s15__design__product>div:first-child{margin-top:-5vw;margin-bottom:5vw}.product-s15__design__features__item{align-items:flex-start}.product-s15__design__features__item .image{flex:0 0 6.5rem;margin-right:1rem}}.product-s15__glory{background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/s15/glory-bg.png) 0 no-repeat #000;background-size:auto 100%}.product-s15__glory__layout{padding:10rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-s15__glory .container{max-width:1046px}.product-s15__glory .product-s15__title{color:#b741f2;max-width:22ch;margin:1.5rem auto 1rem}.product-s15__glory .product-s15__article{max-width:69ch}.product-s15__glory .product-s15__article>:last-child{margin-bottom:0}@media (max-width:1360px) and (min-width:600px){.product-s15__glory{background-position:0 100%;background-size:50vw auto}.product-s15__glory__layout{padding-left:35vw}}@media (max-width:1360px) and (min-width:600px) and (max-width:800px){.product-s15__glory__layout{padding-top:6rem;padding-bottom:6rem}}@media (max-width:1360px) and (min-width:600px){.product-s15__glory .container{max-width:unset}.product-s15__glory .product-s15__title{font-size:4.66667vw}}@media (max-width:599px){.product-s15__glory{background-position:bottom;background-size:contain;padding-bottom:63vw}.product-s15__glory__layout{padding-top:4rem}.product-s15__glory .product-s15__title{font-size:6.66667vw}}.product-touchless .container{max-width:1046px}.product-touchless__masterhead{position:relative;width:100%;height:100%;min-height:47.27273vw;padding-bottom:6.5rem;cursor:default}.product-touchless__masterhead:after{position:absolute;bottom:-2px;left:0;width:100%;height:6.5rem;background:#fff;content:"";z-index:2;width:50%}.product-touchless__masterhead h1{font-size:9.09091vw}.product-touchless__masterhead__bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right;z-index:0}.product-touchless__masterhead .c-masterhead__subtitle{margin-bottom:4rem}.product-touchless__masterhead__grid{display:flex;align-items:center;position:relative;padding:12.5vw 0 6.5vw}.product-touchless__masterhead__grid>div{width:50%}@media (min-width:1650px){.product-touchless__masterhead{min-height:780px}.product-touchless__masterhead__grid{padding:110px 0}.product-touchless__masterhead h1{font-size:13rem}}@media (min-width:768px){.product-touchless__masterhead h1{font-size:6.66667vw;margin-bottom:1rem}}@media (max-width:700px){.product-touchless__masterhead{background-position:top right 20%}.product-touchless__masterhead .cta--arrow-right{padding-left:2rem}}@media (max-width:600px){.product-touchless__masterhead{background-position:top right 20%}.product-touchless__masterhead .cta--arrow-right{padding-left:2rem}}@media (max-width:540px){.product-touchless__masterhead h1{font-size:12vw}.product-touchless__masterhead .cta--arrow-right{padding-left:2rem;font-size:1.6rem;height:3em}.product-touchless__masterhead .cta--arrow-right:after{width:3rem;height:3rem;margin-left:1rem}}@media (max-width:400px){.product-touchless__masterhead{padding-bottom:0;background-position:top right 30%}.product-touchless__masterhead:after{display:none}.product-touchless__masterhead__grid{flex-direction:column}.product-touchless__masterhead__grid>div{width:100%;padding-right:10vw}}.product-touchless__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-touchless__bold,.product-touchless__features,.product-touchless__title,.product-touchless__uppercase{color:#d70b8a}.product-touchless__title{letter-spacing:-2px;margin-bottom:2rem}.product-touchless__subtitle{color:#000;font-size:2.5rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-touchless__features{font-size:4.2rem;letter-spacing:-.025em;margin-bottom:1.5rem;font-weight:600}.product-touchless__article{font-size:1.6rem;line-height:1.375}.product-touchless__bold{font-size:2.9rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-touchless .cta--whitebg{color:#d70b8a}.product-touchless .cta--whitebg:focus,.product-touchless .cta--whitebg:hover,.product-touchless .cta--whitebg:hover:focus{background-color:#d70b8a}.product-touchless__form{padding-top:8rem;padding-bottom:12rem}.product-touchless__form h2{font-size:5rem;color:#d70b8a}.product-touchless__form p{font-size:2.1rem;color:#000}.product-touchless__form#form .btn-form-submit{background-color:#d70b8a;border-color:#d70b8a;color:#fff}.product-touchless__form#form .btn-form-submit:focus,.product-touchless__form#form .btn-form-submit:hover,.product-touchless__form#form .btn-form-submit:hover:focus{color:#d70b8a;background-color:#fff}@media (max-width:1080px){.product-touchless__form h2{font-size:4.1rem}}@media (max-width:600px){.product-touchless__bold,.product-touchless__features,.product-touchless__subtitle{font-size:3rem}}.product-touchless__description .container,.product-touchless__experience .container{padding:13rem 23px 10rem;max-width:776px;text-align:center}.product-touchless__description .article-content.product-touchless__article,.product-touchless__experience .article-content.product-touchless__article{line-height:1.5}@media (max-width:1246px){.product-touchless__description .container,.product-touchless__experience .container{padding:8rem 23px}}@media (max-width:768px){.product-touchless__description .container,.product-touchless__experience .container{padding:6rem 23px 4rem}}.touchless-kiosk{position:relative;background-color:#f0f0f0;padding:0}.touchless-kiosk__content{display:flex}.touchless-kiosk__left{width:51%;display:flex;justify-content:flex-end;align-items:flex-start}.touchless-kiosk__right{width:49%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:9rem}.touchless-kiosk__right .text-container{max-width:330px;line-height:1.4}.touchless-kiosk__right .product-touchless__desc{max-width:280px;line-height:1.5}.touchless-kiosk__right .product-touchless__desc p{margin:25px 0}.touchless-kiosk__right .product-touchless__desc strong{color:#000;font-size:150%}.touchless-kiosk__right .product-touchless__icon{width:150px;margin-bottom:3rem}.touchless-kiosk__right .product-touchless__title{margin-left:-4px}@media (max-width:1200px){.touchless-kiosk{padding:6rem 0 0}.touchless-kiosk__content{justify-content:center;padding:0 1.8rem}.touchless-kiosk__left{width:100%;max-width:310px}.touchless-kiosk__right{width:auto}}@media (max-width:850px){.touchless-kiosk__right{padding-left:6rem}}@media (max-width:780px){.touchless-kiosk{padding:5rem 0 0;background-image:none}.touchless-kiosk__content{flex-direction:column-reverse;align-items:flex-end}.touchless-kiosk__right{padding-left:0;width:100%}.touchless-kiosk__right .product-touchless__icon{width:130px;margin-bottom:1.2rem}.touchless-kiosk__left{max-width:300px;margin-top:-40rem;align-items:flex-start}}@media (max-width:640px){.touchless-kiosk__content .product-touchless__desc{max-width:200px}}@media (max-width:550px){.touchless-kiosk__content{padding:0}.touchless-kiosk__content .product-touchless__desc{max-width:200px}}@media (max-width:500px){.touchless-kiosk{padding:4rem 0 0}.touchless-kiosk__left{max-width:145px}}@media (max-width:400px){.touchless-kiosk{padding:4rem 0 0}.touchless-kiosk__left{max-width:200px}.touchless-kiosk__content{padding:0}.touchless-kiosk__content .product-touchless__desc{max-width:140px}}@media (max-width:365px){.touchless-kiosk__left{margin-right:-4rem}}#touchless_laser{position:relative;overflow:hidden}#touchless_laser .laser_rays{display:inline-block;position:absolute;width:100%;height:100%;-webkit-clip-path:circle(0 at 54% 5%);clip-path:circle(0 at 54% 5%);transition:all .3s linear}@media (min-width:1200px){#touchless_laser .laser_rays{width:78%}}#touchless_laser .laser_rays span{content:"";position:absolute;width:1px;height:100%;background:linear-gradient(0deg,transparent 60%,#d70b8a);opacity:0;transition:opacity .3s ease-in}#touchless_laser .laser_rays span:first-child{-webkit-transform:rotate(2.5deg);transform:rotate(2.5deg);top:6%;left:41%}#touchless_laser .laser_rays span:nth-child(2){-webkit-transform:rotate(1.5deg);transform:rotate(1.5deg);top:6%;left:45%}#touchless_laser .laser_rays span:nth-child(3){-webkit-transform:rotate(.5deg);transform:rotate(.5deg);top:6%;left:49%}#touchless_laser .laser_rays span:nth-child(4){-webkit-transform:rotate(-1.5deg);transform:rotate(-1.5deg);top:6%;left:54%}#touchless_laser .laser_rays span:nth-child(5){-webkit-transform:rotate(-2.5deg);transform:rotate(-2.5deg);top:6%;left:58%}#touchless_laser .laser_rays span:nth-child(6){-webkit-transform:rotate(-3.5deg);transform:rotate(-3.5deg);top:6%;left:61%}#touchless_laser .laser_rays span:nth-child(7){-webkit-transform:rotate(-4.5deg);transform:rotate(-4.5deg);top:6%;left:65%}#touchless_laser .laser_rays span:nth-child(8){-webkit-transform:rotate(-5.5deg);transform:rotate(-5.5deg);top:5.7%;left:69%}#touchless_laser .laser_rays span:nth-child(9){-webkit-transform:rotate(-6.5deg);transform:rotate(-6.5deg);top:5.7%;left:73%}#touchless_laser .laser_rays span:nth-child(10){-webkit-transform:rotate(-7.5deg);transform:rotate(-7.5deg);top:5.7%;left:77%}#touchless_laser .laser_rays span:nth-child(11){-webkit-transform:rotate(-8.5deg);transform:rotate(-8.5deg);top:5.5%;left:81%}#touchless_laser .laser_rays span:nth-child(12){-webkit-transform:rotate(-9.5deg);transform:rotate(-9.5deg);top:5.5%;left:85%}#touchless_laser .laser_rays span:nth-child(13){-webkit-transform:rotate(-10.5deg);transform:rotate(-10.5deg);top:5.5%;left:89%}#touchless_laser.is-visible .laser_rays{-webkit-animation:3s d forwards;animation:3s d forwards}#touchless_laser.is-visible .laser_rays span{opacity:1}@-webkit-keyframes d{0%{-webkit-clip-path:circle(0 at 54% 5%);clip-path:circle(0 at 54% 5%)}to{-webkit-clip-path:circle(60% at 54% 5%);clip-path:circle(60% at 54% 5%)}}@keyframes d{0%{-webkit-clip-path:circle(0 at 54% 5%);clip-path:circle(0 at 54% 5%)}to{-webkit-clip-path:circle(60% at 54% 5%);clip-path:circle(60% at 54% 5%)}}#touchless_laser:not(.is-visible) .laser_rays{-webkit-animation:30s e forwards;animation:30s e forwards}#touchless_laser:not(.is-visible) .laser_rays span{opacity:1}@-webkit-keyframes e{0%{-webkit-clip-path:circle(60% at 54% 5%);clip-path:circle(60% at 54% 5%)}to{-webkit-clip-path:circle(0 at 54% 5%);clip-path:circle(0 at 54% 5%)}}@keyframes e{0%{-webkit-clip-path:circle(60% at 54% 5%);clip-path:circle(60% at 54% 5%)}to{-webkit-clip-path:circle(0 at 54% 5%);clip-path:circle(0 at 54% 5%)}}.product-touchless__gallery{background-color:#d80086}.product-touchless__gallery .container{max-width:1046px}.product-touchless__gallery .container>*{margin:23px auto}.product-touchless__gallery .container>:first-child{margin-top:7.5rem}.product-touchless__gallery .container>:last-child{margin-bottom:7.5rem}.product-touchless__gallery .wp-playlist{border:none;background-color:#fff0;padding:0}.product-touchless__gallery .mejs-overlay-button{height:11rem;width:11rem;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-position:50%;background-repeat:no-repeat;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);border:2px solid #fff0;transition:background-color .2s ease-out,border-color .2s ease-out}@media (max-width:768px){.product-touchless__gallery .mejs-overlay-button{height:8rem;width:8rem}}.product-touchless__gallery .mejs-overlay:active>.mejs-overlay-button,.product-touchless__gallery .mejs-overlay:hover>.mejs-overlay-button{background-position:50%;background-color:#fff0;border-color:#fff}.product-touchless__design .container{max-width:1046px}.product-touchless__design__title{padding-top:11rem;text-align:center;width:100%;background-color:#fff}.product-touchless__design__title .product-touchless__title{margin:auto;margin-bottom:1rem}.product-touchless__design__title .product-touchless__article{max-width:80ch;margin:auto}.product-touchless__design__product{position:relative;z-index:0;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;width:100%;padding:0 23px;background-color:#fff}.product-touchless__design__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);grid-auto-columns:1fr;grid-auto-rows:1fr;grid-gap:0 0;gap:0 0;grid-auto-flow:column;justify-items:center;align-items:end;grid-template-areas:"d e f" "g h i"}.product-touchless__design__grid .declination1{grid-area:d}.product-touchless__design__grid .declination2{grid-area:e}.product-touchless__design__grid .declination3{grid-area:f}.product-touchless__design__grid .product1{grid-area:g}.product-touchless__design__grid .product2{grid-area:h}.product-touchless__design__grid .product3{grid-area:i}.product-touchless__design .product-touchless__declination__title{margin:4rem 0;color:#000;font-size:2.3rem}@media (min-width:1246px){.product-touchless__design__product:after{top:453px;margin-top:0}}@media (max-width:920px){.product-touchless__design__grid{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(3,1fr);grid-auto-columns:1fr;grid-auto-rows:1fr;grid-gap:0 0;gap:0 0;grid-auto-flow:column;justify-items:center;align-items:flex-start;grid-template-areas:"d g" "h e" "f i"}.product-touchless__design .product-touchless__declination__title{margin-top:10rem;max-width:30vw}.product-touchless__design .product-touchless__article{align-self:end}}@media (max-width:600px){.product-touchless__design__grid{grid-template-columns:"j auto" "auto j" "j auto"}}@media (max-width:400px){.product-touchless__design__product{flex-direction:column;justify-content:center;align-items:center;padding:0 23px 5vw;background-color:#fff}.product-touchless__design__product:after{top:80vw;height:125vw}.product-touchless__design__product>div{flex:0 0 100%}.product-touchless__design__product>div:first-child{margin-top:-5vw;margin-bottom:5vw}}.product-ts .container{max-width:1046px}.product-ts__masterhead{position:relative;width:100%;height:100%;min-height:47.27273vw;padding-bottom:6.5rem;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/table_service/masterhead-bg-yellow.jpg) 100%/cover no-repeat #fcbf23;cursor:default}.product-ts__masterhead:after{position:absolute;bottom:-2px;left:0;width:100%;height:6.5rem;background:#fff;content:"";z-index:2;width:50%}.product-ts__masterhead .c-masterhead__subtitle{margin-bottom:4rem}.product-ts__masterhead__grid{display:flex;align-items:center;justify-content:center;position:relative;padding:6.5vw 0}.product-ts__masterhead__grid>div{width:50%}@media (min-width:600px){.product-ts__masterhead h1{font-size:7.87879vw}}@media (min-width:1650px){.product-ts__masterhead{min-height:780px}.product-ts__masterhead__grid{padding:110px 0}.product-ts__masterhead h1{font-size:13rem}}@media (max-width:769px){.product-ts__masterhead h1{white-space:nowrap}.product-ts__masterhead h1 br,.product-ts__masterhead h1 br:after{content:" "}}@media (max-width:700px){.product-ts__masterhead{background-position:top right 20%}}@media (max-width:600px){.product-ts__masterhead{background-position:top right 20%}}@media (max-width:400px){.product-ts__masterhead{padding-bottom:0;background-position:top right 30%}.product-ts__masterhead:after{display:none}.product-ts__masterhead__grid{flex-direction:column}.product-ts__masterhead__grid>div{width:100%;padding-right:10vw}}.product-ts__bold,.product-ts__features,.product-ts__title,.product-ts__uppercase{color:#fcbf23}.product-ts__title{letter-spacing:-2px}.product-ts__features,.product-ts__subtitle{letter-spacing:-.025em;margin-bottom:1.5rem}.product-ts__features{font-size:4.2rem;font-weight:600}.product-ts__article{line-height:1.375}.product-ts__bold{font-size:2.9rem;letter-spacing:-.025em;margin-bottom:1.5rem}.product-ts .cta--whitebg{color:#d70b8a}.product-ts .cta--whitebg:focus,.product-ts .cta--whitebg:hover,.product-ts .cta--whitebg:hover:focus{background-color:#d70b8a}.product-ts__form{padding-top:8rem;padding-bottom:12rem}.product-ts__form h2{font-size:5rem;color:#fcbf23}.product-ts__form p{font-size:2.1rem;color:#000}.product-ts__form#form .btn-form-submit{background-color:#fcbf23;border-color:#fcbf23;color:#fff}.product-ts__form#form .btn-form-submit:focus,.product-ts__form#form .btn-form-submit:hover,.product-ts__form#form .btn-form-submit:hover:focus{color:#fcbf23;background-color:#fff}@media (max-width:1080px){.product-ts__form h2{font-size:4.1rem}}@media (max-width:600px){.product-ts__bold,.product-ts__features,.product-ts__subtitle{font-size:3rem}}.ts-experience{position:relative;padding:8rem 0 0}.ts-experience .container{max-width:1150px}.ts-experience__content{position:relative;left:-10rem;display:flex;background:url(/wp-content/themes/themeacrelec/assetsv3/img/product/table_service/ts-experience-illu-yellow.webp) no-repeat;background-size:contain;background-position:0 calc(100% + 6vw);transition:background-position .6s ease-in-out}.ts-experience__content.is-visible{background-position:0 100%}.ts-experience__left{width:51%;display:flex}.ts-experience__right{width:49%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-left:9rem;margin-bottom:28rem}.ts-experience .product-ts__desc{line-height:1.4}@media (max-width:1240px){.ts-experience__content{left:0}}@media (max-width:1200px){.ts-experience{padding:6rem 0 0}.ts-experience__content{justify-content:space-between}.ts-experience__left{width:100%;max-width:310px}}@media (max-width:1040px){.ts-experience__content{background-size:55%}.ts-experience__right{margin-bottom:6rem}}@media (max-width:850px){.ts-experience__right{padding-left:6rem}}@media (max-width:650px){.ts-experience__content{flex-direction:column;padding-bottom:68vw;background-size:contain}.ts-experience__right{padding-left:0;width:100%}}.product-ts__service .container{max-width:1196px}.product-ts__section{padding:11rem 0;background-color:#f0f0f0}.product-ts__center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.product-ts__content{display:flex;position:relative;left:5rem}.product-ts__left{width:45%;display:flex;justify-content:flex-end;align-items:center}@media (max-width:1411px) and (min-width:400px){.product-ts__left .product-ts__padding{padding-left:0;margin-right:0}}.product-ts__right{width:55%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media (max-width:1411px) and (min-width:400px){.product-ts__right .product-ts__padding{padding-right:0;margin-left:0}}.product-ts__padding{margin:auto}@media (min-width:1412px){.product-ts__padding{max-width:440px}}@media (max-width:1411px) and (min-width:541px){.product-ts__padding{max-width:560px;padding:0 8.49858vw}}@media (max-width:540px) and (min-width:400px){.product-ts__padding{padding:0 2rem}}.product-ts__subtitle{font-size:2.5rem;color:#000;letter-spacing:-.6px;font-weight:400}.product-ts__article{max-width:400px;font-size:1.6rem;line-height:1.4}@media (max-width:1250px){.product-ts__content{left:0}}@media (max-width:540px){.product-ts__section{padding:11rem 0;padding:6rem 0}}@media (max-width:500px){.product-ts__content{flex-direction:column}.product-ts__left,.product-ts__right{width:100%}.product-ts__right{padding-top:3rem}}.product-ts__options{background:#1b1a19;color:#e1e1e1}.product-ts__options__grid{display:grid;grid-template-columns:23px auto 50vw;align-items:center}.product-ts__options__grid .image,.product-ts__options__grid .text{grid-row:1}.product-ts__options__grid .text{grid-column:2/3;padding:4rem 0;text-align:center;z-index:1}.product-ts__options__grid .text h2{font-size:2.2rem;font-weight:400}.product-ts__options__grid .image{width:100%;height:100%;grid-column:3/4;display:flex;justify-content:flex-end;align-items:flex-end;position:relative;z-index:0;grid-column:1/5;overflow:hidden}.product-ts__options__grid .image img{height:100%;max-height:100%;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:bottom right;object-position:bottom right;-webkit-transform-origin:bottom right;transform-origin:bottom right;-webkit-transform:scale(1.025);transform:scale(1.025);-o-object-fit:cover;object-fit:cover}.product-ts__options .product-ts__article{max-width:50ch}.product-ts__options .product-ts__title{max-width:20ch}.product-ts__options .product-ts__subtitle{color:inherit}@media (min-width:1046px){.product-ts__options__grid{grid-template-columns:minmax(23px,1fr) 600px 500px minmax(23px,1fr)}.product-ts__options__grid .text{grid-column:2/3;padding:4rem 0}}@media (max-width:540px){.product-ts__options__grid{grid-template-columns:23px auto 23px}.product-ts__options__grid .text{grid-column:2/3;grid-row:1;padding-bottom:0}.product-ts__options__grid .image{margin-top:8rem;grid-column:1/4;grid-row:2}}.product-ts__client{padding-top:9rem;padding-bottom:9rem}@media (max-width:900px){.product-ts__client{padding-bottom:5rem}}.product-ts__client .container{max-width:726px;padding:3rem 0;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/quotes-yellow.svg);background-repeat:no-repeat;background-position:top}@media (max-width:900px){.product-ts__client .container{padding:5rem 0}}.product-ts__quote{font-size:3.5rem;color:#fcbf23;font-weight:400;line-height:1.1;letter-spacing:-.02em}@media (max-width:900px){.product-ts__quote{font-size:2.8rem}}@media (max-width:600px){.product-ts__quote{font-size:2.2rem}}.product-ts__legend{display:flex;flex-direction:row;justify-content:center;align-items:center}.product-ts__legend>p{flex:0 1 content;margin-bottom:0}.product-ts__legend:after,.product-ts__legend:before{content:"-";padding:0 .5em}.product-ts__legend:before{text-align:right}.product-ts__legend:after{text-align:left}#tpl-casestudySingle{padding-top:20rem;font-size:2rem;line-height:3rem}@media (min-width:980px){#tpl-casestudySingle{padding-top:24rem}}@media (max-width:600px){#tpl-casestudySingle{padding-top:18rem}}#tpl-casestudySingle .container{max-width:780px;overflow:visible}#tpl-casestudySingle .panel-section1{padding-top:30px;padding-bottom:60px}#tpl-casestudySingle h1{max-width:700px;margin-top:2rem;margin-bottom:3rem;line-height:1}@media (min-width:900px){#tpl-casestudySingle h1{font-size:5.5rem}}#tpl-casestudySingle .panel-section1 .section-title,#tpl-casestudySingle h2{color:#ee3434}#tpl-casestudySingle .section-socialnetworks,#tpl-casestudySingle .section-socialnetworks li{display:inline-block}#tpl-casestudySingle .section-socialnetworks .icon-rs{display:inline-block;width:27px;height:27px;margin-right:10px;font-size:27px}#tpl-casestudySingle .section-meta,#tpl-casestudySingle .section-socialnetworks.top{display:inline-block}#tpl-casestudySingle .section-meta{font-size:1.5rem;text-transform:uppercase;font-weight:500}#tpl-casestudySingle .postSingle-type+.postSingle-date:before{display:inline-block;margin:0 9px 0 6px;content:"|"}#tpl-casestudySingle .section-img{width:100%;height:495px}@media (max-width:800px){#tpl-casestudySingle .section-img{height:45vw;min-height:300px}}#tpl-casestudySingle .htb__content{margin-top:4rem}#tpl-casestudySingle .swb__wrapper{margin-top:3rem}#tpl-casestudySingle .swb__content{font-size:1.6rem;line-height:1.8}#tpl-casestudySingle .swb__content h2{margin-bottom:5px;font-size:2.1rem;line-height:1.1;font-weight:600}#tpl-casestudySingle .swb__content h2+p{margin-top:0}#tpl-casestudySingle .slider__wrapper{margin-top:3rem}#tpl-casestudySingle .slider__content{position:relative;width:100%;margin:auto}#tpl-casestudySingle .slider__content .js-slider{height:450px}#tpl-casestudySingle .slider__content .slider__caption{display:inline-block;margin-top:7px;font-size:1.28rem;line-height:1.5;font-weight:500}#tpl-casestudySingle .slider__content .swiper-container{height:100%}#tpl-casestudySingle .slider__content .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#tpl-casestudySingle .slider__content .swiper-button-next,#tpl-casestudySingle .slider__content .swiper-button-prev{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;z-index:1;width:55px;height:55px;border-radius:50%;background-color:#f5f5f5;cursor:pointer}#tpl-casestudySingle .slider__content .swiper-button-next:after,#tpl-casestudySingle .slider__content .swiper-button-prev:after{font-size:22px;font-weight:500;color:#bbb}#tpl-casestudySingle .slider__content .swiper-button-prev{left:-20px;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}#tpl-casestudySingle .slider__content .swiper-button-prev:after{margin-left:-3px}#tpl-casestudySingle .slider__content .swiper-button-next{left:calc(100% + 20px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}#tpl-casestudySingle .slider__content .swiper-button-next:after{margin-right:-3px}@media (max-width:920px){#tpl-casestudySingle .slider__content .swiper-button-next,#tpl-casestudySingle .slider__content .swiper-button-prev{width:35px;height:35px}#tpl-casestudySingle .slider__content .swiper-button-next:after,#tpl-casestudySingle .slider__content .swiper-button-prev:after{font-size:12px}#tpl-casestudySingle .slider__content .swiper-button-prev{left:-10px}#tpl-casestudySingle .slider__content .swiper-button-next{left:calc(100% + 10px)}}@media (max-width:820px){#tpl-casestudySingle .slider__content{margin-bottom:52px}#tpl-casestudySingle .slider__content .swiper-button-prev{top:100%;right:0;left:100%;-webkit-transform:translate(-215%);transform:translate(-215%)}#tpl-casestudySingle .slider__content .swiper-button-next{top:100%;right:0;left:auto;-webkit-transform:none;transform:none}}@media (min-width:820px){#tpl-casestudySingle .slider__content .js-slider.view3slides{height:380px;padding:5rem 0;background:#f5f5f5}}@media (max-width:820px){#tpl-casestudySingle .slider__content .js-slider{height:45vw;min-height:300px}}#tpl-casestudySingle .wp-playlist{margin-top:3rem;padding:0;border:none}#tpl-casestudySingle .wp-playlist .mejs-overlay-button{width:11rem;height:11rem;border:2px solid #fff0;border-radius:50%;background-color:hsl(0 0% 100% / .25);background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/player-play.svg);background-repeat:no-repeat;background-position:50%;transition:background-color .2s ease-out,border-color .2s ease-out}#tpl-casestudySingle .tlnb__content,#tpl-casestudySingle .trnb__content{margin-top:2.5rem}#tpl-casestudySingle .tlnb__content .numb,#tpl-casestudySingle .trnb__content .numb{max-width:300px;margin:auto;margin-top:2rem;margin-bottom:30px;font-size:1.7rem;line-height:1.5;text-align:center;font-weight:500}#tpl-casestudySingle .tlnb__content .text,#tpl-casestudySingle .trnb__content .text{font-size:1.6rem}#tpl-casestudySingle .tlnb__content strong,#tpl-casestudySingle .trnb__content strong{font-size:7.6rem;line-height:1.1;color:#ee3434}#tpl-casestudySingle .tlnb__content h2,#tpl-casestudySingle .trnb__content h2{margin-bottom:0;font-size:2.1rem;line-height:1.1;font-weight:600}@media (min-width:530px){#tpl-casestudySingle .tlnb__content .numb{float:left;max-width:280px;margin-right:30px;margin-bottom:2rem;padding-top:2rem;padding-right:30px;padding-bottom:2.5rem;border-right:2px solid #dcdcdc;text-align:right}#tpl-casestudySingle .trnb__content .numb{float:right;max-width:210px;margin-left:30px;padding-left:30px;border-left:2px solid #dcdcdc;text-align:left}}#tpl-casestudySingle .rlb__wrapper{margin-top:2.7rem;padding-top:2.7rem;border-top:thin solid #f5f5f5;font-size:1.5rem}#tpl-casestudySingle .rlb__wrapper h2{margin-bottom:0;font-size:1.6rem;font-weight:500;color:inherit}#tpl-casestudySingle .rlb__wrapper a{text-decoration:underline;color:#ee3434}#tpl-casestudySingle .rlb__wrapper a[target=_blank]{position:relative}#tpl-casestudySingle .rlb__wrapper a[target=_blank]:after{display:inline-block;position:relative;top:2px;width:17px;height:17px;margin-left:5px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/externlink.svg) no-repeat 50%;background-size:cover;content:""}#tpl-casestudySingle .qb__wrapper{margin-top:4rem;margin-bottom:6rem}#tpl-casestudySingle .qb__wrapper .qb__content{max-width:726px;padding-top:10rem;text-align:center;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/quotes-red.svg);background-repeat:no-repeat;background-position:top}#tpl-casestudySingle .qb__wrapper h2{font-size:3.5rem;line-height:1.1;font-weight:400;letter-spacing:-.02em}@media (max-width:900px){#tpl-casestudySingle .qb__wrapper h2{font-size:2.8rem}}@media (max-width:600px){#tpl-casestudySingle .qb__wrapper h2{font-size:2.2rem}}#tpl-casestudySingle .qb__wrapper span{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:1.6rem}#tpl-casestudySingle .qb__wrapper span:after,#tpl-casestudySingle .qb__wrapper span:before{padding:0 .5em;content:"-"}#tpl-casestudySingle .qb__wrapper span:before{text-align:right}#tpl-casestudySingle .qb__wrapper span:after{text-align:left}#tpl-casestudySingle .fp__wrapper{margin-top:5rem}#tpl-casestudySingle .fp__wrapper .fp__content h2{margin-bottom:0;font-size:1.6rem;font-weight:500;color:inherit}#tpl-casestudySingle .fp__wrapper .fp__content .fp__products{display:flex;margin-top:8px;grid-gap:30px;gap:30px;flex-wrap:wrap}#tpl-casestudySingle .fp__wrapper .fp__content .fp__product{flex:0 0 242px;position:relative;width:242px;height:242px}#tpl-casestudySingle .fp__wrapper .fp__content .fp__product img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#tpl-casestudySingle .fp__wrapper .fp__content .fp__product h3{position:absolute;top:0;left:0;width:100%;margin-top:0;padding:2rem;font-size:1.8rem;font-weight:400;color:#818181}#tpl-casestudySingle .section-socialnetworks.bottom{margin-top:5rem}#tpl-casestudySingle .section-socialnetworks.bottom h2{margin-bottom:0;font-size:1.6rem;font-weight:500;letter-spacing:0;color:inherit}#tpl-casestudySingle .section-socialnetworks.bottom .list-unstyled{margin-top:1rem}#tpl-casestudySingle .tags__wrapper{margin-top:5rem}#tpl-casestudySingle .tags__wrapper .tags__content h2{margin-bottom:0;font-size:1.6rem;font-weight:500;letter-spacing:0;color:inherit}#tpl-casestudySingle .tags__wrapper .tags__content .tags__links{display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;font-size:1.5rem}#tpl-casestudySingle .tags__wrapper .tags__content .tags__link{color:inherit}#tpl-casestudySingle .c-want-more{padding:10rem 0 14rem;background-color:#f5f5f5}#tpl-casestudySingle .c-want-more h2{margin-bottom:0;font-size:2.8rem;font-weight:600;letter-spacing:0;color:#000}#tpl-casestudySingle .c-want-more .c-want-more__slider{margin-top:1rem;padding-left:0}@media (min-width:830px){#tpl-casestudySingle .c-want-more .c-want-more__slider{margin-left:calc(50% - 380px)}}.tpt-landingdunkin{background-color:#f2f3f4}.tpt-landingdunkin .container{max-width:1024px}.tpt-landingdunkin .c-masterhead{height:80vh;margin-bottom:clamp(6rem,7.8125vw,10rem)}.tpt-landingdunkin .c-masterhead__content{max-width:1280px}.tpt-landingdunkin .c-masterhead .cta{color:#000}.tpt-landingdunkin .c-masterhead .cta:is(:hover,:focus){background-color:#282828;color:#fff}.tpt-landingdunkin.kiosk .c-masterhead__content{max-width:900px;margin-bottom:20rem;margin-right:auto;margin-left:0}.tpt-landingdunkin h1{font-size:5.7rem}.tpt-landingdunkin__tiles{padding:3rem 0 7rem}.tpt-landingdunkin__tiles .container{max-width:1200px}.tpt-landingdunkin__tiles__row{display:flex;flex-wrap:wrap}.tpt-landingdunkin__tiles__col{background:#fff;box-shadow:0 3px 15px rgb(69 69 69 / .2);flex:0 0 calc(100% - 30px);margin:15px;transition:all .2s ease-in-out}@media screen and (min-width:768px){.tpt-landingdunkin__tiles__col{flex:0 0 calc(33.33333% - 30px)}}.tpt-landingdunkin__tiles__col:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);box-shadow:0 10px 40px 10px rgb(69 69 69 / .2)}.tpt-landingdunkin__tiles img{width:100%;aspect-ratio:100/73;-o-object-fit:cover;object-fit:cover}.tpt-landingdunkin__tiles__inner{padding:3rem}.tpt-landingdunkin__tiles__title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.tpt-landingdunkin__tiles__content{font-size:1.6rem}.tpt-landingdunkin .tpt-landingdunkin__3rows{display:flex;justify-content:center;flex-wrap:wrap}.tpt-landingdunkin .tpt-landingdunkin__3rows.--align-center{align-items:center}.tpt-landingdunkin .tpt-landingdunkin__col{flex:0 0 calc(100% - 30px);margin:15px}@media screen and (min-width:768px){.tpt-landingdunkin .tpt-landingdunkin__col{flex:0 0 calc(33.33333% - 30px)}}.tpt-landingdunkin__heading{text-align:center;color:#494a52;margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__heading .h2{font-size:clamp(2.4rem,3.90625vw,5rem);position:relative;padding-bottom:2.5rem;margin-bottom:2.5rem}.tpt-landingdunkin__heading .h2.--small{font-size:clamp(2.2rem,2.96875vw,3.8rem)}.tpt-landingdunkin__heading .h2:after{position:absolute;left:0;right:0;bottom:0;margin:0 auto;height:2px;width:250px;background:#e940a4;content:""}.tpt-landingdunkin__heading p{font-size:clamp(2rem,1.875vw,2.4rem)}.tpt-landingdunkin__figures{font-size:clamp(1.8rem,1.71875vw,2.2rem);margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__figures .tpt-landingdunkin__col{text-align:center}.tpt-landingdunkin__figures span{display:block}.tpt-landingdunkin__figures__pink{color:#e940a4;font-weight:700}.tpt-landingdunkin__figures__pink.--small{font-size:clamp(3rem,2.96875vw,3.8rem)}.tpt-landingdunkin__figures__pink.--big{font-size:clamp(4rem,5.625vw,7.2rem)}.tpt-landingdunkin__figures__pink.--big+.tpt-landingdunkin__figures__pink.--big{line-height:.5;margin-bottom:1.6rem}.tpt-landingdunkin__cta{display:flex;justify-content:center;margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__img{display:grid;align-items:center;justify-items:center;place-items:center}.tpt-landingdunkin__content{margin-bottom:clamp(2.5rem,3.90625vw,5rem)}.tpt-landingdunkin__content.--no-margin-bottom{margin-bottom:0}.tpt-landingdunkin__content.--center{text-align:center}.tpt-landingdunkin__content .h2{font-size:clamp(2.2rem,3.125vw,4rem);margin-bottom:1.5rem;color:#454545}.tpt-landingdunkin__content .h2.--pink{color:#e940a4}.tpt-landingdunkin__content .h2.--big{font-size:clamp(3.4rem,4.53125vw,5.8rem);margin-bottom:clamp(2rem,2.34375vw,3rem)}.tpt-landingdunkin__content .h3{margin-bottom:1.5rem;font-weight:700;color:#454545;font-size:clamp(2rem,2.1875vw,2.8rem)}.tpt-landingdunkin__content .h3.--pink{color:#e940a4}.tpt-landingdunkin__content p{color:#454545;font-size:2rem}.tpt-landingdunkin__content p .pink{color:#e940a4;font-weight:700}.tpt-landingdunkin__cta-list{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__cta-list .tpt-landingdunkin__col{text-align:center}.tpt-landingdunkin__watchnread{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__watchnread__row{display:flex;justify-content:center;flex-wrap:wrap}.tpt-landingdunkin__watchnread__col{flex:0 0 calc(100% - 30px);margin:15px}@media screen and (min-width:768px){.tpt-landingdunkin__watchnread__col{flex:0 0 calc(50% - 30px)}}.tpt-landingdunkin__watchnread img{width:100%;aspect-ratio:580/320;-o-object-fit:cover;object-fit:cover;display:block;margin-bottom:1.5rem}.tpt-landingdunkin__watchnread__title{color:#e940a4;font-size:clamp(2.2rem,2.96875vw,3.8rem);font-weight:700;margin-bottom:0}.tpt-landingdunkin__watchnread__subtitle{font-size:clamp(2rem,2.1875vw,2.8rem);font-weight:700;color:#454545}.tpt-landingdunkin__watchnread__content{font-size:2rem;color:#454545}.tpt-landingdunkin__blog-tiles{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__blog-tiles .tpt-landingdunkin__col{flex:0 0 calc(100% - 50px);margin:25px}@media screen and (min-width:768px){.tpt-landingdunkin__blog-tiles .tpt-landingdunkin__col{flex:0 0 calc(33.33333% - 50px)}}.tpt-landingdunkin__kiosks{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__kiosks img{margin:0 auto 1.5rem;max-height:400px}.tpt-landingdunkin__kiosks__title{color:#e940a4;font-size:clamp(2.2rem,2.96875vw,3.8rem);font-weight:700}.tpt-landingdunkin__kiosks__subtitle{font-size:clamp(2rem,2.1875vw,2.8rem);font-weight:700;color:#454545}.tpt-landingdunkin__kiosks__content{font-size:1.6rem;color:#454545}.tpt-landingdunkin__kiosks__content.--small{font-size:1.2rem}.tpt-landingdunkin__video{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__video .container{max-width:1080px}.tpt-landingdunkin__video .container video{aspect-ratio:16/9}.tpt-landingdunkin__benefits{margin-bottom:clamp(3.5rem,5.46875vw,7rem)}.tpt-landingdunkin__benefits .h2{font-size:clamp(2.2rem,2.96875vw,3.8rem);margin-bottom:1.5rem;color:#454545}.tpt-landingdunkin__benefits sup{font-size:.5em;vertical-align:super;position:relative;left:-.4em}@media screen and (min-width:680px){.tpt-landingdunkin__benefits__row{display:flex;justify-content:center;align-items:center}}.tpt-landingdunkin__benefits__col:first-child{margin-right:4rem;text-align:center;display:flex;justify-content:center;grid-gap:4rem;gap:4rem}@media screen and (min-width:680px){.tpt-landingdunkin__benefits__col:first-child{width:33%;display:block;max-width:200px}}.tpt-landingdunkin__benefits__col:first-child>div:first-child{margin-bottom:2rem}.tpt-landingdunkin__benefits__col:last-child{flex:1}.tpt-landingdunkin__benefits__figure{font-size:clamp(4rem,5.625vw,7.2rem);color:#e940a4;font-weight:700}.tpt-landingdunkin__benefits li{color:#454545;font-size:2rem;margin-bottom:1rem}.tpt-landingdunkin__benefits li b{color:#e940a4}.tpt-landingdunkin__form{background:#fff}.tpt-landingdunkin__form .container{width:100%;max-width:780px}.tpt-pagewhitepaper{background-color:#f2f3f4;margin-bottom:0;padding-bottom:clamp(2.5rem,3.90625vw,5rem)}.tpt-pagewhitepaper .c-masterhead{min-height:50vh;margin-bottom:clamp(7rem,9.375vw,12rem);align-items:flex-end}@media (min-width:600px){.tpt-pagewhitepaper .c-masterhead{height:80vh}}.tpt-pagewhitepaper .c-masterhead__content{max-width:780px;margin-left:0}@media (min-height:550px){.tpt-pagewhitepaper .c-masterhead__content{margin-bottom:15%}}@media (min-width:1200px){.tpt-pagewhitepaper .c-masterhead h1{font-size:6.5rem}}.tpt-pagewhitepaper .c-masterhead__logo{margin-bottom:2rem;max-width:170px}.tpt-pagewhitepaper .c-masterhead img{-o-object-position:bottom center;object-position:bottom center}.tpt-pagewhitepaper__intro{font-weight:700}.tpt-pagewhitepaper hr{background-color:#d70b8a;max-width:600px;width:75%;height:4px;margin:3.5rem auto}.tpt-pagewhitepaper__wys{margin-bottom:3rem}.tpt-pagewhitepaper__wys a{color:#d70b8a;text-decoration:underline}.tpt-pagewhitepaper__cta{display:flex;justify-content:center;margin-top:3.5rem;margin-bottom:3.5rem}.tpt-doublecheck{margin-bottom:0;padding-bottom:clamp(2.5rem,3.90625vw,5rem);color:#000;background-color:#f2f3f4}.tpt-doublecheck .cta.cta--whitebg{color:#000}.tpt-doublecheck .cta.cta--whitebg:focus,.tpt-doublecheck .cta.cta--whitebg:hover{color:#fff;background:#fcbf23}.tpt-doublecheck h2.h4{margin-bottom:clamp(2rem,3.125vw,4rem);line-height:1.2}.tpt-doublecheck h2.h4 span{font-weight:400}.tpt-doublecheck__center{text-align:center}.tpt-doublecheck p{color:#000}.tpt-doublecheck .c-masterhead{align-items:center;margin-bottom:clamp(5rem,6.25vw,8rem)}.tpt-doublecheck .c-masterhead p.c-masterhead__subtitle{color:#fff}.tpt-doublecheck .c-masterhead__content{max-width:640px;margin-left:0;color:#fff}.tpt-doublecheck .c-masterhead h1{text-transform:uppercase}.tpt-doublecheck .c-masterhead h1 em{font-style:normal;color:#fcbf23}@media (min-width:1200px){.tpt-doublecheck .c-masterhead h1{font-size:6.5rem}}.tpt-doublecheck .c-masterhead__logo{max-width:170px;margin-bottom:2rem}.tpt-doublecheck .c-masterhead img{-o-object-position:bottom center;object-position:bottom center}.tpt-doublecheck.tpt-doublecheck--only-masthead{padding-bottom:0;color:inherit;background-color:#fff0}.tpt-doublecheck.tpt-doublecheck--only-masthead .c-masterhead{margin-bottom:0}.tpt-doublecheck__video video{width:100%;margin-bottom:clamp(3rem,3.90625vw,5rem);aspect-ratio:16/9}.tpt-doublecheck__section2,.tpt-doublecheck__section3,.tpt-doublecheck__section4{margin-top:clamp(6rem,7.8125vw,10rem);margin-bottom:clamp(6rem,7.8125vw,10rem)}.tpt-doublecheck__section2{padding:50px 0;box-shadow:0 0 20px 0 rgb(0 0 0 / .05)}.tpt-doublecheck__hr{display:block;width:100%;max-width:400px;height:5px;margin:3rem auto;background:#fcbf23}.tpt-doublecheck__check{display:block;width:80%;max-width:400px;margin:auto}.tpt-doublecheck__figures{display:flex;align-items:center;justify-content:space-between}.tpt-doublecheck__figures>*{max-width:200px}.tpt-doublecheck__figure{font-size:clamp(3.6rem,7.26563vw,9.3rem)!important;line-height:1!important;font-weight:700;color:#fcbf23!important}.tpt-doublecheck__section3{margin-bottom:clamp(5rem,7.03125vw,9rem);background:url(/wp-content/themes/themeacrelec/assetsv3/img/landingpage/bg-double-check.png) no-repeat 50%;background-size:auto clamp(350px,100%,550px)}.tpt-doublecheck__section3 .tpt-doublecheck__bullets,.tpt-doublecheck__section3 h2.h4{margin-left:10%}@media (max-width:660px){.tpt-doublecheck__section3 .tpt-doublecheck__bullets,.tpt-doublecheck__section3 h2.h4{margin-left:0}}.tpt-doublecheck__bullets{display:flex;flex-direction:column;justify-content:center;position:relative;margin-bottom:5rem;padding-left:2rem;padding-top:3rem;padding-bottom:3rem}.tpt-doublecheck__bullets:before{display:block;position:absolute;left:0;width:3px;height:100%;background:#fcbf23;content:""}.tpt-doublecheck__bullet:not(:last-child){margin-bottom:2rem}.tpt-doublecheck__bullet button{display:flex;align-items:center;font-size:2rem;font-weight:700;color:#fcbf23}.tpt-doublecheck__bullet button:before{margin-right:1.2rem;font-size:2.4rem;content:"\2022"}.tpt-doublecheck__bullet button:active span,.tpt-doublecheck__bullet button:hover span{text-decoration:underline}.tpt-doublecheck__bullet__content{display:none;padding-top:1.6rem}.tpt-doublecheck__wys{margin-bottom:3rem}.tpt-doublecheck__wys a{text-decoration:underline;color:#fcbf23}.tpt-doublecheck__cta{display:flex;justify-content:center;margin-top:3.5rem;margin-bottom:3.5rem}.tpt-doublecheck__form{padding-top:4rem;padding-bottom:6rem}.tpt-doublecheck__form#form .btn-form-submit{border-color:#fcbf23;color:#fff;background-color:#fcbf23}.tpt-doublecheck__form#form .btn-form-submit:focus,.tpt-doublecheck__form#form .btn-form-submit:hover,.tpt-doublecheck__form#form .btn-form-submit:hover:focus{color:#fcbf23;background-color:#fff}.rse h2{font-size:clamp(3.2rem,3.125vw,4rem);color:#000;font-weight:500;line-height:1.2}.rse p{color:#000;line-height:1.875}.rse p.--color-green{color:#63d669}.rse .cta-small{padding:1.2rem 2rem}.rse-masthead{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-bottom:6rem;width:100%;min-height:90dvh}@media (min-width:500px){.rse-masthead{justify-content:center;aspect-ratio:1512/700;padding:6rem 0 12rem;min-height:auto}}.rse-masthead .container{position:relative;z-index:1}.rse-masthead img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width:1513px){.rse-masthead img{-o-object-position:right center;object-position:right center}}.rse-masthead:after{content:"";pointer-events:none;background:linear-gradient(90deg,#000 5.91%,transparent 39.52%);position:absolute;top:0;left:0;width:100%;height:100%}.rse-masthead .h1{max-width:45rem;color:#fff;margin-bottom:1.5rem;font-size:3.8rem}@media screen and (min-width:541px){.rse-masthead .h1{font-size:6rem}}.rse-masthead .h2{max-width:55rem;color:#63d669;margin-bottom:2rem;font-size:2.2rem}@media screen and (min-width:541px){.rse-masthead .h2{font-size:3.2rem}}.rse-masthead p{color:#dfdfdf;max-width:50rem;font-size:1.6rem}.rse-section{padding-top:11rem;padding-bottom:11rem}.rse-section.--large{padding-top:13rem;padding-bottom:13rem}.rse-section.--environment{background:url(/wp-content/themes/themeacrelec/assetsv3/img/rse/environment-desktop.jpg) 50%/cover no-repeat}.rse-section.--environment h2{font-size:3rem;letter-spacing:-.9px}.rse-section.--grey{background:#f0f0f0}.rse-section__inner{max-width:51rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.rse-section img{margin-bottom:1.5rem}.rse-section h2{color:#000;margin-bottom:2rem;letter-spacing:-1.2px}.rse-section p{font-size:clamp(1.4rem,1.25vw,1.6rem);color:#000}.rse-section__overtitle{font-size:2rem;letter-spacing:-.6px;font-weight:500;margin-bottom:0}.rse-list{background:#f0f0f0}.rse-list .container{max-width:1558px;padding-left:0;padding-right:0}@media screen and (min-width:541px){.rse-list .container{padding-left:23px;padding-right:23px}}.rse-list__title{color:#000;font-size:2rem;font-weight:600;margin-left:2rem;margin-right:2rem;line-height:1.1}.rse-list p.rse-list__objec{background-color:#282828;display:flex;align-items:center;justify-content:center;padding-top:8px;padding-bottom:8px;color:#fff;line-height:1.2;width:100%;margin:auto 2rem 0}.rse-list__picto{margin-top:auto;margin-bottom:auto}.rse-list .js-slider-rse{position:relative}.rse-list .swiper-slide{padding-top:3rem;display:flex;text-align:center;height:41.5rem;border-right:1px solid #d5d5d5;flex-direction:column;justify-content:space-between;align-items:center}.rse-list .swiper-slide:first-child{border-left:1px solid #d5d5d5}@media screen and (min-width:541px){.rse-list .swiper-slide{max-width:30rem}}.rse-list .swiper-button-next,.rse-list .swiper-button-prev{background:#716e6e;width:74px;height:35px;top:auto;bottom:0}.rse-list .swiper-button-next:after,.rse-list .swiper-button-prev:after{content:"";background:url(/wp-content/themes/themeacrelec/assetsv3/img/rse/arrow-right.svg) 50%/contain no-repeat;width:24px;height:24px}.rse-list .swiper-button-prev{left:0}.rse-list .swiper-button-prev:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.rse-list .swiper-button-next{right:0}.rse-employee{position:relative;display:flex;align-items:flex-end;min-height:666px}.rse-employee .container{padding-left:0;padding-right:0;max-width:1920px}.rse-employee img{-o-object-fit:cover;object-fit:cover}@media screen and (min-width:500px){.rse-employee img{position:absolute;top:0;left:0;width:100%;height:100%}}.rse-employee__inner{background:#fff;padding:4rem;position:relative;z-index:2;max-width:57.6rem;width:90%;margin-top:-8rem}@media screen and (min-width:500px){.rse-employee__inner{width:100%;margin-top:0;margin-left:auto}}.rse-employee__subtitle{color:#63d669;font-size:1.6rem;font-weight:500}.rse-labels .container{padding-left:0;padding-right:0}@media screen and (min-width:541px){.rse-labels .container{max-width:1558px}}.rse-labels__row{display:flex;flex-flow:column-reverse}@media screen and (min-width:541px){.rse-labels__row{flex-direction:row}}@media screen and (min-width:541px){.rse-labels__col{width:50%}}.rse-labels__col:first-child{padding:1.5rem 2.5rem 6rem}@media screen and (min-width:541px){.rse-labels__col:first-child{padding:2.5rem}}@media screen and (min-width:1025px){.rse-labels__col:first-child{padding:clamp(1.5rem,4.6875vw,6rem) clamp(1.5rem,8.59375vw,11rem)}}.rse-labels__col:last-child img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.rse-labels__list{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;background:#fff;margin-top:-7rem;position:relative;z-index:2;padding:2rem}.rse-labels__list img{max-width:7rem}@media screen and (min-width:541px){.rse-labels__list{margin-top:0;margin-bottom:5rem;padding:0}.rse-labels__list img{max-width:auto}}.rse-labels p.rse-labels__title{color:#282828;font-size:2rem;font-weight:600;letter-spacing:-.6px;line-height:1.2}.rse-labels li{color:#000;display:flex;align-items:center;padding-top:0;padding-bottom:5px}.rse-labels li img{margin-right:2rem}.rse-labels__group{margin-bottom:2rem}.rse-orga{background:#f0f0f0}.rse-orga .container{padding-left:0;padding-right:0}@media screen and (min-width:541px){.rse-orga .container{max-width:1558px}}.rse-orga__row{display:flex;flex-flow:column-reverse}@media screen and (min-width:541px){.rse-orga__row{flex-direction:row}}@media screen and (min-width:541px){.rse-orga__col{width:50%}}.rse-orga__col:first-child img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.rse-orga__col:last-child{padding:4rem 2.5rem}.rse-orga__col:last-child img{margin-bottom:1.2rem}.rse-orga__col:last-child h2,.rse-orga__col:last-child p{max-width:46rem}@media screen and (min-width:541px){.rse-orga__col:last-child{padding:2.5rem}}@media screen and (min-width:1025px){.rse-orga__col:last-child{padding:clamp(1.5rem,4.6875vw,6rem) clamp(1.5rem,8.59375vw,11rem)}}.rse-bullet{background:#f0f0f0}.rse-bullet .container{padding-left:0;padding-right:0}@media screen and (min-width:541px){.rse-bullet .container{max-width:1558px}}.rse-bullet__row{display:flex;flex-flow:column}@media screen and (min-width:769px){.rse-bullet__row{flex-direction:row}}.rse-bullet__col:first-child{flex:1}@media screen and (min-width:769px){.rse-bullet__col:last-child{width:41.00529%}}.rse-bullet__col:last-child img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.rse-bullet__col__inner{max-width:65rem;margin:6rem auto;padding-left:2.5rem;padding-right:2.5rem}.rse-bullet__col__inner:not(:last-child){padding-bottom:6rem;border-bottom:1px solid #d5d5d5}@media screen and (min-width:541px){.rse-bullet__col__inner{padding-left:10%;padding-right:10%}}.rse-bullet ul{list-style:none;margin-left:0}.rse-bullet ul li{margin-bottom:1rem;display:flex;align-items:flex-start}.rse-bullet ul li:before{flex-shrink:0;content:"";margin-right:1.5rem;position:relative;top:-3px;width:24px;height:24px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/rse/check-box.svg) 50%/contain no-repeat}.rse-bullet li,.rse-bullet p{color:#000}.rse-bullet .cta-small{margin-top:2rem}.rse-eco{background:#f0f0f0}.rse-eco .container{padding-left:0;padding-right:0}@media screen and (min-width:541px){.rse-eco .container{max-width:1558px}}.rse-eco__row{display:flex;flex-flow:column}@media screen and (min-width:769px){.rse-eco__row{flex-direction:row}}@media screen and (min-width:769px){.rse-eco__col:first-child{width:38.88889%}}.rse-eco__col:first-child img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}@media screen and (min-width:1025px){.rse-eco__col:first-child img{-o-object-fit:cover;object-fit:cover}}.rse-eco__col:last-child{flex:1}.rse-eco__col:last-child div{max-width:70rem;padding:clamp(5rem,5.46875vw,7rem) 2.5rem}@media screen and (min-width:541px){.rse-eco__col:last-child div{margin-left:clamp(1.5rem,4.6875vw,6rem);[dir=ltr] &{padding-left:0;padding-right:2.5rem}[dir=rtl] &{padding-right:0;padding-left:2.5rem}}}@media screen and (min-width:1025px){.rse-eco__col:last-child div{margin-left:clamp(1.5rem,7.03125vw,9rem)}}.rse-values{position:relative;display:flex;align-items:flex-end;min-height:836px}.rse-values .container{padding-left:0;padding-right:0;max-width:1920px}.rse-values img{-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:694px){.rse-values img{position:absolute;top:0;left:0;width:100%;height:100%}}.rse-values__inner{background:#f0f0f0;padding:4rem;position:relative;z-index:2;max-width:68rem}@media screen and (min-width:500px){.rse-values__inner{margin-top:0;margin-right:auto}}.cta{display:inline-flex;align-items:center;height:5rem;padding:0 4rem;border:1px solid #000;border-radius:5rem;font-size:2.2rem;font-weight:400;transition:color .2s,border .2s,background .2s}.cta,.cta:focus,.cta:hover,.cta:hover:focus{color:#000}.cta--white{border:1px solid #fff;color:#fff}.cta--white:focus,.cta--white:hover,.cta--white:hover:focus{color:#000;background-color:#fff}.cta--blue{border:1px solid #5252ff;color:#fff;background:#5252ff}.cta--blue:focus,.cta--blue:hover,.cta--blue:hover:focus{color:#5252ff;background-color:#fff}.cta--green{border:1px solid #63d669;color:#fff;background:#63d669}.cta--green:focus,.cta--green:hover,.cta--green:hover:focus{color:#63d669;background-color:#fff}.cta--whitebg{border:1px solid #fff;background-color:#fff;color:#5252ff}.cta--whitebg:focus,.cta--whitebg:hover,.cta--whitebg:hover:focus{color:#fff;background-color:#5252ff}.cta--blackbg{border:1px solid #282828;background-color:#282828;color:#fff}.cta--blackbg:focus,.cta--blackbg:hover,.cta--blackbg:hover:focus{color:#282828;background-color:#fff}.cta--arrow-right{height:6.25rem;border-radius:6.25rem;padding-right:1rem}@media (min-width:541px){.cta--arrow-right{font-size:2.75rem}}.cta--arrow-right:after{content:"";width:4.5rem;height:4.5rem;margin-left:2.8rem;background-color:currentColor;-webkit-mask:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/masthead-play.svg) no-repeat;mask:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/masthead-play.svg) no-repeat}.cta--purple{background-color:#b741f2;border:1px solid #b741f2;color:#fff}.cta--purple:focus,.cta--purple:hover,.cta--purple:hover:focus{background-color:#8920d6;color:#fff}.cta--pink{background-color:#e940a4;border:1px solid #e940a4;color:#fff}.cta--pink:focus,.cta--pink:hover,.cta--pink:hover:focus{background-color:#fff;color:#e940a4}.cta--yellow{background-color:#fcbf23;border:1px solid #fcbf23;color:#fff}.cta--yellow:focus,.cta--yellow:hover,.cta--yellow:hover:focus{background-color:#fff;color:#fcbf23}.cta-small{display:inline-block;padding:.8rem 2rem .7rem;border:1px solid #000;background-color:#000;color:#fff;font-weight:400;font-size:1.4rem;line-height:1;border-radius:31px;transition:.2s}.cta-small:focus,.cta-small:hover,.cta-small:hover:focus{color:#000;background-color:#fff}.cta-small--blue{background-color:#5252ff;border:1px solid #5252ff}.cta-small--blue:focus,.cta-small--blue:hover,.cta-small--blue:hover:focus{color:#fff;background-color:#3c3ccf}.cta-small--download-blue{position:relative;padding-top:.3rem;color:#5252ff;background-color:#fff0;border:1px solid #5252ff}.cta-small--download-blue:before{content:"";display:inline-block;position:relative;width:16px;height:16px;top:2px;margin:0 8px 0 0;line-height:0;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-blue.svg)}.cta-small--download-blue:focus,.cta-small--download-blue:hover,.cta-small--download-blue:hover:focus{color:#fff;background-color:#5252ff}.cta-small--download-blue:focus:before,.cta-small--download-blue:hover:before,.cta-small--download-blue:hover:focus:before{background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-white.svg);transition:none}.cta-small--download-pink{position:relative;padding-top:.3rem;color:#d80086;background-color:#fff0;border:1px solid #d80086}.cta-small--download-pink:before{content:"";display:inline-block;position:relative;width:16px;height:16px;top:2px;margin:0 8px 0 0;line-height:0;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-pink.svg)}.cta-small--download-pink:focus,.cta-small--download-pink:hover,.cta-small--download-pink:hover:focus{color:#fff;background-color:#d80086}.cta-small--download-pink:focus:before,.cta-small--download-pink:hover:before,.cta-small--download-pink:hover:focus:before{background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-white.svg);transition:none}.cta-small--download-yellow{position:relative;padding-top:.3rem;color:#f49b03;background-color:#fff0;border:1px solid #f49b03}.cta-small--download-yellow:before{content:"";display:inline-block;position:relative;width:16px;height:16px;top:2px;margin:0 8px 0 0;line-height:0;background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-yellow.svg)}.cta-small--download-yellow:focus,.cta-small--download-yellow:hover,.cta-small--download-yellow:hover:focus{color:#fff;background-color:#f49b03}.cta-small--download-yellow:focus:before,.cta-small--download-yellow:hover:before,.cta-small--download-yellow:hover:focus:before{background:url(/wp-content/themes/themeacrelec/assetsv3/img/icons/download-white.svg);transition:none}.cta-small--pink{background-color:#e940a4;border:1px solid #e940a4}.cta-small--pink:focus,.cta-small--pink:hover,.cta-small--pink:hover:focus{color:#fff;background-color:#c62a83}.cta-small--purple{background-color:#b741f2;border:1px solid #b741f2}.cta-small--purple:focus,.cta-small--purple:hover,.cta-small--purple:hover:focus{color:#fff;background-color:#8920d6}.cta-small--yellow{background-color:#fcad1a;border:1px solid #fcad1a}.cta-small--yellow:focus,.cta-small--yellow:hover,.cta-small--yellow:hover:focus{color:#fff;background-color:#f49b03}.cta-small--green{border:1px solid #63d669;color:#fff;background:#63d669}.cta-small--green:focus,.cta-small--green:hover,.cta-small--green:hover:focus{color:#63d669;background-color:#fff}@media (max-width:800px){.cta-small{font-size:1.7rem;padding:1.2rem 2rem}}.hr{display:block;width:150px;height:2px;background-color:#000;border:0;margin:1.5rem 0}.hr--blue{background-color:#5252ff}.gform_validation_container,.gform_wrapper .gform_validation_container,body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper li.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container{display:none!important;position:absolute!important;left:-9000px}html[lang=ja] .c-menu-tertiary__product{font-size:1.3rem}@media (min-width:600px){html[lang=ja] .product-ts__masterhead h1{font-size:4.54545vw}}html[lang=ja] .tpt-overview--kiosk .overview-gd__title{font-size:5rem}@media (max-width:768px){html[lang=ja] .product-qtimer__masterhead>.container>div{width:100%}}@media screen and (min-width:541px){html[lang=ja] .rse-masthead h1{font-size:5.4rem}}html[lang=ja] .audio-masterhead__title__audio{font-size:6.5rem}@media (max-width:900px){html[lang=ja] .audio-masterhead__title__audio{font-size:4rem}}html[lang=ja] .product-audio__micro .product-audio__title{font-size:3.5rem}@media (max-width:1200px){html[lang=ja] .product-audio__micro .product-audio__title{font-size:4.5rem}}html[lang=ja] .tpt-qtimer .c-masterhead__title,html[lang=ja] .tpt-qtimer .c-masterhead__title .c-masterhead__uppercase{font-size:clamp(2rem,2.66667vw,4.4rem)}@media (min-width:541px){html[lang=ja] .cta--arrow-right{font-size:2.2rem}}html[lang=ja] .sub-menu-wrap .sub-menu-custom-subtitle{font-size:2.2rem}html[lang=ja] .sub-menu-wrap{padding:0 0 1.5rem}html[lang=ja] .u-ja-small-slide{font-size:5rem}@media (max-width:560px){html[lang=ja] .u-ja-small-slide{font-size:3rem}}.container{width:100%;max-width:1412px;margin:0 auto;padding:0 23px}.container--fluide{max-width:none}.container--large{max-width:1070px}.container--medium{max-width:814px}.container--small{max-width:586px}.container--paddingless{padding:0}.container .container{padding-right:0;padding-left:0}.header{display:flex;align-items:center;position:fixed;z-index:20;height:75px;transition:background .4s}.header,.header:after{top:0;width:100%;background:#000;background:var(--header-background,#000)}.header:after{position:absolute;left:0;z-index:-1;height:100%;content:""}.header .container{display:flex;align-items:center;justify-content:space-between;max-width:1575px}.header__logo{position:relative;width:170px;height:38px;margin-right:2.6rem}.header__logo:after{display:inline-block;position:absolute;top:0;right:-26px;content:""}@media (max-width:1160px){.header__logo{margin-right:1.2rem;margin-left:0}.header__logo:after{right:-13px}}.header__logo:after,.header__right__sep{display:inline-block;width:1px;height:33px;background:#fff;opacity:.22}.header__right{display:flex;align-items:center}.header__right__sep{margin:0 1.8rem 0 1.4rem}.header__search-button{border:none;background:#fff0;cursor:pointer}.header__search-button.is-inactive{opacity:.5;pointer-events:none}.header .mobile-nav-toggle{display:none;position:relative;z-index:2;width:22px;margin-left:2rem;border:none;background:#fff0}.header .mobile-nav-toggle span{display:block;width:22px;height:3px;background:#fff}.header .mobile-nav-toggle__burger span{margin-bottom:5px}.header .mobile-nav-toggle__burger span:last-child{margin-bottom:0}.header .mobile-nav-toggle__close{display:none;position:relative;top:-4px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.header .mobile-nav-toggle__close span{width:30px;height:4px;background:#4c4c4c;-webkit-transform-origin:center center;transform-origin:center center}.header .mobile-nav-toggle__close span:first-child{position:relative;top:4px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.header .mobile-nav-toggle.is-open .mobile-nav-toggle__close{display:block}.header .mobile-nav-toggle.is-open .mobile-nav-toggle__burger{display:none}@media (max-width:980px){.header .mobile-nav-toggle{display:block}}.header .button.header__lastlink{display:inline-flex;align-items:center;justify-content:center;width:auto;height:3.4rem;padding:0 2.5rem;line-height:1;border:none;border-radius:1.7rem;outline:0;font-size:1.4rem;color:#000;background:#fff}@media (max-width:980px){.header #navigation{-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;pointer-events:none}.header #navigation.is-active{-webkit-transform:translateX(0);transform:translateX(0);pointer-events:all}}@media (max-width:980px){.header .container{padding-left:0}.header__logo{margin:0 auto;position:relative;left:70px}.header__logo:after{display:none}}@media (max-width:580px){.header__logo{position:static}.header .button.header__lastlink{padding:0 1.5rem}.header__right__sep{margin:0 .5rem}.header .header__logo{width:120px;display:flex;flex-direction:column;justify-content:center}.header .header__logo img{height:auto}}.header.--landing .header__logo:after{display:none}.page-template-front-page-v3 .header,.page-template-front-page-v3 .header:after{background:#fff0}.page-template-front-page-v3 .header.is-scrolling{background:#000}.page-template-front-page-v3 .header.is-scrolling:after{background:#fff0}#navigation{margin-right:auto;margin-left:2.6rem}@media (max-width:1160px){#navigation{margin-left:1.2rem}}#navigation .menu{display:flex;align-items:center;margin:auto 0;list-style:none}#navigation .menu>.menu-item{margin:0 0 0 2.5rem}@media screen and (max-width:1160px){#navigation .menu>.menu-item{margin:0 0 0 1.5rem}}#navigation .menu>.menu-item:first-child{margin-left:0}#navigation .menu>.menu-item>a,#navigation .menu>.menu-item button{font-size:1.6rem;font-weight:400;color:#fff;opacity:.7}#navigation .menu>.menu-item>a:after,#navigation .menu>.menu-item button:after{height:5px}#navigation .menu>.menu-item>a:focus,#navigation .menu>.menu-item>a:hover,#navigation .menu>.menu-item button:focus,#navigation .menu>.menu-item button:hover{color:#fff;opacity:1}@media (max-width:1160px){#navigation .menu>.menu-item>a,#navigation .menu>.menu-item button{font-size:1.5rem}}#navigation .menu>.menu-item.current-menu-item>a,#navigation .menu>.menu-item.current-menu-item button{opacity:1}#navigation .js-laser{position:absolute;bottom:0;height:5px;background:#fff;opacity:1;transition:width .4s,background .4s,opacity .3s,-webkit-transform .4s;transition:transform .4s,width .4s,background .4s,opacity .3s;transition:transform .4s,width .4s,background .4s,opacity .3s,-webkit-transform .4s;-webkit-transform-origin:center center;transform-origin:center center;will-change:width}#navigation .js-laser.is-hidden{opacity:0}#navigation .js-laser.is-always-visible{opacity:1}#navigation .menu-item.current-menu-ancestor>a,#navigation .menu-item.current-menu-ancestor button,#navigation .menu-item.current-menu-item>a,#navigation .menu-item.current-menu-item button,#navigation .menu-item.menu-item-has-children:focus>a,#navigation .menu-item.menu-item-has-children:focus button,#navigation .menu-item.menu-item-has-children:hover>a,#navigation .menu-item.menu-item-has-children:hover button,#navigation .menu-item a,#navigation .menu-item button{color:#fff}#navigation .sub-menu-wrap{right:9999rem;z-index:-1;opacity:0;transition:background .4s,opacity .15s linear,right 0s .15s}@media (max-width:980px){#navigation .sub-menu-wrap{display:none}}#navigation .menu-item-has-children.current-menu-ancestor:not(.product-overview) .sub-menu-wrap,#navigation .menu-item-has-children.current-menu-item .sub-menu-wrap{right:0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);transition:opacity .15s linear}@media (max-width:980px){#navigation{position:absolute;top:0;left:0;width:75%;overflow-y:scroll;margin:0;background:#fff}#navigation .menu{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100vh;height:var(--app-height,100vh);padding:8rem 0 0 5rem}#navigation .menu>.menu-item{margin:0 0 4rem}#navigation .menu>.menu-item>a{font-size:2.2rem;color:#000;opacity:1}#navigation .menu>.menu-item>a.current-menu-item,#navigation .menu>.menu-item>a:focus,#navigation .menu>.menu-item>a:hover{color:#ff4545;transition:none}#navigation .js-laser{display:none}}.sub-menu-wrap{display:flex;align-items:flex-end;justify-content:center;position:absolute;top:75px;z-index:10;width:100%;height:130px;padding:0 0 2.5rem;font-size:1.5rem;color:#fff;background:#000}.sub-menu-wrap .sub-menu-custom-subtitle{position:absolute;left:-5rem;font-size:3.5rem;line-height:1;-webkit-transform:translateX(-100%);transform:translateX(-100%);cursor:default}@media (max-width:1120px){.sub-menu-wrap .sub-menu-custom-subtitle{display:none}}@media (min-width:1575px){.sub-menu-wrap .sub-menu-custom-subtitle{left:calc((100% - 1575px + 2 * 23px) / 2 + 171px + 2.6rem + 2.6rem + 40px);-webkit-transform:none;transform:none}}.sub-menu-wrap .sub-menu{display:flex;align-items:center;justify-content:center;position:relative;margin:0;list-style:none;line-height:1}@media (min-width:1575px){.sub-menu-wrap .sub-menu{position:static}}@media screen and (min-width:1120px){.sub-menu-wrap .sub-menu{min-height:60px}}.sub-menu-wrap .sub-menu a{display:block;width:100%;font-size:1.6rem;font-weight:600;color:#fff;transition:color .2s ease-out,background .2s ease-out}.sub-menu-wrap .sub-menu a:focus,.sub-menu-wrap .sub-menu a:hover{color:#fff;text-decoration:underline}.sub-menu-wrap .sub-menu li{margin-right:4rem}.sub-menu-wrap .sub-menu li:first-child{max-width:192px}.sub-menu-wrap .sub-menu li:last-child{margin-right:0}.sub-menu-wrap .sub-menu li a{text-align:center}.sub-menu-wrap .sub-menu li.current-menu-item a,.sub-menu-wrap .sub-menu li:hover a{color:#fff}.sub-menu-wrap .sub-menu li.current-menu-item a:before,.sub-menu-wrap .sub-menu li:hover a:before{-webkit-filter:drop-shadow(0 0 8px #fff);filter:drop-shadow(0 0 8px white)}.sub-menu-wrap .sub-menu li.menu-greyedout{opacity:.5}.sub-menu-wrap .sub-menu li.menu-greyedout a{cursor:default}.sub-menu-wrap .sub-menu li.menu-greyedout a:hover:before{-webkit-filter:none;filter:none}.sub-menu-wrap.--clone{display:none;height:100px;padding-bottom:0;line-height:1;-webkit-transform:translateY(0)!important;transform:translateY(0)!important}@media (max-width:980px){.sub-menu-wrap.--clone{display:flex}}.sub-menu-wrap.--clone .sub-menu-custom-subtitle{display:none}.sub-menu-wrap.--clone>.sub-menu{display:flex;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding-bottom:15px;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}.sub-menu-wrap.--clone>.sub-menu a{font-size:1.3rem}.sub-menu-wrap.--clone>.sub-menu a:before{margin-bottom:6px}.sub-menu-wrap.--clone>.sub-menu li{width:auto;height:auto;margin:0 1.5rem;padding:0;white-space:nowrap}.sub-menu-wrap.--clone>.sub-menu li:last-child{margin-right:0}@media (max-width:520px){.sub-menu-wrap.--clone>.sub-menu li{margin:0 1.25rem}}.sub-menu li.current-menu-item.menu-image-case-food a:before,.sub-menu li.current-menu-item.menu-image-case-retail a:before{-webkit-filter:none;filter:none}.sub-menu-wrap .sub-menu li a:before{display:block;margin:0 auto 1rem;background-repeat:no-repeat;background-size:contain;transition:-webkit-filter .2s;transition:filter .2s;transition:filter .2s,-webkit-filter .2s;content:"";-webkit-filter:drop-shadow(0 0 8px #fff0);filter:drop-shadow(0 0 8px #fff0);will-change:filter}.menu-image-drive-odmb a:before{width:38px;height:53px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-odmb@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-odmb a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-odmb@2x.png)}}@media (max-width:980px){.menu-image-drive-odmb a:before{width:30px;height:42px}}.menu-image-drive-driveid a:before{width:46px;height:55px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-driveid@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-driveid a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-driveid@2x.png)}}@media (max-width:980px){.menu-image-drive-driveid a:before{width:37px;height:45px}}.menu-image-drive-qtimer a:before{width:41px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-qtimer@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-qtimer a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-qtimer@2x.png)}}@media (max-width:980px){.menu-image-drive-qtimer a:before{width:33px;height:45px}}.menu-image-drive-audio a:before{width:44px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-audio@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-drive-audio a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/drive-audio@2x.png)}}@media (max-width:980px){.menu-image-drive-audio a:before{width:36px;height:42px}}.menu-image-kiosk-atp a:before{width:41px;height:39px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-ATP@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-atp a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-ATP@2x.png)}}@media (max-width:980px){.menu-image-kiosk-atp a:before{width:35px;height:34px}}.menu-image-kiosk-dot a:before{width:41px;height:39px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-DOT@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-dot a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-DOT@2x.png)}}@media (max-width:980px){.menu-image-kiosk-dot a:before{width:35px;height:34px}}.menu-image-kiosk-k22 a:before{width:27px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K22@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k22 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K22@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k22 a:before{width:23px;height:49px}}.menu-image-kiosk-k27 a:before{width:13px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k27 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k27 a:before{width:11px;height:49px}}.menu-image-kiosk-k27-outdoor a:before{width:17px;height:56px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27Outdoor@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k27-outdoor a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K27Outdoor@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k27-outdoor a:before{width:15px;height:49px}}.menu-image-kiosk-k32-outdoor a:before{width:20px;height:62px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K32Outdoor@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-k32-outdoor a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-K32Outdoor@2x.png)}}@media (max-width:980px){.menu-image-kiosk-k32-outdoor a:before{width:16px;height:53px}}.menu-image-kiosk-table a:before{width:32px;height:48px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-TableService@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-table a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-TableService@2x.png)}}@media (max-width:980px){.menu-image-kiosk-table a:before{width:28px;height:41px}}.menu-image-kiosk-touchless a:before{width:28px;height:52px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-Touchless@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-kiosk-touchless a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/kiosk-Touchless@2x.png)}}@media (max-width:980px){.menu-image-kiosk-touchless a:before{width:24px;height:45px}}.menu-image-click-pickup a:before{width:38px;height:46px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-pickup@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-click-pickup a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-pickup@2x.png)}}@media (max-width:980px){.menu-image-click-pickup a:before{width:32px;height:38px}}.menu-image-click-mobile a:before{width:70px;height:46px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-mobile-ordering@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-click-mobile a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/cnc-mobile-ordering@2x.png)}}@media (max-width:980px){.menu-image-click-mobile a:before{width:59px;height:39px}}.menu-image-sco-s15 a:before{width:54px;height:58px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S15@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-s15 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S15@2x.png)}}@media (max-width:980px){.menu-image-sco-s15 a:before{width:51px;height:55px}}.menu-image-sco-s22 a:before{width:31px;height:55px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S22@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-s22 a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-S22@2x.png)}}@media (max-width:980px){.menu-image-sco-s22 a:before{width:29px;height:52px}}.menu-image-sco-atp a:before{width:39px;height:38px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-ATP@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-sco-atp a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/sco-ATP@2x.png)}}@media (max-width:980px){.menu-image-sco-atp a:before{width:36px;height:35px}}.menu-image-case-food a:before{width:50px;height:60px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-food@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-case-food a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-food@2x.png)}}@media (max-width:980px){.menu-image-case-food a:before{width:40px;height:48px}}.menu-image-case-retail a:before{width:60px;height:59px;background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-retail@1x.png)}@media screen and (min-resolution:2dppx){.menu-image-case-retail a:before{background-image:url(/wp-content/themes/themeacrelec/assetsv3/img/header/icons/menu-image-case-retail@2x.png)}}@media (max-width:980px){.menu-image-case-retail a:before{width:46px;height:45px}}.footer{background:#000}.footer .container{max-width:1246px}.footer__newsletter{padding:4rem 0;background:#0b0b0b}.footer__newsletter .container{display:flex;align-items:center}.footer__newsletter .container>p{font-size:2rem;color:#fff}.footer__newsletter #mc_embed_signup{margin:0 auto}.footer__newsletter #mc_embed_signup_scroll{display:flex;align-items:center}.footer__newsletter .mc-field-group{position:relative;margin-right:1.5rem}.footer__newsletter .mc-field-group label{display:none;position:absolute;font-weight:400}.footer__newsletter .mc-field-group input[type=email]{display:block;width:100%;min-width:280px;height:4rem;padding:0 1.5rem;border:1px solid hsl(0 0% 100% / .28);border-radius:5px;color:#fff;background:#fff0}.footer__newsletter .mc-field-group input[type=email]:focus,.footer__newsletter .mc-field-group input[type=email]:hover{border-color:#fff}.footer__newsletter #mc-embedded-subscribe{display:inline-flex;align-items:center;justify-content:center;width:auto;height:3.4rem;padding:0 2.5rem;border:1px solid #000;border-radius:1.7rem;outline:0;font-family:inherit;font-size:1.4rem;text-decoration:none;font-weight:400;white-space:nowrap;color:#000;background:#fff;cursor:pointer}.footer__newsletter #mc-embedded-subscribe:focus,.footer__newsletter #mc-embedded-subscribe:hover{border:1px solid #fff;color:#fff;background:#000}.footer__newsletter input[type=submit]{-webkit-appearance:none}@media (max-width:768px){.footer__newsletter .container>p{margin-right:1.5rem}}@media (max-width:680px){.footer__newsletter .container{display:block;text-align:center}.footer__newsletter .container>p{margin-bottom:1.5rem}.footer__newsletter #mc_embed_signup_scroll{justify-content:center;text-align:left}}@media (max-width:540px){.footer__newsletter .container>p{font-size:1.7rem}.footer__newsletter #mc_embed_signup_scroll{display:block}.footer__newsletter .mc-field-group input[type=email]{margin-bottom:1rem}.footer__newsletter .clear{text-align:center}}.footer__inner{padding:5rem 0 4rem;background:#1b1b1b;background:linear-gradient(180deg,#1b1b1b,#0e0e0e)}.footer__logo{margin-bottom:4.5rem}.footer__logo a{display:block;max-width:173px;margin:0 auto}@media (max-width:520px){.footer__logo{display:none}}.footer ul{margin:0;list-style-type:none}.footer .menu li.menu-greyedout a{color:#888;cursor:default}.footer .menu a{font-size:1.3rem;color:#fff}.footer .menu a:focus,.footer .menu a:hover{text-decoration:underline}.footer__sub{display:flex;align-items:center;justify-content:space-between;position:relative;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #414141}.footer__sub__flag{display:flex;align-items:center;text-transform:uppercase}.footer__sub__flag a{color:#fff}.footer__sub__flag img{width:30px;height:30px}.footer__sub__flag>li,.footer__sub__flag span{margin-right:1.5rem}.footer__sub__flag span{color:#818181}.footer__sub__flag li:last-child a[hreflang=fr-FR]{display:block;width:30px;height:30px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/FR-icon.png) 50%/contain no-repeat}.footer__sub__flag li:last-child a[hreflang=fr-FR] img{display:none}.footer__sub__logo img{max-width:180px;width:100%;aspect-ratio:180/100}@media (max-width:768px){.footer__sub__logo{width:135px}.footer__sub__logo img{max-width:135px;max-height:75px}}@media (max-width:540px){.footer__sub__logo{margin-bottom:1.5rem}}@media (max-width:520px){.footer__sub{align-items:center;justify-content:center;flex-flow:column wrap;border-bottom:none}.footer__sub__flag{position:static;margin:0 auto;padding-top:1.5rem;order:2}}.footer__social{display:flex;align-items:center}@media (max-width:520px){.footer__social{justify-content:center;width:100%;padding-bottom:1.5rem;border-bottom:1px solid #414141;order:1}}.footer__social li{margin-right:2rem}.footer__social li:last-child{margin-right:0}.footer__social img{width:24px}.footer .footer-secondary-menu{margin-bottom:1rem}.footer .footer-secondary-menu .menu{display:flex;align-items:center;flex-flow:row wrap}.footer .footer-secondary-menu .menu li{margin-bottom:1.5rem;line-height:1.4}.footer .footer-secondary-menu .menu a{font-size:1.4rem}.footer .footer-secondary-menu .menu>.menu-item:after{margin:0 1rem;color:#888;content:"|"}.footer .footer-secondary-menu .menu>.menu-item:last-child:after{display:none}@media (max-width:520px){.footer .footer-secondary-menu .menu{justify-content:center}}.footer__copy{font-size:1.3rem;line-height:1.4;color:#888}@media (max-width:520px){.footer__copy{text-align:center}}.footer.--landing .footer__sub{justify-content:center}.footer.--landing .footer__copy{text-align:center}.footer-menu{margin-bottom:1.5rem}.footer-menu>.menu{display:flex;flex-flow:row wrap;justify-content:space-between}.footer-menu>.menu>.menu-item{width:120px;margin-bottom:1.5rem}.footer-menu>.menu>.menu-item>a{display:block;margin-bottom:2.5rem;font-size:1.5rem;font-weight:600}@media (max-width:820px){.footer-menu>.menu>.menu-item{width:120px;margin:0 5% 2.5rem}}.footer-menu .sub-menu li{margin-bottom:1rem;line-height:1.4}.footer-menu .sub-menu .sub-menu{margin:1rem 0 0 1rem;list-style-type:"- ";color:#fff}.footer-menu .sub-menu .sub-menu li{margin-bottom:.5rem}@media (min-width:521px){.footer-menu .sub-menu{display:block!important}}@media (max-width:520px){.footer-menu{border-bottom:1px solid #414141}.footer-menu>.menu{display:block}.footer-menu>.menu>.menu-item{width:100%;margin:0 0 2.5rem}.footer-menu>.menu>.menu-item>a{margin-bottom:1.5rem;font-size:1.9rem}.footer-menu>.menu>.menu-item.menu-item-has-children{position:relative}.footer-menu>.menu>.menu-item.menu-item-has-children a{max-width:calc(100% - 2.5rem)}.footer-menu>.menu>.menu-item.menu-item-has-children:after{position:absolute;top:-6px;right:0;width:2.5rem;font-size:3.5rem;line-height:1;color:#fff;content:"+"}.footer-menu>.menu>.menu-item.menu-item-has-children.is-active:after{content:"-"}.footer-menu .sub-menu{display:none}.footer-menu .sub-menu a{font-size:1.6rem}}.c-menu-tertiary{position:fixed;top:75px;z-index:15;width:100%;height:5rem;border-bottom:1px solid #fff;transition:background .4s,z-index .4s}.c-menu-tertiary .container{display:flex;align-items:center;justify-content:space-between;max-width:1570px;height:100%;padding:0 23px}.c-menu-tertiary__product{display:flex;align-items:center;font-size:1.9rem;font-weight:600;color:#fff}@media screen and (max-width:560px){.c-menu-tertiary__product{font-size:1.5rem}}.c-menu-tertiary ul{display:flex;align-items:center;margin-bottom:0;list-style:none;line-height:1.3}.c-menu-tertiary li{margin-right:2.5rem}.c-menu-tertiary li:last-child{margin-right:0}.c-menu-tertiary a:not(.c-menu-tertiary__parent){font-size:1.5rem}.c-menu-tertiary a{color:#fff}.c-menu-tertiary a:focus,.c-menu-tertiary a:hover{text-decoration:underline}.c-menu-tertiary .sep{position:relative;top:-1px;margin:0 2px;font-weight:400}.c-menu-tertiary__right{display:flex;align-items:flex-start;justify-content:center}.c-menu-tertiary__more{display:flex;margin-left:2.5rem}.c-menu-tertiary__more:after{display:inline-block;position:relative;top:2px;width:13px;height:15px;margin-left:10px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/tertiary/triangle.svg);content:""}.c-menu-tertiary__chevron{display:none;position:relative;top:4px;width:20px;height:12px;border:none;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/tertiary/chevron-down.png) 50%/contain no-repeat;background-color:#fff0;transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out}.c-menu-tertiary__chevron.is-active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media (max-width:540px){.c-menu-tertiary__chevron{display:block}.c-menu-tertiary ul{display:flex;display:none;flex-direction:column;position:absolute;top:5rem;left:0;width:100%;margin-left:0;padding-bottom:2.5rem}.c-menu-tertiary li{width:100%;margin:0}.c-menu-tertiary li a{display:block;width:80%;margin:0 auto;padding:1.3rem 0;border-bottom:1px solid #000}}@media (max-width:500px){.c-menu-tertiary .c-menu-tertiary__product .c-menu-tertiary__parent,.c-menu-tertiary .c-menu-tertiary__product .sep{display:none}}.page-template-product-driveid-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary{border-bottom:1px solid #4343d1}.page-template-product-driveid-v3 .c-menu-tertiary.is-scrolling,.page-template-product-odmb-v3 .c-menu-tertiary.is-scrolling{background:#5252ff}@media (max-width:540px){.page-template-product-driveid-v3 .c-menu-tertiary,.page-template-product-driveid-v3 .c-menu-tertiary ul,.page-template-product-odmb-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary ul{background:#5252ff}.page-template-product-driveid-v3 .c-menu-tertiary li a,.page-template-product-odmb-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-product-touchless-v3 .c-menu-tertiary{border-bottom:1px solid #d80086}.page-template-product-touchless-v3 .c-menu-tertiary.is-scrolling{background:#d80086}@media (max-width:540px){.page-template-product-touchless-v3 .c-menu-tertiary,.page-template-product-touchless-v3 .c-menu-tertiary ul{background:#d80086}.page-template-product-touchless-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-kiosk-v3 .c-menu-tertiary,.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-qtimer-v3 .c-menu-tertiary,.page-template-product-table-service-v3 .c-menu-tertiary{border-bottom:1px solid #f49b03}.page-template-kiosk-v3 .c-menu-tertiary.is-scrolling,.page-template-product-audio-v3 .c-menu-tertiary.is-scrolling,.page-template-product-qtimer-v3 .c-menu-tertiary.is-scrolling,.page-template-product-table-service-v3 .c-menu-tertiary.is-scrolling{background:#f49b03}@media (max-width:540px){.page-template-kiosk-v3 .c-menu-tertiary,.page-template-kiosk-v3 .c-menu-tertiary ul,.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-audio-v3 .c-menu-tertiary ul,.page-template-product-qtimer-v3 .c-menu-tertiary,.page-template-product-qtimer-v3 .c-menu-tertiary ul,.page-template-product-table-service-v3 .c-menu-tertiary,.page-template-product-table-service-v3 .c-menu-tertiary ul{background:#f49b03}.page-template-kiosk-v3 .c-menu-tertiary li a,.page-template-product-audio-v3 .c-menu-tertiary li a,.page-template-product-qtimer-v3 .c-menu-tertiary li a,.page-template-product-table-service-v3 .c-menu-tertiary li a{border-bottom-color:#3c3ccf}}.page-template-tableservice-new-overview .c-menu-tertiary{border-bottom:1px solid #d80086}.page-template-tableservice-new-overview .c-menu-tertiary.is-scrolling{background:#d80086}@media (max-width:540px){.page-template-tableservice-new-overview .c-menu-tertiary,.page-template-tableservice-new-overview .c-menu-tertiary ul{background:#d80086}.page-template-tableservice-new-overview .c-menu-tertiary li a{border-bottom-color:#e940a4}}.page-template-product-s15-v3 .c-menu-tertiary,.page-template-product-s22-v3 .c-menu-tertiary{border-bottom:1px solid #950fde}.page-template-product-s15-v3 .c-menu-tertiary.is-scrolling,.page-template-product-s22-v3 .c-menu-tertiary.is-scrolling{background:#950fde}@media (max-width:540px){.page-template-product-s15-v3 .c-menu-tertiary,.page-template-product-s15-v3 .c-menu-tertiary ul,.page-template-product-s22-v3 .c-menu-tertiary,.page-template-product-s22-v3 .c-menu-tertiary ul{background:#950fde}.page-template-product-s15-v3 .c-menu-tertiary li a,.page-template-product-s22-v3 .c-menu-tertiary li a{border-bottom-color:#b741f2}}.page-template-about .c-menu-tertiary{border-bottom:1px solid red}.page-template-about .c-menu-tertiary.is-scrolling{background:red}@media (max-width:540px){.page-template-about .c-menu-tertiary,.page-template-about .c-menu-tertiary ul{background:red}.page-template-about .c-menu-tertiary li a{border-bottom-color:red}}.is-above-menu-tertiary,.is-below-menu-tertiary{position:relative;width:100%;padding-top:5rem;cursor:default}.page-template-product-audio-v3 .c-menu-tertiary,.page-template-product-odmb-v3 .c-menu-tertiary{z-index:1}.page-template-product-audio-v3 .c-menu-tertiary.is-scrolling,.page-template-product-odmb-v3 .c-menu-tertiary.is-scrolling{z-index:15}@media (min-width:769px){.page-template-product-audio-v3 .is-above-menu-tertiary,.page-template-product-odmb-v3 .is-above-menu-tertiary{padding-top:4rem}}.tpt-mobileord.is-below-sub-menu-wrap,.tpt-pickup.is-below-sub-menu-wrap{margin-top:3rem}@media (min-width:720px){.tpt-mobileord.is-below-sub-menu-wrap,.tpt-pickup.is-below-sub-menu-wrap{margin-top:10rem}}.page-template-product-mobile-ordering-v3 .c-menu-tertiary,.page-template-product-pickup-v3 .c-menu-tertiary{border-bottom:1px solid #f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary.is-scrolling,.page-template-product-pickup-v3 .c-menu-tertiary.is-scrolling{background:#f49b03}@media (max-width:540px){.page-template-product-mobile-ordering-v3 .c-menu-tertiary,.page-template-product-mobile-ordering-v3 .c-menu-tertiary ul,.page-template-product-pickup-v3 .c-menu-tertiary,.page-template-product-pickup-v3 .c-menu-tertiary ul{background:#f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary li a,.page-template-product-pickup-v3 .c-menu-tertiary li a{border-bottom-color:#f49b03}.page-template-product-mobile-ordering-v3 .c-menu-tertiary .c-menu-tertiary__product,.page-template-product-pickup-v3 .c-menu-tertiary .c-menu-tertiary__product{font-size:1.3rem}}.modal{display:flex;position:fixed;top:50%;right:0;left:-9999rem;z-index:21;width:calc(100% - 2rem);max-width:480px;height:400px;max-height:calc(100% - 2rem);background:#f7f7fc;opacity:0;-webkit-transform:translate3d(-50%,calc(20px - 50%),0);transform:translate3d(-50%,calc(20px - 50%),0);transition:opacity .15s linear,right 0s .15s,left 0s .15s,-webkit-transform .15s linear;transition:opacity .15s linear,transform .15s linear,right 0s .15s,left 0s .15s;transition:opacity .15s linear,transform .15s linear,right 0s .15s,left 0s .15s,-webkit-transform .15s linear}.modal__inner{width:100%;overflow:auto;margin-top:4rem;padding:0 2rem 2rem;-webkit-overflow-scrolling:scroll}.modal.is-active{right:50%;left:50%;opacity:1;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);transition:opacity .15s linear,-webkit-transform .15s linear;transition:opacity .15s linear,transform .15s linear;transition:opacity .15s linear,transform .15s linear,-webkit-transform .15s linear}.modal__close{position:absolute;top:1rem;right:1rem;border:none;background:#fff0;transition:color .2s;cursor:pointer}.modal__close:focus,.modal__close:hover{color:#000}.modal.--search{top:7.5rem;max-width:100%;height:100%;background:#fff0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.modal.--search .modal__close{top:3rem;right:14rem}@media (max-width:980px){.modal.--search .modal__close{right:1rem}}.modal-overlay{position:fixed;top:7.5rem;right:9999rem;z-index:20;width:100%;height:100%;background:hsl(0 0% 100% / .96);opacity:0;transition:opacity .15s linear,right 0s .15s,left 0s .15s}.modal-overlay.is-active{right:0;left:0;opacity:1;transition:opacity .15s linear}.modal-overlay.--menu{top:0;z-index:19;background:rgb(0 0 0 / .7)}.searchform{position:relative;width:100%;max-width:560px;margin:3rem auto 0}.searchform input{width:100%;height:6rem;padding:0;border:none;border-bottom:1px solid #000;font-size:5rem;line-height:1;text-align:center;font-weight:400;background:#fff0}.searchform input::-webkit-input-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::-moz-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::-ms-input-placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input::placeholder{font-size:5rem;font-weight:400;color:gray}.searchform input:focus,.searchform input:hover{background:#fff0}.searchform__spinner{position:absolute;top:50%;right:1rem;width:40px;height:40px;margin-top:-20px;background:url(/wp-content/themes/themeacrelec/assetsv3/img/header/search-spinner.svg) 50%/contain no-repeat;opacity:0;transition:opacity .2s ease-out}@media (max-width:660px){.searchform__spinner{width:25px;height:25px;margin-top:-12px}}.searchform.is-writing .searchform__spinner{opacity:.7;transition:none}.searchresults{width:100%;max-width:560px;margin:3rem auto 0}.searchresults__list li{margin-bottom:1.5rem}.searchresults__list li a{font-size:2.6rem}.searchresults__list li a:focus,.searchresults__list li a:hover{text-decoration:underline}