@font-face {
	font-family: 'Futura Handwritten';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(futurahandwritten.woff2) format('woff2');
}

@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{from{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);height:100%;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:calc(10px * 2);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(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(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:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;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}a.plyr__control::after,a.plyr__control::before{display: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{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:calc(10px / 4);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:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(10px / 2);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__controls:empty{display:none}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip]{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:rgba(255,255,255,.9);background:var(--plyr-menu-background,rgba(255,255,255,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(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 transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:rgba(255,255,255,.9);border-top-color:var(--plyr-menu-background,rgba(255,255,255,.9));content:'';height:0;position:absolute;right:calc(((18px / 2) + calc(10px * .7)) - (4px / 2));right:calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(10px * .7);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-bottom:calc(calc(10px * .7)/ 1.5);padding-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);padding-left:calc(calc(10px * .7) * 1.5);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-right:calc(calc(10px * .7) * 1.5);padding-right:calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);padding-top:calc(calc(10px * .7)/ 1.5);padding-top:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);-webkit-user-select:none;-ms-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 transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(10px * .7) * 4);padding-right:calc(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:calc((calc(10px * .7) * 1.5) - 4px);right:calc((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:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:calc(calc(10px * .7)/ 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);padding-left:calc(calc(10px * .7) * 4);padding-left:calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);position:relative;width:calc(100% - (calc(10px * .7) * 2));width:calc(100% - (calc(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:calc((calc(10px * .7) * 1.5) - 4px);left:calc((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:calc(calc(10px * .7)/ 2);margin-top:calc(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:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(10px * .7);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:rgba(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:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc((calc(10px * .7) - 2) * -1);margin-right:calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);overflow:hidden;padding-left:calc(calc(10px * .7) * 3.5);padding-left:calc(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:calc(13px * 2);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:calc((3px * 2) + 13px);height:calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));margin:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;border:0;border-radius:calc(5px / 2);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;background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);-webkit-appearance:none;margin-top:calc(((13px - 5px)/ 2) * -1);margin-top:calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:calc(5px / 2);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 rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(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:calc(5px / 2);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{background:0 0;border:0;border-radius:calc(5px / 2);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;-ms-user-select:none;user-select:none;color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper{background:0 0;border:0;border-radius:calc(5px / 2);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;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;border:0;border-radius:calc(5px / 2);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;-ms-user-select:none;user-select:none;background:currentColor}.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 rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px);margin-top:0}.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-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__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:calc(768px - 1)){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:rgba(255,255,255,.9);background:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(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:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:calc(10px / 2) calc(calc(10px / 2) * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(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 .1s ease,opacity .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);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%,0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translate(0,10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((18px / 2) + calc(10px * .7));left:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translate(0,10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((18px / 2) + calc(10px * .7));right:calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.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:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0,0) scale(1)}.plyr__progress{left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:calc(13px * -.5);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:calc((5px / 2) * -1);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,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(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:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(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:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:calc(10px / 2);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:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;left:0;position:absolute;top:0}.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(rgba(0,0,0,0),rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(rgba(0,0,0,0),rgba(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:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:calc(10px * 2);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:calc(10px * 3.5);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:calc(10px * 1.5);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:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:rgba(255,255,255,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(255,255,255,.5))}.plyr--video .plyr__progress__buffer{color:rgba(255,255,255,.25);color:var(--plyr-video-progress-buffered-background,rgba(255,255,255,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__video-wrapper{height:100%;position:static}.plyr:-ms-fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:fullscreen .plyr__video-wrapper{height:100%;position:static}.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper{height:0;position:relative}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor: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:-ms-fullscreen .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;height:100%;margin:0;width:100%;bottom:0;display:block;left:0;position:fixed;right:0;top:0;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:rgba(255,255,255,.9);background-color:var(--plyr-tooltip-background,rgba(255,255,255,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:calc(calc(10px / 2) * 2);margin-bottom:calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translate(0,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s .1s ease,opacity .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0,0) scale(1)}.plyr__preview-thumb::before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid rgba(255,255,255,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,rgba(255,255,255,.9));bottom:calc(4px * -1);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:calc(3px - 1px);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:rgba(0,0,0,.55);border-radius:calc(3px - 1px);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;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);overflow:hidden;border:0!important;height:1px!important;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/**
 * Swiper 6.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2020
 */

@font-face {
	font-family: 'swiper-icons';
	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');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.scrollUp {
	visibility: collapse;
	position: fixed;
}
  html {
    scroll-behavior: smooth;
  }
  
.body-404 .page-404 h2 {
	margin-top: 350px;
	text-align: center;
	font-size: 40px;
}
.body-404 .page-404 h3 {
	text-align: center;
	font-size: 35px;
	font-weight: normal;
}
.body-404 .page-404 .not-clickable-title {
	margin-top: 50px;
}
.body-404 .page-404 li {
	height: 50px;
	box-shadow: inset 0 -5px 0 0 #217EC7;
	display: inline-block;
	transition: box-shadow 0.4s cubic-bezier(.165,.84,.44,1);
}
.body-404 .page-404 .popin {
	margin-top: 22px;
	margin-left: 18.5%;
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	opacity: 0;
	transition: opacity .4s ease-in-out;
}
.body-404 .page-404 .popin .create-acc {
	font-size: 25px;
}
.body-404 .page-404 .popin p {
	margin-top: 17px;
}
.body-404 .page-404 li:hover {
	box-shadow: inset 0 -15px 0 0 #217EC7;
}

.body-404 .page-404 li.hover-text-popin:hover ~ .popin {
	opacity: 1;
}

.body-404 #blue-text {
	color: #217EC7;
	display: inline;
}
@media handheld, only screen and (max-width: 1100px) {
	.scrollUp {
		bottom: 10px;
		right: 2%;
		width: 35px;
		height: 35px;
		opacity: 0.5;
		z-index: 100;
		visibility: collapse;
	}
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 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-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
  /*
	--swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}
.swiper-button-lock {
	display: none;
}
:root {
  /*
	--swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.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;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
	overflow: hidden;
}

html.has-scroll-dragging {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.has-scroll-smooth body {
	overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
	min-height: 100vh;
}

.c-scrollbar {
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
	height: 100vh;
	transform-origin: center right;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
}
.c-scrollbar:hover {
	transform: scaleX(1.45);
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
	opacity: 1;
}

.c-scrollbar_thumb {
	position: absolute;
	top: 0;
	right: 0;
	background-color: black;
	opacity: 0.5;
	width: 7px;
	border-radius: 10px;
	margin: 2px;
	cursor: -webkit-grab;
	cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* -----
Basic Mixin'
----- */
/* -----
Responsive
----- */
/* -----
Grid
----- */
/* -----
Divers
----- */
/* -----
Hover
----- */
/* -----
Background image
----- */
/* -----
Paths
----- */
/* -----
Typography, WebFonts
----- */
/* -----
Colors
----- */
/* -----
CSS Easings
----- */
/* -----
Media Queries
----- */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Typography
 * *********************************** */
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1.4;
}

* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}


*:before,
*:after {
	box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

.Pricing .grid_3 .offer-list div.offer-info ul li {
	padding-left: 5px;
	font-size: 12px;
	color: #080808;
	width: 95%;
}

.Pricing .grid_3 .offer-list div.offer-info ul li:nth-child(-n+3) {
	background-color: #e0f5ff;
}

.Pricing .grid_3 .offer-list div.offer-info ul li:nth-child(1) {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.Pricing .grid_3 .offer-list div.offer-info ul li:nth-child(3) {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

img,
video {
	max-width: 100%;
}

img {
	border-style: none;
}

img.home-screen {
	width: 700px;
	border-radius: 2.5%;
}

div.preview_large img.resize {
	height: auto;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
	width: 425px;
}

.container_features div.preview_large img.resize {
	width: 525px;
}

div.preview_small img.resize {
	width: 230px;
	height: auto;
	margin-left: 20px;
	margin-top: 30px;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
	display: none !important;
}

[disabled] {
	cursor: not-allowed;
}

:focus:not(:focus-visible) {
	outline: none;
}

/* Utility classes
*/

html {
	font-size: 62.5%;
}
html a {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	width: 100%;
	min-height: 100%;
}

body {
	font-family: "Helvetica Neue", "Arial",	sans-serif;
	color: #1a1a1a;
	background: #1a1a1a;
	font-size: 1.3rem;
}
html.no-js body {
	visibility: hidden;
	background: #1a1a1a;
	opacity: 0;
}
html:not(.no-js) body.is--preloading {
	visibility: hidden;
	background: #1a1a1a;
	opacity: 0;
}
html:not(.no-js) body.is--loading {
	pointer-events: none;
	cursor: progress;
}

/* -----
Misc
----- */
.is--hidden {
	display: none !important;
}

.is--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.is--left {
	margin-right: auto;
	text-align: left;
}

.is--right {
	margin-left: auto;
	text-align: right;
}

.vh {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
}

.grid {
	zoom: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 10px;
	grid-column-gap: 10px;
}
.grid > *:not(.col) {
	grid-column: span 4;
}
@media only screen and (max-width: 1200px) {
	.grid > .col {
		grid-column: span 4;
	}
}
@media only screen and (min-width: 768px) {
	.grid > .col-xs-1 {
		grid-column: span 1;
	}
	.grid > .col-xs-2 {
		grid-column: span 2;
	}
	.grid > .col-xs-3 {
		grid-column: span 3;
	}
	.grid > .col-xs-4 {
		grid-column: span 4;
	}
}
@media only screen and (min-width: 1200px) {
	.grid > .col-sm-1 {
		grid-column: span 1;
	}
	.grid > .col-sm-2 {
		  grid-column: span 2;
	}
	.grid > .col-sm-3 {
		grid-column: span 3;
	}
	.grid > .col-sm-4 {
		grid-column: span 4;
	}
}
@media only screen and (min-width: 1200px) {
	.grid > .col-l-1 {
		grid-column: span 1;
	}
	.grid > .col-l-2 {
		grid-column: span 2;
	}
	.grid > .col-l-3 {
		grid-column: span 3;
	}
	.grid > .col-l-4 {
		grid-column: span 4;
	}
}
@media only screen and (min-width: 1460px) {
	.grid > .col-xl-1 {
		grid-column: span 1;
	}
	.grid > .col-xl-2 {
		grid-column: span 2;
	}
	.grid > .col-xl-3 {
		grid-column: span 3;
	}
	.grid > .col-xl-4 {
		grid-column: span 4;
	}
}
.grid > .col-push-1 {
	grid-column: span 1;
}
.grid > .col-push-2 {
	grid-column: span 2;
}
.grid > .col-push-3 {
	grid-column: span 3;
}
.grid > .col-push-4 {
	grid-column: span 4;
}

.no--br br {
	content: '';
	width: 9px;
	height: 18px;
}
.no--br br:before {
	content: ' ';
}

svg {
	display: block;
}

.visual__container {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.visual__container:before {
	content: "";
	display: block;
}
.visual__container .visual {
	transform: scale(1.02);
	transform-origin: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.visual__container .visual video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.visual__container .visual img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.visual__container .visual[data-bg] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* -----
Lazyload
----- */
html:not(.no-js) .lazyload,
html:not(.no-js) .lazyloading {
	opacity: 0;
}

html.no-js img.sr-only {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip: inherit;
	object-fit: cover;
}

.lazyloaded {
	position: relative;
	opacity: 1;
	transition: opacity 400ms linear 400ms;
}

/* -----
Prllx
----- */
*[data-prllxfrom] {
	will-change: transform;
}
  @media only screen and (max-width: 767px) {
		*[data-prllxfrom][data-mobile-fix] {
			transform: none !important;
	}
}

/* -----
Scroll
----- */
*[data-scroll-container] > * {
	will-change: transform;
}

/* -----
Sticky
----- */
*[data-sticky-container].is--sticky *[data-sticky] {
	position: fixed;
	top: 0;
}
.is--animating *[data-sticky-container].is--sticky *[data-sticky] {
	position: absolute !important;
	top: 0 !important;
}

*[data-sticky-container].is--sticky.is--btm *[data-sticky] {
	position: absolute;
	top: inherit !important;
	bottom: 0;
}

.App-Signup {
	min-height: 50vh;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	z-index: 10;
}

.App {
	min-height: 100vh;
	overflow: hidden;
	background: #ffffff;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 767px) {
	.App {
		margin-bottom: 0px !important;
	}
}
html:not(.no-js) body.is--loading .App {
	pointer-events: none;
}

.container {
	width: 100%;
	width: fill-available;
	width: -webkit-fill-available;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.homegrid {
	background-color: #ffffff;
}
.homegrid h2 {
	font-size: 18px;
}

.homegrid .container {
	height: 100%;
	padding: 75px 0px 75px 0px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	text-align: center;
}

.homegrid .container .box {
	padding: 25px;
}

.homegrid .container img {
	height: 150px;
	padding-bottom: 15px;
}

.container_features {
	width: 100%;
	width: fill-available;
	width: -webkit-fill-available;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.functionality_block .inner .preview .window_small {
	width: 256px;
	height: 236px;
	margin: 0 auto;
	background: url("../svg/screen_small_white.svg");
}

.functionality_block .inner .preview .window_large {
	width: 526px;
	height: 485px;
	background: url("../svg/screen_large_white.svg");
}

.functionality_block .inner .preview .mobile_small {
	width: 256px;
	height: 236px;
	margin: 0 auto;
}

.functionality_block .inner .preview .mobile_small img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
}

.functionality_block .inner .preview .mobile_large {
	width: 526px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.functionality_block .inner .preview .mobile_large img {
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
}

.wrapper {
	padding: 0 8vw;
}
@media only screen and (min-width: 768px) {
	.wrapper {
		padding: 0 8vw;
	}
}
@media only screen and (min-width: 1200px) {
	.wrapper {
		padding: 0;
	}
}

.functionality_block {
	padding: 0;
	max-width: 1200px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.functionality_block_solution {
	padding: 0;
	max-width: 1200px;
}
.functionality_block:nth-child(odd) .inner {
	flex-direction: row;
}
.functionality_block:nth-child(odd) .preview_small {
	left: 0;
}
@media only screen and (min-width: 1200px) {
	.functionality_block:nth-child(even) .preview .preview_features {
		padding-left: 80px; }
	}
@media only screen and (min-width: 1200px) {
	.functionality_block:nth-child(even) .inner {
		flex-direction: row-reverse;
	}
}
@media only screen and (min-width: 1200px) {
	.functionality_block_solution:nth-child(even) .inner {
	}
}
.functionality_block:nth-child(even) .preview_small {
	right: 0;
}
.functionality_block .inner {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
.functionality_block_solution .inner {
}
.functionality_block .preview {
	position: relative;
}
.functionality_block_solution .preview {
	grid-area: preview;
}
.functionality_block .preview_small {
	position: absolute;
	z-index: 0;
	top: 50%;
	transform: translateY(-50%);
}
.functionality_block .preview_large {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 1200px) {
	.functionality_block .content {
		min-width: 410px;
		margin-left: 75px;
	}
}
@media only screen and (min-width: 768px) {
	.functionality_block .content {
		padding: 0 10vw;
	}
}
@media only screen and (min-width: 1200px) {
	.functionality_block .content {
		padding: 0;
	}
}
.functionality_block .content h4 {
	font-size: 26px;
}
.functionality_block_solution .content h3 {
	font-size: 26px;
}
@media only screen and (min-width: 1200px) {
	.functionality_block .content h4 {
		min-width: 400px;
	}
}
.functionality_block .content ul {
	margin-top: 15px;
}
.functionality_block .content h3 {
	font-size: 26px;
}
.functionality_block .content li,
.functionality_block .content p {
	font-size: 16px;
	color: #4D4F56;
	line-height: 24px;
}
.functionality_block_solution .content li,
.functionality_block_solution .content p {
	font-size: 16px;
	color: #4D4F56;
	line-height: 24px;
}
.functionality_block .content p {
	padding: 6px 0;
}

.functionality_block_solution .content ul li::before {
	content: "• ";
}
.functionality_block_solution .content ul li,
.functionality_block_solution .content p, .customers_use .content p {
	padding: 6px 0;
	font-weight: normal;
}
.functionality_block_solution .content h3 {
	font-size: 28px;
}
.functionality_block .content li {
	margin: 15px 0;
	padding-left: 24px;
	position: relative;
}
.functionality_block .content li:before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	background: #2489ce;
	height: 9px;
	width: 9px;
	border-radius: 50%;
}
.functionality_block .content .btn_primary {
	margin-top: 17px;
}

.full_block {
	width: 100%;
	padding: 70px 0;
	margin-top: -95px;
}
.full_block .content {
	font-size: 36px;
	line-height: 1.35em;
	max-width: 710px;
	margin: 0 auto;
	text-align: justify;
}

h3.is--upper {
	text-transform: uppercase;
	letter-spacing: 1.2px;
	color: #828ca3;
	font-size: 12px;
	font-weight: 600;
}

a {
	text-decoration: none;
	color: inherit;
	font: inherit;
}

.btn_primary, .btn_secondary, .btn_outline {
	color: #ffffff;
	font-weight: 600;
	border-radius: 20em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn_primary, .btn_secondary {
	background: #89c339;
	transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
html:not(.touch) .btn_primary:hover, html:not(.touch) .btn_secondary:hover {
	background: #81b535;
}

.btn_secondary, .btn_outline {
	font-size: 12px;
}
@media screen and (min-width: 320px) {
	.btn_secondary, .btn_outline {
	font-size: calc( 12px + 3 * ((100vw - 320px) / 448));
	}
}
@media screen and (min-width: 768px) {
	.btn_secondary, .btn_outline {
		font-size: 15px;
	}
}

.btn_primary {
	font-size: 14px;
	padding: 0 25px;
	height: 40px;
}

.btn_secondary {
	padding: 0 34px 0 26px;
	height: 60px;
	text-align: center;
}
.btn_secondary span:last-child {
	margin-left: 6px;
}
svg.logo-click {
	display: inline-block;
	vertical-align: text-bottom;
}

svg.logo-click .cls-1,
svg.logo-click .cls-2 {
	fill: none;
}
svg.logo-click .cls-2 {
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5px;
}

.btn_tertiary {
	background-color: #DBF0FD;
	color: #217EC7;
}
.btn_tertiary:hover {
		background-color: #C8E3F4 !important;
}
.btn_tertiary svg .cls-2 {
		stroke: #217EC7 !important;
}

.btn_outline {
	height: 58px;
	border: 2px solid #ffffff;
	transition: border 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), color 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	padding: 0 30px;
	text-align: center;
}
html:not(.touch) .btn_outline:hover {
	border: 2px solid #89c339;
	color: #89c339;
}

.link_under {
	position: relative;
}
.link_under.is_dark:after {
	background: #1a1a1a;
}
.link_under.is_white:after {
	background: #ffffff;
}
.link_under:after {
	content: "";
	display: block;
	z-index: 0;
	position: relative;
	height: 1px;
	width: 100%;
	bottom: -2px;
	background: #1a1a1a;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.link_under.is--active {
	color: #1a1a1a;
}
.link_under.is--active:after {
	transform: scaleX(1);
}
html:not(.touch) .link_under:hover:after {
	transform: scaleX(1);
}

header:has(.btn_burger.is--active) {
	position: fixed;
}

header {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
header .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
header .head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
@media only screen and (min-width: 1200px) {
	header .head {
		width: auto;
	}
}
header .head .logo {
	position: relative;
	z-index: 10;
}
header .head .logo svg > * {
	fill: #ffffff;
}
header .head .btn_burger {
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	margin-left: auto;
	width: 40px;
	height: 46px;
	cursor: pointer;
	pointer-events: all;
	background: transparent;
	outline: none;
	appearance: none;
	border: none;
}
@media only screen and (min-width: 1200px) {
	header .head .btn_burger {
		display: none;
	}
}
header .head .btn_burger:before, header .head .btn_burger:after {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 10px;
	width: 20px;
	height: 2px;
	background: #ffffff;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
header .head .btn_burger:after {
	top: auto;
	bottom: 19px;
}
header .head .btn_burger.is--active:before {
	transform: translateY(3px) rotate(135deg);
}
header .head .btn_burger.is--active:after {
	transform: translateY(-3px) rotate(45deg);
}
header nav.is--active {
	top: 70px;
}
header nav {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 100vh;
	width: 100%;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
	background: #1a1a1a;
	overflow-x: clip;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
header nav.is--active {
	transform: translateX(0%);
}

@media only screen and (max-width: 1200px) {
		.homegrid .container {
		grid-template-columns: 1fr 1fr;
	}
	
}

@media only screen and (min-width: 1200px) {
	header nav {
		display: block;
		background: transparent;
		height: auto;
		width: auto;
		position: relative;
		transform: translateX(0%);
	}
}
header nav ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
@media only screen and (min-width: 1200px) {
	header nav ul {
		align-items: center;
		flex-direction: row;
	}
}
header nav ul li {
	color: #717171;
	font-weight: 600;
	padding: 15px 0;
}
@media only screen and (min-width: 1200px) {
	header nav ul li {
		padding: 0 10px;
	}
}
header nav ul li a {
	color: #ffffff;
}
header nav ul li a {
	font-size: 20px;
}
@media screen and (min-width: 320px) {
	header nav ul li a {
		font-size: calc( 20px + 20 * ((100vw - 320px) / 672));
	}
}
@media screen and (min-width: 1200px) {
	header nav ul li a {
	font-size: 40px;
	}

}
@media only screen and (min-width: 1200px) {
	header nav ul li a {
		font-size: 14px;
	}


}
header nav ul li.is--cta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0;
	height: 70px;
}
@media only screen and (min-width: 1200px) {
header nav ul li.is--cta {
	margin-left: 20px;
	margin-top: 0;
	}
}
header nav ul li.is--cta a {
	height: 100%; border-radius: 0; font-size: 14px;
}
@media only screen and (max-width: 1200px) {
	header nav ul li.is--cta a {
		border-radius: 20em;
	}
}
header .functionalities_submenu {
	position: absolute;
	background: #EDF0F8;
	color: #000000;
	max-width: 500px;
	padding-top: 25px;
	display: none;
	left: 611px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header .functionalities_submenu.is--active {
	display: flex;
	align-items: center;
	justify-content: center;
}
header .functionalities_submenu .wrapper {
	display: inline-flex;
	justify-content: unset;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
}
header .functionalities_submenu .title div.l0 {
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
}
@media only screen and (min-width: 1200px) {
	header .functionalities_submenu .title div.l0 {
		max-width: 317px;
	}
}
header .functionalities_submenu .nav{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
@media only screen and (min-width: 1200px) {
	header .functionalities_submenu .nav {
		width: 748px;
	}
}
@media only screen and (max-width: 1200px) {
	.mobile_ul {
		position: fixed;
		top: 0;
		padding-bottom: 100px;
	}
}

header .functionalities_submenu .container {
	height: 524px;
}

header .functionalities_submenu .title {
	position: relative;
	padding-right: 75px;
	padding-bottom: 30px;
}

header .functionalities_submenu .nav a {
	display: flex;
	flex-direction: row;
	padding-bottom: 30px;
	max-width: 342px;
	transition: transform .15s;
}

header .functionalities_submenu .nav a:hover {
	transform: scale(1.1);
}

header .nav a .block-text {
	display: flex;
	flex-direction: column;
}

header .functionalities_submenu .nav .inline-block {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header .functionalities_submenu .nav a div.l1 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	width: max-content;
}

header .mobile_functionalities_submenu {
	display: none;
}

header .mobile_functionalities_submenu a div.l1 {
	flex-direction: row;
	justify-content: space-between;
	width: max-content;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 20px;
	color: #FFFFFF;
}

header .functionalities_submenu .nav a p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.logo-pack {
	width: 39px;
	height: 39px;
}

.selected > a::before {
	position: absolute;
	content: "";
	top: 37px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	height: 0;
	width: 0;
	border-bottom: 10px solid #EDF0F8;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	z-index: 54;
}
header .functionalities_submenu .nav .block .inner {
	min-height: 155px;
}
header .functionalities_submenu .nav .block .inner h5 {
	color: #2489ce;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
header .functionalities_submenu .nav .block .inner ul {
		margin-top: 15px;
}
header .functionalities_submenu .nav .block .inner ul li {
	font-size: 19px;
	padding: 5px 0;
}
header .functionalities_submenu .nav .block .inner ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
header .functionalities_submenu .nav .block .inner ul li a span {
	margin-left: 10px;
}
header .functionalities_submenu .nav .block .inner ul li a i {
	transform: translateX(0%);
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
html:not(.touch) header .functionalities_submenu .nav .block .inner ul li a:hover i {
	transform: translateX(30%);
}
header .functionalities_submenu .nav .block .inner svg > * {
	fill: none;
	stroke: #ffffff;
}

/* footer */

footer {
	padding: 100px 0 70px;
	background: #080808;
	color: #ffffff;
	overflow-x: hidden;
}
footer .main {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 75px;
}
footer .main .footer_block .l0 {
	font-size: 24px;
	font-weight: 600;
}
footer .main .footer_block.is--contact {
	flex: 1 0 100%;
	max-width: 100%;
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--contact {
		flex: initial;
		max-width: 100%;
	}
}
footer .main .footer_block.is--contact .logo,
footer .main .footer_block.is--contact .address {
	opacity: 0.45;
}
footer .main .footer_block.is--contact .address span {
	font-size: 15px;
}
footer .main .footer_block.is--contact .logo svg > * {
	fill: #ffffff;
}
footer .main .footer_block.is--contact .address {
	color: #ffffff;
	font-weight: 600;
	margin-top: 35px;
}
footer .main .footer_block.is--contact .address span {
	display: block;
}
footer .main .footer_block.is--contact .phonenumber {
	margin-top: 20px;
}
footer .main .footer_block.is--contact .phonenumber span {
	font-size: 18px;
}
footer .main .footer_block.is--contact .socials {
	margin-top: 20px;
}
footer .main .footer_block.is--contact .socials ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px;
}
footer .main .footer_block.is--contact .socials li {
	padding: 0 5px;
}
footer .main .footer_block.is--contact .socials li a svg {
	width: 20px;
	height: auto;
}
footer .main .footer_block.is--contact .socials li a svg > * {
	transition: fill 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	fill: #ffffff;
}
html:not(.touch) footer .main .footer_block.is--contact .socials li a:hover svg > * {
	fill: #89c339;
}
footer .main .footer_block.is--navigation, footer .main .footer_block.is--newsletter {
	flex: 1 0 100%;
	max-width: 100%;
	margin-top: 50px;
}
@media only screen and (min-width: 550px) {
	footer .main .footer_block.is--navigation, footer .main .footer_block.is--newsletter {
		flex: 1 0 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--navigation, footer .main .footer_block.is--newsletter {
		flex: initial;
		max-width: 100%;
		margin-top: 0;
	}
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--navigation {
		margin-left: 7.5vw;
	}
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--navigation {
		margin-left: 25%;
	}
}
footer .main .footer_block.is--navigation ul,
footer .main .footer_block.is--newsletter ul {
	margin-top: 5px;
}
footer .main .footer_block.is--navigation ul li,
footer .main .footer_block.is--newsletter ul li {
	font-size: 18px;
	font-weight: 600;
	padding-top: 15px;
}
footer .main .footer_block.is--navigation ul li a,
footer .main .footer_block.is--newsletter ul li a {
	position: relative;
}
footer .main .footer_block.is--navigation ul li a:after,
footer .main .footer_block.is--newsletter ul li a:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -6px;
	left: 0;
	background: #2489ce;
	transform: scaleX(1);
	transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform-origin: top right;
}
html:not(.touch) footer .main .footer_block.is--navigation ul li a:hover:after {
	transform: scaleX(0);
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--newsletter {
		margin-left: auto;
	}
}
footer .main .footer_block.is--newsletter .Contact__form {
	margin-top: 28px;
	position: relative;
}
footer .main .footer_block.is--newsletter .Contact__form label {
	display: none;
}
footer .main .footer_block.is--newsletter .Contact__form input {
	height: 50px;
	border-radius: 20em;
	padding: 0 50px 0 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;
	background: #343434;
	color: #ffffff;
	font-size: 14px;
	width: fill-available;
	width: -webkit-fill-available;
	max-width: 100%;
}
@media only screen and (min-width: 1200px) {
	footer .main .footer_block.is--newsletter .Contact__form input {
		width: 300px;
	}
}
footer .main .footer_block.is--newsletter .Contact__form .Form__actions {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
footer .main .footer_block.is--newsletter .Contact__form .Form__actions button {
	border: none;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	color: #ffffff;
	background: transparent;
	cursor: pointer;
	background: #89c339;
	transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html:not(.touch) footer .main .footer_block.is--newsletter .Contact__form .Form__actions button:hover {
	background: #78aa31;
}
footer .main .footer_block.is--buttons {
	margin-top: 77px;
	flex: 1 0 100%;
	max-width: 100%;
}
footer .main .footer_block.is--buttons ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 100%;
}
@media only screen and (min-width: 550px) {
	footer .main .footer_block.is--buttons ul {
		flex-direction: row;
	}
}
footer .main .footer_block.is--buttons ul li {
	padding: 10px 0;
	width: 100%;
}
@media only screen and (min-width: 550px) {
	footer .main .footer_block.is--buttons ul li {
		padding: 0 10px;
		width: auto;
	}
}
 @media screen and (max-width: 1200px) and (min-width: 550px) {
	footer .main .footer_block.is--buttons ul li a {
		width: 137px;
	}
}
@media screen and (min-width: 1200px) {
	footer .main .footer_block.is--buttons ul li a {
		width: 220px;
	}
}
 @media screen and (max-width: 550px) {
	footer .main .footer_block.is--buttons ul li a {
		width: 76% !important;
	}
}
footer .subfooter {
	padding: 100px 0 0 0;
	position: relative;
}
footer .subfooter:before {
	content: "";
	display: block;
	position: absolute;
	background: #484848;
	height: 1px;
	width: 100vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
footer .subfooter .logo {
	text-align: center;
}
footer .subfooter .content {
	margin-top: 15px;
	color: #818181;
	text-align: center;
}
footer .subfooter .content {
	font-size: 11px;
}
@media screen and (min-width: 320px) {
	footer .subfooter .content {
		font-size: calc( 11px + 2 * ((100vw - 320px) / 230));
	}
}
@media screen and (min-width: 550px) {
	footer .subfooter .content {
		font-size: 13px;
	}
}
footer .subfooter .content p {
	padding: 2px 0;
}
footer .subfooter .content ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
@media only screen and (min-width: 550px) {
	footer .subfooter .content ul {
		flex-direction: row;
	}
}
footer .subfooter .content ul li:nth-child(2):before {
	content: "|";
	padding: 0 2px 0 6px;
	display: none;
}
@media only screen and (min-width: 550px) {
	footer .subfooter .content ul li:nth-child(2):before {
		display: inline-block;
	}
}
footer .subfooter .wkn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
footer .subfooter .wkn span {
	margin-right: 7px;
	font-size: 11px;
	opacity: 0.4;
}
footer .subfooter .wkn a {
	opacity: 0.7;
	transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
html:not(.touch) footer .subfooter .wkn a:hover {
	opacity: 1;
}
footer .subfooter .wkn svg > * {
	fill: #ffffff;
}

#Outdated {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2400;
	background: #1a1a1a;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	justify-content: center;
}
  #Outdated:not(.show) {
		display: none;
}
  #Outdated .inner {
		color: #ffffff;
		text-align: center;
}
  #Outdated h4 {
		margin-bottom: 0px;
}
  #Outdated .btn {
		background: #ffffff;
		color: #1a1a1a;
}

.Made__by {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Made__by > span {
	opacity: 0.4;
	transition: opacity 240ms cubic-bezier(0.36, 0.33, 0, 1);
}
.Made__by .wkn {
	margin-left: 5px;
}
.Made__by .wkn + span {
	margin-left: 5px;
	font-style: italic;
	font-family: serif;
}
html:not(.touch) .Made__by:hover .wkn {
	opacity: 1;
}
	html:not(.touch) .Made__by:hover .wkn + span {
		opacity: 1;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: #ffffff;
}
.loader .logo,
.loader .shape {
	position: absolute;
}
.loader .logo {
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	mix-blend-mode: difference;
}
.loader .logo svg {
	width: 250px;
	height: auto;
}
.loader .logo svg * {
	fill: #ffffff;
}
.loader .logo svg .logo_icon {
	stroke: #ffffff;
	stroke-width: 0.04em;
	stroke-opacity: 0.85;
	fill: none;
}
.loader .shape {
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #1a1a1a;
}

.plyr {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: auto;
	cursor: pointer;
}
.plyr__container {
	position: relative;
	background: #1a1a1a;
	overflow: hidden;
}
html:not(.touch) .plyr__container:hover .plyr__cover {
	transform: scale(1.02);
}
html:not(.touch) .plyr__container:hover .plyr__play:before {
	transform: scale(1.2);
}
.plyr__container > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.plyr__placeholder {
	padding-top: 56.25%;
	transition: padding 600ms cubic-bezier(0.36, 0.33, 0, 1);
}
.plyr__video-embed {
	padding: 0;
}
	.plyr__video-embed iframe {
		position: absolute;
		width: 100%;
		height: 100%;
}
.plyr__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1a1a1a;
	cursor: pointer;
	transition: opacity 600ms cubic-bezier(0.36, 0.33, 0, 1) 50ms, transform 600ms cubic-bezier(0.36, 0.33, 0, 1) 0ms;
	pointer-events: none;
}
.plyr__cover .visual {
	transition: opacity 400ms linear;
}
.plyr__poster {
	opacity: 0;
}
.plyr__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15%;
	max-width: 100px;
	border: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
	padding: 0;
	transition: all 600ms cubic-bezier(0.36, 0.33, 0, 1) 0ms;
	pointer-events: none;
}
.plyr__play:before {
	content: "";
	display: block;
	background: #96dacd;
	padding-top: 100%;
	border-radius: 100%;
	transition: transform 600ms cubic-bezier(0.36, 0.33, 0, 1) 0ms;
}
.plyr__play svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.plyr__play svg > * {
	fill: #ffffff;
}
.plyr--paused:not(.plyr--seeking) .plyr__controls {
	transform: translateY(100%) !important;
	transition-delay: 150ms;
}
.plyr--playing + .plyr__cover, .plyr--seeking + .plyr__cover {
	pointer-events: none;
	opacity: 0;
}
.plyr--playing + .plyr__cover + .plyr__play, .plyr--seeking + .plyr__cover + .plyr__play {
	pointer-events: none;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1.2);
}
.plyr--playing + .plyr__cover + .plyr__play + .plyr__placeholder, .plyr--seeking + .plyr__cover + .plyr__play + .plyr__placeholder {
	padding-top: 56.25%;
}
.plyr__controls {
	padding: 15px 20px !important;
	background: #1a1a1a !important;
	opacity: 1 !important;
}
.plyr__controls svg {
	width: 14px !important;
	height: 14px !important;
}
.plyr__controls__item:not(:first-child) {
	margin-left: 10px !important;
}
.plyr__control:hover {
	opacity: 0.8;
	background: transparent !important;
}
.plyr__progress input[type=range] {
	color: #96dacd;
	height: 2px !important;
}
.plyr__progress input[type=range]::-webkit-slider-thumb {
	margin-top: -6px !important;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
	height: 2px !important;
}
.plyr__progress__buffer {
	height: 2px !important;
	margin-top: -1px !important;
}
.plyr__volume {
	width: auto !important;
	min-width: 0px !important;
}

.swiper-container {
	overflow: visible;
}

.swiper:not(.swiper-container-free-mode) .swiper-wrapper {
	transition: transform 600ms cubic-bezier(0.36, 0.33, 0, 1) !important;
}

.swiper-slide {
	height: auto;
}

.swiper-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-right: -10px;
}
@media only screen and (min-width: 768px) {
	.swiper-buttons {
		justify-content: flex-end;
		margin-bottom: 20px;
		margin-right: -20px;
	}
}
.swiper-buttons > * {
	padding: 10px;
	margin: 0 5px;
	cursor: pointer;
	outline: none;
	pointer-events: all;
}
@media only screen and (min-width: 768px) {
	.swiper-buttons > * {
		margin: 0 20px;
	}
}
.swiper-buttons > * .arrow {
	position: relative;
	width: 50px;
	display: block;
	overflow: hidden;
	transition: transform 600ms cubic-bezier(0.36, 0.33, 0, 1);
	pointer-events: none;
}
@media only screen and (min-width: 768px) {
	.swiper-buttons > * .arrow {
		width: 70px;
	}
}
.swiper-buttons > * .arrow:before {
	content: "";
	display: block;
	padding-top: 18.57143%;
}
.swiper-buttons > * .arrow svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 600ms cubic-bezier(0.36, 0.33, 0, 1);
}
.swiper-buttons > * .arrow svg > * {
	stroke: #1a1a1a;
	fill: transparent;
	transition: stroke 600ms cubic-bezier(0.36, 0.33, 0, 1);
}
.swiper-buttons > *.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.2;
}
.swiper-buttons > *.prev svg {
	transform: rotate(180deg);
}

.c-scrollbar {
	right: 0px;
	top: 5px;
	height: calc(100vh - 10px);
}
.c-scrollbar_thumb {
	width: 3px;
	margin: 0 5px;
}

/* Page Home OFR */

/* RESPONSIVE TABLET & MOBILE OFR SOLUTIONS */

@media only screen and (min-width: 490px) and (max-width: 1200px) {
	.functionality_block .inner .preview .mobile_large {
		max-width: 80% !important;
	}
}

@media only screen and (min-width: 350px) and (max-width: 489px) {
	.functionality_block .inner .preview .mobile_large {
		max-width: 60% !important;
	}
}

@media only screen and (max-width: 1200px) {
	.Home .homefunctionalities .steps {
		margin-top: -250px;
		text-align: center;
	}
	.Home .steps_content {
		display: none;
	}
	.Home .homehero .head .content {
		margin-top: 70px;
	}
	.Home .homehero .head .illustration {
		margin-bottom: 50px;
	}
	.functionality_block .inner .preview .mobile_large img {
		margin: 20px !important;
	}
	.Home .homefunctionalities {
		padding-top: 81px !important;
	}
	.functionality_block .inner .preview .mobile_large {
		padding-top: unset !important;
	}
	.Home .homebenefits {
		padding: unset !important;
	}
	.Home .homeloyalty {
		padding: 70px 0 !important;
	}
	.Home .homeloyalty .testimonials_footer {
		margin-top: unset !important;
	}
}

@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps {
		width: auto;
		position: absolute;
		top: -8%;
		left: 50%;
		transform: translateX(-50%);
	}
}

.Home .homehero {
	background: #2489ce;
	padding-top: 70px;
	padding-bottom: 100px;
}

.Home .homehero .head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	flex-direction: column;
}

@media only screen and (min-width: 1200px) {
	.Home .homehero .head {
		flex-direction: row;
	}
}

.Home .homehero .head .content {
	text-align: center;
}

@media only screen and (min-width: 550px) {
	.Home .homehero .head .content {
		padding: 0 10vw;
	}
	
	.Home .homehero .head .illustration {
		padding-top: 50px;
	}
}

@media only screen and (min-width: 768px) {
	.Home .homehero .head .content {
		max-width: 65vw;
		padding: 0;
	}
}

@media only screen and (min-width: 1200px) {
	.Home .homehero .head .content {
		text-align: left;
		max-width: 505px;
	}
}

.Home .homehero .head .content h1 {
	color: #ffffff;
	font-weight: 600;
	line-height: 1.2em;
}

.Home .homehero .head .content h1 {
	font-size: 28px;
}

@media screen and (min-width: 320px) {
	.Home .homehero .head .content h1 {
		font-size: calc( 28px + 12 * ((100vw - 320px) / 880));
	}
}

@media screen and (min-width: 1200px) {
	.Home .homehero .head .content h1 {
		font-size: 40px;
	}
}

.Home .homehero .head .content h1 strong {
	color: #080808;
}

.Home .homehero .head .content h1 span {
	display: block;
}

.Home .homehero .head .content a {
	margin-top: 36px;
}

@media only screen and (min-width: 1200px) {
	.Home .homehero .head .illustration {
		margin-top: 70px;
		max-width: 607px;
	}
}

.Home .content {
	padding-top: 25px;
	padding-bottom: 100px;
}

.Home .homefunctionalities {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #edf0f8;
}

.Home .homefunctionalities .wrapper {
	padding-top: 200px;
}

.homefunctionalities .container .add-time-on-alban {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
}
.homefunctionalities .container .add-time-on-alban img {
	width: 700px;
}

.Home .homefunctionalities .steps .step {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step {
		position: absolute;
	}
}
.Home .homefunctionalities .steps .step_first p, .Home .homefunctionalities .steps .step_second p, .Home .homefunctionalities .steps .step_third p {
	margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_first {
		top: 4em;
		left: -17em;
		flex-direction: row-reverse;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_first {
		left: -20em;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_first p {
		margin-top: -100px;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_second {
		bottom: -7em;
		left: -17em;
		flex-direction: row-reverse;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_second {
		bottom: -1em;
		left: -20em;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_second p {
		margin-top: 200px;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_third {
		bottom: 0;
		right: -17em;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step_third p {
		margin-top: 60px;
		margin-left: 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step i {
	display: block;
	}
}
.Home .homefunctionalities .steps .step i svg.arrow path {
	fill: none;
	stroke: #161615;
	stroke-linecap: round;
	stroke-linejoin: round;
				stroke-width: 3px;
}
.Home .homefunctionalities .steps .step p {
	font-family: "Futura Handwritten", cursive;
	font-size: 28px;
	line-height: 28px;
}
.Home .homefunctionalities .steps .step p span {
	display: inline-block;
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .steps .step p span {
		display: block;
	}
}
.Home .homefunctionalities .content h2,
.Home .homefunctionalities .content h2+div {
	text-align: center;
	font-weight: normal;
	line-height: 1.35em;
	max-width: 765px;
	margin: 0 auto;
	color: #080808;
	font-size: 20px;
}
@media screen and (min-width: 320px) {
	.Home .homefunctionalities .content h2,
	.full_block .content h2 {
		font-size: calc( 20px + 16 * ((100vw - 320px) / 880));
	}
}
@media screen and (min-width: 1200px) {
	.Home .homefunctionalities .content h2,
	.full_block .content h2 {
		padding-top: 50px;
		cursor: default;
		font-size: 34px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .content h2 span,
	.full_block .content h2 span {
		border: none;
	}
}
.Home .homefunctionalities .content h2 span:after,
.full_block .content h2 span:after {
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0;
	height: 100%;
	width: 100%;
	background: #2489ce;
	display: none;
	transform: scaleY(0.1);
	transform-origin: bottom center;
	transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media only screen and (min-width: 1200px) {
	.Home .homefunctionalities .content h2 span:after,
	.full_block .content h2 span:after {
		display: block;
	}
}
html:not(.touch) .Home .homefunctionalities .content h2 span:hover:after,
html:not(.touch) .full_block .content h2 span:hover:after {
	transform: scaleY(0.35);
}
.Home .homefunctionalities .functionalities_listing {
	margin-top: 90px;
}
.Home .homefunctionalities .functionalities_listing .functionalities_link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.price {
	background-color: #FFFFFF;
}
.price img {
	width: 300px;
}


.price .container {
	padding-top: 100px;
	padding-bottom: 100px;
	/* display: grid;
	grid-template-columns: 1fr 1fr; */	
	align-items: center;
	vertical-align: middle;
	text-align: center;
}

.price .container .btn_secondary {
	background-color: #217EC7;
	color: #ffffff;
}

.price .container h1 {
	color: #191919;
	font-size: 60px;
	line-height: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.price .container span {
	color: #217EC7;
	font-size: 18px;
}

.price .container .liste {
	padding-top: 20px;
	padding-bottom: 60px;
}

.price .container .liste .element {

	background-color: #DBF0FD;
	padding: 15px;
	margin: 10px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
}

.price .container .liste .element p {
	font-size: 18px;
	color: #217EC7;
	font-weight: bold;
	text-align: center;
}



.Home .homebenefits {
	padding: 100px 0 130px;
}
.Home .homebenefits  h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.Home .homebenefits .benefits_listing {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Home .homebenefits .benefits_listing .benefit_block {
	flex: 1 0 100%;
	max-width: 100%;
	min-height: 100%;
	position: relative;
}
@media only screen and (min-width: 768px) {
	.Home .homebenefits .benefits_listing .benefit_block {
		flex: 1 0 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homebenefits .benefits_listing .benefit_block {
		flex: 1 0 25%;
		max-width: 25%;
	}
}
.Home .homebenefits .benefits_listing .benefit_block:not(:first-child):after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #dfe2e8;
}
@media only screen and (min-width: 768px) {
	.Home .homebenefits .benefits_listing .benefit_block:not(:first-child):after {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homebenefits .benefits_listing .benefit_block:not(:first-child):after {
		display: block;
		height: 100%;
				width: 1px;
	}
}
@media only screen and (min-width: 768px) {
	.Home .homebenefits .benefits_listing .benefit_block:nth-child(2):after, .Home .homebenefits .benefits_listing .benefit_block:nth-child(4):after {
		display: block;
		height: 100%;
		width: 1px;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homebenefits .benefits_listing .benefit_block:nth-child(2):after, .Home .homebenefits .benefits_listing .benefit_block:nth-child(4):after {
		height: 100%;
		width: 1px;
	}
}
.Home .homebenefits .benefits_listing .benefit_block:nth-child(3):before, .Home .homebenefits .benefits_listing .benefit_block:nth-child(4):before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dfe2e8;
	display: none;
}
@media only screen and (min-width: 768px) {
	.Home .homebenefits .benefits_listing .benefit_block:nth-child(3):before, .Home .homebenefits .benefits_listing .benefit_block:nth-child(4):before {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homebenefits .benefits_listing .benefit_block:nth-child(3):before, .Home .homebenefits .benefits_listing .benefit_block:nth-child(4):before {
		display: none;
	}
}
.Home .homebenefits .benefits_listing .benefit_block .inner {
	padding: 60px 0 35px;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .icon {
	min-height: 50px;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .icon svg {
	margin: 0 auto;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .icon svg .cls-1,
.Home .homebenefits .benefits_listing .benefit_block .inner .icon svg .cls-2 {
	fill: none;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .icon svg .cls-2 {
	stroke: #2888ca;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5px;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .content {
	margin-top: 50px;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .content h3,
.Home .homebenefits .benefits_listing .benefit_block .inner .content p {
	text-align: center;
	color: #080808;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .content h3 {
	font-size: 26px;
	font-weight: 600;
}
.Home .homebenefits .benefits_listing .benefit_block .inner .content p {
	margin: 15px auto 0;
	font-size: 15px;
	max-width: 240px;
	min-height: 80px;
}

.Home .homeloyalty {
	background: #f2f2f2;
	padding: 100px 0;
}
.Home .homeloyalty .our_clients {
	text-align: center;
}
.Home .homeloyalty .our_clients h2 {
	font-weight: 600;
	max-width: 500px;
	margin: 0 auto;
}
.Home .homeloyalty .our_clients h2 {
	font-size: 24px;
}
@media screen and (min-width: 320px) {
	.Home .homeloyalty .our_clients h2 {
		font-size: calc( 24px + 26 * ((100vw - 320px) / 880));
	}
}
@media screen and (min-width: 1200px) {
	.Home .homeloyalty .our_clients h2 {
		font-size: 40px;
	}
}
.Home .homeloyalty .our_clients h2 span {
	display: block;
}
.Home .homeloyalty .our_clients .swiper-container {
	margin: 100px 0;
	cursor: grab;
}
.Home .homeloyalty .our_clients .swiper-container .swiper-wrapper {
	align-items: center;
}
.Home .homeloyalty .our_clients .swiper-container .swiper-wrapper .swiper-slide {
	width: auto;
	margin: 0 10px;
}
@media only screen and (min-width: 550px) {
	.Home .homeloyalty .our_clients .swiper-container .swiper-wrapper .swiper-slide {
		margin: 0 20px;
	}
}
@media only screen and (min-width: 768px) {
	.Home .homeloyalty .our_clients .swiper-container .swiper-wrapper .swiper-slide {
		margin: 0 30px;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homeloyalty .our_clients .swiper-container .swiper-wrapper .swiper-slide {
		margin: 0 50px;
	}
}
.Home .homeloyalty .testimonials {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
}
.Home .homeloyalty .testimonials .testimonial {
	flex: 1 0 100%;
	max-width: 100%;
}
@media only screen and (min-width: 768px) {
	.Home .homeloyalty .testimonials .testimonial {
		flex: 1 0 50%;
		max-width: 50%;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homeloyalty .testimonials .testimonial {
		flex: 1 0 33%;
		max-width: 33%;
	}
}
.Home .homeloyalty .testimonials .testimonial .inner {
	padding: 0px 30px 0;
}
.Home .homeloyalty .testimonials .testimonial .stars ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -5px;
}
.Home .homeloyalty .testimonials .testimonial .stars ul li {
	padding: 0 5px;
}
.Home .homeloyalty .testimonials .testimonial .stars ul svg {
	height: auto;
	max-width: 20px;
}
.Home .homeloyalty .testimonials .testimonial .stars ul svg > * {
	fill: #f1c40f;
}
.Home .homeloyalty .testimonials .testimonial blockquote {
	margin-top: 26px;
}
.Home .homeloyalty .testimonials .testimonial blockquote h3 {
	font-size: 26px;
}
.Home .homeloyalty .testimonials .testimonial blockquote p {
	margin-top: 15px;
	font-size: 16px;
	color: #4D4F56;
	line-height: 28px;
}
.Home .homeloyalty .testimonials .testimonial blockquote footer {
	padding: 0;
	background: transparent;
	overflow: visible;
	margin-top: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Home .homeloyalty .testimonials .testimonial a blockquote footer {
	font-size: 17px;
	color: #1a1a1a;
	display: inline-block;
}
.Home .homeloyalty .testimonials .testimonial blockquote footer p {
	margin-top: 0;
	font-size: 13px;
	color: #4D4F56;
	line-height: 1.6;
}
.Home .homeloyalty .testimonials .testimonial a:hover blockquote span.underline-hover {
	text-decoration: underline;
}
.Home .homeloyalty .testimonials_footer {
	margin-top: 100px;
	text-align: center;
}

.Home .homebanner {
	background: #89c339;
	color: #ffffff;
	text-align: center;
	padding: 75px 0;
}
@media only screen and (min-width: 768px) {
	.Home .homebanner {
		padding: 100px 0;
	}
}
@media only screen and (min-width: 1200px) {
	.Home .homebanner {
		padding: 120px 0;
	}
}
.Home .homebanner h2 {
	font-weight: 600;
	line-height: 1.15em;
	max-width: 505px;
	margin: 16px auto 0;
}
.Home .homebanner h2 {
	font-size: 22px;
}
@media screen and (min-width: 320px) {
	.Home .homebanner h2 {
		font-size: calc( 22px + 12 * ((100vw - 320px) / 880));
	}
}
@media screen and (min-width: 1200px) {
	.Home .homebanner h2 {
		font-size: 34px;
	}
}
.Home .homebanner p {
	font-size: 15px;
	line-height: 1.55em;
	max-width: 420px;
	margin: 24px auto 20px;
	font-weight: 400;
}
.Home .homebanner a {
	color: #080808;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.Home .homebanner a {
	font-size: 16px;
}
 @media screen and (min-width: 320px) {
	.Home .homebanner a {
		font-size: calc( 16px + 6 * ((100vw - 320px) / 880));
	}
}
@media screen and (min-width: 1200px) {
	.Home .homebanner a {
		font-size: 22px;
	}
}
.Home .homebanner a i svg > * {
	fill: none;
	stroke: #070808;
	stroke-width: 3px;
}
.Home .homebanner a span {
	margin-left: 25px;
}

/* Page Features */

.Features .featureshero .head {
	text-align: center;
	margin-bottom: 100px;
}

.Features .featureshero {
	background: #edf0f8;
	padding-top: 150px;
}
.Features .featureshero .head h1 {
	line-height: 1.04em;
	margin: 30px auto 0;
}
.Features .featureshero .head h1 {
	font-size: 34px;
}
@media screen and (min-width: 320px) {
	.Features .featureshero .head h1 {
		font-size: calc( 34px + 26 * ((100vw - 320px) / 880));
	}
}
				@media screen and (min-width: 1200px) {
					.Features .featureshero .head h1 {
		  			font-size: 50px;
	}
}
		  @media only screen and (min-width: 550px) {
				.Features .featureshero .head h1 {
					max-width: 500px;
	}
}
		  @media only screen and (min-width: 768px) {
				.Features .featureshero .head h1 {
					max-width: 600px;
	}
}
		  @media only screen and (min-width: 1200px) {
				.Features .featureshero .head h1 {
					max-width: 666px; line-height: 55px;
	}
}
			.Features .featureshero .head h1 strong {
  			color: #2489ce;
}
		.Features .featureshero .head p {
			margin: 35px auto 0;
			font-weight: 600;
			max-width: 500px;
}
			.Features .featureshero .head p {
  			font-size: 16px;
}
				@media screen and (min-width: 320px) {
					.Features .featureshero .head p {
		  			font-size: calc( 16px + 5 * ((100vw - 320px) / 880));
	}
}
				@media screen and (min-width: 1200px) {
					.Features .featureshero .head p {
		  			font-size: 20px;
	}
}
		  @media only screen and (min-width: 768px) {
				.Features .featureshero .head p {
					max-width: 560px;
	}
}
		  @media only screen and (min-width: 1200px) {
				.Features .featureshero .head p {
					max-width: 666px;
	}
}
	.Features .featureshero .listing_content {
		margin-top: 80px;
}
		@media only screen and (min-width: 1200px) {
			.Features .featureshero .listing_content .functionality_block:nth-child(odd) .content {
  			max-width: 310px;
	}
}
		@media only screen and (min-width: 1200px) {
			.Features .featureshero .listing_content .functionality_block:nth-child(even) .content {
  			max-width: 340px;
	}
}

.Features .featuresbenefits { padding: 100px 0;
}
.Features .featuresbenefits h3 { font-size: 50px; text-align: center;
}
.Features .featuresbenefits h3 span { color: #2489ce;
}
.Features .featuresbenefits .benefits_items { display: flex; flex-wrap: wrap;
}
.Features .featuresbenefits .benefits_items > .benefits_item { flex: 50%; margin-top: 44px;
}
.Features .featuresbenefits .benefits_item h4 { font-size: 26px;
}
.Features .featuresbenefits .benefits_item p { font-size: 16px; color: #4D4F56; line-height: 24px; padding: 6px 24px 6px 0;
}
.Features .featuresbenefits .benefits_item p span { color: #2489ce;
}
.Features .featuresbanner { background: #2489ce; padding: 50px 0;
}

@media only screen and (max-width: 1050px) {
	.Features .featuresbenefits .benefits_items { display: block;}
}

.Features .featuresbanner .wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	flex-wrap: nowrap;
}
@media only screen and (min-width: 1200px) {
	.Features .featuresbanner .wrapper {
		flex-direction: row;
	}
}
.Features .featuresbanner .wrapper .content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}
@media only screen and (min-width: 1200px) {
	.Features .featuresbanner .wrapper .content {
		align-items: flex-start;
	}
}
.Features .featuresbanner .wrapper .content h3 {
	line-height: 1em;
	color: #ffffff;
	margin: 0;
	text-align: center;
	max-width: 500px;
}
.Features .featuresbanner .wrapper .content h3 {
	font-size: 22px;
}
@media screen and (min-width: 320px) {
	.Features .featuresbanner .wrapper .content h3 {
		font-size: calc( 22px + 28 * ((100vw - 320px) / 880));
	}
}
@media screen and (min-width: 1200px) {
	.Features .featuresbanner .wrapper .content h3 {
		font-size: 50px;
	}
}
@media only screen and (min-width: 768px) {
	.Features .featuresbanner .wrapper .content h3 {
		max-width: 550px;
	}
}
@media only screen and (min-width: 1200px) {
	.Features .featuresbanner .wrapper .content h3 {
		text-align: left;
		max-width: 500px;
	}
}
.Features .featuresbanner .wrapper .content h3 strong {
	color: #1a1a1a;
}
.Features .featuresbanner .wrapper .content a {
	margin-top: 25px;
}
.Features .featuresbanner .wrapper .preview .screen_small-left, .Features .featuresbanner .wrapper .preview .screen_small-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	display: none;
}
@media only screen and (min-width: 550px) {
	.Features .featuresbanner .wrapper .preview .screen_small-left, .Features .featuresbanner .wrapper .preview .screen_small-right {
		display: block;
	}
}
.Features .featuresbanner .wrapper .preview .screen_small-left {
	left: 0;
}
.Features .featuresbanner .wrapper .preview .screen_small-right {
	right: 0;
}
.Features .featuresbanner .wrapper .preview .screen_large {
	position: relative;
	z-index: 1;
	transform: scale(1.3);
}
.Features .featuresbanner .wrapper .preview .features-contact {
	transform: scale(1.1);
}
@media only screen and (min-width: 550px) {
	.Features .featuresbanner .wrapper .preview .screen_large {
		transform: scale(1);
	}
}

.Features .featuresbanner .wrapper .preview {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.Features .featuresbanner .wrapper .preview {
		display: none; visibility: hidden;
	}

	.Features .featuresbanner .wrapper {
		grid-template-columns: 1fr;
	}
	.Features .featuresbanner {
		padding: 50px 0 50px;
	}
}

.pagecontent {
	display: block;
	position: relative;
	margin-top: 100px;
}

.grid_5 {
	display: flex;
	flex: auto;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.itemsform-title {
	font-size: 32px;
	font-weight: bold;
	max-width: 550px;
	padding-bottom: 30px;
	line-height: 1.1em;
}

.signup-discover-title {
	font-size: 40px;
	max-width: 600px;
	line-height: 1.1em;
}

.opentime-strong {
	color: #fff;
	display: inline;
	background-image: linear-gradient(#2489CE 68%, #89c339 7%);
}

.functionalities_submenu .opentime-strong {
	color: #000000;
	display: inline;
	font-size: 32px;
	background-image: linear-gradient(#EDF0F8 68%, #89c339 7%);
}

.history-quote-text .opentime-strong {
	color: #000;
	display: inline;
	background-image: linear-gradient(#FFFFFF 68%, #89c339 7%);
}

.dropdown-arrow {
	width: 11px;
	height: 6px;
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
  vertical-align: middle;
}

form[id^="account-"] {
	max-width: 600px;
	max-height: 1300px;
	background: #fff;
	padding: 30px 24px;
	border-radius: 3px;
}

label {
	font-size: 1.2em;
}

label[for="account[cgv]"] {
	font-weight: bold;
	font-size: 1.5em;
}

.itemsform-cgv {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

input[type=text], input[type=password], input[type=search], select {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

input[type=submit] {
	background: #89c339;
	padding: 0 34px 0 34px;
	height: 60px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	border-radius: 20em;
	align-items: center;
	justify-content: center;
	transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input[type=submit]:default {
	transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #89c339;
	padding: 0 34px 0 34px;
	height: 60px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	border-radius: 20em;
	align-items: center;
	justify-content: center;
	margin-top: 25px;
}

input[type=submit]:hover {
	background: #81b535;
}

input:focus {
	outline: none !important;
	background: rgba(36, 137, 206, 0.1);
	border-color: #89c339;
}

.input-ajax-dynamic > div > input,
.select-ajax-dynamic > div > input {
	display: none;
}

.input-ajax-dynamic, .select-ajax-dynamic {
	z-index: 9;
	display: none;
	margin-top: -8px;
	padding: 10px 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.input-ajax-dynamic > div, .select-ajax-dynamic > div, ul#ajax-autocomplete > li {
	padding: 6px 15px;
	cursor: pointer;
	border: none !important;
	font-weight: bold;
	font-size: 16px;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}

form ul.placeholder {
	font-size: 1em;

	max-width: 410px;
	margin: 6px 0 0 0;
	padding: 16px 10px 10px 10px;

	color: #468847;
	background: url(../images/bg-placeholder.png) no-repeat left top;
}

form ul.placeholder li {
	margin: 0 0 0 14px;

	list-style-type: square;
}

form ul.errors {
	font-size: 1em;

	max-width: 410px;
	margin: 6px 0 0 0;
	padding: 16px 10px 10px 10px;

	color: #fff;
	background: url(../images/bg-error.png) no-repeat left top;
}

form ul.errors li {
	margin: 0 0 0 14px;
	list-style-type: square;
}

form label {
	display: inline-block;
  vertical-align: middle;
}

form ul li.required label:after {
	content: ' *';

	color: #468847;
}

.demoform .itemsform .itemsform-cgv div.cgv {
	margin: auto;
}

.itemsform .itemsform-cgv div.cgv div.hidden_field input[type=checkbox] {
	margin-left: 0px;
}

.itemsform .itemsform-cgv div.hidden_field{
	width: auto !important;
	margin-left: 0;
	margin-right: 15px;
}

.itemsform .itemsform-boscavo {
	margin-bottom: 20px;
}

.error,
.success {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
	margin-top: 10%;
	font-size: 3.0em;
	font-weight: bold;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	max-width: 1200px;
}

.error span {
	width: 100px;
	height: 84px;
	margin: 0 auto 20px auto;
	background: url('../images/sprite-general.png') no-repeat 0 -239px;
}

.success span {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 auto 20px auto;
	background: url('../images/picto-check.png') no-repeat;
}

.itemsform .itemsform-cgv {
	font-size: 0.8em;
	margin: 20px 0px 0px 0px;
}

.itemsform .itemsform-cgv label {
	width: auto;
	margin-right: 10px;
	text-align: left;
}

.itemsform .itemsform-cgv div.cgv {
	display: inherit;
	width: 100%;
}

.itemsform .itemsform-cgv div.cgv {
	display: flex;
	flex-direction: column;
}

.itemsform .itemsform-cgv div.cgv .cvg-text {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.demoform .itemsform .itemsform-cgv div.cgv .cvg-text {
	margin-left: 31px;
	line-height: 18px;
}

.demoform .itemsform .itemsform-cgv div.cgv {
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: start;
}

.itemsform .itemsform-cgv div.cgv div.hidden_field {
	display: flex;
	justify-content: center;
	align-items: center;
}

.itemsform .itemsform-cgv div.cgv div.hidden_field input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	width: 24px;
	height: 24px;
	margin-top: -4px;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 2px;

	display: inline-block;
	position: relative;
	z-index: 1;
}

.itemsform .itemsform-cgv div.cgv div.hidden_field input[type=checkbox]:checked {
	background-color: #2489ce;
	border-color: #2489ce;
}

.itemsform .itemsform-cgv div.cgv div.hidden_field input[type=checkbox]:checked::after {
	content: '';
	position: absolute;
	top: 3px;
	left: 8px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.itemsform .itemsform-cgv div.hidden_field{
	width: auto !important;
	margin-left: 0;
	margin-right: 15px;
}

.itemsform .itemsform-cgv div.cgv .field_complement {
	display: block;
}

.itemsform .itemsform-boscavo {
	margin-bottom: 20px;
}

.perk {
	color: #fff;
	font-size: 16px;
	padding-top: 60px;
	text-shadow: none;
	display: flex;
	flex-direction: row;
	max-width: 480px;
}

.perk-check {
	color: #89c339;
}

.perk-text {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
}

.perk-title {
	font-weight: bold;
}

.trust {
	color: #fff;
	text-shadow: none;
	max-width: 500px;
	font-size: 32px;
	margin-top: 60px;
	padding-bottom: 40px;
}

.trust-companies {
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
	margin-right: 180px;
	align-items: center;
	justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
	.trust-companies { margin-right: 40px;
}
}

.logo-companies {
	height: 27%;
	width: 27%;
}

.faqheadline,
.faqquestionheadline {
	margin: auto;
}

.faq-headline {
	font-size: 40px;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	max-width: 1200px;
	line-height: 1.1em;
	margin: 0 auto;
}

.faq-tag-headline {
	font-size: 20px;
	color: #fff;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	text-align: center;
	padding-bottom: 10px;
}

.faq-breadcrumb-headline {
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.faq-breadcrumb-headline a:hover {
	color: #81b535;
	font-weight: bold;
}

form[id^="questions"] {
	display: flex;
	flex-direction: column;
	align-items: center;
}

form.questions-search > div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

form.questions-search input.search,
form.questions-search input.search+div {
	width: 50%;
	border-radius: 20px;
}

.search:focus {
	background: #fff;
}

.Questions .grid_1 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #2489CE;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}

.Questions .grid_2 {
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
	align-items: center;
}

.Questions .grid_3,
.Questions .grid_new_users {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.Questions .grid_3 {
	background-color: #2489CE;
}

.Questions .grid_new_users {
	background-color: #EDF0F8;
}

.Questions .grid_empty {
	display: none;
}

.Questions .grid_new_users+.grid_3 {
	background-color: #217EC7;
}


.Questions .input-ajax-content .input-ajax-dynamic {
	padding: 0px;
}

.Questions .input-ajax-content .input-ajax-dynamic div {
	padding: 0px;
	cursor: auto;
}

.Questions .input-ajax-content .input-ajax-dynamic div a {
	padding: 16px 15px;
	width: calc(100% - 30px);
	display: inline-block;
}


p.faq-contact {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	font-weight: normal;
}

.faq-contact-button {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 0 34px 0 34px;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	margin-top: 20px;
}

.categories-for-new-users,
.category-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	z-index: 2;
	row-gap: 20px;
	column-gap: 20px;
}


.category-list {
	margin-top: -60px;
	margin-bottom: 60px;
}

.categories-for-new-users .category {
	background: #81b535;
}


.category,
.question {
	display:flex;
	flex-direction: column;
	width: 380px;
	height: 150px;
	background-color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	transition: .3s;
}

@media only screen and (max-width: 400px) {
	.category,
	.category-with-questions,
	.question {
		width: 80vw !important;
	}
}

@media only screen and (max-width: 1000px) {
	.category-with-questions {
		min-height: auto !important;
		margin-bottom: 20px !important;
	}
}

.category:hover,
.category:hover,
.question:hover {
	transform: translateZ(0) scale(1.02);
}

.category-name {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 15px;
}

.category-with-questions {
	width: 380px;
	min-height: 245px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	align-items: inherit;
	text-align: left;
	padding: 15px;
	margin-bottom: 50px;
	font-size: 14px;
}

.category-with-questions .question-list li {
	list-style: initial;
	margin-left: 15px;
	padding: 5px;
}

.category-with-questions .question-list li::marker {
	color: #2489CE;
}

.category-with-questions .category-name {
	background-color: #2489CE;
	color: #fff;
	border-radius: 15px;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.category-with-questions a.more-questions {
	text-decoration: underline;
	padding-top: 10px;
	display: inherit;
	text-align: center;
}

.category-with-questions a.more-questions:hover {
	color: #2489CE;
}

.category img.category-logo {
	height:50px;
	padding-bottom:10px;
}

h2.category-new-users {
		font-size: 32px;
		font-weight: bold;
}

.no-question {
	font-size: 18px;
	height: 30vh;
	display: grid;
	align-content: center;
}

.question p {
	color: #4D4F56;
	margin-left: 30px;
	margin-right: 30px;
}

.faq-tags-list {
	padding-bottom: 35px;
}

.faq-tags-list a {
	color: #4D4F56;
	font-weight: normal;
}

.faq-tags-list a:hover {
	color: #000;
}

.questions-list {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: -5%;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.question-title {
	font-size: 18px;
  vertical-align: middle;
	margin: auto 0;
	color: #000;
	padding: 25px 35px 25px 35px;
}

.Questions .grid_2 .questions-list li {
	max-width: 800px;
	width: 100%;
}

.question-in-route {
	display:flex;
	flex-direction: column;
	min-height: 70px;
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	float: left;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	transition: .3s;
}

.question-in-route:hover {
	transform: translateZ(0) scale(1.02);
}

.Questions .grid_1 h1 {
	max-width: 1200px;
	float: left;
	margin: 0 auto;
	text-align: center;
}

.question-content {
	display: flex;
	flex-direction: column;
	max-width: 830px;
	margin-top: -7%;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	z-index: 2;
	background-color: #fff;
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 5%;
}

.functionality_block_solution .content {
	font-size: 40px;
	padding-bottom: 25px;
	grid-area: content;
}

.answer {
	display: flex;
	flex-direction: column;
}

.answer h3::before,
.answer h5::before,
.post-body-body h3::before,
.post-body-body h5::before {
	content: url("../images/questions/blue-line.png");
	width: 102px;
	display: block;
	text-align: left;
}

.Questions h1,
.Blog h1 {
	font-size: 50px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 45px;
	margin-bottom: 5px;
}

.Questions h2 {
	font-size: 40px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 45px;
	margin-bottom: 20px;
}

.answer h2,
.post-body-body h2 {
	font-size: 32px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 5px;
}

.answer h3,
.answer h4,
.post-body-body h3,
.post-body-body h4 {
	margin-top: 25px;
	font-size: 25px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 5px;
}

.answer h5,
.answer h6,
.post-body-body h5,
.post-body-body h6 {
	margin-top: 22px;
	font-size: 22px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 5px;
}

.answer p,
.post-body-body p {
	color: #4D4F56;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

.answer blockquote,
.post-body-body blockquote {
	font-style: italic;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
}

.answer blockquote::before,
.post-body-body blockquote::before {
	display: block;
	text-align: center;
	content: url('../images/questions/quote-start.png');
}

.answer blockquote::after,
.post-body-body blockquote::after {
	display: block;
	text-align: center;
	content: url('../images/questions/quote-stop.png');
}

.answer ul,
.post-body-body ul {
	margin: 10px 0px 10px 20px;
	list-style: none;
}

.answer ul li,
.post-body-body ul li {
	margin-bottom: 10px;
	font-size: 16px;
	color: #4D4F56;
}

.answer ul li::before,
.post-body-body ul li::before {
	display: inline-block;
	content: "\2022";
	color: #4D4F56;
	font-weight: bold;
	width: 1em;
}

.answer figure,
.post-body-body figure {
	margin-top: 20px;
	margin-bottom: 20px;
}

.answer samp,
.post-body-body samp {
	font-weight: bold;
}

.answer a ,
.post-body-body a {
	text-decoration: underline;
	transition: .3s;
}

.answer a:hover,
.post-body-body a:hover {
	color: #000;
}

.answer .tip,
.post-body-body .tip {
	background-image: url("../images/questions/tip.png");
	background-repeat: no-repeat;
	background-size: 50px 60px;
	background-position-y: center;
	margin: 10px 0;
	min-height: 60px;
	padding-left: 55px;
	content: "";
	display: inline-grid;
	align-content: center;
	font-style: italic;
}

.answer .tip *,
.post-body-body .tip * {
	display: contents;
}

.answer figure + .tip,
.post-body-body figure + .tip {
	margin-top: -10px;
}

.date-update {
	margin-top: 50px;
	color: #4D4F56;
	font-size: 16px;
	font-style: italic;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 768px) {
	.date-update {
		padding: 0 8.33333vw;
	}
}

.questioncontact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 30px;
}

.Blog .grid_2 {
	max-width: 1200px;
	margin: 40px auto;
}

.blog-title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	padding-bottom: 10px;
}

.Blog .grid_2 .post .page-intro {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.Blog p.posts-title {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

.References .grid_2 .posts-more {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.Blog .post-body-body table {
	color: #4D4F56;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	border: 1px solid #f4f4f4;
}

.Blog .post-body-body table thead th,
.Blog .post-body-body table tfoot th {
	background: #f4f4f4;
	color: black;
	padding: 5px;
}

.Blog .post-body-body table tbody tr {
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
}

.Blog .post-body-body table tbody tr th {
	background: #f4f4f4;
	color: black;
	font-weight: bold;
	padding: 7px;
	text-align: left;
}

.Blog .post-body-body table tbody tr td {
	color: #4D4F56;
	padding: 7px;
	text-align: center;
}

.References .grid_2 .posts-list,
.Blog .grid_2 .posts-list {
	display: grid;
  grid-template-columns: 370px 370px 370px;
	column-gap: 45px;
	align-content: start;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	list-style: none;
	flex: 0 0 33.333333%;
}

.References .grid_2 .post-title,
.Blog .grid_2 .post-title {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	max-width: 370px;
	text-align: left;
	padding-bottom: 10px;
}

.References .grid_2 .post-description,
.Blog .grid_2 .post-description {
	font-size: 16px;
	color: #4D4F56;
	max-width: 370px;
	text-align: left;
	padding-bottom: 10px;
}

.References .grid_2 .post-date,
.Blog .grid_2 .post-date {
	font-size: 16px;
	color: #4D4F56;
	max-width: 370px;
	text-align: left;
}

.References .grid_2 .post,
.Blog .grid_2 .post {
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
	max-width: 370px;
}

.References .grid_1 .blogsubtitle,
.Blog .grid_1 .blogsubtitle {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	max-width: 370px;
	margin: 0 auto;
}

.References .grid_2 .post .post-tags a,
.References .grid_2 .post-header-tags a,
.References .grid_2 .post-featured-tags a,
.Blog .grid_2 .post .post-tags a,
.Blog .grid_2 .post-header-tags a,
.Blog .grid_2 .post-featured-tags a,
.Questions .grid_2 .answer-tags a {
	background: #C6E8FF;
	margin-right: 10px;
	border-radius: 20em;
	color: #2489CE;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.Questions .grid_2 .answer-tags {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
	.Questions .grid_2 .answer-tags {
		padding: 0 8.33333vw;
	}
}

.Blog .grid_1 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #2489CE;
	padding-top: 150px;
	z-index: 1;
	padding-bottom: 80px;
}

.References .grid_2 .post .post-tags,
.Blog .grid_2 .post .post-tags {
	margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.References .grid_2 .post .post-tags,
	.Blog .grid_2 .post .post-tags { margin-bottom: 0;
}
}

.Blog .grid_2 .post-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 100px;
}

.Blog .grid_2 .post-header-tags {
	display: flex;
	flex-direction: row;
}

.Blog .grid_2 .post-header-title {
	font-size: 40px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.Blog .grid_2 .post-header-date {
	padding-bottom: 50px;
}

.Blog .grid_2 .post-body {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 760px;
}

@media only screen and (max-width: 768px) {
	.Blog .grid_2 .post-body { padding-left: 0; padding-right: 0;
}
}

.Blog .grid_2 .post-body-body {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px
}

.Blog .grid_2 .post-body-readtime {
	display: flex;
	flex-direction: row;
	color: #4D4F56;
	font-size: 14px;
	max-width: 760px;
}

.Blog .grid_2 .post-body-readtime img.clock {
	padding-right: 10px;
	padding-top: 5px;
	width: 10px;
	height: 10px;
}

.Blog .grid_2 .post-body-divider {
	height: 2px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding-bottom: 40px;
}

.post-body-body figcaption {
	color: #4D4F56;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
}

.Blog .grid_2 .pager {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.Blog .grid_2 .pager .page {
	font-size: 14px;
	font-weight: bold;
	margin: 0 6px 6px 0;
}

.Blog .grid_2 .pager li a {
	margin: 0 6px 6px 0;
	color: #4D4F56;
	transition: .3s;
}

.Blog .grid_2 .pager .currentpage {
	margin: 0 6px 6px 0;
}

.Blog .grid_2 .pager li a:hover {
	color: #000;
	transform: translateZ(0) scale(1.02);
}

.Blog .grid_2 .post-featured {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	margin-top: 100px;
}
@media only screen and (max-width: 768px) {
	.Blog .grid_2 .post-featured { flex-direction: column; margin-bottom: 70px;
}
}

.Blog .grid_2 .posts .post-featured {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.Blog .grid_2 .posts .post-featured img {
	height : 370px;
	width: 370px;
	object-fit:contain;
}

.Blog .grid_2 .post-featured-text {
	display: flex;
	flex-direction: column;
	max-width: 669px;
	max-height: 464px;
	padding-left: 61px;
	justify-content: center;
}

@media only screen and (max-width: 768px) {
	.Blog .grid_2 .post-featured-text { padding-left: 0; padding-right: 0;}
}

.Blog .grid_2 .post-featured-text h1 {
	max-width: 450px;
	padding-bottom: 40px;
}

.Blog .grid_2 .post-featured-date {
	max-width: 123px;
	font-size: 12px;
	color: #4D4F56;
	font-weight: bold;
}

.Blog .grid_2 .post-featured-tags {
	padding-bottom: 40px;
}

.Blog .grid_2 .post-featured-featured figure img {
	width: 461px;
	height: 461px;
	object-fit: contain;
}

.post-featured-featured {
	max-width: 461px;
	max-height: 461px;
	padding-bottom: 20px;
}

.References .grid_2 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #2489CE;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}

.References .grid_2:nth-child(2) {
	background: #FFFFFF;
	padding-top: 40px;
}

.References .grid_2 .referencestitle {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	line-height: 1.1em;
	max-width: 609px;
}

.References .grid_3 {
	display: flex;
	min-height: 60vh;
	flex-direction: column;
	position: relative;
	background: #fff;
	z-index: 2;
	max-width: 1200px;
	margin: 0 auto;
}

.References .grid_3 .list-references {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 100%;
	margin: 40px auto 40px auto;
	list-style: none;
	flex: 1 0 21%;
	background: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.References .grid_3 .list-references li {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}

.References .grid_3 .list-references-item {
	display: none;
}

.References .grid_3 .list-references-item img {
		width: 120px;
		height: auto;
}

.References .grid_3 .list-references-load {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #2489CE;
	font-size: 16px;
	text-decoration: none;
	margin: 0 auto;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 2;
}

.testimonial-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 35vh;
	width: 1060px;
	border-style: solid;
	border-color: #C5C5C5;
	border-width: 1px;
	border-radius: 20px;
	margin: 0 auto;
}

.testimonial-slider-wrapper {
	max-width: 1192px;
	max-height: 325px;
	overflow: hidden;
}

.testimonial-inner-wrapper {
	width: 800%;
	height: 100%;
	position: relative;
	left: -100%;
}

.References .grid_3 .block-testimonial {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: 10px 15px 15px 10px;
	max-width: 1195px;
	min-height: 325px;
	margin: 0 auto;
	margin-bottom: 80px;
	width: calc(100% / 8);
	height: 100%;
	float: left;
}

.References .grid_3 .block-testimonial-text {
	display: flex;
	flex-direction: column;
	max-width: 821px;
	border-radius: 0 10px 10px 0;
	justify-content: center;
}

.References .grid_3 .testimonial-description {
	font-size: 16px;
	max-width: 601px;
	color: #000000;
	padding-left: 30px;
	padding-right: 81px;
	padding-bottom: 30px;
}

.References .grid_3 .testimonial-guillemet-left img {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 29px;
}

.References .grid_3 .testimonial-guillemet-right img {
	padding-left: 630px;
	height: 29px;
}

.References .grid_3 .testimonial-author {
	font-size: 16px;
	font-weight: bold;
	padding-left: 30px;
	color: #217EC7;
}

.References .grid_3 .testimonial-role {
	font-size: 16px;
	padding-left: 30px;
	font-weight: normal;
	color: #217EC7;
}

.References .grid_3 .testimonial-role a {
	text-decoration: underline;
}

.References .grid_3 .block-testimonial-image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.References .grid_3 .block-testimonial-image img {
	max-width: 300px;
	max-height: 150px;
}

.testimonial-prev,
.testimonial-next {
	min-width: 30px;
	min-height: 30px;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	cursor: pointer;
}

.testimonial-prev {
	margin-right: 40px;
	margin-left: -70px;
}

.testimonial-next {
	margin-left: 40px;
	margin-right: -70px;
}

.testimonialsslideshow {
	height: 325px;
	margin-bottom: 100px;
	margin-top: 100px;
}

.referencesjoinus {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 130px;
}

.referencesjoinus h3 {
	font-size: 40px;
	font-weight: bold;
}

.referencesjoinus p {
	font-size: 16px;
	font-weight: normal;
	max-width: 628px;
	margin-bottom: 25px;
	margin-top: 10px;
}

.Contact .grid_2,
.Newsletter .grid_2,
.Pricing .grid_2,
.Signup .grid_2,
.Terms .grid_2 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #2489CE;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}

.Contact .grid_1,
.Signup .grid_1,
.Newsletter .grid_1 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #fff;
	padding-bottom: 233px;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.phone {
	display: flex;
	margin-top: 20px;
}

.phone svg {
	fill: #ffffff;
	padding-right: 7px;
	padding-top: 2px;
}

.phonenumber {
	font-size: 18px;
	font-weight: bold;
}
/* PAGES SOLUTIONS OFR */

/* RESPONSIVE DESKTOP OFR SOLUTIONS */

.Pricing .grid_3,
.Team .grid_3 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #fff;
	padding-bottom: 50px;
	z-index: 1;
	max-width: 1200px;
	margin: 0 auto;
}

.Contact .grid_2 .contact-title,
.Signup .grid_2 .signup-title,
.Newsletter .grid_2 .newsletter-title,
.Pricing .grid_2 .pricing-title,
.Terms .grid_2 .terms-title {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.1em;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	max-width: 1200px;
	margin: 0 auto;
}

form[id^="form-pack-demo"] {
	display: flex;
	flex-direction: row;
	align-items: center;
}

form[id^="form-pack-demo"] input[type="text"] {
	max-width: 379px;
}

/* Pages pack */

.Pack > div {
	/* Le padding sur les côtés doit être de minimum 8% de l'écran (vw,
	 * viewport width) et le contenu doit être au maximum de 1200px,
	 * soit un padding de 100% - 1200px, divisé par deux.
	 * Un peu tordu comme calcul, mais ça évite de multiplier les
	 * wrappers inutiles qui ne servent qu'à ajouter du style
	 */
	padding: 50px max(8vw, (100vw - 1200px)/2);
}

.Pack .pack_content, .Pack .pack_content h2 {
	font-weight: normal;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	padding-bottom: 100px;
}

.Pack .pack_content span {
	font-weight: bold;
}

.Pack .pack_content h2 span {
	font-weight: bold;
}

@media only screen and (max-width: 800px) {
	.Pack .pack_content h2 {
		padding-bottom: 16px;
	}
}

.Pack .pack-footer {
	display: grid;
	justify-items: center;
	background: #2489ce;
	color: #fff;
	margin: 0 auto;
}

.Pack .pack-footer h2 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0;
}

.Pack .pack-footer p {
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

.Pack .pack-footer .content {
	max-width: 1200px;
	text-align: center;
	margin: 40px 0;
	padding: 0 8vw;
	box-sizing: border-box;
}
.Pack .pack-footer a {
	font-size: 22px;
	font-weight: 600;
	margin-left: 25px;
}
.Pack .pack-footer a svg {
	display: inline;
}
.Pack .pack-footer a svg > * {
	fill: none;
	stroke: #ffffff;
	stroke-width: 3px;
}

.Pack {
	margin-top: 70px;
}

.Pack .grid_description_pack {
	display: grid;
	grid-template-columns: auto minmax(200px, 425px);
	grid-template-areas: "content preview";
	justify-items: center;
	grid-column-gap: 30px;
	justify-content: center;
	align-items: center;
	background: #2489CE;
	font-size: 40px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.Pack .grid_description_pack .content {
	grid-area: content;
}

.Pack .grid_description_pack h1 {
	color: #ffffff;
}

.Pack .grid_description_pack h2 {
	font-weight: 900;
	color: #000000;
}

.Pack .grid_description_pack p.description,
.Pack .grid_description_pack h3 {
	color: #ffffff;
	font-size: 24px;
}

.Pack .grid_description_pack a.btn_secondary {
	margin-top: 36px;
}

.Pack .grid_description_pack img {
	width: 100%;
	grid-area: preview;
}

@media only screen and (max-width: 800px) {
	.Pack .grid_description_pack {
		grid-template-columns: 1fr;
		grid-template-areas: "preview" "content";
		grid-row-gap: 50px;
	}
}

.grid_functionalities {
	display: grid;
	grid-row-gap: 100px;
	justify-content: center;
}

.functionality_block_solution {
	display: grid;
	grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
	grid-template-areas: "preview content";
	justify-items: center;
	grid-column-gap: 100px;
	justify-content: center;
}

.container_features .functionality_block_solution {
	grid-template-columns: minmax(200px, 400px) minmax(200px, 400px);
	justify-content: center;
}

.container_features .functionality_block_solution .content {
	align-self: center;
}

.functionality_block_solution:nth-child(odd) {
	grid-template-areas: "content preview";
}

.functionality_block_solution .preview {
	justify-self: end;
}
.functionality_block_solution:nth-child(odd) .content {
	text-align: left;
}
.functionality_block_solution:nth-child(odd) .preview {
	justify-self: start;
}

.functionality_block_solution .preview .preview_large {
	text-align: center;
}

@media only screen and (max-width: 800px) {
	#App .functionality_block_solution .preview, #App .functionality_block_solution .content {
		text-align: justify;
		hyphens: auto;
	}

	#App .functionality_block_solution .preview, #App .functionality_block_solution .content h3, #App .functionality_block_solution .content h4 {
		hyphens: none;
	}

	.grid_functionalities {
		margin: 75px 20px;
		grid-row-gap: 50px;
	}

	.functionality_block_solution, .functionality_block_solution:nth-child(odd) {
		grid-template-columns: minmax(200px, 600px);
		grid-template-areas: "preview" "content";
	}

	.container_features .functionality_block_solution, .container_features .functionality_block_solution:nth-child(odd) {
		grid-template-columns: minmax(200px, 600px);
		grid-template-areas: "preview" "content";
	}

	#App .functionality_block_solution .preview, #App .functionality_block_solution .content {
		margin-top: 15px;
		text-align: justify;
		justify-self: center;
		hyphens: auto;
	}

	#App .functionality_block_solution h4 {
		text-align: center;
	}
}

.Pack .testimonials {
	display: grid;
	grid-template-areas: "intro intro" "logo content";
	grid-template-columns: minmax(75px, 150px) minmax(200px, 700px);
	justify-content: center;
	column-gap: 50px;
	align-items: center;
}

.Pack .testimonials .intro {
	grid-area: intro;
}

.Pack .testimonials .logo {
	grid-area: logo;
	justify-self: right;
}

.Pack .testimonials .content {
	margin-top: 25px;
	grid-area: content;
	color: #4D4F56;
}

.Pack .pack-testimonial-quote {
	font-family: "Futura Handwritten", cursive;
	font-size: 22px;
	line-height: 28px;
}

.Pack .pack-testimonial-signature {
	margin-top: 1em;
	font-size: 16px;
}

svg.arrow path {
	fill: none;
	stroke: #161615;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3px;
}
svg.arrow {
	display: inline-block;
	width: 100px;
}

.Pack .testimonials .intro {
	font-family: "Futura Handwritten", cursive;
	font-size: 22px;
	line-height: 120px;
	color: #000000;
	justify-self: center;
}

.Pack .testimonials .intro * {
	vertical-align: bottom;
}

@media only screen and (max-width: 800px) {
	.Pack .testimonials {
		grid-template-areas: "intro" "logo" "content";
		grid-template-columns: 1fr;
		text-align: center;
	}

	.Pack .testimonials .intro {
		font-size: 16px;
		color: #4D4F56;
		line-height: 25px;
		justify-self: start;
		margin-left: 120px;
		height: 75px;
		margin-top: 25px;
	}

	.Pack .testimonials .intro .arrow {
		display: none;
	}

	.Pack .testimonials .logo {
		justify-self: center;
	}
}

.Pack .customers_use {
	display: grid;
	grid-template-areas: "logo content";
	grid-template-columns: 360px minmax(200px, 400px);
	justify-content: center;
	column-gap: 50px;
	align-items: center;
	margin: 20px;
}

.Pack .customers_use .logo {
	grid-area: logo;
	position: relative;
	height: 240px;
	display: grid;
	align-items: center;
}

.Pack .customers_use .logo img {
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s;
}

.Pack .customers_use .logo .visible {
	opacity: 1;
}

.Pack .customers_use .content {
	grid-area: content;
	font-size: 16px;
	color: #4D4F56;
	line-height: 24px;
}

.Pack .customers_use .content h2,
.Pack .customers_use .content h4 {
	color: #000000;
	font-size: 26px;
}

@media only screen and (max-width: 800px) {
	.Pack .customers_use {
		display: none;
	}
}

.Pack .functionalities-short {
	background: #edf0f8;
	color: #4D4F56;
	font-size: 20px;
	padding-top: 100px;
	padding-bottom: 100px;
}
.Pack .functionalities-short h2 {
	text-align: center;
	padding-bottom: 25px;
}
.Pack .functionalities-short ul {
	column-count: auto;
	column-width: 265px;
	list-style-type: "✓ ";
	list-style-position: inside;
}

.Pack .functionalities-short ul li {
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	break-inside: avoid;
}

.Pack .grid_functionalities {
	padding-top: 100px;
}

@media only screen and (max-width: 850px) {
	.Pack .functionalities-short ul {
		margin: 0 50px;
	}
}

.Pack .pack_discover {
	padding: 70px 8.33333vw;
	background: #89c339;
	color: #ffffff;
	font-size: 26px;
	text-align: center;
	margin-top: 2em;
}

.Pack .pack_discover a.btn_secondary {
	border: 2px solid #ffffff;
	margin-top: 20px;
}

/* PAGE EQUIPE OFR */

.Team .functionality_block { margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
	.Team .functionality_block .preview { margin-bottom: 70px;
}
}
.Team .functionality_block .content p.team-elements-quote { font-family: "Futura Handwritten", cursive; font-size: 19px; line-height: 28px;
}
.Team .functionality_block .content p span { color: #2489ce;
}

.Team .grid_2 { display: flex; position: relative; flex-direction: column; background: #2489CE; padding-top: 150px; padding-bottom: 100px; z-index: 1;
}
.Team .grid_2 .teamtitle { font-size: 40px; font-weight: bold; text-align: center; margin: 0 auto; line-height: 1.1em; max-width: 609px;
}
.Team .grid_4 .full_block { max-width: 1200px; margin: 0 auto;
}
.Team .grid_4 .teamnumbers { font-size: 20px; color: #4D4F56; line-height: 24px; background: #89c339; margin-top: 100px;
}
.Team .grid_4 .teamnumbers h2 { font-size: 26px; color: #fff; display: block; padding-bottom: 30px;
}
.Team .grid_4 .teamnumbers ul { column-count: 3;
}
.Team .grid_4 .teamnumbers li { color: #000000; padding-bottom: 30px ; font-size: 26px; line-height: 140%;
}
.Team .grid_4 .teamnumbers li strong { font-size: 40px; display: inline-block}
.Team .grid_4 .teammembers { color: #4D4F56;
}
.Team .grid_4 .teammembers h2 { font-size: 26px;
}
.Team .grid_4 .teammembers figure { display: inline-block; width: 197px; margin-right: 150px; margin-bottom: 30px;
}
.Team .grid_4 .teammembers figcaption { text-align: right;
}

@media only screen and (max-width: 1200px) {
	.Team .grid_4 .team-numbers-container { padding: 0 8.33333vw;
}
	.Team .grid_4 .teamnumbers ul { column-count: 2;
}
}

@media only screen and (max-width: 768px) {
	.Team .grid_4 .teamnumbers ul { column-count: 1;
}
}

.side-text {
	font-size: 24px;
	font-weight: bold;
}

.Contact .grid_2 .page-intro,
.Signup .grid_2 .page-intro,
.Newsletter .grid_2 .page-intro {
	font-size: 16px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

.Signup .grid_1 form,
.Contact .grid_1 #message-contact-us,
.Contact .grid_1 #message-call-me-back,
.Contact .grid_1 #message-ask-for-demo,
.Newsletter .grid_1 #subscriber-subscribe {
	display: flex;
	flex-direction: column;
	margin-top: -6%;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	transition: .3s;
	background: #fff;
	max-width: 1200px;
	width: 100%;
}

.Contact .grid_1 #message-contact-us .itemsform,
.Contact .grid_1 #message-call-me-back .itemsform,
.Contact .grid_1 #message-ask-for-demo .itemsform,
.Newsletter .grid_1 #subscriber-subscribe .itemsform {
	text-align: left;
	margin: 40px;
}

.Contact .grid_1 #message-contact-us .itemsform textarea,
.Contact .grid_1 #message-call-me-back .itemsform textarea,
.Contact .grid_1 #message-ask-for-demo .itemsform textarea {
	width: 100%;
	height: 25%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.Contact .grid_1 #message-contact-us .itemsform textarea:focus,
.Contact .grid_1 #message-call-me-back .itemsform textarea:focus,
.Contact .grid_1 #message-ask-for-demo .itemsform textarea:focus {
	border-color: #89c339;
	outline: none;
}

.Contact .grid_1 #message-contact-us .itemsform .itemsform-submit,
.Contact .grid_1 #message-call-me-back .itemsform .itemsform-submit,
.Contact .grid_1 #message-ask-for-demo .itemsform .itemsform-submit,
.Newsletter .grid_1 #subscriber-subscribe .itemsform .itemsform-submit {
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
}

.Pricing .grid_2 .pricing-description {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

.Pricing .grid_3 .offer-content {
	border-radius: 16px;
	background: #fff;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	padding: 30px 20px 30px 20px;
	margin-bottom: 2em;
}

.Pricing .grid_3 .most-popular-offer {
	display: flex;
	flex-direction: column;
}

.Pricing .grid_3 .offer-popular {
	position: absolute;
	background: #C6E8FF;
	color: #2489CE;
	border-radius: 8px;
	padding: 8px 17px 8px 17px;
	max-width: 158px;
	margin-top: -17px;
	margin-left: 20px;
}

.Pricing .grid_3 .offer-content .offer-header {
	text-align: center;
}

.Pricing .grid_3 .offer-content .offer-header h2 {
	font-size: 32px;
	font-weight: bold;
	color: #2489CE;
}

.Pricing .grid_3 .offer-content .offer-header h3 {
	font-size: 32px;
	font-weight: bold;
	color: #89c339;
}

.Pricing .grid_3 .offer-list li {
	width: 231px;
}

.Pricing .grid_3 .offer-content .offer-header p,
.Pricing .grid_2 .offer-content-row .offer-header-row p {
	color: #4D4F56;
	font-size: 14px;
	padding: 15px 0px 15px 0px;
}

.Pricing .grid_3 .offer-content .offer-header p {
	min-height: 40px;
}

.Pricing .grid_2 .offer-price-row {
	padding: 0px 0px 15px 0px;
}

.Pricing .grid_3 .offer-list .offer-price {
	padding-bottom: 15px;
}

.Pricing .grid_3 .offer-list .offer-description {
	height: 50px;
}

.Pricing .grid_3 .offer-list h1 {
	font-size: 32px;
	color: #81b535;
}

	.Pricing .grid_3 .offer-content .offer-price .price-context,
.Pricing .grid_2 .offer-list-row .offer-info-row .price-context {
	font-weight: normal;
	font-size: 20px;
	font-family: 'Inter', 'Helvetica Neue', 'Arial', sans-serif;
	color: #4D4F56;
}

.Pricing .grid_3 .offer-content .offer-price .price,
.Pricing .grid_2 .offer-list-row .offer-info-row .price {
	font-weight: bold;
	font-size: 48px;
	font-family: 'Inter', 'Helvetica Neue', 'Arial', sans-serif;
}

.Pricing .grid_3 .offer-content .offer-buy-row,
.Pricing .grid_2 .offer-list-row .offer-buy-row {
	background: #000;
	color: #fff;
	border-radius: 20em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


.Pricing .grid_2 .offer-freemium-row,
.Pricing .grid_3 .offer-content .offer-freemium-row {
	background: #89c339 !important;
}

.Pricing .grid_2 .offer-popular-row,
.Pricing .grid_3 .offer-content .offer-popular-row {
	background: #2489CE !important;
}

.Pricing .grid_3 .offer-content .offer-buy-row br,
.Pricing .grid_2 .offer-list-row .offer-buy-row br {
	display: none;
}

.Pricing .grid_3 .offer-content .btn-action {
	max-width: 255px;
	max-height: 50px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Pricing .grid_3 .offer-content .offer-info {
	margin-top: 20px;
}


.Pricing .grid_3 .offer-content .offer-info ul {
	list-style-type: "✓ ";
	list-style-position: inside;
}

.Pricing .grid_3 .offer-content .offer-info ul li {
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #4D4F56;
	padding: 10px 0px 10px 0px;
}

.Pricing .grid_3 .offer-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-top: -6%;
	justify-content: center;
}

.Pricing .grid_3 .offer-list li:not(:last-child) {
	padding-right: 5px;
}

.Pricing .grid_2 .offer-list-row {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	margin-top: 40px;
}

.Pricing .grid_2 .offer-list-row .offer-content-row {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: linear-gradient(#89c339 6%, #ffffff 3%);
	border-radius: 16px;
	padding: 30px 20px 30px 20px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	width: 298px;
	align-items: center;
}

.Pricing .grid_2 .offer-list-row .offer-header-row {
	text-align: center;
}

.Pricing .grid_2 .offer-list-row .offer-header-row h2 {
	font-size: 20px;
	font-weight: bold;
}

.Pricing .grid_3 .pricing .infos {
	text-align: left;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	margin: 2rem auto;
	padding: 30px;
	background-color: #DBF0FD;
	border-radius: 16px;
	color: #217EC7;
}

.Pricing .grid_4 { background-color: #EDF0F8; padding: 50px;
}
.Pricing .grid_4 > div.pricingother { max-width: 1200px; margin: 0 auto; padding: 50px 0;
}
.Pricing .grid_4 > div.pricingother .pricing-other-title { font-size: 23px; text-align: center; margin: 0 20%;
}
.Pricing .grid_4 > div.pricingother .pricing-other-select { text-align: center; padding: 25px 15px 25px 15px;
}
.Pricing .grid_4 > div.pricingother .pricing-other-select select { width: 300px; text-align: center; background-color: #EDF0F8; color: #217EC7; border: 2px solid #217EC7; border-radius: 85px; padding: 15px 20px 15px 15px; font-weight: bold; font-size: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url("../images/prices/arrow-blue.svg"); background-repeat: no-repeat; background-position-x: 95%; background-position-y: 50%;
}
.Pricing .grid_4 > div.pricingother .pricing-other-hidden { display: none;
}
.Pricing .grid_4 > div.pricingother .pricing-other-refinement ul { display: grid; grid-template-columns: 1fr 1fr 1fr; font-size: 20px; list-style-type: "✓ "; list-style-position: inside;
}
.Pricing .grid_4 > div.pricingother .pricing-other-refinement-link { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 20%; align-items: center;
}
.Pricing .grid_4 > div.pricingother .pricing-other-refinement-link p { padding-top: 20px; line-height: 18px; font-size: 23px;
}
.Pricing .grid_4 > div.pricingother .pricing-other-refinement-link p small { font-size: 15px;
}
.Pricing .grid_4 > div.pricingother .pricing-other-refinement-link p a { display: block; background-color: #217EC7; color: #FFFFFF; border-radius: 85px; text-align: center; padding: 15px; font-weight: bold; max-width: 200px;
}
.Pricing .grid_4 > div.pricingother #pricing-other-carte > div.pricing-other-carte { display: grid; grid-template-columns: 2fr 1fr; font-size: 20px; align-items: center;
}
.Pricing .grid_4 > div.pricingother #pricing-other-carte > div.pricing-other-carte p { padding-bottom: 25px; padding-right: 25px;
}
.Pricing .grid_4 > div.pricingother #pricing-other-carte > div.pricing-other-carte img { max-width: 350px;
}

@media only screen and (max-width: 460px) {
	.Pricing .grid_4 > div.pricingother .pricing-other-refinement ul { grid-template-columns: 1fr; font-size: 20px;
}
	.Pricing .grid_4 > div.pricingother .pricing-other-refinement-link { grid-template-columns: 1fr;
}
	.Pricing .grid_4 > div.pricingother #pricing-other-carte > div { grid-template-columns: 1fr;
}

}

.Pricing .grid_3 .pricing-action {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.Pricing .grid_3 .pricing-action li {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding-top: 30px;
}

.Pricing .grid_3 .pricing-action h3 {
	font-weight: bold;
	font-size: 30px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	min-height: 50px;
}

.Pricing .grid_3 .pricing-action a {
	display: flex;
	transition: background 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	background: #89c339;
	padding: 0 34px 0 34px;
	height: 60px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 1.2em;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
	border-radius: 20em;
	align-items: center;
	justify-content: center;
}

.Pricing .grid_3 .pricing-action a:hover {
	background: #81b535;
}

.Pricing .grid_3 .minifaq { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 50px 0;
}

.Pricing .grid_3 .mini-faq-title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
}

.Pricing .grid_3 .mini-faq {
	max-width: 949px;
}

.Pricing .grid_3 .mini-faq li {
	max-width: 949px;
	width: 100%;
}

.Pricing .grid_3 .mini-faq li:not(:last-child) {
	padding-bottom: 30px;
}

.Pricing .grid_3 .mini-faq-answer {
	display: none;
	color: #4D4F56;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: normal;
	max-width: 910px;
}

.Pricing .grid_3 .mini-faq-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 910px;
}

.Pricing .grid_3 .mini-faq-question {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Helvetica', 'Arial', sans-serif;
	color: #000;
}



.Pricing .grid_3 .mini-faq-expand {
	margin-top: 8px;
	width: auto;
	height: 10px;
	cursor: pointer;
	transition: .2s;
	padding-left: 5px;
}

.Pricing .grid_3 .mini-faq a.active {
	font-weight: bold;
}

.icon-down {
	transform: rotate(0deg);
}

.icon-up {
	transform: rotate(-180deg);
}

.Terms .grid_3 {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.Terms .grid_3 .termsandconditions {
	background: #fff;
	max-width: 1120px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
	font-family: 'Helvetica', 'Arial', sans-serif;
	border-radius: 8px;
	padding: 30px 40px 30px 40px;
	margin-top: -6%;
	z-index: 1;
}

.Terms .grid_3 .termsandconditions h2 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
}

.Terms .grid_3 .termsandconditions h3 {
	font-size: 24px;
	font-weight: bold;
	color: #4D4F56;
	padding-top: 10px;
}

.Terms .grid_3 .termsandconditions p {
	color: #4D4F56;
	font-size: 16px;
}

.Terms .grid_3 .termsandconditions h2::before {
	content: url("../images/questions/blue-line.png");
	width: 102px;
	display: block;
	text-align: left;
}

.Terms .grid_3 ul {
	margin-bottom: 10px;
	font-size: 16px;
	color: #4D4F56;
	list-style: none;
}

.Terms .grid_3 li::before {
	display: inline-block;
	content: "\2022";
	color: #E5E7EB;
	font-weight: bold;
	width: 1em;
}

.Terms .grid_3 li a:hover {
	text-decoration: underline;
}

.Terms .grid_3 .go-summary {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 8px;
	text-indent: -9999px;
	background: url(../images/arrow-top.png) no-repeat right top;
	float: right;
}

@media only screen and (max-width: 1000px) {
	.References .grid_3 .block-testimonial-image {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		min-height: 15vh;
	}

	.testimonial-inner-wrapper {
		width: 100%;
		height: 100%;
		position: relative;
		left: -100%;
		display: flex;
		flex-direction: column;
	}

	.testimonial-slider-wrapper {
		max-width: 300px;
		max-height: 710px;
	}

	.testimonial-container {
		display: flex;
		flex-wrap: wrap;
		max-width: 400px;
		height: 90vh;
	}

	.testimonial-prev {
		margin-right: 110px;
	}

	.testimonial-next {
		margin-left: 70px;
	}

	.References .grid_3 .block-testimonial {
		flex-direction: column;
		flex-wrap: wrap;
		padding-left: 300px;
		margin-bottom: 200px;
	}

	.testimonialsslideshow {
		margin-bottom: 600px;
	}

	.References .grid_3 .block-testimonial-text {
		clip-path: none;
		padding-top: 30px;
		padding-bottom: 30px;
		max-width: 300px;
	}

	.References .grid_3 .testimonial-description {
		padding-left: 30px;
		padding-right: 30px;
	}

	.References .grid_3 .testimonial-author,
	.References .grid_3 .testimonial-role {
		padding-left: 30px;
		padding-right: 30px;
	}

	.Contact .grid_1 #message-contact-us,
	.Contact .grid_1 #message-call-me-back,
	.Contact .grid_1 #message-ask-for-demo {
		display: flex;
		flex-direction: column;
		margin-top: -6%;
		margin-bottom: 70px;
		font-family: 'Helvetica Neue', 'Arial', sans-serif;
		border-radius: 15px;
		box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.15);
		transition: .3s;
		background: #fff;
		max-width: 1200px;
	}

	.boscavo-box-challenge {
		left: 0px !important;
	}

	.Pricing .grid_2 .offer-list-row .offer-content-row {
		width: 260px;
	}

	.Pricing .grid_3 .mini-faq li {
		max-width: 550px;
	}

	.Pricing .grid_3 .mini-faq-answer {
		max-width: 550px;
	}

	.Pricing .grid_3 .mini-faq-header {
		width: 550px;
	}

	.Pricing .grid_3 .pricing-action {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1200px) {
	.grid_5 {
		padding: 0 8.33333vw;
		flex-direction: row;
	}

	.signupdiscover,
	form[id^="account-"] {
		margin: 0 auto;
	}

	.References .grid_3,
	.References .grid_2 .referencestitle,
	.Pricing .grid_3,
	.Pricing .grid_2 .pricing-title,
	.Pricing .grid_2 .offer-list-row,
	.Questions .grid_2,
	.faq-headline,
	.Blog .grid_2,
	.faqquestionheadline,
	.faq-tag-headline,
	.answer,
	.Questions .grid_1 h1,
	.Contact .grid_2 .page-intro,
	.Contact .grid_2 .contact-title,
	.Pricing .grid_2 .pricing-title,
	.Terms .grid_2 .terms-title,
	.Contact .grid_1, .Demo .grid_1 {
		padding: 0 8.33333vw;
	}

}
@media only screen and (max-width: 1000px) {
	.References .grid_2 .posts-list, .Blog .grid_2 .posts-list {
	justify-items: center;
	grid-column-gap: 30px;
	justify-content: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}

@media only screen and (max-width: 768px) {
	.grid_5 {
		padding: 0 8.33333vw;
		flex-direction: column;
	}
	.Signup .grid_5 {
		grid-template-columns: 1fr;
	}

	form[id^="account-"] {
		margin: 0 auto;
	}

	.Pricing .grid_4,
	.Pricing .grid_3,
	.Pricing .grid_2 .offer-list-row,
	.Questions .grid_2,
	.faq-headline,
	.Blog .grid_2,
	.faqquestionheadline,
	.faq-tag-headline,
	.Questions .grid_1 h1 {
		padding: 0 8.33333vw;
		margin-bottom: 70px;
	}

	.testimonial-prev {
		display: none;
	}

	.testimonial-next {
		display: none;
	}

	.testimonial-guillemet-left {
		display: none;
	}

	.testimonial-guillemet-right {
		display: none;
	}

	.References .grid_3 .testimonial-description {
		min-width: 280px;
	}

	.testimonial-slider-wrapper {
		max-width: 310px;
		max-height: 465px;
	}

	.References .grid_3 .block-testimonial-image img {
		max-width: 150px;
		max-height: 150px;
	}

	.testimonial-container {
		height: 400px;
	}

	.References .grid_2 .post .post-tags {
		text-align: center;
	}

	.References .grid_2 .post-featured {
		text-align: center;
	}

	.References .grid_2 .post-title {
		text-align: center;
	}

	.References .grid_2 .post-date {
		text-align: center;
	}
}

@media only screen and (max-width: 460px) {
	.testimonial-container {
		max-width: 310px;
		height: 450px;
	}

	.References .grid_2 {
		padding-top: 150px;
		padding-bottom: 100px;
	}

	.testimonialsslideshow {
		margin-bottom: 200px;
		margin-top: 0px;
	}
}

/*
.page-intro {
	color: #666;
	text-align: left;
	display: inline-block;
	margin: 40px 0 40px 20px;
}

.grid_5 {
	font-size: 1.7rem;
	background-color: #efefee;
	border-radius: 0px 0px 15px 15px;
	max-width: 1000px;
	min-height: 700px;
	margin: 0 auto;
	padding-bottom: 500px;
	align-items: center;
	justify-content: center;
}

form {
	text-align: center;
}

.page-title {
	display: block;
	text-align: center;
	margin: 0 auto;
	border-radius: 15px 15px 0px 0px;
	background-color: #2489ce;
	color: white;
	max-width: 1000px;
	font-size: 1.8rem;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.body-signup .header .navigation {
	display: none;
}

.body-signup .header .go-home {
	display: block;
}

.body-signup .page-content p.page-intro {
	margin-top: 80px;
}

.body-signup .page-content strong.page-intro {
	display: inline-block;
	margin: 40px 0 40px 20px;
}

.body-signup .field_complement {
	margin-left: 200px;
}

.body-signup.body-special-grid .page-content .grid_4 {
	padding: 0 20px 200px 20px;
}

.body-signup form input#back:active {
	cursor: pointer;

	color: #333;
	background-position: left bottom;
}

.body-signup .signup-step li.step-01,
.body-address .signup-step li.step-02,
.body-confirmation .signup-step li.step-03 {
	background-position: left bottom;
}

.body-signup .signup-step li.step-01 p,
.body-address .signup-step li.step-02 p,
.body-confirmation .signup-step li.step-03 p {
	font-weight: bold;

	color: #664100;
}

.body-signup .page-content .grid_2,
.body-subscribe .page-content .grid_2,
.body-questionasked .page-content .grid_2 {
	margin-top: -50px;

	-webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
	 	-moz-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
		-ms-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
		 -o-box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
			box-shadow: 2px 0 2px rgba(0, 0, 0, .2);
}

.body-contact.body-special-grid .page-content .grid_2,
.body-subscribe.body-special-grid .page-content .grid_2 {
	padding: 0 20px 200px 20px;
}

.body-signup.body-special-grid .page-content .grid_4 {
	padding: 0 20px 200px 20px;
}

.body-special-grid .page-content .container_3 {
	background: none;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.body-special-grid	.page-content .grid_1 {
	float: left;
	margin: 0;
	width: 260px;
}

.body-special-grid	.page-content .grid_2 {
	background: #fff;
	float: left;
	margin: 0;
	min-height: 500px;
	padding: 0 20px;
	width: 700px;
}


.body-special-grid	.page-content .grid_3 {
	margin: 0;
	width: 1000px;
}

.body-special-grid	.page-content .grid_4 {
	background: #fff;
	float: left;
	margin: 0;
	min-height: 500px;
	padding: 0 20px;
	width: 960px;
}

.body-special-grid .shadow {
	display: none;
}

.body-small-footer .footer-bloc,
.body-small-footer .footer-social {
	display: none;
}

.itemsform .itemsform-submit {
	margin-top: 0;
	margin-right: 20px;

	border: medium none;
}


.itemsform-submit {
	position: relative;

	margin-top: 60px;
	padding: 20px 0;

	border-top: 1px dotted #d6d6d6;
}

.body-questionasked .itemsform-submit,
.body-contact .itemsform-submit {
	margin-top: 0;
	margin-right: 20px;

	border: none;
}

.sliderhome form ul li .required {
	-webkit-box-sizing: border-box;
	 	-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	width: 100%;
}

form ul li.required label:after {
	content: ' *';

	color: #55bf2b;
}

.chat-widget .chat-open .chat-self textarea[required]:invalid {
	box-shadow: none;
}

form ul li {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
}

ul.itemsform ul {
	list-style-type: disc;
}

ul, li {
	list-style: none;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}

.clearfix:after {
	clear: both;
}

.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}

form label {
	display: inline-block;
	width: 150px;
	text-align: left;
  vertical-align: middle;
	color: #393939;
}

form[id^="account-"] .hidden_field {
	position: relative;
	display: inline-block;
	width: 720px;
}

form input[type='text'], form input[type='password'], form select, form textarea {
	font-size: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
}

form .hidden_field {
	position: relative;
	display: inline-block;
	width: 1440px;
	margin-left: 50px;
}

input[type="text" i] {
	padding: 1px 2px;
}

form input#save {
	font-size: 1em;
	font-weight: bold;
	width: 20%;
	margin-top: 12px;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 20em;
	background: #89C339 none repeat scroll 0 0;
	-webkit-appearance: none;
}

form input#save:hover, form input#save:active {
	cursor: pointer;
	background-position: right bottom;
}

form input#save:hover {
	background: #89C339 none repeat scroll 0 0;
}

form input[type='submit']:hover, form input[type='submit']:active {
	cursor: pointer;
	background: #393939;
}
form input[type='submit'] {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	border: none;
	-webkit-appearance: none;
}
form input[type='submit'] {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1em;
	display: block;
	padding: 8px 10px;
	text-align: center;
	color: #fff;
	border: none;
	background: #89C339;
} */

/*========================/
	Boscavo Captcha
/========================*/
.boscavo {
	display: inline-block;
  vertical-align: middle;
}

/*========================/
	Satisfaction
/========================*/

.Satisfaction .grid_1 .satisfaction-survey .itemsform {
	text-align: left;
	margin: 40px;
}

.Satisfaction .grid_1 .padding {
	padding-top: 10px;
}

.Satisfaction .grid_1 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #fff;
	padding-bottom: 100px;
	z-index: 1;
	align-items: center;
	justify-content: center;
}

.Satisfaction .grid_1 .satisfaction-survey .itemsform-submit {
	margin-top: 20px;
}

.Satisfaction .grid_1 .satisfaction-survey {
	display: flex;
	flex-direction: column;
	margin-top: -6%;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 15%);
	transition: .3s;
	background: #fff;
	max-width: 1200px;
	width: 100%;
}

.Satisfaction .grid_1 .satisfaction-survey .itemsform textarea {
	width: 95%;
	height: 25%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.Satisfaction .grid_2 {
	display: flex;
	position: relative;
	flex-direction: column;
	background: #2489CE;
	padding-top: 150px;
	padding-bottom: 150px;
	z-index: 1;
}

.Satisfaction .grid_2 h1 {
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.1em;
	font-family: 'Helvetica Neue', 'Arial', sans-serif;
	max-width: 1200px;
	margin: 0 auto;
}

.Satisfaction .grid_2 .page-intro {
	font-size: 16px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
}

/*========================
	Signup
/========================*/

@media only screen and (max-width: 1200px) {
	.Demo .demo-captcha .hidden_field {
		padding: 0 10px 0 8px;
	}
	.Demo .boscavo {
		width: 100%;
	}
	.boscavo-box-challenge {
		transform: translateZ(0) scale(0.8);
		margin-left: -50px;
	}
}

.Demo .boscavo-box {
  @media only screen and (min-width: 1200px) {
	margin-left: 14px;
	}
  @media only screen and (max-width: 1200px) {
		max-width: none;
	}
}

.Demo .boscavo-box-challenge,
.Signup .boscavo-box-challenge {
	top: -300px;
}

.hidden {
	display: none;
}

.confbold{
	font-weight: bold;
		background: none !important;
		display: inline !important;
		height: 84px;
		margin: none !important;
		width: 100px;
}

.signupsuccessfulfreemium h1 strong,
.signupsuccessful h1 strong {
	color: #2489ce;
}

.signupsuccessfulfreemium h1,
.signupsuccessful h1 {
	width: 1000px;
	font-size: 3.0em;
	line-height: 1.4em;
	text-align: center;
	padding: 30px 20px 30px;
	margin: auto;
	margin-bottom: 30px;
}

.signupsuccessfulfreemium,
.signupsuccessful {
	background: #edf0f8;
}

.signupsuccessfulfreemium span,
.signupsuccessful span {
	display: block;

	width: 150px;
	height: 150px;
	margin: 0 auto 20px auto;


	background: url('../images/picto-check.png') no-repeat;
}

.signupsuccessfulfreemium,
.signupsuccessful {
	padding-top: 70px;
}

.signupsuccessfulfreemium p,
.signupsuccessful p {
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
}

.signupsuccessfulfreemium p span,
.signupsuccessful p span{
	font-weight: bold;
	color: #2489ce;
}

.signupsuccessfulfreemium .grey-block,
.signupsuccessful .grey-block {
	padding-top: 24px;
	padding-bottom: 350px;
	text-align: center;
}

.signupsuccessfulfreemium .grey-block p,
.signupsuccessfulfreemium .grey-block h4,
.signupsuccessful .grey-block p,
.signupsuccessful .grey-block h4 {
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 1.8em;
}

.body-signupsuccessful .account-link {
	text-decoration: underline 4px;
	text-decoration-color: #217ec7;
	text-underline-position: under;
	color: #191919;
}

/*========================/
	Demo
/========================*/

.Demo {
	background: #2489ce;
	min-height: 100vh;
	padding-top: 100px;
	position: relative;
}

.Demo .demoinfos {
	background: #1a1a1a;
	padding: 20px;
}

.Demo .demoinfos p, .Demo .demoimages p {
	color: #ffffff;
	font-size: 17px;
	text-align: center;
}

.Demo .demoimages p {
	margin-top: -10%;
}

.Demo .grid_1 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-height: 3000px;
}

.Demo .grid_1 .demoform {
	max-width: 600px;
	min-width: 300px;
	padding-top: 35px;
	width: 100%;
	align-self: start;
	top: 0;
	margin-bottom: 100px;
}

.Demo .demo-title {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
}

.Demo .demo-captcha {
	text-align: left;
	margin-top: 15px;
}

@media only screen and (max-width: 1200px) {
	.Demo .grid_1 {
		flex-direction: column;
	}
}

@media only screen and (min-width: 1200px) {
	.Demo .grid_1 .demoimages {
		max-width: 375px;
		align-self: center;
		margin-left: 100px;
	}

	.Demo .grid_1 .Demo-opentime-time {
		max-width: 400px;
		height: auto;
	}
}

.Demo .grid_1 form {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 10px;
}

.Demo .grid_1 .itemsform-title {
	text-align: center;
	font-size: 20px;
	max-width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Demo .grid_1 ul {
	padding-top: 15px;
	margin: 20px;
	text-align: center;
}

.Demo .errors {
	display: flex;
  /* position: absolute; */
	margin: 0px;
}

.Demo .grid_1 input {
	font-size: 14px;
	text-align: left;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 95%;
}

.Demo .itemsform-submit input {
	margin-top: 15px;
	text-align: center;
}

.Demo .grid_1 select {
	text-align: left;
	font-size: 14px;
}

.Demo .grid_1 .itemsform-submit {
	margin-top: 20px;
}

.Demo .window_large {
	text-align: center;
}

/*========================/
	Team
/========================*/

.noparking-employees {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.team-member-name {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	padding-bottom: 10px;
	color: #7F8AA6;
}

.sub-table {
	width: 100%;
}

.noparking-team-member-text {
	margin-top: 10px;
}

.noparking-employee {
	text-align: center;
}

.team-little-story h2 {
	font-size: 40px;
}

@media screen and (min-width: 1200px) {
	.Team .functionality_block .content.little-story {
		margin-left: 50px;
		max-width: 520px;
	}

	.noparking-employee {
		width: 30%;
		padding: 1%;
	}

	.team-little-story h2 {
		white-space: nowrap;
	}

	.opentime-team-top {
		margin-left: 2em;
	}

	.yt-video-player {
		margin-left: 5.8em;
		width: 450px;
		height: 253px;
	}
}

@media only screen and (max-width: 1200px) {
	.noparking-employee {
		width: 40%;
		padding: 2%;
		padding-top: 0px;
	}

	.noparking-team-member-text {
		font-size: 70.5% !important;
	}

	.team-member-name {
		font-size: 1.5em;
	}

	.yt-video-player {
		width: fit-content;
		height: fit-content;
		margin-left: 0px;
	}

	.functionality_block .opentime-team {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

/* ------------------------------------------------------------------------------------------------------- */
/* Chat */
/* ------------------------------------------------------------------------------------------------------- */


.chat-widget {
	bottom: 25px;
	display: inline-block;
	position: fixed;
	right: 25px;
	z-index: 9999;
}

.chat-widget .nav {
	background: #217ec7;
	border-radius: 10px 10px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	position: relative;
	text-align: center;
}

.chat-widget .head {
	border: 1px solid #dedede;
	border-width: 0 0 1px 0;
	padding: 15px;
}

.chat-widget .head h4 {
	color: #217ec7;
	font-size: 15px;
}

.chat-widget .head em {
	font-size: 13px;
}

/*========================/
	Chat close
/========================*/

.chat-widget .chat-status {
	cursor: pointer;
	display: inline-block;
	margin-top: 15px;
	position: relative;
	float: right;
	width: 50px;
}

.chat-widget .chat-status.online:before {
	position: absolute;
	top: 2px;
	right: 2px;

	width: 10px;
	height: 10px;

	content: ' ';

	/* background: url(../images/chat/online.png) no-repeat center center; */
}

.chat-widget .chat-status.offline:before {
	position: absolute;
	top: 2px;
	right: 2px;

	width: 10px;
	height: 10px;

	content: ' ';

	/* background: url(../images/chat/offline.png) no-repeat center center; */
}

.chat-widget .chat-close {
	font-size: 13px;

	position: relative;

	width: 300px;

	cursor: pointer;

	border-radius: 10px 10px 0 10px;
	background-color: #edf0f8;
}

.chat-widget .chat-close:after {
	position: absolute;
	right: 0;
	bottom: -15px;

	width: 15px;
	height: 15px;

	content: ' ';

	background: url(../images/chat/bubble-speech.png) no-repeat center center;
}

.chat-widget .chat-close .head {
	border-width: 0;
}


/*========================/
	Chat open
/========================*/

.chat-widget .chat-open {
	position: relative;

	width: 300px;
	max-height: 425px;
	padding: 0 0 15px 0;

	border-radius: 10px 10px 0 10px;
	background: #edf0f8;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}

.chat-widget .chat-open .nav .close {
	position: absolute;
	top: 5px;
	right: 5px;

	width: 15px;
	height: 15px;

	cursor: pointer;

	opacity: .75;
	background: url(../images/chat/close.png) no-repeat center center;

	visibility: hidden;
}

.chat-widget .chat-open .nav .close:hover {
	opacity: 1;
}

.chat-widget .chat-open .chat-message {
	overflow-y: auto;

	max-height: 260px;
	margin: 15px;
	padding: 0 15px 0 0;
}

.chat-widget .chat-open .chat-message h5 {
	font-size: 13px;
	font-weight: bold;

	margin-bottom: 5px;

	color: #666;
}

.chat-widget .chat-open .chat-message h5 small {
	font-weight: normal;

	display: inline-block;

	margin: 0 0 0 5px;

	color: #999;
}

.chat-widget .chat-open .chat-message .chat-message-client {
	float: right;

	width: 85%;

	text-align: right;
}

.chat-widget .chat-open .chat-message .chat-message-admin {
	float: left;

	width: 85%;
}

.chat-widget .chat-open .chat-message-offline .chat-message-admin {
	float: left;

	width: 100%;
	margin-bottom: 0;
}

.chat-widget .chat-open .chat-message-offline {
	margin-bottom: 0;
	padding: 0;
}

.chat-widget .chat-open .chat-message .chat-message-text {
	font-size: 14px;
	position: relative;
	color: #fff;
}

.chat-widget .chat-open .chat-message .chat-message-admin .chat-message-text span,
.chat-widget .chat-open .chat-message .chat-message-admin .chat-message-text div {
	display: inline-block;

	margin-bottom: 10px;
	padding: 8px 10px 10px 10px;

	background: #217ec7;
	border-radius: 10px 10px 10px 0;

	overflow-wrap: anywhere;
}

.chat-widget .chat-open .chat-message .chat-message-client .chat-message-text span,
.chat-widget .chat-open .chat-message .chat-message-client .chat-message-text div {
	display: inline-block;

	margin-bottom: 10px;
	padding: 8px 10px 10px 10px;

	background: #7ebb32;
	border-radius: 10px 10px 0 10px;

	overflow-wrap: anywhere;
}

.chat-widget .chat-open .chat-self {
	margin: 0 15px;
	padding: 0 10px;

	background: #fff;
}

.chat-widget .chat-open .chat-self:after {
	line-height: 0;

	display: block;
	visibility: hidden;
	clear: both;

	height: 0;

	content: '.';
}

.chat-widget .chat-open .chat-self form {
	margin: 0;
}

.chat-widget .chat-open .chat-self textarea {
	font-size: 14px;

	float: left;

	width: 220px;
	min-height: 35px;
	max-height: 35px;

	resize: none;

	border: 0;
	background: #fff;
}

.chat-widget .chat-open .chat-self textarea:focus {
	outline: none;
}

.chat-widget .chat-open .chat-self textarea[required]:invalid {
	box-shadow: none;
}

.chat-widget .chat-open .chat-self button {
	float: left;

	width: 25px;
	height: 25px;
	margin: 7px 0 0 0;

	cursor: pointer;
	text-indent: -9999px;

	border: 0;
	color:  #217ec7;
	background: #fff url(../images/chat/send.png) no-repeat center center;
}

.chat-widget .chat-message-offline a.button {
	background: #fff url(../images/chat/send.png) no-repeat center right 10px;
	color:  #217ec7;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 8px 5px;
	text-align: center;
}

.centered-item {
	align-items: flex-start;
}

a.underline-hover:hover {
	text-decoration: underline;
}

.app_links {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding-top: 20px;
}

.app_links a {
	display: flex;
	justify-content: center;
	padding-right: 10px;
	height: 40px;
}

.app_links a img {
	height: 40px;
}

@media (max-width: 800px) {
	.app_links {
		justify-content: space-around;
		padding-top: 26px;
	}

	.app_links a {
		padding-right: 0;
	}
}
