.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .3s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{cursor:not-allowed;color:#8a8a8a}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .3s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#8a8a8a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-main .ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-main .ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-main .ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-main .ss-content .ss-search.ss-hide,.ss-main .ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-main .ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-main .ss-content .ss-search input::placeholder{color:#bdbdbd;vertical-align:middle}.ss-main .ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-main .ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-main .ss-content .ss-addable{padding-top:0}.ss-main .ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-main .ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-main .ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-main .ss-content .ss-list .ss-option *{display:inline-block}.ss-main .ss-content .ss-list .ss-option.ss-highlighted,.ss-main .ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-main .ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#bdbdbd;background-color:#fff}.ss-main .ss-content .ss-list .ss-option.ss-hide{display:none}.ss-main .ss-content .ss-list .ss-option .ss-search-highlight{background-color:rgba(255,247,0,.38)}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:opacity .3s;-o-transition:.3s opacity;transition:opacity .3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;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:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-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%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:top .2s,-webkit-transform .2s;transition:top .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s top;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:left .2s,-webkit-transform .2s;transition:left .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s left;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:right .2s,-webkit-transform .2s;transition:right .2s,-webkit-transform .2s;-o-transition:.2s transform,.2s right;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;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-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.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:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.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{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;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;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;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-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.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-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.tick{box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:default;position:relative;z-index:1;line-height:1.4}.tick *{box-sizing:inherit}.tick [data-view]{max-width:100%}.tick span[data-view]{display:inline-block}.tick .tick-credits{position:absolute;right:0;bottom:0;opacity:.4;text-decoration:none;font-size:11px;color:inherit}.tick [data-layout~=pad]{margin:-.25em}.tick [data-layout~=pad]>*{margin:.25em}.tick [data-layout~=horizontal]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tick [data-layout~=horizontal][data-layout~=baseline]{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.tick [data-layout~=horizontal][data-layout~=center]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tick [data-layout~=horizontal][data-layout~=right]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.tick [data-layout~=horizontal][data-layout~=left]{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=horizontal][data-layout~=fill],.tick [data-layout~=horizontal][data-layout~=stretch]{-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.tick [data-layout~=horizontal][data-layout~=fill]>*,.tick [data-layout~=horizontal][data-layout~=stretch]>*{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0;width:100%}.tick [data-layout~=horizontal][data-layout~=multi-line]{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tick [data-layout~=horizontal][data-layout~=fit]{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;white-space:nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=vertical]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tick [data-layout~=vertical][data-layout~=top]{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.tick [data-layout~=vertical][data-layout~=bottom]{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;min-height:100%}.tick [data-layout~=vertical][data-layout~=middle]{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-height:100%}.tick [data-layout~=vertical][data-layout~=left]{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.tick [data-layout~=vertical][data-layout~=right]{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.tick [data-layout~=vertical][data-layout~=center]{text-align:center}.tick [data-layout~=vertical][data-layout~=fill],.tick [data-layout~=vertical][data-layout~=stretch]{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;min-height:100%}.tick [data-layout~=vertical][data-layout~=fill]>*,.tick [data-layout~=vertical][data-layout~=stretch]>*{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0px;flex:1 0 0}.tick [data-layout~=vertical]>*+*{margin-top:.5em}.tick [data-layout~=overlay]{position:relative}.tick [data-layout~=overlay]>*{margin:0}.tick [data-layout~=overlay][data-layout~=center]{text-align:center}.tick [data-layout~=overlay][data-layout~=left]{text-align:left}.tick [data-layout~=overlay][data-layout~=right]{text-align:right}.tick [data-layout~=overlay]>[data-overlay=fill],.tick [data-layout~=overlay]>[data-overlay=stretch]{position:absolute;left:0;right:0;top:0;bottom:0}.tick [data-layout~=overlay]>[data-overlay=center]{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;left:0;right:0;top:0;bottom:0}.tick-flip{position:relative;text-align:center}.tick-flip *{border-radius:inherit;white-space:pre;letter-spacing:inherit;text-indent:inherit}.tick-flip-front{border-bottom-left-radius:0;border-bottom-right-radius:0}.tick-flip-back{border-top-left-radius:0;border-top-right-radius:0}.tick-flip-spacer{display:block;visibility:hidden}.tick-flip-shadow{position:absolute;left:1px;right:1px;top:1px;bottom:1px;color:transparent!important;background:transparent!important}.tick-flip-shadow-top{bottom:calc(50% - 1px)}.tick-flip-shadow-bottom{top:calc(50% + 1px)}.tick-flip-card-shadow{position:absolute;left:.15em;right:.15em;bottom:.125em;height:.5em;background-color:transparent;border-radius:0;opacity:0;-webkit-transform-origin:0 100%;transform-origin:0 100%;box-shadow:0 .125em .25em rgba(0,0,0,.5),0 .125em .5em rgba(0,0,0,.75);z-index:0}.tick-flip-card{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;-webkit-perspective:4em;perspective:4em}.tick-flip-panel-back,.tick-flip-panel-front{position:absolute;left:0;width:100%;height:51%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.tick-flip-panel-back-text,.tick-flip-panel-front-text{position:absolute;left:0;top:0;right:0;height:100%;overflow:hidden}.tick-flip-panel-text-wrapper{position:absolute;left:0;top:0;right:0;height:100%}.tick-flip-panel-back-text .tick-flip-panel-text-wrapper{height:200%;top:-100%}.tick-flip-panel-front{-webkit-transform-origin:center bottom;transform-origin:center bottom;top:0;z-index:2}.tick-flip-panel-back{-webkit-transform-origin:center top;transform-origin:center top;top:50%;z-index:1}.tick-flip-panel-back:after{z-index:1;content:"";position:absolute;left:0;top:0;width:100%;height:100%}.tick-flip-panel-back-shadow{z-index:2}.tick-flip-panel-back-highlight{z-index:3}.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.tick-flip-panel-back-highlight,.tick-flip-panel-back-shadow,.tick-flip-panel-front-shadow{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0}.tick-flip-panel-front-shadow{background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.8),rgba(0,0,0,.3));background-image:linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.3))}.tick-flip-panel-back-shadow{background-image:-webkit-linear-gradient(top,rgba(0,0,0,.7),rgba(0,0,0,.5));background-image:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.5))}.tick-flip-panel-back-highlight{background-image:-webkit-linear-gradient(top,hsla(0,0%,100%,.15),hsla(0,0%,100%,.3));background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,.3))}.tick [data-style*="shadow:inner"],.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-card-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back,.tick [data-style*="shadow:none"] .tick-flip-panel-front,.tick [data-style*="shadow:none"] .tick-flip-shadow{box-shadow:none}.tick [data-style*="shadow:none"] .tick-flip-back:after,.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow{background-image:none}.tick [data-style*="rounded:none"]{border-radius:0}.tick [data-style*="rounded:panels"] .tick-flip-front,.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.tick [data-style*="rounded:panels"] .tick-flip-back,.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,.tick [data-style*="rounded:panels"] .tick-flip-shadow-top{border-top-left-radius:inherit;border-top-right-radius:inherit}.tick-flip{margin-left:.0625em;margin-right:.0625em;min-width:1.125em;border-radius:.125em;letter-spacing:.25em;text-indent:.25em}.tick-flip-panel{color:#edebeb;background-color:#333232}.tick{font-size:1rem;white-space:nowrap;font-family:arial,sans-serif}.tick-flip,.tick-text-inline{font-size:2.5em}.tick-label{margin-top:1em;font-size:1em}.tick-char{width:1.5em}.tick-text-inline{display:inline-block;text-align:center;min-width:1em}.tick-text-inline+.tick-text-inline{margin-left:-.325em}.tick-group{margin:0 .5em;text-align:center}.tick-label,.tick-text-inline{color:#0e0e0f!important}.tick-flip-panel{color:#ff8b2b!important}.tick-flip{font-family:Swisspatat,Arial,Sans-Serif!important}.tick-flip-panel-text-wrapper{line-height:1.45!important}.tick-flip-panel{background-color:#f7fff7!important}.tick-flip{border-radius:0!important}.tick-flip-panel-text-wrapper{font-family:Swisspatat,Arial,Sans-Serif;color:#3b9883}.tick-label.tick-text{font-family:Roboto,Arial,Sans-Serif;font-size:14px}.tick .tick-credits{display:none}.margin-auto{margin:auto}.margin--top-0{margin-top:0}.margin--bottom-0{margin-bottom:0}.margin--left-0{margin-left:0}.margin--right-0{margin-right:0}@media only screen and (max-width:766px){.small-margin--top-0{margin-top:0!important}.small-margin--bottom-0{margin-bottom:0!important}.small-margin--left-0{margin-left:0!important}.small-margin--right-0{margin-right:0!important}}.margin--top-10{margin-top:.72em}.margin--bottom-10{margin-bottom:.72em}.margin--left-10{margin-left:.72em}.margin--right-10{margin-right:.72em}@media only screen and (max-width:766px){.small-margin--top-10{margin-top:.72em!important}.small-margin--bottom-10{margin-bottom:.72em!important}.small-margin--left-10{margin-left:.72em!important}.small-margin--right-10{margin-right:.72em!important}}.margin--top-20{margin-top:1.44em}.margin--bottom-20{margin-bottom:1.44em}.margin--left-20{margin-left:1.44em}.margin--right-20{margin-right:1.44em}@media only screen and (max-width:766px){.small-margin--top-20{margin-top:1.44em!important}.small-margin--bottom-20{margin-bottom:1.44em!important}.small-margin--left-20{margin-left:1.44em!important}.small-margin--right-20{margin-right:1.44em!important}}.margin--top-30{margin-top:2.16em}.margin--bottom-30{margin-bottom:2.16em}.margin--left-30{margin-left:2.16em}.margin--right-30{margin-right:2.16em}@media only screen and (max-width:766px){.small-margin--top-30{margin-top:2.16em!important}.small-margin--bottom-30{margin-bottom:2.16em!important}.small-margin--left-30{margin-left:2.16em!important}.small-margin--right-30{margin-right:2.16em!important}}.margin--top-40{margin-top:2.88em}.margin--bottom-40{margin-bottom:2.88em}.margin--left-40{margin-left:2.88em}.margin--right-40{margin-right:2.88em}@media only screen and (max-width:766px){.small-margin--top-40{margin-top:2.88em!important}.small-margin--bottom-40{margin-bottom:2.88em!important}.small-margin--left-40{margin-left:2.88em!important}.small-margin--right-40{margin-right:2.88em!important}}.margin--top-50{margin-top:3.6em}.margin--bottom-50{margin-bottom:3.6em}.margin--left-50{margin-left:3.6em}.margin--right-50{margin-right:3.6em}@media only screen and (max-width:766px){.small-margin--top-50{margin-top:3.6em!important}.small-margin--bottom-50{margin-bottom:3.6em!important}.small-margin--left-50{margin-left:3.6em!important}.small-margin--right-50{margin-right:3.6em!important}}.margin--top-60{margin-top:4.32em}.margin--bottom-60{margin-bottom:4.32em}.margin--left-60{margin-left:4.32em}.margin--right-60{margin-right:4.32em}@media only screen and (max-width:766px){.small-margin--top-60{margin-top:4.32em!important}.small-margin--bottom-60{margin-bottom:4.32em!important}.small-margin--left-60{margin-left:4.32em!important}.small-margin--right-60{margin-right:4.32em!important}}.margin--top-70{margin-top:5.04em}.margin--bottom-70{margin-bottom:5.04em}.margin--left-70{margin-left:5.04em}.margin--right-70{margin-right:5.04em}@media only screen and (max-width:766px){.small-margin--top-70{margin-top:5.04em!important}.small-margin--bottom-70{margin-bottom:5.04em!important}.small-margin--left-70{margin-left:5.04em!important}.small-margin--right-70{margin-right:5.04em!important}}.margin--top-80{margin-top:5.76em}.margin--bottom-80{margin-bottom:5.76em}.margin--left-80{margin-left:5.76em}.margin--right-80{margin-right:5.76em}@media only screen and (max-width:766px){.small-margin--top-80{margin-top:5.76em!important}.small-margin--bottom-80{margin-bottom:5.76em!important}.small-margin--left-80{margin-left:5.76em!important}.small-margin--right-80{margin-right:5.76em!important}}.margin--top-90{margin-top:6.48em}.margin--bottom-90{margin-bottom:6.48em}.margin--left-90{margin-left:6.48em}.margin--right-90{margin-right:6.48em}@media only screen and (max-width:766px){.small-margin--top-90{margin-top:6.48em!important}.small-margin--bottom-90{margin-bottom:6.48em!important}.small-margin--left-90{margin-left:6.48em!important}.small-margin--right-90{margin-right:6.48em!important}}.margin--top-100{margin-top:7.2em}.margin--bottom-100{margin-bottom:7.2em}.margin--left-100{margin-left:7.2em}.margin--right-100{margin-right:7.2em}@media only screen and (max-width:766px){.small-margin--top-100{margin-top:7.2em!important}.small-margin--bottom-100{margin-bottom:7.2em!important}.small-margin--left-100{margin-left:7.2em!important}.small-margin--right-100{margin-right:7.2em!important}}.margin--top-110{margin-top:7.92em}.margin--bottom-110{margin-bottom:7.92em}.margin--left-110{margin-left:7.92em}.margin--right-110{margin-right:7.92em}@media only screen and (max-width:766px){.small-margin--top-110{margin-top:7.92em!important}.small-margin--bottom-110{margin-bottom:7.92em!important}.small-margin--left-110{margin-left:7.92em!important}.small-margin--right-110{margin-right:7.92em!important}}.margin--top-120{margin-top:8.64em}.margin--bottom-120{margin-bottom:8.64em}.margin--left-120{margin-left:8.64em}.margin--right-120{margin-right:8.64em}@media only screen and (max-width:766px){.small-margin--top-120{margin-top:8.64em!important}.small-margin--bottom-120{margin-bottom:8.64em!important}.small-margin--left-120{margin-left:8.64em!important}.small-margin--right-120{margin-right:8.64em!important}}.margin--top-130{margin-top:9.36em}.margin--bottom-130{margin-bottom:9.36em}.margin--left-130{margin-left:9.36em}.margin--right-130{margin-right:9.36em}@media only screen and (max-width:766px){.small-margin--top-130{margin-top:9.36em!important}.small-margin--bottom-130{margin-bottom:9.36em!important}.small-margin--left-130{margin-left:9.36em!important}.small-margin--right-130{margin-right:9.36em!important}}.margin--top-140{margin-top:10.08em}.margin--bottom-140{margin-bottom:10.08em}.margin--left-140{margin-left:10.08em}.margin--right-140{margin-right:10.08em}@media only screen and (max-width:766px){.small-margin--top-140{margin-top:10.08em!important}.small-margin--bottom-140{margin-bottom:10.08em!important}.small-margin--left-140{margin-left:10.08em!important}.small-margin--right-140{margin-right:10.08em!important}}.margin--top-150{margin-top:10.8em}.margin--bottom-150{margin-bottom:10.8em}.margin--left-150{margin-left:10.8em}.margin--right-150{margin-right:10.8em}@media only screen and (max-width:766px){.small-margin--top-150{margin-top:10.8em!important}.small-margin--bottom-150{margin-bottom:10.8em!important}.small-margin--left-150{margin-left:10.8em!important}.small-margin--right-150{margin-right:10.8em!important}}.margin--top-160{margin-top:11.52em}.margin--bottom-160{margin-bottom:11.52em}.margin--left-160{margin-left:11.52em}.margin--right-160{margin-right:11.52em}@media only screen and (max-width:766px){.small-margin--top-160{margin-top:11.52em!important}.small-margin--bottom-160{margin-bottom:11.52em!important}.small-margin--left-160{margin-left:11.52em!important}.small-margin--right-160{margin-right:11.52em!important}}.margin--top-170{margin-top:12.24em}.margin--bottom-170{margin-bottom:12.24em}.margin--left-170{margin-left:12.24em}.margin--right-170{margin-right:12.24em}@media only screen and (max-width:766px){.small-margin--top-170{margin-top:12.24em!important}.small-margin--bottom-170{margin-bottom:12.24em!important}.small-margin--left-170{margin-left:12.24em!important}.small-margin--right-170{margin-right:12.24em!important}}.margin--top-180{margin-top:12.96em}.margin--bottom-180{margin-bottom:12.96em}.margin--left-180{margin-left:12.96em}.margin--right-180{margin-right:12.96em}@media only screen and (max-width:766px){.small-margin--top-180{margin-top:12.96em!important}.small-margin--bottom-180{margin-bottom:12.96em!important}.small-margin--left-180{margin-left:12.96em!important}.small-margin--right-180{margin-right:12.96em!important}}.margin--top-190{margin-top:13.68em}.margin--bottom-190{margin-bottom:13.68em}.margin--left-190{margin-left:13.68em}.margin--right-190{margin-right:13.68em}@media only screen and (max-width:766px){.small-margin--top-190{margin-top:13.68em!important}.small-margin--bottom-190{margin-bottom:13.68em!important}.small-margin--left-190{margin-left:13.68em!important}.small-margin--right-190{margin-right:13.68em!important}}.margin--top-200{margin-top:14.4em}.margin--bottom-200{margin-bottom:14.4em}.margin--left-200{margin-left:14.4em}.margin--right-200{margin-right:14.4em}@media only screen and (max-width:766px){.small-margin--top-200{margin-top:14.4em!important}.small-margin--bottom-200{margin-bottom:14.4em!important}.small-margin--left-200{margin-left:14.4em!important}.small-margin--right-200{margin-right:14.4em!important}}.padding--top-0{padding-top:0}.padding--bottom-0{padding-bottom:0}.padding--left-0{padding-left:0}.padding--right-0{padding-right:0}@media only screen and (max-width:766px){.small-padding--top-0{padding-top:0!important}.small-padding--bottom-0{padding-bottom:0!important}.small-padding--left-0{padding-left:0!important}.small-padding--right-0{padding-right:0!important}}.padding--top-10{padding-top:.715em}.padding--bottom-10{padding-bottom:.72em}.padding--left-10{padding-left:.72em}.padding--right-10{padding-right:.72em}@media only screen and (max-width:766px){.small-padding--top-10{padding-top:.715em!important}.small-padding--bottom-10{padding-bottom:.72em!important}.small-padding--left-10{padding-left:.72em!important}.small-padding--right-10{padding-right:.72em!important}}.padding--top-20{padding-top:1.43em}.padding--bottom-20{padding-bottom:1.44em}.padding--left-20{padding-left:1.44em}.padding--right-20{padding-right:1.44em}@media only screen and (max-width:766px){.small-padding--top-20{padding-top:1.43em!important}.small-padding--bottom-20{padding-bottom:1.44em!important}.small-padding--left-20{padding-left:1.44em!important}.small-padding--right-20{padding-right:1.44em!important}}.padding--top-30{padding-top:2.144em}.padding--bottom-30{padding-bottom:2.16em}.padding--left-30{padding-left:2.16em}.padding--right-30{padding-right:2.16em}@media only screen and (max-width:766px){.small-padding--top-30{padding-top:2.144em!important}.small-padding--bottom-30{padding-bottom:2.16em!important}.small-padding--left-30{padding-left:2.16em!important}.small-padding--right-30{padding-right:2.16em!important}}.padding--top-40{padding-top:2.858em}.padding--bottom-40{padding-bottom:2.88em}.padding--left-40{padding-left:2.88em}.padding--right-40{padding-right:2.88em}@media only screen and (max-width:766px){.small-padding--top-40{padding-top:2.858em!important}.small-padding--bottom-40{padding-bottom:2.88em!important}.small-padding--left-40{padding-left:2.88em!important}.small-padding--right-40{padding-right:2.88em!important}}.padding--top-50{padding-top:3.572em}.padding--bottom-50{padding-bottom:3.6em}.padding--left-50{padding-left:3.6em}.padding--right-50{padding-right:3.6em}@media only screen and (max-width:766px){.small-padding--top-50{padding-top:3.572em!important}.small-padding--bottom-50{padding-bottom:3.6em!important}.small-padding--left-50{padding-left:3.6em!important}.small-padding--right-50{padding-right:3.6em!important}}.padding--top-60{padding-top:4.287em}.padding--bottom-60{padding-bottom:4.32em}.padding--left-60{padding-left:4.32em}.padding--right-60{padding-right:4.32em}@media only screen and (max-width:766px){.small-padding--top-60{padding-top:4.287em!important}.small-padding--bottom-60{padding-bottom:4.32em!important}.small-padding--left-60{padding-left:4.32em!important}.small-padding--right-60{padding-right:4.32em!important}}.padding--top-70{padding-top:5.001em}.padding--bottom-70{padding-bottom:5.04em}.padding--left-70{padding-left:5.04em}.padding--right-70{padding-right:5.04em}@media only screen and (max-width:766px){.small-padding--top-70{padding-top:5.001em!important}.small-padding--bottom-70{padding-bottom:5.04em!important}.small-padding--left-70{padding-left:5.04em!important}.small-padding--right-70{padding-right:5.04em!important}}.padding--top-80{padding-top:5.715em}.padding--bottom-80{padding-bottom:5.76em}.padding--left-80{padding-left:5.76em}.padding--right-80{padding-right:5.76em}@media only screen and (max-width:766px){.small-padding--top-80{padding-top:5.715em!important}.small-padding--bottom-80{padding-bottom:5.76em!important}.small-padding--left-80{padding-left:5.76em!important}.small-padding--right-80{padding-right:5.76em!important}}.padding--top-90{padding-top:6.43em}.padding--bottom-90{padding-bottom:6.48em}.padding--left-90{padding-left:6.48em}.padding--right-90{padding-right:6.48em}@media only screen and (max-width:766px){.small-padding--top-90{padding-top:6.43em!important}.small-padding--bottom-90{padding-bottom:6.48em!important}.small-padding--left-90{padding-left:6.48em!important}.small-padding--right-90{padding-right:6.48em!important}}.padding--top-100{padding-top:7.144em}.padding--bottom-100{padding-bottom:7.2em}.padding--left-100{padding-left:7.2em}.padding--right-100{padding-right:7.2em}@media only screen and (max-width:766px){.small-padding--top-100{padding-top:7.144em!important}.small-padding--bottom-100{padding-bottom:7.2em!important}.small-padding--left-100{padding-left:7.2em!important}.small-padding--right-100{padding-right:7.2em!important}}.padding--top-110{padding-top:7.858em}.padding--bottom-110{padding-bottom:7.92em}.padding--left-110{padding-left:7.92em}.padding--right-110{padding-right:7.92em}@media only screen and (max-width:766px){.small-padding--top-110{padding-top:7.858em!important}.small-padding--bottom-110{padding-bottom:7.92em!important}.small-padding--left-110{padding-left:7.92em!important}.small-padding--right-110{padding-right:7.92em!important}}.padding--top-120{padding-top:8.572em}.padding--bottom-120{padding-bottom:8.64em}.padding--left-120{padding-left:8.64em}.padding--right-120{padding-right:8.64em}@media only screen and (max-width:766px){.small-padding--top-120{padding-top:8.572em!important}.small-padding--bottom-120{padding-bottom:8.64em!important}.small-padding--left-120{padding-left:8.64em!important}.small-padding--right-120{padding-right:8.64em!important}}.padding--top-130{padding-top:9.287em}.padding--bottom-130{padding-bottom:9.36em}.padding--left-130{padding-left:9.36em}.padding--right-130{padding-right:9.36em}@media only screen and (max-width:766px){.small-padding--top-130{padding-top:9.287em!important}.small-padding--bottom-130{padding-bottom:9.36em!important}.small-padding--left-130{padding-left:9.36em!important}.small-padding--right-130{padding-right:9.36em!important}}.padding--top-140{padding-top:10.001em}.padding--bottom-140{padding-bottom:10.08em}.padding--left-140{padding-left:10.08em}.padding--right-140{padding-right:10.08em}@media only screen and (max-width:766px){.small-padding--top-140{padding-top:10.001em!important}.small-padding--bottom-140{padding-bottom:10.08em!important}.small-padding--left-140{padding-left:10.08em!important}.small-padding--right-140{padding-right:10.08em!important}}.padding--top-150{padding-top:10.715em}.padding--bottom-150{padding-bottom:10.8em}.padding--left-150{padding-left:10.8em}.padding--right-150{padding-right:10.8em}@media only screen and (max-width:766px){.small-padding--top-150{padding-top:10.715em!important}.small-padding--bottom-150{padding-bottom:10.8em!important}.small-padding--left-150{padding-left:10.8em!important}.small-padding--right-150{padding-right:10.8em!important}}.padding--top-160{padding-top:11.43em}.padding--bottom-160{padding-bottom:11.52em}.padding--left-160{padding-left:11.52em}.padding--right-160{padding-right:11.52em}@media only screen and (max-width:766px){.small-padding--top-160{padding-top:11.43em!important}.small-padding--bottom-160{padding-bottom:11.52em!important}.small-padding--left-160{padding-left:11.52em!important}.small-padding--right-160{padding-right:11.52em!important}}.padding--top-170{padding-top:12.144em}.padding--bottom-170{padding-bottom:12.24em}.padding--left-170{padding-left:12.24em}.padding--right-170{padding-right:12.24em}@media only screen and (max-width:766px){.small-padding--top-170{padding-top:12.144em!important}.small-padding--bottom-170{padding-bottom:12.24em!important}.small-padding--left-170{padding-left:12.24em!important}.small-padding--right-170{padding-right:12.24em!important}}.padding--top-180{padding-top:12.858em}.padding--bottom-180{padding-bottom:12.96em}.padding--left-180{padding-left:12.96em}.padding--right-180{padding-right:12.96em}@media only screen and (max-width:766px){.small-padding--top-180{padding-top:12.858em!important}.small-padding--bottom-180{padding-bottom:12.96em!important}.small-padding--left-180{padding-left:12.96em!important}.small-padding--right-180{padding-right:12.96em!important}}.padding--top-190{padding-top:13.572em}.padding--bottom-190{padding-bottom:13.68em}.padding--left-190{padding-left:13.68em}.padding--right-190{padding-right:13.68em}@media only screen and (max-width:766px){.small-padding--top-190{padding-top:13.572em!important}.small-padding--bottom-190{padding-bottom:13.68em!important}.small-padding--left-190{padding-left:13.68em!important}.small-padding--right-190{padding-right:13.68em!important}}.padding--top-200{padding-top:14.287em}.padding--bottom-200{padding-bottom:14.4em}.padding--left-200{padding-left:14.4em}.padding--right-200{padding-right:14.4em}@media only screen and (max-width:766px){.small-padding--top-200{padding-top:14.287em!important}.small-padding--bottom-200{padding-bottom:14.4em!important}.small-padding--left-200{padding-left:14.4em!important}.small-padding--right-200{padding-right:14.4em!important}}.width--percent-10{width:1000%}.width--percent-20{width:2000%}.width--percent-30{width:3000%}.width--percent-40{width:4000%}.width--percent-50{width:5000%}.width--percent-60{width:6000%}.width--percent-70{width:7000%}.width--percent-80{width:8000%}.width--percent-90{width:9000%}.width--percent-100{width:10000%}@media only screen and (max-width:766px){.hide-on-small-and-down,.hide-on-small-only{display:none!important}}@media only screen and (max-width:1024px){.hide-on-med-and-down{display:none!important}}@media only screen and (min-width:767px){.hide-on-med-and-up{display:none!important}}@media only screen and (min-width:1280px){.hide-on-large-and-up{display:none!important}}@media only screen and (min-width:766px) and (max-width:1024px){.hide-on-med-only{display:none!important}}@media only screen and (min-width:1280px){.hide-on-large-only{display:none!important}}@media only screen and (min-width:1280px){.show-on-large{display:block!important}}@media only screen and (min-width:766px) and (max-width:1024px){.show-on-medium{display:block!important}}@media only screen and (max-width:766px){.show-on-small{display:block!important}}.show-on-small-only{display:none}@media only screen and (max-width:766px){.show-on-small-only{display:block}}@media only screen and (min-width:767px){.show-on-medium-and-up{display:block!important}}.show-on-medium-and-down{display:none}@media only screen and (max-width:1024px){.show-on-medium-and-down{display:block!important}}.show-on-medium-and-down-table-leads{display:none}@media only screen and (max-width:1024px){.show-on-medium-and-down-table-leads{display:table}}@media only screen and (max-width:766px){.center-on-small-only{text-align:center}}.float.float--right{float:right}.float.float--left{float:left}.float.float--none{float:none}@media only screen and (max-width:766px){.float.float--mobile-none{float:none}}@media only screen and (max-width:1024px){.float.float--medium-none{float:none}}.mobile .overflow-mobile{overflow:hidden;position:relative}@media screen and (max-width:766px){.overflow-mobile{overflow:hidden;position:relative}}.pointer{cursor:pointer}.line{width:100%;height:1px}.line:after{content:"";clear:both}.line.line--thick{height:4px}.line.line--white{background-color:#fff}.line.line--grey{background-color:#525252}@font-face{font-family:Swisspatat;font-display:swap;src:url(fonts/Swisspatat_v18.eot);src:url(fonts/Swisspatat_v18.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-blackitalic-webfont.eot);src:url(fonts/roboto-blackitalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-blackitalic-webfont.woff2) format("woff2"),url(fonts/roboto-blackitalic-webfont.woff) format("woff"),url(fonts/roboto-blackitalic-webfont.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-black-webfont.eot);src:url(fonts/roboto-black-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-black-webfont.woff2) format("woff2"),url(fonts/roboto-black-webfont.woff) format("woff"),url(fonts/roboto-black-webfont.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-bolditalic-webfont.eot);src:url(fonts/roboto-bolditalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-bolditalic-webfont.woff2) format("woff2"),url(fonts/roboto-bolditalic-webfont.woff) format("woff"),url(fonts/roboto-bolditalic-webfont.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-bold-webfont.eot);src:url(fonts/roboto-bold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-bold-webfont.woff2) format("woff2"),url(fonts/roboto-bold-webfont.woff) format("woff"),url(fonts/roboto-bold-webfont.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-mediumitalic-webfont.eot);src:url(fonts/roboto-mediumitalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-mediumitalic-webfont.woff2) format("woff2"),url(fonts/roboto-mediumitalic-webfont.woff) format("woff"),url(fonts/roboto-mediumitalic-webfont.ttf) format("truetype");font-weight:500;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-medium-webfont.eot);src:url(fonts/roboto-medium-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-medium-webfont.woff2) format("woff2"),url(fonts/roboto-medium-webfont.woff) format("woff"),url(fonts/roboto-medium-webfont.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-italic-webfont.eot);src:url(fonts/roboto-italic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-italic-webfont.woff2) format("woff2"),url(fonts/roboto-italic-webfont.woff) format("woff"),url(fonts/roboto-italic-webfont.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-regular-webfont.eot);src:url(fonts/roboto-regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-regular-webfont.woff2) format("woff2"),url(fonts/roboto-regular-webfont.woff) format("woff"),url(fonts/roboto-regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-lightitalic-webfont.eot);src:url(fonts/roboto-lightitalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-lightitalic-webfont.woff2) format("woff2"),url(fonts/roboto-lightitalic-webfont.woff) format("woff"),url(fonts/roboto-lightitalic-webfont.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-light-webfont.eot);src:url(fonts/roboto-light-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-light-webfont.woff2) format("woff2"),url(fonts/roboto-light-webfont.woff) format("woff"),url(fonts/roboto-light-webfont.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Roboto;src:url(fonts/roboto-thinitalic-webfont.eot);src:url(fonts/roboto-thinitalic-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-thinitalic-webfont.woff2) format("woff2"),url(fonts/roboto-thinitalic-webfont.woff) format("woff"),url(fonts/roboto-thinitalic-webfont.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Roboto;src:url(fonts/roboto-thin-webfont.eot);src:url(fonts/roboto-thin-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/roboto-thin-webfont.woff2) format("woff2"),url(fonts/roboto-thin-webfont.woff) format("woff"),url(fonts/roboto-thin-webfont.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Merriweather;src:url(fonts/merriweather-regular-webfont.eot);src:url(fonts/merriweather-regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/merriweather-regular-webfont.woff2) format("woff2"),url(fonts/merriweather-regular-webfont.woff) format("woff"),url(fonts/merriweather-regular-webfont.ttf) format("truetype");font-weight:400;font-style:normal}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.container{margin:0 auto;max-width:73.144em;width:calc(100% - 30px)}@media only screen and (max-width:766px){.container.container--expand-on-mobile{width:100%}}.container .col.neos-contentcollection.two-column-space-base.s12.m4.l4{padding-right:30px}.container .col.neos-contentcollection.two-column-space-base.s12.m8.l8,.container .col.neos-contentcollection.two-column-space-reverse.s12.m4.l4{padding-left:30px}.container .col.neos-contentcollection.two-column-space-reverse.s12.m8.l8{padding-right:30px}.container-fluid{margin:0 auto;width:100%}@media only screen and (max-width:766px){.container .col.neos-contentcollection.two-column-space-base.s12.m4.l4{padding-right:5px}.container .col.neos-contentcollection.two-column-space-base.s12.m8.l8,.container .col.neos-contentcollection.two-column-space-reverse.s12.m4.l4{padding-left:5px}.container .col.neos-contentcollection.two-column-space-reverse.s12.m8.l8{padding-right:5px}}.container .row{margin-left:-7.5px;margin-right:-7.5px}.container .row.row--default{margin-left:0;margin-right:0}.row.row--force{margin-left:-7.5px;margin-right:-7.5px}.row{margin-left:auto;margin-right:auto}.row:after{content:"";display:table;clear:both}.row.row--margin-bottom{margin-bottom:1.43em}.row.row--margin-bottom-double{margin-bottom:2.858em}.col{float:left;box-sizing:border-box;padding:0 7.5px;min-height:1px}.mobile .col{padding:0 5px}@media screen and (max-width:766px){.col{padding:0 5px}}.col.col--nopadding{padding:0}.col[class*=pull-],.col[class*=push-]{position:relative}.col.col-large-1,.col.col-large-2,.col.col-large-3,.col.col-large-4,.col.col-large-5,.col.col-large-6,.col.col-large-7,.col.col-large-8,.col.col-large-9,.col.col-large-10,.col.col-large-11,.col.col-large-12,.col.col-medium-1,.col.col-medium-2,.col.col-medium-3,.col.col-medium-4,.col.col-medium-5,.col.col-medium-6,.col.col-medium-7,.col.col-medium-8,.col.col-medium-9,.col.col-medium-10,.col.col-medium-11,.col.col-medium-12,.col.col-small-1,.col.col-small-2,.col.col-small-3,.col.col-small-4,.col.col-small-5,.col.col-small-6,.col.col-small-7,.col.col-small-8,.col.col-small-9,.col.col-small-10,.col.col-small-11,.col.col-small-12,.col.col-xl-1,.col.col-xl-2,.col.col-xl-3,.col.col-xl-4,.col.col-xl-5,.col.col-xl-6,.col.col-xl-7,.col.col-xl-8,.col.col-xl-9,.col.col-xl-10,.col.col-xl-11,.col.col-xl-12,.col.l1,.col.l2,.col.l3,.col.l4,.col.l5,.col.l6,.col.l7,.col.l8,.col.l9,.col.l10,.col.l11,.col.l12,.col.m1,.col.m2,.col.m3,.col.m4,.col.m5,.col.m6,.col.m7,.col.m8,.col.m9,.col.m10,.col.m11,.col.m12,.col.s1,.col.s2,.col.s3,.col.s4,.col.s5,.col.s6,.col.s7,.col.s8,.col.s9,.col.s10,.col.s11,.col.s12,.col.xl1,.col.xl2,.col.xl3,.col.xl4,.col.xl5,.col.xl6,.col.xl7,.col.xl8,.col.xl9,.col.xl10,.col.xl11,.col.xl12{margin-left:auto;left:auto;right:auto}.col.col-small-1,.col.s1{width:8.33333%}.col.col-small-2,.col.s2{width:16.66667%}.col.col-small-3,.col.s3{width:25%}.col.col-small-4,.col.s4{width:33.33333%}.col.col-small-5,.col.s5{width:41.66667%}.col.col-small-6,.col.s6{width:50%}.col.col-small-7,.col.s7{width:58.33333%}.col.col-small-8,.col.s8{width:66.66667%}.col.col-small-9,.col.s9{width:75%}.col.col-small-10,.col.s10{width:83.33333%}.col.col-small-11,.col.s11{width:91.66667%}.col.col-small-12,.col.s12{width:100%}.col.offset-col-small-1,.col.offset-s1{margin-left:8.33333%}.col.pull-col-small-1{right:8.33333%}.col.push-col-small-1{left:8.33333%}.col.offset-col-small-2,.col.offset-s2{margin-left:16.66667%}.col.pull-col-small-2{right:16.66667%}.col.push-col-small-2{left:16.66667%}.col.offset-col-small-3,.col.offset-s3{margin-left:25%}.col.pull-col-small-3{right:25%}.col.push-col-small-3{left:25%}.col.offset-col-small-4,.col.offset-s4{margin-left:33.33333%}.col.pull-col-small-4{right:33.33333%}.col.push-col-small-4{left:33.33333%}.col.offset-col-small-5,.col.offset-s5{margin-left:41.66667%}.col.pull-col-small-5{right:41.66667%}.col.push-col-small-5{left:41.66667%}.col.offset-col-small-6,.col.offset-s6{margin-left:50%}.col.pull-col-small-6{right:50%}.col.push-col-small-6{left:50%}.col.offset-col-small-7,.col.offset-s7{margin-left:58.33333%}.col.pull-col-small-7{right:58.33333%}.col.push-col-small-7{left:58.33333%}.col.offset-col-small-8,.col.offset-s8{margin-left:66.66667%}.col.pull-col-small-8{right:66.66667%}.col.push-col-small-8{left:66.66667%}.col.offset-col-small-9,.col.offset-s9{margin-left:75%}.col.pull-col-small-9{right:75%}.col.push-col-small-9{left:75%}.col.offset-col-small-10,.col.offset-s10{margin-left:83.33333%}.col.pull-col-small-10{right:83.33333%}.col.push-col-small-10{left:83.33333%}.col.offset-col-small-11,.col.offset-s11{margin-left:91.66667%}.col.pull-col-small-11{right:91.66667%}.col.push-col-small-11{left:91.66667%}.col.offset-col-small-12,.col.offset-s12{margin-left:100%}.col.pull-col-small-12{right:100%}.col.push-col-small-12{left:100%}@media only screen and (min-width:767px){.col.col-medium-1,.col.m1{width:8.33333%}.col.col-medium-2,.col.m2{width:16.66667%}.col.col-medium-3,.col.m3{width:25%}.col.col-medium-4,.col.m4{width:33.33333%}.col.col-medium-5,.col.m5{width:41.66667%}.col.col-medium-6,.col.m6{width:50%}.col.col-medium-7,.col.m7{width:58.33333%}.col.col-medium-8,.col.m8{width:66.66667%}.col.col-medium-9,.col.m9{width:75%}.col.col-medium-10,.col.m10{width:83.33333%}.col.col-medium-11,.col.m11{width:91.66667%}.col.col-medium-12,.col.m12{width:100%}.col.offset-col-medium-1,.col.offset-m1{margin-left:8.33333%}.col.pull-col-medium-1{right:8.33333%}.col.push-col-medium-1{left:8.33333%}.col.offset-col-medium-2,.col.offset-m2{margin-left:16.66667%}.col.pull-col-medium-2{right:16.66667%}.col.push-col-medium-2{left:16.66667%}.col.offset-col-medium-3,.col.offset-m3{margin-left:25%}.col.pull-col-medium-3{right:25%}.col.push-col-medium-3{left:25%}.col.offset-col-medium-4,.col.offset-m4{margin-left:33.33333%}.col.pull-col-medium-4{right:33.33333%}.col.push-col-medium-4{left:33.33333%}.col.offset-col-medium-5,.col.offset-m5{margin-left:41.66667%}.col.pull-col-medium-5{right:41.66667%}.col.push-col-medium-5{left:41.66667%}.col.offset-col-medium-6,.col.offset-m6{margin-left:50%}.col.pull-col-medium-6{right:50%}.col.push-col-medium-6{left:50%}.col.offset-col-medium-7,.col.offset-m7{margin-left:58.33333%}.col.pull-col-medium-7{right:58.33333%}.col.push-col-medium-7{left:58.33333%}.col.offset-col-medium-8,.col.offset-m8{margin-left:66.66667%}.col.pull-col-medium-8{right:66.66667%}.col.push-col-medium-8{left:66.66667%}.col.offset-col-medium-9,.col.offset-m9{margin-left:75%}.col.pull-col-medium-9{right:75%}.col.push-col-medium-9{left:75%}.col.offset-col-medium-10,.col.offset-m10{margin-left:83.33333%}.col.pull-col-medium-10{right:83.33333%}.col.push-col-medium-10{left:83.33333%}.col.offset-col-medium-11,.col.offset-m11{margin-left:91.66667%}.col.pull-col-medium-11{right:91.66667%}.col.push-col-medium-11{left:91.66667%}.col.offset-col-medium-12,.col.offset-m12{margin-left:100%}.col.pull-col-medium-12{right:100%}.col.push-col-medium-12{left:100%}.col.offset-col-medium-15,.col.offset-m15{margin-left:12.5%}}@media only screen and (min-width:1280px){.col.col-large-1,.col.l1{width:8.33333%}.col.col-large-2,.col.l2{width:16.66667%}.col.col-large-3,.col.l3{width:25%}.col.col-large-4,.col.l4{width:33.33333%}.col.col-large-5,.col.l5{width:41.66667%}.col.col-large-6,.col.l6{width:50%}.col.col-large-7,.col.l7{width:58.33333%}.col.col-large-8,.col.l8{width:66.66667%}.col.col-large-9,.col.l9{width:75%}.col.col-large-10,.col.l10{width:83.33333%}.col.col-large-11,.col.l11{width:91.66667%}.col.col-large-12,.col.l12{width:100%}.col.offset-col-large-1,.col.offset-l1{margin-left:8.33333%}.col.pull-col-large-1{right:8.33333%}.col.push-col-large-1{left:8.33333%}.col.offset-col-large-2,.col.offset-l2{margin-left:16.66667%}.col.pull-col-large-2{right:16.66667%}.col.push-col-large-2{left:16.66667%}.col.offset-col-large-3,.col.offset-l3{margin-left:25%}.col.pull-col-large-3{right:25%}.col.push-col-large-3{left:25%}.col.offset-col-large-4,.col.offset-l4{margin-left:33.33333%}.col.pull-col-large-4{right:33.33333%}.col.push-col-large-4{left:33.33333%}.col.offset-col-large-5,.col.offset-l5{margin-left:41.66667%}.col.pull-col-large-5{right:41.66667%}.col.push-col-large-5{left:41.66667%}.col.offset-col-large-6,.col.offset-l6{margin-left:50%}.col.pull-col-large-6{right:50%}.col.push-col-large-6{left:50%}.col.offset-col-large-7,.col.offset-l7{margin-left:58.33333%}.col.pull-col-large-7{right:58.33333%}.col.push-col-large-7{left:58.33333%}.col.offset-col-large-8,.col.offset-l8{margin-left:66.66667%}.col.pull-col-large-8{right:66.66667%}.col.push-col-large-8{left:66.66667%}.col.offset-col-large-9,.col.offset-l9{margin-left:75%}.col.pull-col-large-9{right:75%}.col.push-col-large-9{left:75%}.col.offset-col-large-10,.col.offset-l10{margin-left:83.33333%}.col.pull-col-large-10{right:83.33333%}.col.push-col-large-10{left:83.33333%}.col.offset-col-large-11,.col.offset-l11{margin-left:91.66667%}.col.pull-col-large-11{right:91.66667%}.col.push-col-large-11{left:91.66667%}.col.offset-col-large-12,.col.offset-l12{margin-left:100%}.col.pull-col-large-12{right:100%}.col.push-col-large-12{left:100%}.col.col-large-15,.col.l15{width:12.5%}.col.offset-col-large-15,.col.offset-l15{margin-left:12.5%}.col.offset-col-large-05,.col.offset-l05{margin-left:4.16%}}@media only screen and (min-width:1280px){.col.col-xl-1,.col.xl1{width:8.33333%}.col.col-xl-2,.col.xl2{width:16.66667%}.col.col-xl-3,.col.xl3{width:25%}.col.col-xl-4,.col.xl4{width:33.33333%}.col.col-xl-5,.col.xl5{width:41.66667%}.col.col-xl-6,.col.xl6{width:50%}.col.col-xl-7,.col.xl7{width:58.33333%}.col.col-xl-8,.col.xl8{width:66.66667%}.col.col-xl-9,.col.xl9{width:75%}.col.col-xl-10,.col.xl10{width:83.33333%}.col.col-xl-11,.col.xl11{width:91.66667%}.col.col-xl-12,.col.xl12{width:100%}.col.offset-col-xl-1,.col.offset-xl1{margin-left:8.33333%}.col.pull-col-xl-1{right:8.33333%}.col.push-col-xl-1{left:8.33333%}.col.offset-col-xl-2,.col.offset-xl2{margin-left:16.66667%}.col.pull-col-xl-2{right:16.66667%}.col.push-col-xl-2{left:16.66667%}.col.offset-col-xl-3,.col.offset-xl3{margin-left:25%}.col.pull-col-xl-3{right:25%}.col.push-col-xl-3{left:25%}.col.offset-col-xl-4,.col.offset-xl4{margin-left:33.33333%}.col.pull-col-xl-4{right:33.33333%}.col.push-col-xl-4{left:33.33333%}.col.offset-col-xl-5,.col.offset-xl5{margin-left:41.66667%}.col.pull-col-xl-5{right:41.66667%}.col.push-col-xl-5{left:41.66667%}.col.offset-col-xl-6,.col.offset-xl6{margin-left:50%}.col.pull-col-xl-6{right:50%}.col.push-col-xl-6{left:50%}.col.offset-col-xl-7,.col.offset-xl7{margin-left:58.33333%}.col.pull-col-xl-7{right:58.33333%}.col.push-col-xl-7{left:58.33333%}.col.offset-col-xl-8,.col.offset-xl8{margin-left:66.66667%}.col.pull-col-xl-8{right:66.66667%}.col.push-col-xl-8{left:66.66667%}.col.offset-col-xl-9,.col.offset-xl9{margin-left:75%}.col.pull-col-xl-9{right:75%}.col.push-col-xl-9{left:75%}.col.offset-col-xl-10,.col.offset-xl10{margin-left:83.33333%}.col.pull-col-xl-10{right:83.33333%}.col.push-col-xl-10{left:83.33333%}.col.offset-col-xl-11,.col.offset-xl11{margin-left:91.66667%}.col.pull-col-xl-11{right:91.66667%}.col.push-col-xl-11{left:91.66667%}.col.offset-col-xl-12,.col.offset-xl12{margin-left:100%}.col.pull-col-xl-12{right:100%}.col.push-col-xl-12{left:100%}}@media only screen and (min-width:1921px){.col.col-max-1,.col.max1{width:8.33333%}.col.col-max-2,.col.max2{width:16.66667%}.col.col-max-3,.col.max3{width:25%}.col.col-max-4,.col.max4{width:33.33333%}.col.col-max-5,.col.max5{width:41.66667%}.col.col-max-6,.col.max6{width:50%}.col.col-max-7,.col.max7{width:58.33333%}.col.col-max-8,.col.max8{width:66.66667%}.col.col-max-9,.col.max9{width:75%}.col.col-max-10,.col.max10{width:83.33333%}.col.col-max-11,.col.max11{width:91.66667%}.col.col-max-12,.col.max12{width:100%}.col.offset-col-max-1,.col.offset-maxl1{margin-left:8.33333%}.col.pull-col-max-1{right:8.33333%}.col.push-col-max-1{left:8.33333%}.col.offset-col-max-2,.col.offset-maxl2{margin-left:16.66667%}.col.pull-col-max-2{right:16.66667%}.col.push-col-max-2{left:16.66667%}.col.offset-col-max-3,.col.offset-maxl3{margin-left:25%}.col.pull-col-max-3{right:25%}.col.push-col-max-3{left:25%}.col.offset-col-max-4,.col.offset-maxl4{margin-left:33.33333%}.col.pull-col-max-4{right:33.33333%}.col.push-col-max-4{left:33.33333%}.col.offset-col-max-5,.col.offset-maxl5{margin-left:41.66667%}.col.pull-col-max-5{right:41.66667%}.col.push-col-max-5{left:41.66667%}.col.offset-col-max-6,.col.offset-maxl6{margin-left:50%}.col.pull-col-max-6{right:50%}.col.push-col-max-6{left:50%}.col.offset-col-max-7,.col.offset-maxl7{margin-left:58.33333%}.col.pull-col-max-7{right:58.33333%}.col.push-col-max-7{left:58.33333%}.col.offset-col-max-8,.col.offset-maxl8{margin-left:66.66667%}.col.pull-col-max-8{right:66.66667%}.col.push-col-max-8{left:66.66667%}.col.offset-col-max-9,.col.offset-maxl9{margin-left:75%}.col.pull-col-max-9{right:75%}.col.push-col-max-9{left:75%}.col.offset-col-max-10,.col.offset-maxl10{margin-left:83.33333%}.col.pull-col-max-10{right:83.33333%}.col.push-col-max-10{left:83.33333%}.col.offset-col-max-11,.col.offset-maxl11{margin-left:91.66667%}.col.pull-col-max-11{right:91.66667%}.col.push-col-max-11{left:91.66667%}.col.offset-col-max-12,.col.offset-maxl12{margin-left:100%}.col.pull-col-max-12{right:100%}.col.push-col-max-12{left:100%}}.no-padding{padding:0}.grid-preview .col{min-height:3.572em;font-size:12px;background-color:#c4db94;border:1px solid #fff;border-radius:2px;margin-bottom:8px}.color.color--black{color:#000}.color.color--black svg path,.color.color--black svg polygon{fill:#000}.border.border--black{border:1px solid #000}.background.background--black,.section.background--black{background-color:#000}.section.headline-color-black h1,.section.headline-color-black h2,.section.headline-color-black h3,.section.text-color-black p{color:#000}.section.button-color-black .button.background{background-color:#000!important}.color.color--white{color:#fff}.color.color--white svg path,.color.color--white svg polygon{fill:#fff}.border.border--white{border:1px solid #fff}.background.background--white,.section.background--white{background-color:#fff}.section.headline-color-white h1,.section.headline-color-white h2,.section.headline-color-white h3,.section.text-color-white p{color:#fff}.section.button-color-white .button.background{background-color:#fff!important}.color.color--darkGrey{color:#323232}.color.color--darkGrey svg path,.color.color--darkGrey svg polygon{fill:#323232}.border.border--darkGrey{border:1px solid #323232}.background.background--darkGrey,.section.background--darkGrey{background-color:#323232}.section.headline-color-darkGrey h1,.section.headline-color-darkGrey h2,.section.headline-color-darkGrey h3,.section.text-color-darkGrey p{color:#323232}.section.button-color-darkGrey .button.background{background-color:#323232!important}.color.color--grey{color:#525252}.color.color--grey svg path,.color.color--grey svg polygon{fill:#525252}.border.border--grey{border:1px solid #525252}.background.background--grey,.section.background--grey{background-color:#525252}.section.headline-color-grey h1,.section.headline-color-grey h2,.section.headline-color-grey h3,.section.text-color-grey p{color:#525252}.section.button-color-grey .button.background{background-color:#525252!important}.color.color--middleGrey{color:#787878}.color.color--middleGrey svg path,.color.color--middleGrey svg polygon{fill:#787878}.border.border--middleGrey{border:1px solid #787878}.background.background--middleGrey,.section.background--middleGrey{background-color:#787878}.section.headline-color-middleGrey h1,.section.headline-color-middleGrey h2,.section.headline-color-middleGrey h3,.section.text-color-middleGrey p{color:#787878}.section.button-color-middleGrey .button.background{background-color:#787878!important}.color.color--lightGrey{color:#bebebe}.color.color--lightGrey svg path,.color.color--lightGrey svg polygon{fill:#bebebe}.border.border--lightGrey{border:1px solid #bebebe}.background.background--lightGrey,.section.background--lightGrey{background-color:#bebebe}.section.headline-color-lightGrey h1,.section.headline-color-lightGrey h2,.section.headline-color-lightGrey h3,.section.text-color-lightGrey p{color:#bebebe}.section.button-color-lightGrey .button.background{background-color:#bebebe!important}.color.color--extraLightGrey{color:#e1e1e1}.color.color--extraLightGrey svg path,.color.color--extraLightGrey svg polygon{fill:#e1e1e1}.border.border--extraLightGrey{border:1px solid #e1e1e1}.background.background--extraLightGrey,.section.background--extraLightGrey{background-color:#e1e1e1}.section.headline-color-extraLightGrey h1,.section.headline-color-extraLightGrey h2,.section.headline-color-extraLightGrey h3,.section.text-color-extraLightGrey p{color:#e1e1e1}.section.button-color-extraLightGrey .button.background{background-color:#e1e1e1!important}.color.color--midGrey{color:#787878}.color.color--midGrey svg path,.color.color--midGrey svg polygon{fill:#787878}.border.border--midGrey{border:1px solid #787878}.background.background--midGrey,.section.background--midGrey{background-color:#787878}.section.headline-color-midGrey h1,.section.headline-color-midGrey h2,.section.headline-color-midGrey h3,.section.text-color-midGrey p{color:#787878}.section.button-color-midGrey .button.background{background-color:#787878!important}.color.color--additionalLightGrey{color:#efefef}.color.color--additionalLightGrey svg path,.color.color--additionalLightGrey svg polygon{fill:#efefef}.border.border--additionalLightGrey{border:1px solid #efefef}.background.background--additionalLightGrey,.section.background--additionalLightGrey{background-color:#efefef}.section.headline-color-additionalLightGrey h1,.section.headline-color-additionalLightGrey h2,.section.headline-color-additionalLightGrey h3,.section.text-color-additionalLightGrey p{color:#efefef}.section.button-color-additionalLightGrey .button.background{background-color:#efefef!important}.color.color--darkBrown{color:#483c39}.color.color--darkBrown svg path,.color.color--darkBrown svg polygon{fill:#483c39}.border.border--darkBrown{border:1px solid #483c39}.background.background--darkBrown,.section.background--darkBrown{background-color:#483c39}.section.headline-color-darkBrown h1,.section.headline-color-darkBrown h2,.section.headline-color-darkBrown h3,.section.text-color-darkBrown p{color:#483c39}.section.button-color-darkBrown .button.background{background-color:#483c39!important}.color.color--brownLight{color:#a69d96}.color.color--brownLight svg path,.color.color--brownLight svg polygon{fill:#a69d96}.border.border--brownLight{border:1px solid #a69d96}.background.background--brownLight,.section.background--brownLight{background-color:#a69d96}.section.headline-color-brownLight h1,.section.headline-color-brownLight h2,.section.headline-color-brownLight h3,.section.text-color-brownLight p{color:#a69d96}.section.button-color-brownLight .button.background{background-color:#a69d96!important}.color.color--extraLightBrown{color:#d2ccc8}.color.color--extraLightBrown svg path,.color.color--extraLightBrown svg polygon{fill:#d2ccc8}.border.border--extraLightBrown{border:1px solid #d2ccc8}.background.background--extraLightBrown,.section.background--extraLightBrown{background-color:#d2ccc8}.section.headline-color-extraLightBrown h1,.section.headline-color-extraLightBrown h2,.section.headline-color-extraLightBrown h3,.section.text-color-extraLightBrown p{color:#d2ccc8}.section.button-color-extraLightBrown .button.background{background-color:#d2ccc8!important}.color.color--darkBlue{color:#0b4958}.color.color--darkBlue svg path,.color.color--darkBlue svg polygon{fill:#0b4958}.border.border--darkBlue{border:1px solid #0b4958}.background.background--darkBlue,.section.background--darkBlue{background-color:#0b4958}.section.headline-color-darkBlue h1,.section.headline-color-darkBlue h2,.section.headline-color-darkBlue h3,.section.text-color-darkBlue p{color:#0b4958}.section.button-color-darkBlue .button.background{background-color:#0b4958!important}.color.color--blue{color:#41a0b7}.color.color--blue svg path,.color.color--blue svg polygon{fill:#41a0b7}.border.border--blue{border:1px solid #41a0b7}.background.background--blue,.section.background--blue{background-color:#41a0b7}.section.headline-color-blue h1,.section.headline-color-blue h2,.section.headline-color-blue h3,.section.text-color-blue p{color:#41a0b7}.section.button-color-blue .button.background{background-color:#41a0b7!important}.color.color--extraLightBlue{color:#e6ecee}.color.color--extraLightBlue svg path,.color.color--extraLightBlue svg polygon{fill:#e6ecee}.border.border--extraLightBlue{border:1px solid #e6ecee}.background.background--extraLightBlue,.section.background--extraLightBlue{background-color:#e6ecee}.section.headline-color-extraLightBlue h1,.section.headline-color-extraLightBlue h2,.section.headline-color-extraLightBlue h3,.section.text-color-extraLightBlue p{color:#e6ecee}.section.button-color-extraLightBlue .button.background{background-color:#e6ecee!important}.color.color--lightGreen{color:#4d8a7c}.color.color--lightGreen svg path,.color.color--lightGreen svg polygon{fill:#4d8a7c}.border.border--lightGreen{border:1px solid #4d8a7c}.background.background--lightGreen,.section.background--lightGreen{background-color:#4d8a7c}.section.headline-color-lightGreen h1,.section.headline-color-lightGreen h2,.section.headline-color-lightGreen h3,.section.text-color-lightGreen p{color:#4d8a7c}.section.button-color-lightGreen .button.background{background-color:#4d8a7c!important}.color.color--green{color:#3b9883}.color.color--green svg path,.color.color--green svg polygon{fill:#3b9883}.border.border--green{border:1px solid #3b9883}.background.background--green,.section.background--green{background-color:#3b9883}.section.headline-color-green h1,.section.headline-color-green h2,.section.headline-color-green h3,.section.text-color-green p{color:#3b9883}.section.button-color-green .button.background{background-color:#3b9883!important}.color.color--lightLime{color:#c4db94}.color.color--lightLime svg path,.color.color--lightLime svg polygon{fill:#c4db94}.border.border--lightLime{border:1px solid #c4db94}.background.background--lightLime,.section.background--lightLime{background-color:#c4db94}.section.headline-color-lightLime h1,.section.headline-color-lightLime h2,.section.headline-color-lightLime h3,.section.text-color-lightLime p{color:#c4db94}.section.button-color-lightLime .button.background{background-color:#c4db94!important}.color.color--lime{color:#bee177}.color.color--lime svg path,.color.color--lime svg polygon{fill:#bee177}.border.border--lime{border:1px solid #bee177}.background.background--lime,.section.background--lime{background-color:#bee177}.section.headline-color-lime h1,.section.headline-color-lime h2,.section.headline-color-lime h3,.section.text-color-lime p{color:#bee177}.section.button-color-lime .button.background{background-color:#bee177!important}.color.color--lightYellow{color:#fff38b}.color.color--lightYellow svg path,.color.color--lightYellow svg polygon{fill:#fff38b}.border.border--lightYellow{border:1px solid #fff38b}.background.background--lightYellow,.section.background--lightYellow{background-color:#fff38b}.section.headline-color-lightYellow h1,.section.headline-color-lightYellow h2,.section.headline-color-lightYellow h3,.section.text-color-lightYellow p{color:#fff38b}.section.button-color-lightYellow .button.background{background-color:#fff38b!important}.color.color--yellow{color:#fff176}.color.color--yellow svg path,.color.color--yellow svg polygon{fill:#fff176}.border.border--yellow{border:1px solid #fff176}.background.background--yellow,.section.background--yellow{background-color:#fff176}.section.headline-color-yellow h1,.section.headline-color-yellow h2,.section.headline-color-yellow h3,.section.text-color-yellow p{color:#fff176}.section.button-color-yellow .button.background{background-color:#fff176!important}.color.color--lightOrange{color:#fdb681}.color.color--lightOrange svg path,.color.color--lightOrange svg polygon{fill:#fdb681}.border.border--lightOrange{border:1px solid #fdb681}.background.background--lightOrange,.section.background--lightOrange{background-color:#fdb681}.section.headline-color-lightOrange h1,.section.headline-color-lightOrange h2,.section.headline-color-lightOrange h3,.section.text-color-lightOrange p{color:#fdb681}.section.button-color-lightOrange .button.background{background-color:#fdb681!important}.color.color--extraLightOrange{color:hsla(26,97%,75%,.1)}.color.color--extraLightOrange svg path,.color.color--extraLightOrange svg polygon{fill:hsla(26,97%,75%,.1)}.border.border--extraLightOrange{border:1px solid hsla(26,97%,75%,.1)}.background.background--extraLightOrange,.section.background--extraLightOrange{background-color:hsla(26,97%,75%,.1)}.section.headline-color-extraLightOrange h1,.section.headline-color-extraLightOrange h2,.section.headline-color-extraLightOrange h3,.section.text-color-extraLightOrange p{color:hsla(26,97%,75%,.1)}.section.button-color-extraLightOrange .button.background{background-color:hsla(26,97%,75%,.1)!important}.color.color--orange{color:#ffb178}.color.color--orange svg path,.color.color--orange svg polygon{fill:#ffb178}.border.border--orange{border:1px solid #ffb178}.background.background--orange,.section.background--orange{background-color:#ffb178}.section.headline-color-orange h1,.section.headline-color-orange h2,.section.headline-color-orange h3,.section.text-color-orange p{color:#ffb178}.section.button-color-orange .button.background{background-color:#ffb178!important}.color.color--lightPink{color:#da727e}.color.color--lightPink svg path,.color.color--lightPink svg polygon{fill:#da727e}.border.border--lightPink{border:1px solid #da727e}.background.background--lightPink,.section.background--lightPink{background-color:#da727e}.section.headline-color-lightPink h1,.section.headline-color-lightPink h2,.section.headline-color-lightPink h3,.section.text-color-lightPink p{color:#da727e}.section.button-color-lightPink .button.background{background-color:#da727e!important}.color.color--pink{color:#df5b6b}.color.color--pink svg path,.color.color--pink svg polygon{fill:#df5b6b}.border.border--pink{border:1px solid #df5b6b}.background.background--pink,.section.background--pink{background-color:#df5b6b}.section.headline-color-pink h1,.section.headline-color-pink h2,.section.headline-color-pink h3,.section.text-color-pink p{color:#df5b6b}.section.button-color-pink .button.background{background-color:#df5b6b!important}.color.color--extraLightGreen{color:#ecf5f3}.color.color--extraLightGreen svg path,.color.color--extraLightGreen svg polygon{fill:#ecf5f3}.border.border--extraLightGreen{border:1px solid #ecf5f3}.background.background--extraLightGreen,.section.background--extraLightGreen{background-color:#ecf5f3}.section.headline-color-extraLightGreen h1,.section.headline-color-extraLightGreen h2,.section.headline-color-extraLightGreen h3,.section.text-color-extraLightGreen p{color:#ecf5f3}.section.button-color-extraLightGreen .button.background{background-color:#ecf5f3!important}.color.color--intenseOrange{color:#f0833a}.color.color--intenseOrange svg path,.color.color--intenseOrange svg polygon{fill:#f0833a}.border.border--intenseOrange{border:1px solid #f0833a}.background.background--intenseOrange,.section.background--intenseOrange{background-color:#f0833a}.section.headline-color-intenseOrange h1,.section.headline-color-intenseOrange h2,.section.headline-color-intenseOrange h3,.section.text-color-intenseOrange p{color:#f0833a}.section.button-color-intenseOrange .button.background{background-color:#f0833a!important}.color.color--intenseGreen{color:#129b82}.color.color--intenseGreen svg path,.color.color--intenseGreen svg polygon{fill:#129b82}.border.border--intenseGreen{border:1px solid #129b82}.background.background--intenseGreen,.section.background--intenseGreen{background-color:#129b82}.section.headline-color-intenseGreen h1,.section.headline-color-intenseGreen h2,.section.headline-color-intenseGreen h3,.section.text-color-intenseGreen p{color:#129b82}.section.button-color-intenseGreen .button.background{background-color:#129b82!important}.f{display:flex}.f.f-dir-column{flex-direction:column}.f.f-dir-column-reverse{flex-direction:column-reverse}.f.f-dir-row{flex-direction:row}.f.f-dir-reverse{flex-direction:row-reverse}.f.f-ac-start{align-content:flex-start}.f.f-ac-end{align-content:flex-end}.f.f-ac-center{align-content:center}.f.f-ac-between{align-content:space-between}.f.f-ac-around{align-content:space-around}.f.wrap{flex-flow:row wrap}.f.f-ai-start{align-items:flex-start}.f.f-ai-end{align-items:flex-end}.f.f-ai-center{align-items:center}.f.f-ai-baseline{align-items:baseline}.f.f-ai-stretch{align-items:stretch}.f.f-jc-start{justify-content:flex-start}.f.f-jc-end{justify-content:flex-end}.f.f-jc-center{justify-content:center}.f.f-jc-between{justify-content:space-between}.f.f-jc-around{justify-content:space-around}@media only screen and (max-width:766px){.f.f-m-dir-column-reverse{flex-direction:column-reverse}}.menu-list li,.text.text--h1,h1{font-size:3.572em;line-height:1.001em;margin:0 0 .801em;font-family:Swisspatat,Arial,Sans-Serif}@media only screen and (max-width:1024px){.menu-list li,.text.text--h1,h1{font-size:2.501em;line-height:1.001em}}@media only screen and (max-width:766px){.menu-list li,.text.text--h1,h1{font-size:2.001em;line-height:1.001em}}.text.text--h2,h2{font-size:2.858em;line-height:1.001em;font-family:Swisspatat,Arial,Sans-Serif;letter-spacing:1px;margin:.334em 0 .526em}@media only screen and (max-width:1024px){.text.text--h2,h2{font-size:1.887em;line-height:1.201em}}@media only screen and (max-width:766px){.text.text--h2,h2{font-size:1.715em;line-height:1.201em;margin-bottom:.715em}}.text.text--h3,h3{font-size:2.501em;line-height:1.001em;margin:.501em 0 .668em;font-family:Swisspatat,Arial,Sans-Serif}.text.text--h3 small,h3 small{font-size:70%}@media only screen and (max-width:1024px){.text.text--h3,h3{font-size:1.651em;line-height:1.201em}}@media only screen and (max-width:766px){.text.text--h3,h3{font-size:1.651em;line-height:1.201em}}.text.text--h4,h4{font-size:1.358em;line-height:1.201em;margin:.334em 0 .401em}@media only screen and (max-width:1024px){.text.text--h4,h4{font-size:1.222em;line-height:1.201em}}@media only screen and (max-width:766px){.text.text--h4,h4{font-size:1.222em;line-height:1.201em}}h5{font-size:1.001em;margin:.334em 0 1.43em}h5,h6{line-height:1.201em;font-weight:700}h6{font-size:1.144em;margin:.334em 0 .668em}.paragraph,.paragraph.paragraph--quote,p,p.paragraph--quote{font-size:1.072em;line-height:1.501em;margin-bottom:.8em;letter-spacing:.38px;font-weight:300;color:#483c39}@media only screen and (max-width:1024px){.paragraph,.paragraph.paragraph--quote,p,p.paragraph--quote{font-size:.987em;line-height:1.501em}}.paragraph.paragraph--lead,p.paragraph--lead{display:block;font-size:1.43em;line-height:1.551em;font-family:Merriweather,serif;font-style:italic}@media only screen and (max-width:1024px){.paragraph.paragraph--lead,p.paragraph--lead{font-size:20px;letter-spacing:.37px}}.paragraph.paragraph--lead:before,p.paragraph--lead:before{content:"\AB"}.paragraph.paragraph--lead:after,p.paragraph--lead:after{content:"\BB"}.paragraph.paragraph--big,p.paragraph--big{display:block;font-size:1.144em;line-height:1.501em}@media only screen and (max-width:1024px){.paragraph.paragraph--big,p.paragraph--big{font-size:1.001em;line-height:1.501em}}.paragraph.paragraph--small,p.paragraph--small{display:block;font-size:1.144em;line-height:1.501em}@media only screen and (max-width:1024px){.paragraph.paragraph--small,p.paragraph--small{font-size:1.001em;line-height:1.501em}}.paragraph.paragraph--roboto-regular,p.paragraph--roboto-regular{font-family:400}.paragraph.lead--big,p.lead--big{font-size:28px;letter-spacing:.52px;line-height:36px}.mobile .paragraph.lead--big,.mobile p.lead--big{font-size:20px}@media screen and (max-width:766px){.paragraph.lead--big,p.lead--big{font-size:20px}}.category,.link,.menu-list li,.menu-list li small,.preparation-time,.teaser .teaser__content__header,.text.text--h1,.text.text--h1 small,.text.text--h2,.text.text--h2 small,.text.text--h3 small,.text.text--h4 small,.uppercase,h1,h1 small,h2,h2 small,h3 small,h4 small,h5,h5 small,h6,h6 small{text-transform:uppercase}.menu-list li small,.text.text--h1 small,.text.text--h2 small,.text.text--h3 small,.text.text--h4 small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{display:block;font-size:12px;font-family:Roboto,sans-serif;line-height:1;margin-bottom:1.43em;letter-spacing:.4px}.menu-list{list-style:none}.text.text--font-spatat{font-family:Swisspatat}.link{font-size:1.001em;line-height:1.501em}.error{font-size:.787em;line-height:1.001em;color:red}.quantity,.recipes-list{font-size:1.144em;line-height:1.301em}.price{font-size:1.144em;line-height:1.501em;font-weight:700;letter-spacing:.38px}.mobile .price{font-size:14px}@media screen and (max-width:766px){.price{font-size:14px}}.category{display:block;letter-spacing:.33px;font-size:.715em;line-height:1.501em;margin:.75em 0 .668em}.recipe-info{font-size:1.144em;line-height:1.301em}.preparation-time{font-size:.858em;line-height:1.301em}.text.text--center{text-align:center}.text.text--bold{font-weight:700}.text.text--uppercase{text-transform:uppercase}.text.text--default{font-family:Roboto,sans-serif}.text.text--regular{font-weight:400}.text.text--capitalize{text-transform:capitalize}ol,ul{margin-left:15px}ol li{font-weight:300;margin-bottom:.5em;letter-spacing:.38px}sup{vertical-align:super}sub,sup{font-size:.75em}sub{vertical-align:sub}strong{font-weight:700}em{font-style:italic}a{text-decoration:none;color:#483c39}.neos-nodetypes-text a{color:#41a0b7}.button{display:inline-block;outline:none;border-color:transparent;font-size:1.001em;line-height:1.201em;padding:.93em 3.215em;min-width:4.287em;text-align:center;font-weight:700;cursor:pointer;text-decoration:none;text-transform:uppercase;color:#fff;transition:opacity .4s linear;border-radius:0}.button:hover{opacity:.8}.button.disabled{opacity:.5}.link{color:#df5b6b;text-decoration:none;display:flex;align-items:center;letter-spacing:.7px;font-weight:700}.mobile .link{font-size:12px;margin-top:10px}@media screen and (max-width:766px){.link{font-size:12px;margin-top:10px}}.link.reverted:hover svg{transform:translateX(-4px)!important}.link:hover:not(.download-link) svg{transform:translateX(4px)}.link svg{transition:transform .4s linear}.link svg path{fill:#df5b6b;vector-effect:non-scaling-stroke}.button-group{display:flex;flex-wrap:wrap}.button-group.button-group--center{justify-content:center}.list-image{list-style:none}.mobile .list-image{flex-shrink:0;flex-grow:1;margin-top:2em}@media screen and (max-width:766px){.list-image{flex-shrink:0;flex-grow:1;margin-top:2em}}.list-image li{position:relative;margin-bottom:2.144em;font-weight:300;color:#483c39;font-family:Swisspatat,Arial,Sans-Serif;opacity:.9;font-size:20px;letter-spacing:.5px;padding-left:45px}.list-image li:before{content:"";background:url(../assets/Icons/Kartoffel.svg) no-repeat;background-size:cover;left:-20px;top:-30px;width:72px;height:72px;position:absolute;display:inline-block}.list-image li span{padding-left:45px;display:inline-block}ul li{font-size:1.072em;margin-bottom:5px;font-weight:300;color:#483c39}.list-image-mobile.col img{width:516px}.mobile .list-image-mobile.col img{width:auto}@media screen and (max-width:766px){.list-image-mobile.col img{width:auto}}.mobile .list-image-mobile.col{width:auto;position:absolute;z-index:-1;right:-30%;overflow:hidden}.mobile .list-image-mobile.col img{height:350px}@media screen and (max-width:766px){.list-image-mobile.col{width:auto;position:absolute;z-index:-1;right:-30%;overflow:hidden}.list-image-mobile.col img{height:350px}}form textarea{resize:none}form .input-field,form .input-field--checkbox{margin-bottom:1.43em}form .input-field label{font-size:10px;color:#483c39;letter-spacing:.33px;margin-bottom:.715em;text-transform:uppercase;display:inline-block}form .input-field .input{position:relative;border:1px solid rgba(11,73,88,.6);margin:0;padding:0;cursor:pointer;background:#fdfcfc;min-height:52px}form .input-field .input input,form .input-field .input textarea{padding:15px 10px;font-size:16px;font-style:italic;font-family:Roboto,sans-serif;color:#483c39;letter-spacing:.43px;width:calc(100% - 20px);border:0}form .input-field .input textarea{width:calc(100% - 20px)}form .button--submit{margin-top:40px}form input[type=checkbox]{position:absolute;opacity:0;margin:0;padding:0!important;width:0;height:0!important;overflow:hidden}form label+input[type=checkbox]{display:inline-block;width:32px;height:32px;padding-left:40px;background-position:0 0;background-repeat:no-repeat;line-height:32px;cursor:pointer}form .input-field__checkbox{position:relative}form .input-field__checkbox input[type=checkbox]+label{display:inline-block;cursor:pointer;padding-left:20px}form .input-field__checkbox label:before{content:"";position:absolute;left:0;border:1px solid rgba(11,73,88,.6);width:13px;height:13px}form .input-field__checkbox input[type=checkbox]:checked+label:before{background-size:cover;background:url(../assets/checked.svg) no-repeat 50%}form .input-field--checkbox.margin--bottom-10{margin-bottom:.715em}form .help-inline{padding:5px 0;display:inline-block;font-size:12px}form ::placeholder{color:rgba(11,73,88,.6);font-style:italic}form .form__section.section__hidden{display:none}.ss-main .ss-single-selected{padding:15px 10px;height:48px;font-size:16px;font-style:italic;color:rgba(11,73,88,.6);letter-spacing:.43px;width:100%;border:0;background:none}.ss-main .ss-content .ss-list .ss-option{padding:15px 10px;font-size:15px}.select.select-theme-default .select-options .select-option{border-radius:0!important;padding:10px 20px}.ss-main .ss-content .ss-list .ss-option:hover{background:#41a0b7}.ss-main .ss-content .ss-list{background:#e7edee}.ss-main .ss-content{border:none}.ss-main .ss-content.ss-open{outline:1px solid rgba(11,73,88,.6)}.ss-main .ss-disabled{cursor:not-allowed;pointer-events:none}.ss-main,.ss-main .ss-disabled{color:rgba(11,73,88,.6)!important}.ss-main .ss-single-selected .ss-arrow span{border-color:rgba(11,73,88,.6)}.input-field--checkbox.error label{color:#483c39}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.form .input-field{height:75px}}.neos-backend form .input-field{height:75px}@media not all and (min-resolution:0.001dpcm){@supports (-webkit-appearance:none){.ss-main{height:53px}}}.image img{margin-bottom:.715em;width:100%;height:auto;display:block}.background.background--cover{background-size:cover}.background.background--contain{background-size:contain}.neos-contentcollection img{max-width:100%;height:auto}.teaser{color:#483c39;border-radius:0 0 10px 10px;animation:fade .5s linear;margin-bottom:1.787em;transition:transform .3s linear}.teaser:hover{transform:translateY(-5px)}.mobile .teaser{margin-bottom:2.144em;border-radius:0 0 4px 4px}@media screen and (max-width:766px){.teaser{margin-bottom:2.144em;border-radius:0 0 4px 4px}}.teaser .teaser__content__header{font-size:1.144em;line-height:1.201em;margin:0 0 .589em;font-weight:700}.mobile .teaser .teaser__content__header{font-size:14px}@media screen and (max-width:766px){.teaser .teaser__content__header{font-size:14px}}.teaser .teaser__image{width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.teaser.teaser__content{position:relative;height:auto;display:block;min-height:21.43em}.teaser.teaser__content.box-shadow{box-shadow:0 1px 10px 0 rgba(0,0,0,.15)}.teaser.teaser__content .teaser__text{padding:.715em;border-radius:0}.teaser.teaser__content .teaser__image{position:relative;height:15.715em;background-size:cover}.teaser.teaser__content .teaser__content__header{padding-bottom:.715em}.teaser.teaser__content.small{min-height:14.287em}.teaser.teaser__content.small .teaser__image{position:relative;height:11.43em;background-size:cover}.teaser.teaser__content.small .teaser__content__header{padding-bottom:0}.teaser.teaser__content.teaser__text{border-radius:0;min-height:auto}.teaser.teaser__content.teaser__text.box-shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.19)}.teaser.teaser__content.teaser__text .teaser__text{padding:20px 10px;height:13.572em;display:flex;flex-direction:column}.mobile .teaser.teaser__content.teaser__text .teaser__text{height:17.501em}.mobile .teaser.teaser__content.teaser__text .teaser__text>div{overflow:hidden}@media screen and (max-width:766px){.teaser.teaser__content.teaser__text .teaser__text{height:17.501em}.teaser.teaser__content.teaser__text .teaser__text>div{overflow:hidden}}.teaser.teaser__content.teaser__text .teaser__text .teaser__content__header{margin-bottom:0}.teaser.teaser__content.teaser__text .teaser__text .paragraph{font-size:14px}.teaser.teaser__content.teaser__text .teaser__text .link{margin-top:auto}.teaser.teaser__content.teaser__text .link{margin-top:30px}.teaser.teaser__product{position:relative;height:auto;display:block;min-height:26em;box-shadow:0 1px 10px 0 rgba(0,0,0,.15)}.teaser.teaser__product .teaser__text{padding:0 .715em .715em;display:flex;flex-direction:column;min-height:9.5em}.mobile .teaser.teaser__product .teaser__text{height:10em}@media screen and (max-width:766px){.teaser.teaser__product .teaser__text{height:10em}}.teaser.teaser__product .price{margin-top:auto}.teaser.teaser__product .product-name{display:block}.teaser.teaser__product .teaser__image{position:relative;height:15.358em;background-size:cover}.teaser.teaser__product .teaser__action__wrapper{position:absolute;z-index:10;bottom:-1.5em;right:1em;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:2}.teaser.teaser__product .teaser__action__wrapper:hover{animation-name:bounce}.teaser.teaser__product .teaser__noaction__wrapper{position:absolute;z-index:10;bottom:-1.5em;right:1em;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:2}.teaser.teaser__product .teaser__noaction__wrapper:hover{animation-name:bounce}.teaser.teaser__product .icon-oval{width:3.572em;height:3.572em;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 1px 10px 0 rgba(0,0,0,.15)}.teaser.teaser__product .icon-oval svg{width:3.572em;height:3.572em}.teaser.teaser__product .icon-oval svg path{fill:#fff}.teaser.teaser__category{position:relative;height:auto;display:block;min-height:14.287em}.teaser.teaser__category:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(72,60,57,.3)}.mobile .teaser.teaser__category{height:5.715em;margin-bottom:.715em;min-height:auto}@media screen and (max-width:766px){.teaser.teaser__category{height:5.715em;margin-bottom:.715em;min-height:auto}}.teaser.teaser__category.big{min-height:auto}.teaser.teaser__category.big .teaser__category__image{height:5.715em}.teaser.teaser__category.big .teaser__category__header,.teaser.teaser__category .teaser__category__header{font-size:2.501em;line-height:1.001em;text-transform:uppercase}.mobile .teaser.teaser__category .teaser__category__header{font-size:20px}@media screen and (max-width:766px){.teaser.teaser__category .teaser__category__header{font-size:20px}}.teaser.teaser__category .teaser__text{z-index:1;opacity:.9;text-align:center;color:#fff;width:100%}.teaser.teaser__category .teaser__image{position:relative;height:14.287em;background-size:cover}.mobile .teaser.teaser__category .teaser__image{height:80px}@media screen and (max-width:766px){.teaser.teaser__category .teaser__image{height:80px}}.teaser.teaser__category .teaser__action__wrapper{position:absolute;bottom:-2.5em;right:0}.mobile .teaser.teaser__default{display:flex;align-items:center;justify-content:center;flex-direction:row}.mobile .teaser.teaser__default .article-img{width:100%;flex:1;margin-bottom:0}.mobile .teaser.teaser__default>div{flex:1}.mobile .teaser.teaser__default.reverse{flex-direction:row-reverse}.mobile .mobile .teaser.teaser__default.reverse .article-img{flex:1}@media screen and (max-width:766px){.mobile .teaser.teaser__default.reverse .article-img{flex:1}}@media screen and (max-width:766px){.teaser.teaser__default{display:flex;align-items:center;justify-content:center;flex-direction:row}.teaser.teaser__default .article-img{width:100%;flex:1;margin-bottom:0}.teaser.teaser__default>div{flex:1}.teaser.teaser__default.reverse{flex-direction:row-reverse}.mobile .teaser.teaser__default.reverse .article-img{flex:1}}@media screen and (max-width:766px) and (max-width:766px){.teaser.teaser__default.reverse .article-img{flex:1}}.teaser.teaser__default h5{max-width:80%;margin:0 auto}.teaser.teaser__recipe{position:relative;height:auto;display:block;min-height:21.43em;margin-bottom:2.144em}.teaser.teaser__recipe.box-shadow{box-shadow:0 1px 4px 0 rgba(0,0,0,.25)}.teaser.teaser__recipe .timeIndicator{height:14px}.teaser.teaser__recipe .teaser__text{padding:.715em}.teaser.teaser__recipe .teaser__potatoHeight{height:200px}.mobile .teaser.teaser__recipe .teaser__potatoHeight{height:200px;padding:5px;overflow:hidden}@media screen and (max-width:766px){.teaser.teaser__recipe .teaser__potatoHeight{height:200px;padding:5px;overflow:hidden}}.mobile .teaser.teaser__recipe .teaser__potatoHeight p{margin-bottom:0}@media screen and (max-width:766px){.teaser.teaser__recipe .teaser__potatoHeight p{margin-bottom:0}}.teaser.teaser__recipe .icon-wrap{display:flex;align-items:center;justify-content:center;width:2.858em;height:2.858em;margin-right:.358em;margin-bottom:.358em}.teaser.teaser__recipe .icon-wrap svg{width:2.858em;height:2.858em}.teaser.teaser__recipe .icon-wrap svg g{fill:#0b4958}.teaser.teaser__recipe .teaser__image{position:relative;height:15.358em;background-size:cover}.teaser.teaser__recipe .teaser__action__wrapper{position:absolute;left:.715em;top:-.713em;width:100%;display:flex;flex-flow:wrap}.teaser.teaser__recipe .teaser__recipe__header{padding-bottom:.715em}.teaser-max-height{max-height:130px;overflow:hidden}.teaser.teaser__recipe .max-width{height:85px;overflow:hidden}.mobile .col.s12 .teaser.teaser__recipe .max-width{height:auto;overflow:auto}@media screen and (max-width:766px){.col.s12 .teaser.teaser__recipe .max-width{height:auto;overflow:auto}}.mobile .col.s6 .teaser.teaser__recipe .max-width{height:8.972em}@media screen and (max-width:766px){.col.s6 .teaser.teaser__recipe .max-width{height:8.972em}}.f-wrap{flex-wrap:wrap}.margin--bottom-5{margin-bottom:5px}.text--ellipsis{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:3px 0}.mobile .text--ellipsis{max-width:130px}@media screen and (max-width:766px){.text--ellipsis{max-width:130px}}.min-height-el{min-height:20px}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-15px)}60%{transform:translateY(-5px)}}#resultsPagination .col{margin-left:0}.swiper-pagination{position:relative;width:100%;margin-top:1em}.without-socialsharing .swiper-pagination{margin-top:1.2em}.swiper-wrapper{height:41.072em}.mobile .swiper-wrapper{height:18.572em}@media screen and (max-width:766px){.swiper-wrapper{height:18.572em}}.swiper-wrapper.wrapper-mobile{height:auto}.swiper-slide{height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%}.swiper-pagination-bullet{background:#da727e;width:.43em;height:.43em;margin:0 5px;opacity:.5}.swiper-pagination-bullet-active{background:#df5b6b;opacity:1}.swiper-gallery .swiper-wrapper{height:25.715em;width:100%;padding-bottom:40px}.mobile .swiper-gallery .swiper-wrapper{height:12.858em}@media screen and (max-width:766px){.swiper-gallery .swiper-wrapper{height:12.858em}}.swiper-gallery .swiper-wrapper .swiper-slide{width:38%!important}.mobile .swiper-gallery .swiper-wrapper .swiper-slide{width:85%!important}@media screen and (max-width:766px){.swiper-gallery .swiper-wrapper .swiper-slide{width:85%!important}}.swiper-gallery .swiper-wrapper .swiper-slide:first-of-type{margin-left:23%}.mobile .swiper-gallery .swiper-wrapper .swiper-slide:first-of-type{margin-left:10px}@media screen and (max-width:766px){.swiper-gallery .swiper-wrapper .swiper-slide:first-of-type{margin-left:10px}}.swiper-gallery .swiper-wrapper .swiper-slide:last-of-type{margin-right:0!important}.slider--text{color:#fff;position:absolute;bottom:50px}.mobile .slider--text{bottom:20px}@media screen and (max-width:766px){.slider--text{bottom:20px}}.section:after{content:"";clear:both;display:table}.section.section--padding{padding-top:2.858em;padding-bottom:2.858em}.mobile .section.section--padding{padding-top:2.144em;padding-bottom:2.144em}@media screen and (max-width:766px){.section.section--padding{padding-top:2.144em;padding-bottom:2.144em}}.section.section--no-padding{padding:0}.section.section--no-padding-bottom{padding-bottom:0}.section.section--no-padding-top{padding-top:0}.section.background--blue .neos-nodetypes-text p,.section.background--intenseGreen .neos-nodetypes-text p,.section.background--intenseOrange .neos-nodetypes-text p{color:#fff}.section.section--gallery{padding-top:0}.section.section--gallery .swiper-gallery .swiper-wrapper{height:25.715em}.mobile .section.section--gallery .swiper-gallery .swiper-wrapper{height:15.715em}@media screen and (max-width:766px){.section.section--gallery .swiper-gallery .swiper-wrapper{height:15.715em}}.section.section--gallery .paragraph--lead.lead--big{margin-bottom:0}.article-icon{display:inline-block}.article-icon svg{width:2.858em;height:2.858em}.article-img{margin-bottom:1.43em;height:16.43em}.article-img,.article-img-medium{background-size:cover;background:no-repeat 50%}.article-img-medium{height:23.215em}.mobile .article-img-medium{margin-bottom:1.072em;height:15.715em}@media screen and (max-width:766px){.article-img-medium{margin-bottom:1.072em;height:15.715em}}.hero-container{height:41.072em}.mobile .hero-container{height:18.572em}@media screen and (max-width:766px){.hero-container{height:18.572em}}.hero-image{background-size:cover;background-repeat:no-repeat;background-position:50%;position:relative}.hero--text{position:absolute;bottom:50px}footer{color:#3b9883}footer a{text-transform:uppercase}footer a,footer p{color:#3b9883;font-size:12px;letter-spacing:.24px}.section-footer{display:flex;background:#fff;height:40px;align-items:center}.mobile .section-footer{height:auto}@media screen and (max-width:766px){.section-footer{height:auto}}.section-footer a{font-size:10px;letter-spacing:1.08px}.mobile .section-footer a{margin:10px 0}@media screen and (max-width:766px){.section-footer a{margin:10px 0}}.section-footer svg{margin:0 15px}.footer{background:#d1e99f;padding:25px}.mobile .footer{display:block}@media screen and (max-width:766px){.footer{display:block}}.footer-wrap{display:flex}.mobile .footer-wrap{text-align:center;display:block;margin:0 auto;float:none}@media screen and (max-width:766px){.footer-wrap{text-align:center;display:block;margin:0 auto;float:none}}.footer__social{display:flex;list-style:none;margin-left:auto}.mobile .footer__social{justify-content:center}@media screen and (max-width:766px){.footer__social{justify-content:center}}.footer__social .footer__social__icon{margin-left:10px}.langs-list{display:flex;list-style:none;margin-left:auto}.mobile .langs-list{justify-content:center}@media screen and (max-width:766px){.langs-list{justify-content:center}}.langs-list li{margin-right:15px}.langs-list li.active{font-weight:700}.footer-column{margin-right:60px}.footer-column p{white-space:nowrap}.mobile .footer-column{margin-right:0;margin-bottom:1.43em}@media screen and (max-width:766px){.footer-column{margin-right:0;margin-bottom:1.43em}}.mobile .column-on-mobile{flex-direction:column}@media screen and (max-width:766px){.column-on-mobile{flex-direction:column}}.footer-image-logo{width:100%;max-width:280px;height:100%}.cartOpener{position:relative}.cartOpener .cart-count{position:absolute;bottom:5px;right:10px;visibility:hidden}.cartOpener .cart-count.show{visibility:visible}.cartOpener .cart-count .cart-count-value{padding:.25em;font-size:.75em;border:1px solid #483c39;background-color:#fff;border-radius:50%;min-width:10px;min-height:10px}.navbar-fixed-top{position:fixed;top:0;right:0;left:0;z-index:100;background-color:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.4)}.navbar-brand img{max-width:170px;width:auto;max-height:30px}.mobile .navbar-brand img{width:135px}@media screen and (max-width:766px){.navbar-brand img{width:135px}}.navbar-btns,.navbar-header{z-index:11}.navbar-brand{display:inline-block;transition:transform .3s linear}.navbar-brand:hover{transform:scale(.9)}.burger{width:45px;height:45px}.burger.active .burger-icon,.burger .close-icon{display:none}.burger.active .close-icon{display:block}.navbar .container{padding:10px 0;display:flex;align-items:center;justify-content:space-between}.navbar-btns{justify-content:flex-end}.menuBtns,.navbar-btns{display:flex;align-items:center}.menuBtns{margin-right:5px;cursor:pointer}.menuBtns:last-of-type{margin-right:0}.navbar-btns svg{width:50px;height:50px}.menu-list{margin-left:auto}.menu--overlay{position:fixed;right:-100%;width:100%;height:calc(100% - 70px);top:70px;opacity:0;transition:all .3s linear;background:#fff}.menu--overlay .overlay-wrap{margin-top:100px;position:relative;flex-direction:column;text-align:right}.mobile .menu--overlay .overlay-wrap{float:none;padding:0 30px;margin-top:60px}@media screen and (max-width:766px){.menu--overlay .overlay-wrap{float:none;padding:0 30px;margin-top:60px}}.menu--overlay .overlay-wrap .main-menu li{margin-bottom:30px}.mobile .menu--overlay .overlay-wrap .main-menu li{border-bottom:1px solid hsla(0,0%,75%,.3);padding:15px 0;margin-bottom:0}@media screen and (max-width:766px){.menu--overlay .overlay-wrap .main-menu li{border-bottom:1px solid hsla(0,0%,75%,.3);padding:15px 0;margin-bottom:0}}.menu--overlay .overlay-wrap .main-menu li,.menu--overlay .overlay-wrap .second-menu li{opacity:0;transition:opacity .3s linear}.menu--overlay.opened{right:0;opacity:1;z-index:99;overflow:auto}.mobile .menu--overlay.opened .main-menu{text-align:left}@media screen and (max-width:766px){.menu--overlay.opened .main-menu{text-align:left}}.menu--overlay.opened .main-menu li{opacity:1}.menu--overlay.opened .main-menu li:last-of-type{border-bottom:0}.menu--overlay.opened .main-menu li:first-child{transition-delay:.5s}.menu--overlay.opened .main-menu li:nth-child(2){transition-delay:.6s}.menu--overlay.opened .main-menu li:nth-child(3){transition-delay:.7s}.menu--overlay.opened .main-menu li:nth-child(4){transition-delay:.8s}.menu--overlay.opened .main-menu li:nth-child(5){transition-delay:.9s}.menu--overlay.opened .second-menu{list-style:none}.menu--overlay.opened .second-menu li{opacity:1}.mobile .menu--overlay.opened .second-menu li a{font-size:12px}@media screen and (max-width:766px){.menu--overlay.opened .second-menu li a{font-size:12px}}.menu--overlay.opened .second-menu li:first-child{transition-delay:1s}.menu--overlay.opened .second-menu li:nth-child(2){transition-delay:1.1s}.menu--overlay.opened .second-menu li:nth-child(3){transition-delay:1.2s}.second-menu{margin-top:5.001em}.mobile .second-menu{float:right;text-align:right}@media screen and (max-width:766px){.second-menu{float:right;text-align:right}}.second-menu li{margin-bottom:15px}.second-menu li a{color:#0b4958;letter-spacing:.32px;text-transform:uppercase;font-size:1.144em;font-weight:700}.interactive-image{position:relative;width:100%;top:0;left:0;right:0}.interactive-image img{width:100%;display:block}.mobile .interactive-image.active .point:not(.active):not(.current-number){opacity:.3}@media screen and (max-width:766px){.interactive-image.active .point:not(.active):not(.current-number){opacity:.3}}.interactive-image-wrap{position:relative;float:left;width:100%}.mobile .interactive-image-wrap{overflow:hidden}@media screen and (max-width:766px){.interactive-image-wrap{overflow:hidden}}.text-wrap{position:absolute;z-index:1;margin:0 auto;width:100%}.mobile .interactive-image-text{width:100%}@media screen and (max-width:766px){.interactive-image-text{width:100%}}[data-tooltip]{position:absolute;z-index:2;cursor:pointer;width:100%;height:100%}[data-tooltip]:after,[data-tooltip]:before{visibility:hidden;opacity:0;pointer-events:none}[data-tooltip]:before{position:absolute;bottom:100%;left:50%;margin-bottom:5px;margin-left:-80px;padding:7px;width:160px;border-radius:3px;background-color:#000;background-color:rgba(51,51,51,.9);color:#fff;content:attr(data-tooltip);text-align:center;letter-spacing:.4px;font-size:15px;font-family:Roboto,sans-serif;line-height:1.2;transition:all .5s linear}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;opacity:1}.mobile [data-tooltip]:hover:after,.mobile [data-tooltip]:hover:before{display:none}@media screen and (max-width:766px){[data-tooltip]:hover:after,[data-tooltip]:hover:before{display:none}}.point{background:#df5b6b;display:flex;align-items:center;justify-content:center;font-family:Swisspatat,Arial,Sans-Serif;font-size:20px;color:#fff;width:56px;height:56px;border-radius:50%;letter-spacing:.4px;text-align:center}.mobile .point{width:35px;height:35px}@media screen and (max-width:766px){.point{width:35px;height:35px}}.point-1{position:absolute;right:41%;top:44%}.mobile .point-1{right:35%}@media screen and (max-width:766px){.point-1{right:35%}}.point-2{position:absolute;right:55%;top:48%}.mobile .point-2{right:65%;top:44%}@media screen and (max-width:766px){.point-2{right:65%;top:44%}}.point-3{position:absolute;right:32%;top:64%}.mobile .point-3{right:10%;top:55%}@media screen and (max-width:766px){.point-3{right:10%;top:55%}}.point-4{position:absolute;right:58%;top:90%}.mobile .point-4{right:25%;top:85%}@media screen and (max-width:766px){.point-4{right:25%;top:85%}}.point-5{position:absolute;right:35%;top:30%}.mobile .point-5{top:25%;right:15%}@media screen and (max-width:766px){.point-5{top:25%;right:15%}}.point-6{position:absolute;right:62%;top:76%}.mobile .point-6{right:85%;top:68%}@media screen and (max-width:766px){.point-6{right:85%;top:68%}}.mobile .current-point-overlay{position:absolute;bottom:0;transform:translateX(-50%);width:90%;left:50%;background:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.19);padding:30px 15px;border-radius:3px;margin-bottom:10px}.mobile .current-point-overlay .point{pointer-events:none;position:absolute;transform:translateX(-50%);border:2px solid #fff;left:50%;top:-15px}.mobile .current-point-overlay .close-icon{position:absolute;right:15px;top:10px;width:15px;height:15px}@media screen and (max-width:766px){.current-point-overlay{bottom:0;width:90%;background:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.19);padding:30px 15px;border-radius:3px;margin-bottom:10px}.current-point-overlay,.current-point-overlay .point{position:absolute;transform:translateX(-50%);left:50%}.current-point-overlay .point{pointer-events:none;border:2px solid #fff;top:-15px}.current-point-overlay .close-icon{position:absolute;right:15px;top:10px;width:15px;height:15px}}.current-point-overlay{position:absolute;visibility:hidden}.mobile .current-point-overlay{visibility:hidden;opacity:0;transition:all .3s linear}.mobile .current-point-overlay.active{display:block;visibility:visible;opacity:1}@media screen and (max-width:766px){.current-point-overlay{visibility:hidden;opacity:0;transition:all .3s linear}.current-point-overlay.active{display:block;visibility:visible;opacity:1}}.mobile .interactive-tabs{margin-top:2.144em;padding:0 15px}@media screen and (max-width:766px){.interactive-tabs{margin-top:2.144em;padding:0 15px}}.interactive-tabs .tabs{display:flex;align-items:center;justify-content:center;width:100%}.interactive-tabs .tabs.active .tab-item{transition:all .3s linear}.interactive-tabs .tabs.active .tab-item:not(.active){opacity:.4;transform:scale(.8)}.mobile .interactive-tabs .tabs.active .tab-item:not(.active){transform:scale(.6)}@media screen and (max-width:766px){.interactive-tabs .tabs.active .tab-item:not(.active){transform:scale(.6)}}.interactive-tabs .tab-item{position:relative;transform:scale(1.1)}.interactive-tabs .tab-bagde{position:absolute;right:35px;width:45px;bottom:15px;pointer-events:none}.mobile .interactive-tabs.three .tab-content:first-of-type:before{transform:none;top:-22px;left:20%}.mobile .interactive-tabs.three .tab-content:first-of-type:after{transform:none;left:19.5%;width:23px}@media screen and (max-width:766px){.interactive-tabs.three .tab-content:first-of-type:before{transform:none;top:-22px;left:20%}.interactive-tabs.three .tab-content:first-of-type:after{transform:none;left:19.5%;width:23px}}.mobile .interactive-tabs.three .tab-content:nth-of-type(2):before{transform:none;top:-22px;left:45%}.mobile .interactive-tabs.three .tab-content:nth-of-type(2):after{transform:none;left:44.5%;width:23px}@media screen and (max-width:766px){.interactive-tabs.three .tab-content:nth-of-type(2):before{transform:none;top:-22px;left:45%}.interactive-tabs.three .tab-content:nth-of-type(2):after{transform:none;left:44.5%;width:23px}}.mobile .interactive-tabs.three .tab-content:nth-of-type(3):before{transform:none;top:-22px;left:70%}.mobile .interactive-tabs.three .tab-content:nth-of-type(3):after{transform:none;left:69.7%;width:23px}@media screen and (max-width:766px){.interactive-tabs.three .tab-content:nth-of-type(3):before{transform:none;top:-22px;left:70%}.interactive-tabs.three .tab-content:nth-of-type(3):after{transform:none;left:69.7%;width:23px}}.interactive-tabs .tab-content{display:none;background:#fff;box-shadow:0 1px 6px 0 rgba(0,0,0,.19);position:relative;margin-top:60px;padding:5px 20px 20px}.mobile .interactive-tabs .tab-content{width:100%}@media screen and (max-width:766px){.interactive-tabs .tab-content{width:100%}}.interactive-tabs .tab-content:before{content:"";transform:translateX(-50%);left:50%;top:-56px;position:absolute;background:url(../assets/dialog-element.svg) no-repeat;background-size:contain;filter:drop-shadow(0 0 6px rgba(0,0,0,.19));width:42px;height:57px;z-index:-1}.mobile .interactive-tabs .tab-content:before{background:url(../assets/dialog-element-mobile.svg) no-repeat}@media screen and (max-width:766px){.interactive-tabs .tab-content:before{background:url(../assets/dialog-element-mobile.svg) no-repeat}}.mobile .interactive-tabs .tab-content:first-of-type:before{transform:none;top:-22px;left:20%}.mobile .interactive-tabs .tab-content:first-of-type:after{transform:none;left:19.5%;width:23px}@media screen and (max-width:766px){.interactive-tabs .tab-content:first-of-type:before{transform:none;top:-22px;left:20%}.interactive-tabs .tab-content:first-of-type:after{transform:none;left:19.5%;width:23px}}.mobile .interactive-tabs .tab-content:nth-of-type(2):before{transform:none;top:-22px;left:70%}.mobile .interactive-tabs .tab-content:nth-of-type(2):after{transform:none;left:69.7%;width:23px}@media screen and (max-width:766px){.interactive-tabs .tab-content:nth-of-type(2):before{transform:none;top:-22px;left:70%}.interactive-tabs .tab-content:nth-of-type(2):after{transform:none;left:69.7%;width:23px}}.interactive-tabs .tab-content:after{content:"";position:absolute;width:38px;transform:translateX(-50%);left:50%;top:-5px;height:0;border-bottom:10px solid #fff!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important}.interactive-tabs .tab-content.active{display:block}.interactive-tabs .tab-image{display:block;margin:0 auto;width:200px;max-height:300px}.mobile .interactive-tabs .tab-image{width:100%}@media screen and (max-width:766px){.interactive-tabs .tab-image{width:100%}}.input-search{border:1px solid #df5b6b;background:#fff;font-weight:300;font-size:15px;color:#483c39;letter-spacing:.38px;text-align:left;line-height:22px;height:50px;padding:10px;width:100%;font-style:italic;border-radius:0}.input-search,input[type=search]{-webkit-appearance:none}::placeholder{color:#df5b6b;opacity:1}::-webkit-search-cancel-button{-webkit-appearance:none}.searchTop{position:relative;top:-30px}.tab-search{background:#fff;box-shadow:0 1px 10px 0 rgba(0,0,0,.1);border-radius:0 0 4px 4px}.tab-search label.disable-item input{pointer-events:none}.tab-search label.disable-item .tagIcon{opacity:.4;pointer-events:none}.tab-search label.disable-item input:checked:disabled,.tab-search label.disable-item input:checked:disabled~.tagIcon{pointer-events:inherit!important}.tab-search .tab-pane{opacity:0;visibility:hidden;position:absolute;pointer-events:none}.tab-search .tab-pane.active{pointer-events:auto;transition:opacity .5s linear;display:flex;justify-content:center;flex-wrap:wrap;padding:20px 0;opacity:1;position:relative;visibility:visible}.mobile .tab-search .tab-pane.active{pointer-events:none}@media screen and (max-width:766px){.tab-search .tab-pane.active{pointer-events:none}}.tab-search input{position:absolute;opacity:0}.tab-search label{margin:10px 5px}.tab-search .green .tagIcon span{display:none}.tab-search .green .tagIcon{border:1px solid #3b9883;padding:15px 30px;font-size:12px;font-weight:700}.tab-search .blue .tagIcon span{display:none}.tab-search .blue .tagIcon{border:1px solid #41a0b7;padding:15px 30px;font-size:12px;font-weight:700}.tab-search .tagIcon{background:#fff;color:#323232;letter-spacing:.6px;text-align:center;font-size:10px;display:flex;cursor:pointer;flex-direction:column;justify-content:center;padding:5px;position:relative;text-transform:uppercase;align-items:center;transition:all .3s linear}.tab-search .tagIcon:after{content:"\D7";color:#fff;position:absolute;top:5px;right:5px;font-size:1rem}.tab-search .tagIcon svg{width:70px;height:70px}.clear-button{padding:1.43em 0;cursor:pointer;font-weight:700;font-size:14px;color:#df5b6b;letter-spacing:.7px;float:right;display:flex;align-items:center}.clear-button svg{margin-right:10px}.mobile .clear-button{position:absolute;top:15px;left:15px;font-size:12px}@media screen and (max-width:766px){.clear-button{position:absolute;top:15px;left:15px;font-size:12px}}.search-wrap .search-form{display:flex;position:relative}.search-wrap .search-form .clear-text-field{cursor:pointer;position:absolute;transform:translateY(-50%);top:50%;right:80px}.search-wrap .search-form .clear-text-field path{fill:#df5b6b}.search-wrap .search-form .clear-autocomplete path{fill:#0b4958}.search-wrap button{border:0;width:50px;height:50px;padding:0}.search-wrap button svg{-webkit-transform:translateZ(0);transform:translateZ(0);transition:transform .3s linear}.search-wrap button:hover{opacity:1}.search-wrap button:hover svg{backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;transform:translateZ(0) rotate(-10deg)}.search-wrap button svg{width:50px;height:50px}.search-wrap button svg *{fill:#fff}.search--default .tab-search div:nth-of-type(2) .tagIcon:hover{background:#df5b6b;color:#fff}.search--default .tab-search div:nth-of-type(2) .tagIcon:hover svg path{fill:#fff}.search--default .tab-search div:nth-of-type(2) svg *{fill:#df5b6b}.search--default .tab-search div:nth-of-type(2) input:checked~.tagIcon{background:#df5b6b;color:#fff}.search--default .tab-search div:nth-of-type(2) input:checked~.tagIcon svg *{fill:#fff}.search--default .tab-search div:nth-of-type(3) .tagIcon:hover{background:#ffb178;color:#fff}.search--default .tab-search div:nth-of-type(3) .tagIcon:hover svg path{fill:#fff}.search--default .tab-search div:nth-of-type(3) svg *{fill:#ffb178}.search--default .tab-search div:nth-of-type(3) input[type=radio].active:checked~.tagIcon{background:#ffb178;color:#fff}.search--default .tab-search div:nth-of-type(3) input[type=radio].active:checked~.tagIcon svg *{fill:#fff}.search--default .tab-search div:nth-of-type(4) .tagIcon:hover{background:#3b9883;color:#fff}.search--default .tab-search div:nth-of-type(4) .tagIcon:hover svg path{fill:#fff}.search--default .tab-search div:nth-of-type(4) svg *{fill:#3b9883}.search--default .tab-search div:nth-of-type(4) input[type=checkbox]:checked~.tagIcon{background:#3b9883;color:#fff}.search--default .tab-search div:nth-of-type(4) input[type=checkbox]:checked~.tagIcon svg *{fill:#fff}.search--default .tab-search div:nth-of-type(4) input[type=radio].active:checked~.tagIcon{background:#3b9883;color:#fff}.search--default .tab-search div:nth-of-type(4) input[type=radio].active:checked~.tagIcon svg *{fill:#fff}.search--default .tab-search div:nth-of-type(5) .tagIcon:hover{background:#41a0b7;color:#fff}.search--default .tab-search div:nth-of-type(5) .tagIcon:hover svg path{fill:#fff}.search--default .tab-search div:nth-of-type(5) svg *{fill:#41a0b7}.search--default .tab-search div:nth-of-type(5) input[type=checkbox]:checked~.tagIcon{background:#41a0b7;color:#fff}.search--default .tab-search div:nth-of-type(5) input[type=checkbox]:checked~.tagIcon svg *{fill:#fff}.search--default .tab-search div:nth-of-type(5) input[type=radio].active:checked~.tagIcon{background:#41a0b7;color:#fff}.search--default .tab-search div:nth-of-type(5) input[type=radio].active:checked~.tagIcon svg *{fill:#fff}.search--default .search-tabs{list-style:none}.search--default .search-tabs li{margin-bottom:0}.search--default .search-tabs li:first-of-type:after,.search--default .search-tabs li:first-of-type span{background:#df5b6b}.search--default .search-tabs li:nth-of-type(2):after,.search--default .search-tabs li:nth-of-type(2) span{background:#ffb178}.search--default .search-tabs li:nth-of-type(3):after,.search--default .search-tabs li:nth-of-type(3) span{background:#3b9883}.search--default .search-tabs li:nth-of-type(4):after,.search--default .search-tabs li:nth-of-type(4) span{background:#41a0b7}.green .tagIcon:hover{background:#3b9883!important;color:#fff!important}.green .tagIcon:hover svg path{fill:#fff}.green .search-wrap .search-form .clear-text-field path{fill:#3b9883}.green .green button{background-color:#3b9883}.green .clear-button span{color:#3b9883}.green .filter-button{color:#3b9883;border-color:#3b9883}.green .clear-button svg g{fill:#3b9883}.green .clear-button svg use{stroke:#3b9883}.green .search-form input[type=search]{border:1px solid #df5b6b;background:#fff;font-weight:300;font-size:15px;letter-spacing:.38px;text-align:left;line-height:22px;height:50px;padding:10px;width:100%;font-style:italic;border-radius:0;-webkit-appearance:none}.green .search-form button{background-color:#3b9883}.green .input-search{color:#3b9883;border:1px solid #3b9883}.green ::placeholder{color:#3b9883}.green .tab-search .tab-pane.active input[type=checkbox]:checked~.tagIcon,.green .tab-search .tab-pane.active input[type=radio].active:checked~.tagIcon{background:#3b9883;color:#fff}.green .tab-search .tab-pane.active input[type=radio]~.tagIcon{background:#fff;color:#483c39}.green .search-wrap ul.search-tabs li:after,.green .search-wrap ul.search-tabs li span{background:#3b9883}.blue .tagIcon:hover{background:#41a0b7!important;color:#fff!important}.blue .tagIcon:hover svg path{fill:#fff}.blue .blue button{background-color:#41a0b7}.blue .search-wrap .search-form .clear-text-field path{fill:#41a0b7}.blue .clear-button span{color:#41a0b7}.blue .filter-button{color:#41a0b7;border-color:#41a0b7}.blue .clear-button svg g{fill:#41a0b7}.blue .clear-button svg use{stroke:#41a0b7}.blue .search-form button{background-color:#41a0b7}.blue .input-search{color:#41a0b7;border:1px solid #41a0b7}.blue ::placeholder{color:#41a0b7}.blue .tab-search div.tab-pane input[type=checkbox]:checked~.tagIcon,.blue .tab-search div.tab-pane input[type=radio].active:checked~.tagIcon{background:#41a0b7;color:#fff}.blue .tab-search div.tab-pane label input[type=radio]~.tagIcon{background:#fff;color:#483c39}.blue .search-wrap ul.search-tabs li:after,.blue .search-wrap ul.search-tabs li span{background:#41a0b7}.search-tabs{display:flex;justify-content:start;margin-left:0}.search-tabs li{position:relative;cursor:pointer;text-transform:uppercase;padding-bottom:20px;margin-top:20px;margin-right:10px;margin-left:10px}.search-tabs li:after{content:"";width:0;height:5px;transition:all .5s;position:absolute;bottom:0;left:0}.search-tabs li.active:after{width:100%}.search-tabs li.active span:after{opacity:0}.search-tabs li.active a{font-weight:700}.search-tabs li a{letter-spacing:.32px;display:flex;justify-content:flex-start;align-items:center;color:#483c39;font-weight:400;font-size:15px;outline:none}.search-tabs li span{display:block;width:22px;height:22px;border-radius:100%;position:relative;margin-right:15px}.search-tabs li span:before{content:"";width:50%;height:1px;background:#fff;position:absolute;left:25%;top:calc(50% - .5px);bottom:0}.search-tabs li span:after{content:"";width:1px;height:50%;background:#fff;position:absolute;top:25%;left:calc(50% - .5px);right:0;opacity:1;transition:all .5s}.pink .tagIcon{width:125px;height:100px;padding:0}.pink input[type=search]{color:#483c39;border:1px solid #df5b6b}.pink ::placeholder{color:#df5b6b!important}.blue input[type=search]{border:1px solid #41a0b7}.blue ::placeholder{color:#41a0b7!important}.green.search-form input[type=search]{border:1px solid #3b9883}.green.search-form ::placeholder{color:#3b9883!important}button.filter-button{width:180px;font-weight:700;font-family:Roboto,sans-serif;background:#fff;border:2px solid #da727e;font-size:14px;color:#df5b6b;letter-spacing:.35px;text-align:center}.mobile .filters-mobile{position:absolute;top:0;width:100%;height:100vh;overflow:scroll;margin:0!important;left:0;right:0;z-index:100;background:#fff;visibility:hidden;opacity:0;transition:all .3s linear}.mobile .filters-mobile.active{position:fixed;opacity:1;visibility:visible}.mobile .filters-mobile.active .tab-pane{pointer-events:auto}.mobile .filters-mobile .tab-pane{opacity:1;position:relative;visibility:visible;display:flex;justify-content:flex-start!important;flex-wrap:wrap;margin:0 15px;padding:20px 0;border-bottom:1px solid hsla(0,0%,75%,.3)}.mobile .filters-mobile .tab-pane:last-of-type{border-bottom:0}.mobile .filters-mobile .col{padding:0}.mobile .filters-mobile .filters-mobile-header{height:70px;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.1);position:relative}.mobile .filters-mobile .filters-mobile-header .close-icon{cursor:pointer;position:absolute;right:15px;top:10px}.mobile .filters-mobile .filters-mobile-header .close-icon svg{width:50px;height:50px}@media screen and (max-width:766px){.filters-mobile{position:absolute;top:0;width:100%;height:100vh;overflow:scroll;margin:0!important;left:0;right:0;z-index:100;background:#fff;visibility:hidden;opacity:0;transition:all .3s linear}.filters-mobile.active{position:fixed;opacity:1;visibility:visible}.filters-mobile.active .tab-pane{pointer-events:auto}.filters-mobile .tab-pane{opacity:1;position:relative;visibility:visible;display:flex;justify-content:flex-start!important;flex-wrap:wrap;margin:0 15px;padding:20px 0;border-bottom:1px solid hsla(0,0%,75%,.3)}.filters-mobile .tab-pane:last-of-type{border-bottom:0}.filters-mobile .col{padding:0}.filters-mobile .filters-mobile-header{height:70px;background:#fff;box-shadow:0 2px 10px 0 rgba(0,0,0,.1);position:relative}.filters-mobile .filters-mobile-header .close-icon{cursor:pointer;position:absolute;right:15px;top:10px}.filters-mobile .filters-mobile-header .close-icon svg{width:50px;height:50px}}.loading-animation{background:#fff;box-shadow:0 1px 10px 0 rgba(0,0,0,.1);border-radius:0 0 4px 4px;height:200px;align-items:center}.loading-animation.no-boxshadow{box-shadow:none}.potato-animation{animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rotate{to{transform:rotate(1turn)}}.mobile-slider{overflow:hidden;padding:10px 0}.tablet .mobile-slider{overflow:none}@media screen and (min-width:766px) and (max-width:1032px){.mobile-slider{overflow:none}}.loader{display:none}.loader.active{display:flex}#searchResultsContainer{animation:fade-in .8s linear}#searchResultsContainer .lazyload,#searchResultsContainer .lazyloading{opacity:0;transition:opacity .4s}#searchResultsContainer .lazyloaded{opacity:1}.noResults{padding-top:50px;padding-bottom:100px;text-align:center}.mobile .noResults{padding-top:30px;padding-bottom:50px}@media screen and (max-width:766px){.noResults{padding-top:30px;padding-bottom:50px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;pointer-events:none;opacity:0;transition-property:opacity,transform;transition-timing-function:linear;transition-duration:.3s;z-index:120;overflow:hidden;overflow-y:auto;will-change:opacity;backface-visibility:hidden}.overlay.overlay--open{pointer-events:auto;opacity:1;top:0;background:#fff}.overlay.overlay--open .search--text{white-space:nowrap;overflow:hidden;width:15em;animation:text-anim 2s steps(30) .4s 1 normal both}.overlay.overlay--open .overlay--newsletter{pointer-events:auto;opacity:1;top:0;overflow:hidden;overflow-y:auto;will-change:opacity;backface-visibility:hidden;background:rgba(0,0,0,.3)!important;width:100vw;height:100vh}.overlay .overlay__content{margin-top:10.715em}.overlay.overlay--newsletter-wrapper{background:transparent!important}.overlay.overlay--newsletter-wrapper .overlay__content{margin-top:0;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff}.overlay.overlay--newsletter-wrapper .overlay__content .container{background-color:#fff}@media only screen and (max-width:480px){.overlay.overlay--newsletter-wrapper .overlay__content{width:80%;transform:translate(-50%,-50%) scale(.85)}}@media screen and (orientation:landscape) and (max-width:670px){.overlay.overlay--newsletter-wrapper .overlay__content{transform:translate(-50%,-50%) scale(.55);width:80%}}@media screen and (orientation:landscape) and (min-height:376px) and (max-height:440px) and (max-width:940px){.overlay.overlay--newsletter-wrapper .overlay__content{transform:translate(-50%,-50%) scale(.75);width:80%}}.overlay .overlay__header{position:absolute;top:0;right:0;left:0;z-index:2;box-shadow:0 2px 10px 0 rgba(0,0,0,.4)}.overlay .overlay__header .container{position:relative;padding:10px 0;display:flex;align-items:center;justify-content:space-between;height:50px}.overlay .overlay__header__close{position:absolute;cursor:pointer;top:10px;right:0}.overlay .overlay__header__close svg{width:45px;height:50px}.body--overlay{overflow:hidden}@keyframes text-anim{0%{width:0}to{width:15em}}.page--tabs{margin-top:-80px;position:relative;margin-bottom:50px;margin-left:auto}.mobile .page--tabs{width:100%;margin-bottom:20px;margin-top:-70px}@media screen and (max-width:766px){.page--tabs{width:100%;margin-bottom:20px;margin-top:-70px}}.page--tabs ul{display:flex;list-style:none;justify-content:space-between}.page--tabs.tabs--medien ::-webkit-scrollbar{width:5px;height:10px}.page--tabs.tabs--medien ::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #979797;border-radius:5px}.page--tabs.tabs--medien ::-webkit-scrollbar-thumb{background:#41a0b7;border-radius:5px}.mobile .page--tabs.tabs--medien ul{overflow-x:scroll}@media screen and (max-width:766px){.page--tabs.tabs--medien ul{overflow-x:scroll}}.page--tabs.tabs--medien ul a{height:20px;align-items:center;justify-content:center;display:flex}.mobile .page--tabs.tabs--medien ul a{height:40px;min-width:100px;padding:5px}@media screen and (max-width:766px){.page--tabs.tabs--medien ul a{height:40px;min-width:100px;padding:5px}}.page--tabs.tabs--green .tab__item a{border-color:#3b9883;color:#3b9883}.page--tabs.tabs--green .tab__item.active a{background:#3b9883}.page--tabs.tabs--darkBlue .tab__item a{border-color:#0b4958;color:#0b4958}.page--tabs.tabs--darkBlue .tab__item.active a{background:#0b4958}.page--tabs .tab__item{flex-grow:1;flex-basis:0}.page--tabs .tab__item.active a{background:#fdb681;color:#fff}.page--tabs .tab__item a{display:block;color:#fdb681;text-transform:uppercase;background:#fff;border:1px solid #fdb681;width:100%;font-size:16px;text-align:center;font-weight:900;padding:26px 5px;transition:all .2s}.mobile .page--tabs .tab__item a{padding:15px 0;font-size:12px}@media screen and (max-width:766px){.page--tabs .tab__item a{padding:15px 0;font-size:12px}}#paginator{display:none}#paginator.active{display:flex}.search__input input{background:#fff;border:1px solid #0b4958;font-size:16px;color:#0b4958;font-style:italic;letter-spacing:.43px}.search__input ::placeholder{color:#0b4958;opacity:1}.search__results ul{list-style-type:none;margin-left:auto}.search__results .item{transition:opacity 1s;border-bottom:1px solid hsla(0,0%,75%,.3);padding:5px 0;margin-bottom:20px}.search__results .item a{color:#483c39;display:block}.search__results .item h5{margin-bottom:.5em}.search__results .item .breadcrumbs{margin-top:20px;display:block;font-size:12px;line-height:1.4em}.search__results .item p .highlight{font-weight:400;background:#fff176}.load-more-btn{width:40px;height:40px;margin-bottom:20px;cursor:pointer}.search__results__count{display:inline-block;font-size:10px;letter-spacing:.33px}.highlight{font-weight:700}.v-autocomplete{width:100%}.v-autocomplete .v-autocomplete-input{width:100%;height:100%}.v-autocomplete .v-autocomplete-input-group .v-autocomplete-input{padding:10px 15px;-webkit-box-shadow:none;box-shadow:none;outline:none;height:50px}.v-autocomplete-list{background:#e7edee;border-radius:0 0 4px 4px}.v-autocomplete .v-autocomplete-list{text-align:left;max-height:400px;overflow-y:auto;width:calc(100% - 2px);left:0;right:0}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item{padding:10px}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:last-child{border-bottom:none}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:hover{background-color:#41a0b7}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item:hover p{color:#fff}.v-autocomplete .v-autocomplete-list{position:absolute;z-index:10}.v-autocomplete .v-autocomplete-list p{margin-bottom:0}.v-autocomplete .v-autocomplete-list .v-autocomplete-list-item{cursor:pointer}.fade-enter-active,.fade-leave-active{transition:all .5s}.fade-enter,.fade-leave-to{opacity:0}input[type=search]{border-radius:0}.container--wrapper{position:relative;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s;-webkit-animation:opacity 1.5s ease-out;-moz-animation:opacity 1.5s ease-out;-o-animation:opacity 1.5s ease-out;animation:opacity 1.5s ease-out;z-index:5}.container--wrapper.visible{visibility:visible;opacity:1;transition:opacity .3s,visibility .3s}.container--wrapper .container__notification{position:absolute;left:50%;transform:translateX(-50%);top:0}.mobile .container--wrapper .container__notification{position:fixed;transform:translateX(-50%);top:70px;z-index:100;width:100%}@media screen and (max-width:766px){.container--wrapper .container__notification{position:fixed;transform:translateX(-50%);top:70px;z-index:100;width:100%}}.product__notification{padding:10px 0 0}.product__notification p{color:#fff;font-weight:400}.product-page .ss-single-selected{height:auto}.section__product .product__config .product-limit-label{display:none}.mobile .section__product.section--padding{padding-top:0;margin-top:0}@media screen and (max-width:766px){.section__product.section--padding{padding-top:0;margin-top:0}}.section__product.article-limit .product__config .input-wrapper{border:1px solid red}.section__product.article-limit .product__config .product-limit-label{display:block}.product-img-shop{background-size:cover;background-repeat:no-repeat;height:28.144em}.mobile .product-img-shop{margin-bottom:1.072em;height:14.287em}@media screen and (max-width:766px){.product-img-shop{margin-bottom:1.072em;height:14.287em}}.product__info--image .product-img-shop{background-size:cover;background-repeat:no-repeat;background-position:50%;height:28.144em}.mobile .product__info--image .product-img-shop{margin-bottom:1.072em;height:25.001em;margin-left:-15px;margin-right:-15px}@media screen and (max-width:766px){.product__info--image .product-img-shop{margin-bottom:1.072em;height:25.001em;margin-left:-15px;margin-right:-15px}}.mobile .product__info--image .swiper-container{margin-left:-15px;margin-right:-15px;margin-bottom:15px}@media screen and (max-width:766px){.product__info--image .swiper-container{margin-left:-15px;margin-right:-15px;margin-bottom:15px}}.product__info--image .swiper-container .swiper-wrapper{height:unset!important}.mobile .product__info--image .swiper-container .swiper-wrapper .product-img-shop{margin-left:0;margin-right:0;width:100%}@media screen and (max-width:766px){.product__info--image .swiper-container .swiper-wrapper .product-img-shop{margin-left:0;margin-right:0;width:100%}}.product__info--image .swiper-container .swiper-pagination-bullets{bottom:0;left:0;width:100%}.mobile .product__info--image .swiper-container .swiper-pagination-bullets{bottom:1.072em}@media screen and (max-width:766px){.product__info--image .swiper-container .swiper-pagination-bullets{bottom:1.072em}}.product__info--image .swiper-container .swiper-pagination-bullet{background:#41a0b7}.product__info .product__info--category{color:#483c39;font-size:.858em;line-height:14px;text-transform:uppercase;letter-spacing:.4px}.product__info .product__info--title{color:#483c39!important;font-family:Roboto,sans-serif!important;font-weight:700;font-size:1.144em;line-height:19px;text-transform:uppercase;letter-spacing:.32px}.product__info .product__info--text{font-size:1.072em;font-weight:300;line-height:22px;letter-spacing:.38px;min-height:160px}.mobile .product__info .product__info--text{min-height:auto}@media screen and (max-width:766px){.product__info .product__info--text{min-height:auto}}.product__config{margin-bottom:2.001em}.product__config--header{font-size:.858em;text-transform:uppercase;margin-bottom:1.43em}.product__config--select{max-width:60px}.product__config--select.variant__select{max-width:15em}.product__config--select .select-wrapper{border:1px solid #41a0b7}.product__config--select .select-wrapper select{color:#483c39}.product__config--select .select-wrapper *,.product__config--select .select-wrapper .placeholder{color:#000;font-family:Roboto;font-size:14px}.product__config--select .input-wrapper{border:1px solid #41a0b7;overflow:hidden}.product__config--select .input-wrapper input{font-family:Roboto,sans-serif!important;font-size:14px;color:#483c39;padding:13px 6px;width:80%;border:0}.product__config--select .input-wrapper input :focus-visible{outline:none}.product__config--select select{background:transparent;border:none;font-size:14px;width:100%}.product__config--price{font-size:1.144em;font-weight:700}.product__config--price span:first-child{margin-right:5px}.product__config--wrapper>div:first-child{padding-right:15px}.product__config--wrapper>div:last-child{width:70%;padding-right:15px}.item-limit-label,.product-limit-label{margin-top:10px;color:red}.product__submit button{position:relative}.product__submit button .potatoLoader{display:none;position:absolute;top:50%;left:.5em;transform:translateY(-50%)}.product__submit button .potatoLoader svg{width:2em;height:2em}.product__submit button[disabled]{opacity:.5;cursor:not-allowed}.product__submit button[disabled] .potatoLoader{display:block}.product__config--select .input-wrapper,.product__config--select .select-item-variant,.product__config--select .select-wrapper{background:transparent;width:100%;min-height:16px}.video{height:100%;object-fit:contain;background-color:#000;width:100%}@media screen and (max-width:1024px){.video{object-fit:contain;background:#000}}.hero-video{position:relative}.video-container{height:100%;overflow:hidden}.mobile .video-container h1{font-size:1.5em}@media screen and (max-width:766px){.video-container h1{font-size:1.5em}}.play-video{position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;cursor:pointer;padding:30px}.mobile .play-video{padding:20px}@media screen and (max-width:766px){.play-video{padding:20px}}.play-video svg{width:60px}.mobile .play-video svg{width:40px}@media screen and (max-width:766px){.play-video svg{width:40px}}.play-video.hidden{opacity:0}.play-video-overlay{position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;cursor:pointer;z-index:120}.play-video-overlay.hidden{opacity:0;visibility:hidden}.video__overlay{width:100%;height:100%;position:fixed;z-index:119;left:0;bottom:0;display:none}.video__overlay.active{display:block}.overlay__close{cursor:pointer;position:absolute;right:20px;top:20px}.hero-video.active .play-video{position:fixed}.cc-banner{background:#fff!important;box-shadow:0 1px 10px 0 rgba(0,0,0,.5)!important;font-family:Roboto,sans-serif!important}.cc-banner,.cc-banner .cc-link{color:#483c39!important}.cc-banner .cc-dismiss{background:#41a0b7!important;color:#fff!important}.basket{margin:2.858em 0}.basket .container{max-width:850px}.basket .product-img-shop{width:23.575em;height:15.75em}.star-rating__checkbox{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.star-rating__star{display:inline-block;padding:3px;vertical-align:middle;line-height:1;font-size:1.6em;color:#ababab;transition:color .2s ease-out}.mobile .star-rating__star{font-size:1.4em}@media screen and (max-width:766px){.star-rating__star{font-size:1.4em}}.star-rating__star:hover{cursor:pointer}.star-rating__star.is-selected{color:#df5b6b}.star-rating__star.is-selected.is-pending{animation:stretch-bounce .6s ease-in-out}.star-rating__star.is-disabled:hover{cursor:default}@keyframes stretch-bounce{0%{transform:scale(1)}25%{transform:scale(1.5)}50%{transform:scale(.9)}75%{transform:scale(1.2)}to{transform:scale(1)}}.snackbar{background-color:#df5b6b;text-align:center;border-radius:3px;padding:10px 32px;position:absolute;color:#fff;bottom:30px;transform:translateY(100px);transition:.3s;opacity:0}.mobile .snackbar{padding:7px 32px}@media screen and (max-width:766px){.snackbar{padding:7px 32px}}.snackbar.show{transform:translateY(0);transition:.5s;opacity:1}main.print{width:1000px!important;max-width:1000px!important;flex-grow:0!important;flex-shrink:0!important;position:relative}main.print *{box-sizing:border-box}main.print:before{position:absolute;left:0;top:0;content:"";height:1px;width:1000px;background-color:transparent}main.print .container{width:auto!important;max-width:none!important;margin:0;padding:0}main.print .container .row{margin:0!important}main.print .container .row .col{margin:0!important;padding:0!important}main.print .text{letter-spacing:normal}main.print section:first-child{margin:0;padding:0;margin-bottom:56px;width:400px!important;float:left}main.print section:first-child img,main.print section:first-child picture{display:none!important}main.print section:first-child .hero-image{display:block!important;width:400px;height:400px}main.print section:nth-child(2){margin:0;padding:0;padding-left:56px;margin-bottom:56px;width:600px!important;height:400px!important;float:left}main.print section:nth-child(2) .row{height:100%!important;width:100%!important;display:table;position:static;float:none}main.print section:nth-child(2) .row .col{display:table-cell;vertical-align:middle;position:static;float:none;width:100%!important}main.print section:nth-child(2) .row .col h1{padding:0!important;margin:0!important}main.print section:nth-child(2) .row .col h1 small{padding:0!important;margin:0!important;margin-bottom:20px!important;font-size:16px!important}main.print section:nth-child(2) .row .col h1 div{font-size:40px!important;line-height:45px!important;margin-bottom:10px!important}main.print section:nth-child(2) .row .col .article-icons{margin-bottom:5px}main.print section:nth-child(2) .row .col .preparation-time{font-size:16px}main.print section:nth-child(3){margin:0;padding:0}main.print section:nth-child(3)>.row>.col:first-child{margin:0!important;padding:40px!important;background-color:rgba(223,91,107,.1);width:400px!important}main.print section:nth-child(3)>.row>.col:first-child .ingredients{padding:0!important;margin:0!important}main.print section:nth-child(3)>.row>.col:first-child .ingredients::before{display:none}main.print section:nth-child(3)>.row>.col:first-child .ingredients h2{margin-top:0!important}main.print section:nth-child(3)>.row>.col:first-child .ingredients .recipe-ingredients h3{font-weight:700;text-transform:none;font-family:Roboto,sans-serif!important;font-size:18px}main.print section:nth-child(3)>.row>.col:first-child .ingredients .recipe-ingredients table{border-spacing:0 10px!important}main.print section:nth-child(3)>.row>.col:first-child .ingredients .recipe-ingredients table tr{margin-bottom:0!important}main.print section:nth-child(3)>.row>.col:first-child .ingredients .recipe-ingredients table tr td:nth-of-type(1),main.print section:nth-child(3)>.row>.col:first-child .ingredients .recipe-ingredients table tr td:nth-of-type(2){letter-spacing:normal!important;line-height:20px}main.print section:nth-child(3)>.row>.col:nth-child(2){margin:0!important;padding:0!important;width:600px!important;padding-left:56px!important}main.print section:nth-child(3)>.row>.col:nth-child(2) h2{margin-bottom:30px!important}main.print section:nth-child(3)>.row>.col:nth-child(2) .preparation-list{padding:0!important;margin:0!important;padding-left:60px!important;position:relative!important}main.print section:nth-child(3)>.row>.col:nth-child(2) .preparation-list li:before{display:block!important;position:absolute!important;top:0!important;left:-60px!important;padding:0!important;height:36px!important;width:36px!important;line-height:40px!important;text-align:center}main.print section:nth-child(3)>.row>.col:nth-child(2) .preparation-list li{page-break-inside:avoid!important;margin-bottom:30px!important}main.print section:nth-child(3)>.row>.col:nth-child(2) .preparation-list li span{font-size:16px;letter-spacing:normal}.potato-types .tabs{display:flex;align-items:center;justify-content:center;width:100%;flex-wrap:wrap}.potato-types .potato-types-item{position:relative;margin-top:5em;padding:0 2em;width:43%}.potato-types .potato-types-item h3{color:#0b4958;text-align:center}.potato-types .potato-types-item-img img{margin:0 auto;width:270px;max-height:300px}.potato-types .potato-types-item-img{position:relative;text-align:center;margin-bottom:1em}.potato-types .potato-types-item svg{position:absolute;right:10%;width:50%;bottom:15px;pointer-events:none}@media only screen and (max-width:766px){.text.text--h4,h4{font-size:1.222em;line-height:1.201em}.potato-types .potato-types-item{width:100%}}.payment-wrapper{margin-bottom:-30px;margin-top:30px}.payment-wrapper p{text-align:center;margin:0;padding:0}.payment-wrapper .payment-icons-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.payment-wrapper .payment-icons-wrapper img{width:100px;height:auto}.voting-form .voting-form-voting-wrapper{display:flex;flex-direction:row;position:relative}.voting-form .voting-form-voting-wrapper form{width:100%}.voting-form .voting-form-voting-wrapper .voting-form-voting-image{position:absolute;top:50%;left:0;width:100%;transform:translateY(-50%);pointer-events:none}.voting-form .voting-form-voting-wrapper .voting-form-voting-image img{margin-left:auto;margin-right:auto;display:block;width:25%;max-width:275px}.voting-form .voting-form-voting-wrapper .voting-form-voting-btn{position:absolute;top:80%;left:0;width:100%;text-align:center}.voting-form .voting-form-voting-wrapper .voting-form-thank-you{position:absolute;top:80%;left:0;width:100%;text-align:center;visibility:hidden}.voting-form .voting-form-voting-wrapper .voting-form-thank-you p{color:#fff}.voting-form .voting-form-voting-wrapper .voting-form-before-choosing{position:absolute;top:93%;left:0;visibility:hidden;width:100%;text-align:center;font-size:1.3em;line-height:1.001em;font-family:Swisspatat,Arial,Sans-Serif;letter-spacing:1px;color:#fff}.voting-form .voting-form-voting-wrapper .voting-form-vote{width:50%;display:flex;justify-content:center;padding:300px 0;transition:background-color 1s;cursor:pointer}.voting-form .voting-form-voting-wrapper .voting-form-vote:hover div label{transform:scale(1.1);transition:all .2s ease-in-out}.voting-form .voting-form-voting-wrapper .voting-form-vote>div{position:relative}.voting-form .voting-form-voting-wrapper .voting-form-vote>div h2{font-size:96px;line-height:1em;color:#fff;margin:0}.voting-form .voting-form-voting-wrapper .voting-form-vote>div p{font-size:24px;line-height:1em;color:#fff}.voting-form .voting-form-voting-wrapper .voting-form-vote>div label:after{inset:0;content:"";position:absolute;cursor:pointer}.voting-form .voting-form-voting-wrapper .voting-form-vote.vote-left{background-color:#f0833a}.voting-form .voting-form-voting-wrapper .voting-form-vote.vote-right{background-color:#41a0b7}.voting-form .voting-form-voting-wrapper .voting-form-vote label{font-family:Swisspatat,Arial,Sans-Serif;font-size:30px;color:#fff}.voting-form .voting-form-voting-wrapper .voting-form-vote label p{font-family:Roboto,sans-serif;font-size:24px;line-height:1em;color:#fff}.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]{display:grid;place-content:center;appearance:none;background-color:transparent;margin:0 5px 0 0;font:inherit;color:#fff;width:25px;height:25px;border:2px solid #fff;border-radius:50%;transform:translateY(-.075em);position:absolute;top:25px;left:-35px}.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]:before{content:"";display:block;width:25px;height:25px}.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]:checked:before{background-color:#fff;width:15px;height:15px;border-radius:50%}.voting-form .voting-form-voting-wrapper input[type=radio]{background-color:#fff;padding:0}.voting-form .voting-form-voting-wrapper .button{background-color:#fff;font-family:Swisspatat,Arial,Sans-Serif;font-size:30px;font-weight:400;color:#3b9883;padding:14px 20px 8px;line-height:1em}.voting-form.select-orange .voting-form-vote.vote-left,.voting-form.select-orange .voting-form-vote.vote-right{background-color:#f0833a}.voting-form.select-blue .voting-form-vote.vote-left,.voting-form.select-blue .voting-form-vote.vote-right{background-color:#41a0b7}.voting-form.voting-form-submited .voting-form-vote{cursor:default}.voting-form.voting-form-submited .voting-form-vote>div label input{visibility:hidden}.voting-form.voting-form-submited .voting-form-vote>div label:after{cursor:default}.voting-form.voting-form-submited .voting-form-vote:hover div label{transform:unset;transition:unset}.voting-form.voting-form-submited .voting-form-voting-btn{visibility:hidden}.voting-form.voting-form-submited .voting-form-thank-you{visibility:visible;top:75%}.voting-form.voting-form-submited .voting-form-before-choosing{visibility:hidden}.voting-form.voting-form-before-choosing-show .voting-form-before-choosing{visibility:visible}@media only screen and (max-width:1279px){.voting-form .voting-form-voting-wrapper .voting-form-voting-image img{width:20%;max-width:275px}.voting-form .voting-form-voting-wrapper .voting-form-vote{padding:25vw 0}.voting-form .voting-form-voting-wrapper .voting-form-vote>div h2{font-size:6.858vw}.voting-form .voting-form-voting-wrapper .voting-form-vote>div p,.voting-form .voting-form-voting-wrapper .voting-form-vote label{font-size:1.72vw}.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]{width:1em;height:1em;top:20px;left:-25px}.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]:checked:before{width:.4em;height:.4em}.voting-form .voting-form-voting-wrapper .button{font-size:1em;padding:1em .75em .75em}}@media only screen and (max-width:1024px){.voting-form .voting-form-voting-wrapper .voting-form-voting-image img{width:18%;max-width:150px}.voting-form .voting-form-voting-wrapper .button{font-size:1em;padding:.5em .25em .25em}}@media only screen and (max-width:766px){.voting-form .voting-form-voting-wrapper .voting-form-vote label input[type=radio]{top:1em;left:-1.25em}.voting-form .voting-form-voting-wrapper .voting-form-voting-btn{top:72%}.voting-form .voting-form-voting-wrapper .voting-form-before-choosing{font-size:.75em}.voting-form.voting-form-submited .voting-form-thank-you h2{font-size:1.115em}}.neos-backend .voting-form .voting-form-voting-wrapper .voting-form-vote>div label:after{inset:unset}.neos-backend .voting-form .voting-form-voting-wrapper .voting-form-voting-btn,.neos-backend .voting-form .voting-form-voting-wrapper label>input{visibility:hidden}.neos-backend .voting-form .voting-form-voting-wrapper .voting-form-thank-you,.neos-backend .voting-form .voting-form-voting-wrapper label{visibility:visible}.voting-with-stats--wrapper .voting-with-stats-items{flex-direction:row;justify-content:space-between;margin-bottom:30px}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item{cursor:pointer;position:relative}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item div{transition:all .2s ease-in-out;margin-bottom:12px}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item img,.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item svg{transition:all .2s ease-in-out}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item .voted-heart{position:absolute;top:0;right:0;width:36px;height:36px;border-radius:50%;background-color:#eef5f3;display:none}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item .vote-bottom .voted-sum{display:none;width:33px;height:33px;border-radius:50%;background-color:#eef5f3;text-align:center;color:#559684;font-size:10px;font-weight:600}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item:hover div{font-weight:700}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item:hover img{transform:scale(1.1)}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item:hover svg.vote-heart path{fill:#000}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item.voted.voted-first .voted-heart{display:flex}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item.voted.voted-first .voted-sum{display:flex;background-color:#559684!important;color:#fff!important}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item.voted .vote-bottom .vote-heart{display:none}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item.voted .vote-bottom .voted-sum{display:flex;background-color:#eef5f3;color:#559684}.voting-with-stats--wrapper .text-thankyou{margin-bottom:40px}@media only screen and (max-width:766px){.voting-with-stats--wrapper .voting-with-stats-items{flex-direction:column}.voting-with-stats--wrapper .voting-with-stats-items .voting-with-stats-item .voted-heart{right:unset;left:50%}}.countdown--wrapper .countdown--headline{margin-bottom:48px}.countdown--wrapper .countdown--counter{margin-bottom:24px}.countdown--wrapper .countdown--counter .tick>div>div:first-child{margin-right:1em}.countdown--wrapper .countdown--counter .tick>div>div:nth-child(2){margin-left:0;position:relative}.countdown--wrapper .countdown--counter .tick>div>div:nth-child(2):after{content:":";display:block;position:absolute;font-family:Swisspatat,Arial,Sans-Serif;color:#3b9883;font-size:1em;top:24%;right:-.5em}.countdown--wrapper .countdown--counter .tick>div>div:nth-child(3){margin-left:0}.countdown--wrapper .countdown--counter .tick .tick-credits{display:none}.countdown--wrapper .countdown--counter .tick .tick-flip span.tick-flip-panel-front.tick-flip-back.tick-flip-panel{background-color:#fff}.countdown--wrapper .countdown--counter .tick .tick-flip-panel-front-text{background-color:rgba(85,150,132,.1)}.color-item{width:100%;height:8.572em;margin-right:.715em;margin-bottom:.715em;display:inline-block}.preparation-time{display:flex;align-items:center}.recipe-ingredients{margin-top:2.858em}.mobile .recipe-ingredients{margin-top:1.787em}@media screen and (max-width:766px){.recipe-ingredients{margin-top:1.787em}}.recipe-ingredients table{border-collapse:separate;border-spacing:0 15px}.recipe-ingredients tr{margin-bottom:.715em;font-size:18px}.recipe-ingredients td:nth-of-type(2){vertical-align:top;letter-spacing:1.2px}.recipe-ingredients .download-link{margin-left:100px}.mobile .recipe-ingredients .download-link{margin-left:85px}@media screen and (max-width:766px){.recipe-ingredients .download-link{margin-left:85px}}.recipe-ingredients .download-link svg{width:40px;height:40px}.recipe-ingredients td:first-of-type{color:#df5b6b;font-weight:700;text-align:right;width:100px;display:inline-block;margin-right:15px}.mobile .recipe-ingredients td:first-of-type{width:85px}@media screen and (max-width:766px){.recipe-ingredients td:first-of-type{width:85px}}.ingredients{position:relative;padding-top:2.144em;padding-bottom:2.144em;padding-right:2.144em}.ingredients:before{content:"";left:-108%;top:0;height:100%;width:210%;position:absolute;z-index:-1;background-color:rgba(223,91,107,.1)}.tablet .ingredients:before{width:215%}@media screen and (min-width:766px) and (max-width:1032px){.ingredients:before{width:215%}}.mobile .ingredients:before{width:215%}@media screen and (max-width:766px){.ingredients:before{width:215%}}.preparation{padding-top:2.144em}.preparation-list{counter-reset:section;margin-top:2.144em;margin-bottom:2.858em;list-style:none}.mobile .preparation-list{margin-top:5.001em}@media screen and (max-width:766px){.preparation-list{margin-top:5.001em}}.preparation-list li{position:relative;font-size:14px;margin-bottom:3.572em;letter-spacing:.28px}.tablet .preparation-list li{margin-top:5.001em;margin-bottom:5.001em}@media screen and (min-width:766px) and (max-width:1032px){.preparation-list li{margin-top:5.001em;margin-bottom:5.001em}}.mobile .preparation-list li{margin-bottom:6em}@media screen and (max-width:766px){.preparation-list li{margin-bottom:6em}}.preparation-list li span{display:inline-block;line-height:22px;letter-spacing:.38px;font-weight:300}.preparation-list li:before{counter-increment:section;content:counter(section);left:-50px;position:absolute;background:#5e5a5a;border-radius:50%;font-size:16px;display:inline-block;color:#fff;padding:10px 13px;margin-right:15px}.tablet .preparation-list li:before{left:50%;top:-30px;transform:translate(-50%,-50%)}@media screen and (min-width:766px) and (max-width:1032px){.preparation-list li:before{left:50%;top:-30px;transform:translate(-50%,-50%)}}.mobile .preparation-list li:before{left:50%;top:-30px;transform:translate(-50%,-50%)}@media screen and (max-width:766px){.preparation-list li:before{left:50%;top:-30px;transform:translate(-50%,-50%)}}.recipe-list-img{height:20.001em;background-size:cover;background-repeat:no-repeat;background-position:50%;margin-bottom:1.43em}.recipe-tip{position:relative;padding:1.787em;margin:2.858em 0;background:hsla(79,50%,72%,.1);border-radius:0 0 10px 10px;border-right:2px solid #3b9883;border-bottom:2px solid #3b9883;border-left:2px solid #3b9883}.mobile .recipe-tip{margin-top:60px;padding:15px 10px}@media screen and (max-width:766px){.recipe-tip{margin-top:60px;padding:15px 10px}}.recipe-tip p{font-size:15px}.mobile .recipe-tip p{font-size:14px}@media screen and (max-width:766px){.recipe-tip p{font-size:14px}}.recipe-tip p:last-of-type{margin-bottom:0}.recipe-tip:after{left:0}.recipe-tip:after,.recipe-tip:before{content:"";height:2px;width:25%;position:absolute;top:0;background-color:#3b9883}.recipe-tip:before{right:0}.tablet .recipe-tip-text{margin-top:1.787em}@media screen and (min-width:766px) and (max-width:1032px){.recipe-tip-text{margin-top:1.787em}}.mobile .recipe-tip-text{margin-top:.5em}@media screen and (max-width:766px){.recipe-tip-text{margin-top:.5em}}.recipe-tip-title{margin:-50px auto auto;text-align:center;display:flex;flex-direction:column;justify-content:center}.mobile .recipe-tip-title{margin:-35px auto auto}@media screen and (max-width:766px){.recipe-tip-title{margin:-35px auto auto}}.recipe-tip-title:after{left:-4px}.recipe-tip-title:after,.recipe-tip-title:before{content:"";height:6px;width:6px;position:absolute;top:-2px;background-color:#3b9883}.recipe-tip-title:before{right:-4px}.recipe-tip-title p.text--h1{margin-bottom:0}.mobile .recipe-tip-title p.text--h1{font-size:50px}@media screen and (max-width:766px){.recipe-tip-title p.text--h1{font-size:50px}}.attachment__list{margin-left:auto;margin-bottom:2.858em}.attachment__item{border-bottom:1px solid #bebebe;margin-bottom:10px;padding:10px}.attachment__item svg{margin-right:10px}.attachment__item p{margin-bottom:0}.page-not-found{position:absolute;overflow:hidden;height:100%;width:100%;bottom:0;z-index:-1}.potato-item{position:absolute;opacity:0;animation:potatoanim 4s infinite;z-index:-1}.potato-1{left:100px}.potato-2{left:200px}.potato-3{left:300px}.potato-4{left:400px}.potato-5{left:500px}.potato-6{left:600px}.potato-7{left:700px}.potato-8{left:800px}.potato-2{animation-delay:1s}.potato-3{animation-delay:1.2s}.potato-4{animation-delay:2.6s}.potato-5{animation-delay:1.8s}.potato-6{animation-delay:2.1s}.potato-7{animation-delay:2.5s}.potato-8{animation-delay:2.9s}@keyframes potatoanim{0%{transform:translateY(-150px);opacity:1}to{opacity:1;transform:rotate(180deg) translateY(-100vh)}}.main-wrapper-school-cycle .button:not([type=submit]),.main-wrapper-school-cycle .teaser__product .teaser__action__wrapper .icon-oval{background:#ffb178}body{font-size:14px;max-width:1920px;margin:0 auto;color:#483c39;overflow-y:scroll;overflow-x:hidden;font-family:Roboto,sans-serif}body,html{height:100%}main{margin-top:70px;flex:1 0 auto}#app{display:flex;flex-direction:column;height:100%}footer{flex-shrink:0}table{page-break-inside:avoid}[data-identifier="84d36a09-1c27-40ce-9d40-271ad035ba06"] .form__confirmation h1,[data-identifier="84d36a09-1c27-40ce-9d40-271ad035ba06"] .form__confirmation p{text-align:center!important}.neos-nodetypes-text.table-about-us .table table td:first-child{width:135px}.neos-nodetypes-text.table-about-us .table table td{font-size:1.072em;line-height:1.501em;padding-bottom:.8em;letter-spacing:.38px;font-weight:300;color:#483c39}.hidden{display:none}.block{display:block}.vue-slider-disabled{opacity:.5;cursor:not-allowed}.vue-slider-rail{background-color:#ccc;border-radius:15px}.vue-slider-process{background-color:#979797;border-radius:15px}.vue-slider-mark{z-index:4}.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step{display:none}.vue-slider-mark-step{width:100%;height:100%;border-radius:50%;background-color:rgba(0,0,0,.16)}.vue-slider-mark-label{font-size:14px;white-space:nowrap}.vue-slider-dot-handle{cursor:pointer;width:100%;height:100%;border-radius:50%;background-color:#fff;box-sizing:border-box;box-shadow:.5px .5px 2px 1px rgba(0,0,0,.32)}.vue-slider-dot-handle-focus{box-shadow:0 0 1px 2px hsla(0,0%,59%,.36)}.vue-slider-dot-handle-disabled{cursor:not-allowed;background-color:#ccc}.vue-slider-dot-tooltip-inner{font-size:14px;white-space:nowrap;padding:2px 5px;min-width:20px;text-align:center;color:#fff;border-radius:5px;border-color:#979797;background-color:#979797;box-sizing:content-box}.vue-slider-dot-tooltip-inner:after{content:"";position:absolute}.vue-slider-dot-tooltip-inner-top:after{top:100%;left:50%;transform:translate(-50%);height:0;width:0;border:5px solid transparent;border-top-color:inherit}.vue-slider-dot-tooltip-inner-bottom:after{bottom:100%;left:50%;transform:translate(-50%);height:0;width:0;border:5px solid transparent;border-bottom-color:inherit}.vue-slider-dot-tooltip-inner-left:after{left:100%;top:50%;transform:translateY(-50%);height:0;width:0;border:5px solid transparent;border-left-color:inherit}.vue-slider-dot-tooltip-inner-right:after{right:100%;top:50%;transform:translateY(-50%);height:0;width:0;border:5px solid transparent;border-right-color:inherit}.vue-slider-dot-tooltip-wrapper{opacity:0;transition:all .3s}.vue-slider-dot-tooltip-wrapper-show{opacity:1}.vue-slider-dot-handle{box-shadow:none}.vue-slider-dot{border:3px solid #0b4958;border-radius:50%}.vue-slider-dot-handle:before{content:"";position:absolute;width:13px;height:13px;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);border-radius:50%;background-color:#fff176}.vue-slider-dot-tooltip{display:none!important}.quiz__slider{display:flex;align-items:center;justify-content:space-between}.quiz{padding:30px;min-height:300px;margin-bottom:0;background:#fff;box-shadow:0 1px 10px 0 rgba(0,0,0,.2);border-radius:10px}.quiz .quiz__header,.quiz .quiz__question__name{text-align:center}.quiz .quiz__slider{margin:auto;position:relative}.quiz .quiz__container{max-width:320px;margin:auto}.quiz .quiz_answers{display:flex;animation:displayOpacity .5s forwards alternate}.quiz .quiz_answers .quiz_answer{position:relative;width:50%}.quiz .quiz_answers .quiz_answers__text{margin-top:15px;font-family:Swisspatat,Arial,Sans-Serif;color:#483c39;text-align:center;padding:0 10px}.quiz .quiz_answers .quiz_answers__item{position:relative;height:170px;background-size:contain;background-position:50%;background-repeat:no-repeat;transform:scale(.7);transition:transform .4s;will-change:transform;cursor:pointer}.quiz .quiz_answers .quiz_answers__item.quiz_answers__item--selected{transform:scale(1)}.quiz .quiz_answers .quiz__answers__badge{position:absolute;top:0;padding:14px 6px;padding-right:20px;background-color:#3b9883;font-family:Swisspatat,Arial,Sans-Serif;font-size:16px;letter-spacing:.5px;color:#fff;animation:displayOpacity .5s forwards alternate}.quiz .quiz_answers .quiz__answers__badge.quiz__answers__badge--left{left:-10px;padding-left:20px;padding-right:6px}.quiz .quiz_answers .quiz__answers__badge.quiz__answers__badge--left:before{content:"";height:100%;width:40px;background:#fff;position:absolute;right:calc(100% - 25px);transform:rotate(-45deg) translateY(-50%) skew(-10deg,-10deg)}.quiz .quiz_answers .quiz__answers__badge.quiz__answers__badge--right{right:-10px}.quiz .quiz_answers .quiz__answers__badge.quiz__answers__badge--right:before{content:"";height:100%;width:40px;background:#fff;position:absolute;left:calc(100% - 27px);transform:rotate(45deg) translateY(-50%) skew(10deg,10deg)}.quiz .quiz__answers__infobox{text-align:center;animation:displayOpacity .5s forwards alternate}.quiz .quiz__answers__infobox.quiz__answers__infobox--single{font-weight:300;line-height:1.2}.quiz .quiz__answers__infobox.quiz__answers__infobox--slider{position:absolute;top:60px;left:20px;max-width:260px}.quiz .quiz__buttons{display:flex;justify-content:center}.quiz .quiz__buttons .button{margin:2px;width:50%;padding-left:5px;padding-right:5px}.quiz--button{border:2px solid #3b9883}@keyframes displayOpacity{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.basket-items-list{list-style:none;margin:0}.mobile .basket-items-list .basket-item-remove{top:.5em;right:.5em}.mobile .basket-items-list .basket-item-remove svg{width:20px;height:20px}.mobile .basket-items-list .product__info--title{font-size:1.144em;max-width:330px}.mobile .basket-items-list .product__info--variant{font-size:1.144em;font-weight:300;max-width:330px}.mobile .basket-items-list .product-img-shop{background-position:50%;background-size:cover;height:100%;width:8em}@media screen and (max-width:766px){.basket-items-list .basket-item-remove{top:.5em;right:.5em}.basket-items-list .basket-item-remove svg{width:20px;height:20px}.basket-items-list .product__info--title{font-size:1.144em;max-width:330px}.basket-items-list .product__info--variant{font-size:1.144em;font-weight:300;max-width:330px}.basket-items-list .product-img-shop{background-position:50%;background-size:cover;height:100%;width:8em}}.basket-items-list .basket-item{box-shadow:0 1px 10px 0 rgba(0,0,0,.1);margin-bottom:2em}.basket-items-list .basket-item .basket-item-content{position:relative}.basket-items-list .basket-item .basket-item-content .basket-item-remove{position:absolute;top:1em;right:1em;z-index:5;cursor:pointer;transition:transform .3s linear}.basket-items-list .basket-item .basket-item-content .basket-item-remove:hover{transform:scale(.8)}.basket-items-list .basket-item .basket-item-content .basket-item-details{flex-grow:2}.basket-items-list .basket-item .basket-item-content .basket-item-details .ss-single-selected{padding:6px!important;height:auto}.basket-items-list .basket-item .basket-item-content .basket-item-details>div{flex-grow:1;padding:1em}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__info--category{font-size:.858em}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__info{flex-grow:1}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__config{margin-bottom:0}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__config .product__config--wrapper>div:last-child{width:auto;padding-right:0;flex-grow:1}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__config .product__config--header{min-height:1em}.basket-items-list .basket-item .basket-item-content .basket-item-details .product__config .product__config--price{margin-top:1em}.basket-summary{margin-top:10em;padding:1em 0;border-top:2px solid #bebebe;border-bottom:2px solid #bebebe}.basket-summary .summary-row>div:first-child{flex-grow:1}.basket-summary .summary-row.summary-sum{margin-top:.5em}.basket-summary .summary-row.summary-sum div{font-size:1.144em;font-weight:700;text-transform:uppercase}.basket-submit{margin-top:2.858em}.social-share{position:absolute;display:flex;right:0;justify-content:flex-end;top:-25px;z-index:10;margin-left:auto;width:40px}.social-share:hover .share-menu{max-width:100vw}.social-share:hover .share-menu li:first-child{opacity:1;transition:none}.social-share .share-button{display:block;cursor:pointer;z-index:1}.social-share .share-button svg{cursor:pointer}.social-share .share-menu{height:40px;border-radius:30px;background:#df5b6b;top:5px;right:7px;position:absolute;display:block;max-width:100%;transition:max-width .75s linear,max-height .75s linear;transform-origin:50% 100%;overflow:hidden;z-index:0}.social-share .share-menu li{float:left;margin-bottom:0;display:block;z-index:100;position:relative;top:50%;left:0;transform:translateY(-50%);border-radius:50%;margin-right:10px;overflow:hidden;cursor:pointer}.social-share .share-menu li:first-child{opacity:0;transition:opacity .1s ease-out;transition-delay:.75s;margin-left:10px}.social-share .share-menu li:last-child{margin-right:50px}.slider-with-socialsharing .social-share{top:-50px}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.social-share .share-menu{right:-4px!important}}.fa-icon{position:absolute;fill:transparent!important}