@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:transparent;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px + 2);margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:transparent;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:transparent;background-image:linear-gradient(90deg,currentColor,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:transparent;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:transparent;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b2ff;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word;white-space:normal}.plyr__progress__buffer{-webkit-appearance:none;background:transparent;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:transparent}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:4px;border-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:4px;border-bottom-left-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);border-bottom-right-radius:4px;border-bottom-right-radius:calc(var(--plyr-tooltip-radius, 5px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:transform .2s,top .2s;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,left .2s;transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,right .2s;transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}
:export{gridColumns:12}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{-webkit-text-size-adjust:100%;line-height:1.15}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}[data-whatinput=mouse] *,[data-whatinput=mouse] :focus,[data-whatinput=touch] *,[data-whatinput=touch] :focus,[data-whatintent=mouse] *,[data-whatintent=mouse] :focus,[data-whatintent=touch] *,[data-whatintent=touch] :focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=40em&medium-large=48em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=120em"}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:112.5%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#000;font-family:Theinhardt,Open Sans,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-weight:400;line-height:1.5;margin:0;padding:0}img{-ms-interpolation-mode:bicubic;display:inline-block;height:auto;max-width:100%;vertical-align:middle}textarea{border-radius:0;height:auto;min-height:50px}select{border-radius:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:0;cursor:auto;line-height:1;padding:0}[data-whatinput=mouse] button{outline:0}pre{-webkit-overflow-scrolling:touch;overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block!important}.is-hidden{display:none!important}.grid-container{margin-left:auto;margin-right:auto;max-width:66.6666666667rem;padding-left:.8888888889rem;padding-right:.8888888889rem}@media print,screen and (min-width:40em){.grid-container{padding-left:.8888888889rem;padding-right:.8888888889rem}}.grid-container.fluid{margin-left:auto;margin-right:auto;max-width:100%;padding-left:.8888888889rem;padding-right:.8888888889rem}@media print,screen and (min-width:40em){.grid-container.fluid{padding-left:.8888888889rem;padding-right:.8888888889rem}}.grid-container.full{margin-left:auto;margin-right:auto;max-width:100%;padding-left:0;padding-right:0}.grid-x{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.cell{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0}.cell.shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.auto,.grid-x>.shrink{width:auto}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-full,.grid-x>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-full,.grid-x>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48em){.grid-x>.medium-large-1,.grid-x>.medium-large-10,.grid-x>.medium-large-11,.grid-x>.medium-large-12,.grid-x>.medium-large-2,.grid-x>.medium-large-3,.grid-x>.medium-large-4,.grid-x>.medium-large-5,.grid-x>.medium-large-6,.grid-x>.medium-large-7,.grid-x>.medium-large-8,.grid-x>.medium-large-9,.grid-x>.medium-large-full,.grid-x>.medium-large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-full,.grid-x>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-full,.grid-x>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-x>.small-1,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width:40em){.grid-x>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.medium-1,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width:48em){.grid-x>.medium-large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.medium-large-1,.grid-x>.medium-large-10,.grid-x>.medium-large-11,.grid-x>.medium-large-12,.grid-x>.medium-large-2,.grid-x>.medium-large-3,.grid-x>.medium-large-4,.grid-x>.medium-large-5,.grid-x>.medium-large-6,.grid-x>.medium-large-7,.grid-x>.medium-large-8,.grid-x>.medium-large-9,.grid-x>.medium-large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.medium-large-shrink{width:auto}.grid-x>.medium-large-1{width:8.3333333333%}.grid-x>.medium-large-2{width:16.6666666667%}.grid-x>.medium-large-3{width:25%}.grid-x>.medium-large-4{width:33.3333333333%}.grid-x>.medium-large-5{width:41.6666666667%}.grid-x>.medium-large-6{width:50%}.grid-x>.medium-large-7{width:58.3333333333%}.grid-x>.medium-large-8{width:66.6666666667%}.grid-x>.medium-large-9{width:75%}.grid-x>.medium-large-10{width:83.3333333333%}.grid-x>.medium-large-11{width:91.6666666667%}.grid-x>.medium-large-12{width:100%}}@media print,screen and (min-width:64em){.grid-x>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.large-1,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}@media screen and (min-width:75em){.grid-x>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;width:auto}.grid-x>.xlarge-1,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-x>.xlarge-shrink{width:auto}.grid-x>.xlarge-1{width:8.3333333333%}.grid-x>.xlarge-2{width:16.6666666667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.3333333333%}.grid-x>.xlarge-5{width:41.6666666667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.3333333333%}.grid-x>.xlarge-8{width:66.6666666667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.3333333333%}.grid-x>.xlarge-11{width:91.6666666667%}.grid-x>.xlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}@media print,screen and (min-width:40em){.grid-margin-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}}.grid-margin-x>.cell{margin-left:.8888888889rem;margin-right:.8888888889rem;width:calc(100% - 1.77778rem)}@media print,screen and (min-width:40em){.grid-margin-x>.cell{margin-left:.8888888889rem;margin-right:.8888888889rem;width:calc(100% - 1.77778rem)}}.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.small-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.small-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.small-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.small-12{width:calc(100% - 1.77778rem)}@media print,screen and (min-width:40em){.grid-margin-x>.auto,.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.small-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.small-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.small-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.small-12{width:calc(100% - 1.77778rem)}.grid-margin-x>.medium-auto,.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.77778rem)}}@media print,screen and (min-width:48em){.grid-margin-x>.medium-large-auto,.grid-margin-x>.medium-large-shrink{width:auto}.grid-margin-x>.medium-large-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.medium-large-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.medium-large-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.medium-large-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.medium-large-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.medium-large-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.medium-large-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.medium-large-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.medium-large-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.medium-large-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.medium-large-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.medium-large-12{width:calc(100% - 1.77778rem)}}@media print,screen and (min-width:64em){.grid-margin-x>.large-auto,.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.large-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.large-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.large-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.large-12{width:calc(100% - 1.77778rem)}}@media screen and (min-width:75em){.grid-margin-x>.xlarge-auto,.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.77778rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.77778rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.77778rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.77778rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.77778rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.77778rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.77778rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.77778rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.77778rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.77778rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.77778rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.77778rem)}}.grid-padding-x .grid-padding-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}@media print,screen and (min-width:40em){.grid-padding-x .grid-padding-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}}.grid-container:not(.full)>.grid-padding-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}@media print,screen and (min-width:40em){.grid-container:not(.full)>.grid-padding-x{margin-left:-.8888888889rem;margin-right:-.8888888889rem}}.grid-padding-x>.cell{padding-left:.8888888889rem;padding-right:.8888888889rem}@media print,screen and (min-width:40em){.grid-padding-x>.cell{padding-left:.8888888889rem;padding-right:.8888888889rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width:40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width:48em){.medium-large-up-1>.cell{width:100%}.medium-large-up-2>.cell{width:50%}.medium-large-up-3>.cell{width:33.3333333333%}.medium-large-up-4>.cell{width:25%}.medium-large-up-5>.cell{width:20%}.medium-large-up-6>.cell{width:16.6666666667%}.medium-large-up-7>.cell{width:14.2857142857%}.medium-large-up-8>.cell{width:12.5%}}@media print,screen and (min-width:64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width:75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.3333333333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.6666666667%}.xlarge-up-7>.cell{width:14.2857142857%}.xlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.77778rem)}@media print,screen and (min-width:40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.77778rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.77778rem)}}@media print,screen and (min-width:48em){.grid-margin-x.medium-large-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.medium-large-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.medium-large-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.medium-large-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.medium-large-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.medium-large-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.medium-large-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.medium-large-up-8>.cell{width:calc(12.5% - 1.77778rem)}}@media print,screen and (min-width:64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.77778rem)}}@media screen and (min-width:75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.77778rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.77778rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.77778rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.77778rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.77778rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.77778rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.77778rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.77778rem)}}.small-margin-collapse,.small-margin-collapse>.cell{margin-left:0;margin-right:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width:40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:48em){.small-margin-collapse>.medium-large-1{width:8.3333333333%}.small-margin-collapse>.medium-large-2{width:16.6666666667%}.small-margin-collapse>.medium-large-3{width:25%}.small-margin-collapse>.medium-large-4{width:33.3333333333%}.small-margin-collapse>.medium-large-5{width:41.6666666667%}.small-margin-collapse>.medium-large-6{width:50%}.small-margin-collapse>.medium-large-7{width:58.3333333333%}.small-margin-collapse>.medium-large-8{width:66.6666666667%}.small-margin-collapse>.medium-large-9{width:75%}.small-margin-collapse>.medium-large-10{width:83.3333333333%}.small-margin-collapse>.medium-large-11{width:91.6666666667%}.small-margin-collapse>.medium-large-12{width:100%}}@media print,screen and (min-width:64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.small-margin-collapse>.xlarge-1{width:8.3333333333%}.small-margin-collapse>.xlarge-2{width:16.6666666667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.3333333333%}.small-margin-collapse>.xlarge-5{width:41.6666666667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.3333333333%}.small-margin-collapse>.xlarge-8{width:66.6666666667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.3333333333%}.small-margin-collapse>.xlarge-11{width:91.6666666667%}.small-margin-collapse>.xlarge-12{width:100%}}.small-padding-collapse{margin-left:0;margin-right:0}.small-padding-collapse>.cell{padding-left:0;padding-right:0}@media print,screen and (min-width:40em){.medium-margin-collapse,.medium-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width:48em){.medium-margin-collapse>.medium-large-1{width:8.3333333333%}.medium-margin-collapse>.medium-large-2{width:16.6666666667%}.medium-margin-collapse>.medium-large-3{width:25%}.medium-margin-collapse>.medium-large-4{width:33.3333333333%}.medium-margin-collapse>.medium-large-5{width:41.6666666667%}.medium-margin-collapse>.medium-large-6{width:50%}.medium-margin-collapse>.medium-large-7{width:58.3333333333%}.medium-margin-collapse>.medium-large-8{width:66.6666666667%}.medium-margin-collapse>.medium-large-9{width:75%}.medium-margin-collapse>.medium-large-10{width:83.3333333333%}.medium-margin-collapse>.medium-large-11{width:91.6666666667%}.medium-margin-collapse>.medium-large-12{width:100%}}@media print,screen and (min-width:64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.medium-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media print,screen and (min-width:40em){.medium-padding-collapse{margin-left:0;margin-right:0}.medium-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:48em){.medium-large-margin-collapse,.medium-large-margin-collapse>.cell{margin-left:0;margin-right:0}.medium-large-margin-collapse>.small-1{width:8.3333333333%}.medium-large-margin-collapse>.small-2{width:16.6666666667%}.medium-large-margin-collapse>.small-3{width:25%}.medium-large-margin-collapse>.small-4{width:33.3333333333%}.medium-large-margin-collapse>.small-5{width:41.6666666667%}.medium-large-margin-collapse>.small-6{width:50%}.medium-large-margin-collapse>.small-7{width:58.3333333333%}.medium-large-margin-collapse>.small-8{width:66.6666666667%}.medium-large-margin-collapse>.small-9{width:75%}.medium-large-margin-collapse>.small-10{width:83.3333333333%}.medium-large-margin-collapse>.small-11{width:91.6666666667%}.medium-large-margin-collapse>.small-12{width:100%}.medium-large-margin-collapse>.medium-1{width:8.3333333333%}.medium-large-margin-collapse>.medium-2{width:16.6666666667%}.medium-large-margin-collapse>.medium-3{width:25%}.medium-large-margin-collapse>.medium-4{width:33.3333333333%}.medium-large-margin-collapse>.medium-5{width:41.6666666667%}.medium-large-margin-collapse>.medium-6{width:50%}.medium-large-margin-collapse>.medium-7{width:58.3333333333%}.medium-large-margin-collapse>.medium-8{width:66.6666666667%}.medium-large-margin-collapse>.medium-9{width:75%}.medium-large-margin-collapse>.medium-10{width:83.3333333333%}.medium-large-margin-collapse>.medium-11{width:91.6666666667%}.medium-large-margin-collapse>.medium-12{width:100%}.medium-large-margin-collapse>.medium-large-1{width:8.3333333333%}.medium-large-margin-collapse>.medium-large-2{width:16.6666666667%}.medium-large-margin-collapse>.medium-large-3{width:25%}.medium-large-margin-collapse>.medium-large-4{width:33.3333333333%}.medium-large-margin-collapse>.medium-large-5{width:41.6666666667%}.medium-large-margin-collapse>.medium-large-6{width:50%}.medium-large-margin-collapse>.medium-large-7{width:58.3333333333%}.medium-large-margin-collapse>.medium-large-8{width:66.6666666667%}.medium-large-margin-collapse>.medium-large-9{width:75%}.medium-large-margin-collapse>.medium-large-10{width:83.3333333333%}.medium-large-margin-collapse>.medium-large-11{width:91.6666666667%}.medium-large-margin-collapse>.medium-large-12{width:100%}}@media print,screen and (min-width:64em){.medium-large-margin-collapse>.large-1{width:8.3333333333%}.medium-large-margin-collapse>.large-2{width:16.6666666667%}.medium-large-margin-collapse>.large-3{width:25%}.medium-large-margin-collapse>.large-4{width:33.3333333333%}.medium-large-margin-collapse>.large-5{width:41.6666666667%}.medium-large-margin-collapse>.large-6{width:50%}.medium-large-margin-collapse>.large-7{width:58.3333333333%}.medium-large-margin-collapse>.large-8{width:66.6666666667%}.medium-large-margin-collapse>.large-9{width:75%}.medium-large-margin-collapse>.large-10{width:83.3333333333%}.medium-large-margin-collapse>.large-11{width:91.6666666667%}.medium-large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.medium-large-margin-collapse>.xlarge-1{width:8.3333333333%}.medium-large-margin-collapse>.xlarge-2{width:16.6666666667%}.medium-large-margin-collapse>.xlarge-3{width:25%}.medium-large-margin-collapse>.xlarge-4{width:33.3333333333%}.medium-large-margin-collapse>.xlarge-5{width:41.6666666667%}.medium-large-margin-collapse>.xlarge-6{width:50%}.medium-large-margin-collapse>.xlarge-7{width:58.3333333333%}.medium-large-margin-collapse>.xlarge-8{width:66.6666666667%}.medium-large-margin-collapse>.xlarge-9{width:75%}.medium-large-margin-collapse>.xlarge-10{width:83.3333333333%}.medium-large-margin-collapse>.xlarge-11{width:91.6666666667%}.medium-large-margin-collapse>.xlarge-12{width:100%}}@media print,screen and (min-width:48em){.medium-large-padding-collapse{margin-left:0;margin-right:0}.medium-large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media print,screen and (min-width:64em){.large-margin-collapse,.large-margin-collapse>.cell{margin-left:0;margin-right:0}.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}.large-margin-collapse>.medium-large-1{width:8.3333333333%}.large-margin-collapse>.medium-large-2{width:16.6666666667%}.large-margin-collapse>.medium-large-3{width:25%}.large-margin-collapse>.medium-large-4{width:33.3333333333%}.large-margin-collapse>.medium-large-5{width:41.6666666667%}.large-margin-collapse>.medium-large-6{width:50%}.large-margin-collapse>.medium-large-7{width:58.3333333333%}.large-margin-collapse>.medium-large-8{width:66.6666666667%}.large-margin-collapse>.medium-large-9{width:75%}.large-margin-collapse>.medium-large-10{width:83.3333333333%}.large-margin-collapse>.medium-large-11{width:91.6666666667%}.large-margin-collapse>.medium-large-12{width:100%}.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width:75em){.large-margin-collapse>.xlarge-1{width:8.3333333333%}.large-margin-collapse>.xlarge-2{width:16.6666666667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.3333333333%}.large-margin-collapse>.xlarge-5{width:41.6666666667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.3333333333%}.large-margin-collapse>.xlarge-8{width:66.6666666667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.3333333333%}.large-margin-collapse>.xlarge-11{width:91.6666666667%}.large-margin-collapse>.xlarge-12{width:100%}}@media print,screen and (min-width:64em){.large-padding-collapse{margin-left:0;margin-right:0}.large-padding-collapse>.cell{padding-left:0;padding-right:0}}@media screen and (min-width:75em){.xlarge-margin-collapse,.xlarge-margin-collapse>.cell{margin-left:0;margin-right:0}.xlarge-margin-collapse>.small-1{width:8.3333333333%}.xlarge-margin-collapse>.small-2{width:16.6666666667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.3333333333%}.xlarge-margin-collapse>.small-5{width:41.6666666667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.3333333333%}.xlarge-margin-collapse>.small-8{width:66.6666666667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.3333333333%}.xlarge-margin-collapse>.small-11{width:91.6666666667%}.xlarge-margin-collapse>.small-12{width:100%}.xlarge-margin-collapse>.medium-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-12{width:100%}.xlarge-margin-collapse>.medium-large-1{width:8.3333333333%}.xlarge-margin-collapse>.medium-large-2{width:16.6666666667%}.xlarge-margin-collapse>.medium-large-3{width:25%}.xlarge-margin-collapse>.medium-large-4{width:33.3333333333%}.xlarge-margin-collapse>.medium-large-5{width:41.6666666667%}.xlarge-margin-collapse>.medium-large-6{width:50%}.xlarge-margin-collapse>.medium-large-7{width:58.3333333333%}.xlarge-margin-collapse>.medium-large-8{width:66.6666666667%}.xlarge-margin-collapse>.medium-large-9{width:75%}.xlarge-margin-collapse>.medium-large-10{width:83.3333333333%}.xlarge-margin-collapse>.medium-large-11{width:91.6666666667%}.xlarge-margin-collapse>.medium-large-12{width:100%}.xlarge-margin-collapse>.large-1{width:8.3333333333%}.xlarge-margin-collapse>.large-2{width:16.6666666667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.3333333333%}.xlarge-margin-collapse>.large-5{width:41.6666666667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.3333333333%}.xlarge-margin-collapse>.large-8{width:66.6666666667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.3333333333%}.xlarge-margin-collapse>.large-11{width:91.6666666667%}.xlarge-margin-collapse>.large-12{width:100%}.xlarge-margin-collapse>.xlarge-1{width:8.3333333333%}.xlarge-margin-collapse>.xlarge-2{width:16.6666666667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.3333333333%}.xlarge-margin-collapse>.xlarge-5{width:41.6666666667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.3333333333%}.xlarge-margin-collapse>.xlarge-8{width:66.6666666667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.3333333333%}.xlarge-margin-collapse>.xlarge-11{width:91.6666666667%}.xlarge-margin-collapse>.xlarge-12{width:100%}.xlarge-padding-collapse{margin-left:0;margin-right:0}.xlarge-padding-collapse>.cell{padding-left:0;padding-right:0}}.small-offset-0{margin-left:0}.grid-margin-x>.small-offset-0{margin-left:.88889rem}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .88889rem)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .88889rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .88889rem)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .88889rem)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .88889rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .88889rem)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .88889rem)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .88889rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .88889rem)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .88889rem)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .88889rem)}@media print,screen and (min-width:40em){.medium-offset-0{margin-left:0}.grid-margin-x>.medium-offset-0{margin-left:.88889rem}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .88889rem)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .88889rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .88889rem)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .88889rem)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .88889rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .88889rem)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .88889rem)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .88889rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .88889rem)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .88889rem)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .88889rem)}}@media print,screen and (min-width:48em){.medium-large-offset-0{margin-left:0}.grid-margin-x>.medium-large-offset-0{margin-left:.88889rem}.medium-large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-large-offset-1{margin-left:calc(8.33333% + .88889rem)}.medium-large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-large-offset-2{margin-left:calc(16.66667% + .88889rem)}.medium-large-offset-3{margin-left:25%}.grid-margin-x>.medium-large-offset-3{margin-left:calc(25% + .88889rem)}.medium-large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-large-offset-4{margin-left:calc(33.33333% + .88889rem)}.medium-large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-large-offset-5{margin-left:calc(41.66667% + .88889rem)}.medium-large-offset-6{margin-left:50%}.grid-margin-x>.medium-large-offset-6{margin-left:calc(50% + .88889rem)}.medium-large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-large-offset-7{margin-left:calc(58.33333% + .88889rem)}.medium-large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-large-offset-8{margin-left:calc(66.66667% + .88889rem)}.medium-large-offset-9{margin-left:75%}.grid-margin-x>.medium-large-offset-9{margin-left:calc(75% + .88889rem)}.medium-large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-large-offset-10{margin-left:calc(83.33333% + .88889rem)}.medium-large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-large-offset-11{margin-left:calc(91.66667% + .88889rem)}}@media print,screen and (min-width:64em){.large-offset-0{margin-left:0}.grid-margin-x>.large-offset-0{margin-left:.88889rem}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .88889rem)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .88889rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .88889rem)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .88889rem)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .88889rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .88889rem)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .88889rem)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .88889rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .88889rem)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .88889rem)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .88889rem)}}@media screen and (min-width:75em){.xlarge-offset-0{margin-left:0}.grid-margin-x>.xlarge-offset-0{margin-left:.88889rem}.xlarge-offset-1{margin-left:8.3333333333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .88889rem)}.xlarge-offset-2{margin-left:16.6666666667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .88889rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .88889rem)}.xlarge-offset-4{margin-left:33.3333333333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .88889rem)}.xlarge-offset-5{margin-left:41.6666666667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .88889rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .88889rem)}.xlarge-offset-7{margin-left:58.3333333333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .88889rem)}.xlarge-offset-8{margin-left:66.6666666667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .88889rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .88889rem)}.xlarge-offset-10{margin-left:83.3333333333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .88889rem)}.xlarge-offset-11{margin-left:91.6666666667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .88889rem)}}.grid-y{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto,.grid-y>.shrink{height:auto}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-full,.grid-y>.small-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}@media print,screen and (min-width:40em){.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-full,.grid-y>.medium-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:48em){.grid-y>.medium-large-1,.grid-y>.medium-large-10,.grid-y>.medium-large-11,.grid-y>.medium-large-12,.grid-y>.medium-large-2,.grid-y>.medium-large-3,.grid-y>.medium-large-4,.grid-y>.medium-large-5,.grid-y>.medium-large-6,.grid-y>.medium-large-7,.grid-y>.medium-large-8,.grid-y>.medium-large-9,.grid-y>.medium-large-full,.grid-y>.medium-large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media print,screen and (min-width:64em){.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-full,.grid-y>.large-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}@media screen and (min-width:75em){.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-full,.grid-y>.xlarge-shrink{-ms-flex-preferred-size:auto;flex-basis:auto}}.grid-y>.small-1,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width:40em){.grid-y>.medium-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.medium-1,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width:48em){.grid-y>.medium-large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.medium-large-1,.grid-y>.medium-large-10,.grid-y>.medium-large-11,.grid-y>.medium-large-12,.grid-y>.medium-large-2,.grid-y>.medium-large-3,.grid-y>.medium-large-4,.grid-y>.medium-large-5,.grid-y>.medium-large-6,.grid-y>.medium-large-7,.grid-y>.medium-large-8,.grid-y>.medium-large-9,.grid-y>.medium-large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.medium-large-shrink{height:auto}.grid-y>.medium-large-1{height:8.3333333333%}.grid-y>.medium-large-2{height:16.6666666667%}.grid-y>.medium-large-3{height:25%}.grid-y>.medium-large-4{height:33.3333333333%}.grid-y>.medium-large-5{height:41.6666666667%}.grid-y>.medium-large-6{height:50%}.grid-y>.medium-large-7{height:58.3333333333%}.grid-y>.medium-large-8{height:66.6666666667%}.grid-y>.medium-large-9{height:75%}.grid-y>.medium-large-10{height:83.3333333333%}.grid-y>.medium-large-11{height:91.6666666667%}.grid-y>.medium-large-12{height:100%}}@media print,screen and (min-width:64em){.grid-y>.large-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.large-1,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}@media screen and (min-width:75em){.grid-y>.xlarge-auto{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;height:auto}.grid-y>.xlarge-1,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-shrink{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.3333333333%}.grid-y>.xlarge-2{height:16.6666666667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.3333333333%}.grid-y>.xlarge-5{height:41.6666666667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.3333333333%}.grid-y>.xlarge-8{height:66.6666666667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.3333333333%}.grid-y>.xlarge-11{height:91.6666666667%}.grid-y>.xlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-bottom:-.8888888889rem;margin-top:-.8888888889rem}@media print,screen and (min-width:40em){.grid-padding-y .grid-padding-y{margin-bottom:-.8888888889rem;margin-top:-.8888888889rem}}.grid-padding-y>.cell{padding-bottom:.8888888889rem;padding-top:.8888888889rem}@media print,screen and (min-width:40em){.grid-padding-y>.cell{padding-bottom:.8888888889rem;padding-top:.8888888889rem}}.grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .grid-frame{width:100%}.cell-block{max-width:100%;overflow-x:auto}.cell-block,.cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{max-height:100%;min-height:100%;overflow-y:auto}.cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}@media print,screen and (min-width:40em){.medium-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.medium-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:48em){.medium-large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .medium-large-grid-frame{width:100%}.medium-large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.medium-large-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.medium-large-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.medium-large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media print,screen and (min-width:64em){.large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.large-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.large-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}@media screen and (min-width:75em){.xlarge-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow:hidden;position:relative;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-width:100%;overflow-x:auto}.xlarge-cell-block-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap;max-height:100%}.xlarge-cell-block-y{-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;max-height:100%;min-height:100%;overflow-y:auto}}.grid-y.grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}@media print,screen and (min-width:40em){.grid-y.medium-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:48em){.grid-y.medium-large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media print,screen and (min-width:64em){.grid-y.large-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}@media screen and (min-width:75em){.grid-y.xlarge-grid-frame{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100vh;overflow:hidden;position:relative;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width:40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width:48em){.cell .grid-y.medium-large-grid-frame{height:100%}}@media print,screen and (min-width:64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width:75em){.cell .grid-y.xlarge-grid-frame{height:100%}}.grid-margin-y{margin-bottom:-.8888888889rem;margin-top:-.8888888889rem}@media print,screen and (min-width:40em){.grid-margin-y{margin-bottom:-.8888888889rem;margin-top:-.8888888889rem}}.grid-margin-y>.cell{height:calc(100% - 1.77778rem);margin-bottom:.8888888889rem;margin-top:.8888888889rem}@media print,screen and (min-width:40em){.grid-margin-y>.cell{height:calc(100% - 1.77778rem);margin-bottom:.8888888889rem;margin-top:.8888888889rem}}.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.small-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.small-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.small-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.small-12{height:calc(100% - 1.77778rem)}@media print,screen and (min-width:40em){.grid-margin-y>.auto,.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.small-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.small-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.small-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.small-12{height:calc(100% - 1.77778rem)}.grid-margin-y>.medium-auto,.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.77778rem)}}@media print,screen and (min-width:48em){.grid-margin-y>.medium-large-auto,.grid-margin-y>.medium-large-shrink{height:auto}.grid-margin-y>.medium-large-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.medium-large-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.medium-large-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.medium-large-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.medium-large-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.medium-large-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.medium-large-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.medium-large-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.medium-large-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.medium-large-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.medium-large-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.medium-large-12{height:calc(100% - 1.77778rem)}}@media print,screen and (min-width:64em){.grid-margin-y>.large-auto,.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.large-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.large-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.large-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.large-12{height:calc(100% - 1.77778rem)}}@media screen and (min-width:75em){.grid-margin-y>.xlarge-auto,.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.77778rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.77778rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.77778rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.77778rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.77778rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.77778rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.77778rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.77778rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.77778rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.77778rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.77778rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.77778rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.77778rem)}@media print,screen and (min-width:40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.77778rem)}}@media print,screen and (min-width:48em){.grid-frame.grid-margin-y{height:calc(100vh + 1.77778rem)}}@media print,screen and (min-width:64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.77778rem)}}@media screen and (min-width:75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.77778rem)}}@media print,screen and (min-width:40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.77778rem)}}@media print,screen and (min-width:48em){.grid-margin-y.medium-large-grid-frame{height:calc(100vh + 1.77778rem)}}@media print,screen and (min-width:64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.77778rem)}}@media screen and (min-width:75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.77778rem)}}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.ghostkit-tabs .ghostkit-tabs-buttons-item,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{text-rendering:optimizeLegibility;font-size:inherit;line-height:1.5;margin-bottom:.8889rem}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.footer__menu-link,.form-styling-active .gform_validation_errors *,.ghostkit-tabs .ghostkit-tabs-buttons-item,.h1,.h2,.h3,.h4,.h5,.h6,.is-style-large,.is-style-very-large,.search-overlay__title,h1,h2,h3,h4,h5,h6{text-rendering:optimizeLegibility;color:inherit;font-family:Theinhardt,Open Sans,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-style:normal;font-weight:700}.archive .facetwp-radio small,.archive .facetwp-type-fselect .fs-label small,.footer__menu-link small,.form-styling-active .gform_validation_errors * small,.ghostkit-tabs .ghostkit-tabs-buttons-item small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,.is-style-large small,.is-style-very-large small,.search-overlay__title small,h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#b3b3b3;line-height:0}.h1,.is-style-large,.is-style-very-large,.search-overlay__title,h1{font-size:2.4444444444rem;line-height:1.1363;margin-bottom:3rem;margin-top:0}.h2,h2{font-size:1.5555555556rem;line-height:1.1786;margin-bottom:3rem;margin-top:0}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.footer__menu-link,.form-styling-active .gform_validation_errors *,.ghostkit-tabs .ghostkit-tabs-buttons-item,.h3,h3{font-size:1.2222222222rem;line-height:1.2727;margin-bottom:3rem;margin-top:0}.h4,h4{font-size:1rem;line-height:1.3333;margin-bottom:3rem;margin-top:0}.h5,h5{font-size:.8888888889rem}.h5,.h6,h5,h6{line-height:1.0352;margin-bottom:3rem;margin-top:0}.h6,h6{font-size:.7777777778rem}@media print,screen and (min-width:40em){.h1,.is-style-large,.is-style-very-large,.search-overlay__title,h1{font-size:3.4444444444rem;line-height:1.2}.h2,h2{font-size:1.7777777778rem;line-height:1.2}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.footer__menu-link,.form-styling-active .gform_validation_errors *,.ghostkit-tabs .ghostkit-tabs-buttons-item,.h3,h3{font-size:1.2222222222rem}.h4,h4{font-size:1rem}.h5,h5{font-size:.8888888889rem}.h6,h6{font-size:.7777777778rem}}@media print,screen and (min-width:64em){.h1,.is-style-large,.is-style-very-large,.search-overlay__title,h1{font-size:4.4444444444rem}.h2,h2{font-size:1.7777777778rem}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.footer__menu-link,.form-styling-active .gform_validation_errors *,.ghostkit-tabs .ghostkit-tabs-buttons-item,.h3,h3{font-size:1.2222222222rem}.h4,h4{font-size:1rem}.h5,h5{font-size:.8888888889rem}.h6,h6{font-size:.7777777778rem}}@media screen and (min-width:75em){.h1,.is-style-large,.is-style-very-large,.search-overlay__title,h1{font-size:4.7222222222rem}.h2,h2{font-size:1.9444444444rem}}a{color:#317caa;cursor:pointer;line-height:inherit;text-decoration:none}a:focus,a:hover{color:#2a6b92}a img,hr{border:0}hr{border-bottom:1px solid #000;clear:both;height:0;margin:5.3333333333rem auto;max-width:1344px}dl,ol,ul{line-height:1.5;list-style-position:outside;margin-bottom:.8889rem}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;margin-left:1.25rem}dl{margin-bottom:1rem}dl dt{font-weight:700;margin-bottom:.3rem}blockquote{border-left:1px solid #b3b3b3;margin:0 0 .8889rem;padding:.5rem 1.1111111111rem 0 1.0555555556rem}blockquote,blockquote p{color:#747474;line-height:1.5}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure,kbd{margin:0}kbd{background-color:#ececec;color:#000;font-family:Consolas,Liberation Mono,Courier,monospace;padding:.1111111111rem .2222222222rem 0}.subheader{color:#747474;font-weight:400;line-height:1.4;margin-bottom:.5rem;margin-top:.2rem}.lead{font-size:22px;line-height:1.5}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ol.no-bullet,ul.no-bullet{list-style:none;margin-left:0}.cite-block,cite{color:#747474;display:block;font-size:.7222222222rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{word-wrap:break-word;display:inline;max-width:100%;padding:.1111111111rem .2777777778rem .0555555556rem}.code-block,.code-inline,code{background-color:#ececec;border:1px solid #b3b3b3;color:#000;font-family:Consolas,Liberation Mono,Courier,monospace;font-weight:400}.code-block{display:block;margin-bottom:1.5rem;overflow:auto;padding:1rem;white-space:pre}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:48em){.medium-large-text-left{text-align:left}.medium-large-text-right{text-align:right}.medium-large-text-center{text-align:center}.medium-large-text-justify{text-align:justify}}@media print,screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{color-adjust:economy;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important;color:#000!important;-webkit-print-color-adjust:economy;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #747474;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.ghostkit-tabs .ghostkit-tabs-buttons-item,h2,h3,p{orphans:3;widows:3}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.ghostkit-tabs .ghostkit-tabs-buttons-item,h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.hide{display:none!important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width:39.99875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.99875em){.show-for-medium{display:none!important}}@media print,screen and (min-width:40em)and (max-width:47.99875em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.99875em),screen and (min-width:48em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:48em){.hide-for-medium-large{display:none!important}}@media screen and (max-width:47.99875em){.show-for-medium-large{display:none!important}}@media print,screen and (min-width:48em)and (max-width:63.99875em){.hide-for-medium-large-only{display:none!important}}@media screen and (max-width:47.99875em),screen and (min-width:64em){.show-for-medium-large-only{display:none!important}}@media print,screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.99875em){.show-for-large{display:none!important}}@media print,screen and (min-width:64em)and (max-width:74.99875em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.99875em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.99875em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em)and (max-width:89.99875em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.99875em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}.show-for-sr,.show-on-focus{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.show-on-focus:active,.show-on-focus:focus{clip:auto!important;height:auto!important;overflow:visible!important;position:static!important;white-space:normal!important;width:auto!important}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme:dark){.show-for-dark-mode{display:block!important}.hide-for-dark-mode{display:none!important}}.show-for-ie{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.show-for-ie{display:block!important}.hide-for-ie{display:none!important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.align-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-justify{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.align-spaced{-ms-flex-pack:distribute;justify-content:space-around}.align-left.vertical.menu>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-right.vertical.menu>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.align-center.vertical.menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.align-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-self-top{-ms-flex-item-align:start;align-self:flex-start}.align-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-bottom{-ms-flex-item-align:end;align-self:flex-end}.align-middle{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-self-middle{-ms-flex-item-align:center;align-self:center}.align-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.align-self-stretch{-ms-flex-item-align:stretch;align-self:stretch}.align-center-middle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-ms-flex-line-pack:center;align-content:center;align-items:center;justify-content:center}.small-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.small-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.small-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.small-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.small-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.small-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}@media print,screen and (min-width:40em){.medium-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:48em){.medium-large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.medium-large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.medium-large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.medium-large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.medium-large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.medium-large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media print,screen and (min-width:64em){.large-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.large-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.large-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.large-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.large-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.large-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}@media screen and (min-width:75em){.xlarge-order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xlarge-order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.xlarge-order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xlarge-order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.xlarge-order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.xlarge-order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media print,screen and (min-width:40em){.medium-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:48em){.medium-large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.medium-large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.medium-large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.medium-large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.medium-large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.medium-large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.medium-large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.medium-large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media print,screen and (min-width:64em){.large-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.large-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.large-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.large-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.large-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.large-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.large-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.large-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (min-width:75em){.xlarge-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.xlarge-flex-child-auto{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.xlarge-flex-child-grow{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.xlarge-flex-child-shrink{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.xlarge-flex-dir-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xlarge-flex-dir-row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xlarge-flex-dir-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xlarge-flex-dir-column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.u-trim-margin{margin:0!important}.u-pad-none,.u-trim-padding{padding:0!important}.u-mar-none{margin:0!important}.u-pad-top-none{padding-top:0!important}.u-mar-top-none{margin-top:0!important}.u-pad-right-none{padding-right:0!important}.u-mar-right-none{margin-right:0!important}.u-pad-bottom-none{padding-bottom:0!important}.u-mar-bottom-none{margin-bottom:0!important}.u-pad-left-none{padding-left:0!important}.u-mar-left-none{margin-left:0!important}.u-pad-vertical-none{padding-bottom:0!important;padding-top:0!important}.u-mar-vertical-none{margin-bottom:0!important;margin-top:0!important}.u-pad-horizontal-none{padding-left:0!important;padding-right:0!important}.u-mar-horizontal-none{margin-left:0!important;margin-right:0!important}.u-pad-xxs{padding:4px!important}.u-mar-xxs{margin:4px!important}.u-pad-top-xxs{padding-top:4px!important}.u-mar-top-xxs{margin-top:4px!important}.u-pad-right-xxs{padding-right:4px!important}.u-mar-right-xxs{margin-right:4px!important}.u-pad-bottom-xxs{padding-bottom:4px!important}.u-mar-bottom-xxs{margin-bottom:4px!important}.u-pad-left-xxs{padding-left:4px!important}.u-mar-left-xxs{margin-left:4px!important}.u-pad-vertical-xxs{padding-bottom:4px!important;padding-top:4px!important}.u-mar-vertical-xxs{margin-bottom:4px!important;margin-top:4px!important}.u-pad-horizontal-xxs{padding-left:4px!important;padding-right:4px!important}.u-mar-horizontal-xxs{margin-left:4px!important;margin-right:4px!important}.u-pad-xs{padding:8px!important}.u-mar-xs{margin:8px!important}.u-pad-top-xs{padding-top:8px!important}.u-mar-top-xs{margin-top:8px!important}.u-pad-right-xs{padding-right:8px!important}.u-mar-right-xs{margin-right:8px!important}.u-pad-bottom-xs{padding-bottom:8px!important}.u-mar-bottom-xs{margin-bottom:8px!important}.u-pad-left-xs{padding-left:8px!important}.u-mar-left-xs{margin-left:8px!important}.u-pad-vertical-xs{padding-bottom:8px!important;padding-top:8px!important}.u-mar-vertical-xs{margin-bottom:8px!important;margin-top:8px!important}.u-pad-horizontal-xs{padding-left:8px!important;padding-right:8px!important}.u-mar-horizontal-xs{margin-left:8px!important;margin-right:8px!important}.u-pad-s{padding:16px!important}.u-mar-s{margin:16px!important}.u-pad-top-s{padding-top:16px!important}.u-mar-top-s{margin-top:16px!important}.u-pad-right-s{padding-right:16px!important}.u-mar-right-s{margin-right:16px!important}.u-pad-bottom-s{padding-bottom:16px!important}.u-mar-bottom-s{margin-bottom:16px!important}.u-pad-left-s{padding-left:16px!important}.u-mar-left-s{margin-left:16px!important}.u-pad-vertical-s{padding-bottom:16px!important;padding-top:16px!important}.u-mar-vertical-s{margin-bottom:16px!important;margin-top:16px!important}.u-pad-horizontal-s{padding-left:16px!important;padding-right:16px!important}.u-mar-horizontal-s{margin-left:16px!important;margin-right:16px!important}.u-pad-m{padding:24px!important}.u-mar-m{margin:24px!important}.u-pad-top-m{padding-top:24px!important}.u-mar-top-m{margin-top:24px!important}.u-pad-right-m{padding-right:24px!important}.u-mar-right-m{margin-right:24px!important}.u-pad-bottom-m{padding-bottom:24px!important}.u-mar-bottom-m{margin-bottom:24px!important}.u-pad-left-m{padding-left:24px!important}.u-mar-left-m{margin-left:24px!important}.u-pad-vertical-m{padding-bottom:24px!important;padding-top:24px!important}.u-mar-vertical-m{margin-bottom:24px!important;margin-top:24px!important}.u-pad-horizontal-m{padding-left:24px!important;padding-right:24px!important}.u-mar-horizontal-m{margin-left:24px!important;margin-right:24px!important}.u-pad-l{padding:32px!important}.u-mar-l{margin:32px!important}.u-pad-top-l{padding-top:32px!important}.u-mar-top-l{margin-top:32px!important}.u-pad-right-l{padding-right:32px!important}.u-mar-right-l{margin-right:32px!important}.u-pad-bottom-l{padding-bottom:32px!important}.u-mar-bottom-l{margin-bottom:32px!important}.u-pad-left-l{padding-left:32px!important}.u-mar-left-l{margin-left:32px!important}.u-pad-vertical-l{padding-bottom:32px!important;padding-top:32px!important}.u-mar-vertical-l{margin-bottom:32px!important;margin-top:32px!important}.u-pad-horizontal-l{padding-left:32px!important;padding-right:32px!important}.u-mar-horizontal-l{margin-left:32px!important;margin-right:32px!important}.u-pad-xl{padding:64px!important}.u-mar-xl{margin:64px!important}.u-pad-top-xl{padding-top:64px!important}.u-mar-top-xl{margin-top:64px!important}.u-pad-right-xl{padding-right:64px!important}.u-mar-right-xl{margin-right:64px!important}.u-pad-bottom-xl{padding-bottom:64px!important}.u-mar-bottom-xl{margin-bottom:64px!important}.u-pad-left-xl{padding-left:64px!important}.u-mar-left-xl{margin-left:64px!important}.u-pad-vertical-xl{padding-bottom:64px!important;padding-top:64px!important}.u-mar-vertical-xl{margin-bottom:64px!important;margin-top:64px!important}.u-pad-horizontal-xl{padding-left:64px!important;padding-right:64px!important}.u-mar-horizontal-xl{margin-left:64px!important;margin-right:64px!important}.u-pad-xxl{padding:96px!important}.u-mar-xxl{margin:96px!important}.u-pad-top-xxl{padding-top:96px!important}.u-mar-top-xxl{margin-top:96px!important}.u-pad-right-xxl{padding-right:96px!important}.u-mar-right-xxl{margin-right:96px!important}.u-pad-bottom-xxl{padding-bottom:96px!important}.u-mar-bottom-xxl{margin-bottom:96px!important}.u-pad-left-xxl{padding-left:96px!important}.u-mar-left-xxl{margin-left:96px!important}.u-pad-vertical-xxl{padding-bottom:96px!important;padding-top:96px!important}.u-mar-vertical-xxl{margin-bottom:96px!important;margin-top:96px!important}.u-pad-horizontal-xxl{padding-left:96px!important;padding-right:96px!important}.u-mar-horizontal-xxl{margin-left:96px!important;margin-right:96px!important}.u-pad-jumbo{padding:128px!important}.u-mar-jumbo{margin:128px!important}.u-pad-top-jumbo{padding-top:128px!important}.u-mar-top-jumbo{margin-top:128px!important}.u-pad-right-jumbo{padding-right:128px!important}.u-mar-right-jumbo{margin-right:128px!important}.u-pad-bottom-jumbo{padding-bottom:128px!important}.u-mar-bottom-jumbo{margin-bottom:128px!important}.u-pad-left-jumbo{padding-left:128px!important}.u-mar-left-jumbo{margin-left:128px!important}.u-pad-vertical-jumbo{padding-bottom:128px!important;padding-top:128px!important}.u-mar-vertical-jumbo{margin-bottom:128px!important;margin-top:128px!important}.u-pad-horizontal-jumbo{padding-left:128px!important;padding-right:128px!important}.u-mar-horizontal-jumbo{margin-left:128px!important;margin-right:128px!important}[type=radio]{left:-9999px;position:absolute}[type=radio]+label{cursor:pointer;margin-left:0;padding-left:30px;position:relative}[type=radio]:focus+label:before{-webkit-box-shadow:none;box-shadow:none;outline:none;outline-offset:0}label>[type=radio]{left:auto;position:static}[type=radio]+label:before{background-clip:content-box;background-color:transparent;border:1px solid #b3b3b3;border-radius:50%;content:"";height:1rem;left:0;padding:3px;position:absolute;top:3px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:1rem}[type=radio]:checked+label:before{background-color:#317caa;border:1px solid #747474}[type=checkbox]{left:-9999px;position:absolute}[type=checkbox]+label{cursor:pointer;margin-left:0;padding-left:30px;position:relative}[type=checkbox]:focus+label:before{-webkit-box-shadow:none;box-shadow:none;outline:1px solid #317caa;outline:none;outline-offset:0}label>[type=checkbox]{left:auto;position:static}[type=checkbox]+label:before{background-clip:content-box;background-position:50%;background-repeat:no-repeat;background-size:80%;border:1px solid #000;content:"";height:20px;left:0;position:absolute;top:0;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:20px}[type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8.62' fill='%23ececec'%3E%3Cpath fill='%23317caa' d='m9.25 0 .75.64-6.83 7.98L0 4.92l.75-.64L3.17 7.1 9.25 0z'/%3E%3C/svg%3E");border:1px solid #000}select{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="%23B3B3B3"><path d="M5.66,9.17,24,27.51,42.34,9.17,48,14.83l-24,24-24-24Z"/></svg>')}select,select:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right 15px center;background-repeat:no-repeat;background-size:15px}select:focus{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" fill="%23747474"><path d="M5.66,9.17,24,27.51,42.34,9.17,48,14.83l-24,24-24-24Z"/></svg>')}.page-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.content-wrapper>.grid-container:last-child>:last-child,.content-wrapper>article>.grid-container:last-child>:last-child{margin-bottom:64px}@media print,screen and (min-width:40em){.content-wrapper>.grid-container:last-child>:last-child,.content-wrapper>article>.grid-container:last-child>:last-child{margin-bottom:96px}}@media print,screen and (min-width:64em){.content-wrapper>.grid-container:last-child>:last-child,.content-wrapper>article>.grid-container:last-child>:last-child{margin-bottom:128px}}.content-wrapper [id]{scroll-margin-top:72px}@media print,screen and (min-width:64em){.content-wrapper [id]{scroll-margin-top:190px}}.grid-container--no-padding{padding-left:0;padding-right:0}.grid-container--default+.alignfull:not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.grid-container--default+.alignfull:not(:has(.spacer:first-child)){margin-top:96px}}@media print,screen and (min-width:64em){.grid-container--default+.alignfull:not(:has(.spacer:first-child)){margin-top:128px}}.grid-container--default+.grid-container--narrow:not(:has(.spacer:first-child)),.grid-container--default+.grid-container--wide:not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.grid-container--default+.grid-container--narrow:not(:has(.spacer:first-child)),.grid-container--default+.grid-container--wide:not(:has(.spacer:first-child)){margin-top:128px}}.wp-block-group .grid-container--default+.alignfull,.wp-block-group .grid-container--default+.grid-container--narrow,.wp-block-group .grid-container--default+.grid-container--wide{margin-top:64px}@media print,screen and (min-width:40em){.wp-block-group .grid-container--default+.alignfull,.wp-block-group .grid-container--default+.grid-container--narrow,.wp-block-group .grid-container--default+.grid-container--wide{margin-top:96px}}@media print,screen and (min-width:64em){.wp-block-group .grid-container--default+.alignfull,.wp-block-group .grid-container--default+.grid-container--narrow,.wp-block-group .grid-container--default+.grid-container--wide{margin-top:128px}}.grid-container--wide{max-width:1376px}.grid-container--wide+.alignfull:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--default:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--narrow:not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.grid-container--wide+.alignfull:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--default:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--narrow:not(:has(.spacer:first-child)){margin-top:96px}}@media print,screen and (min-width:64em){.grid-container--wide+.alignfull:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--default:not(:has(.spacer:first-child)),.grid-container--wide+.grid-container--narrow:not(:has(.spacer:first-child)){margin-top:128px}}.alignfull:not(:has(.spacer:last-child))+.grid-container--wide,.grid-container--default:has(.spacer:last-child)+.grid-container--wide,.grid-container--narrow:has(.spacer:last-child)+.grid-container--wide{margin-top:0}.alignfull+.grid-container--default:not(:has(.spacer:first-child)),.alignfull+.grid-container--narrow:not(:has(.spacer:first-child)),.alignfull+.grid-container--wide:not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.alignfull+.grid-container--default:not(:has(.spacer:first-child)),.alignfull+.grid-container--narrow:not(:has(.spacer:first-child)),.alignfull+.grid-container--wide:not(:has(.spacer:first-child)){margin-top:96px}}@media print,screen and (min-width:64em){.alignfull+.grid-container--default:not(:has(.spacer:first-child)),.alignfull+.grid-container--narrow:not(:has(.spacer:first-child)),.alignfull+.grid-container--wide:not(:has(.spacer:first-child)){margin-top:128px}}.alignfull+.grid-container--default:not(:has(.spacer:first-child))>.page-navigation:first-child,.alignfull+.grid-container--narrow:not(:has(.spacer:first-child))>.page-navigation:first-child,.alignfull+.grid-container--wide:not(:has(.spacer:first-child))>.page-navigation:first-child{margin-top:0}@media print,screen and (min-width:64em){.alignfull+.grid-container--default:not(:has(.spacer:first-child))>.page-navigation:first-child,.alignfull+.grid-container--narrow:not(:has(.spacer:first-child))>.page-navigation:first-child,.alignfull+.grid-container--wide:not(:has(.spacer:first-child))>.page-navigation:first-child{margin-top:-60px}}.grid-container--narrow{max-width:1000px}.grid-container--narrow+.grid-container--default:not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.grid-container--narrow+.grid-container--default:not(:has(.spacer:first-child)){margin-top:96px}}.grid-container--narrow+.alignfull:not(:has(.spacer:first-child)),.grid-container--narrow+.grid-container--wide:not(.single-post__image-container):not(:has(.spacer:first-child)){margin-top:64px}@media print,screen and (min-width:40em){.grid-container--narrow+.alignfull:not(:has(.spacer:first-child)),.grid-container--narrow+.grid-container--wide:not(.single-post__image-container):not(:has(.spacer:first-child)){margin-top:96px}}@media print,screen and (min-width:64em){.grid-container--narrow+.alignfull:not(:has(.spacer:first-child)),.grid-container--narrow+.grid-container--wide:not(.single-post__image-container):not(:has(.spacer:first-child)){margin-top:128px}}.alignfull:not(:has(.spacer:last-child))+.grid-container--narrow,.grid-container--default:has(.spacer:last-child)+.grid-container--narrow,.grid-container--wide:has(.spacer:last-child)+.grid-container--narrow{margin-top:0}.single-reference .single__article>.grid-container--narrow+.grid-container--wide:has(>.wp-block-wk-wide-content>.gallery-slider){margin-top:64px!important}iframe{border:none!important}.grid-container--narrow:has(.spacer:last-child)+.alignfull,.grid-container--narrow:has(.spacer:last-child)+.grid-container--default,.grid-container--narrow:has(.spacer:last-child)+.grid-container--wide{margin-top:0!important}:focus{outline:none}.has-black-background-color{background-color:#000}.has-black-color{color:#000}.has-white-background-color{background-color:#fff}.has-white-color{color:#fff}.has-blue-background-color{background-color:#317caa}.has-blue-color{color:#317caa}.has-light-blue-background-color{background-color:#66a0ce}.has-light-blue-color{color:#66a0ce}.has-lighter-blue-background-color{background-color:#a8cbe9}.has-lighter-blue-color{color:#a8cbe9}.has-blue-krapf-background-color{background-color:#7c8e99}.has-blue-krapf-color{color:#7c8e99}.has-red-background-color{background-color:#d72638}.has-red-color{color:#d72638}.has-light-gray-background-color{background-color:#ececec}.has-light-gray-color{color:#ececec}.has-medium-gray-background-color{background-color:#b3b3b3}.has-medium-gray-color{color:#b3b3b3}.has-dark-gray-background-color{background-color:#747474}.has-dark-gray-color{color:#747474}.has-small-font-size{font-size:14px}.error-container__text,.has-large-font-size{font-size:55px}.wp-block-buttons{display:-webkit-box;display:-ms-flexbox;display:flex}.wp-block-cover{height:auto}.wp-block-image{margin-bottom:32px;margin-top:32px}.wp-block-image figcaption{margin-bottom:0!important;margin-top:8px!important}.wp-block-group.has-background{margin:48px 0;padding:48px 0}@media print,screen and (min-width:40em){.wp-block-group.has-background{margin:128px 0;padding:96px 0}}.wp-block-group.has-background+.wp-block-group.has-background{margin-top:0}.wp-block-group.is-style-box{border:1px solid #000;padding:16px}@media print,screen and (min-width:40em){.wp-block-group.is-style-box{padding:32px}}.wp-block-group.is-style-box>.wp-block-group__inner-container>:first-child{margin-top:0!important}.wp-block-group.is-style-box>.wp-block-group__inner-container>:last-child{margin-bottom:0!important}.wp-block-buttons+.wp-block-group.is-style-box,.wp-block-group.is-style-box+p{margin-top:96px}.wp-block-group.is-style-container{margin-bottom:0;margin-top:0;padding:16px}@media print,screen and (min-width:40em){.wp-block-group.is-style-container{padding:32px}}.wp-block-group .wp-block-group__inner-container>.grid-container>:first-child{margin-top:0}.wp-block-group .wp-block-group__inner-container>.grid-container>:last-child{margin-bottom:0}.wp-block-media-text{margin:64px 0}@media print,screen and (min-width:64em){.wp-block-media-text{margin:128px 0}}.archive .facetwp-radio+.wp-block-media-text,.archive .facetwp-type-fselect .fs-label+.wp-block-media-text,.footer__menu-link+.wp-block-media-text,.form-styling-active .gform_validation_errors *+.wp-block-media-text,.ghostkit-tabs .ghostkit-tabs-buttons-item+.wp-block-media-text,.h1+.wp-block-media-text,.h2+.wp-block-media-text,.h3+.wp-block-media-text,.h4+.wp-block-media-text,.h5+.wp-block-media-text,.h6+.wp-block-media-text,.is-style-large+.wp-block-media-text,.is-style-very-large+.wp-block-media-text,.search-overlay__title+.wp-block-media-text,h1+.wp-block-media-text,h2+.wp-block-media-text,h3+.wp-block-media-text,h4+.wp-block-media-text,h5+.wp-block-media-text,h6+.wp-block-media-text{margin-top:0}.wp-block-media-text .wp-block-media-text__media img{-o-object-fit:cover;object-fit:cover}@media print,screen and (min-width:40em){.wp-block-media-text .wp-block-media-text__media img{max-height:833px}}.wp-block-media-text .wp-block-media-text__content{-ms-flex-item-align:start;align-self:flex-start;padding:0 0 0 32px!important}@media print,screen and (max-width:39.99875em){.wp-block-media-text .wp-block-media-text__content{padding:32px 0 0!important}}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 32px 0 0!important}.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn){--gkt-grid__gap:32px!important}.archive .facetwp-radio+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.archive .facetwp-type-fselect .fs-label+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.footer__menu-link+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.form-styling-active .gform_validation_errors *+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.ghostkit-tabs .ghostkit-tabs-buttons-item+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h1+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h2+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h3+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h4+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h5+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.h6+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.is-style-large+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.is-style-very-large+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),.search-overlay__title+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h1+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h2+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h3+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h4+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h5+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn),h6+.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn){margin-top:16px}.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn) .ghostkit-col-content>:first-child{margin-top:0!important}.ghostkit-grid:not(.ghostkit-grid-layout-preview-btn) .ghostkit-col-content>:last-child{margin-bottom:0!important}.wp-block-embed,.wp-block-video{margin:32px 0}.wp-block-embed+h2,.wp-block-video+h2{margin-top:96px}.grid-container>h1{margin-top:50px}@media print,screen and (min-width:40em){.grid-container>h1{margin-top:96px}}.h1,.is-style-large,.is-style-very-large,.search-overlay__title,h1{letter-spacing:-1.3px}.h1+.is-style-subheading,.is-style-large+.is-style-subheading,.is-style-very-large+.is-style-subheading,.search-overlay__title+.is-style-subheading,h1+.is-style-subheading{margin-top:-32px}@media print,screen and (max-width:39.99875em){.form-styling-active .h1+.gform_confirmation_message,.form-styling-active .is-style-large+.gform_confirmation_message,.form-styling-active .is-style-very-large+.gform_confirmation_message,.form-styling-active .search-overlay__title+.gform_confirmation_message,.form-styling-active h1+.gform_confirmation_message,.h1+.is-style-lead,.is-style-large+.is-style-lead,.is-style-very-large+.is-style-lead,.search-overlay__title+.is-style-lead,h1+.is-style-lead{margin-top:-.88889rem}}.h2,h2{margin-bottom:32px}.wp-block-table+.h2,.wp-block-table+h2,ol+.h2,ol+h2,p+.h2,p+h2,ul+.h2,ul+h2{margin-top:48px}@media print,screen and (min-width:64em){.wp-block-table+.h2,.wp-block-table+h2,ol+.h2,ol+h2,p+.h2,p+h2,ul+.h2,ul+h2{margin-top:96px}}.wp-block-buttons+.h2,.wp-block-buttons+h2{margin-top:96px}@media print,screen and (max-width:39.99875em){.h2+p,h2+p{margin-top:-16px}}.archive .facetwp-radio,.archive .facetwp-type-fselect .fs-label,.footer__menu-link,.form-styling-active .gform_validation_errors *,.ghostkit-tabs .ghostkit-tabs-buttons-item,.h3,h3{letter-spacing:-.2px;margin-bottom:8px}p+.wp-block-buttons{margin-top:32px}p+.wp-block-group{margin-top:48px}@media print,screen and (min-width:64em){p+.wp-block-group{margin-top:96px}}.archive .facetwp-type-fselect p+.fs-label,.archive p+.facetwp-radio,.ghostkit-tabs p+.ghostkit-tabs-buttons-item,p+h3{margin-top:32px}hr{margin:48px auto}@media print,screen and (min-width:40em){hr{margin:64px auto}}@media print,screen and (min-width:64em){hr{margin:96px auto}}hr.wp-block-separator{border-top:none}.a,a{color:#000;text-decoration:underline;-webkit-text-decoration-color:#317caa;text-decoration-color:#317caa;text-underline-offset:2px;-webkit-transition:color .2s ease-in-out;transition:color .2s ease-in-out}body.krapf-theme-active .a,body.krapf-theme-active a{-webkit-text-decoration-color:#000;text-decoration-color:#000;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}body.krapf-theme-active .a:active,body.krapf-theme-active .a:focus,body.krapf-theme-active .a:hover,body.krapf-theme-active a:active,body.krapf-theme-active a:focus,body.krapf-theme-active a:hover{color:#7c8e99;-webkit-text-decoration-color:#7c8e99;text-decoration-color:#7c8e99}.a.blog-teaser__button,.a.no-underline,a.blog-teaser__button,a.no-underline{text-decoration:none}figcaption{font-size:14px;margin-bottom:0!important;margin-top:8px!important}.is-style-large{line-height:1.145}@media print,screen and (min-width:40em){.is-style-large{font-size:48px}}@media print,screen and (min-width:64em){.is-style-large{font-size:55px;letter-spacing:-.8px}}.is-style-subheading{color:#b3b3b3;font-size:35px;letter-spacing:-.5px;line-height:1.2;margin-bottom:32px}@media print,screen and (min-width:40em){.is-style-subheading{margin-bottom:60px}}.form-styling-active .gform_confirmation_message,.is-style-lead{font-size:20px;font-weight:500}@media print,screen and (min-width:40em){.form-styling-active .gform_confirmation_message,.is-style-lead{font-size:22px}}.editor-styles-wrapper .has-small-font-size,.has-small-font-size{font-size:14px}.editor-styles-wrapper .has-large-font-size,.error-container__text,.has-large-font-size{font-weight:700;letter-spacing:-.5px;line-height:1.2;margin-bottom:25px}@media print,screen and (max-width:39.99875em){.editor-styles-wrapper .has-large-font-size,.error-container__text,.has-large-font-size{font-size:35px}}@media print,screen and (min-width:40em){.editor-styles-wrapper .has-large-font-size,.error-container__text,.has-large-font-size{letter-spacing:-.8px;line-height:1.1454}}.wp-block-table{margin:1rem 0}@media print,screen and (max-width:39.99875em){.wp-block-table table,.wp-block-table thead{display:block}.wp-block-table th{display:inline-block}.wp-block-table tbody,.wp-block-table tbody tr,.wp-block-table thead tr{display:block}.wp-block-table tbody tr td{display:block;width:100%}}.ts-wrapper.single .ts-control,.ts-wrapper.single .ts-control input{cursor:pointer}.ts-wrapper.plugin-drag_drop.multi>.ts-control>div.ui-sortable-placeholder{background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff;visibility:visible!important}.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder:after{content:"!";visibility:hidden}.ts-wrapper.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2)}.plugin-checkbox_options .option input{margin-right:.5rem}.plugin-clear_button .ts-control{padding-right:calc(1em + 18px)!important}.plugin-clear_button .clear-button{background:transparent!important;cursor:pointer;margin-right:0!important;opacity:0;position:absolute;right:2px;top:8px;-webkit-transition:opacity .5s;transition:opacity .5s}.plugin-clear_button.single .clear-button{right:calc(2px + 2rem)}.plugin-clear_button.focus.has-items .clear-button,.plugin-clear_button:not(.disabled):hover.has-items .clear-button{opacity:1}.ts-wrapper .dropdown-header{background:#f8f8f8;border-bottom:1px solid #d0d0d0;border-radius:3px 3px 0 0;padding:10px 8px;position:relative}.ts-wrapper .dropdown-header-close{color:#303030;font-size:20px!important;line-height:20px;margin-top:-12px;opacity:.4;position:absolute;right:8px;top:50%}.ts-wrapper .dropdown-header-close:hover{color:#000}.plugin-dropdown_input.focus.dropdown-active .ts-control{border:1px solid #d0d0d0;-webkit-box-shadow:none;box-shadow:none}.plugin-dropdown_input .dropdown-input{background:transparent;border:solid #d0d0d0;border-width:0 0 1px;-webkit-box-shadow:none;box-shadow:none;display:block;padding:8px;width:100%}.plugin-dropdown_input .items-placeholder{border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;width:100%}.plugin-dropdown_input.dropdown-active .items-placeholder,.plugin-dropdown_input.has-items .items-placeholder{display:none!important}.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input{min-width:0}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input{-webkit-box-flex:0;-ms-flex:none;flex:none;min-width:4px}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-webkit-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-moz-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input:-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::-ms-input-placeholder{color:transparent}.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder{color:transparent}.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content{display:-webkit-box;display:-ms-flexbox;display:flex}.ts-dropdown.plugin-optgroup_columns .optgroup{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-preferred-size:0;border-right:1px solid #f2f2f2;border-top:0;flex-basis:0;flex-grow:1;min-width:0}.ts-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0}.ts-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.ts-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0}.ts-wrapper.plugin-remove_button .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding-right:0!important}.ts-wrapper.plugin-remove_button .item .remove{border-left:1px solid #d0d0d0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:inline-block;margin-left:6px;padding:0 6px;text-decoration:none;vertical-align:middle}.ts-wrapper.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.ts-wrapper.plugin-remove_button .item.active .remove{border-left-color:#cacaca}.ts-wrapper.plugin-remove_button.disabled .item .remove:hover{background:none}.ts-wrapper.plugin-remove_button.disabled .item .remove{border-left-color:#fff}.ts-wrapper.plugin-remove_button .remove-single{font-size:23px;position:absolute;right:0;top:0}.ts-wrapper{position:relative}.ts-control,.ts-control input,.ts-dropdown{font-smoothing:inherit;color:#303030;font-family:inherit;font-size:13px;line-height:18px}.ts-control,.ts-wrapper.single.input-active .ts-control{background:#fff;cursor:text}.ts-control{border:1px solid #d0d0d0;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;padding:8px;position:relative;width:100%;z-index:1}.ts-wrapper.multi.has-items .ts-control{padding:6px 8px 3px}.full .ts-control{background-color:#fff}.disabled .ts-control,.disabled .ts-control *{cursor:default!important}.focus .ts-control{-webkit-box-shadow:none;box-shadow:none}.ts-control>*{display:inline-block;vertical-align:baseline}.ts-wrapper.multi .ts-control>div{background:#f2f2f2;border:0 solid #d0d0d0;color:#303030;cursor:pointer;margin:0 3px 3px 0;padding:2px 6px}.ts-wrapper.multi .ts-control>div.active{background:#e8e8e8;border:0 solid #cacaca;color:#303030}.ts-wrapper.multi.disabled .ts-control>div,.ts-wrapper.multi.disabled .ts-control>div.active{background:#fff;border:0 solid #fff;color:#7d7d7d}.ts-control>input{-webkit-box-flex:1;background:none!important;border:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;display:inline-block!important;-ms-flex:1 1 auto;flex:1 1 auto;line-height:inherit!important;margin:0!important;max-height:none!important;max-width:100%!important;min-height:0!important;min-width:7rem;padding:0!important;text-indent:0!important;-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.ts-control>input::-ms-clear{display:none}.ts-control>input:focus{outline:none!important}.has-items .ts-control>input{margin:0 4px!important}.ts-control.rtl{text-align:right}.ts-control.rtl.single .ts-control:after{left:15px;right:auto}.ts-control.rtl .ts-control>input{margin:0 4px 0 -2px!important}.disabled .ts-control{background-color:#fafafa;opacity:.5}.input-hidden .ts-control>input{left:-10000px;opacity:0;position:absolute}.ts-dropdown{background:#fff;border:1px solid #d0d0d0;border-radius:0 0 3px 3px;border-top:0;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.1);-webkit-box-sizing:border-box;box-sizing:border-box;left:0;margin:.25rem 0 0;position:absolute;top:100%;width:100%;z-index:10}.ts-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.ts-dropdown [data-selectable] .highlight{background:rgba(125,168,208,.2);border-radius:1px}.ts-dropdown .create,.ts-dropdown .no-results,.ts-dropdown .optgroup-header,.ts-dropdown .option{padding:5px 8px}.ts-dropdown .option,.ts-dropdown [data-disabled],.ts-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.ts-dropdown [data-selectable].option{cursor:pointer;opacity:1}.ts-dropdown .optgroup:first-child .optgroup-header{border-top:0}.ts-dropdown .optgroup-header{background:#fff;color:#303030;cursor:default}.ts-dropdown .active,.ts-dropdown .create:hover,.ts-dropdown .option:hover{background-color:#f5fafd;color:#495c68}.ts-dropdown .active.create,.ts-dropdown .create:hover.create,.ts-dropdown .option:hover.create{color:#495c68}.ts-dropdown .create{color:rgba(48,48,48,.5)}.ts-dropdown .spinner{display:inline-block;height:30px;margin:5px 8px;width:30px}.ts-dropdown .spinner:after{-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;border-color:#d0d0d0 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:24px;margin:3px;width:24px}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.ts-dropdown-content{overflow-scrolling:touch;max-height:200px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}.ts-hidden-accessible{clip:rect(0 0 0 0)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}body.hidden-scroll{overflow:hidden}.sl-overlay{background:#fff;bottom:0;display:none;right:0;z-index:1035}.sl-overlay,.sl-wrapper{left:0;position:fixed;top:0}.sl-wrapper{height:100%;width:100%;z-index:1040}.sl-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box}.sl-wrapper button{background:transparent;border:0;cursor:pointer;font-size:28px;padding:0}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{font-family:Arial,Baskerville,monospace;font-size:3rem;height:44px;line-height:44px;margin-right:-14px;margin-top:-14px;right:30px;width:44px;z-index:10060}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{color:#000;display:none;position:fixed;top:30px}.sl-wrapper .sl-counter{font-size:1rem;left:30px;z-index:1060}.sl-wrapper .sl-navigation{display:none;width:100%}.sl-wrapper .sl-navigation button{color:#000;display:block;font-family:Arial,Baskerville,monospace;height:44px;line-height:44px;margin-top:-22px;position:fixed;text-align:center;top:50%;width:22px;z-index:10060}.sl-wrapper .sl-navigation button.sl-next{font-size:2rem;right:5px}.sl-wrapper .sl-navigation button.sl-prev{font-size:2rem;left:5px}@media(min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{font-size:3rem;right:10px}.sl-wrapper .sl-navigation button.sl-prev{font-size:3rem;left:10px}}@media(min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{font-size:3rem;right:20px}.sl-wrapper .sl-navigation button.sl-prev{font-size:3rem;left:20px}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{border:0;display:block;height:auto;margin:0;padding:0;width:100%}@media(min-width:35.5em){.sl-wrapper .sl-image img{border:0}}@media(min-width:50em){.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image iframe{background:#000;border:0}@media(min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media(min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{background:rgba(0,0,0,.8);bottom:0;color:#fff;display:none;font-size:1rem;left:0;padding:10px;position:absolute;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{bottom:5px;color:#000;display:none;position:absolute;right:5px;z-index:1060}.sl-spinner{-webkit-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite;border:5px solid #333;border-radius:40px;display:none;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007}.sl-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}.sl-transition{transition:-webkit-transform .2s ease;-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}@-webkit-keyframes pulsate{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:1}to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes pulsate{0%{opacity:0;-webkit-transform:scale(.1);transform:scale(.1)}50%{opacity:1}to{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}}.error-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;min-height:62vh;padding-bottom:64px;padding-top:96px;text-align:center}@media screen and (min-width:75em){.error-container{padding-bottom:128px;padding-top:128px}}.error-container__title{font-size:100px;line-height:1.1;margin-bottom:0;margin-top:0}@media print,screen and (min-width:40em){.error-container__title{font-size:120px}}@media print,screen and (min-width:64em){.error-container__title{font-size:160px}}.error-container__text{margin-bottom:32px}.single__header{margin-top:0}@media print,screen and (min-width:40em){.single__header{margin-top:64px}}@media print,screen and (min-width:64em){.single__header{margin-top:96px}}@media print,screen and (max-width:39.99875em){.single__overview{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.single__title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.single__information-wrapper{margin:64px auto}@media print,screen and (min-width:64em){.single__information-wrapper{margin:128px auto}}body.krapf-theme-active .single .single__item-heading{margin-top:32px}@media print,screen and (min-width:40em){body.krapf-theme-active .single .single__item-heading{margin-top:64px}}body.krapf-theme-active .single .single__item-heading:first-child{margin-top:0}.single__small-informations{display:grid;gap:16px;grid-template-columns:100%}@media print,screen and (min-width:40em){.single__small-informations{gap:64px 32px;grid-template-columns:repeat(2,1fr)}}.single-vacancy .content-wrapper .grid-container:last-child{margin-bottom:64px}@media print,screen and (min-width:40em){.single-vacancy .content-wrapper .grid-container:last-child{margin-bottom:96px}}@media print,screen and (min-width:64em){.single-vacancy .content-wrapper .grid-container:last-child{margin-bottom:128px}}.single-vacancy .gform_wrapper{margin-top:64px!important}@media print,screen and (min-width:40em){.single-vacancy .gform_wrapper{margin-top:96px!important}}@media print,screen and (min-width:64em){.single-vacancy .gform_wrapper{margin-top:128px!important}}.single-vacancy .gform_wrapper .gform_readonly select{background-image:none;padding-right:0;pointer-events:none}.single-vacancy .gform_confirmation_wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:64px!important;text-align:center}@media print,screen and (min-width:40em){.single-vacancy .gform_confirmation_wrapper{margin-top:96px!important}}@media print,screen and (min-width:64em){.single-vacancy .gform_confirmation_wrapper{margin-top:128px!important}}body.krapf-theme-active .single .single__grid{row-gap:64px}body.krapf-theme-active .single .single__text>:last-child{margin-bottom:0}.single-post .single-post__title{margin-bottom:32px;margin-top:24px}@media print,screen and (min-width:40em){.single-post .single-post__title{margin-bottom:48px;margin-top:32px}}@media print,screen and (min-width:48em){.single-post .single-post__title{margin-bottom:64px}}@media print,screen and (max-width:47.99875em){.single-post__info{font-size:16px}}@media print,screen and (max-width:39.99875em){.single-post__info{font-size:14px}}.single-post__categories{display:inline}.single-post__categories:before{content:"·";display:inline-block;text-align:center;width:9px}.single-post__image-container{margin-top:64px}@media print,screen and (min-width:64em){.single-post__image-container{margin-top:96px}}.single-post__image{width:100%}.back-to-overview{margin-bottom:32px;margin-top:48px}@media print,screen and (min-width:40em){.back-to-overview{margin-bottom:48px;margin-top:64px}}@media print,screen and (min-width:64em){.back-to-overview{margin-bottom:64px;margin-top:96px}}.header{background-color:#fff;opacity:1;padding-bottom:11px;padding-top:11px;position:sticky;top:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:visible;width:100%;z-index:150}@media screen and (min-width:58.3125em){.header{padding-bottom:40px;padding-top:35px}}.header.scrolled-down{-webkit-transform:translateY(-62px);transform:translateY(-62px)}.slider-is-fullscreen .header{opacity:0;visibility:hidden}.header.active{background-color:#ececec}.header-meta-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;justify-content:flex-end;margin-bottom:40px;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}@media screen and (max-width:58.25em){.header-meta-wrapper{display:none}}.header__meta-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.header__meta-link{font-size:14px;text-decoration:none}.header__meta-search{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.header__meta-search-icon svg{height:12px;width:12px}.header__meta-search-text{font-size:14px}.header__meta .language-switcher{-ms-flex-preferred-size:100%;-webkit-box-pack:center;-ms-flex-pack:center;display:inline;display:-webkit-box;display:-ms-flexbox;display:flex;flex-basis:100%;justify-content:center;margin-left:0}.header__meta .language-switcher__list{margin-top:26px}.header-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;justify-content:space-between;position:relative}.header-logo-wrapper{-ms-flex-item-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-self:center}@media screen and (max-width:58.25em){.header-logo-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%;z-index:100}}.header-logo{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.header-logo__image{height:40px;-o-object-fit:contain;object-fit:contain;width:auto}body.krapf-theme-active .header-logo__image{height:32px!important}@media screen and (min-width:58.3125em){.header-logo__image{height:48px}}.header .hamburger{z-index:100}@media screen and (min-width:58.3125em){.header .hamburger{display:none}}.primary-navigation__wrapper{-ms-flex-pack:distribute;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-around}.primary-navigation__wrapper .primary-navigation{width:100%}@media screen and (min-width:58.3125em){.primary-navigation__wrapper .primary-navigation{display:block}}.primary-navigation__items,.primary-navigation__items ul{list-style:none;margin:0;padding:0}@media screen and (max-width:58.25em){.primary-navigation__items{padding:16px 32px 24px}.primary-navigation__items li{display:block}.primary-navigation__items li.menu-item-has-children{position:relative}.primary-navigation__items li.menu-item-has-children .js-menu-caret{padding-left:20px;position:absolute;top:8px}.primary-navigation__items li.menu-item-has-children .js-menu-caret svg{fill:#b3b3b3;height:9px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:14px}.primary-navigation__items li.menu-item-has-children.active svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.primary-navigation__items a{color:#000;display:inline-block;font-size:18px;padding:8px 0;text-decoration:none}.primary-navigation__items .sub-menu{max-height:0;opacity:0;overflow:hidden;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;visibility:hidden}.primary-navigation__items .sub-menu.open{max-height:999px;opacity:1;visibility:visible}.primary-navigation__items .sub-menu li{padding:6px 0}.primary-navigation__items>li{line-height:1.2;margin:16px 0}.primary-navigation__items>li>a{color:#000;font-weight:600;line-height:1.2}.primary-navigation__items>li>ul>li:first-of-type{padding-top:8px}.primary-navigation__items>li>ul>li:last-of-type{padding-bottom:12px}.primary-navigation__items>li>ul>li>a{color:#000;font-size:16px;font-weight:600;line-height:1.2}}@media screen and (min-width:58.3125em){.primary-navigation__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:48px}.primary-navigation__items:active .c-nav__item--level-0,.primary-navigation__items:focus .c-nav__item--level-0,.primary-navigation__items:hover .c-nav__item--level-0{color:#b3b3b3}.primary-navigation__items:active .c-nav__item--level-0 .js-menu-caret svg,.primary-navigation__items:focus .c-nav__item--level-0 .js-menu-caret svg,.primary-navigation__items:hover .c-nav__item--level-0 .js-menu-caret svg{fill:currentColor}.primary-navigation__items .js-menu-caret{padding-left:8px;position:absolute;right:0;top:2px}.primary-navigation__items .js-menu-caret svg{fill:#b3b3b3;height:9px;-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out;width:14px}.primary-navigation__items a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-decoration:none}.primary-navigation__items .menu-item__link__caret{-ms-flex-negative:0;background:none;border:0;border-radius:0;color:inherit;flex-shrink:0;font:inherit;line-height:normal;margin-left:.25rem;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.primary-navigation__items .icon{height:.75em;position:relative;top:-.125rem;width:.75em}.primary-navigation__items>li{position:relative}.primary-navigation__items>li.menu-item-has-children{padding-right:24px}.primary-navigation__items>li:not(.menu-item-has-children)>a:active,.primary-navigation__items>li:not(.menu-item-has-children)>a:focus,.primary-navigation__items>li:not(.menu-item-has-children)>a:hover{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-decoration-thickness:2px;text-underline-offset:4px}.primary-navigation__items>li:active,.primary-navigation__items>li:focus,.primary-navigation__items>li:hover{color:#000!important}.primary-navigation__items>li>a{color:currentColor!important;display:inline-block;font-size:18px;font-weight:600;line-height:1.2;padding:5px 0;-webkit-transition:background-size .2s,color .2s ease-in-out;transition:background-size .2s,color .2s ease-in-out}.primary-navigation__items>li>a:active,.primary-navigation__items>li>a:focus,.primary-navigation__items>li>a:hover{background-size:100% 2px;color:currentColor!important}.primary-navigation__items>li.hovered>a{background-size:100% 2px}.primary-navigation__items>li li{background:#000;line-height:1.3;-webkit-transition:all .2s ease;transition:all .2s ease}.primary-navigation__items>li li a{color:#fff!important;display:block;font-size:18px;font-weight:700;line-height:1.5;padding:10px 24px}.primary-navigation__items>li li:active,.primary-navigation__items>li li:focus,.primary-navigation__items>li li:hover{color:#fff!important;text-decoration:underline;-webkit-text-decoration-color:#fff;text-decoration-color:#fff;text-decoration-thickness:2px;text-underline-offset:2px}.primary-navigation__items>li li .icon{color:#fff;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.primary-navigation__items>li:hover>.sub-menu,.primary-navigation__items>li>.sub-menu.open{left:0;opacity:1;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}}@media screen and (min-width:58.3125em)and (max-width:103.75em){.primary-navigation__items>li:last-of-type:hover>.sub-menu,.primary-navigation__items>li:last-of-type>.sub-menu.open{left:-160px}}@media screen and (min-width:58.3125em){.primary-navigation__items>li>ul{background:#000;left:-999em;opacity:0;padding:18px 0 10px;position:absolute;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:256px;z-index:99}.primary-navigation__items>li>ul>li.menu-item-has-children{position:relative}.primary-navigation__items>li>ul>li.menu-item-has-children>a{margin-right:2.5rem}.primary-navigation__items>li>ul>li.menu-item-has-children>.icon-wrap{position:absolute;right:0;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2.5rem}.primary-navigation__items>li>ul>li>a{display:block}.primary-navigation__items>li>ul>li .menu-item__link__caret{padding-left:.75rem;padding-right:.75rem}.primary-navigation__items>li>ul>li:hover>.sub-menu,.primary-navigation__items>li>ul>li>.sub-menu.open{left:256px;opacity:1;top:0}.primary-navigation__items>li>ul>li>ul{background:#fff;-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,.15);box-shadow:0 5px 15px 0 rgba(0,0,0,.15);left:-999em;opacity:0;position:absolute;-webkit-transition:opacity .2s ease-out;transition:opacity .2s ease-out;width:256px;z-index:99}}.social-icons{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:flex-start}.social-icons__link{color:#000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.content-wrapper .social-icons__link{color:#317caa}body.krapf-theme-active .content-wrapper .social-icons__link{color:#7c8e99}.content-wrapper .social-icons__link:active,.content-wrapper .social-icons__link:focus,.content-wrapper .social-icons__link:hover{color:#d72638}.form-styling-active ol li:not([class]),.form-styling-active ul li:not([class]){font-size:18px;line-height:1.5;margin-bottom:16px}.form-styling-active ol li:not([class]):last-child,.form-styling-active ul li:not([class]):last-child{margin-bottom:0}.form-styling-active ol+.wp-block-group,.form-styling-active ul+.wp-block-group{margin-top:64px}@media print,screen and (min-width:64em){.form-styling-active ol+.wp-block-group,.form-styling-active ul+.wp-block-group{margin-top:96px}}.form-styling-active ul{list-style:none;list-style-type:none;margin:0;padding:0}.form-styling-active ul li:not([class]){padding-left:26px;position:relative}.form-styling-active ul li:not([class]):before{background-color:#000;content:"";height:1px;position:absolute;top:12px;-webkit-transform:translate(-26px);transform:translate(-26px);width:12px}.form-styling-active ul li:not([class]) ul{margin-left:0;margin-top:16px}.form-styling-active ul li:not([class]):last-child{margin-bottom:0}.form-styling-active ul ol ol,.form-styling-active ul ol ul{margin-left:0;margin-top:16px}.form-styling-active .has-small-font-size ul li:not([class]){font-size:14px;margin-bottom:0;padding-left:20px}.form-styling-active .has-small-font-size ul li:not([class]):before{height:1px;top:8px;-webkit-transform:translate(-20px);transform:translate(-20px)}.footer{color:#000;width:100%}.footer__content{background-color:#ececec;padding:96px 0}@media print,screen and (max-width:39.99875em){.footer__content{padding:32px 16px}.footer__content-grid{display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,screen and (min-width:40em){.footer-column:last-child{margin-bottom:0}}@media print,screen and (max-width:39.99875em){.footer__contact{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.footer__contact-text{margin-bottom:0}.footer__contact-link{display:inline-block;font-size:18px;margin-top:16px}.footer__menu{margin-bottom:16px}@media print,screen and (max-width:39.99875em){.footer__menu{-webkit-box-ordinal-group:2;-ms-flex-order:1;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:46px;order:1}.footer__menu,.footer__menu-item{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__menu-item:not(:last-child) .footer__menu-link{margin-bottom:16px}.footer__menu-item:last-child .footer__menu-link{margin-bottom:0}}.footer__menu-link{display:inline-block;margin-bottom:16px;position:relative;text-decoration:none}.footer__menu-link:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";display:block;height:24px;opacity:0;pointer-events:none;position:absolute;right:-75px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:54px}.footer__menu-link:active,.footer__menu-link:focus,.footer__menu-link:hover{color:#000!important}.footer__menu-link:active:after,.footer__menu-link:focus:after,.footer__menu-link:hover:after{opacity:1}@media print,screen and (min-width:40em){.footer__social{margin-top:12px}}@media print,screen and (max-width:39.99875em){.footer__social .social-icons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}}.footer__logo{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}@media print,screen and (max-width:39.99875em){.footer__logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px;order:2}}.footer__logo-link{max-width:216px;width:100%}.footer__logo-image{display:block}@media print,screen and (max-width:39.99875em){body.krapf-theme-active .footer__logo-image{height:32px}}.footer__meta{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;justify-content:flex-end;margin:10px 0}@media screen and (min-width:84em){.footer__meta{padding:0}}@media print,screen and (max-width:39.99875em){.footer__meta{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer__meta-link{font-size:14px}.has-fullscreen-button .fullscreen-link{cursor:-webkit-zoom-in;cursor:zoom-in;display:inline-block;position:relative}.has-fullscreen-button .fullscreen-link:active .fullscreen-button,.has-fullscreen-button .fullscreen-link:focus .fullscreen-button,.has-fullscreen-button .fullscreen-link:hover .fullscreen-button{background-color:#fff}.has-fullscreen-button .fullscreen-link:active .fullscreen-button svg>*,.has-fullscreen-button .fullscreen-link:focus .fullscreen-button svg>*,.has-fullscreen-button .fullscreen-link:hover .fullscreen-button svg>*{stroke:#000}.has-fullscreen-button .fullscreen-button{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#b3b3b3;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;justify-content:center;position:absolute;right:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:30px}@media print,screen and (min-width:40em){.has-fullscreen-button .fullscreen-button{height:40px;width:40px}}.has-fullscreen-button .fullscreen-button svg>*{stroke:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.sl-wrapper .sl-close{background-color:#000;height:32px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M19.07 19.07 4.93 4.93m14.14 0L4.93 19.07'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M19.07 19.07 4.93 4.93m14.14 0L4.93 19.07'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;text-indent:-9999px;width:32px}@media print,screen and (min-width:40em){.sl-wrapper .sl-close{right:32px;top:32px}}.sl-wrapper .sl-close:active,.sl-wrapper .sl-close:focus,.sl-wrapper .sl-close:hover{background-color:#317caa}body.krapf-theme-active .sl-wrapper .sl-close:active,body.krapf-theme-active .sl-wrapper .sl-close:focus,body.krapf-theme-active .sl-wrapper .sl-close:hover{background-color:#7c8e99}.sl-navigation .sl-next,.sl-navigation .sl-prev{background-color:#b3b3b3;height:32px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;text-indent:-9999px;width:32px}.sl-navigation .sl-next:active,.sl-navigation .sl-next:focus,.sl-navigation .sl-next:hover,.sl-navigation .sl-prev:active,.sl-navigation .sl-prev:focus,.sl-navigation .sl-prev:hover{background-color:#000}.sl-navigation .sl-next{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24' fill='currentColor'%3E%3Cpath class='arrow-head' d='m11.293 2.707 1.414-1.414L23.414 12 12.707 22.707l-1.414-1.414L20.585 12z'/%3E%3Cpath class='line' d='M21 11v2H1v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24' fill='currentColor'%3E%3Cpath class='arrow-head' d='m11.293 2.707 1.414-1.414L23.414 12 12.707 22.707l-1.414-1.414L20.585 12z'/%3E%3Cpath class='line' d='M21 11v2H1v-2z'/%3E%3C/svg%3E")}.sl-navigation .sl-prev{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24' fill='currentColor'%3E%3Cpath class='arrow-head' d='m23.2 12 9.3 9.3-1.4 1.4L20.4 12 31.1 1.3l1.4 1.4-9.3 9.3z'/%3E%3Cpath class='line' d='M42.8 11v2h-20v-2h20z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24' fill='currentColor'%3E%3Cpath class='arrow-head' d='m23.2 12 9.3 9.3-1.4 1.4L20.4 12 31.1 1.3l1.4 1.4-9.3 9.3z'/%3E%3Cpath class='line' d='M42.8 11v2h-20v-2h20z'/%3E%3C/svg%3E")}.plyr--fullscreen-fallback #header{display:none!important}.plyr--fullscreen-fallback .downloads__item.is-fullscreen .plyr--fullscreen-enabled{bottom:0;left:0;margin-bottom:0!important;position:fixed;right:0;top:0;z-index:1000000}.plyr--fullscreen-fallback .downloads__item.is-fullscreen .plyr--fullscreen-enabled .plyr__video-embed__container{height:200%!important;padding-bottom:0!important;position:relative;-webkit-transform:translateY(-25%)!important;transform:translateY(-25%)!important}.masonry-grid{margin:25px -5px 50px}.masonry-grid .grid-item{display:inline-block;margin-bottom:20px;padding-left:10px;padding-right:10px;width:33.33%}@media print,screen and (max-width:74.99875em){.masonry-grid .grid-item{width:50%}}@media print,screen and (max-width:39.99875em){.masonry-grid .grid-item{width:100%}}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{background-color:transparent;border:0;color:inherit;cursor:pointer;display:inline-block;font:inherit;height:32px;margin:0;overflow:visible;padding:5px;text-transform:none;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:opacity,-webkit-filter;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-timing-function:linear;transition-timing-function:linear}.hamburger.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#b3b3b3}.hamburger-box{display:inline-block;height:22px;position:relative;width:42px}.hamburger-inner{display:block;margin-top:-1px;top:50%}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#b3b3b3;border-radius:0;height:2px;position:absolute;-webkit-transition-duration:.15s;transition-duration:.15s;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease;transition-timing-function:ease;width:42px}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:36px}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--squeeze .hamburger-inner{-webkit-transition-duration:75ms;transition-duration:75ms;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--squeeze .hamburger-inner:before{-webkit-transition:top 75ms ease .12s,opacity 75ms ease;transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{-webkit-transition:bottom 75ms ease .12s,-webkit-transform 75ms ease-in-out;transition:bottom 75ms ease .12s,-webkit-transform 75ms ease-in-out;transition:bottom 75ms ease .12s,transform 75ms ease-in-out;transition:bottom 75ms ease .12s,transform 75ms ease-in-out,-webkit-transform 75ms ease-in-out}.hamburger--squeeze.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--squeeze.is-active .hamburger-inner:before{opacity:0;top:0;-webkit-transition:top 75ms ease,opacity 75ms ease .12s;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom 75ms ease,-webkit-transform 75ms ease-in-out .12s;transition:bottom 75ms ease,-webkit-transform 75ms ease-in-out .12s;transition:bottom 75ms ease,transform 75ms ease-in-out .12s;transition:bottom 75ms ease,transform 75ms ease-in-out .12s,-webkit-transform 75ms ease-in-out .12s}.hamburger--spring .hamburger-inner{top:1px;-webkit-transition:background-color 0s linear .13s;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;-webkit-transition:top .1s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .1s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .1s ease-in-out .2s,transform .13s ease-in-out;transition:top .1s ease-in-out .2s,transform .13s ease-in-out,-webkit-transform .13s ease-in-out}.hamburger--spring .hamburger-inner:after{top:20px;-webkit-transition:top .2s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .2s ease-in-out .2s,-webkit-transform .13s ease-in-out;transition:top .2s ease-in-out .2s,transform .13s ease-in-out;transition:top .2s ease-in-out .2s,transform .13s ease-in-out,-webkit-transform .13s ease-in-out}.hamburger--spring.is-active .hamburger-inner{background-color:transparent!important;-webkit-transition-delay:.22s;transition-delay:.22s}.hamburger--spring.is-active .hamburger-inner:before{top:0;-webkit-transform:translate3d(0,10px,0) rotate(45deg);transform:translate3d(0,10px,0) rotate(45deg);-webkit-transition:top .1s ease-in-out .15s,-webkit-transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,-webkit-transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,transform .13s ease-in-out .22s;transition:top .1s ease-in-out .15s,transform .13s ease-in-out .22s,-webkit-transform .13s ease-in-out .22s}.hamburger--spring.is-active .hamburger-inner:after{top:0;-webkit-transform:translate3d(0,10px,0) rotate(-45deg);transform:translate3d(0,10px,0) rotate(-45deg);-webkit-transition:top .2s ease-in-out,-webkit-transform .13s ease-in-out .22s;transition:top .2s ease-in-out,-webkit-transform .13s ease-in-out .22s;transition:top .2s ease-in-out,transform .13s ease-in-out .22s;transition:top .2s ease-in-out,transform .13s ease-in-out .22s,-webkit-transform .13s ease-in-out .22s}.hamburger--arrow .hamburger-inner:after,.hamburger--arrow .hamburger-inner:before{-webkit-transition:width .2s ease,-webkit-transform .15s ease;transition:width .2s ease,-webkit-transform .15s ease;transition:width .2s ease,transform .15s ease;transition:width .2s ease,transform .15s ease,-webkit-transform .15s ease}.hamburger--arrow.is-active .hamburger-inner:before{-webkit-transform:translate3d(-28px,5px,0) rotate(-45deg) scaleX(.7);transform:translate3d(-28px,5px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after,.hamburger--arrow.is-active .hamburger-inner:before{-webkit-transition:width .1s ease,-webkit-transform .15s ease;transition:width .1s ease,-webkit-transform .15s ease;transition:width .1s ease,transform .15s ease;transition:width .1s ease,transform .15s ease,-webkit-transform .15s ease;width:23px}.hamburger--arrow.is-active .hamburger-inner:after{-webkit-transform:translate3d(-28px,-5px,0) rotate(45deg) scaleX(.7);transform:translate3d(-28px,-5px,0) rotate(45deg) scaleX(.7)}.hamburger--spin .hamburger-inner{-webkit-transition-duration:.22s;transition-duration:.22s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--spin .hamburger-inner:before{-webkit-transition:top .1s ease-in .25s,opacity .1s ease-in;transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{-webkit-transition:bottom .1s ease-in .25s,-webkit-transform .22s ease-in-out;transition:bottom .1s ease-in .25s,-webkit-transform .22s ease-in-out;transition:bottom .1s ease-in .25s,transform .22s ease-in-out;transition:bottom .1s ease-in .25s,transform .22s ease-in-out,-webkit-transform .22s ease-in-out}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);-webkit-transition-delay:.12s;transition-delay:.12s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--spin.is-active .hamburger-inner:before{opacity:0;top:0;-webkit-transition:top .1s ease-out,opacity .1s ease-out .12s;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:bottom .1s ease-out,-webkit-transform .22s ease-in-out .12s;transition:bottom .1s ease-out,-webkit-transform .22s ease-in-out .12s;transition:bottom .1s ease-out,transform .22s ease-in-out .12s;transition:bottom .1s ease-out,transform .22s ease-in-out .12s,-webkit-transform .22s ease-in-out .12s}.hamburger--elastic .hamburger-inner{top:1px;-webkit-transition-duration:.275s;transition-duration:.275s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hamburger--elastic .hamburger-inner:before{top:10px;-webkit-transition:opacity .125s ease .275s;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;-webkit-transition:-webkit-transform .275s ease-in-out;transition:-webkit-transform .275s ease-in-out;transition:transform .275s ease-in-out;transition:transform .275s ease-in-out,-webkit-transform .275s ease-in-out}.hamburger--elastic.is-active .hamburger-inner{-webkit-transform:translate3d(0,10px,0) rotate(135deg);transform:translate3d(0,10px,0) rotate(135deg);-webkit-transition-delay:75ms;transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}.hamburger--elastic.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-20px,0) rotate(-270deg);transform:translate3d(0,-20px,0) rotate(-270deg);-webkit-transition-delay:75ms;transition-delay:75ms}.navigation-overlay{-ms-flex-item-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:58.25em){.navigation-overlay{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border:16px solid #ececec;border-top-width:0;bottom:auto;display:block;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:calc(100% - 62px);left:0;opacity:0;overflow:auto;padding-right:0;position:fixed;right:0;top:62px;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:100vw}.navigation-overlay.active{bottom:0;opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.navigation-overlay.active .primary-navigation{display:block;margin:16px 0 32px;padding:0 32px;position:relative;top:auto}}.navigation-overlay__meta{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;margin-bottom:40px;row-gap:10px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media screen and (min-width:58.3125em){.navigation-overlay__meta{display:none}}.navigation-overlay__meta-navigation{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:22px;padding:0 32px}.navigation-overlay__meta-navigation-link{font-size:14px;text-decoration:none}.navigation-overlay__meta-search{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;gap:8px;justify-content:center}.navigation-overlay__meta-search-icon svg{height:12px;width:12px}.navigation-overlay__search-language-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:48px;margin-top:auto;padding:0 32px}@media screen and (min-width:58.3125em){.navigation-overlay__search-language-wrapper{display:none}}.admin-bar .navigation-overlay{margin-top:46px}@media screen and (min-width:48.9375em){.admin-bar .navigation-overlay{margin-top:0}}.wp-block-buttons.alignright{text-align:right}.button:not(.acf-button),.cookie-message__submit,.tease--opening-type .tease__arrow-wrapper,.wp-block-button__link{background-color:transparent;border:none;color:#317caa;font-size:18px;font-weight:700;height:auto!important;padding:0 34px 0 0;position:relative;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:auto!important}.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper,body.krapf-theme-active .button:not(.acf-button),body.krapf-theme-active .cookie-message__submit,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper,body.krapf-theme-active .wp-block-button__link{background-color:#000;border-radius:0!important;color:#fff;line-height:1.333;padding:14px 52px 14px 20px;text-decoration:none}.button:not(.acf-button):after,.cookie-message__submit:after,.tease--opening-type .tease__arrow-wrapper:after,.wp-block-button__link:after{background-color:currentColor;background-repeat:no-repeat;content:"";display:block;height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");-webkit-mask-position:right;mask-position:right;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:24px}.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper:after,body.krapf-theme-active .button:not(.acf-button):after,body.krapf-theme-active .cookie-message__submit:after,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper:after,body.krapf-theme-active .wp-block-button__link:after{right:20px}.tease--opening-type body:not(.krapf-theme-active) .tease__arrow-wrapper:visited,body:not(.krapf-theme-active) .button:visited:not(.acf-button),body:not(.krapf-theme-active) .cookie-message__submit:visited,body:not(.krapf-theme-active) .tease--opening-type .tease__arrow-wrapper:visited,body:not(.krapf-theme-active) .wp-block-button__link:visited{color:#317caa}.button:active:not(.acf-button),.button:focus:not(.acf-button),.button:hover:not(.acf-button),.cookie-message__submit:active,.cookie-message__submit:focus,.cookie-message__submit:hover,.tease--opening-type .tease__arrow-wrapper:active,.tease--opening-type .tease__arrow-wrapper:focus,.tease--opening-type .tease__arrow-wrapper:hover,.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover{color:#317caa;padding-right:54px}.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper:active,.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper:focus,.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper:hover,body.krapf-theme-active .button:active:not(.acf-button),body.krapf-theme-active .button:focus:not(.acf-button),body.krapf-theme-active .button:hover:not(.acf-button),body.krapf-theme-active .cookie-message__submit:active,body.krapf-theme-active .cookie-message__submit:focus,body.krapf-theme-active .cookie-message__submit:hover,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper:active,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper:focus,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper:hover,body.krapf-theme-active .wp-block-button__link:active,body.krapf-theme-active .wp-block-button__link:focus,body.krapf-theme-active .wp-block-button__link:hover{background-color:#7c8e99;color:#fff;padding-right:74px}.button:active:not(.acf-button):after,.button:focus:not(.acf-button):after,.button:hover:not(.acf-button):after,.cookie-message__submit:active:after,.cookie-message__submit:focus:after,.cookie-message__submit:hover:after,.tease--opening-type .tease__arrow-wrapper:active:after,.tease--opening-type .tease__arrow-wrapper:focus:after,.tease--opening-type .tease__arrow-wrapper:hover:after,.wp-block-button__link:active:after,.wp-block-button__link:focus:after,.wp-block-button__link:hover:after{width:44px}@media print,screen and (max-width:39.99875em){.button:not(.acf-button),.cookie-message__submit,.tease--opening-type .tease__arrow-wrapper,.wp-block-button__link{padding:0 54px 0 0}.tease--opening-type body.krapf-theme-active .tease__arrow-wrapper,body.krapf-theme-active .button:not(.acf-button),body.krapf-theme-active .cookie-message__submit,body.krapf-theme-active .tease--opening-type .tease__arrow-wrapper,body.krapf-theme-active .wp-block-button__link{padding:14px 74px 14px 20px}.button:not(.acf-button):after,.cookie-message__submit:after,.tease--opening-type .tease__arrow-wrapper:after,.wp-block-button__link:after{width:44px}}.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper,.wp-block-button.is-style-outline .button:not(.acf-button),.wp-block-button.is-style-outline .cookie-message__submit,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper,.wp-block-button.is-style-outline .wp-block-button__link{border:1px solid;border-radius:0;color:#317caa;padding:13px 50px 11px 20px}.tease--opening-type body.krapf-theme-active .wp-block-button.is-style-outline .tease__arrow-wrapper,body.krapf-theme-active .wp-block-button.is-style-outline .button:not(.acf-button),body.krapf-theme-active .wp-block-button.is-style-outline .cookie-message__submit,body.krapf-theme-active .wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper,body.krapf-theme-active .wp-block-button.is-style-outline .wp-block-button__link{color:#7c8e99}.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:after,.wp-block-button.is-style-outline .button:not(.acf-button):after,.wp-block-button.is-style-outline .cookie-message__submit:after,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:after,.wp-block-button.is-style-outline .wp-block-button__link:after{right:16px}.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:active,.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:focus,.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:hover,.wp-block-button.is-style-outline .button:active:not(.acf-button),.wp-block-button.is-style-outline .button:focus:not(.acf-button),.wp-block-button.is-style-outline .button:hover:not(.acf-button),.wp-block-button.is-style-outline .cookie-message__submit:active,.wp-block-button.is-style-outline .cookie-message__submit:focus,.wp-block-button.is-style-outline .cookie-message__submit:hover,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:active,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:focus,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:hover,.wp-block-button.is-style-outline .wp-block-button__link:active,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover{padding:13px 74px 11px 20px}.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:active:after,.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:focus:after,.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:hover:after,.wp-block-button.is-style-outline .button:active:not(.acf-button):after,.wp-block-button.is-style-outline .button:focus:not(.acf-button):after,.wp-block-button.is-style-outline .button:hover:not(.acf-button):after,.wp-block-button.is-style-outline .cookie-message__submit:active:after,.wp-block-button.is-style-outline .cookie-message__submit:focus:after,.wp-block-button.is-style-outline .cookie-message__submit:hover:after,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:active:after,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:focus:after,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:hover:after,.wp-block-button.is-style-outline .wp-block-button__link:active:after,.wp-block-button.is-style-outline .wp-block-button__link:focus:after,.wp-block-button.is-style-outline .wp-block-button__link:hover:after{right:20px}@media print,screen and (max-width:39.99875em){.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper,.wp-block-button.is-style-outline .button:not(.acf-button),.wp-block-button.is-style-outline .cookie-message__submit,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper,.wp-block-button.is-style-outline .wp-block-button__link{padding:13px 74px 11px 20px}.tease--opening-type .wp-block-button.is-style-outline .tease__arrow-wrapper:after,.wp-block-button.is-style-outline .button:not(.acf-button):after,.wp-block-button.is-style-outline .cookie-message__submit:after,.wp-block-button.is-style-outline .tease--opening-type .tease__arrow-wrapper:after,.wp-block-button.is-style-outline .wp-block-button__link:after{right:20px}}.button:not(.acf-button){text-decoration:none}.button:not(.acf-button).button--back:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m13.121 21.293-1.414 1.414L1 12 11.707 1.293l1.414 1.414L3.829 12l9.292 9.293Z'/%3E%3Cpath d='M3.414 13v-2h40v2h-40Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m13.121 21.293-1.414 1.414L1 12 11.707 1.293l1.414 1.414L3.829 12l9.292 9.293Z'/%3E%3Cpath d='M3.414 13v-2h40v2h-40Z'/%3E%3C/svg%3E");-webkit-mask-position:left;mask-position:left}.info-box{border:1px solid #000;padding:16px}@media print,screen and (min-width:40em){.info-box{padding:32px}}.info-box p{margin-bottom:12px}.archive .facetwp-type-fselect .info-box p+.fs-label,.archive .info-box p+.facetwp-radio,.ghostkit-tabs .info-box p+.ghostkit-tabs-buttons-item,.info-box .archive .facetwp-type-fselect p+.fs-label,.info-box .archive p+.facetwp-radio,.info-box .ghostkit-tabs p+.ghostkit-tabs-buttons-item,.info-box p+h3{margin-top:32px}@media print,screen and (min-width:40em){.archive .facetwp-type-fselect .info-box p+.fs-label,.archive .info-box p+.facetwp-radio,.ghostkit-tabs .info-box p+.ghostkit-tabs-buttons-item,.info-box .archive .facetwp-type-fselect p+.fs-label,.info-box .archive p+.facetwp-radio,.info-box .ghostkit-tabs p+.ghostkit-tabs-buttons-item,.info-box p+h3{margin-top:48px}}.info-box hr{margin-bottom:24px;margin-top:24px}@media print,screen and (min-width:40em){.info-box hr{margin-bottom:48px;margin-top:48px}}.info-box>:last-child{margin-bottom:0}select.ts-original-select{display:none}.ts-wrapper .ts-control{border:1px solid #000;border-radius:0;min-height:52px;padding:13px 12px 9px;position:relative}.ts-wrapper .ts-control .item,.ts-wrapper .ts-control input{display:inline;font-size:22px;font-weight:700;letter-spacing:-.2px;line-height:28px!important;vertical-align:middle}.ts-wrapper .ts-control input{padding-right:25px!important}.ts-wrapper .ts-control:after,.ts-wrapper .ts-control:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='%23b3b3b3'%3E%3Cpath d='m12.293.793 1.414 1.414L7 8.914.293 2.207 1.707.793 7 6.085z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:9px;opacity:1;position:absolute;right:12px;top:calc(50% + 2px);-webkit-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:14px}.ts-wrapper .ts-control:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='m12.293.793 1.414 1.414L7 8.914.293 2.207 1.707.793 7 6.085z'/%3E%3C/svg%3E");opacity:0}.ts-wrapper .ts-dropdown{background-color:#fff;border:1px solid #000;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.ts-wrapper .ts-dropdown .dropdown-input,.ts-wrapper .ts-dropdown .option{font-size:22px;font-weight:700;letter-spacing:-.2px;line-height:28px;padding:12px}.ts-wrapper .ts-dropdown .dropdown-input{padding:13px 12px 9px}.ts-wrapper .ts-dropdown .no-results{font-size:18px;padding:12px}.ts-wrapper .ts-dropdown .option{background-color:transparent;color:#000;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.ts-wrapper .ts-dropdown .option:hover{background-color:#ececec;color:#000}.ts-wrapper .ts-dropdown .option.active,.ts-wrapper .ts-dropdown .option.selected{background-color:#000;color:#fff}.ts-wrapper.dropdown-active .ts-control:before,.ts-wrapper:hover .ts-control:before{opacity:0}.ts-wrapper.dropdown-active .ts-control:after,.ts-wrapper:hover .ts-control:after{opacity:1}.ts-wrapper.dropdown-active .ts-control:after,.ts-wrapper.dropdown-active .ts-control:before{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.related-posts{margin-bottom:96px}@media print,screen and (min-width:64em){.related-posts{margin-bottom:128px}}.related-posts__title{margin-bottom:32px}@media print,screen and (min-width:40em){.related-posts__title{margin-bottom:48px}}@media print,screen and (min-width:64em){.related-posts__title{margin-bottom:64px}}.related-posts__grid{display:grid;gap:32px;grid-template-columns:100%;grid-template-rows:auto}@media print,screen and (min-width:48em){.related-posts__grid{gap:64px 48px;grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.related-posts__grid{gap:128px 64px}}.tease{display:grid;grid-template-columns:16px 1fr;grid-template-rows:auto 16px 1fr}@media print,screen and (min-width:40em){.tease{grid-template-columns:24px 1fr;grid-template-rows:auto 24px 1fr}}@media print,screen and (min-width:64em){.tease{grid-template-columns:32px 1fr;grid-template-rows:auto 32px 1fr}}.tease:hover .tease__image{-webkit-transform:scale(1.1);transform:scale(1.1)}.tease__media{grid-area:1/1/3/3}.tease__figure{overflow:hidden;padding-bottom:56.1594202899%;position:relative}.tease__content{background-color:#fff;grid-area:2/2/4/3;padding:12px 32px 16px 24px;z-index:1}@media print,screen and (min-width:40em){.tease__content{padding-top:16px}}.tease__title{color:#000;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media print,screen and (min-width:48em)and (max-width:63.99875em){.tease__title{font-size:24px}}.tease__image-wrapper{position:relative}.tease__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .3s ease;transition:all .3s ease;width:100%}.tease__header{font-size:14px;margin-bottom:16px}.tease__categories{display:inline}.tease__categories:before{content:"·";display:inline-block;text-align:center;width:9px}.tease-reference{margin-bottom:32px;width:100%}@media print,screen and (min-width:40em){.tease-reference:first-child{margin-top:64px}}@media print,screen and (min-width:64em){.tease-reference:first-child,.tease-reference:nth-child(3){margin-top:128px}}.tease-reference--visible .tease-reference__link{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}@media print,screen and (min-width:40em){.tease-reference{width:calc(50% - 16px)}}@media print,screen and (min-width:64em){.tease-reference{width:calc(33.33333% - 21.33333px)}}.tease-reference__link{display:inline-block;opacity:0;position:relative;-webkit-transform:translateY(32px);transform:translateY(32px);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden;width:100%}.tease-reference__link:active .tease-reference__title:after,.tease-reference__link:focus .tease-reference__title:after,.tease-reference__link:hover .tease-reference__title:after{margin-right:0;width:44px}.tease-reference__image{height:auto;width:100%}.tease-reference__content{background-color:hsla(0,0%,100%,.7);bottom:0;left:0;padding:24px 32px;position:absolute;right:0}.tease-reference__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-bottom:0;position:relative}.tease-reference__title:after{-ms-flex-negative:0;background-color:#317caa;background-repeat:no-repeat;content:"";display:inline-block;flex-shrink:0;height:24px;margin-right:22px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");-webkit-mask-position:right;mask-position:right;right:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:24px}body.krapf-theme-active .tease-reference__title:after{background-color:#7c8e99}.form-styling-active .gform_wrapper{border:1px solid #000;margin:0 auto;max-width:968px;padding:32px}@media print,screen and (max-width:39.99875em){.form-styling-active .gform_wrapper{padding:24px 16px}}.form-styling-active .gform_wrapper form label,.form-styling-active .gform_wrapper form legend,.form-styling-active .gform_wrapper.gravity-theme form label,.form-styling-active .gform_wrapper.gravity-theme form legend,.form-styling-active form label,.form-styling-active form legend{color:#000;display:inline-block;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:9px}.form-styling-active .gform_wrapper form [type=checkbox]+label,.form-styling-active .gform_wrapper form [type=radio]+label,.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]+label,.form-styling-active .gform_wrapper.gravity-theme form [type=radio]+label,.form-styling-active form [type=checkbox]+label,.form-styling-active form [type=radio]+label{font-size:16px;font-weight:400;line-height:1.5}.form-styling-active .gform_wrapper form [type=checkbox]:focus+label:before,.form-styling-active .gform_wrapper form [type=radio]:focus+label:before,.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]:focus+label:before,.form-styling-active .gform_wrapper.gravity-theme form [type=radio]:focus+label:before,.form-styling-active form [type=checkbox]:focus+label:before,.form-styling-active form [type=radio]:focus+label:before{border:1px solid #000}.form-styling-active .gform_wrapper form [type=checkbox]+label:before,.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]+label:before,.form-styling-active form [type=checkbox]+label:before{background-size:auto}.form-styling-active .gform_wrapper form [type=checkbox]:checked+label:before,.form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]:checked+label:before,.form-styling-active form [type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8.62' fill='%23317caa'%3E%3Cpath d='m9.25 0 .75.64-6.83 7.98L0 4.92l.75-.64L3.17 7.1 9.25 0z'/%3E%3C/svg%3E");background-position:50%;background-size:10px}body.krapf-theme-active .form-styling-active .gform_wrapper form [type=checkbox]:checked+label:before,body.krapf-theme-active .form-styling-active .gform_wrapper.gravity-theme form [type=checkbox]:checked+label:before,body.krapf-theme-active .form-styling-active form [type=checkbox]:checked+label:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8.62' fill='%237c8e99'%3E%3Cpath fill='%23317caa' d='m9.25 0 .75.64-6.83 7.98L0 4.92l.75-.64L3.17 7.1 9.25 0z'/%3E%3C/svg%3E")}.form-styling-active .gform_wrapper form input[type=color],.form-styling-active .gform_wrapper form input[type=date],.form-styling-active .gform_wrapper form input[type=datetime-local],.form-styling-active .gform_wrapper form input[type=datetime],.form-styling-active .gform_wrapper form input[type=email],.form-styling-active .gform_wrapper form input[type=month],.form-styling-active .gform_wrapper form input[type=number],.form-styling-active .gform_wrapper form input[type=password],.form-styling-active .gform_wrapper form input[type=search],.form-styling-active .gform_wrapper form input[type=tel],.form-styling-active .gform_wrapper form input[type=text],.form-styling-active .gform_wrapper form input[type=time],.form-styling-active .gform_wrapper form input[type=url],.form-styling-active .gform_wrapper form input[type=week],.form-styling-active .gform_wrapper form select,.form-styling-active .gform_wrapper form textarea,.form-styling-active .gform_wrapper.gravity-theme form input[type=color],.form-styling-active .gform_wrapper.gravity-theme form input[type=date],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime],.form-styling-active .gform_wrapper.gravity-theme form input[type=email],.form-styling-active .gform_wrapper.gravity-theme form input[type=month],.form-styling-active .gform_wrapper.gravity-theme form input[type=number],.form-styling-active .gform_wrapper.gravity-theme form input[type=password],.form-styling-active .gform_wrapper.gravity-theme form input[type=search],.form-styling-active .gform_wrapper.gravity-theme form input[type=tel],.form-styling-active .gform_wrapper.gravity-theme form input[type=text],.form-styling-active .gform_wrapper.gravity-theme form input[type=time],.form-styling-active .gform_wrapper.gravity-theme form input[type=url],.form-styling-active .gform_wrapper.gravity-theme form input[type=week],.form-styling-active .gform_wrapper.gravity-theme form select,.form-styling-active .gform_wrapper.gravity-theme form textarea,.form-styling-active form input[type=color],.form-styling-active form input[type=date],.form-styling-active form input[type=datetime-local],.form-styling-active form input[type=datetime],.form-styling-active form input[type=email],.form-styling-active form input[type=month],.form-styling-active form input[type=number],.form-styling-active form input[type=password],.form-styling-active form input[type=search],.form-styling-active form input[type=tel],.form-styling-active form input[type=text],.form-styling-active form input[type=time],.form-styling-active form input[type=url],.form-styling-active form input[type=week],.form-styling-active form select,.form-styling-active form textarea{background-color:transparent;border:solid #000;border-width:0 0 1px;font-size:18px;font-weight:400;line-height:1.5;padding:0 0 2px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.form-styling-active .gform_wrapper form input[type=color]:hover,.form-styling-active .gform_wrapper form input[type=date]:hover,.form-styling-active .gform_wrapper form input[type=datetime-local]:hover,.form-styling-active .gform_wrapper form input[type=datetime]:hover,.form-styling-active .gform_wrapper form input[type=email]:hover,.form-styling-active .gform_wrapper form input[type=month]:hover,.form-styling-active .gform_wrapper form input[type=number]:hover,.form-styling-active .gform_wrapper form input[type=password]:hover,.form-styling-active .gform_wrapper form input[type=search]:hover,.form-styling-active .gform_wrapper form input[type=tel]:hover,.form-styling-active .gform_wrapper form input[type=text]:hover,.form-styling-active .gform_wrapper form input[type=time]:hover,.form-styling-active .gform_wrapper form input[type=url]:hover,.form-styling-active .gform_wrapper form input[type=week]:hover,.form-styling-active .gform_wrapper form select:hover,.form-styling-active .gform_wrapper form textarea:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=color]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=date]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=email]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=month]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=number]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=password]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=search]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=tel]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=text]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=time]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=url]:hover,.form-styling-active .gform_wrapper.gravity-theme form input[type=week]:hover,.form-styling-active .gform_wrapper.gravity-theme form select:hover,.form-styling-active .gform_wrapper.gravity-theme form textarea:hover,.form-styling-active form input[type=color]:hover,.form-styling-active form input[type=date]:hover,.form-styling-active form input[type=datetime-local]:hover,.form-styling-active form input[type=datetime]:hover,.form-styling-active form input[type=email]:hover,.form-styling-active form input[type=month]:hover,.form-styling-active form input[type=number]:hover,.form-styling-active form input[type=password]:hover,.form-styling-active form input[type=search]:hover,.form-styling-active form input[type=tel]:hover,.form-styling-active form input[type=text]:hover,.form-styling-active form input[type=time]:hover,.form-styling-active form input[type=url]:hover,.form-styling-active form input[type=week]:hover,.form-styling-active form select:hover,.form-styling-active form textarea:hover{background-color:transparent}.form-styling-active .gform_wrapper form input[type=color]:focus,.form-styling-active .gform_wrapper form input[type=date]:focus,.form-styling-active .gform_wrapper form input[type=datetime-local]:focus,.form-styling-active .gform_wrapper form input[type=datetime]:focus,.form-styling-active .gform_wrapper form input[type=email]:focus,.form-styling-active .gform_wrapper form input[type=month]:focus,.form-styling-active .gform_wrapper form input[type=number]:focus,.form-styling-active .gform_wrapper form input[type=password]:focus,.form-styling-active .gform_wrapper form input[type=search]:focus,.form-styling-active .gform_wrapper form input[type=tel]:focus,.form-styling-active .gform_wrapper form input[type=text]:focus,.form-styling-active .gform_wrapper form input[type=time]:focus,.form-styling-active .gform_wrapper form input[type=url]:focus,.form-styling-active .gform_wrapper form input[type=week]:focus,.form-styling-active .gform_wrapper form select:focus,.form-styling-active .gform_wrapper form textarea:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=color]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=date]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=email]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=month]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=number]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=password]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=search]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=tel]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=text]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=time]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=url]:focus,.form-styling-active .gform_wrapper.gravity-theme form input[type=week]:focus,.form-styling-active .gform_wrapper.gravity-theme form select:focus,.form-styling-active .gform_wrapper.gravity-theme form textarea:focus,.form-styling-active form input[type=color]:focus,.form-styling-active form input[type=date]:focus,.form-styling-active form input[type=datetime-local]:focus,.form-styling-active form input[type=datetime]:focus,.form-styling-active form input[type=email]:focus,.form-styling-active form input[type=month]:focus,.form-styling-active form input[type=number]:focus,.form-styling-active form input[type=password]:focus,.form-styling-active form input[type=search]:focus,.form-styling-active form input[type=tel]:focus,.form-styling-active form input[type=text]:focus,.form-styling-active form input[type=time]:focus,.form-styling-active form input[type=url]:focus,.form-styling-active form input[type=week]:focus,.form-styling-active form select:focus,.form-styling-active form textarea:focus{background-color:transparent;border:solid #000;border-width:0 0 1px}.form-styling-active .gform_wrapper form input[type=color][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=date][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=datetime-local][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=datetime][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=email][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=month][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=number][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=password][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=search][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=tel][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=text][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=time][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=url][aria-invalid=true],.form-styling-active .gform_wrapper form input[type=week][aria-invalid=true],.form-styling-active .gform_wrapper form select[aria-invalid=true],.form-styling-active .gform_wrapper form textarea[aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=color][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=date][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime-local][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=datetime][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=email][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=month][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=number][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=password][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=search][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=tel][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=text][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=time][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=url][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form input[type=week][aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form select[aria-invalid=true],.form-styling-active .gform_wrapper.gravity-theme form textarea[aria-invalid=true],.form-styling-active form input[type=color][aria-invalid=true],.form-styling-active form input[type=date][aria-invalid=true],.form-styling-active form input[type=datetime-local][aria-invalid=true],.form-styling-active form input[type=datetime][aria-invalid=true],.form-styling-active form input[type=email][aria-invalid=true],.form-styling-active form input[type=month][aria-invalid=true],.form-styling-active form input[type=number][aria-invalid=true],.form-styling-active form input[type=password][aria-invalid=true],.form-styling-active form input[type=search][aria-invalid=true],.form-styling-active form input[type=tel][aria-invalid=true],.form-styling-active form input[type=text][aria-invalid=true],.form-styling-active form input[type=time][aria-invalid=true],.form-styling-active form input[type=url][aria-invalid=true],.form-styling-active form input[type=week][aria-invalid=true],.form-styling-active form select[aria-invalid=true],.form-styling-active form textarea[aria-invalid=true]{border-color:#d72638}.form-styling-active .gform_wrapper form select,.form-styling-active .gform_wrapper.gravity-theme form select,.form-styling-active form select{padding-right:45px}.form-styling-active .gform_wrapper form .gform_body .gform_fields,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gform_fields,.form-styling-active form .gform_body .gform_fields{-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;row-gap:34px}@media print,screen and (max-width:39.99875em){.form-styling-active .gform_wrapper form .gform_body .gform_fields,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gform_fields,.form-styling-active form .gform_body .gform_fields{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}}.form-styling-active .gform_wrapper form .gform_body .gfield_consent_label,.form-styling-active .gform_wrapper form .gform_body .ginput_container_consent,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .gfield_consent_label,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_consent,.form-styling-active form .gform_body .gfield_consent_label,.form-styling-active form .gform_body .ginput_container_consent{font-size:14px;font-weight:400;line-height:1.5}.form-styling-active .gform_wrapper form .gform_body .ginput_container_consent .gfield_required,.form-styling-active .gform_wrapper.gravity-theme form .gform_body .ginput_container_consent .gfield_required,.form-styling-active form .gform_body .ginput_container_consent .gfield_required{display:none}.form-styling-active .gfield_required{color:#000;font-size:12px;vertical-align:top}.form-styling-active .gform_title{margin-bottom:26px}.form-styling-active .gform_required_legend{display:none}.form-styling-active .gform_footer{margin-top:30px}.form-styling-active .gform_button{border:1px solid;border-radius:0;color:#317caa;cursor:pointer;font-size:18px;line-height:1.5;padding:13px 50px 11px 20px}body.krapf-theme-active .form-styling-active .gform_button{color:#7c8e99}.form-styling-active .gform_button:after{right:16px}.form-styling-active .gform_button:active,.form-styling-active .gform_button:focus,.form-styling-active .gform_button:hover{padding:13px 74px 11px 20px}.form-styling-active .gform_button:active:after,.form-styling-active .gform_button:focus:after,.form-styling-active .gform_button:hover:after{right:20px}@media print,screen and (max-width:39.99875em){.form-styling-active .gform_button{padding:13px 74px 11px 20px}.form-styling-active .gform_button:after{right:20px}}.form-styling-active .gform_validation_errors *{color:#317caa;font-size:15px}body.krapf-theme-active .form-styling-active .gform_validation_errors *{color:#7c8e99}.form-styling-active .gform_submission_error{color:#d72638}.form-styling-active .gform_submission_error:before{content:none}.form-styling-active .gform_submission_error .gform-icon{display:none}.form-styling-active .validation_message{color:#d72638;font-size:14px;margin-top:10px}.form-styling-active .ginput_container_consent{margin-bottom:-12px;margin-top:-4px}.form-styling-active .gform_confirmation_message{margin-bottom:0}.meta-dropdown{position:relative}.meta-dropdown__title-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:700;height:26px;position:relative}.meta-dropdown__title-wrapper,.meta-dropdown__title-wrapper:after{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.meta-dropdown__title-wrapper:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='m12.293.793 1.414 1.414L7 8.914.293 2.207 1.707.793 7 6.085z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;width:7px}.meta-dropdown__title-wrapper.is-open:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.meta-dropdown__title-wrapper .meta-dropdown__title{font-size:14px;margin-bottom:0;padding-right:10px}.meta-dropdown__list{margin:0;max-height:0;overflow:hidden;position:absolute;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:auto;width:100%}.meta-dropdown__list.is-open{max-height:200px}.meta-dropdown__list-item{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px}.meta-dropdown__list-item-link{background-color:#fff;text-decoration:none;width:-webkit-fill-available;width:-moz-available;width:fill-available}.search-overlay{background-color:#ececec;bottom:0;height:100%;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;width:100%;z-index:1000}.search-overlay.active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);visibility:visible}.search-overlay__wrapper{border:1px solid #000;height:calc(100% - 96px);margin:48px;padding:48px}@media print,screen and (max-width:39.99875em){.search-overlay__wrapper{height:calc(100% - 64px);margin:32px;padding:32px}}.search-overlay .search-form{left:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.search-overlay .search-form .search-box-wrapper{margin:0 auto;max-width:60%}@media print,screen and (min-width:64em){.search-overlay .search-form .search-box-wrapper{max-width:769px}}.search-overlay .close-search{cursor:pointer;height:36px;position:absolute;right:96px;top:96px;width:36px}@media print,screen and (max-width:39.99875em){.search-overlay .close-search{right:64px;top:64px}}.search-overlay .close-search svg{height:100%;width:100%}.search-form .search-box-wrapper{margin:0 auto;position:relative}.search-form .search-form__field.search-form__field.search-form__field{font-size:22px;font-weight:500;padding:0 32px 12px 0;width:100%}@media print,screen and (max-width:39.99875em){.search-form .search-form__field.search-form__field.search-form__field{font-size:18px}}.search-form .search-form__field.search-form__field.search-form__field::-webkit-input-placeholder{color:#b3b3b3}.search-form .search-form__field.search-form__field.search-form__field::-moz-placeholder{color:#b3b3b3}.search-form .search-form__field.search-form__field.search-form__field:-ms-input-placeholder{color:#b3b3b3}.search-form .search-form__field.search-form__field.search-form__field::-ms-input-placeholder{color:#b3b3b3}.search-form .search-form__field.search-form__field.search-form__field::placeholder{color:#b3b3b3}.search-form .enter-icon{bottom:16px;display:none;height:24px;position:absolute;right:0;width:24px}.search-form .enter-icon:hover{cursor:pointer}.search-form .enter-icon.visible{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.search-form .enter-icon svg{fill:#317caa}body.krapf-theme-active .search-form .enter-icon svg{fill:#7c8e99}.search-results-header .search-form .enter-icon svg{stroke:#317caa}body.krapf-theme-active .search-results-header .search-form .enter-icon svg{stroke:#7c8e99}.search-results-header__title{margin-bottom:138px}@media print,screen and (max-width:39.99875em){.search-results-header__title{margin-bottom:48px}}.search-results-posts{margin:64px auto 128px}@media print,screen and (max-width:39.99875em){.search-results-posts{margin:64px auto}}.search-results-posts :last-child{margin-bottom:0}.search-result{background-color:#ececec;display:block;padding:32px}.search-result:not(:last-child){margin-bottom:32px}.search-result.has-image{display:grid;gap:32px;grid-template-columns:1fr 1fr}@media print,screen and (max-width:39.99875em){.search-result.has-image{grid-template-columns:1fr}}.search-result__content>:nth-last-child(2){margin-bottom:32px}.search-result__category{margin-bottom:8px}.search-result__title{margin-bottom:10px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.search-result__content{width:100%}.search-result__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#317caa;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;font-weight:700;gap:8px;line-height:1.3889;margin-bottom:0;text-decoration:none}body.krapf-theme-active .search-result__link{color:#7c8e99}.search-result__link:active,.search-result__link:focus,.search-result__link:hover{color:#000}.tease-coworker__title{margin-top:24px}.tease-coworker__image{width:100%}.tease-coworker__image-placeholder{background-color:#ececec;padding-bottom:66.847826087%;width:100%}.tease-competence{color:#000;display:grid;grid-template-columns:16px 1fr;grid-template-rows:auto auto 32px auto}@media print,screen and (min-width:64em){.tease-competence{grid-template-rows:auto auto 48px auto}}.tease-competence:active,.tease-competence:focus,.tease-competence:hover{color:#000}.tease-competence:active .tease-competence__title:after,.tease-competence:focus .tease-competence__title:after,.tease-competence:hover .tease-competence__title:after{width:44px}.tease-competence__media{grid-column:2/span 1;grid-row:1/span 2}.tease-competence__figure{position:relative}.tease-competence__figure:after{background:-webkit-gradient(linear,left bottom,left top,from(#ececec),color-stop(33%,transparent));background:linear-gradient(0deg,#ececec,transparent 33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.tease-competence__index{align-self:end;font-size:80px;font-weight:700;grid-column:1/span 2;grid-row:2/span 2;line-height:1.1;z-index:1}@media print,screen and (min-width:40em){.tease-competence__index{font-size:60px}}@media print,screen and (min-width:64em){.tease-competence__index{font-size:80px}}.tease-competence__content{grid-column:2/span 1;grid-row:4/span 1}.tease-competence__title{color:#000;margin-bottom:0;position:relative}.tease-competence__title:after{background-color:#317caa;background-repeat:no-repeat;content:"";display:block;height:24px;margin-top:12px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");-webkit-mask-position:right;mask-position:right;right:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:24px}body.krapf-theme-active .tease-competence__title:after{background-color:#7c8e99}.tease--opening-type{text-decoration:none}.tease--opening-type.single:active,.tease--opening-type.single:focus,.tease--opening-type.single:hover{color:#317caa}body.krapf-theme-active .tease--opening-type.single:active,body.krapf-theme-active .tease--opening-type.single:focus,body.krapf-theme-active .tease--opening-type.single:hover{color:#7c8e99}.tease--opening-type.single:active .tease__arrow-wrapper:after,.tease--opening-type.single:focus .tease__arrow-wrapper:after,.tease--opening-type.single:hover .tease__arrow-wrapper:after{width:44px}.tease--opening-type .tease__images-wrapper{display:grid;grid-template-columns:97fr 139fr 32fr;grid-template-rows:112fr 16fr 162fr;margin-bottom:16px}.tease--opening-type .tease__image-wrapper{grid-column:2/4;grid-row:1/3;z-index:1}.tease--opening-type .tease__image-wrapper.no-image{background-color:#ececec}.tease--opening-type .tease__plan-wrapper{aspect-ratio:236/177;background-color:#fff;border:1px solid #000;grid-column:1/3;grid-row:2/4}.tease--opening-type .tease__sectional-plan{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.tease--opening-type .tease__title{margin-bottom:16px}.tease--opening-type .tease__arrow-wrapper{height:24px}.tease--opening-type .tease__arrow-wrapper:after{left:0;right:auto}.tease--opening-type .tease__file{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:18px;gap:8px;margin-right:16px;text-decoration:none;text-transform:uppercase}@media print,screen and (max-width:39.99875em){.tease--opening-type .tease__file{font-size:16px;gap:8px}}.tease--opening-type .tease__file-type{margin-top:5px}@media print,screen and (max-width:39.99875em){.tease--opening-type .tease__file-type{font-size:14px}}.tease--opening-type .tease__file .tease__icon,.tease--opening-type .tease__file .tease__icon svg{height:24px;width:24px}@media print,screen and (max-width:39.99875em){.tease--opening-type .tease__file .tease__icon,.tease--opening-type .tease__file .tease__icon svg{height:20px;width:20px}}.cookie-message{background-color:#fff;border:1px solid #000;bottom:16px;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.3);box-shadow:0 0 8px 0 rgba(0,0,0,.3);left:16px;padding:16px;position:fixed;right:16px;z-index:9999}@media print,screen and (min-width:40em){.cookie-message{bottom:48px;-webkit-box-shadow:none;box-shadow:none;left:auto;max-width:416px;padding:32px;right:48px}}.cookie-message__text{display:block;font-size:15px;margin-bottom:32px}.cookie-message__submit{cursor:pointer;display:block;text-align:left;width:100%}body:not(.krapf-theme-active) .cookie-message__submit{color:#000}body.krapf-theme-active .cookie-message__submit{background-color:#000}.cookie-message__submit:after{content:none}@media print,screen and (min-width:40em){.cookie-message__submit:after{content:""}}body:not(.krapf-theme-active) .cookie-message__submit:active,body:not(.krapf-theme-active) .cookie-message__submit:focus,body:not(.krapf-theme-active) .cookie-message__submit:hover{color:#000}body.krapf-theme-active .cookie-message__submit:active,body.krapf-theme-active .cookie-message__submit:focus,body.krapf-theme-active .cookie-message__submit:hover{background-color:#333}.cookie-message__submit--accept{margin-top:16px}body:not(.krapf-theme-active) .cookie-message__submit--accept{color:#317caa}body.krapf-theme-active .cookie-message__submit--accept{background-color:#7c8e99}body:not(.krapf-theme-active) .cookie-message__submit--accept:active,body:not(.krapf-theme-active) .cookie-message__submit--accept:focus,body:not(.krapf-theme-active) .cookie-message__submit--accept:hover{color:#317caa}body.krapf-theme-active .cookie-message__submit--accept:active,body.krapf-theme-active .cookie-message__submit--accept:focus,body.krapf-theme-active .cookie-message__submit--accept:hover{background-color:#99a7af}.card-grid{grid-gap:64px 32px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;display:grid;grid-template-columns:100%;grid-template-rows:auto;margin-bottom:64px;margin-top:32px}@media print,screen and (min-width:40em){.card-grid{grid-template-columns:repeat(auto-fill,minmax(368px,1fr));margin-top:64px}}@media print,screen and (min-width:64em){.card-grid{margin-bottom:96px}}.content-card{display:grid;gap:32px;grid-template-areas:"image image" "content content";grid-template-columns:808fr 408fr;grid-template-rows:auto;margin-bottom:32px;max-width:1344px;outline:1px solid #000;outline-offset:-1px;padding:16px}@media print,screen and (min-width:40em){.content-card{grid-template-areas:"content image";padding:24px}}@media print,screen and (min-width:64em){.content-card{padding:32px}}@media screen and (min-width:75em){.content-card{padding:48px}}.card-grid .content-card.content-card--no-media,.content-card--no-media{grid-template-areas:"content";grid-template-columns:100%;grid-template-rows:auto}.card-grid .content-card{grid-template-areas:"image" "content";grid-template-columns:1fr;margin-bottom:0;outline:none;padding:0}.is-style-numbered .content-card{counter-increment:card-counter;gap:32px}@media print,screen and (min-width:40em){.is-style-numbered .content-card{gap:64px}}.content-card__content{grid-area:content}.content-card__media{grid-area:image}.content-card__media .wp-block-embed,.content-card__media .wp-block-image,.content-card__media .wp-block-video{margin-bottom:0;margin-top:0}.content-card__media .wp-block-embed figcaption,.content-card__media .wp-block-image figcaption,.content-card__media .wp-block-video figcaption{display:none}.content-card__media .wp-block-image a{display:block;height:0;padding-bottom:56.25%;position:relative}.content-card__media .wp-block-image a img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%}.is-style-numbered .content-card__media{position:relative}.is-style-numbered .content-card__media:after,.is-style-numbered .content-card__media:before{pointer-events:none}.is-style-numbered .content-card__media:before{bottom:-32px;color:#000;content:counter(card-counter);display:block;font-size:45px;font-weight:700;left:-16px;letter-spacing:-.8px;line-height:1.145;position:absolute;z-index:2}@media print,screen and (min-width:40em){.is-style-numbered .content-card__media:before{font-size:50px}}@media print,screen and (min-width:64em){.is-style-numbered .content-card__media:before{font-size:55px}}.is-style-numbered .content-card__media:after{background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(33%,transparent));background:linear-gradient(0deg,#fff,transparent 33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.is-style-numbered .content-card__media .fullscreen-button{z-index:1}.content-card__hidden-text,.is-style-read-more .image-text-item__text{display:none;margin-top:24px}.content-card__hidden-text--visible{display:block}.content-card__toggle,.is-style-read-more .image-text-item__toggle{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#317caa;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:16px;justify-content:center;line-height:1.5;position:relative;text-align:left;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.is-style-read-more body.krapf-theme-active .image-text-item__toggle,body.krapf-theme-active .content-card__toggle,body.krapf-theme-active .is-style-read-more .image-text-item__toggle{color:#7c8e99}.content-card__toggle:before,.is-style-read-more .image-text-item__toggle:before{background:#317caa;content:"";display:block;height:1px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:32px}.is-style-read-more body.krapf-theme-active .image-text-item__toggle:before,body.krapf-theme-active .content-card__toggle:before,body.krapf-theme-active .is-style-read-more .image-text-item__toggle:before{background:#7c8e99}@media print,screen and (min-width:40em){.content-card__toggle:before,.is-style-read-more .image-text-item__toggle:before{width:48px}}@media print,screen and (min-width:64em){.content-card__toggle:before,.is-style-read-more .image-text-item__toggle:before{width:64px}}.content-card__toggle:active,.content-card__toggle:focus,.content-card__toggle:hover,.is-style-read-more .image-text-item__toggle:active,.is-style-read-more .image-text-item__toggle:focus,.is-style-read-more .image-text-item__toggle:hover{color:#000!important}.content-card__toggle:active:before,.content-card__toggle:focus:before,.content-card__toggle:hover:before,.is-style-read-more .image-text-item__toggle:active:before,.is-style-read-more .image-text-item__toggle:focus:before,.is-style-read-more .image-text-item__toggle:hover:before{background:#000!important}.content-card__toggle-close,.is-style-read-more .image-text-item__toggle-close{display:none}.content-card__toggle-close--visible,.content-card__toggle-open,.is-style-read-more .image-text-item__toggle-close--visible,.is-style-read-more .image-text-item__toggle-open{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.content-card__toggle-open--hidden,.is-style-read-more .image-text-item__toggle-open--hidden{display:none}.archive{margin-bottom:32px;margin-top:64px}@media print,screen and (min-width:40em){.archive{margin-top:96px}}@media print,screen and (min-width:64em){.archive{margin-top:128px}}.plyr--fullscreen-fallback .archive{margin-bottom:0!important;margin-top:0!important;padding-bottom:0!important;padding-top:0!important}.archive-grid{display:grid;gap:32px;grid-template-columns:100%;grid-template-rows:auto;margin-top:48px}@media print,screen and (min-width:48em){.archive-grid{gap:64px 48px;grid-template-columns:repeat(2,1fr);margin-top:64px}}@media print,screen and (min-width:64em){.archive-grid{gap:128px 64px;margin-top:96px}}.archive-grid--reference{display:block}.archive-grid--team{gap:48px}@media print,screen and (min-width:48em){.archive-grid--team{gap:64px 32px}}@media print,screen and (min-width:64em){.archive-grid--team{gap:96px 32px;grid-template-columns:repeat(3,1fr)}}.archive-grid--contact-person{gap:48px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.archive-grid--contact-person{gap:32px;grid-template-columns:repeat(2,1fr);margin-top:64px}}.archive .facetwp-facet{margin-bottom:24px}@media print,screen and (min-width:40em){.archive .facetwp-facet{margin-bottom:32px}}@media print,screen and (min-width:48em){.archive .facetwp-facet{margin-bottom:48px}}.archive .facetwp-type-radio{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px;justify-content:center}@media print,screen and (min-width:40em){.archive .facetwp-type-radio{gap:32px}}.archive .facetwp-radio{background:none;margin-bottom:0;padding-left:0}@media print,screen and (max-width:39.99875em){.archive .facetwp-radio{font-size:14px}}.archive .facetwp-radio.checked{background:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:2px}.archive .facetwp-radio .facetwp-display-value{padding-right:0}.archive .facetwp-type-fselect{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.archive .facetwp-type-fselect .fs-wrap{min-width:164px;width:auto}.archive .facetwp-type-fselect .fs-wrap.fs-open .fs-label:after{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.archive .facetwp-type-fselect .fs-label-wrap{border:none}.archive .facetwp-type-fselect .fs-label{margin-bottom:0;padding:2px 30px 2px 0;position:relative}.archive .facetwp-type-fselect .fs-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='%23747474'%3E%3Cpath d='m12.293.793 1.414 1.414L7 8.914.293 2.207 1.707.793 7 6.085z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:auto;bottom:0;content:"";position:absolute;right:0;top:0;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:14px}.archive .facetwp-type-fselect .fs-arrow{display:none}.archive .facetwp-type-fselect .fs-option{padding:8px}.archive .facetwp-counter{display:none}@media print,screen and (min-width:40em){.archive.media-report-archive .archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media print,screen and (min-width:64em){.archive.media-report-archive .archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.facetwp-facet-pagination{display:block;height:0;margin:0 auto;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:30px}.facetwp-facet-pagination .facetwp-load-more{height:1px;text-indent:-9999px;width:1px}.facetwp-facet-pagination.is-loading{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0;display:block;shape-rendering:auto' width='64' height='64' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' fill='%23317caa'%3E%3Ccircle cx='50' cy='50' r='21.461' fill='none' stroke='%23c4c4c4' stroke-width='6'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='1.4492753623188404s' values='0;37' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline' begin='-0.7246376811594202s'/%3E%3Canimate attributeName='opacity' repeatCount='indefinite' dur='1.4492753623188404s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline' begin='-0.7246376811594202s'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='36.278' fill='none' stroke='%23000' stroke-width='6'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='1.4492753623188404s' values='0;37' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline'/%3E%3Canimate attributeName='opacity' repeatCount='indefinite' dur='1.4492753623188404s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline'/%3E%3C/circle%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;height:60px;margin:0 auto;width:60px}body.krapf-theme-active .facetwp-facet-pagination.is-loading{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='margin:auto;background:0 0;display:block;shape-rendering:auto' width='64' height='64' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' fill='%237c8e99'%3E%3Ccircle cx='50' cy='50' r='21.461' fill='none' stroke='%23c4c4c4' stroke-width='6'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='1.4492753623188404s' values='0;37' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline' begin='-0.7246376811594202s'/%3E%3Canimate attributeName='opacity' repeatCount='indefinite' dur='1.4492753623188404s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline' begin='-0.7246376811594202s'/%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='36.278' fill='none' stroke='%23000' stroke-width='6'%3E%3Canimate attributeName='r' repeatCount='indefinite' dur='1.4492753623188404s' values='0;37' keyTimes='0;1' keySplines='0 0.2 0.8 1' calcMode='spline'/%3E%3Canimate attributeName='opacity' repeatCount='indefinite' dur='1.4492753623188404s' values='1;0' keyTimes='0;1' keySplines='0.2 0 0.8 1' calcMode='spline'/%3E%3C/circle%3E%3C/svg%3E")}.ghostkit-tabs{--gkt-tabs--buttons__offset:32px;outline:1px solid #000;padding:16px}@media print,screen and (min-width:48em){.ghostkit-tabs{padding:64px 72px 72px}}.ghostkit-tabs .ghostkit-tabs-buttons{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:12px 24px;overflow-x:auto;padding-bottom:16px;padding-top:16px;position:sticky;top:50px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%;z-index:2}.header.scrolled-down+* .ghostkit-tabs .ghostkit-tabs-buttons{top:0}@media screen and (min-width:58.3125em){.ghostkit-tabs .ghostkit-tabs-buttons{top:106px}}.ghostkit-tabs .ghostkit-tabs-buttons:focus-within .ghostkit-tabs-buttons-item{color:#b3b3b3}.ghostkit-tabs .ghostkit-tabs-buttons:focus-within .ghostkit-tabs-buttons-item:active,.ghostkit-tabs .ghostkit-tabs-buttons:focus-within .ghostkit-tabs-buttons-item:focus,.ghostkit-tabs .ghostkit-tabs-buttons:focus-within .ghostkit-tabs-buttons-item:hover{color:#000}.ghostkit-tabs .ghostkit-tabs-buttons,.ghostkit-tabs .ghostkit-tabs-buttons-item,.ghostkit-tabs .ghostkit-tabs-buttons-item-active{border:none!important}.ghostkit-tabs .ghostkit-tabs-buttons-item{background-color:transparent;color:#000;display:inline-block;margin-bottom:0;opacity:1;padding:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media print,screen and (max-width:47.99875em){.ghostkit-tabs .ghostkit-tabs-buttons-item{-ms-flex-negative:0;flex-shrink:0;font-size:15px;letter-spacing:0;line-height:1.5}}@media print,screen and (min-width:48em)and (max-width:63.99875em){.ghostkit-tabs .ghostkit-tabs-buttons-item{font-size:18px}}.ghostkit-tabs .ghostkit-tabs-buttons-item--not-active{color:#b3b3b3}.ghostkit-tabs .ghostkit-tabs-buttons-item-active{text-decoration:underline;-webkit-text-decoration-color:#000;text-decoration-color:#000;text-decoration-thickness:2px;text-underline-offset:2px}body.is-fullscreen .ghostkit-tabs .ghostkit-tabs-buttons{display:none}.ghostkit-tabs .ghostkit-tab>:last-child{margin-bottom:0}.hero-slider{--plyr-video-controls-background:transparent;margin-bottom:64px;overflow:hidden;position:relative}@media print,screen and (min-width:64em){.hero-slider{margin-bottom:128px}}.hero-slider__slide{padding-bottom:32px}.hero-slider__slide-figure{aspect-ratio:4/3;position:relative}@media print,screen and (min-width:40em){.hero-slider__slide-figure{aspect-ratio:2/1}}.hero-slider__slide-media{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.hero-slider__slide-caption{position:absolute;right:16px;top:100%}@media print,screen and (min-width:40em){.hero-slider__slide-caption{right:32px}}.hero-slider__video-mute{bottom:44px;cursor:pointer;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.hero-slider__video-mute svg path{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.hero-slider__video-mute svg path:nth-child(2){opacity:0}.hero-slider__video-mute.is-muted path:nth-child(2){opacity:1}.hero-slider .hero-slider__pagination{-webkit-box-pack:end;-ms-flex-pack:end;bottom:48px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;justify-content:flex-end;left:16px;right:16px;text-align:right;-webkit-transform:none;transform:none;width:auto}@media print,screen and (min-width:40em){.hero-slider .hero-slider__pagination{bottom:64px;left:32px;right:32px}}.hero-slider .hero-slider__pagination .swiper-pagination-bullet{background-color:#fff;border-radius:0;-webkit-box-shadow:0 0 10px 5px rgba(0,0,0,.2);box-shadow:0 0 10px 5px rgba(0,0,0,.2);height:2px;margin:0;opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:32px}.hero-slider .hero-slider__pagination .swiper-pagination-bullet-active{width:64px}.gallery-slider{margin-bottom:64px;position:relative}@media print,screen and (min-width:64em){body:not(.single-reference) .gallery-slider{margin-left:auto;margin-right:auto;max-width:50vw}}@media screen and (min-width:120em){body:not(.krapf-theme-active) .gallery-slider{margin-left:auto;margin-right:auto;max-width:none}}.distribution-list__distributor-slider .gallery-slider{margin-bottom:0;margin-top:32px}@media print,screen and (min-width:40em){.distribution-list__distributor-slider .gallery-slider{margin-top:0}}.gallery-slider:not(:first-child){margin-top:32px}@media print,screen and (min-width:64em){.gallery-slider:not(:first-child).alignwide{margin-top:128px}}.gallery-slider:after{background-color:#fff;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;visibility:hidden;z-index:9999}.gallery-slider:after,.gallery-slider__slider{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.gallery-slider__slider{background-color:transparent}.gallery-slider__figure{height:0;overflow:hidden;padding-bottom:66.6095890411%;position:relative;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.distribution-list__distributor-slider .gallery-slider__figure{background-color:#fff}.gallery-slider__item{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:center;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:100%}.gallery-slider__figure{background-color:#ececec}.gallery-slider__image{height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;right:0;top:0;width:100%}.gallery-slider__bottom{margin-top:16px;opacity:1;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:visible}@media print,screen and (min-width:40em){.gallery-slider__bottom{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:32px;justify-content:space-between;width:100%}.gallery-slider--no-thumbnails .gallery-slider__bottom{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.gallery-slider--no-thumbnails .gallery-slider__bottom{margin-top:32px}.gallery-slider__navigation{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:42px;justify-content:flex-end;margin-top:24px;z-index:1}.distribution-list__distributor-slider .gallery-slider__navigation{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%}@media print,screen and (min-width:40em){.gallery-slider__navigation{margin-top:0}}.gallery-slider .button-next,.gallery-slider .button-prev{color:#000;cursor:pointer;height:24px}.gallery-slider .button-next.swiper-button-disabled,.gallery-slider .button-prev.swiper-button-disabled{color:#ececec;pointer-events:none}.distribution-list__distributor-slider .gallery-slider .button-next.swiper-button-disabled,.distribution-list__distributor-slider .gallery-slider .button-prev.swiper-button-disabled{color:#747474}.gallery-slider .button-next svg .arrow-head,.gallery-slider .button-next svg .line,.gallery-slider .button-prev svg .arrow-head,.gallery-slider .button-prev svg .line{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.gallery-slider .button-next:hover .arrow-head{-webkit-transform:translateX(20px);transform:translateX(20px)}.gallery-slider .button-next:hover .line{-webkit-transform:scaleX(1.9);transform:scaleX(1.9)}.gallery-slider .button-prev .line{-webkit-transform-origin:right;transform-origin:right}.gallery-slider .button-prev:hover .arrow-head{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.gallery-slider .button-prev:hover .line{-webkit-transform:scaleX(1.9);transform:scaleX(1.9)}.gallery-slider__thumbs{width:100%}.gallery-slider__thumbs-wrapper{max-width:100%}.gallery-slider__thumbs-image{height:60px}@media print,screen and (min-width:40em){.gallery-slider__thumbs-image{height:80px}}.gallery-slider__thumbs-figure{width:auto}.gallery-slider__thumbs-item{border-bottom:2px solid transparent;cursor:pointer;height:auto;padding-bottom:8px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto!important}.gallery-slider__thumbs-item.swiper-slide-thumb-active{border-bottom:2px solid #000}.gallery-slider__fullscreen{background-color:#fff;bottom:0;display:none;left:0;padding:90px 16px;position:fixed;right:0;top:0;z-index:1000000}@media print,screen and (min-width:40em){.gallery-slider__fullscreen{padding:90px 150px}}.gallery-slider__fullscreen-open{cursor:pointer}.distribution-list__distributor-slider .gallery-slider__fullscreen-open{margin-left:auto}.gallery-slider__fullscreen.is-open{display:block}.gallery-slider__fullscreen .swiper,.gallery-slider__fullscreen-figure{height:100%}.gallery-slider__fullscreen-figure img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.gallery-slider__fullscreen-navigation{-webkit-box-pack:justify;-ms-flex-pack:justify;display:none;justify-content:space-between;left:0;padding:0 40px;position:absolute;right:0;top:50%}@media print,screen and (min-width:40em){.gallery-slider__fullscreen-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}}.gallery-slider__fullscreen-close{cursor:pointer;position:absolute;right:40px;top:40px}.distribution-list{margin-top:64px}@media print,screen and (min-width:40em){.distribution-list{margin-top:128px}}.distribution-list__filters{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:16px}@media print,screen and (min-width:64em){.distribution-list__filters{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;align-items:flex-end;-ms-flex-direction:row;flex-direction:row;justify-content:space-between}}.distribution-list__locations{margin-bottom:16px;width:100%}@media print,screen and (min-width:64em){.distribution-list__locations{margin-bottom:0;width:268px}}.distribution-list__types{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 16px;justify-content:center}.distribution-list__types.distribution-list__types{margin:32px 0}.distribution-list__types-single{cursor:pointer;font-size:18px;font-weight:700;letter-spacing:-.2px;line-height:1.2727;margin-bottom:0;position:relative}@media print,screen and (min-width:40em){.distribution-list__types-single{font-size:22px;line-height:28px}}.distribution-list__types-single:after{background-color:#000;bottom:3px;content:"";display:block;height:2px;left:28px;position:absolute;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:0}.distribution-list__types-single.is-active:after,.distribution-list__types-single:hover:after{width:calc(100% - 28px)}.distribution-list__types-single[data-filter-value="*"]:after{left:0}.distribution-list__types-single[data-filter-value="*"].is-active:after,.distribution-list__types-single[data-filter-value="*"]:hover:after{width:100%}.distribution-list__types-single.is-disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.distribution-list__types-single .legend{border-radius:50%;display:inline-block;height:16px;margin-right:8px;width:16px}.distribution-list__types-single .legend.hauptsitz,.distribution-list__types-single .legend.headquarter-en{background-color:#464746}.distribution-list__types-single .legend.sales-partners-en,.distribution-list__types-single .legend.vertriebspartner{background-color:#5ea5c5}.distribution-list__types-single .legend.showroom,.distribution-list__types-single .legend.showroom-en{background-color:#d18023}.distribution-list__types-single .legend.contact,.distribution-list__types-single .legend.kontakt{background-color:#009354}@media print,screen and (min-width:40em){.distribution-list__types.distribution-list__types{gap:32px}}@media print,screen and (min-width:64em){.distribution-list__types.distribution-list__types{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:8px;margin-top:0}}.distribution-list__map{height:400px;width:100%}@media print,screen and (min-width:40em){.distribution-list__map{height:484px}}@media print,screen and (min-width:64em){.distribution-list__map{height:584px}}.distribution-list__map .wk-marker__icon{background-color:#000;border-radius:50%;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,.4);box-shadow:2px 1px 2px 0 rgba(0,0,0,.4);height:16px;left:9px;position:absolute;-webkit-transform:translate(50%,100%);transform:translate(50%,100%);-webkit-transform-origin:center;transform-origin:center;width:16px}.distribution-list__map .wk-marker__icon.filter-hauptsitz,.distribution-list__map .wk-marker__icon.filter-headquarter-en{background-color:#464746}.distribution-list__map .wk-marker__icon.filter-sales-partners-en,.distribution-list__map .wk-marker__icon.filter-vertriebspartner{background-color:#5ea5c5}.distribution-list__map .wk-marker__icon.filter-showroom,.distribution-list__map .wk-marker__icon.filter-showroom-en{background-color:#d18023}.distribution-list__map .wk-marker__icon.filter-contact,.distribution-list__map .wk-marker__icon.filter-kontakt{background-color:#009354}.distribution-list__map .gm-style-iw-t:after{top:-18px}.distribution-list__map .gm-style-iw-chr{position:absolute;right:0;top:0}.distribution-list__map .gm-style-iw{border-radius:0;-webkit-box-shadow:5px 5px 25px 0 rgba(39,40,56,.3);box-shadow:5px 5px 25px 0 rgba(39,40,56,.3);max-height:none!important;max-width:310px!important;padding:0!important;width:368px}.distribution-list__map .gm-style-iw-d{max-height:none!important;overflow:auto!important}.distribution-list__map .gm-ui-hover-effect{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;opacity:1;right:0!important;top:0!important;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.distribution-list__map .gm-ui-hover-effect span{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1);height:24px!important;width:24px!important}.distribution-list__map .wk-marker-tooltip{font-size:16px;line-height:24px}@media print,screen and (min-width:40em){.distribution-list__map .wk-marker-tooltip{font-size:18px;line-height:27px}}.distribution-list__map .wk-marker-tooltip__thumbnail{aspect-ratio:340/170;margin-bottom:20px;width:100%}.distribution-list__map .wk-marker-tooltip__thumbnail.no-image{height:48px;margin-bottom:16px;width:100%}.distribution-list__map .wk-marker-tooltip__thumbnail.no-image .gm-style-iw-chr{-webkit-filter:invert(1);filter:invert(1)}.distribution-list__map .wk-marker-tooltip__thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.distribution-list__map .wk-marker-tooltip__content-wrapper{padding:0 10px 10px!important}@media print,screen and (min-width:40em){.distribution-list__map .wk-marker-tooltip__content-wrapper{padding:0 20px 20px!important}}.distribution-list__map .wk-marker-tooltip__types{line-height:21px;margin-bottom:8px}.distribution-list__map .wk-marker-tooltip__title{font-weight:700;margin-bottom:0}.distribution-list__hint{margin-top:32px}.distribution-list__countries{margin-top:64px}.distribution-list__countries-single{border-top:1px solid #b3b3b3;padding:32px 0}.distribution-list__countries-single.is-hidden{display:none}.distribution-list__countries-single-header button{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.distribution-list__countries-single-header button h2{margin-bottom:0}.distribution-list__countries-single-header button svg{-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.is-open .distribution-list__countries-single-header button svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.distribution-list__countries-single-body{margin-top:32px}.distribution-list__countries-single-title{text-align:left}.distribution-list__distributor{background-color:#ececec;padding:16px}@media print,screen and (min-width:40em){.distribution-list__distributor{padding:24px 32px}}.distribution-list__distributor.is-hidden{display:none}.distribution-list__distributor:not(:last-child){margin-bottom:32px}.distribution-list__distributor-types{margin-bottom:0}.distribution-list__distributor-title{margin-bottom:24px;margin-top:8px}.distribution-list__distributor-address{margin-bottom:0}.distribution-list__distributor-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:40em){.distribution-list__distributor-contact{-webkit-box-pack:end;-ms-flex-pack:end;height:100%;justify-content:flex-end}}@media print,screen and (max-width:39.99875em){.distribution-list__distributor .cell.auto{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;width:100%}.distribution-list__distributor-address{margin-bottom:16px}}.distribution-list .wk-marker-tooltip__thumbnail.filter-hauptsitz,.distribution-list .wk-marker-tooltip__thumbnail.filter-headquarter-en{background-color:#464746}.distribution-list .wk-marker-tooltip__thumbnail.filter-sales-partners-en,.distribution-list .wk-marker-tooltip__thumbnail.filter-vertriebspartner{background-color:#5ea5c5}.distribution-list .wk-marker-tooltip__thumbnail.filter-showroom,.distribution-list .wk-marker-tooltip__thumbnail.filter-showroom-en{background-color:#d18023}.distribution-list .wk-marker-tooltip__thumbnail.filter-contact,.distribution-list .wk-marker-tooltip__thumbnail.filter-kontakt{background-color:#009354}.hero-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;height:auto;justify-content:center;margin-bottom:60px;min-height:auto;position:relative}.hero-header__content{grid-column:1;grid-row:1;padding-bottom:40px;padding-top:40px;position:relative;z-index:15}@media print,screen and (max-width:47.99875em){.hero-header__content{padding:30px 20px 60px}}@media (-ms-high-contrast:none){.hero-header__content{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}}.hero-header__media{grid-column:1;grid-row:1}.hero-header__media-video{height:0;min-height:auto;overflow:hidden;padding-top:52.4633207373%;position:relative}.hero-header__media-image{height:100%;max-height:calc(100vh - 70px)}@media screen and (min-width:58.3125em){.hero-header__media-image{max-height:calc(100vh - 100px)}}.hero-header__video{height:100%;position:absolute;top:0}.hero-header__image{font-family:"object-fit: cover";height:100%;max-height:calc(100vh - 70px);-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width:58.3125em){.hero-header__image{max-height:calc(100vh - 100px)}}.hero-header__inner{margin-left:auto;margin-right:auto;max-width:66.6666666667rem;padding-left:.8888888889rem;padding-right:.8888888889rem}@media print,screen and (min-width:40em){.hero-header__inner{padding-left:.8888888889rem;padding-right:.8888888889rem}}.hero-header .scroll-down{-webkit-animation:heartbeat 6s ease-in both;animation:heartbeat 6s ease-in both;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:15px;cursor:pointer;height:38px;left:calc(50% - 19px);padding:2px;position:absolute;width:38px}@media print,screen and (min-width:40em){.hero-header .scroll-down{bottom:30px;height:42px;left:calc(50% - 21px);width:42px}}@media print,screen and (min-width:64em){.hero-header .scroll-down{bottom:45px;height:50px;left:calc(50% - 25px);width:50px}}@-webkit-keyframes heartbeat{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform-origin:center center;transform-origin:center center}0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}15%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(0);transform:translateY(0)}84%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(8px);transform:translateY(8px)}87%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(4px);transform:translateY(4px)}90%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(10px);transform:translateY(10px)}95%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes heartbeat{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform-origin:center center;transform-origin:center center}0%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}15%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(0);transform:translateY(0)}84%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(8px);transform:translateY(8px)}87%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(4px);transform:translateY(4px)}90%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:translateY(10px);transform:translateY(10px)}95%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:translateY(0);transform:translateY(0)}}.history-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;margin:64px 0;padding-top:48px}@media print,screen and (min-width:64em){.history-list{margin:128px 0}}.history-entry{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media print,screen and (min-width:40em){.history-entry{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:468px}}.history-entry:not(:last-child){margin-bottom:64px}@media print,screen and (min-width:40em){.history-entry:not(:last-child){margin-bottom:80px}}.history-entry:nth-child(2n){-ms-flex-item-align:end;align-self:flex-end}.history-entry__image-wrapper{position:relative;z-index:-1}.history-entry__image-wrapper:after{background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(33%,transparent));background:linear-gradient(0deg,#fff,transparent 33%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.history-entry__image{width:100%}.history-entry__title{color:#000;font-size:80px;font-weight:700;letter-spacing:0;line-height:90px;margin-top:-48px}@media print,screen and (min-width:40em){.history-entry__title{font-size:110px;line-height:126px;margin-top:-64px}}@media print,screen and (min-width:64em){.history-entry__title{margin-left:-32px}}.history-entry__text{color:#000;font-size:22px;font-weight:700;letter-spacing:-.2px;line-height:28px;margin-bottom:0}.history-entry__text:not(:last-child){margin-bottom:32px}.accordion{margin:64px 0;width:100%}@media print,screen and (min-width:64em){.accordion{margin:128px 0}}.ghostkit-grid .accordion{margin:0}.archive .facetwp-radio+.accordion,.archive .facetwp-type-fselect .fs-label+.accordion,.footer__menu-link+.accordion,.form-styling-active .gform_validation_errors *+.accordion,.ghostkit-col .accordion:first-child,.ghostkit-tabs .ghostkit-tabs-buttons-item+.accordion,.h1+.accordion,.h2+.accordion,.h3+.accordion,.h4+.accordion,.h5+.accordion,.h6+.accordion,.is-style-large+.accordion,.is-style-very-large+.accordion,.search-overlay__title+.accordion,h1+.accordion,h2+.accordion,h3+.accordion,h4+.accordion,h5+.accordion,h6+.accordion{margin-top:0}.accordion .accordion__item{border:1px solid #b3b3b3;margin-bottom:24px;width:100%}.accordion .accordion__item:last-child{margin-bottom:0}.accordion .accordion__item.is-open .accordion__icon{-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg)}.accordion .accordion__header{border-radius:20px;position:relative}.accordion .accordion__header button{cursor:pointer;text-align:left;width:100%}.accordion__icon{position:absolute;right:12px;top:50%;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.accordion .accordion__title{color:#000;font-size:18px;font-weight:700;line-height:1.5;margin-bottom:0;padding:12px 80px 12px 12px}.accordion .accordion__body{padding:6px 12px 16px;position:relative}.accordion .accordion__body>:last-child{margin-bottom:0}.wp-block-video{margin:64px 0}@media print,screen and (min-width:64em){.wp-block-video{margin:128px 0}}.archive .facetwp-radio+.wp-block-video,.archive .facetwp-type-fselect .fs-label+.wp-block-video,.footer__menu-link+.wp-block-video,.form-styling-active .gform_validation_errors *+.wp-block-video,.ghostkit-tabs .ghostkit-tabs-buttons-item+.wp-block-video,.h1+.wp-block-video,.h2+.wp-block-video,.h3+.wp-block-video,.h4+.wp-block-video,.h5+.wp-block-video,.h6+.wp-block-video,.is-style-large+.wp-block-video,.is-style-very-large+.wp-block-video,.search-overlay__title+.wp-block-video,h1+.wp-block-video,h2+.wp-block-video,h3+.wp-block-video,h4+.wp-block-video,h5+.wp-block-video,h6+.wp-block-video{margin-top:0}.ghostkit-grid .wp-block-video{margin:0}.wp-block-video:not(.has-fullscreen-control) .plyr.plyr--paused .plyr__controls{opacity:0;visibility:hidden}.plyr--video{background:transparent}.plyr .plyr__controls{padding:0}.plyr .plyr__control[data-plyr=fullscreen],.plyr .plyr__control[data-plyr=mute],.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid){-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#b3b3b3;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;justify-content:center;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:30px}@media print,screen and (min-width:40em){.plyr .plyr__control[data-plyr=fullscreen],.plyr .plyr__control[data-plyr=mute],.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid){height:40px;width:40px}}.plyr .plyr__control[data-plyr=fullscreen]:hover,.plyr .plyr__control[data-plyr=mute]:hover,.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid):hover{background-color:#fff}.plyr .plyr__control[data-plyr=fullscreen]:hover svg,.plyr .plyr__control[data-plyr=mute]:hover svg,.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid):hover svg{fill:#000}.plyr .plyr__control[data-plyr=fullscreen]:hover:after,.plyr .plyr__control[data-plyr=mute]:hover:after,.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid):hover:after{background-color:#000}.plyr .plyr__control[data-plyr=play]:not(.plyr__control--overlaid){background-color:transparent}.plyr .plyr__control[data-plyr=fullscreen].plyr__control--pressed:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M19.07 19.07 4.93 4.93m14.14 0L4.93 19.07'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M19.07 19.07 4.93 4.93m14.14 0L4.93 19.07'/%3E%3C/svg%3E")}.plyr .plyr__control[data-plyr=fullscreen]:after{background-color:#fff;content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6m8 6h6v-6m.18 6-6-6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6m8-14h6v6m.18-5.91-6 6M8 2H2v6m-.18-6.18 6 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6m8 6h6v-6m.18 6-6-6'/%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M8 22H2v-6m0 6 6-6m8-14h6v6m.18-5.91-6 6M8 2H2v6m-.18-6.18 6 6'/%3E%3C/svg%3E");position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:24px}.plyr .plyr__control[data-plyr=fullscreen] svg{display:none}.plyr .plyr__control--overlaid{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%23fff'%3E%3Cpath fill='none' stroke-width='2' d='M5.5 22V2l15 10-15 10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;border-radius:0;height:48px;width:48px}@media print,screen and (min-width:40em){.plyr .plyr__control--overlaid{height:64px;width:64px}}@media print,screen and (min-width:64em){.plyr .plyr__control--overlaid{height:96px;width:96px}}.content-card .plyr .plyr__control--overlaid{height:48px;width:48px}.plyr .plyr__control--overlaid svg{display:none}.plyr .plyr__control--overlaid:active,.plyr .plyr__control--overlaid:focus,.plyr .plyr__control--overlaid:hover{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' stroke='%23fff'%3E%3Cpath fill='none' stroke-width='2' d='M5.5 22V2l15 10-15 10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain}.cpt-downloads .plyr.plyr--paused .plyr__controls,.has-fullscreen-control .plyr.plyr--paused .plyr__controls,.plyr .plyr__video-wrapper{background:transparent}.cpt-downloads .plyr.plyr--paused .plyr__controls__item:not([data-plyr=fullscreen]),.has-fullscreen-control .plyr.plyr--paused .plyr__controls__item:not([data-plyr=fullscreen]){opacity:0;visibility:hidden}.plyr.plyr--paused .plyr__video-wrapper:after{background-color:rgba(0,0,0,.48);content:"";inset:0;position:absolute}.plyr .plyr__progress>input{color:#317caa}body.krapf-theme-active .plyr .plyr__progress>input{color:#7c8e99}.plyr .plyr__poster{background-color:transparent}.wp-block-gallery{-webkit-box-pack:center;-ms-flex-pack:center;--wp--style--gallery-gap-default:32px;display:grid!important;grid-template-columns:100%;justify-content:center;margin-left:auto;margin-right:auto;margin-top:64px!important}@media print,screen and (min-width:40em){.wp-block-gallery{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.wp-block-gallery.columns-3{grid-template-columns:repeat(3,1fr)}.wp-block-gallery.columns-4{grid-template-columns:repeat(4,1fr)}.wp-block-gallery.columns-5{grid-template-columns:repeat(5,1fr)}.wp-block-gallery.columns-6{grid-template-columns:repeat(6,1fr)}.wp-block-gallery.columns-7{grid-template-columns:repeat(7,1fr)}.wp-block-gallery.columns-8{grid-template-columns:repeat(8,1fr)}}@media print,screen and (max-width:39.99875em){.wp-block-gallery{--wp--style--gallery-gap-default:16px}}.wp-block-gallery .wp-block-image{--gallery-block--gutter-size:32px;--wp--style--unstable-gallery-gap:32px;background-color:#fff;height:100%;width:100%!important}@media print,screen and (max-width:39.99875em){.wp-block-gallery .wp-block-image{--gallery-block--gutter-size:16px;--wp--style--unstable-gallery-gap:16px}}.wp-block-gallery .wp-block-image img{margin-bottom:0!important;max-height:268px;-o-object-fit:contain;object-fit:contain}.archive .facetwp-type-fselect .wp-block-gallery+.fs-label,.archive .wp-block-gallery+.facetwp-radio,.ghostkit-tabs .wp-block-gallery+.ghostkit-tabs-buttons-item,.wp-block-gallery+h1,.wp-block-gallery+h2,.wp-block-gallery+h3,.wp-block-gallery+h4,.wp-block-gallery+h5,.wp-block-gallery+h6,.wp-block-gallery+p{margin-top:32px}@media print,screen and (min-width:64em){.archive .facetwp-type-fselect .wp-block-gallery+.fs-label,.archive .wp-block-gallery+.facetwp-radio,.ghostkit-tabs .wp-block-gallery+.ghostkit-tabs-buttons-item,.wp-block-gallery+h1,.wp-block-gallery+h2,.wp-block-gallery+h3,.wp-block-gallery+h4,.wp-block-gallery+h5,.wp-block-gallery+h6,.wp-block-gallery+p{margin-top:64px}}.accordion .downloads,.archive .facetwp-radio+.downloads,.archive .facetwp-type-fselect .fs-label+.downloads,.footer__menu-link+.downloads,.form-styling-active .gform_validation_errors *+.downloads,.ghostkit-tabs .ghostkit-tabs-buttons-item+.downloads,.h1+.downloads,.h2+.downloads,.h3+.downloads,.h4+.downloads,.h5+.downloads,.h6+.downloads,.is-style-large+.downloads,.is-style-very-large+.downloads,.search-overlay__title+.downloads,h1+.downloads,h2+.downloads,h3+.downloads,h4+.downloads,h5+.downloads,h6+.downloads{margin-top:0!important}.downloads.list{margin-bottom:64px;margin-top:32px}.ghostkit-col-content .downloads.list:first-child{margin-top:0}.downloads.list .downloads__item{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:#ececec;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:13px;padding:10px 16px}@media print,screen and (max-width:39.99875em){.downloads.list .downloads__item{padding:16px}}.downloads.list .downloads__item:last-child{margin-bottom:0}.downloads.list .downloads__item .downloads__title{font-weight:700;margin:0}@media print,screen and (max-width:39.99875em){.downloads.list .downloads__item .downloads__title{font-size:14px;max-width:150px}}.downloads.list .downloads__item .downloads__files{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;height:27px}.downloads.list .downloads__item .downloads__files .downloads__file{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;gap:8px;text-decoration:none;text-transform:uppercase}@media print,screen and (max-width:39.99875em){.downloads.list .downloads__item .downloads__files .downloads__file{font-size:16px;gap:8px}}.downloads.list .downloads__item .downloads__files .downloads__file-type{margin-top:5px}@media print,screen and (max-width:39.99875em){.downloads.list .downloads__item .downloads__files .downloads__file-type{font-size:14px}}.downloads.list .downloads__item .downloads__files .downloads__file .downloads__icon,.downloads.list .downloads__item .downloads__files .downloads__file .downloads__icon svg{height:24px;width:24px}@media print,screen and (max-width:39.99875em){.downloads.list .downloads__item .downloads__files .downloads__file .downloads__icon,.downloads.list .downloads__item .downloads__files .downloads__file .downloads__icon svg{height:20px;width:20px}}.downloads.preview{display:grid;gap:24px 32px;margin:48px 0}.downloads.preview.has-1-columns{grid-template-columns:1fr}@media print,screen and (min-width:64em){.downloads.preview.has-1-columns{grid-template-columns:repeat(1,1fr)}}.downloads.preview.has-2-columns{grid-template-columns:1fr}@media print,screen and (min-width:40em){.downloads.preview.has-2-columns{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.downloads.preview.has-2-columns{grid-template-columns:repeat(2,1fr)}}.downloads.preview.has-3-columns{grid-template-columns:1fr}@media print,screen and (min-width:40em){.downloads.preview.has-3-columns{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.downloads.preview.has-3-columns{grid-template-columns:repeat(3,1fr)}}.downloads.preview.has-4-columns{grid-template-columns:1fr}@media print,screen and (min-width:40em){.downloads.preview.has-4-columns{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.downloads.preview.has-4-columns{grid-template-columns:repeat(4,1fr)}}.downloads.preview .downloads__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#ececec;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:auto;justify-content:space-between;padding:16px;text-decoration:none}.downloads.preview .downloads__item:active,.downloads.preview .downloads__item:focus,.downloads.preview .downloads__item:hover{color:#000}.downloads.preview .downloads__item .downloads__image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin-bottom:24px}.downloads.preview .downloads__item .downloads__image-wrapper img{-o-object-fit:cover;object-fit:cover}.downloads.preview .downloads__item .plyr{margin-bottom:24px}.downloads.preview .downloads__item .downloads__information{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end;position:relative}.downloads.preview .downloads__item .downloads__information>*{margin-bottom:0}.downloads.preview .downloads__item .downloads__information .downloads__icon{bottom:0;height:24px;position:absolute;right:0;width:24px}.downloads.preview .downloads__item .downloads__information .downloads__file-type{margin-bottom:0;text-transform:uppercase}.downloads.preview .downloads__item .downloads__information .downloads__title{font-weight:700;padding-right:32px}.link-box{background-color:#ececec;padding:16px;position:relative}.link-box-grid{display:grid;gap:32px;grid-template-columns:1fr;margin:64px 0}@media print,screen and (min-width:64em){.link-box-grid{grid-template-columns:1fr 1fr;margin:128px 0}}.archive .facetwp-radio+.link-box-grid,.archive .facetwp-type-fselect .fs-label+.link-box-grid,.footer__menu-link+.link-box-grid,.form-styling-active .gform_validation_errors *+.link-box-grid,.ghostkit-tabs .ghostkit-tabs-buttons-item+.link-box-grid,.h1+.link-box-grid,.h2+.link-box-grid,.h3+.link-box-grid,.h4+.link-box-grid,.h5+.link-box-grid,.h6+.link-box-grid,.is-style-large+.link-box-grid,.is-style-very-large+.link-box-grid,.search-overlay__title+.link-box-grid,h1+.link-box-grid,h2+.link-box-grid,h3+.link-box-grid,h4+.link-box-grid,h5+.link-box-grid,h6+.link-box-grid{margin-top:0}@media print,screen and (min-width:40em){.link-box{padding:32px 32px 24px}}.link-box>:last-child{margin-bottom:0}.link-box.has-link>:nth-last-child(2){margin-bottom:56px}.link-box__link{bottom:16px;font-size:18px;font-weight:700;line-height:1.3889;position:absolute!important;text-decoration:none}@media print,screen and (min-width:40em){.link-box__link{bottom:24px}}.product-teaser{margin:64px 0}@media print,screen and (min-width:64em){.product-teaser{margin:128px 0}}.product-teaser__title{margin-bottom:16px}@media print,screen and (min-width:40em){.product-teaser__title{margin-bottom:32px}}.product-teaser__inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid}@media print,screen and (max-width:39.99875em){.product-teaser__inner{display:none}}@media print,screen and (min-width:40em){.product-teaser__inner{gap:32px;grid-template-columns:1fr 1fr}}@media screen and (min-width:75em){.product-teaser__inner{gap:132px;grid-template-columns:556px auto}}.product-teaser__inner .product-teaser__media{position:relative}.product-teaser__inner .product-teaser__image-wrapper{left:0;opacity:0;position:absolute;right:0;top:50%;-webkit-transform:translateX(-100px) translateY(-50%);transform:translateX(-100px) translateY(-50%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;visibility:hidden}.product-teaser__inner .product-teaser__image-wrapper.active{opacity:1;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%);visibility:visible}.product-teaser__inner .product-teaser__image{height:100%;width:100%}.product-teaser__inner .product-teaser__select{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px}.product-teaser__inner .product-teaser__text{color:#b3b3b3;display:inline-block;margin:0;padding-right:96px;position:relative;text-decoration:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}@media print,screen and (max-width:89.99875em){.product-teaser__inner .product-teaser__text{font-size:38px!important}}@media print,screen and (min-width:64em){.product-teaser__inner .product-teaser__text{font-size:55px}}.product-teaser__inner .product-teaser__text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");content:"";display:inline-block;height:24px;margin-left:44px;opacity:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;width:44px}.product-teaser__inner .product-teaser__text:active,.product-teaser__inner .product-teaser__text:focus,.product-teaser__inner .product-teaser__text:hover{color:#000}.product-teaser__inner .product-teaser__text:active:after,.product-teaser__inner .product-teaser__text:focus:after,.product-teaser__inner .product-teaser__text:hover:after{opacity:1}.product-teaser__inner .product-teaser__text.active{color:#000}.product-teaser__mobile{display:none;gap:16px;grid-template-columns:144px auto}@media print,screen and (max-width:39.99875em){.product-teaser__mobile{display:grid}}.product-teaser__mobile .product-teaser__text{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;text-decoration:none}@media print,screen and (max-width:39.99875em){.product-teaser__mobile .product-teaser__text{font-size:22px}}.product-teaser__mobile .product-teaser__text:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='24'%3E%3Cpath d='m31.293 2.707 1.414-1.414L43.414 12 32.707 22.707l-1.414-1.414L40.585 12z'/%3E%3Cpath d='M41 11v2H1v-2z'/%3E%3C/svg%3E");content:"";display:block;height:24px;margin-top:10px;width:44px}.blog-teaser{margin:64px 0}@media print,screen and (min-width:64em){.blog-teaser{margin:128px 0}}.blog-teaser__title{text-align:center}@media print,screen and (min-width:40em){.blog-teaser__title{margin-bottom:64px}.blog-teaser__item{display:grid;gap:0 16px;grid-template-columns:repeat(12,minmax(auto,1fr));grid-template-rows:64px auto 64px}}@media print,screen and (min-width:64em){.blog-teaser__item{gap:0 32px}}.blog-teaser__content{z-index:1}@media print,screen and (min-width:40em){.blog-teaser__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;grid-column:1/span 7;grid-row:2}}@media print,screen and (min-width:64em){.blog-teaser__content{grid-column:1/span 6}}.blog-teaser__content-inner{-ms-flex-item-align:start;align-self:flex-start;background-color:#fff;padding-top:16px;width:100%}@media print,screen and (min-width:40em){.blog-teaser__content-inner{padding:48px 32px 48px 0}}@media print,screen and (min-width:64em){.blog-teaser__content-inner{padding:64px 48px 64px 0}}.blog-teaser__blog-title{font-size:22px;letter-spacing:-.2px;line-height:1.2727;margin-bottom:16px}@media print,screen and (min-width:40em){.blog-teaser__blog-title{font-size:28px;letter-spacing:-.8px;line-height:1.1454;margin-bottom:32px}}@media print,screen and (min-width:64em){.blog-teaser__blog-title{font-size:48px;margin-bottom:48px}}@media screen and (min-width:90em){.blog-teaser__blog-title{font-size:55px}}.blog-teaser__image-wrapper{overflow:hidden;padding-bottom:56.1983471074%;position:relative}@media print,screen and (min-width:40em){.blog-teaser__image-wrapper{grid-column:3/span 10;grid-row:1/-1}}.blog-teaser__image-wrapper.no-image{background-color:#ececec}.blog-teaser__image,.blog-teaser__image-wrapper.no-image .blog-teaser__image-link{height:100%;left:0;position:absolute;top:0;width:100%}.blog-teaser__image{-o-object-fit:cover;object-fit:cover}.blog-teaser .swiper-navigation{-webkit-box-pack:right;-ms-flex-pack:right;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;gap:44px;height:24px;justify-content:right;margin-top:32px}@media print,screen and (max-width:39.99875em){.blog-teaser .swiper-navigation{display:none}}.blog-teaser .swiper-navigation .button-next,.blog-teaser .swiper-navigation .button-prev{cursor:pointer;height:inherit}.blog-teaser .swiper-navigation .button-next svg,.blog-teaser .swiper-navigation .button-prev svg{fill:#b3b3b3}.blog-teaser .swiper-navigation .button-next svg .arrow-head,.blog-teaser .swiper-navigation .button-next svg .line,.blog-teaser .swiper-navigation .button-prev svg .arrow-head,.blog-teaser .swiper-navigation .button-prev svg .line{-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.blog-teaser .swiper-navigation .button-next:active svg,.blog-teaser .swiper-navigation .button-next:focus svg,.blog-teaser .swiper-navigation .button-next:hover svg,.blog-teaser .swiper-navigation .button-prev:active svg,.blog-teaser .swiper-navigation .button-prev:focus svg,.blog-teaser .swiper-navigation .button-prev:hover svg{fill:#000}.blog-teaser .swiper-navigation .button-next:active .arrow-head,.blog-teaser .swiper-navigation .button-next:focus .arrow-head,.blog-teaser .swiper-navigation .button-next:hover .arrow-head{-webkit-transform:translateX(20px);transform:translateX(20px)}.blog-teaser .swiper-navigation .button-next:active .line,.blog-teaser .swiper-navigation .button-next:focus .line,.blog-teaser .swiper-navigation .button-next:hover .line{-webkit-transform:scaleX(1.9);transform:scaleX(1.9)}.blog-teaser .swiper-navigation .button-prev .line{-webkit-transform-origin:right;transform-origin:right}.blog-teaser .swiper-navigation .button-prev:active .arrow-head,.blog-teaser .swiper-navigation .button-prev:focus .arrow-head,.blog-teaser .swiper-navigation .button-prev:hover .arrow-head{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.blog-teaser .swiper-navigation .button-prev:active .line,.blog-teaser .swiper-navigation .button-prev:focus .line,.blog-teaser .swiper-navigation .button-prev:hover .line{-webkit-transform:scaleX(1.9);transform:scaleX(1.9)}.quote{margin:64px 0}@media print,screen and (min-width:64em){.quote{margin:128px 0}}.archive .facetwp-radio+.quote,.archive .facetwp-type-fselect .fs-label+.quote,.footer__menu-link+.quote,.form-styling-active .gform_validation_errors *+.quote,.ghostkit-tabs .ghostkit-tabs-buttons-item+.quote,.h1+.quote,.h2+.quote,.h3+.quote,.h4+.quote,.h5+.quote,.h6+.quote,.is-style-large+.quote,.is-style-very-large+.quote,.search-overlay__title+.quote,h1+.quote,h2+.quote,h3+.quote,h4+.quote,h5+.quote,h6+.quote{margin-top:0}.quote__cite-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.quote__cite-wrapper .quote__line{background-color:#000;height:1px;width:355px}@media print,screen and (max-width:39.99875em){.quote__cite-wrapper .quote__line{width:30%}}.quote__cite-wrapper .quote__image-wrapper{-ms-flex-negative:0;flex-shrink:0;height:60px;margin-left:32px;width:60px}.quote__cite-wrapper .quote__image-wrapper .quote__image{border-radius:30px}.quote__cite-wrapper .quote__cite{color:#000;font-size:18px;font-style:normal;margin-left:24px}.quote__cite-wrapper .quote__cite-name{font-weight:700}.quote__cite-wrapper .quote__cite:before{display:none}.quote__text{font-size:55px;letter-spacing:-.8px;line-height:1.1455;margin-top:32px}@media print,screen and (max-width:39.99875em){.quote__text{font-size:35px}}.competence-teaser{margin-top:64px}@media print,screen and (min-width:40em){.competence-teaser{margin-top:96px}}@media print,screen and (min-width:64em){.competence-teaser{margin-top:128px}}.competence-teaser__grid{-webkit-box-align:start;-ms-flex-align:start;align-items:start;display:grid;gap:32px 8px;grid-template-columns:repeat(4,1fr);grid-template-rows:auto}@media print,screen and (min-width:40em){.competence-teaser__grid{gap:32px 48px;grid-template-columns:repeat(3,1fr)}}@media print,screen and (min-width:48em){.competence-teaser__grid{gap:32px 32px}}@media print,screen and (min-width:64em){.competence-teaser__grid{gap:32px 64px}}@media screen and (min-width:75em){.competence-teaser__grid{gap:64px 104px}}@media print,screen and (max-width:39.99875em){.competence-teaser__grid .tease-competence{grid-column:1/span 3}.competence-teaser__grid .tease-competence:nth-child(2n){grid-column:2/span 3}}@media print,screen and (min-width:40em){.competence-teaser__grid .tease-competence:nth-child(2n-1){grid-column:1/span 2}.competence-teaser__grid .tease-competence:nth-child(2n){grid-column:2/span 2}}@media print,screen and (min-width:48em){.competence-teaser__grid .tease-competence:nth-child(3n-2){grid-column:1}.competence-teaser__grid .tease-competence:nth-child(3n-1){grid-column:2;margin-top:192px}.competence-teaser__grid .tease-competence:nth-child(3n){grid-column:3;margin-top:64px}}@media print,screen and (min-width:64em){.competence-teaser__grid .tease-competence:nth-child(3n-1){margin-top:256px}.competence-teaser__grid .tease-competence:nth-child(3n){margin-top:96px}}@media screen and (min-width:75em){.competence-teaser__grid .tease-competence:nth-child(3n-1){margin-top:368px}}.reference-teaser{margin-bottom:48px}.reference-teaser__top{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 64px;justify-content:space-between}.reference-teaser__content{max-width:656px;width:100%}.reference-teaser__content>:last-child{margin-bottom:0}.reference-teaser__aside{-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (min-width:64em){.reference-teaser .archive-grid{margin-top:96px}}.reference-teaser+hr{margin-top:16px}@media print,screen and (min-width:40em){.reference-teaser+hr{margin-top:32px}}@media print,screen and (min-width:64em){.reference-teaser+hr{margin-top:64px}}.vacancies{margin:64px 0}@media print,screen and (min-width:64em){.vacancies{margin:128px 0}}.vacancies__title{margin-bottom:32px}.vacancies__items{display:grid;gap:16px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.vacancies__items{gap:32px;grid-template-columns:1fr 1fr}}.vacancies__item{background-color:#ececec;padding:16px;position:relative}@media print,screen and (min-width:40em){.vacancies__item{padding:32px 32px 24px}}body:not(.krapf-theme-active) .vacancies__item:active .vacancies__item-link,body:not(.krapf-theme-active) .vacancies__item:focus .vacancies__item-link,body:not(.krapf-theme-active) .vacancies__item:hover .vacancies__item-link{padding-right:54px}body.krapf-theme-active .vacancies__item:active .vacancies__item-link,body.krapf-theme-active .vacancies__item:focus .vacancies__item-link,body.krapf-theme-active .vacancies__item:hover .vacancies__item-link{background-color:#7c8e99;color:#fff;padding-right:74px}.vacancies__item:active .vacancies__item-link:after,.vacancies__item:focus .vacancies__item-link:after,.vacancies__item:hover .vacancies__item-link:after{width:44px}body:not(.krapf-theme-active) .vacancies__item>:nth-last-child(3){margin-bottom:48px}@media print,screen and (min-width:40em){body:not(.krapf-theme-active) .vacancies__item>:nth-last-child(3){margin-bottom:60px}}body.krapf-theme-active .vacancies__item>:nth-last-child(3){margin-bottom:94px}.vacancies__item-link{bottom:16px;position:absolute!important}@media print,screen and (min-width:40em){.vacancies__item-link{bottom:24px}}.vacancies__fluid-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.cta{border:1px solid #000;margin:64px 0;padding:64px}@media print,screen and (max-width:39.99875em){.cta{padding:24px 16px}}@media print,screen and (min-width:64em){.cta{margin:128px 0}}.cta__title{margin-bottom:32px}@media print,screen and (max-width:39.99875em){.cta__title{font-size:24px;margin-bottom:18px}}.cta__text{margin-bottom:96px}@media print,screen and (max-width:39.99875em){.cta__text{font-size:28px;margin-bottom:64px}}.cta__contact-link-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;justify-content:space-between}.cta__content{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:space-between;justify-content:flex-start}.cta__contact,.cta__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.cta__contact{gap:16px}.cta.has-image .cta__contact-link-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:32px}.cta.has-image .cta__text{margin-bottom:0;margin-top:0!important}.cta.has-image .cta__inner{display:grid;gap:32px;grid-template-columns:100%}.cta.has-image .cta__inner .cta__content{grid-column-start:1;grid-row-start:2}@media print,screen and (min-width:48em){.cta.has-image .cta__inner .cta__content{grid-column-start:1;grid-row-start:1}}.cta.has-image .cta__inner .cta__image-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;grid-column-start:1;grid-row-start:1;justify-content:center}@media print,screen and (min-width:48em){.cta.has-image .cta__inner .cta__image-wrapper{grid-column-start:2;grid-row-start:1}.cta.has-image .cta__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-template-columns:5fr 3fr}}@media print,screen and (min-width:64em){.cta.has-image .cta__inner{grid-template-columns:2fr 1fr}}.accessories{margin:64px 0}@media print,screen and (min-width:64em){.accessories{margin:128px 0}}.accessories__description{margin-bottom:64px;max-width:656px;width:100%}.accessories__items-wrapper{display:grid;gap:32px;grid-template-columns:1fr;position:relative}@media print,screen and (min-width:40em){.accessories__items-wrapper{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.accessories__items-wrapper{grid-template-columns:repeat(4,1fr)}}.accessories__items-wrapper .accessories__item{aspect-ratio:312/416;background-color:#ececec;position:relative}.accessories__items-wrapper .accessories__item:active .accessories__accordion-icon,.accessories__items-wrapper .accessories__item:focus .accessories__accordion-icon,.accessories__items-wrapper .accessories__item:hover .accessories__accordion-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accessories__items-wrapper .accessories__item .accessories__accordion{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:hsla(0,0%,100%,.7);bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:68px;padding:0 50px 24px 24px;position:absolute;width:100%}.accessories__items-wrapper .accessories__item .accessories__accordion .accessories__accordion-title{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-negative:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:16px;height:68px;max-width:230px}.accessories__items-wrapper .accessories__item .accessories__accordion-icon{bottom:20px;color:#317caa;cursor:pointer;height:24px;position:absolute;right:20px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:24px}body.krapf-theme-active .accessories__items-wrapper .accessories__item .accessories__accordion-icon{color:#7c8e99}.accessories__items-wrapper .accessories__item .accessories__accordion,.accessories__items-wrapper .accessories__item .accessories__accordion-icon,.accessories__items-wrapper .accessories__item .accessories__accordion-title{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.accessories__items-wrapper .accessories__item .accessories__image-wrapper{height:100%;width:100%}.accessories__items-wrapper .accessories__item .accessories__image-wrapper .accessories__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.accessories__items-wrapper .accessories__item .fluid-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.text-icon{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;display:grid;grid-template-columns:48px 1fr;grid-template-rows:auto auto 1fr}@media print,screen and (min-width:40em){.text-icon{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}}.text-icon__title{font-size:18px;grid-column-start:2;grid-row:1;line-height:1.5;margin-bottom:4px}.text-icon__text{font-size:14px;grid-column:2;grid-row:2;margin-bottom:0}.text-icon__text>:last-child{margin-bottom:0}.text-icon__image{max-width:48px;width:100%}@media print,screen and (min-width:40em){.text-icon__image{max-width:60px}}.text-icon__image-wrapper{grid-row-end:3;grid-row-start:1;height:48px;width:48px}@media print,screen and (min-width:40em){.text-icon__image-wrapper{height:60px;width:60px}}.text-icon-grid{display:grid;gap:32px;grid-template-columns:repeat(1,1fr);grid-template-rows:auto;margin-top:64px}@media print,screen and (min-width:48em){.text-icon-grid{margin-top:96px}}.accordion .text-icon-grid{margin-top:14px}@media print,screen and (min-width:48em){.text-icon-grid--2-columns{grid-template-columns:repeat(2,1fr)}.text-icon-grid.is-animated{gap:128px 32px}.text-icon-grid.is-animated .text-icon{grid-template-rows:48px}.text-icon-grid.is-animated .text-icon .text-icon__text{max-height:0;opacity:0;pointer-events:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden}.text-icon-grid.is-animated .text-icon .text-icon__title{-ms-flex-item-align:center;align-self:center;cursor:pointer;line-height:1.2;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.text-icon-grid.is-animated .text-icon .text-icon__image-wrapper{align-self:flex-start;cursor:pointer;grid-row:1}.text-icon-grid.is-animated .text-icon:active .text-icon__text,.text-icon-grid.is-animated .text-icon:focus .text-icon__text,.text-icon-grid.is-animated .text-icon:hover .text-icon__text{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px);visibility:visible}.text-icon-grid.is-animated .text-icon:active .text-icon__title,.text-icon-grid.is-animated .text-icon:focus .text-icon__title,.text-icon-grid.is-animated .text-icon:hover .text-icon__title{-webkit-transform:translateY(-12px);transform:translateY(-12px)}}.download-archive{margin-bottom:64px}@media print,screen and (max-width:39.99875em){.download-archive{border:1px solid #000;margin-left:16px;margin-right:16px;padding-top:24px}}@media print,screen and (min-width:64em){.download-archive{margin-bottom:128px}}@media print,screen and (max-width:39.99875em){.download-archive__title{display:none}}@media print,screen and (min-width:64em){.download-archive__title{margin-bottom:128px}}.download-archive__divider{background-color:#000;height:1px;margin:96px 0}@media print,screen and (max-width:39.99875em){.download-archive__divider{margin:32px 0}}.download-archive .facetwp-template>.grid-container{margin-bottom:0;margin-top:0}.download-archive .facetwp-template>.grid-container>:last-child:not(.download-archive__divider){margin:0}@media print,screen and (max-width:39.99875em){.download-archive.archive .facetwp-type-radio{-webkit-box-pack:start;-ms-flex-pack:start;background-color:#fff;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;margin:0 auto 32px;max-width:calc(100% - 32px);overflow-x:scroll;padding:16px 0;top:50px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;z-index:2}.download-archive.archive .facetwp-type-radio>*{-ms-flex-negative:0;flex-shrink:0}.download-archive.archive .facetwp-type-radio+.grid-container{display:none}.header.scrolled-down+* .download-archive.archive .facetwp-type-radio{top:0}}.lottie-animation{margin-left:auto;margin-right:auto;margin-top:120px;max-width:968px;min-height:100vh;position:relative}.lottie-animation__element{position:sticky;top:50%}.lottie-animation .desktop{display:none}.lottie-animation .mobile{display:block}@media print,screen and (min-width:40em){.lottie-animation .desktop{display:block}.lottie-animation .mobile{display:none}}.opening-types-teaser__item-wrapper{display:grid;gap:23px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.opening-types-teaser__item-wrapper{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.opening-types-teaser__item-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:75em){.opening-types-teaser__item-wrapper{grid-template-columns:repeat(4,1fr)}}.opening-types-archive{margin:64px 0}@media print,screen and (min-width:40em){.opening-types-archive{margin:96px 0}}@media print,screen and (min-width:64em){.opening-types-archive{margin:128px 0}}.opening-types-archive__title{margin-top:64px}@media print,screen and (min-width:40em){.opening-types-archive__title{margin-top:96px}}@media print,screen and (min-width:64em){.opening-types-archive__title{margin-top:128px}}.opening-types-archive.download{margin-top:0}.accessories-list{margin:64px 0}@media print,screen and (min-width:64em){.accessories-list{margin:128px 0}}.accessories-list__description{margin-bottom:48px;max-width:656px;width:100%}.accessories-list__list{display:grid;gap:16px 32px;grid-template-columns:1fr}@media print,screen and (min-width:40em){.accessories-list__list{grid-template-columns:repeat(2,1fr)}}.accessories-list__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:0}.accessories-list__item:not(.accessories-list__item--available) .accessories-list__text{color:#b3b3b3}.accessories-list__item:not(.accessories-list__item--available) svg{stroke:#b3b3b3}.accessories-list__icon{-ms-flex-negative:0;flex-shrink:0;height:24px;width:24px}.accessories-list__icon svg{height:100%;width:100%}.image-text-grid{display:grid;gap:32px;grid-template-columns:repeat(1,1fr);margin:64px 0}@media print,screen and (min-width:40em){.image-text-grid{grid-template-columns:repeat(2,1fr)}}@media print,screen and (min-width:64em){.image-text-grid{margin:128px 0}.image-text-grid,.image-text-grid.has-3-columns{grid-template-columns:repeat(3,1fr)}.image-text-grid.has-4-columns{grid-template-columns:repeat(4,1fr)}.image-text-grid.has-5-columns{grid-template-columns:repeat(5,1fr)}}@media print,screen and (max-width:39.99875em){.image-text-grid{padding:24px 0}}.image-text-grid.is-style-vertical{grid-template-columns:repeat(1,1fr);margin-left:auto;margin-right:auto;max-width:968px}.image-text-grid.is-style-numbered{counter-reset:css-counter 0}.image-text-grid:not(.is-style-read-more) .image-text-item__toggle{display:none}.image-text-item__image-wrapper{margin-bottom:16px}.image-text-item__text{margin-bottom:0}.is-style-numbered .image-text-item__image-wrapper{counter-increment:css-counter;margin-bottom:24px;position:relative}.is-style-numbered .image-text-item__image-wrapper:before{bottom:-22px;content:counter(css-counter);font-size:48px;font-weight:700;left:-8px;line-height:1;position:absolute;z-index:1}.is-style-numbered .image-text-item__image-wrapper:after{background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(33%,transparent));background:linear-gradient(0deg,#fff,transparent 33%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.is-style-portrait .image-text-item__image-wrapper{height:0;padding-bottom:150%;position:relative}.is-style-portrait .image-text-item__image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.is-style-vertical .image-text-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:32px;grid-template-columns:1fr 2fr}@media print,screen and (max-width:39.99875em){.is-style-vertical .image-text-item{grid-template-columns:1fr}.image-text-item.is-svg .image-text-item__image{max-width:50%}}.spacer{display:block;height:0;margin-top:0}.spacer.has-16px-height{margin-top:16px}.spacer.has-32px-height,.spacer.has-64px-height{margin-top:32px}@media print,screen and (min-width:64em){.spacer.has-64px-height{margin-top:64px}}.spacer.has-96px-height{margin-top:48px}@media print,screen and (min-width:40em){.spacer.has-96px-height{margin-top:64px}}@media print,screen and (min-width:64em){.spacer.has-96px-height{margin-top:96px}}.spacer.has-128px-height{margin-top:64px}@media print,screen and (min-width:40em){.spacer.has-128px-height{margin-top:96px}}@media print,screen and (min-width:64em){.spacer.has-128px-height{margin-top:128px}}.spacer.has-192px-height{margin-top:96px}@media print,screen and (min-width:40em){.spacer.has-192px-height{margin-top:128px}}@media print,screen and (min-width:64em){.spacer.has-192px-height{margin-top:192px}}.spacer.has-256px-height{margin-top:128px}@media print,screen and (min-width:40em){.spacer.has-256px-height{margin-top:192px}}@media print,screen and (min-width:64em){.spacer.has-256px-height{margin-top:256px}}
