@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:#000c;background:var(--plyr-captions-background,#000c);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:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);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:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);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 #0000;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);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 #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;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:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;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]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 + 2px);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:#0000;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:#0000;background-image:linear-gradient(90deg,currentColor,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 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 #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);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:#0000;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 #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);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:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;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:#0000;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 #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);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]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));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:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);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 #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);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:focus-visible .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:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .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:focus-visible .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}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;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:#0000}.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,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.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;position:relative}.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);max-width:90px;min-width:60px;position:relative;z-index:2}.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:focus-visible,.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:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;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(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));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:focus-visible,.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:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr: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;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:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);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 #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);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:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 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 #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 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}
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*!
 * Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,:after,:before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.container,.container-sm{max-width:570px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:638px}}@media(min-width:1024px){.container,.container-lg,.container-md,.container-sm{max-width:980px}}@media(min-width:1366px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1118px}}.row,section.content .cc-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-],section.content .cc-row .no-gutters>.cc-column{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,section.content .cc-row .cc-column{padding-left:15px;padding-right:15px;position:relative;width:100%}.col,section.content .cc-row .cc-column{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:1024px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1366px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1366px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:1024px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1366px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:1024px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1366px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent}a,a:hover{color:#46712d;text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:.9375rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:transparent;border-color:#46712d;box-shadow:none;color:#000;outline:0}.form-control::-moz-placeholder{color:#000;opacity:1}.form-control:-ms-input-placeholder{color:#000;opacity:1}.form-control::placeholder{color:#000;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#000;display:block;font-size:.9375rem;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-],section.content .cc-row .form-row>.cc-column{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip,section.content .cc-row .form-row>.cc-column>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip,section.content .cc-row .form-row>.cc-column>.invalid-tooltip{left:5px}.acquisition-form .autocomplete.is-invalid input~.invalid-feedback,.acquisition-form .autocomplete.is-invalid input~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.acquisition-form .autocomplete.is-invalid input.form-control,.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545}.acquisition-form .autocomplete.is-invalid input.form-control:focus,.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.acquisition-form .autocomplete.is-invalid input.custom-select,.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545}.acquisition-form .autocomplete.is-invalid input.custom-select:focus,.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.acquisition-form .autocomplete.is-invalid input.form-check-input~.form-check-label,.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.acquisition-form .autocomplete.is-invalid input.form-check-input~.invalid-feedback,.acquisition-form .autocomplete.is-invalid input.form-check-input~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.acquisition-form .autocomplete.is-invalid input.custom-control-input~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.acquisition-form .autocomplete.is-invalid input.custom-control-input~.custom-control-label:before,.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.acquisition-form .autocomplete.is-invalid input.custom-control-input:checked~.custom-control-label:before,.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.acquisition-form .autocomplete.is-invalid input.custom-control-input:focus~.custom-control-label:before,.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.acquisition-form .autocomplete.is-invalid input.custom-control-input:focus:not(:checked)~.custom-control-label:before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.acquisition-form .autocomplete.is-invalid input.custom-file-input~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.acquisition-form .autocomplete.is-invalid input.custom-file-input:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media(min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media(max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media(min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media(min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(max-width:1023.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1024px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(max-width:1365.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media(min-width:1366px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.jumbotron{background-color:transparent;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media(min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media(min-width:1024px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1366px){.modal-xl{max-width:1140px}}.popover{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060;word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);color:#000;font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.sr-only-focusable:active,.sr-only-focusable:focus{height:auto;overflow:visible;position:static;width:auto;clip:auto;white-space:normal}@font-face{font-family:LidlFont Pro;font-style:normal;font-weight:400;src:url(../../../assets/fonts/LidlFontPro-Regular.5cc3f38.woff2) format("woff2"),url(../../../assets/fonts/LidlFontPro-Regular.df772cb.woff) format("woff")}@font-face{font-family:LidlFont Pro;font-style:normal;font-weight:600;src:url(../../../assets/fonts/LidlFontPro-Semibold.a81bb8e.woff2) format("woff2"),url(../../../assets/fonts/LidlFontPro-Semibold.e410df3.woff) format("woff")}@font-face{font-family:LidlFont Pro;font-style:normal;font-weight:700;src:url(../../../assets/fonts/LidlFontPro-Bold.93f247b.woff2) format("woff2"),url(../../../assets/fonts/LidlFontPro-Bold.b673f83.woff) format("woff")}.icon-copy-link{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIGlkPSJFYmVuZV8xIiB4PSIwIiB5PSIwIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1NC41IDU0LjUiPjxzdHlsZT4uc3Qwe2ZpbGw6I2ZmZjtzdHJva2U6I2ZmZjtzdHJva2Utd2lkdGg6MS40OTk2O3N0cm9rZS1taXRlcmxpbWl0OjMuOTk4OX08L3N0eWxlPjxnIGlkPSJHcnVwcGVfMTM4MyI+PHBhdGggaWQ9IlBmYWRfMTE4NCIgZD0iTTUwLjIgNC4zYy00LjctNC43LTEyLjMtNC43LTE3IDBMMjQgMTMuNWMtLjQuNC0uNCAxIDAgMS40czEgLjQgMS40IDBsOS4yLTkuMmMzLjktMy45IDEwLjMtMy45IDE0LjIgMHMzLjkgMTAuMyAwIDE0LjJsLTEyIDEyYy0zLjkgMy45LTEwLjIgMy45LTE0LjEgMC0uNC0uNC0xLS40LTEuNC0uMS0uNC40LS40IDEtLjEgMS40bC4xLjFjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDEyLTEyYzQuNi00LjggNC42LTEyLjQtLjEtMTd6IiBjbGFzcz0ic3QwIi8+PHBhdGggaWQ9IlBmYWRfMTE4NSIgZD0ibTI3LjYgNDEtNy44IDcuOGMtNCAzLjgtMTAuNCAzLjUtMTQuMS0uNS0zLjUtMy44LTMuNi05LjctLjEtMTMuNWwuMS0uMUwxNyAyMy40YzMuOS0zLjkgMTAuMi0zLjkgMTQuMSAwIC41LjMgMS4xLjIgMS40LS4yLjItLjMuMi0uOCAwLTEuMS00LjctNC43LTEyLjMtNC43LTE3IDBMNC4zIDMzLjJjLTQuNyA0LjctNC43IDEyLjMgMCAxNyAyLjIgMi4yIDUuMyAzLjUgOC41IDMuNXM2LjItMS4yIDguNS0zLjVsNy44LTcuOGMuNC0uNC4zLTEuMS0uMS0xLjQtLjUtLjMtMS0uMy0xLjQgMHoiIGNsYXNzPSJzdDAiLz48cGF0aCBpZD0iUGZhZF8xMTg2IiBkPSJNMzQuNyA0NC44Yy0uNiAwLTEgLjQtMSAxdjZjMCAuNi40IDEgMSAxczEtLjQgMS0xdi02YzAtLjYtLjQtMS0xLTF6IiBjbGFzcz0ic3QwIi8+PHBhdGggaWQ9IlBmYWRfMTE4NyIgZD0iTTM5LjIgNDNjLS40LS40LTEtLjQtMS40IDBzLS40IDEgMCAxLjRsNC4yIDQuMmMuNC40IDEgLjQgMS40IDBzLjQtMSAwLTEuNHoiIGNsYXNzPSJzdDAiLz48cGF0aCBpZD0iUGZhZF8xMTg4IiBkPSJNNDUuNyAzOC44aC02Yy0uNiAwLTEgLjQtMSAxcy40IDEgMSAxaDZjLjYgMCAxLS40IDEtMXMtLjQtMS0xLTF6IiBjbGFzcz0ic3QwIi8+PHBhdGggaWQ9IlBmYWRfMTE4OSIgZD0iTTE2LjcgMTEuOGMuNiAwIDEtLjQgMS0xdi02YzAtLjYtLjQtMS0xLTFzLTEgLjQtMSAxdjZjMCAuNS41IDEgMSAxeiIgY2xhc3M9InN0MCIvPjxwYXRoIGlkPSJQZmFkXzExOTAiIGQ9Ik0xMi4zIDEzLjVjLjQuNCAxIC40IDEuNCAwcy40LTEgMC0xLjRMOS40IDcuOGMtLjQtLjMtMS0uMy0xLjQuMi0uMy4zLS4zLjggMCAxLjJ6IiBjbGFzcz0ic3QwIi8+PHBhdGggaWQ9IlBmYWRfMTE5MSIgZD0iTTUuNyAxNy44aDZjLjYgMCAxLS40IDEtMXMtLjQtMS0xLTFoLTZjLS42IDAtMSAuNC0xIDFzLjUgMSAxIDF6IiBjbGFzcz0ic3QwIi8+PC9nPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.icon-to-top{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi43OTMiIGhlaWdodD0iNy4xNDYiPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzQ2NzEyZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0uNTMgNi42MTYgNi4zOTYuNzVsNS44NjYgNS44NjYiLz48L3N2Zz4=)}.icon-chevron-up,.icon-to-top{background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.icon-chevron-up{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC4xNyA5LjU4Ij48ZyBkYXRhLW5hbWU9IkViZW5lIDIiPjxwYXRoIGQ9Ik0uMjkgNy41OSAxNS42NS4wOWExLjY0IDEuNjQgMCAwIDEgMS4wNyAwbDE3LjE1IDcuNWEuNDMuNDMgMCAwIDEgLjI4LjU0IDIuMTMgMi4xMyAwIDAgMS0yLjcgMS4zNEwxNi4xOSAyLjYgMi43MiA5LjQ3QTIuMTMgMi4xMyAwIDAgMSAwIDguMTNhLjQzLjQzIDAgMCAxIC4yOS0uNTQiIGRhdGEtbmFtZT0iRWJlbmUgMSIgc3R5bGU9ImZpbGw6IzAwMCIvPjwvZz48L3N2Zz4=)}.icon-electricity{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ny4wOCA1Ni44NSI+PGcgZGF0YS1uYW1lPSJFYmVuZSAyIj48cGF0aCBkPSJNMjguNTQgMEEyOC41NyAyOC41NyAwIDAgMCAwIDI4LjU0YzAgMTAuMTUgNi42IDIxIDE1LjcgMjUuNjlhMjIuOCAyMi44IDAgMCAwIDEwLjQ1IDIuNjIgMTcuOCAxNy44IDAgMCAwIDEwLjY3LTMuMzNBMTIuOTQgMTIuOTQgMCAwIDAgNDEuNiA0NGExMi40IDEyLjQgMCAwIDAtMy42LTguNzNsMS4xMS0xLjEtMi4yMS01LjUxIDIuNTQtMi41NC04LTgtMiAyLTYuNzUtNi43NmExIDEgMCAwIDAtMS40MSAxLjQxTDI4IDIxLjU2bC02LjEyIDYuMTQtNi43NS02Ljc2YTEgMSAwIDAgMC0xLjQxIDEuNDFsNi43NSA2Ljc2LTIgMiA4IDhMMjkgMzYuNThsNS41IDIuMjIgMS4yOS0xLjI5QTkuMTIgOS4xMiAwIDAgMSAzOC40NSA0NGE5Ljc4IDkuNzggMCAwIDEtMy41MSA3Yy00LjYgMy40MS0xMS43NSAzLjU5LTE3Ljc4LjQ1LTguMTItNC4yMi0xNC0xMy44NS0xNC0yMi44OWEyNS4zOSAyNS4zOSAwIDEgMSA0MS4zNiAxOS43MUExNy4yIDE3LjIgMCAwIDEgNDEgNTMuNzVhMzcuNiAzNy42IDAgMCAwIDUuNDgtM0EyOC41NCAyOC41NCAwIDAgMCAyOC41NCAwIiBkYXRhLW5hbWU9IkViZW5lIDEiIHN0eWxlPSJmaWxsOiMwMDAiLz48L2c+PC9zdmc+);background-position-y:center}.icon-electricity,.icon-gas{background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.icon-gas{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NyA1Ni43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBkPSJNMjMuOTEgNDMuOTFjLTMuNzItMy4zOS04Ljc1LTcuMjMtOC45Mi0xMi42My0uMjctOC4xNyA3LjEzLTE1LjQ3IDEyLjg1LTIwLjU0QzMzLjU2IDE1LjgxIDQxIDIzLjExIDQwLjcgMzEuMjhjLS4xOCA1LjQtNS4yIDkuMjQtOC45MiAxMi42MyAyLjU2LTMgNS40NS02LjQ1IDUuNTctOS45MS4xOS02LTUuMjgtMTEuNDMtOS41MS0xNS4xOS00LjIzIDMuNzYtOS43IDkuMTktOS41IDE1LjE5LjExIDMuNDYgMyA2LjkgNS41NyA5LjkxIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNNDkuNjIgOS4yQTI4LjcyIDI4LjcyIDAgMCAwIDkuMjUgNy40NWEyOC4zOSAyOC4zOSAwIDAgMCAyMSA0OS4yNyAzNy4zIDM3LjMgMCAwIDAgNi4xMS0xLjQ2IDE3LjEgMTcuMSAwIDAgMS02LjMtMS42N0EyNS4yNSAyNS4yNSAwIDAgMSAxMS4zOSA5Ljc2YTI1LjU0IDI1LjU0IDAgMCAxIDM1LjkgMS41NkM1My40IDE4IDU1LjU3IDI5IDUyLjQ0IDM3LjUyYy0yLjMzIDYuMzYtNy43MyAxMS0xMy40NCAxMS42M2E5Ljg4IDkuODggMCAwIDEtNy4zLTIuNzUgOC4zNCA4LjM0IDAgMCAxLTIuMTYtNC4xOGMxLjc4LTIuMTUgNC4zNS00Ljc2IDQuNDMtNy4zOS4xMy0zLjg5LTMuNC03LjM3LTYuMTMtOS43OS0yLjczIDIuNDItNi4yNSA1LjktNi4xMyA5Ljc5LjA5IDIuNzQgMi44OCA1LjQ2IDQuNjYgNy42N2ExMS41MyAxMS41MyAwIDAgMCAzIDYgMTMgMTMgMCAwIDAgMTAgMy43NSAxOCAxOCAwIDAgMCAxMC4xNC00LjcyIDIyLjcgMjIuNyAwIDAgMCA1Ljg5LTguOTNjMy41Mi05LjYgMS4wOC0yMS45NS01Ljc4LTI5LjQiIGNsYXNzPSJjbHMtMSIvPjwvZz48L2c+PC9zdmc+);background-position-y:center}.icon-person-1{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAxMS41NiAxOC4xMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEwLjM0IDE4LjEzSDRhNCA0IDAgMCAxLTQtNFYxMC42YTQgNCAwIDAgMSA0LTRoMy41YTQgNCAwIDAgMSA0IDR2Ni4zMWExLjIyIDEuMjIgMCAwIDEtMS4xNiAxLjIyTTQgNy42MmEzIDMgMCAwIDAtMyAzdjMuNWEzIDMgMCAwIDAgMyAzaDYuNDhWMTAuNmEzIDMgMCAwIDAtMy0zSDRaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNMyAxMS40N3Y1Ljc5aDF2LTYuNDlhLjE4LjE4IDAgMCAwLS4xOC0uMTcuODcuODcgMCAwIDAtLjgyLjg3TTkuMTggMTAuMTZ2NS43OEg4LjEyVjkuNDZhLjE4LjE4IDAgMCAxIC4xOC0uMTguODkuODkgMCAwIDEgLjg4Ljg4TTUuNzggNS43OGEyLjg5IDIuODkgMCAxIDEgMi44OS0yLjg5IDIuODkgMi44OSAwIDAgMS0yLjg5IDIuODltMC00LjczYTEuODQgMS44NCAwIDEgMCAxLjg0IDEuODQgMS44NCAxLjg0IDAgMCAwLTEuODQtMS44NCIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);background-position-y:center;width:.7em}.icon-person-1,.icon-person-2{background-repeat:no-repeat;background-size:auto 100%;height:1em}.icon-person-2{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAxOS45NyAxOC4xMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEwLjM0IDE4LjEzSDRhNCA0IDAgMCAxLTQtNFYxMC42YTQgNCAwIDAgMSA0LTRoMy41YTQgNCAwIDAgMSA0IDR2Ni4zMWExLjIyIDEuMjIgMCAwIDEtMS4xNiAxLjIyTTQgNy42MmEzIDMgMCAwIDAtMyAzdjMuNWEzIDMgMCAwIDAgMyAzaDYuNDhWMTAuNmEzIDMgMCAwIDAtMy0zSDRaTTE4Ljc0IDE4LjEzaC01LjQzYS44Ny44NyAwIDAgMS0uODctLjg3LjE4LjE4IDAgMCAxIC4xNy0uMThoNi4zMVYxMC42YTMgMyAwIDAgMC0zLTNoLTMuNjZhLjg3Ljg3IDAgMCAxLS44Ny0uODguMTguMTggMCAwIDEgLjE3LS4xN2g0LjM4YTQgNCAwIDAgMSA0IDR2Ni4zMWExLjIzIDEuMjMgMCAwIDEtMS4yIDEuMjciIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0zIDExLjQ3djUuNzloMXYtNi40OWEuMTguMTggMCAwIDAtLjE4LS4xNy44Ny44NyAwIDAgMC0uODIuODdNMTcgMTEuNDd2NS43OWgtMXYtNi40OWEuMTguMTggMCAwIDEgLjE4LS4xNy44Ny44NyAwIDAgMSAuODIuODdNOC45MyAxMS40N3Y1Ljc5aC0xdi02LjQ5YS4xOC4xOCAwIDAgMSAuMTgtLjE3Ljg3Ljg3IDAgMCAxIC44Mi44N001Ljc4IDUuNzhhMi44OSAyLjg5IDAgMSAxIDIuODktMi44OSAyLjg5IDIuODkgMCAwIDEtMi44OSAyLjg5bTAtNC43M2ExLjg0IDEuODQgMCAxIDAgMS44NCAxLjg0IDEuODQgMS44NCAwIDAgMC0xLjg0LTEuODRNMTQuMTkgNS43OGEyLjg5IDIuODkgMCAxIDEgMi44OS0yLjg5IDIuODkgMi44OSAwIDAgMS0yLjg5IDIuODltMC00LjczQTEuODQgMS44NCAwIDEgMCAxNiAyLjg5YTEuODUgMS44NSAwIDAgMC0xLjgxLTEuODQiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);background-position-y:center;width:1.2em}.icon-person-3{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAxOS41IDE4LjEzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAxMDEwMX08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNC43OCAxOC4xM2gtLjg1QTMuOTQgMy45NCAwIDAgMSAwIDE0LjJ2LTIuNjFhMy45NCAzLjk0IDAgMCAxIDMuNzYtMy45My4xNy4xNyAwIDAgMSAuMTguMTd2LjA5YS44Ny44NyAwIDAgMS0uNjguODRBMi45MiAyLjkyIDAgMCAwIDEgMTEuNTl2Mi42MWEyLjkxIDIuOTEgMCAwIDAgMi45IDIuOWguMTZBLjg2Ljg2IDAgMCAxIDUgMThhLjE3LjE3IDAgMCAxLS4yMi4xM005LjcyIDUuNzVhMi44OCAyLjg4IDAgMSAxIDIuODctMi44OCAyLjg4IDIuODggMCAwIDEtMi44NyAyLjg4bTAtNC43NWExLjg2IDEuODYgMCAxIDAgMS44NSAxLjg1QTEuODYgMS44NiAwIDAgMCA5LjcyIDEiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0zLjU4IDE3LjI4aC0xVjEyYS44NS44NSAwIDAgMSAuODUtLjg1LjE2LjE2IDAgMCAxIC4xNy4xN1pNOCAxNy4yOEg3di01LjgyYS44Ni44NiAwIDAgMSAuODUtLjg2LjE3LjE3IDAgMCAxIC4xNy4xN1pNMTEuNDUgMTcuMjhoMXYtNS44MmEuODYuODYgMCAwIDAtLjg1LS44Ni4xOC4xOCAwIDAgMC0uMTguMTdaTTE1LjkgMTcuMjhoMVYxMmEuODUuODUgMCAwIDAtLjg2LS44NS4xNy4xNyAwIDAgMC0uMTcuMTdaTTE0LjggNi45MWEyLjY0IDIuNjQgMCAwIDEtMi40Ni0uODEuMTcuMTcgMCAwIDEgMC0uMjRsLjE2LS4xMmEuODEuODEgMCAwIDEgLjkzIDAgMS42MSAxLjYxIDAgMSAwIDEuNjgtMi43NSAxLjU1IDEuNTUgMCAwIDAtLjg0LS4yNC44My44MyAwIDAgMS0uNzktLjUxTDEzLjQ0IDJhLjE2LjE2IDAgMCAxIC4wOS0uMjIgMi42NSAyLjY1IDAgMCAxIDEuMjcgNS4xNFpNNC42OCA2LjkxYTIuNjUgMi42NSAwIDAgMCAyLjQ3LS44MS4xNy4xNyAwIDAgMCAwLS4yNEw3IDUuNzNhLjgxLjgxIDAgMCAwLS45MyAwIDEuNjEgMS42MSAwIDEgMS0xLjcxLTIuNzkgMS41NCAxLjU0IDAgMCAxIC44My0uMjQuODIuODIgMCAwIDAgLjgxLS41MUw2LjA1IDJBLjE2LjE2IDAgMCAwIDYgMS43OWEyLjY1IDIuNjUgMCAwIDAtMS4zMyA1LjEzWiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTE4LjMgMTguMTNoLTIuNTZhLjE4LjE4IDAgMCAxLS4xOC0uMTYuODYuODYgMCAwIDEgLjg2LS44Nmgydi01LjUyYTIuOTEgMi45MSAwIDAgMC0yLjIyLTIuODIuODguODggMCAwIDEtLjY5LS44NHYtLjA5YS4xNy4xNyAwIDAgMSAuMTctLjE4IDMuOTQgMy45NCAwIDAgMSAzLjc2IDMuOTN2NS4zNGExLjE5IDEuMTkgMCAwIDEtMS4xOSAxLjJaTTEzLjg1IDE4LjEzSDguMzdhMy45MiAzLjkyIDAgMCAxLTMuOTItMy45M3YtMy4wOGEzLjkzIDMuOTMgMCAwIDEgMy45Mi0zLjkzaDIuNzRBMy45MyAzLjkzIDAgMCAxIDE1IDExLjEydjUuODFhMS4xOSAxLjE5IDAgMCAxLTEuMTkgMS4yWk04LjM3IDguMjFhMi45MSAyLjkxIDAgMCAwLTIuOTEgMi45MXYzLjA4YTIuOSAyLjkgMCAwIDAgMi45IDIuOTFIMTR2LTZhMi45MSAyLjkxIDAgMCAwLTIuODktMi45MVoiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);background-position-y:center;width:1.2em}.icon-person-3,.icon-person-4{background-repeat:no-repeat;background-size:auto 100%;height:1em}.icon-person-4{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAyOC4zMiAxOC4xMyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTE1IDE4LjEzSDguNjhhNCA0IDAgMCAxLTQtNFYxMC42YTQgNCAwIDAgMSA0LTRoMy41YTQgNCAwIDAgMSA0IDR2Ni4zMUExLjIzIDEuMjMgMCAwIDEgMTUgMTguMTNNOC42OCA3LjYyYTMgMyAwIDAgMC0zIDN2My41YTMgMyAwIDAgMCAzIDNoNi40OFYxMC42YTMgMyAwIDAgMC0zLTNIOC42OFoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0yMi4zOSAxOC4xM0gxN2EuODcuODcgMCAwIDEtLjg3LS44Ny4xNy4xNyAwIDAgMSAuMTctLjE4aDYuMzFWMTAuNmEzIDMgMCAwIDAtMy0zaC0zLjdhLjg4Ljg4IDAgMCAxLS45MS0uODYuMTguMTggMCAwIDEgLjE4LS4xN2g0LjM4YTQgNCAwIDAgMSA0IDR2Ni4zMWExLjIzIDEuMjMgMCAwIDEtMS4xNyAxLjI1TTcuNjMgMTEuNDd2NS43OWgxdi02LjQ5YS4xOC4xOCAwIDAgMC0uMTgtLjE3Ljg3Ljg3IDAgMCAwLS44Mi44NyIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTIwLjY0IDExLjQ3djUuNzloLTEuMDV2LTYuNDlhLjE4LjE4IDAgMCAxIC4xNy0uMTcuODcuODcgMCAwIDEgLjg4Ljg3TTEzLjU4IDExLjQ3djUuNzloLTEuMDV2LTYuNDlhLjE4LjE4IDAgMCAxIC4xOC0uMTcuODcuODcgMCAwIDEgLjg3Ljg3TTEwLjQzIDUuNzhhMi44OSAyLjg5IDAgMSAxIDIuODktMi44OSAyLjg5IDIuODkgMCAwIDEtMi44OSAyLjg5bTAtNC43M2ExLjg0IDEuODQgMCAxIDAgMS44NCAxLjg0IDEuODUgMS44NSAwIDAgMC0xLjg0LTEuODRNMTcuODQgNS43OGEyLjg5IDIuODkgMCAxIDEgMi44OS0yLjg5IDIuODkgMi44OSAwIDAgMS0yLjg5IDIuODltMC00LjczYTEuODQgMS44NCAwIDEgMCAxLjg0IDEuODQgMS44NSAxLjg1IDAgMCAwLTEuODQtMS44NE0yMy40OCA2LjczQTIuNDggMi40OCAwIDEgMSAyNiA0LjI1YTIuNDggMi40OCAwIDAgMS0yLjUyIDIuNDhtMC00LjA2YTEuNTggMS41OCAwIDEgMCAxLjU4IDEuNTggMS41OCAxLjU4IDAgMCAwLTEuNTgtMS41OE0yNC44MiAxN2gxdi01LjEyYS44My44MyAwIDAgMC0uODMtLjgzLjE4LjE4IDAgMCAwLS4xNy4xN1oiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik0yNy4xNSAxNy44N2gtMi40OGEuMTguMTggMCAwIDEtLjE4LS4xNi44My44MyAwIDAgMSAuODMtLjgzaDJ2LTUuMzZhMi44NiAyLjg2IDAgMCAwLTIuMTYtMi43NS44NC44NCAwIDAgMS0uNjctLjc3di0uMTNhLjE3LjE3IDAgMCAxIC4xNy0uMTcgMy44MiAzLjgyIDAgMCAxIDMuNjUgMy44MnY1LjE4YTEuMTYgMS4xNiAwIDAgMS0xLjE2IDEuMTdNMi4zNiA0LjI1YTIuNDggMi40OCAwIDEgMSAyLjQ4IDIuNDggMi40OCAyLjQ4IDAgMCAxLTIuNDgtMi40OG0uOSAwYTEuNTggMS41OCAwIDEgMCAxLjU4LTEuNTggMS41OCAxLjU4IDAgMCAwLTEuNTggMS41OE0zLjUgMTdoLTF2LTUuMTJhLjgzLjgzIDAgMCAxIC44My0uODMuMTguMTggMCAwIDEgLjE3LjE3WiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTEuMTcgMTcuODdoMi40OGEuMTguMTggMCAwIDAgLjE4LS4xNi44My44MyAwIDAgMC0uODMtLjg0SDF2LTUuMzVhMi44NiAyLjg2IDAgMCAxIDIuMTYtMi43NS44NC44NCAwIDAgMCAuNjctLjc3di0uMTNhLjE3LjE3IDAgMCAwLS4xNi0uMTdBMy44MiAzLjgyIDAgMCAwIDAgMTEuNTJ2NS4xOGExLjE2IDEuMTYgMCAwIDAgMS4xNiAxLjE3WiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);background-position-y:center;width:1.6em}.icon-house-1{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAyMi45NCAyMS4xOCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTIyLjQ3IDguNjYtMTEtNy4yOS0xMSA3LjI5YS4yMi4yMiAwIDAgMS0uMy0uMDUgMS4wNiAxLjA2IDAgMCAxIC4zLTEuNDVMMTEgLjE0YS44NS44NSAwIDAgMSAuOTQgMGwxMC41MyA3YTEuMDYgMS4wNiAwIDAgMSAuMyAxLjQ3LjIxLjIxIDAgMCAxLS4zLjA1TTIwLjQgMjEuMThINi41OGE0Ljg5IDQuODkgMCAwIDEtNC44OS00Ljg5di01Ljc0YS44NS44NSAwIDAgMSAuODUtLjg1SDIwLjRhLjg1Ljg1IDAgMCAxIC44NS44NXY5Ljc4YS44NS44NSAwIDAgMS0uODUuODVNMyAxMXY1LjMxYTMuNjEgMy42MSAwIDAgMCAzLjYxIDMuNjJIMjBWMTFaIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;width:1.1em}.icon-house-1,.icon-house-2{background-repeat:no-repeat;background-size:auto 100%;height:1em}.icon-house-2{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAyNC4yNSAyNS44NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTS4yMSA5LjY4YTEuMTQgMS4xNCAwIDAgMSAuMjctMS41OWwyLjQxLTEuNzJWMi45QS45MS45MSAwIDAgMSAzLjggMmgyLjQxYS45LjkgMCAwIDEgLjkxLjkxdi40NWw0LjUtMy4xOWEuODkuODkgMCAwIDEgMS4wNSAwbDExLjExIDcuOTJBMS4xMiAxLjEyIDAgMCAxIDI0IDkuNjdhLjIzLjIzIDAgMCAxLS4zMi4wNUwxMi4xMyAxLjQ2bC02IDQuM2EuMjIuMjIgMCAwIDEtLjMxLS4wNi4xNS4xNSAwIDAgMSAwLS4xM1YzLjM1SDQuMjZ2My4yN2EuOTEuOTEgMCAwIDEtLjM4Ljc0TC41MyA5LjcyYS4yMy4yMyAwIDAgMS0uMzIgMFoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Im0yMC42MSA4Ljg4LTgtNS41M2EuOS45IDAgMCAwLTEgMGwtOCA1LjUzYS45LjkgMCAwIDAtLjM5Ljc1VjI1YS45MS45MSAwIDAgMCAuOTEuOTFoNy4yOGEuNjguNjggMCAwIDAgLjY4LS42OHYtNi42aDQuNzhWMjVhLjkxLjkxIDAgMCAwIC45MS45MWgyLjI3QS45MS45MSAwIDAgMCAyMSAyNVY5LjYzYS45Mi45MiAwIDAgMC0uMzktLjc1bS0xIDE1LjYzaC0xLjM0di02LjM3YS45MS45MSAwIDAgMC0uOTEtLjkxaC01LjY5YS45MS45MSAwIDAgMC0uOTEuOTF2Ni4zN0g0LjYyVjkuODdsNy41MS01LjIzIDcuNTEgNS4yM1oiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);background-position-y:center;width:1em}.icon-house-3,.icon-house-4{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAzNi45MSAyNS44OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMTAxMDF9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEyLjk4IDkuNjRhMS4xMyAxLjEzIDAgMCAxIC4yNi0xLjU4bDIuNC0xLjcxVjIuODlhLjkxLjkxIDAgMCAxIC44OS0uODloMi40NWEuOS45IDAgMCAxIC45Ljkxdi40NUwyNC4zMi4xN2EuOS45IDAgMCAxIDEuMDYgMGwxMS4wNiA3Ljg5YTEuMTMgMS4xMyAwIDAgMSAuMjYgMS41OC4yMi4yMiAwIDAgMS0uMzEuMDZMMjQuODMgMS40NmwtNiA0LjI4YS4yMy4yMyAwIDAgMS0uMzIgMCAuMjMuMjMgMCAwIDEgMC0uMTRWMy4zNGgtMS41M1Y2LjZhLjkxLjkxIDAgMCAxLS4zOC43NGwtMy4zMyAyLjM1YS4yMi4yMiAwIDAgMS0uMzEgMFoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Im0zMy4yOCA5LTcuOTMtNS41NWEuOS45IDAgMCAwLTEgMEwxNi4zOCA5YS44OS44OSAwIDAgMC0uNC43VjI1YS45MS45MSAwIDAgMCAuOTEuOTFoNy4yNWEuNjcuNjcgMCAwIDAgLjY4LS42OHYtNi41OWg0Ljc2VjI1YS45MS45MSAwIDAgMCAuOTEuOTFoMi4yN2EuOS45IDAgMCAwIC45LS45MVY5LjdhLjg3Ljg3IDAgMCAwLS4zOC0uN20tMSAxNS41N2gtMS4zdi02LjM5YS45LjkgMCAwIDAtLjktLjloLTUuN2EuOS45IDAgMCAwLS45MS45djYuMzVoLTYuMTJWOS45NGw3LjQ4LTUuMjEgNy40OCA1LjIxWiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTE4LjMxIDI0LjcxSDUuMzlhMi44OCAyLjg4IDAgMCAxLTIuODctMi44N3YtNC4yMUgxNnYtMUgyLjE5YS42OC42OCAwIDAgMC0uNjguNjh2NC41NWEzLjg4IDMuODggMCAwIDAgMy44OCAzLjg4aDEyLjkyWiIgc3R5bGU9ImZpbGw6IzAxMDEwMTtzdHJva2U6IzAxMDEwMTtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6LjM1cHgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uMDIpIi8+PHBhdGggZD0iTTE2IDEzLjQ0IDkuNjQgOS4yYS42OC42OCAwIDAgMC0uNzUgMEwuNTQgMTQuNzZhLjg1Ljg1IDAgMCAwLS4yNCAxLjE1LjE3LjE3IDAgMCAwIC4yMyAwbDguNzMtNS43OUwxNiAxNC42NVoiIHN0eWxlPSJmaWxsOiMwMTAxMDE7c3Ryb2tlOiMwMTAxMDE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7c3Ryb2tlLXdpZHRoOi4yOXB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtLjAyKSIvPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1.5em}.icon-close{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NC4wMyA0My40Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzQ2NzEyZDtzdHJva2U6IzQ2NzEyZDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MS43OXB4fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSJFYmVuZV8yIiBkYXRhLW5hbWU9IkViZW5lIDIiPjxnIGlkPSJFYmVuZV8xLTIiIGRhdGEtbmFtZT0iRWJlbmUgMSI+PHBhdGggZD0iTTEgNDJoMGEuNC40IDAgMCAxIDAtLjU0aDBMNDEuNDEgMUEuNC40IDAgMCAxIDQyIDFoMGwxIDEuMDdhLjM4LjM4IDAgMCAxIDAgLjU0aDBMMy42OSA0MkExLjkgMS45IDAgMCAxIDEgNDJaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNNDAuMzQgNDIgMSAyLjYxYS4zOS4zOSAwIDAgMSAwLS41M2gwTDIuMDggMWEuNC40IDAgMCAxIC41NCAwaDBMNDMgNDEuNDFhLjM4LjM4IDAgMCAxIDAgLjU5aDBhMS45IDEuOSAwIDAgMS0yLjY4IDBaIiBjbGFzcz0iY2xzLTEiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat 50%;background-size:1em}.icon-back-arrow,.icon-mobile-back{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0MyIgaGVpZ2h0PSI1LjA3MSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTguMTEyLjUzIDQuMzIxIDQuMzIxLjUzLjUzIi8+PC9zdmc+) no-repeat bottom;background-size:100% auto;height:1em;transform:rotate(90deg);width:1em}.icon-tip{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA0Ny45NyA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTI1LjA5IDYuMjZIMjNhLjUyLjUyIDAgMCAxLS41Mi0uNTJWLjUyQS41Mi41MiAwIDAgMSAyMyAwYTIuNjEgMi42MSAwIDAgMSAyLjYxIDIuNjF2My4xM2EuNTIuNTIgMCAwIDEtLjUyLjUyTTM5IDQxLjA2bC0yLjIxLTIuMjFhLjUyLjUyIDAgMCAxIDAtLjc0bDEuNDctMS40N2EuNTIuNTIgMCAwIDEgLjczIDBsMy42OSAzLjY5YS41My41MyAwIDAgMSAwIC43NCAyLjYxIDIuNjEgMCAwIDEtMy42OSAwWk0xMC4wNiAxMi4xOSA2LjM4IDguNWEuNTMuNTMgMCAwIDEgMC0uNzQgMi42MiAyLjYyIDAgMCAxIDMuNjkgMEwxMi4yOCAxMGEuNTIuNTIgMCAwIDEgMCAuNzRsLTEuNDcgMS40N2EuNTEuNTEgMCAwIDEtLjczIDBaTTI0IDQ4LjU1aC0zLjhhMi4xIDIuMSAwIDAgMS0yLTEuNjNsLS4yLS43OWEyMS42NSAyMS42NSAwIDAgMC0zLjg0LTguODUgMzAgMzAgMCAwIDEtMi40Ny00LjEgMjAuMTUgMjAuMTUgMCAwIDEtMi4zNy04LjcyIDE0LjY2IDE0LjY2IDAgMCAxIDI5LjMyIDAgMjAuNCAyMC40IDAgMCAxLTIuMzYgOC42OSAzMSAzMSAwIDAgMS0yLjQ3IDQuMUEyMS42IDIxLjYgMCAwIDAgMzAgNDYuMTJsLS4xNy43N2EyLjA4IDIuMDggMCAwIDEtMiAxLjY1Wm0tMy0zLjEzaDUuODdhMjQuNyAyNC43IDAgMCAxIDQuMzItMTAgMjggMjggMCAwIDAgMi4yNC0zLjcgMTcuNiAxNy42IDAgMCAwIDIuMDktNy4zIDExLjU0IDExLjU0IDAgMCAwLTIzLjA3IDAgMTcuNiAxNy42IDAgMCAwIDIuMDkgNy4zIDI2IDI2IDAgMCAwIDIuMTYgMy43IDI0LjYgMjQuNiAwIDAgMSA0LjMxIDkuOTVaTTI4LjQ5IDU0Ljc0aC03QTIuNTQgMi41NCAwIDAgMSAxOSA1Mi4yYS41Mi41MiAwIDAgMSAuNTItLjUyaDlhLjUyLjUyIDAgMCAxIC41Mi41MnYyYS41Mi41MiAwIDAgMS0uNTUuNTRNMjcuMjQgNjFoLTQuNDJhMi42MSAyLjYxIDAgMCAxLTIuNjEtMi42MS41Mi41MiAwIDAgMSAuNTItLjUyaDYuNWEuNTMuNTMgMCAwIDEgLjUyLjUydjIuMDlhLjUzLjUzIDAgMCAxLS41MS41Mk01LjcyIDI1LjU1SC41MUEuNTMuNTMgMCAwIDEgMCAyNWEyLjYxIDIuNjEgMCAwIDEgMi42MS0yLjYxaDMuMTNhLjUyLjUyIDAgMCAxIC41Mi41MlYyNWEuNTMuNTMgMCAwIDEtLjUyLjUyWk00NS4zNSAyNS41NWgtMy4xM2EuNTMuNTMgMCAwIDEtLjUxLS41MnYtMi4wOWEuNTIuNTIgMCAwIDEgLjUyLS41Mmg1LjIxYS41Mi41MiAwIDAgMSAuNTMuNTIgMi42MSAyLjYxIDAgMCAxLTIuNjEgMi42MVpNNi44OCA0Mi41NGEyLjYgMi42IDAgMCAxIDAtMy42OGwyLjIxLTIuMjFhLjUzLjUzIDAgMCAxIC43NCAwbDEuNDcgMS40N2EuNTIuNTIgMCAwIDEgMCAuNzRsLTMuNjggMy42OGEuNTEuNTEgMCAwIDEtLjczIDBaTTM3LjI1IDEyLjE5bC0xLjQ4LTEuNDhhLjUyLjUyIDAgMCAxIDAtLjc0bDMuNjktMy43MWEuNTEuNTEgMCAwIDEgLjczIDAgMi42IDIuNiAwIDAgMSAwIDMuNjhMMzggMTIuMTZhLjUyLjUyIDAgMCAxLS43NCAwWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);background-position-y:center}.icon-thumbs-up,.icon-tip{background-repeat:no-repeat;background-size:auto 100%;height:1em;width:.8em}.icon-thumbs-up{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iRWJlbmUgMSIgdmlld0JveD0iMCAwIDQ3LjkxIDYxIj48cGF0aCBkPSJNMzYuMzMgNjFjLTYuMDggMC0yMi40OS0xLjEtMjMuNzMtMS4xOEExMi40NSAxMi40NSAwIDAgMSAuMjIgNDcuMzlWMzJhNy44OCA3Ljg4IDAgMCAxIDIuODktNiAxNSAxNSAwIDAgMSAzLjc5LTJjMi0uOTIgNC43My0yLjE5IDcuOC0zLjgxIDMuNDUtMS44NCAzLjYyLTUuNTYgMy43OC05LjE3YTI5IDI5IDAgMCAxIC4zMi0zLjYyYy42NS0zLjU3IDMuMjgtNy4zNCA3LjQ5LTcuNGguMDljNC42MiAwIDYuODQgNSA2Ljg0IDguNDMgMCAxLjMuMDkgOS44MS4xMyAxMy41Nmg1LjkyYzQuMzIgMCA4LjgxIDIuOTIgOC44NiA3LjY4YTYuNjcgNi42NyAwIDAgMS0yIDQuOTMgOC4yIDguMiAwIDAgMS0xLjczIDEuMjYgOCA4IDAgMCAxIDEuMTkuOTEgNi41IDYuNSAwIDAgMSAyIDQuNzRjMCAzLjE3LTIgNS4xMi00LjQ3IDYuMjdhNi43NSA2Ljc1IDAgMCAxIDMuMjggNS41NkM0Ni4zOSA1OC4yNSA0MC40NCA2MSAzNi4zMyA2MU01LjU2IDI4LjU1QTQuMzQgNC4zNCAwIDAgMCAzLjc3IDMydjE1LjM1YTguOSA4LjkgMCAwIDAgOC44OCA4Ljg4aC4xMmMuMTcgMCAxNy40NyAxLjE4IDIzLjU1IDEuMTggMi45MyAwIDYuNTEtMS45MSA2LjUxLTQuMTQgMC0xLjcxLTIuMTItMy4yNC00LjQzLTMuODZhMi42OCAyLjY4IDAgMCAxLTIuMDctMi41OHYtLjY1YS41OC41OCAwIDAgMSAuNTYtLjU5IDQgNCAwIDAgMCAxLjE4LS4xMmMyLjQ3LS4zMyA1LjkyLTEuMzggNS45Mi00YTIuOSAyLjkgMCAwIDAtLjkyLTIuMiA4LjU3IDguNTcgMCAwIDAtNC44Ni0xLjg2IDIuMTcgMi4xNyAwIDAgMS0yLTIuMTR2LS45MWEuNTkuNTkgMCAwIDEgLjU5LS42aDEuNDFBOC40MyA4LjQzIDAgMCAwIDQzLjY1IDMyYTMuMDcgMy4wNyAwIDAgMCAuOTMtMi4zNmMwLTIuNTUtMi43OS00LjE1LTUuMzQtNC4xNmgtOC44NWEuNTguNTggMCAwIDEtLjU5LS41OXYtMS4xOHMtLjEzLTEzLjYxLS4xMy0xNS4yOC0xLjE5LTQuODgtMy4yOC00Ljg4Yy0yLjM5IDAtMy43MyAyLjctNC4wNiA0LjQ1YTI1IDI1IDAgMCAwLS4yNiAzLjEzYy0uMTggMy45NC0uNDMgOS4zNS01LjY3IDEyLjE1LTMuMTQgMS42Ni01LjkyIDIuOTUtOCAzLjktMS4yMi42LTIuNDkgMS4xOC0yLjg0IDEuMzciIHN0eWxlPSJmaWxsOiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0uMjIpIi8+PC9zdmc+);background-position-y:center}.calculator-checkbox[type=checkbox]:checked+label:before,.input-checkbox-l input:checked+.checkbox-control:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iRWJlbmUgMSIgdmlld0JveD0iMCAwIDI1IDI1Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMjV2MjVIMHoiIHN0eWxlPSJmaWxsOm5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBkYXRhLW5hbWU9IkZvcm0gQ2hlY2tib3ggU2VsZWN0ZWQiIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNhKSI+PHJlY3Qgd2lkdGg9IjI1IiBoZWlnaHQ9IjI1IiByeD0iMyIvPjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgeD0iLjUiIHk9Ii41IiByeD0iMi41IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwIi8+PHBhdGggZD0ibTcgMTQuMTIgMy40NyAzLjQ3IDguNjMtOC42NiIgZGF0YS1uYW1lPSJQZmFkIDg3MSIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjIuNXB4Ii8+PC9nPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}[data-toggle=collapse] span.icon-toggle{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0MyIgaGVpZ2h0PSI1LjA3MSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTguMTEyLjUzIDQuMzIxIDQuMzIxLjUzLjUzIi8+PC9zdmc+);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1.8em}[data-toggle=collapse][aria-expanded=true] span.icon-toggle{transform:rotate(180deg)}.icon-house-change{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2NC43NSA2MC41OCI+PGRlZnM+PHN0eWxlPi5jbHMtMSwuY2xzLTJ7ZmlsbDojMDAwfS5jbHMtMXtzdHJva2U6IzAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOi43NXB4fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Im0zOS45NiAzNi4xNyA0LjQtNC40MS00LjQtNC40MmExLjM1IDEuMzUgMCAwIDEgMC0xLjkxaDBhLjI4LjI4IDAgMCAxIC4zOCAwaDBsNS45NCA1Ljk0YS41Ni41NiAwIDAgMSAwIC43NmwtNS45NCA1Ljk0YS4yNy4yNyAwIDAgMS0uMzggMGgwYTEuMzMgMS4zMyAwIDAgMSAwLTEuOU0xNy4wNiAzMmExLjM0IDEuMzQgMCAwIDEgMS4zMi0xLjM1aDBsMy41My4wOGguMjNjNC4yMi4xNyA4LjU4LjM0IDEwLjA4IDguNDIgMS4zMiA3IDMuNjQgNyA4LjI2IDcuMTFsNC44NS4xdjEuNjJsLTQuODUtLjFjLTQuNjItLjA2LTguMjYtLjExLTkuODEtOC40MS0xLjI3LTYuOC00LjMyLTYuOTMtOC41Ni03LjA5aC0uMmMtMi4xMy0uMDgtMy45MS0uMDgtNC41Ni0uMDlhLjI2LjI2IDAgMCAxLS4yOS0uMjRaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJtMzkuOTYgNTEuMjkgNC40LTQuNDEtNC40LTQuNDJhMS4zNSAxLjM1IDAgMCAxIDAtMS45MWgwYS4yOC4yOCAwIDAgMSAuMzggMGgwbDUuOTQgNS45NGEuNTYuNTYgMCAwIDEgMCAuNzZsLTUuOTQgNS45NGEuMjYuMjYgMCAwIDEtLjM4IDBoMGExLjMzIDEuMzMgMCAwIDEgMC0xLjlNMzMuMzQgMzUuMjRhMS4yNCAxLjI0IDAgMCAxLS41My0xLjY2IDEgMSAwIDAgMSAuMS0uMTZjMS45NC0yLjU0IDQuNjYtMi41MiA3Ljc1LTIuNWg0Ljg1djEuNjZINDAuN2MtMy42NSAwLTUuNTIuMDctNi45MyAyLjZhLjI3LjI3IDAgMCAxLS4zNi4xMVpNMTYuNyA0Ny4xMWExLjM1IDEuMzUgMCAwIDEgMS4zOC0xLjI4bDMuNS4wN2guMjNjMyAwIDUuNDQgMCA3LjE1LTIuNDZhLjI3LjI3IDAgMCAxIC4zNi0uMDdoMGExLjIxIDEuMjEgMCAwIDEgLjM5IDEuNjggMSAxIDAgMCAxLS4xMi4xNmMtMi4xNSAyLjMyLTUgMi4zMS03LjgxIDIuM2gtLjIzYy0yLjE2IDAtNC0uMDktNC42Mi0uMWEuMjcuMjcgMCAwIDEtLjIzLS4zIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNLjU3IDI1Ljg0YTMgMyAwIDAgMSAuNy00LjI2bDYuNDMtNC41N1Y3Ljc0YTIuNDMgMi40MyAwIDAgMSAyLjQzLTIuNDNoNi40NWEyLjQzIDIuNDMgMCAwIDEgMi40MyAyLjQzdjEuMjJsMTItOC41MWEyLjQzIDIuNDMgMCAwIDEgMi44MiAwbDI5LjY1IDIxLjEzYTMgMyAwIDAgMSAuNyA0LjI0LjYuNiAwIDAgMS0uODQuMTVMMzIuMzggMy45IDE2LjMgMTUuMzhhLjYxLjYxIDAgMCAxLS44NS0uMTQuNjQuNjQgMCAwIDEtLjExLS4zNlY4Ljk2aC00djguNzJhMi40NSAyLjQ1IDAgMCAxLTEgMmwtOC45MyA2LjNhLjYxLjYxIDAgMCAxLS44NS0uMTJaIiBjbGFzcz0iY2xzLTIiLz48cGF0aCBkPSJNNTUuMDIgMjMuNzEgMzMuNzcgOC45NmEyLjQyIDIuNDIgMCAwIDAtMi43OSAwTDkuNyAyMy43MWEyLjQ4IDIuNDggMCAwIDAtMSAydjMyLjQ0YTIuNDMgMi40MyAwIDAgMCAyLjQyIDIuNDNoNDIuNTJhMi40MyAyLjQzIDAgMCAwIDIuNDMtMi40M1YyNS43MWEyLjQzIDIuNDMgMCAwIDAtMS4wNS0ybS0yLjYgMzMuMjNIMTIuMzRWMjYuMzVsMjAtMTQgMjAgMTRaIiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=) no-repeat}.icon-house-new{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2NS4yIDYxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMjMuOTggNTRhMi42NiAyLjY2IDAgMCAxIDAtMy43Nmw3LjMzLTcuMzMtNy4zMy03LjMxYTIuNjYgMi42NiAwIDAgMSAwLTMuNzYuNTMuNTMgMCAwIDEgLjc1IDBsMTAuNzIgMTAuNzJhLjU1LjU1IDAgMCAxIDAgLjc2TDI0LjczIDU0YS41My41MyAwIDAgMS0uNzUgMCIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTMyLjQ2IDQ1SDQuMDlhLjY2LjY2IDAgMCAxLS43LS42NHYtLjA1YTMuMzggMy4zOCAwIDAgMSAzLjI3LTMuNDhoMjUuOFpNLjU3IDI2YTMuMDYgMy4wNiAwIDAgMSAuNzEtNC4yN2w2LjQ4LTQuNjJWNy43OWEyLjQ1IDIuNDUgMCAwIDEgMi40NS0yLjQ0aDYuNWEyLjQ0IDIuNDQgMCAwIDEgMi40NCAyLjQ0VjlMMzEuMjQuNDVhMi40NSAyLjQ1IDAgMCAxIDIuODMgMGwyOS44NSAyMS4zYTMuMDYgMy4wNiAwIDAgMSAuNzEgNC4yNS42Mi42MiAwIDAgMS0uODUuMTVMMzIuNjEgMy45M2wtMTYuMiAxMS41NmEuNjEuNjEgMCAwIDEtLjg1LS4xNS41Mi41MiAwIDAgMS0uMTEtLjM2VjloLTR2OC44YTIuNDYgMi40NiAwIDAgMS0xIDJsLTkgNi4zNUEuNjIuNjIgMCAwIDEgLjU3IDI2IiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNNTUuNDEgMjMuODggMzQgOWEyLjQ0IDIuNDQgMCAwIDAtMi44IDBMOS44NCAyMy44OGEyLjQ1IDIuNDUgMCAwIDAtMS4wNiAydjEzLjU2aDMuNjdWMjYuNTNsMjAuMTktMTQgMjAuMiAxNHYzMC44SDEyLjQyVjQ2LjQ0SDguNzV2MTIuMTFBMi40NSAyLjQ1IDAgMCAwIDExLjIgNjFoNDIuODFhMi40NSAyLjQ1IDAgMCAwIDIuNDUtMi40NVYyNS44OGEyLjQ0IDIuNDQgMCAwIDAtMS4wNS0yIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=) no-repeat}.icon-calendar{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA0My40IDYxIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzAwMH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNNDEuODggNTIuMjdIOC43NkE4Ljc2IDguNzYgMCAwIDEgMCA0My41MlYxNWExLjUyIDEuNTIgMCAwIDEgMS41Mi0xLjUyaDUuMzN2LTNhMS41MiAxLjUyIDAgMCAxIDEuNTMtMS42MWgzLjhhMS41MyAxLjUzIDAgMCAxIDEuNTMgMS41M3YzaDE2di0zYTEuNTIgMS41MiAwIDAgMSAxLjUyLTEuNTNIMzVhMS41MiAxLjUyIDAgMCAxIDEuNTIgMS41M3YzaDUuMzNBMS41MiAxLjUyIDAgMCAxIDQzLjQgMTV2MzUuNzVhMS41MiAxLjUyIDAgMCAxLTEuNTIgMS41Mk0yLjI4IDE1LjczdjI3Ljc5QTYuNDggNi40OCAwIDAgMCA4Ljc2IDUwaDMyLjM2VjE1LjczaC02Ljg2di00LjU3SDMydjQuNTdIMTEuNDJ2LTQuNTdIOS4xNHY0LjU3WiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTEyLjE4IDE3LjYzaC0zLjhhMS40MyAxLjQzIDAgMCAxLTEuNTMtMS4yOXYtMi45aDIuMjl2Mi4yOWgyLjI4di0yLjI5aDIuMjl2Mi45YTEuNDMgMS40MyAwIDAgMS0xLjUzIDEuMjlNMzUgMTcuNjNoLTMuNzhhMS40NCAxLjQ0IDAgMCAxLTEuNTItMS4zMnYtMy42M0gzMnYzaDIuMjh2LTNoMi4yOXYzLjYzQTEuNDQgMS40NCAwIDAgMSAzNSAxNy42M00xLjE0IDIwLjI4aDQxLjEydjIuMjhIMS4xNHpNMTYuODcgMjUuNjJhLjQ4LjQ4IDAgMCAxIC41My40MnYyMC43NWEuNDguNDggMCAwIDEtLjQyLjUzaC0zLjM5YS40Ny40NyAwIDAgMS0uNTMtLjQxLjI0LjI0IDAgMCAxIDAtLjEyVjMwbC0zLjM0IDEuMjVhLjQ5LjQ5IDAgMCAxLS42Ni0uMjV2LS4wOGwtLjc2LTIuMzNhLjUuNSAwIDAgMSAuMjQtLjY3aC4wN2w1LjMzLTIuMTdhMS40IDEuNCAwIDAgMSAuNi0uMTNaTTM1IDMxLjUzYzAgMy44MS0yLjQ1IDYuNDItNC4zNyA4LjM4bC0zLjM1IDMuNDl2LjEyaDcuNDNhLjQ3LjQ3IDAgMCAxIC41My40MnYyLjg1YS40OC40OCAwIDAgMS0uNDIuNTNIMjIuMjFhLjQ3LjQ3IDAgMCAxLS41My0uNDEuMjQuMjQgMCAwIDEgMC0uMTJ2LTIuMjRhMSAxIDAgMCAxIC4yNS0uNjZsNS41Ny02YzEuNzUtMS45MiAzLTMuNTggMy01Ljg4IDAtMS43NS0uODEtMy0yLjYxLTNzLTIuNjcgMS4yLTMuMTEgMi43M2EuNDcuNDcgMCAwIDEtLjQ5LjQ0LjQuNCAwIDAgMS0uMjEtLjA2bC0yLjQyLS44OGEuNDkuNDkgMCAwIDEtLjM3LS41OHYtLjA4YTYuODMgNi44MyAwIDAgMSA3LTUuMzNjNC4zNC0uMDEgNi43MSAyLjY0IDYuNzEgNi4yOCIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTAgMGg0My40djYxSDB6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9zdmc+);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:.8em}.icon-edit{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi40MjQiIGhlaWdodD0iMTIuMzA1Ij48cGF0aCBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik0xMS4xMzUuNjg5YTEuODQgMS44NCAwIDAgMC0yLjYgMGwtNy4zIDcuM2EuNC40IDAgMCAwLS4xLjE4bC0uOTYgMy40NjVhLjQxLjQxIDAgMCAwIC41LjVsMy40NjUtLjk2YS40LjQgMCAwIDAgLjE4LS4xbDcuMy03LjNhMS44NDMgMS44NDMgMCAwIDAgMC0yLjZaTTIuMTI0IDguMjUzIDguMDk3IDIuMjhsMS45MjYgMS45MjYtNS45NzMgNS45NzNabS0uMzg1Ljc3MiAxLjUzOSAxLjUzOS0yLjEyOS41OVptOS4zLTUuODMxLS40MzQuNDM0LTEuOTI3LTEuOTI3LjQzNC0uNDM0YTEuMDIzIDEuMDIzIDAgMCAxIDEuNDQ2IDBsLjQ4LjQ4YTEuMDI0IDEuMDI0IDAgMCAxLS4wMDEgMS40NDJabTAgMCIgZGF0YS1uYW1lPSJQZmFkIDExNTIiLz48L3N2Zz4=);background-position-y:center}.icon-edit,.icon-offer-edit{background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.icon-offer-edit{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi40MjQiIGhlaWdodD0iMTIuMzA1Ij48cGF0aCBmaWxsPSIjZmZmIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iLjMiIGQ9Ik0xMS4xMzUuNjg5YTEuODQgMS44NCAwIDAgMC0yLjYgMGwtNy4zIDcuM2EuNC40IDAgMCAwLS4xLjE4bC0uOTYgMy40NjVhLjQxLjQxIDAgMCAwIC41LjVsMy40NjUtLjk2YS40LjQgMCAwIDAgLjE4LS4xbDcuMy03LjNhMS44NDMgMS44NDMgMCAwIDAgMC0yLjZaTTIuMTI0IDguMjUzIDguMDk3IDIuMjhsMS45MjYgMS45MjYtNS45NzMgNS45NzNabS0uMzg1Ljc3MiAxLjUzOSAxLjUzOS0yLjEyOS41OVptOS4zLTUuODMxLS40MzQuNDM0LTEuOTI3LTEuOTI3LjQzNC0uNDM0YTEuMDIzIDEuMDIzIDAgMCAxIDEuNDQ2IDBsLjQ4LjQ4YTEuMDI0IDEuMDI0IDAgMCAxLS4wMDEgMS40NDJabTAgMCIgZGF0YS1uYW1lPSJQZmFkIDExNTIiLz48L3N2Zz4=);background-position-y:center}.tns-outer{padding:0!important}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{clear:both;content:"";display:table}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-gallery,.tns-no-calc{left:0;position:relative}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{left:-100%;position:absolute;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{left:auto!important;position:relative}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{opacity:.6;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{left:-10000em;position:absolute}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{filter:alpha(opacity=100);opacity:1;z-index:0}.tns-fadeOut,.tns-normal{filter:alpha(opacity=0);opacity:0;z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{height:10px;margin:0 auto;overflow:hidden;position:relative;width:310px}.tns-t-ct{position:absolute;right:0;width:2333.3333333333%;width:2333.33333%}.tns-t-ct:after{clear:both;content:"";display:table}.tns-t-ct>div{float:left;height:10px;width:1.4285714286%;width:1.42857%}body{font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.h1,h1{font-size:2.813rem}.h1,.h2,h1,h2{color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-weight:700;line-height:1.2;margin-bottom:.5rem}.h2,h2{font-size:2.375rem}.h3,h3{font-size:1.5rem}.h3,.h4,h3,h4{color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-weight:600;line-height:1.2;margin-bottom:.5rem}.h4,h4{font-size:.9375rem}.h1 .mark,.h2 .mark,.h3 .mark,.h4 .mark,h1 .mark,h2 .mark,h3 .mark,h4 .mark{color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:1em;font-style:normal;font-weight:400}[tabindex="-1"]:focus{outline:0!important}.et-button-primary{background:#46712d none;border-color:#46712d;color:#fff}.et-button-primary:hover{background-color:#46712d;border-color:#46712d;color:#fff}.et-button-secondary{background-color:transparent}.et-button-secondary,.et-button-secondary:hover{border-color:#000;color:#000}.anchor{position:relative}.anchor a{position:absolute;top:-150px}.break{flex-basis:100%;height:0}.popover{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);border:0;border-radius:6px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:.8125rem}.popover-header{background-color:#fff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45MzkiIGhlaWdodD0iMTAuOTE0Ij48ZyBmaWxsPSIjZTYwMDAwIiBkYXRhLW5hbWU9IkdydXBwZSAxMDk4Ij48cGF0aCBkPSJNNS45NyA3LjY2OWEuNjE0LjYxNCAwIDEgMCAwIDEuMjI3LjYxNC42MTQgMCAwIDAgMC0xLjIyNyIgZGF0YS1uYW1lPSJQZmFkIDEwMTEiLz48cGF0aCBkPSJNMTEuNjQ4IDkuODQ0YTIuMSAyLjEgMCAwIDAgMC0yLjEyTDcuODEgMS4wNjhhMi4xMTggMi4xMTggMCAwIDAtMy42NzYgMEwuMjg1IDcuNzI4YTIuMTI2IDIuMTI2IDAgMCAwIDEuODQxIDMuMTlIOS44YTIuMTEgMi4xMSAwIDAgMCAxLjg0OC0xLjA3NG0tLjgzNC0uNDgxQTEuMTYgMS4xNiAwIDAgMSA5LjggOS45NUgyLjEyM2ExLjE0IDEuMTQgMCAwIDEtMS0uNTc0IDEuMTYgMS4xNiAwIDAgMSAwLTEuMTcxbDMuODQ4LTYuNjYxYTEuMTU2IDEuMTU2IDAgMCAxIDIuMDA4IDBsMy44NDYgNi42NjFhMS4xNSAxLjE1IDAgMCAxLS4wMTEgMS4xNTgiIGRhdGEtbmFtZT0iUGZhZCAxMDEyIi8+PHBhdGggZD0iTTUuODE4IDMuMzYzYS42Ny42NyAwIDAgMC0uNDc0LjY3cS4wMjEuMjkyLjA0Mi41ODRsLjEyNSAyLjJhLjQ1LjQ1IDAgMCAwIC40NTkuNDMyLjQ2LjQ2IDAgMCAwIC40NTktLjQ0N2MwLS4xNTIgMC0uMjkyLjAxNS0uNDQ3bC4wODMtMS40MjFjLjAxNS0uMzA3LjA0Mi0uNjE0LjA1Ni0uOTJhLjguOCAwIDAgMC0uMDU2LS4zMDcuNjE1LjYxNSAwIDAgMC0uNzA5LS4zNDQiIGRhdGEtbmFtZT0iUGZhZCAxMDEzIi8+PC9nPjwvc3ZnPg==);background-position:left 12px top 12px;background-repeat:no-repeat;border:0;color:#e60000;font-size:.8125rem;padding-bottom:0;padding-left:30px}.popover-body{color:#000}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:#fff}.et-button-primary svg path,.et-button-primary:hover path{fill:#fff}.et-button-secondary svg path,.et-button-secondary:hover path{fill:#000}.et-button{border-radius:1.389em;border-style:none;display:inline-block;font-size:1.125rem;font-weight:700;line-height:1;padding:.889em 3.556em .889em 1.112em;position:relative;text-align:center;text-decoration:none;white-space:nowrap}.et-button svg{height:1em;position:absolute;right:1.1em}.et-button:hover{text-decoration:none}.et-button.et-button-secondary{border-style:solid;border-width:.16667em;padding-bottom:.723em;padding-top:.723em}.et-button.et-button-back{padding-left:3.556em;padding-right:.889em}.et-button.et-button-back svg{left:1.1em;right:auto;transform:rotate(180deg)}.et-button-group{display:inline-flex;flex-wrap:wrap;margin-left:-8px;margin-right:-8px;position:relative;vertical-align:middle}.et-button-group .et-button,.et-button-group a{flex:1 1 auto;margin:.5rem;max-width:15em;position:relative}.pre-loader{background-image:url(data:image/gif;base64,R0lGODlhqACeAIABAP///////yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzU4Q0I3MDNBOTUxMTFFQTgwQzhCODUxMUU2ODM0RjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzU4Q0I3MDRBOTUxMTFFQTgwQzhCODUxMUU2ODM0RjMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNThDQjcwMUE5NTExMUVBODBDOEI4NTExRTY4MzRGMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNThDQjcwMkE5NTExMUVBODBDOEI4NTExRTY4MzRGMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgH//v38+/r5+Pf29fTz8vHw7+7t7Ovq6ejn5uXk4+Lh4N/e3dzb2tnY19bV1NPS0dDPzs3My8rJyMfGxcTDwsHAv769vLu6ubi3trW0s7KxsK+urayrqqmop6alpKOioaCfnp2cm5qZmJeWlZSTkpGQj46NjIuKiYiHhoWEg4KBgH9+fXx7enl4d3Z1dHNycXBvbm1sa2ppaGdmZWRjYmFgX15dXFtaWVhXVlVUU1JRUE9OTUxLSklIR0ZFRENCQUA/Pj08Ozo5ODc2NTQzMjEwLy4tLCsqKSgnJiUkIyIhIB8eHRwbGhkYFxYVFBMSERAPDg0MCwoJCAcGBQQDAgEAACH5BAkUAAEALAAAAACoAJ4AAAL/jI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuC8fyTNf2jef6zvf+DwwKh8Si8YhMKpfMpvMJjUqn1Kr1is1qt9yu9wsOi8fksvmMTqvX7Lb7DY/L5/S6/Y7P6/f8vv8PGCg4SFhoeIiYqLjI2Oj4CBkpqQZQaXmJmam5ydnp+QkaKjpKKkF6ipqqusoqCtEKGys7K/tAe4ubq1tpu+v7CxzaG0xcHDxsnKw8i7zs/HzaDD1NvSlteZ3pIOzFmQ2w/Rku/uU9rs0Aet4ZZt7gnqD+Lg8Gv2BvQH+vX269fqmAXzyB3fzN0zTQ0z+DYvAlRJePXDqC/RAu5BVR4UGNrmUcIjBHMSPHjgz3IQwZgNsZjwdWXYS4smTAVC8xrWEpclRNgDdlPnS1cSQanClLBWXHhqjRiSjJKAXKVGJSnx+rWb2KbSfWrcS+cf0KzCvYsbnEkj1bSyvatS7Vsn279CjcudEi0L1bd5LevXz7+v0LOLDgwYQLGz6MOLHixYwbO34MObLkyZQrW76MObPmzZw7e/4MOrTo0aRLmz6NOrXq1axbu34NO7bs2W4KAAAh+QQFFAABACwAAAAAqACeAAAC/4yPqcvtD6OctNqLs968+w+G4kiW5omm6sq27gvH8kzX9o3n+s73/g8MCofEovGITCqXzKbzCY1Kp9Sq9YrNarfcrvcLDovH5LL5jE6r1+y2+w2Py+f0uv2Oz+v3/L7/DxgoOEhYaHiImKi4yNjo+AgZKakGUGl5iZmpucnZ6fkJGio6SipBeoqaqrrKKgrRChsrOyv7QHuLm6tbabvr+wsc2htMXBw8bJysPIu87Px82gw9Tb0pbXmd6SDcwF3EmQ2w/TlO3g2KBF6uzYB+bt7ufqT+zq4gv+Cdj29EH6+5z9O6TgP9zbNWEFsCfgsZItCXDmE9TA0FTjRY0eISjNMZKR5w+BGkAYhJOD6UKDIAyZPwmJgMCVBly3spV5aU+E9bzZ0zXeIMiCphzJwEo7wcmUqoPaBFjf6kGe3iU5YanQ4lahNpT6pNpRyVOUrp0o5fN07luhVmWrBVp3wNK/Us265U3la7i1dh3Lx8k4XrCxjY38CEcw0ujLiW2MSMWx1uDDnq4siUU6KtjHntpM2cO3v+DDq06NGkS5s+jTq16tWsW7t+DTu27Nm0a9u+jTu37t28e/v+DTy48OHEixs/jjy58uXMmzt/Dj269OnUzxQAACH5BAUUAAEALDAARgBWABIAAAJfjI+py30Ao5Ru2uiy3uHe6k3cSBqh2JxUyWYqlr5ASzPyHL/1jtygzuP5cqqgUPYrGmtDG3JJay6kUBI1ca1uso+n1uqdhr/bMdY8JZvQXaC67BbH38lTPUSHK51zTQEAIfkEBRQAAQAsfwBGABoAEgAAAiuMj2nA3QqPmyBCOm3CWS/ueAHYWWSonU+qVqzqta7ZxvV72jBO6jkPEhUAADs=);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;font-size:80px;height:1em;width:1.5em}.toggle-arrow{cursor:pointer;font-size:1em;line-height:1}.line-with-toggler{display:flex;position:relative}.line-with-toggler .line{border-top:1px solid hsla(0,0%,85%,.5);flex-grow:1;margin-left:.5rem;margin-right:1.25rem;margin-top:.75em}.line-with-toggler .toggle-arrow{position:absolute;right:0;top:calc(50% - .5em)}.line-with-toggler.no-toggler .line{margin-right:0}.feature.top-top{bottom:0;display:none;position:fixed;right:.6875rem;z-index:999}.feature.top-top button{align-items:center;background-color:#fff;border:none;border-radius:.3125rem .3125rem 0 0;box-shadow:0 0 .375rem 0 rgba(0,0,0,.16);cursor:pointer;display:flex;flex-direction:column;flex-wrap:wrap;font-size:.5rem;font-weight:600;height:2.8125rem;justify-content:flex-end;outline:none;padding:1px 0;text-transform:uppercase;width:2.8125rem}.feature.top-top button i{font-size:1em;line-height:1;width:inherit}.feature.top-top button span{color:#000;font-weight:600;line-height:1em;padding-bottom:7px;padding-top:4px}.tns-nav{bottom:2rem;left:0;position:absolute;right:0;text-align:center;z-index:1}.tns-nav button{border:0;height:.4375rem;margin-right:9px;width:.4375rem}.tns-nav button.tns-nav-active{border-radius:5px;width:1.0625rem}.tns-nav button:not(.tns-nav-active){opacity:.4}.et-tns-flex.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{float:none;margin-left:0!important;margin-right:0}.fake-slider-items>.col:nth-child(n+2),section.content .cc-row .fake-slider-items>.cc-column:nth-child(n+2){display:none}@media(min-width:768px){.fake-slider-items>.col:nth-child(n+2),section.content .cc-row .fake-slider-items>.cc-column:nth-child(n+2){display:block}.fake-slider-items>.col:nth-child(n+3),section.content .cc-row .fake-slider-items>.cc-column:nth-child(n+3){display:none}}@media(min-width:1024px){.fake-slider-items>.col:nth-child(n+3),section.content .cc-row .fake-slider-items>.cc-column:nth-child(n+3){display:block}}.tns-nav button{border:1px solid #000;border-radius:50%;padding:0}.tns-nav button.tns-nav-active{width:.4375rem}section.content,section.content.video{padding-bottom:3.75rem;padding-top:3.75rem}section.content .cc-row{margin-bottom:-15px;margin-top:-15px}section.content .cc-row .cc-column{flex:0 0 100%;max-width:100%;padding-bottom:15px;padding-top:15px}section.text-order-below.content .text-column{order:13}section.content .text-content a:not(.et-button){text-decoration:none}@media(min-width:1024px){section.content.video:not(.cc-single-column) .cc-row .cc-column{flex:0 0 50%;max-width:50%}section.content.video:not(.cc-single-column).text-order-right .text-column{order:13}section.content.video:not(.cc-single-column).text-order-below:not(.text-order-right) .text-column{order:0}}nav.breadcrumbs{margin-bottom:0;padding-bottom:16px;padding-top:16px}nav.breadcrumbs ol{line-height:140%;list-style:none;margin-bottom:0;padding:0}nav.breadcrumbs li{display:inline-block;font-weight:500;margin-right:2em;position:relative}nav.breadcrumbs li.active{font-weight:900}nav.breadcrumbs .icon-chevron-right{height:10px;inset-block-start:50%;inset-inline-end:0;position:absolute;right:-1em;transform:translate(50%,-50%)}nav.breadcrumbs a{color:#000}.recaptcha-container{padding:1em 0}section.et-modal-dialog .modal-dialog{height:100%;margin:0;max-width:95%;position:fixed;top:0;width:95%}section.et-modal-dialog .modal-dialog .modal-content{border:none;height:100%;overflow:auto}section.et-modal-dialog .modal-dialog .modal-content .modal-header{border-bottom:none}section.et-modal-dialog .modal-dialog .modal-content .modal-header .close{background-position:50%;background-repeat:no-repeat;font-size:15px;font-size:.9375rem;opacity:1;padding:1rem 1.5rem}section.et-modal-dialog .modal-dialog .modal-content .modal-body{align-items:center;display:flex;flex-wrap:wrap}section.et-modal-dialog .modal-dialog .modal-content .modal-body .content{max-width:20rem;padding-left:2.5rem}section.et-modal-dialog .modal-dialog .modal-content .modal-body .content .stoerer{float:right}section.et-modal-dialog.fade .modal-dialog{right:-50%;transform:none;transition-duration:.3s;transition-property:right}section.et-modal-dialog.fade.show .modal-dialog{right:0;transform:none}@media(min-width:768px){section.et-modal-dialog .modal-dialog{width:85%}section.et-modal-dialog .modal-dialog .modal-content .modal-body .content{max-width:32.8125rem;padding-left:5.9375rem;width:32.8125rem}}@media(min-width:1024px){section.et-modal-dialog .modal-dialog{width:60%}section.et-modal-dialog .modal-dialog .modal-body{padding-bottom:.9375rem}}@media(min-width:1366px){section.et-modal-dialog .modal-dialog{width:50%}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f0f0f0 0 0 no-repeat padding-box;border:2px solid #000;border-radius:8px;cursor:pointer;display:inline-block;height:16px;margin-right:5px;outline:none;position:relative;top:3px;vertical-align:top;width:16px}input[type=radio]:focus{border-color:#000}input[type=radio]:checked:before{background-color:#000;border-radius:50%;content:"";height:8px;left:2px;position:absolute;top:2px;width:8px}.acquisition-form .autocomplete.is-invalid input[type=radio].form-control,input[type=radio].form-control.is-invalid{border-color:#e60000;padding-right:0}.radio-input-group label,.radio-input-group label.radio-label{padding-left:24px;position:relative}.radio-input-group input[type=radio]{left:0;position:absolute}input[type=checkbox]{display:block;height:0;opacity:0;width:0}input[type=checkbox]+label div{padding-left:25px}input[type=checkbox]+label:before{background-color:#fff;border:2px solid #000;content:"";display:block;height:16px;left:0;margin-right:5px;margin-top:2px;position:absolute;vertical-align:top;width:16px}input[type=checkbox]:checked+label:before{background-color:#000;box-shadow:inset 0 0 0 2px #fff}.acquisition-form .autocomplete.is-invalid input[type=checkbox]~label:before,input[type=checkbox].is-invalid~label:before{border-color:#e60000}label.input-checkbox-l{display:block;position:relative}label.input-checkbox-l input[type=checkbox]{display:none;height:0;opacity:0;width:0}label.input-checkbox-l .checkbox-control{display:block;padding-left:35px}label.input-checkbox-l .checkbox-control:before{background-position:50%;background-repeat:no-repeat;background-size:1em;border:1px solid #dddbd7;border-radius:3px;content:"";display:block;font-size:25px;height:1em;left:0;position:absolute;top:calc(50% - .5em);width:1em}input[type=number]{-moz-appearance:textfield}.form-control{border-color:#bfbfbf;border-radius:2em;color:#000;font-size:1rem;height:50px;padding-left:1.625rem;padding-right:1.625rem}@media(min-width:768px){.form-control{font-size:.9375rem}}.form-group{position:relative}.form-group .input-loading.loading-animation{bottom:calc(1rem + 25px - .5em);position:absolute;right:30px}.form-group-row{justify-content:space-between;margin-bottom:.5rem}.form-group-row,.input-radio-button-group{display:flex;flex-wrap:wrap}.input-radio-button-group .input-radio-button{margin:5px}label.input-radio-button{height:65px;width:65px}label.input-radio-button .radio-control{background:#f0f0f0;border:1px solid #dddbd7;border-radius:5px;display:inline-flex;height:100%;width:100%}label.input-radio-button input{display:none;height:0;opacity:0;width:0}.acquisition-form .autocomplete.is-invalid input.form-control,.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#e60000;color:#e60000}.acquisition-form .autocomplete.is-invalid input.form-control::-moz-placeholder,.form-control.is-invalid::-moz-placeholder,.was-validated .form-control:invalid::-moz-placeholder{color:#e60000}.acquisition-form .autocomplete.is-invalid input.form-control:-ms-input-placeholder,.form-control.is-invalid:-ms-input-placeholder,.was-validated .form-control:invalid:-ms-input-placeholder{color:#e60000}.acquisition-form .autocomplete.is-invalid input.form-control::placeholder,.form-control.is-invalid::placeholder,.was-validated .form-control:invalid::placeholder{color:#e60000}.text-error{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45MzkiIGhlaWdodD0iMTAuOTE0Ij48ZyBmaWxsPSIjZTYwMDAwIiBkYXRhLW5hbWU9IkdydXBwZSAxMDk4Ij48cGF0aCBkPSJNNS45NyA3LjY2OWEuNjE0LjYxNCAwIDEgMCAwIDEuMjI3LjYxNC42MTQgMCAwIDAgMC0xLjIyNyIgZGF0YS1uYW1lPSJQZmFkIDEwMTEiLz48cGF0aCBkPSJNMTEuNjQ4IDkuODQ0YTIuMSAyLjEgMCAwIDAgMC0yLjEyTDcuODEgMS4wNjhhMi4xMTggMi4xMTggMCAwIDAtMy42NzYgMEwuMjg1IDcuNzI4YTIuMTI2IDIuMTI2IDAgMCAwIDEuODQxIDMuMTlIOS44YTIuMTEgMi4xMSAwIDAgMCAxLjg0OC0xLjA3NG0tLjgzNC0uNDgxQTEuMTYgMS4xNiAwIDAgMSA5LjggOS45NUgyLjEyM2ExLjE0IDEuMTQgMCAwIDEtMS0uNTc0IDEuMTYgMS4xNiAwIDAgMSAwLTEuMTcxbDMuODQ4LTYuNjYxYTEuMTU2IDEuMTU2IDAgMCAxIDIuMDA4IDBsMy44NDYgNi42NjFhMS4xNSAxLjE1IDAgMCAxLS4wMTEgMS4xNTgiIGRhdGEtbmFtZT0iUGZhZCAxMDEyIi8+PHBhdGggZD0iTTUuODE4IDMuMzYzYS42Ny42NyAwIDAgMC0uNDc0LjY3cS4wMjEuMjkyLjA0Mi41ODRsLjEyNSAyLjJhLjQ1LjQ1IDAgMCAwIC40NTkuNDMyLjQ2LjQ2IDAgMCAwIC40NTktLjQ0N2MwLS4xNTIgMC0uMjkyLjAxNS0uNDQ3bC4wODMtMS40MjFjLjAxNS0uMzA3LjA0Mi0uNjE0LjA1Ni0uOTJhLjguOCAwIDAgMC0uMDU2LS4zMDcuNjE1LjYxNSAwIDAgMC0uNzA5LS4zNDQiIGRhdGEtbmFtZT0iUGZhZCAxMDEzIi8+PC9nPjwvc3ZnPg==);background-position:left 0 top 5px;background-repeat:no-repeat;background-size:11px 10px;color:#e60000;font-size:.8125rem;margin-left:0;margin-top:5px;padding-left:17px;width:100%}.form-control.is-valid,.was-validated .form-control:valid{background-image:none;border-color:unset}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#46712d;box-shadow:none}.acquisition-form .autocomplete.is-invalid input,.is-invalid{background-image:none;border-color:#e60000;color:#e60000}.acquisition-form .autocomplete.is-invalid input::-moz-placeholder,.is-invalid::-moz-placeholder{color:#e60000}.acquisition-form .autocomplete.is-invalid input:-ms-input-placeholder,.is-invalid:-ms-input-placeholder{color:#e60000}.acquisition-form .autocomplete.is-invalid input::placeholder,.is-invalid::placeholder{color:#e60000}select.form-control{appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgNDAgMjEuOTIiPjxwYXRoIGQ9Ik0zOC4wOCAwIDIwIDE4LjA4IDEuOTIgMCAwIDEuOTJsMjAgMjAgMjAtMjB6Ii8+PC9zdmc+);background-position:right 26px center;background-repeat:no-repeat;background-size:.9375rem;padding-right:3.125rem}select.form-control::-ms-expand{display:none}input.prefix:disabled,select option[data-default]{color:#000}.acquisition-form .autocomplete.is-invalid input.prefix:disabled,input.prefix:disabled.is-invalid{color:#e60000}.was-validated select.form-control:invalid{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgNDAgMjEuOTIiPjxwYXRoIGQ9Ik0zOC4wOCAwIDIwIDE4LjA4IDEuOTIgMCAwIDEuOTJsMjAgMjAgMjAtMjB6Ii8+PC9zdmc+)}section.contact-form-dialog .button-wrapper{margin-top:2rem}.text-hint{color:#000;font-size:.625rem}.acquisition-form .autocomplete-results{background-color:#fff;border:1px solid #bfbfbf}.acquisition-form .autocomplete-result.is-active,.acquisition-form .autocomplete-result:hover{background-color:#46712d;color:#fff}.acquisition-form .autocomplete.is-open input{border-bottom-left-radius:0;border-bottom-right-radius:0}section.feature.sidebar{display:none}@media(min-width:1024px){section.feature.sidebar{display:block;position:absolute;right:0;top:17.9375rem;z-index:99999}section.feature.sidebar ul{background-color:#fff;border-radius:5px 0 0 5px;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);font-size:.625rem;font-weight:600;list-style:none;margin:0;padding:0;text-align:center;text-transform:uppercase;width:4.875rem}section.feature.sidebar ul li{padding-bottom:.75rem;padding-top:.75rem}section.feature.sidebar ul li .sidebar-item{position:relative}section.feature.sidebar ul li .sidebar-item img{padding-bottom:.5625rem;width:1.75rem}section.feature.sidebar ul li .sidebar-item a{color:#46712d;display:block}section.feature.sidebar ul li .sidebar-item.notification a:after{background-color:#a7bb63;border-radius:50%;color:#fff;content:"1";height:1rem;padding-top:.0625rem;position:absolute;right:.75rem;top:0;width:1rem}section.feature.sidebar.fixed{position:fixed}}.author section.feature.sidebar{position:relative;right:auto;top:auto}.author section.feature.sidebar ul{align-content:center;display:flex;flex-wrap:wrap;width:100%}.author section.feature.sidebar ul li{flex:0 0 auto;text-align:center;width:15.625rem}section.content.content-box{position:relative;text-align:center}section.content.content-box .container{position:relative}section.content.content-box .container .text-content{font-size:.875rem}section.content.content-box .slider-wrapper{display:none;margin-left:-15px;margin-right:-15px;position:relative}section.content.content-box .content-box-items{display:flex;flex-wrap:wrap;justify-content:center}section.content.content-box .cc-row .content-box-items .cc-column,section.content.content-box .content-box-items .cc-row .cc-column,section.content.content-box .content-box-items .col,section.content.video .cc-row section.content.content-box .content-box-items .cc-column{padding-top:2rem}section.content.content-box .cc-row .content-box-items.slider-deactivated .cc-column,section.content.content-box .content-box-items.slider-deactivated .cc-row .cc-column,section.content.content-box .content-box-items.slider-deactivated .col,section.content.video .cc-row section.content.content-box .content-box-items.slider-deactivated .cc-column{flex:0 0 100%;max-width:100%}@media(min-width:768px){section.content.content-box .cc-row .content-box-items.slider-deactivated .cc-column,section.content.content-box .content-box-items.slider-deactivated .cc-row .cc-column,section.content.content-box .content-box-items.slider-deactivated .col,section.content.video .cc-row section.content.content-box .content-box-items.slider-deactivated .cc-column{flex:0 0 50%;max-width:50%}}@media(min-width:1024px){section.content.content-box .cc-row .content-box-items.slider-deactivated .cc-column,section.content.content-box .content-box-items.slider-deactivated .cc-row .cc-column,section.content.content-box .content-box-items.slider-deactivated .col,section.content.video .cc-row section.content.content-box .content-box-items.slider-deactivated .cc-column{flex:0 0 33.333333%;max-width:33.333333%}}section.content.content-box .content-box-items .content-box-item{display:flex;flex-basis:auto;height:100%;justify-content:center;text-align:left}section.content.content-box .content-box-items .content-box-item .content-box-icon{align-self:flex-start}section.content.content-box .content-box-items .content-box-item .text-wrapper{margin-left:1.75rem;max-width:16rem}section.content.content-box .slider-wrapper-xs{margin-left:-15px;margin-right:-15px;position:relative}section.content.content-box .cc-row .slider-wrapper-xs .content-box-items .cc-column,section.content.content-box .slider-wrapper-xs .content-box-items .cc-row .cc-column,section.content.content-box .slider-wrapper-xs .content-box-items .col,section.content.video .cc-row section.content.content-box .slider-wrapper-xs .content-box-items .cc-column{flex:0 0 100%;max-width:100%}section.content.content-box.icon-top .content-box-items{justify-content:space-around}section.content.content-box.icon-top .content-box-items.tns-no-subpixel{display:block}section.content.content-box.icon-top .content-box-items .content-box-item{flex-direction:column;justify-content:flex-start;margin:0 auto;text-align:center;width:16rem}section.content.content-box.icon-top .content-box-items .content-box-item .image-wrapper{align-self:center;flex:0 0 auto;margin-bottom:1.25rem}section.content.content-box.icon-top .content-box-items .content-box-item .text-wrapper{flex:0 0 auto;margin-left:0}section.content.content-box .tns-nav{bottom:-2rem;z-index:1}section.content.content-box .controls{display:none;position:absolute;top:50%;width:100%}section.content.content-box .controls li{cursor:pointer;display:block;height:1.6875rem;list-style:none;position:absolute;width:.75rem;z-index:1}section.content.content-box .controls li[aria-disabled=true]{display:none}section.content.content-box .controls li img{display:inline-block;vertical-align:middle}section.content.content-box .controls li.prev{left:.375rem;padding-left:.9375rem}@media(min-width:768px){section.content.content-box .controls li.prev{left:-1.3125rem}}section.content.content-box .controls li.next{padding-right:.9375rem;right:.375rem}@media(min-width:768px){section.content.content-box .controls li.next{right:-1.3125rem}}@media(min-width:576px){section.content.content-box .controls{display:block}}@media(min-width:768px){section.content.content-box .slider-wrapper{display:block}section.content.content-box .slider-wrapper-xs{display:none}}section.content.post-slider{text-align:left}section.content.post-slider .post-slider-items-wrapper,section.content.post-slider .post-slider-items-wrapper .tns-outer{position:relative}section.content.post-slider .post-slider-items-wrapper .tns-outer .tns-nav{bottom:-2rem;margin:auto;z-index:1}section.content.post-slider .post-slider-items-wrapper .tns-outer .tns-nav button{padding:0}section.content.post-slider .post-slider-items-wrapper .controls{left:0;margin:auto;padding-left:0;top:0;width:100%}@media(min-width:1024px){section.content.post-slider .post-slider-items-wrapper .controls{left:9px;width:21.875rem}}section.content.post-slider .post-slider-items-wrapper .controls li{cursor:pointer;display:block;height:3.75rem;list-style:none;padding:0 15px;position:absolute;top:42%;width:3.75rem;z-index:1}section.content.post-slider .post-slider-items-wrapper .controls li:hover{background:#f2f2f2}section.content.post-slider .post-slider-items-wrapper .controls li[aria-disabled=true]{display:none}section.content.post-slider .post-slider-items-wrapper .controls li img{display:inline-block;vertical-align:middle}section.content.post-slider .post-slider-items-wrapper .controls li.prev{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB4PSIwIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIvPjxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImIiIHN0ZERldmlhdGlvbj0iMyIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgaW4yPSJiIiBvcGVyYXRvcj0iaW4iLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgc3R5bGU9ImZpbHRlcjp1cmwoI2EpIj48Y2lyY2xlIGN4PSIyMSIgY3k9IjIxIiByPSIyMSIgc3R5bGU9ImZpbGw6I2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSA2KSIvPjwvZz48cGF0aCBkPSJtMjA4OC4zNjYgMjQwLTUuODY2IDUuODY2IDUuODY2IDUuODY2IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MS41cHgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDU1LjUgLTIxOSkiLz48L3N2Zz4=) no-repeat;left:0}@media(min-width:768px){section.content.post-slider .post-slider-items-wrapper .controls li.prev{left:-.8125rem}}@media(min-width:1024px){section.content.post-slider .post-slider-items-wrapper .controls li.prev{left:2.75rem}}@media(min-width:1366px){section.content.post-slider .post-slider-items-wrapper .controls li.prev{left:4.8125rem}}section.content.post-slider .post-slider-items-wrapper .controls li.next{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB4PSIwIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIvPjxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImIiIHN0ZERldmlhdGlvbj0iMyIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgaW4yPSJiIiBvcGVyYXRvcj0iaW4iLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgc3R5bGU9ImZpbHRlcjp1cmwoI2EpIj48Y2lyY2xlIGN4PSIyMSIgY3k9IjIxIiByPSIyMSIgc3R5bGU9ImZpbGw6I2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSA2KSIvPjwvZz48cGF0aCBkPSJtMjA4Mi41IDI0MCA1Ljg2NiA1Ljg2Ni01Ljg2NiA1Ljg2NiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjEuNXB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA1NC4zNjYgLTIxOSkiLz48L3N2Zz4=) no-repeat;right:0}@media(min-width:768px){section.content.post-slider .post-slider-items-wrapper .controls li.next{right:-.8125rem}}@media(min-width:1024px){section.content.post-slider .post-slider-items-wrapper .controls li.next{right:2.625rem}}@media(min-width:1366px){section.content.post-slider .post-slider-items-wrapper .controls li.next{right:4.8125rem}}section.content.post-slider .post-slider-header{flex:0 0 100%;padding-bottom:2.375rem}section.content.post-slider .post-slider-header .text-wrapper{display:flex;flex-flow:column;height:100%;justify-content:center;text-align:center}section.content.post-slider.text-order-below .post-slider-header{order:13;padding-bottom:0;padding-top:2.375rem}section.content.post-slider .post-slider-items{display:flex;flex-wrap:wrap}section.content.post-slider .post-slider-items .post-slider-item{align-content:center;background-color:#fff;border-radius:.375rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);display:flex;flex-basis:auto;flex-flow:column;height:calc(100% - 6px);margin-bottom:6px;padding-bottom:1.125rem;padding-top:2.375rem;width:100%}section.content.post-slider .post-slider-items .post-slider-item .text-wrapper{margin-left:20%;margin-right:20%;margin-top:1.875rem;max-width:12.8125rem}section.content.post-slider .post-slider-items .post-slider-item .text-wrapper .h4{font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:1.125rem;font-weight:700}section.content.post-slider .post-slider-items .post-slider-item .text-content{font-weight:100}section.content.post-slider .post-slider-items .post-slider-item .image-wrapper{align-self:center}section.content.post-slider .post-slider-items .post-slider-item .button-wrapper{align-self:center;margin-top:auto}@media(min-width:768px){section.content.post-slider .post-slider-header,section.content.post-slider .post-slider-items-wrapper{flex:0 0 50%;max-width:50%;padding-bottom:0}section.content.post-slider .post-slider-header .text-wrapper{text-align:left}section.content.post-slider.text-order-below .post-slider-header{order:0;padding-top:0}section.content.post-slider:not(.text-order-left) .post-slider-header{order:13}}@media(min-width:1024px){section.content.post-slider .post-slider-header .text-wrapper{max-width:80%}section.content.post-slider .post-slider-items .post-slider-item{margin-left:auto;margin-right:auto;width:21.875rem}section.content.post-slider .post-slider-items .post-slider-item .button-wrapper{margin-top:auto}section.content.post-slider.text-order-left .post-slider-header .text-wrapper{margin-left:auto}}section.content.cards{margin-bottom:8.5rem;padding-bottom:0;text-align:left}section.content.cards .card-items-wrapper{margin-bottom:-4.0625rem}@media(min-width:1366px){section.content.cards .card-items-wrapper{padding-left:100px;padding-right:100px}}section.content.cards .card-items-wrapper .tns-outer{position:relative}section.content.cards .card-items-wrapper .tns-outer .tns-nav{bottom:-2rem;z-index:1}section.content.cards .card-items-wrapper .controls{left:0;margin-bottom:0;padding-left:0;top:0;width:100%}section.content.cards .card-items-wrapper .controls li{cursor:pointer;display:block;height:3.75rem;list-style:none;padding:0 15px;position:absolute;top:42%;width:3.75rem;z-index:1}section.content.cards .card-items-wrapper .controls li:hover{background:#f2f2f2}section.content.cards .card-items-wrapper .controls li[aria-disabled=true]{display:none}section.content.cards .card-items-wrapper .controls li img{display:inline-block;vertical-align:middle}section.content.cards .card-items-wrapper .controls li.prev{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB4PSIwIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIvPjxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImIiIHN0ZERldmlhdGlvbj0iMyIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgaW4yPSJiIiBvcGVyYXRvcj0iaW4iLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgc3R5bGU9ImZpbHRlcjp1cmwoI2EpIj48Y2lyY2xlIGN4PSIyMSIgY3k9IjIxIiByPSIyMSIgc3R5bGU9ImZpbGw6I2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSA2KSIvPjwvZz48cGF0aCBkPSJtMjA4OC4zNjYgMjQwLTUuODY2IDUuODY2IDUuODY2IDUuODY2IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2Utd2lkdGg6MS41cHgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDU1LjUgLTIxOSkiLz48L3N2Zz4=) no-repeat;left:-17.0625rem;margin:0 auto;right:0}@media(min-width:768px){section.content.cards .card-items-wrapper .controls li.prev{left:-.125rem;margin:0;right:auto}}@media(min-width:1024px){section.content.cards .card-items-wrapper .controls li.prev{left:.625rem}}@media(min-width:1366px){section.content.cards .card-items-wrapper .controls li.prev{left:5.25rem}}section.content.cards .card-items-wrapper .controls li.next{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGRlZnM+PGZpbHRlciBpZD0iYSIgd2lkdGg9IjYwIiBoZWlnaHQ9IjYwIiB4PSIwIiB5PSIwIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeT0iMyIvPjxmZUdhdXNzaWFuQmx1ciByZXN1bHQ9ImIiIHN0ZERldmlhdGlvbj0iMyIvPjxmZUZsb29kIGZsb29kLW9wYWNpdHk9Ii4xNjEiLz48ZmVDb21wb3NpdGUgaW4yPSJiIiBvcGVyYXRvcj0iaW4iLz48ZmVDb21wb3NpdGUgaW49IlNvdXJjZUdyYXBoaWMiLz48L2ZpbHRlcj48L2RlZnM+PGcgc3R5bGU9ImZpbHRlcjp1cmwoI2EpIj48Y2lyY2xlIGN4PSIyMSIgY3k9IjIxIiByPSIyMSIgc3R5bGU9ImZpbGw6I2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOSA2KSIvPjwvZz48cGF0aCBkPSJtMjA4Mi41IDI0MCA1Ljg2NiA1Ljg2Ni01Ljg2NiA1Ljg2NiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjEuNXB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA1NC4zNjYgLTIxOSkiLz48L3N2Zz4=) no-repeat;right:0}@media(min-width:768px){section.content.cards .card-items-wrapper .controls li.next{left:auto;margin:0;right:-.1875rem}}@media(min-width:1024px){section.content.cards .card-items-wrapper .controls li.next{right:0}}@media(min-width:1366px){section.content.cards .card-items-wrapper .controls li.next{right:5.25rem}}section.content.cards .cards-header{flex:0 0 100%;padding-bottom:2.375rem}section.content.cards .cards-header .text-wrapper{display:flex;flex-flow:column;height:100%;justify-content:center;text-align:center}section.content.cards .card-items{justify-content:center;margin:0 auto}section.content.cards .card-items>.col,section.content.cards .cc-row .card-items>.cc-column,section.content.video .cc-row section.content.cards .card-items>.cc-column{padding-bottom:15px;padding-top:15px}section.content.cards .card-items .card{background-color:#fff;border:1px solid #fff;border-radius:.625rem;box-shadow:0 .1875rem .375rem 0 rgba(0,0,0,.16);display:flex;flex-basis:auto;flex-flow:column;font-size:16px;font-size:1rem;height:100%;margin:0 auto;max-width:17.25rem;padding:1.75rem 1.25rem 1.25rem 2.0625rem}section.content.cards-teaser .card-teaser .card-teaser__header{margin-bottom:18px}section.content.cards-teaser .card-teaser .card-teaser__header .h4{margin:0}section.content.cards-teaser .card-teaser .card-icon{float:left;font-size:55px;font-size:3.4375rem;height:1em;margin-right:1.125rem;width:1em}section.content.cards-teaser .card-teaser .header-text{display:flex;flex-direction:column;height:100%;justify-content:center}section.content.cards-teaser .card-teaser .button-wrapper{margin-top:auto}section.content.cards-teaser .card-teaser .et-button{width:100%}section.content.testimonial .testimonial-item .bottom{height:3.4375rem;margin-top:auto}section.content.testimonial .testimonial-item .bottom .testimonial-image{float:left;height:3.4375rem;margin-right:1.125rem;width:3.4375rem}section.content.testimonial .testimonial-item .bottom .testimonial-name{color:#000;font-size:18px;font-size:1.125rem;font-weight:700}main.press-main{margin-top:2.1875rem}main.press-main .back-button-container-large{display:none}main.press-main .image-wrapper{overflow:hidden;width:100%}main.press-main .image-wrapper img{width:100%}main.press-main .press-image{margin-bottom:2.1875rem;width:100%}main.press-main .press-aside,main.press-main .press-content{flex:0 0 100%;margin-bottom:60px;max-width:100%}main.press-main .back-button-container-small{margin-top:2.5rem}main.press-main .press-header{margin-bottom:2.1875rem}main.press-main .press-header .press-date{margin-top:-.25rem}main.press-main .press-abstract{font-weight:700;padding-bottom:2.1875rem}main.press-main .press-aside-wrapper{position:relative}main.press-main .press-aside-wrapper img{margin-bottom:1.625rem}main.press-main .download-group{margin-top:2.1875rem}main.press-main .download-group .press-download{flex:0 0 100%;margin-bottom:1.0625rem;margin-top:1.0625rem;max-width:100%}main.press-main .download-group .press-download .button-wrapper{padding-top:1.125rem}@media(min-width:576px){main.press-main .download-group .press-download{flex:0 0 50%;max-width:50%}main.press-main .image-wrapper{height:192px;position:relative}main.press-main .image-wrapper img{height:100%;left:50%;position:absolute;transform:translateX(-50%);width:auto}}@media(min-width:1024px){main.press-main .press-content-col-wrapper{max-width:535px}main.press-main .press-content{flex:0 0 63%;max-width:63%}main.press-main .press-content .press-abstract,main.press-main .press-content .text-content{max-width:472px}main.press-main .press-aside{flex:0 0 37%;max-width:37%;position:relative}main.press-main .press-aside .press-aside-wrapper{bottom:0;max-width:332px;position:absolute}main.press-main .press-aside .press-aside-wrapper.fixed{bottom:auto;position:fixed}}@media(min-width:1366px){main.press-main .back-button-container-large{display:block;left:2.25rem;position:absolute}main.press-main .back-button-container-small{display:none}main.press-main .press-header{padding-left:84px}main.press-main .press-content{padding-left:99px}main.press-main .press-content .press-abstract,main.press-main .press-content .text-content{max-width:472px}main.press-main .press-aside .press-aside-wrapper{max-width:383px}}.author main.press-main .press-aside .press-aside-wrapper{position:relative}section.content.press-double-teaser>.container>.cc-row,section.content.press-double-teaser>.container>.row{display:block}section.content.press-double-teaser>.container>.cc-row .button-wrapper,section.content.press-double-teaser>.container>.row .button-wrapper{margin-top:1.25rem}section.content.press-double-teaser .image-col{margin-bottom:1.25rem}section.content.press-double-teaser .image-col~.image-col{margin-top:35px}section.content.press-double-teaser .image-wrapper,section.content.press-double-teaser img{width:100%}@media(min-width:768px){section.content.press-double-teaser>.container>.cc-row,section.content.press-double-teaser>.container>.row{display:flex;flex-flow:row wrap;justify-content:center}section.content .cc-row section.content.press-double-teaser>.container>.row>.cc-column,section.content.press-double-teaser>.container>.cc-row>.cc-column,section.content.press-double-teaser>.container>.cc-row>.col,section.content.press-double-teaser>.container>.row>.col{flex:1 0 auto;max-width:50%}section.content.press-double-teaser .image-col{margin-bottom:20px;order:1}section.content.press-double-teaser .image-col .image-wrapper{height:135px;overflow:hidden;position:relative;width:100%}section.content.press-double-teaser .image-col .image-wrapper img{position:absolute;top:50%;transform:translateY(-50%)}section.content.press-double-teaser .image-col~.image-col{margin-top:0}section.content.press-double-teaser .headline{order:2}section.content.press-double-teaser .text-wrapper{order:3}section.content.press-double-teaser .button-wrapper{order:4}}@media(min-width:1024px){section.content .cc-row section.content.press-double-teaser>.container>.row>.cc-column,section.content.press-double-teaser>.container>.cc-row>.cc-column,section.content.press-double-teaser>.container>.cc-row>.col,section.content.press-double-teaser>.container>.row>.col{flex:1 0 auto;max-width:472px;padding-left:30px;padding-right:30px}section.content .cc-row section.content.press-double-teaser>.container>.row>.button-wrapper.cc-column,section.content .cc-row section.content.press-double-teaser>.container>.row>.headline.cc-column,section.content .cc-row section.content.press-double-teaser>.container>.row>.text-wrapper.cc-column,section.content.press-double-teaser>.container>.cc-row>.button-wrapper.cc-column,section.content.press-double-teaser>.container>.cc-row>.col.button-wrapper,section.content.press-double-teaser>.container>.cc-row>.col.headline,section.content.press-double-teaser>.container>.cc-row>.col.text-wrapper,section.content.press-double-teaser>.container>.cc-row>.headline.cc-column,section.content.press-double-teaser>.container>.cc-row>.text-wrapper.cc-column,section.content.press-double-teaser>.container>.row>.col.button-wrapper,section.content.press-double-teaser>.container>.row>.col.headline,section.content.press-double-teaser>.container>.row>.col.text-wrapper{padding-left:60px;padding-right:60px}section.content.press-double-teaser .image-col .image-wrapper{height:192px}}section.content.press-teaser-large{text-align:left}section.content.press-teaser-large .text-column{flex:0 0 100%}section.content.press-teaser-large .text-column .text-wrapper{display:flex;flex-flow:column;justify-content:center}section.content.press-teaser-large .text-column .text-wrapper .button-wrapper{margin-top:1.5625rem}section.content.press-teaser-large .image-wrapper{align-items:center;display:flex}section.content.press-teaser-large .image-wrapper img{width:100%}section.content.press-teaser-large.text-order-above:not(.text-only) .image-wrapper{order:13;padding-top:25px}section.content.press-teaser-large:not(.text-order-above) .text-column{padding-top:25px}@media(min-width:768px){section.content.press-teaser-large:not(.text-only)>.container>.cc-row,section.content.press-teaser-large:not(.text-only)>.container>.row{justify-content:center}section.content .cc-row section.content.press-teaser-large:not(.text-only)>.container>.row>.cc-column:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.cc-row>.cc-column:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.cc-row>.col:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.row>.col:not(.text-only){flex:0 0 50%;max-width:50%}section.content.press-teaser-large:not(.text-order-above) .text-column{padding-top:0}section.content.press-teaser-large.text-order-above:not(.text-only) .image-wrapper{order:0;padding-top:0}section.content.press-teaser-large.text-order-left:not(.text-only) .image-wrapper{order:13}}@media(min-width:1024px){section.content .cc-row section.content.press-teaser-large:not(.text-only)>.container>.row>.cc-column:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.cc-row>.cc-column:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.cc-row>.col:not(.text-only),section.content.press-teaser-large:not(.text-only)>.container>.row>.col:not(.text-only){flex:0 0 auto;max-width:472px;padding-left:30px;padding-right:30px}section.content.press-teaser-large:not(.text-only)>.container>.cc-row .text-column .text-wrapper,section.content.press-teaser-large:not(.text-only)>.container>.row .text-column .text-wrapper{padding-left:0;padding-right:30px}section.content.press-teaser-large.text-order-left:not(.text-only) .container .cc-row .text-wrapper,section.content.press-teaser-large.text-order-left:not(.text-only) .container .row .text-wrapper{padding-left:30px;padding-right:0}}section.content.toggle{text-align:left}section.content.toggle .cc-row .cc-column,section.content.toggle .col,section.content.video .cc-row section.content.toggle .cc-column{display:flex;flex:0 0 100%;flex-flow:column;justify-content:center;max-width:100%;padding-bottom:15px;padding-top:15px}section.content.toggle .toggle-items-wrapper{margin-left:auto;margin-right:auto}section.content.toggle .subtitle{margin-bottom:.875rem}section.content.toggle .toggle-items .toggle-item{border-left-style:solid;border-left-width:2px;display:flex;flex-flow:column;margin-bottom:1.25rem;padding-left:.75rem}section.content.toggle .toggle-items .toggle-item .h4{margin-bottom:.1875rem;margin-top:.1875rem}section.content.toggle .toggle-items .toggle-item.active{margin-bottom:.875rem}section.content.toggle .toggle-items .toggle-item .toggle-item-body{flex:1 1 auto}section.content.toggle .button-wrapper{margin-top:1.5625rem}section.content.toggle .toggle-images .toggle-image img{max-width:27.75rem;width:100%}section.content.toggle .toggle-images .collapse{width:100%}section.content.toggle .toggle-images .collapsing{transition:none}section.content.toggle.text-order-below .toggle-items-wrapper{order:13}@media(min-width:768px){section.content.toggle .toggle-items-wrapper{flex:0 0 50%;max-width:50%;order:0}section.content.toggle.text-order-below .toggle-items-wrapper{order:0}section.content.toggle.text-order-right .toggle-items-wrapper{margin-left:0;order:13}section.content.toggle .toggle-images{flex:0 0 50%;max-width:50%}}@media(min-width:1024px){section.content.toggle .toggle-items-wrapper{flex:0 0 33.33333%;margin-left:auto;margin-right:auto;max-width:33.33333%}section.content.toggle .toggle-items-wrapper.text-order-right{order:13}}section.content.faq .headline-wrapper{margin-bottom:.9375rem}section.content.faq .toggle-items .toggle-item.faq-item{margin-bottom:1.25rem}section.content.faq .toggle-items .toggle-item.faq-item.selectable .h3{color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:19px;font-size:1.1875rem;margin-bottom:0;margin-top:0}section.content.faq .toggle-items .toggle-item.faq-item.selectable.active .h3{color:#46712d}section.content.faq .toggle-items .toggle-item.faq-item .toggle-item{border-left-style:none;border-left-width:0;padding-left:0}section.content.faq .toggle-items .toggle-item.faq-item .toggle-item:first-child{margin-top:.4375rem}section.content.faq .toggle-items .toggle-item.faq-item .toggle-item:last-child{margin-bottom:0}section.content.text-image{text-align:left}section.content.text-image .text-column{flex:0 0 100%}section.content.text-image .text-column .text-wrapper{display:flex;flex-flow:column;justify-content:center}section.content.text-image .text-column .text-wrapper .button-wrapper{margin-top:1.5625rem}section.content.text-image .text-column.text-center{text-align:center}section.content.text-image .text-column.text-center .text-wrapper{margin:auto;max-width:507px}section.content.text-image .image-wrapper{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}section.content.text-image .image-wrapper img{width:100%}section.content.text-image.text-order-below:not(.text-only) .text-column{order:13;padding-top:25px}section.content.text-image:not(.text-order-below) .image-wrapper{padding-top:25px}@media(min-width:768px){section.content.text-image:not(.text-only)>.container .cc-row .cc-column:not(.text-only),section.content.text-image:not(.text-only)>.container .cc-row .col:not(.text-only),section.content.text-image:not(.text-only)>.container .row .col:not(.text-only),section.content.video .cc-row section.content.text-image:not(.text-only)>.container .row .cc-column:not(.text-only){flex:0 0 50%;max-width:50%}section.content.text-image.text-order-below .text-column{order:0}section.content.text-image.text-order-right:not(.text-only) .text-column{order:13}section.content.text-image.text-order-below:not(.text-only) .text-column{order:0;padding-top:0}section.content.text-image:not(.text-order-below) .image-wrapper{padding-top:0}}@media(min-width:1024px){section.content.text-image:not(.text-only) .text-column{padding-left:6.25rem}section.content.text-image:not(.text-only) .text-column .text-wrapper{max-width:24.375rem}section.content.text-image .image-wrapper{padding-left:15px}section.content.text-image .image-wrapper img{width:22rem}section.content.text-image.text-order-right .text-column{padding-left:15px}section.content.text-image.text-order-right .image-wrapper{padding-left:6.25rem}}@media(min-width:1366px){section.content.text-image .image-wrapper img{width:25.75rem}}section.content.transparent-gradient-slider .transparent-gradient-slider-header{flex:0 0 100%}section.content.transparent-gradient-slider .transparent-gradient-slider-header .text-wrapper{text-align:center}section.content.transparent-gradient-slider .transparent-gradient-slider-item{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;margin:0 auto;max-width:250px;text-align:center}section.content.transparent-gradient-slider .transparent-gradient-slider-item .image{display:flex;flex-flow:column;height:190px;justify-content:center;margin-bottom:1.6875rem}section.content.transparent-gradient-slider .transparent-gradient-slider-item .text-container{align-self:flex-end}section.content.transparent-gradient-slider .transparent-gradient-slider-item .heading{color:#46712d;font-size:1rem;font-weight:800;margin-bottom:.5rem}section.content.transparent-gradient-slider .transparent-gradient-slider-item .text-content{font-size:.875rem}section.content.transparent-gradient-slider .gradient-right{-webkit-mask-image:-webkit-gradient(linear,left 100%,right 100%,from(#000),to(transparent))}section.content.transparent-gradient-slider .gradient-left{-webkit-mask-image:-webkit-gradient(linear,right 100%,left 100%,from(#000),to(transparent))}section.content.transparent-gradient-slider .controls{display:block;position:absolute;top:50%;width:94%}section.content.transparent-gradient-slider .controls li{cursor:pointer;display:block;height:1.6875rem;list-style:none;position:absolute;width:1rem;z-index:10}section.content.transparent-gradient-slider .controls li[aria-disabled=true]{display:none}section.content.transparent-gradient-slider .controls li img{display:inline-block;vertical-align:middle}section.content.transparent-gradient-slider .controls li.prev{left:.375rem;padding-left:.9375rem}@media(min-width:768px){section.content.transparent-gradient-slider .controls li.prev{left:-2.3125rem}}section.content.transparent-gradient-slider .controls li.next{padding-right:.9375rem;right:.375rem}@media(min-width:768px){section.content.transparent-gradient-slider .controls li.next{right:-3.3125rem}}section.content.transparent-gradient-slider .tns-nav{bottom:-2rem}section.content.transparent-gradient-slider .transparent-gradient-slider-items-wrapper{margin-top:35px}@media(min-width:768px){section.content.transparent-gradient-slider .linear-gradient{background:#fff;height:100%;position:absolute;width:215px;z-index:1}}@media(min-width:1024px){section.content.transparent-gradient-slider .linear-gradient{width:400px}}section.content.transparent-gradient-slider .linear-gradient.right{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 65%);right:0}section.content.transparent-gradient-slider .linear-gradient.left{background:linear-gradient(90deg,#fff 45%,hsla(0,0%,100%,0) 90%);left:0}section.content.transparent-gradient-slider.component-theme-grey .linear-gradient.right{background:linear-gradient(90deg,hsla(0,0%,100%,0),#6b6b6b 65%)}section.content.transparent-gradient-slider.component-theme-grey .linear-gradient.left{background:linear-gradient(90deg,#6b6b6b 45%,hsla(0,0%,100%,0) 90%)}section.content.transparent-gradient-slider.component-theme-green .linear-gradient.right{background:linear-gradient(90deg,hsla(0,0%,100%,0),#46712d 65%)}section.content.transparent-gradient-slider.component-theme-green .linear-gradient.left{background:linear-gradient(90deg,#46712d 45%,hsla(0,0%,100%,0) 90%)}section.content.price-info{text-align:left}section.content.price-info .background-wrapper>.container>.cc-row,section.content.price-info .background-wrapper>.container>.row{align-items:center}section.content.price-info .product-icon{height:3em}section.content.price-info .product-icon+.price-label:before{content:"\a";white-space:pre}section.content.price-info .price-info-products-container{justify-content:flex-end}section.content.price-info .price-info-products-container .price-info-product-column{display:flex;font-size:1.66667em;justify-content:center;padding-bottom:1.25rem}section.content.price-info .price-info-products-container .price-info-product-column .price-label{font-size:1em}section.content.price-info .price-info-products-container .price-info-product-column .price{font-size:2.25em;font-variant-numeric:tabular-nums;font-weight:800;line-height:1}section.content.price-info .price-info-products-container .price-info-product-column .uom-wrapper{float:right;line-height:.66;padding-top:1.875rem}section.content.price-info .price-info-products-container .price-info-product-column .uom-wrapper .uom{font-size:.68em;font-weight:800}section.content.price-info .price-info-products-container .price-info-product-column .uom-wrapper .gross{font-size:.52em}section.content.price-info .price-info-header.full-width{background-color:#fff;flex:0 0 100%;padding-bottom:3.75rem;width:100%}section.content.price-info .price-info-header:not(.full-width){display:none}section.content.price-info:not(.text-order-above){padding-bottom:0}section.content.price-info:not(.text-order-above) .price-info-header.full-width{padding-bottom:3.75rem}section.content.price-info:not(.text-order-above) .price-info-header.full-width .text-wrapper{padding-top:2.75rem}section.content.price-info.text-order-above{padding-top:0}section.content.price-info.text-order-above .price-info-header.full-width{padding-bottom:2.5rem;padding-top:3.75rem}section.content.price-info.text-order-above .price-info-products-container{margin-top:2.75rem}@media(min-width:768px){section.content.price-info{padding-top:3.75rem}section.content.price-info:not(.text-order-above){padding-bottom:3.75rem}section.content.price-info:not(.text-order-above) .background-wrapper{margin-bottom:0}section.content.price-info:not(.text-order-above) .price-info-header.full-width .text-wrapper{padding-top:0}section.content.price-info .price-info-header,section.content.price-info .price-info-products-container{flex:0 0 50%;max-width:50%;padding-bottom:0;padding-top:0}section.content.price-info .price-info-header.full-width{display:none}section.content.price-info .price-info-header:not(.full-width){display:block}section.content.price-info .price-info-products-container>.cc-row,section.content.price-info .price-info-products-container>.row{display:flex;justify-content:center}section.content.price-info.text-order-left .price-info-products-container{order:13;padding-left:2.8125rem}section.content.price-info.text-order-left .price-info-products-container .price-info-product-column{justify-content:flex-end}section.content.price-info.text-order-right .price-info-products-container{padding-right:2.8125rem}section.content.price-info.text-order-above{padding-top:3.75rem}section.content.price-info.text-order-above .price-info-products-container{margin-top:0;padding-top:0}}@media(min-width:1024px){section.content.price-info .price-info-header{flex:0 0 40%;max-width:40%}section.content.price-info .price-info-products-container{flex:0 0 60%;max-width:60%}section.content.price-info .price-info-products-container .price-info-header .text-wrapper{max-width:80%}section.content.price-info .price-info-products-container .price-info-product-column{justify-content:flex-end;padding-bottom:0}}@media(min-width:1366px){section.content.price-info .price-info-header,section.content.price-info .price-info-products-container{flex:0 0 50%;max-width:50%}section.content.price-info .price-info-header{padding-right:10%}section.content.price-info.text-order-left .price-info-header{padding-left:10%;padding-right:0}}.acquisition-form .streetNameAutocomplete{width:66%}.acquisition-form .house-number{display:inline;max-width:32.6%}.acquisition-form .zipCodeAutocomplete{max-width:32.6%}.acquisition-form .zip-code{display:inline;max-width:100%}.acquisition-form .city-name{display:inline;max-width:66%}.acquisition-form .stairs{display:inline;max-width:31.5%}.acquisition-form .floor{display:inline;max-width:31%}.acquisition-form .door{display:inline;max-width:31.5%}.acquisition-form .icon-edit{cursor:pointer;font-size:12px;position:absolute}.acquisition-form .button-wrapper{padding-bottom:195px;text-align:right}.acquisition-form a:hover{color:#46712d}.acquisition-form p{line-height:25px}.acquisition-form h2.h2{font-size:1.625rem}.acquisition-form .intro{margin-bottom:32.5px}.acquisition-form .e-mail,.acquisition-form .smart-meter-checkbox b{color:#000}.acquisition-form input::-moz-placeholder{opacity:.5}.acquisition-form input:-ms-input-placeholder{opacity:.5}.acquisition-form input::placeholder{opacity:.5}.acquisition-form .delivery-calendar{border:1px solid #bfbfbf;border-radius:30px;left:-190px;padding:10px 15px;top:30px;width:247px}.acquisition-form .delivery-calendar:before{background-color:#fff;border-bottom:1px solid #bfbfbf;border-right:1px solid #bfbfbf;content:"";height:13px;margin:auto;position:absolute;right:36px;top:-7px;transform:rotate(225deg);width:13px}.acquisition-form .delivery-calendar .cell.day-header{font-weight:700}.acquisition-form .delivery-calendar span.cell{border-radius:50%;font-size:15px;height:29px;line-height:29px}.acquisition-form .delivery-calendar span.cell.disabled{color:#000;opacity:.5}.acquisition-form .delivery-calendar span.cell.year:not(.blank):not(.disabled):hover{border:none}.acquisition-form .delivery-calendar span.cell.month:not(.blank):not(.disabled){border-radius:50px}.acquisition-form .delivery-calendar span.cell.month:not(.blank):not(.disabled):hover{border:none}.acquisition-form .delivery-calendar span.cell.day:not(.blank):not(.disabled):not(.month):not(.year):hover{background-color:#46712d;border:1px solid #46712d;color:#fff}.acquisition-form .delivery-calendar span.cell.day.selected{background-color:#46712d;color:#fff}.acquisition-form .delivery-calendar .day__month_btn.up{color:#000;font-weight:700}.acquisition-form .delivery-calendar .day__month_btn.up:not(.disabled):hover{background:#dcdcdc}.acquisition-form .delivery-calendar .next,.acquisition-form .delivery-calendar .next:not(.disabled):hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjA3MSIgaGVpZ2h0PSI4LjY0MyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibS41MyA4LjExMiAzLjc5MS0zLjc5MUwuNTMuNTMiIGRhdGEtbmFtZT0iUGZhZCAxMDE2Ii8+PC9zdmc+) 50% no-repeat}.acquisition-form .delivery-calendar .next:after{border-left:none}.acquisition-form .delivery-calendar .next.disabled{visibility:hidden}.acquisition-form .delivery-calendar .prev,.acquisition-form .delivery-calendar .prev:not(.disabled):hover{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1LjA3MSIgaGVpZ2h0PSI4LjY0MyI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTQuNTQxIDguMTEyLjc1IDQuMzIxIDQuNTQxLjUzIiBkYXRhLW5hbWU9IlBmYWQgMTAxNyIvPjwvc3ZnPg==) 50% no-repeat}.acquisition-form .delivery-calendar .prev:after{border-right:none}.acquisition-form .delivery-calendar .prev.disabled{visibility:hidden}.acquisition-form .or{color:#000;font-size:.9375rem;font-weight:600;margin:24px auto 17px;overflow:hidden;text-align:center;width:182.6px}.acquisition-form .strikethrough-line{margin:.7em auto;overflow:hidden;width:70%}.acquisition-form .strikethrough-line:after,.acquisition-form .strikethrough-line:before{border-bottom:1px solid hsla(0,0%,85%,.5);content:"";display:inline-block;margin:0 .5em 0 -55%;vertical-align:middle;width:50%}.acquisition-form .strikethrough-line:after{margin:0 -55% 0 .5em}.acquisition-form .eye-icon{background-image:url(../../../assets/images/password-eye.2e4871b.svg);background-repeat:no-repeat;cursor:pointer;float:right;height:14px;margin-right:22.5px;margin-top:-31px;position:relative;width:20px;z-index:2}.acquisition-form .eye-icon-strike{background-image:url(../../../assets/images/password-eye-strike.0664df2.svg);height:18px;margin-top:-34px}.acquisition-form .inline-label{margin-bottom:0;overflow:hidden;vertical-align:bottom;width:89%}.acquisition-form .tip-help-text{background:#46712d;border-radius:0;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#fff;margin-bottom:27px;margin-top:27px;max-width:354px;padding:15px 15px 15px 110px;position:relative}.acquisition-form .price-guarantee-tipp{background:#46712d;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);height:auto;margin-bottom:50px;padding:12px 25px 12px 21px}.acquisition-form .tip-icon{background-position:50%;background-repeat:no-repeat;background-size:31px;height:48px;left:38px;position:absolute;top:50%;transform:translateY(-50%);width:48px}.acquisition-form .offer-mobility .offer-result-list ul li,.acquisition-form .offer-result-list ul li{list-style:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi40MDYiIGhlaWdodD0iMTIuNDA2Ij48Zz48cmVjdCB3aWR0aD0iMTIuNDA2IiBoZWlnaHQ9IjEyLjQwNiIgcng9IjYuMjAzIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJtMy40NTkgNy4wMDkgMS43MiAxLjcyIDQuMzAxLTQuMyIvPjwvZz48L3N2Zz4=)}.acquisition-form .billing-frequency .info-box{border:1px solid #46712d;border-radius:0;padding-left:80px;position:relative}.acquisition-form .billing-frequency .info-box:after{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMEAAADCCAYAAADw1qYyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmExY2QxMmY0MSwgMjAyNC8xMS8wOC0xNjowOToyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0NGNjMjVhNy03YjU1LTFhNDYtOGZlZC1kMmY3ZDY3MjNiNmIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEEyMEFERTNFQUI5MTFFRkIwNzJGNjNERUMxQzkxOEQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEEyMEFERTJFQUI5MTFFRkIwNzJGNjNERUMxQzkxOEQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjMgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDY4MGU5ZDQtMTE4Mi0wNzRkLWI4NmItNjgzMjg3Zjc2YzhkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NDZiMTk2N2UtY2QxMy0yODQwLWFjMmUtOTNjNDIwZGU1OGVmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mdohhgAAETpJREFUeNrs3X+QVlUZB/CzN8BB/IEhmWuj4GgKNKbUhMNC6AYLxiIaEVlrWPzKBhiH5Ec1wkBTgTA6gSMDEuGIGRGZAjOwwBrBmjaGjiVYOLLWiJqQwAKGEnYe3ucWyL73POe+9+e53+/M89d79917zzmf99573vveW7VXIUix46EJECBAkIKnHZoglTb/mK6P6+qoq4Ou93S9q+tNXThCBQLn2vezuvrp6qvral09DH9zVNdrul7W9bSu7bqe03UczRlPqvCxE3mG86Cnuj7C932GQVA9gWYGgqzlYl2TdI3SdXkC/+9VXSt0LdJ1AM0PBGl/6o/QdXuK67BM1zrsHYAgjdCn8MQMrc8DvDdCLIMpUvuM03UsYwAUr88xXj8Ee4JYQtOZi3WNrvB9aJbnn6o0HUrTojQ92oHfn6ZNqyNY10d13amrFd0GBFEe+98X4qSXBvyLuppUabqTpj1p+vNowN+cresyVZpOpWnVWl3XKPvp7BZdd+FcAQiiyL26plr+TbOuVbrWqGi+/KrmE/A7dPW2/Nv5uqahG4EgbH6pStOe0k/9NYxmR4zrVKPrbl31FnuH5brGoDuBwDZreaBJskHXFF27Ely/HnyINkS4PE2jDkO3nhnMDlUGgD5DvqTrpoQBKP5/N/H/l3yW1fN2IUBgbI/NQgC/1fVpXY+nvM70/3vyOQggAEHFbdGo6wuCY//Jum7VtS8j635Q11d5vY4LIGxG3+OcICyAI3z40ZjhbSGcj+jqZFhui646XSfQ+YgNgMEZB+AfHg3m9Q3KF3hbPAwAbP82CwDNOdmuZkAAAkk6MoC+huX26/p8jgCEgbCtyGPBKzCAzUIAdNy8I6fb2cyA9xuW68sQOgIBALgEwM8O3g4JhM1FhOAVEEBzgQAAAhCcls4M4DoBgP4OAQgDoblIELwCAWgSANjLAHY52g47ePtMEK5jCJ2BoHgABjoMwM8uhrBXAKGpCBC8AgDYDgBtQhgICO4juJgB9BIAqCkQgDAQtrsMwXMYwCYBgD0MoEUVM7t4+00QejGEi4EgPwC2CgHUFhiAnxaGsEcAYZOLEDxHAVwJANYQaoUQtroGwSUE3S0A9AOA0BCudA2C5xCAjQIAOxkAfkZRHkI/CwjdgSA7AJqEAAYBgDF7GcJOAYSNLkDwHAHQTQBgAABYQRgkhNCUdwh5RtDTEsA+jG1rCAMEELrlHYKXYwDrBQB2AEBF2WcJoScQJAegUQhgMABEBmGHAML6PELIG4JrGcAlAgC1ABAphMFCCI15g+DlDMA6CwAHMXYjh1ArgHAJQ7gWCKJNHyGAZgCINQctIKzLCwQvJwDWCAEMBYDEIDQLIfQBguQA1AFAohCGCiGsyTqELCOgGYm1AgBPMYCjGJuJQ6hzAYKXYQCrdXUVAKgHgNRylCE8JYCwlvsVCASpEwLYAACZgVAvgNCV+3UAEJgBrBQCGAEAmYOwQQihDgiKA4Ae1fpBhDU64xBGCCGszBKErCC4WQiAng4zLEd7gKifI5z12a9cQvAyAmCZEMBIZX4Si8sIDuXk0GgY95cEws1FR0CDerkAwKocAqAcyDiquHKc+0sCYVnaELyUASzR1UUAoCGHAOIYtK052nYfwioBhOW8bKEQNPCGX+AwgKIj8CE0CCB04Q/EkUVBQI2yWNc5huUezjkAyuGCI7CBcAF/MDa4jmAMb6gEwNicAyjqiXEQhIcNy53DH5ANriIYwxvY3rDcUkcARI3gUM7b4jj3qwTCch4vTiGwATDBEQCUKGeHDjvQHj6EpYbl2vN4GeMKgomqNA1mArCIAbiU1oy+V9oQJgghLOPxk2sEE3lwKwGAycq9AEH5TLAYGxPzimC6cCMXOAoACMyZnAUIXowA5goBTFXuBifGMggLhBCm5wUBAMSDwOWfjk4VQpgbB4SoEcwWAvhhAQBEPXBbHW+rqTwuEofgRQxgphDATFWMHAICq8y0gDA7qn/aLmEAM3TNU8UJTozDQaDcI1xuVhb2BPMAoGze1/UeEISCMEO43Oy0EdCgngYAiQze1oK12zwLCPPSQjBbCGBygQFEOXgPFLDtpBCmVbJHCItgjPAQSPpliMuJaobocEHbb56SfZk6U4W81igMArpvzGIAECeqGaLWAreh9LIaGpd94kZwrq4Vynwx3HgAwDlBChBoXD6iq2OcCB5S5ifEjOflECCIA8J4wzL0MMGfx4Vgkq5RgkMgAACCOPOQYI8wisdrpAjoh9ALDcsswCFQrIP3AJrytD2C6VojGq+dokRgOhGm+8tMRd/EdmJ8GM14Rmi8bahw3IoRfEUF3wqDnnd7B/qkbKKYIsWhUNu5XQU/oP12Hr8VI7jT8Po3FZ4QE/cABoK2s4/HXyXj14hguK4bAl6nOwc0oi9iP5QBgvKh8Rd0T6MbeByHRvD1gNeO6Po++gB7ggxkCo/HMOM4EEFnw7nAYsPxGBLdAMbhZnD2Gk6CaRy3D4MgCADdNuN+tL0ohzICyfXcr4LvV3VbGAT1Aa89ir1Aop/iQCDbGzwaZjwHIegf8Bq+FcY5QRbzi4DXBtoiuE6Vv206iXsW7Q0EGUyTrv1lXqPx3MsGQb+Af7ROuXOv0CRyTJV+ZgkE8ec4j09lM67DINiGtk58EGN2SJ7NSSBoQjsnjuAQmlCc7VEgqOYqdz6AWSH7HEgZUZHSEnBe0E218Yy8thBcFfAP/oo2TmUQA4FdXg547WoJgksD3uDvaN9QOQwEieaVgNeukCA4D8em2BPkPG8HvNZVgqBzjMe2QIAT4yTybsBrHSUIgn6SdgTtCwQ5SNA47SRBgESfSvagR3WdQBNaxeqDvC0E+wLe4EK0b+J7ApwP2KejzaGSV+lJBQIEGUxXm5PmthAETYNeivYFghzkioDXXpEgCPpC7Cq0b+IDGSfF9uke8NoeCYKgSyOCLqlA4kGAi+fsYn3ZT7nZoaCLkGrRzokOZBwO2SVofLY5rsMg6I92TvSQBgjs0j8JBIPQztY5DASJhB5EWR8Vgud1vRNw0lGD9k5sIAOB3aFQufOBd3hcixFQgn5B9g20t1XoC5r/AEHs+VqY8Rz0HONNum4u8xrd0esHKvjbZeT00I85qkICQsyhqxm+HPB62d8eVwX8TKxzwCERpUhPpkeynzkq+AHgHVSZGx4EHQ7RRV9PBrw+ReFaIiQbqebxWC6rVcAdP0xXkQbd0Yuu1PsR2h/JQH6sgq8c/XXQH1cJfjX/jAp+LCb9gr8Z/YCkFJqpDJrSpxvFXR/0BpLfE9xneJ0emXk++gJJ6WT4kQrHrwjBrwznBvS9wQr0B5JCHlLBF8ut5vFbMQKK6ZE3t+iajj5BEsx0HneVjFsrBHTq8D3DMnN1NaBvkAQyjsdbUGi87pe8WZXl7eTWquBrM+iGqPQgtZXoJySm0ActPbE+6Ite+mJsmPQNbRHQF2h0/UU3QAidy1Xpm82+qnQ3NLplOD1K6F+6/qFKs3F0DvYHNFUoALt1fU5Z3NygKsSNRQfo+p1hGUA4M9fwLnyIkl0+8aKu76rguywX7RDoQQMAyg26ttq8cZhbrtA/mGFYph2LHYe+O5lJuv6k6yYlv36I0ND1W0tU6Sv/ogNYKgAwwxZAWASUeboWCSAsBYSTe8SFgg4sl/H890UHYMp8HpfWqarwPusL+VPOlMkCNC6Gvsx5Vde5EbyX9W7ekT2o5ANgEY+xUKn0DnTSwS3F4lrGRASAMgUAogcQBQJACM7wCN9rsK6zCtJu04UA5lcKICoEPoT5QghF+WaZ2vYzEb4fAehVEABzBcvdq2taVB0VVabxipkytyAQLlLRz+p0B4D/AYhsDHkxbMQcQDiZ82J4z3Mdbq85QgBzoh47cdyafZYFhDkOd2qVQmwA3CNcblbU/7xdTBvlr6jpN8j3CJfLY+K4h2hrgQHQF2Hz4liBOB/SMUuZv1n2Ibi4R3hT178jfs89jrXR/LQBxI1A8YpLIcx3rIPp6TLPRfh+BOrPjgG4O20ASSCwgXC3gxDWRPhedBn7+460y0IhgElxAzh58pbg4+knKtmXahV/A5ih0KXn9FCILhW+zweq9GPxPzoCYJIQwANJrFCSD+57wGLjXblgjK5p/3YE77PAEQBLsgYgaQS2EJY4AoHuefMtXe+F/PufKvNPW/MCYLxhGTrcG5skgDQQ+BDGCo5vxzsEgX5bQZdQ2PxAZqeuL+q6S4W/mW8WQtPwK4QA6IfxP0t6BZM8J/hw6ArLxar008KgPMxojjsCoqcq3dCYblrWQ9dHdX1ElZ5mQ1OgT+v6ja4mPhdQOQewTNdow3KHGUAqv0RMEwGlgSGcUzAIRUguAPgrmmb8DTdB8BsSEPIDgPp2lGE5uuv5BFW6SVZq8TLQYCv5xPEdw3Kjedl2GGMA4NKewM/qU2YQLghYbtQph1HYI2QTAPWl6c5wb/Ne/cksrLSXoQakxruDG0gZIKzGHgEAXESguGHGCiDcAgiZA7A2jwCyiMAWwlpASD1ncz8MEQBoyBqArCLwITQIIAzhDjgbYzE1AGssADRmcSO8DDdwowWENYCQCoB1QgAjswog6wh8CCOFENYBQuIAbhQCyPRNw7wcNPhWIYQbASExAI1CAMNUDu6a5+Wk4bdyg0ogNAJCbDmf27fGsNzr3F/P5mGjvBx1wLPcsK8blqvhjsLDBKMHsF4IYEReAOQNgQ9hhBDCekCIFECTEEB9ngDkEYEPoV4IoQkQIgPQWwjghbxtoJfTjnlBCKE3IFSUCy0A1OURQJ4R+BDqLCBciDFtDWCjAEAL98POvG6ol/OO2skd0CKAsBEQrABsFQIYmmcALiDwIQwVQtgKCGIAPQUAavMOwBUEPoRaAYSegBCYaksATtwW0nOoA/dYQqjGmD8DwCYBgN0uAXANwakQdgsgbAKE0wBsFwIYrBy7MbDnYIfu4Y6SQNgOCKobt0N3AYAByr07YzuJwIcwQAChOw+AbgUG0GQB4A0XG8FzuIPfsIDQVEAIUgAvuQzAdQSnQngJEM4A0CwEMMhlAEVA4EMYJITQXAAIPXg7qwUA+rkOoCgIfAj9BBCqeYD0cBjAZgGA57m9DhRhcBQFgeIO7ccdbIKw2UEINgBqiwKgaAh8CLUFhEDbsQ0AgCAMhG0OQOjN29FFAKCmaACKisCHUCOA0IUHUO8cA2gUAHia2+PdIg6GoiJQ3OE1PABMEBpzCMEGwMCiAig6Ah/CQAchAAAQxAbh96r0I54sp47XUwKgf9EBAMHpEPoLIHRSpbtYjMvodozj9etkWG4Lb+8JdD0QnJoTPDC2GJaju2AvVaUnMmblB/zn8/osVea7dG/hvQUAAEFZCHUCCBR6fJQ/rZj24c/zyvyAPAAAglgg+JdiP66Sv+aoG//fjcp8IRwAAEEoCHSyvEq4PD0wZDcfksT95VoP/j+7lfnJMH5W8fYAQBtJ+znGeci9uqZa/s1Tuh7jT+p9EawD3RjgVl23KfPdoD+c+bqmoRuBoNIM1/Wgsv8pJj1hcxsfMlH9RZepyenE9hO6PqlKF/zRJR59lP1jqej/fEfXE+g+IIgqXfgwpL7C9zmi6zVdb+k6puugKs3unKXrIh78lT6HjR5qSE+J349uA4I4MkPXTzK8fpN1LUI34cQ4zsxVpQeOL8vYetH6dAAAIEgqdBUqfTvrP085zfgP0Kb1eR9dg8OhtHI5n4TeppK5jxF122N8sv4qmh8IshaaSaLLL2hmp0+E70sPJ/FnmjDjAwS5SXvG4NenhHuKFl1/U/+fWt2OQx0gcCl0hedlqjQdStOiND1K06Q0XfoWD/7jaCYgQJDEgtkhBAjQBAgQIAgQIAgQIAgQIAgQIEiB818BBgCrAFBalNGogAAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-size:100%;content:" ";height:40px;left:20px;position:absolute;top:20px;width:40px}.acquisition-form .tipp-help-area{border:1px solid #46712d;border-radius:0;box-shadow:0 3px 20px rgba(0,0,0,.16);margin-bottom:46px;max-width:351px;position:relative}.acquisition-form .tipp-help-area .tipp-help-header{background:#46712d;background-size:cover;color:#fff;font-weight:700;height:52px;position:relative}.acquisition-form .tipp-help-area .tipp-help-header .tip-icon{background-size:auto 25px;height:25px;left:22px;position:absolute;width:25px}.acquisition-form .tipp-help-area .tipp-help-header .tipp-help-headline{margin-left:57px;position:relative;top:15px}.acquisition-form .tipp-help-area .tipp-help-text{padding:17px 11px 30px 25px}.acquisition-form .tipp-help-area .tipp-help-text b{color:#000;font-weight:700}.acquisition-form .tipp-help-area .tipp-help-text .list-options{margin-bottom:0;margin-top:25px;padding-left:0}.acquisition-form .tipp-help-area .tipp-help-text .list-options li b{color:#000;font-weight:700}.acquisition-form .tipp-help-area .tipp-help-text .list-options li:before{background-color:#46712d;border-radius:50%;color:#fff;font-weight:700;height:22px;margin-left:-30px;position:absolute;text-align:center;width:22px}.acquisition-form .tipp-help-area .tipp-help-text .list-options li:first-child{list-style:none;padding:1px 0 20px 30px}.acquisition-form .tipp-help-area .tipp-help-text .list-options li:first-child:before{content:"A"}.acquisition-form .tipp-help-area .tipp-help-text .list-options li:last-child{list-style:none;padding:3px 0 5px 30px}.acquisition-form .tipp-help-area .tipp-help-text .list-options li:last-child:before{content:"B"}.acquisition-form .offer-mobility.tipp-help-area{border-color:#3f7906}.acquisition-form .offer-mobility.tipp-help-area .tipp-help-header{background:#46712d;background-size:auto 100%}.acquisition-form .vertical-line{background-color:#000;width:3px}.acquisition-form .summary .headline{color:#000}.acquisition-form .summary.summary-mobility .headline{color:#3f7906}.acquisition-form .summary.summary-mobility .vertical-line{border-color:#3f7906}.acquisition-form .success-content{text-align:left}.acquisition-form .success-content .success-help-text{margin-bottom:24.7px;max-width:748px;padding:55px 21.8px 26.5px;position:relative}@media(min-width:768px){.acquisition-form .success-content .success-help-text{padding:26px 21.8px 26.5px 101px}}.acquisition-form .success-content .help-icon{font-size:37px;height:1em;left:calc(50% - .5em);position:absolute;top:10px;width:1em}@media(min-width:768px){.acquisition-form .success-content .help-icon{left:35px;top:calc(50% - .5em)}}.acquisition-form .success-content .error-text{color:#e60000}.acquisition-form .success-content .success-help-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA2MCA2MCI+PHBhdGggZD0iTTI5LjkgMEMxMy40IDAgMCAxMy40IDAgMjkuOXMxMy40IDI5LjkgMjkuOSAyOS45IDI5LjktMTMuNCAyOS45LTI5LjlDNTkuOSAxMy40IDQ2LjUgMCAyOS45IDBtLTEuNSA0Ni44TDE0LjYgMzMuMmwyLjgtMi45IDkuOSA5LjcgMTIuNC0yNC4zIDMuNiAxLjh6Ii8+PC9zdmc+) no-repeat}.acquisition-form .success-content .error-help-icon,.acquisition-form .success-content .warning-help-icon{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA2MCA2MCI+PHBhdGggZD0iTTI5LjkgMEMxMy40IDAgMCAxMy40IDAgMjkuOXMxMy40IDI5LjkgMjkuOSAyOS45IDI5LjktMTMuNCAyOS45LTI5LjlDNTkuOSAxMy40IDQ2LjUgMCAyOS45IDBtMi40IDQ2LjFoLTQuNnYtNmg0LjZ6bTEuMS0xOC42LTEuOCA3LjloLTMuMmwtMS43LTcuOVYxMy42aDYuN3oiLz48L3N2Zz4=) no-repeat}section.content.video .video-wrapper{align-self:center}@media(min-width:1024px){section.content.video:not(.text-only):not(.cc-single-column) .text-content{max-width:26em}section.content.video:not(.text-order-right):not(.text-only):not(.cc-single-column) .text-column{padding-left:6.66667em}}section.content.video .plyr--full-ui input[type=range]{color:#46712d}section.content.video .plyr__control--overlaid{background:rgba(70,113,45,.8)}section.content.video .plyr__control.plyr__tab-focus{box-shadow:0 0 0 5px rgba(70,113,45,.5)}section.content.video .plyr--video .plyr__control.plyr__tab-focus,section.content.video .plyr--video .plyr__control:hover,section.content.video .plyr--video .plyr__control[aria-expanded=true],section.content.video .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#46712d}.become-customer .calculator-container .calculator-result-products .product,.become-customer .calculator-result-container .calculator-result-products .product,.become-customer .offer-container .calculator-result-products .product,section.content.price-history .product-switch__product{font-size:.8125rem;margin:.4375rem;text-align:center}.become-customer .calculator-container .calculator-result-products .product .brutto,.become-customer .calculator-result-container .calculator-result-products .product .brutto,.become-customer .offer-container .calculator-result-products .product .brutto,section.content.price-history .product-switch__product .brutto{display:none}@media(min-width:1024px){.become-customer .calculator-container .calculator-result-products .product .brutto,.become-customer .calculator-result-container .calculator-result-products .product .brutto,.become-customer .offer-container .calculator-result-products .product .brutto,section.content.price-history .product-switch__product .brutto{display:inline}}.become-customer .calculator-container .calculator-result-products .product .star,.become-customer .calculator-result-container .calculator-result-products .product .star,.become-customer .offer-container .calculator-result-products .product .star,section.content.price-history .product-switch__product .star{display:inline;font-size:.5rem;vertical-align:top}@media(min-width:1024px){.become-customer .calculator-container .calculator-result-products .product .star,.become-customer .calculator-result-container .calculator-result-products .product .star,.become-customer .offer-container .calculator-result-products .product .star,section.content.price-history .product-switch__product .star{display:none}}.become-customer .calculator-container .calculator-result-products .product .product-name,.become-customer .calculator-result-container .calculator-result-products .product .product-name,.become-customer .offer-container .calculator-result-products .product .product-name,section.content.price-history .product-switch__product .product-name{margin-bottom:.1875rem}.become-customer .calculator-container .calculator-result-products .product .product-name span,.become-customer .calculator-result-container .calculator-result-products .product .product-name span,.become-customer .offer-container .calculator-result-products .product .product-name span,section.content.price-history .product-switch__product .product-name span{font-weight:900}.become-customer .calculator-container .calculator-result-products .product .product-info,.become-customer .calculator-result-container .calculator-result-products .product .product-info,.become-customer .offer-container .calculator-result-products .product .product-info,section.content.price-history .product-switch__product .product-info{font-size:.77em;margin-top:.1875rem}.become-customer .calculator-container .calculator-result-products .product .product-price,.become-customer .calculator-result-container .calculator-result-products .product .product-price,.become-customer .offer-container .calculator-result-products .product .product-price,section.content.price-history .product-switch__product .product-price{padding:5px 5px 5px 27px;position:relative;white-space:nowrap}.become-customer .calculator-container .calculator-result-products .product .product-price .number,.become-customer .calculator-result-container .calculator-result-products .product .product-price .number,.become-customer .offer-container .calculator-result-products .product .product-price .number,section.content.price-history .product-switch__product .product-price .number{font-weight:900}.become-customer .calculator-container .calculator-result-products .product .product-icon,.become-customer .calculator-result-container .calculator-result-products .product .product-icon,.become-customer .offer-container .calculator-result-products .product .product-icon,section.content.price-history .product-switch__product .product-icon{display:block;font-size:1.5em;height:1em;left:0;position:absolute;top:calc(50% - .5em);width:1em}.become-customer .calculator-container .calculator-result-products .mobility-product.product .product-icon svg,.become-customer .calculator-result-container .calculator-result-products .mobility-product.product .product-icon svg,.become-customer .offer-container .calculator-result-products .mobility-product.product .product-icon svg,section.content.price-history .mobility-product.product-switch__product .product-icon svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.become-customer .calculator-container .calculator-result-products .mobility-product.product .product-icon svg .fill,.become-customer .calculator-result-container .calculator-result-products .mobility-product.product .product-icon svg .fill,.become-customer .offer-container .calculator-result-products .mobility-product.product .product-icon svg .fill,section.content.price-history .mobility-product.product-switch__product .product-icon svg .fill{fill:#3f7906}.become-customer .calculator-container .calculator-result-products .mobility-product.product .product-icon svg .stroke,.become-customer .calculator-result-container .calculator-result-products .mobility-product.product .product-icon svg .stroke,.become-customer .offer-container .calculator-result-products .mobility-product.product .product-icon svg .stroke,section.content.price-history .mobility-product.product-switch__product .product-icon svg .stroke{stroke:#3f7906}@media(min-width:768px){.calculator-result-container{margin-top:0;max-width:368px;z-index:1}.calculator-result-container .error-wrapper{min-height:1.1875rem}}@media(min-width:1024px){.calculator-result-container{max-width:365px}.calculator-result-container .error-wrapper{min-height:3rem}}@media(min-width:1366px){.calculator-result-container{max-width:403px}}.calculator-result-container .show-on-gas-error,.calculator-result-container .show-onerror{display:none}.calculator-result-container.calculator-error .hide-onerror{display:none!important}.calculator-result-container.calculator-error .show-onerror,.calculator-result-container.gas-error .show-on-gas-error{display:block}.calculator-result-container .error-message{backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);background:#fff 0 0 no-repeat padding-box;border-radius:6px;box-shadow:0 3px 6px rgba(0,0,0,.16);color:#000;font-size:.8125rem;margin-bottom:.9375rem;max-width:20rem;opacity:.7;padding:15px}.calculator-result-container .calculator-result-top{font-size:.875em;margin:0 auto;position:relative}@media(min-width:768px){.calculator-result-container .calculator-result-top{margin:0}}.calculator-result-container .calculator-result-top .calculator-result-headline{background-color:#46712d;display:flex;flex-wrap:wrap;padding-bottom:2px;position:sticky;top:0;z-index:100}@media(min-width:768px){.calculator-result-container .calculator-result-top .calculator-result-headline{background:none;position:relative;top:auto}}.calculator-result-container .calculator-result-top .calculator-result-headline .result-text{display:flex;flex-wrap:nowrap}.calculator-result-container .calculator-result-top .calculator-result-headline .result-text .star{position:relative;top:7px}.calculator-result-container .calculator-result-top .calculator-result-headline .calculator-sum{margin-bottom:0;position:relative}.calculator-result-container .calculator-result-top .calculator-result-headline h3{align-self:flex-end;font-size:1.25rem;margin-bottom:.25rem;margin-left:.4375rem;white-space:nowrap}.calculator-result-container .calculator-result-top .calculator-result-discount-box{background-color:#a7bb63;color:#46712d;font-size:14px;font-size:.875rem;font-weight:700;margin-top:20px;padding:6px 10px;width:100%}.calculator-result-container .calculator-result-top .calculator-result-discount-box .discount-value{white-space:nowrap}.calculator-result-container .calculator-result-top .calculator-discount-placeholder{margin-bottom:-10px}.calculator-result-container .calculator-result-top .calculator-result-list{margin-bottom:1.5625rem}.calculator-result-container .calculator-result-top .calculator-result-list ul{padding-left:1.25rem}.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable{overflow:hidden;position:relative}.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable .more-details-label-wrapper{margin-right:15px;overflow:hidden}.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable .horizontal-line{background-color:transparent;display:block;overflow:hidden;width:200%}.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable .horizontal-line:after,.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable .horizontal-line:before{border-bottom:1px solid hsla(0,0%,100%,.5);content:"";display:inline-block;margin:0 .5em 0 -51%;vertical-align:middle;width:50%}.calculator-result-container .calculator-result-top .calculator-result-more-details .toggle-item-headline .selectable .horizontal-line:after{margin:0 -55% 0 .5em}.calculator-result-container .calculator-result-top .calculator-result-more-details table{margin-bottom:1.0625rem;width:100%}.calculator-result-container .calculator-result-top .calculator-result-more-details table th{text-align:right}.calculator-result-container .calculator-result-top .calculator-result-more-details table tr:not(:first-child){border-bottom:1px solid hsla(0,0%,100%,.33)}.calculator-result-container .calculator-result-top .calculator-result-more-details table tr:not(:first-child) td:not(:first-child){text-align:right;width:5.7em}.calculator-result-container .calculator-result-top .calculator-result-more-details table tr:last-child{font-weight:900}.calculator-result-container .calculator-result-top .calculator-result-more-details .summary tr:last-child{border-bottom:none}.calculator-result-container .calculator-result-top .calculator-result-more-details .pdf-download-wrapper{padding-left:1.25rem}.calculator-result-container .calculator-result-top .calculator-result-more-details .pdf-download-wrapper li{list-style-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi4zNDEiIGhlaWdodD0iMTQuOTAzIj48ZyBkYXRhLW5hbWU9IkdydXBwZSA4OTciPjxnIGZpbGw9IiNmZmYiIGRhdGEtbmFtZT0iR3J1cHBlIDg5NiI+PHBhdGggZD0iTTMuMzY4IDUuMzg0YTIgMiAwIDAgMCAuMjE2LjAxMyAxLjMgMS4zIDAgMCAwIC45MS0uMy45LjkgMCAwIDAgLjI1OC0uNjY1LjgyLjgyIDAgMCAwLS4zLS42NDkgMS4zNCAxLjM0IDAgMCAwLS44NTYtLjIyNCA1IDUgMCAwIDAtLjg1Ni4wNTh2Mi43NjRoLjYyOHYtMVptMC0xLjMxOGExIDEgMCAwIDEgLjI2Mi0uMDI1Yy4zMTYgMCAuNDk1LjE1NC40OTUuNDExIDAgLjI4Ny0uMjA4LjQ1Ny0uNTQ1LjQ1N2ExIDEgMCAwIDEtLjIxMi0uMDE3WiIgZGF0YS1uYW1lPSJQZmFkIDkzMyIvPjxwYXRoIGQ9Ik03LjEyOCA2LjA1NGExLjQyIDEuNDIgMCAwIDAgLjQ2NS0xLjEzNSAxLjI0IDEuMjQgMCAwIDAtLjQ3NC0xLjA1NiAxLjggMS44IDAgMCAwLTEuMTQ3LS4zIDYgNiAwIDAgMC0uODU2LjA1OHYyLjc1MmE1LjUgNS41IDAgMCAwIC43MTkuMDQyIDIgMiAwIDAgMCAxLjI5My0uMzYxTTUuNzUyIDQuMDc1YTEuMyAxLjMgMCAwIDEgLjI4Ny0uMDI1LjguOCAwIDAgMSAuODgxLjg5Ljg3Ljg3IDAgMCAxLS45NDguOTgxIDEgMSAwIDAgMS0uMjItLjAxM1oiIGRhdGEtbmFtZT0iUGZhZCA5MzQiLz48cGF0aCBkPSJNOC42MDUgNS4yNmgxLjAwNnYtLjUxNkg4LjYwNXYtLjY0aDEuMDc2VjMuNTlINy45Njl2Mi44aC42MzZaIiBkYXRhLW5hbWU9IlBmYWQgOTM1Ii8+PHBhdGggZD0iTTEuNzE4IDE0LjloOC45YTEuNzIgMS43MiAwIDAgMCAxLjcxOC0xLjcxOFYxLjcxOEExLjcyIDEuNzIgMCAwIDAgMTAuNjIzIDBoLTguOUExLjcyIDEuNzIgMCAwIDAgMCAxLjcxOHYxMS40NjZBMS43MiAxLjcyIDAgMCAwIDEuNzE4IDE0LjlNLjkzMSAxLjcxOGEuNzkuNzkgMCAwIDEgLjc4Ny0uNzg3aDguOWEuNzkuNzkgMCAwIDEgLjc4Ny43ODd2MTEuNDY2YS43OS43OSAwIDAgMS0uNzg3Ljc4N2gtOC45YS43OS43OSAwIDAgMS0uNzg3LS43ODdaIiBkYXRhLW5hbWU9IlBmYWQgOTM2Ii8+PHBhdGggZD0iTTIuMjEyIDkuMDExaDcuOTE3di45MzFIMi4yMTJ6IiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDU2NSIvPjxwYXRoIGQ9Ik0yLjIxMiAxMC4zODZoNy45MTd2LjkzMUgyLjIxMnoiIGRhdGEtbmFtZT0iUmVjaHRlY2sgNTY2Ii8+PHBhdGggZD0iTTIuMjEyIDExLjc2aDcuOTE3di45MzFIMi4yMTJ6IiBkYXRhLW5hbWU9IlJlY2h0ZWNrIDU2NyIvPjwvZz48L2c+PC9zdmc+)}.calculator-result-container .calculator-result-top .calculator-result-more-details .pdf-download-wrapper li a{vertical-align:top}.calculator-result-container .calculator-result-products{display:flex;flex-wrap:wrap;justify-content:center;margin:1.0625rem -.4375rem}.calculator-result-container .calculator-view-container{margin-top:.9375rem}@media(min-width:768px){.calculator-result-container .calculator-view-container{margin-top:0}}@media(min-width:1366px){.calculator-result-container .calculator-view-container{margin-left:auto;margin-right:0}}.calculator-result-container .button-wrapper{margin:0 auto;padding-bottom:30px;padding-top:16px;text-align:center}@media(min-width:768px){.calculator-result-container .button-wrapper{margin:0}}@media(min-width:1024px){.calculator-result-container .button-wrapper{text-align:left}}.calculator-result-container .hint-container{margin:0 auto}@media(min-width:1024px){.calculator-result-container .hint-container{margin-left:0;max-width:355px}}@media(min-width:1366px){.calculator-result-container .hint-container{max-width:100%}}.calculator-result-container .hint-container .hint{font-size:.625rem}.calculator-result-container .hint-container .hint.brutto{display:block}@media(min-width:1024px){.calculator-result-container .hint-container .hint.brutto{display:none}}.input.range-slider{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.875rem;padding-right:1.84375rem;padding-top:.875rem}@media screen and (min-width:340px){.input.range-slider{padding-right:2.6875rem}}@media(min-width:768px){.input.range-slider{padding-right:1.84375rem}}@media(min-width:1024px){.input.range-slider{padding-right:2.6875rem}}.input.range-slider .range-slider-value-group{align-items:flex-start;display:flex;flex:0 0 100%;flex-wrap:nowrap;justify-content:space-between;max-width:100%}.input.range-slider span.label{font-size:.9375em;line-height:1.1}.input.range-slider span.label .hint{font-size:.86667em}.input.range-slider input.label{padding:0}.input.range-slider .range-slider-value{border-bottom:2px solid #d8d8d8;display:inline-block;font-size:1rem;margin-right:-5px;position:relative;text-align:right;white-space:nowrap}@media screen and (min-width:340px){.input.range-slider .range-slider-value{margin-right:5px}}.input.range-slider .range-slider-value input{background-color:transparent;border:0;border-radius:0;color:#000;font-weight:600;min-width:35px;text-align:right;width:100%}.input.range-slider .range-slider-value:after{color:#000;content:attr(data-placeholder);font-weight:600}@media (-ms-high-contrast:none){.input.range-slider .range-slider-value ::-ms-backdrop,.input.range-slider .range-slider-value input{height:23px;margin-right:33px}}@media(min-width:768px){.input.range-slider .range-slider-value{font-size:1rem}}@media (-ms-high-contrast:none){.input.range-slider .calculator-input-label,.input.range-slider ::-ms-backdrop{font-size:1rem}.input.range-slider .calculator-input-label:after,.input.range-slider ::-ms-backdrop{height:23px}}.input.range-slider input[type=range]{-webkit-appearance:none;background:#000;height:1px;width:98%}.input.range-slider input[type=range]::-ms-tooltip{display:none}@supports(-ms-ime-align:auto){.input.range-slider input[type=range]{height:20px}}@media (-ms-high-contrast:none){.input.range-slider ::-ms-backdrop,.input.range-slider input[type=range]{height:69px;margin-bottom:-23px;margin-top:-11px}}.input.range-slider input[type=range]:focus{outline:none}.input.range-slider input[type=range]::-webkit-slider-runnable-track{cursor:pointer}.input.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#000;border:0 solid transparent;border-radius:15px;box-shadow:.9px .9px 1px transparent,0 0 .9px hsla(0,0%,5%,0);cursor:pointer;height:20px;width:20px}.input.range-slider input[type=range]::-moz-range-track{cursor:pointer}.input.range-slider input[type=range]::-moz-range-thumb{-moz-appearance:none;background:#000;border:0 solid transparent;border-radius:15px;box-shadow:.9px .9px 1px transparent,0 0 .9px hsla(0,0%,5%,0);cursor:pointer;height:20px;width:20px}.input.range-slider input[type=range]::-ms-track{cursor:pointer}.input.range-slider input[type=range]::-ms-fill-lower,.input.range-slider input[type=range]::-ms-fill-upper{background:#000;border:0 solid transparent;border-radius:0;box-shadow:0 0 0 transparent,0 0 0 hsla(0,0%,5%,0)}.input.range-slider input[type=range]::-ms-thumb{background:#000;border:0 solid transparent;border-radius:15px;box-shadow:.9px .9px 1px transparent,0 0 .9px hsla(0,0%,5%,0);cursor:pointer;height:20px;margin-top:0;width:20px}.input.range-slider input[type=range]:focus::-ms-fill-lower,.input.range-slider input[type=range]:focus::-ms-fill-upper{background:#000}@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm){.input.range-slider input[type=range]{position:relative;top:-3px}}@-moz-document url-prefix(){.input.range-slider input[type=range]{top:2px}}.input.range-slider .range-input-group{position:relative;top:3px;width:95%}.input.range-slider .range-input-group .range-input-result{background-color:#fff;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#000;font-size:.75rem;font-weight:700;height:20px;min-width:20px;padding:0 5px;position:absolute;right:-20px;text-align:center;top:2px;z-index:9}.input.range-slider .range-input-icon{display:inline-block;font-size:1.75em;position:absolute;right:-58px;top:-11px}section.banner .inner-container{margin-left:auto;margin-right:auto;position:relative;width:100%}section.banner .banner-image{width:100%}section.banner .banner-action{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}section.banner .banner-container{height:0;margin:0;padding-top:83.3333%;position:relative;width:100%}section.banner .banner-container iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}section.banner .banner-container:not(.mobile){display:none}@media(min-width:576px){section.banner .banner-container{padding-top:12.36264%}section.banner .banner-container:not(.mobile){display:block}section.banner .banner-container.mobile{display:none}}.acquisition-form .autocomplete.is-invalid main.main--aba-calculator input.calculator-input-group .calculator-input,main.main--aba-calculator .acquisition-form .autocomplete.is-invalid input.calculator-input-group .calculator-input,main.main--aba-calculator .calculator-input-group.is-invalid .calculator-input{border-color:#e60000}.acquisition-form .autocomplete.is-invalid main.main--aba-calculator input.calculator-input-group input::-moz-placeholder,main.main--aba-calculator .acquisition-form .autocomplete.is-invalid input.calculator-input-group input::-moz-placeholder,main.main--aba-calculator .calculator-input-group.is-invalid input::-moz-placeholder{color:#e60000;opacity:.5}.acquisition-form .autocomplete.is-invalid main.main--aba-calculator input.calculator-input-group input:-ms-input-placeholder,main.main--aba-calculator .acquisition-form .autocomplete.is-invalid input.calculator-input-group input:-ms-input-placeholder,main.main--aba-calculator .calculator-input-group.is-invalid input:-ms-input-placeholder{color:#e60000;opacity:.5}.acquisition-form .autocomplete.is-invalid main.main--aba-calculator input.calculator-input-group input::placeholder,main.main--aba-calculator .acquisition-form .autocomplete.is-invalid input.calculator-input-group input::placeholder,main.main--aba-calculator .calculator-input-group.is-invalid input::placeholder{color:#e60000;opacity:.5}main.main--aba-calculator .calculator-input-plz{width:auto}main.main--aba-calculator .calculator-input-plz input{min-width:33px;text-align:right}main.main--aba-calculator .calculator-result-column{background-color:#46712d}@media(min-width:768px){main.main--aba-calculator .calculator-result-column{background-color:transparent}}main.main--aba-calculator .calculator-content .calculator-input-amount-group{flex-wrap:nowrap}main.main--aba-calculator footer{background-color:#46712d;font-size:10px;padding:32px 15px;position:relative}main.main--aba-calculator footer .copyright{margin-bottom:17px}main.main--aba-calculator footer .nav-item{padding:5px 10px}main.main--aba-calculator footer .nav-item.copyright{font-weight:900}main.main--aba-calculator footer.calculator-footer .e-control-logo{display:inline;min-height:30px}@media(min-width:768px){main.main--aba-calculator footer{background-color:transparent;display:flex;justify-content:flex-end;margin-left:auto;margin-right:auto;max-width:638px}main.main--aba-calculator footer .nav-item{text-align:right}}@media(min-width:1024px){main.main--aba-calculator footer{max-width:980px}main.main--aba-calculator footer .copyright{margin-bottom:0;margin-right:17px}main.main--aba-calculator footer .navbar-nav{flex-direction:row}}@media(min-width:1366px){main.main--aba-calculator footer{max-width:1118px}}section.area.support-stage{overflow-x:hidden;padding-bottom:60px;position:relative}section.area.support-stage .icon-masked{background:#46712d;height:100%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}@media(min-width:1366px){section.area.support-stage .container{max-width:1320px}}section.area.support-stage .heading{color:#fff;font-size:2.1875rem;font-weight:700;line-height:2.625rem;margin-top:0;padding-top:32px;text-align:center}@media(min-width:1024px){section.area.support-stage .heading{font-size:45px;line-height:1.1;margin-bottom:12px;padding-top:80px}}section.area.support-stage .teaser{color:#fff;font-size:.9375rem;font-weight:400;line-height:1.4;margin-inline:auto;margin-bottom:24px;max-width:400px;text-align:center}section.area.support-stage .search-form{margin-inline:auto;margin-bottom:24px;max-width:500px;position:relative;width:100%}@media(min-width:1024px){section.area.support-stage .search-form{margin-bottom:56px}}section.area.support-stage .form-control{border:0;height:52px;padding-right:50px;transition:background .2s}section.area.support-stage .form-control:focus,section.area.support-stage .form-control:hover{background:#fff}section.area.support-stage .btn-search{background:#46712d;border:none;border-radius:50%;bottom:0;color:#fff;display:grid;height:44px;margin:auto;place-content:center;position:absolute;right:4px;top:0;transition:background .2s;width:44px}section.area.support-stage .btn-search:hover{background:#46712d}section.area.support-stage .list{border:1px solid #46712d;border-radius:1rem;display:flex;flex-direction:column;overflow:hidden}@media(min-width:1024px){section.area.support-stage .list{border:none;border-radius:0;display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-24px;margin-right:-24px}section.area.support-stage .list-item{flex:0 0 33.33333333%;max-width:33.33333333%;padding:0 .75rem 1.5rem}}section.area.support-stage .list-item:not(:first-of-type) .list-item-inner{border-top:1px solid #46712d}@media(min-width:1024px){section.area.support-stage .list-item:not(:first-of-type) .list-item-inner{border:0}}section.area.support-stage .list-item-inner{align-items:center;background:#fff;display:flex;gap:1rem;height:4rem;padding:1rem 1.5rem;position:relative;transition:transform .2s,background .2s}@media(min-width:1024px){section.area.support-stage .list-item-inner{align-items:flex-end;border-radius:16px;box-shadow:0 1px 18px 0 rgba(0,0,0,.08);min-height:9.625rem}}section.area.support-stage .icon-wrapper{flex-shrink:0;height:24px;width:24px}@media(min-width:1024px){section.area.support-stage .icon-wrapper{height:2.5rem;left:1.5rem;position:absolute;top:1rem;width:2.5rem}}section.area.support-stage .icon-wrapper img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}section.area.support-stage .text{color:#46712d;font-size:.9375rem;font-weight:700;line-height:1.2}@media(min-width:1024px){section.area.support-stage .text{font-size:1.5rem}}section.area.support-stage .icon-right{color:#000;display:grid;flex-shrink:0;height:1.5rem;margin-left:auto;padding:.25rem;place-content:center;transition:transform .2s;width:1.5rem}section.area.support-stage .list-item-inner:focus,section.area.support-stage .list-item-inner:hover{background:#fff}section.area.support-stage .list-item-inner:focus .icon-right,section.area.support-stage .list-item-inner:hover .icon-right{transform:translateX(5px)}@media(min-width:1024px){section.area.support-stage .list-item-inner:focus,section.area.support-stage .list-item-inner:hover{transform:scale(102%)}}section.content.contact-box{text-align:left}section.content.contact-box .container{display:flex;flex-direction:column;gap:2rem}section.content.contact-box .text-wrapper{text-align:center}section.content.contact-box .text-content{margin:auto;max-width:31.6875rem}section.content.contact-box .cards{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;width:100%}section.content.contact-box .card{align-items:flex-start;align-self:stretch;background:#fff;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:24px}section.content.contact-box .card-mail{flex:1 0 0}section.content.contact-box .card__icon{color:#46712d;height:42px;margin-bottom:42px;width:42px}section.content.contact-box .card__row{align-items:flex-end;align-self:stretch;display:flex;flex-wrap:wrap;height:100%;justify-content:space-between}section.content.contact-box .card-hotline{flex:0 0 100%;height:100%;max-width:100%}@media(min-width:1024px){section.content.contact-box .card-hotline{flex:0 0 33%;max-width:33%}}section.content.contact-box .card-hotline__inner{display:flex;flex-direction:column;justify-content:space-between}@media(min-width:1024px){section.content.contact-box .card-hotline__inner{height:124px}}section.content.contact-box .card__col{align-items:flex-start;display:flex;flex:0 0 100%;flex-direction:column;justify-content:space-between;max-width:100%}section.content.contact-box .card__col:first-child{margin-bottom:42px}@media(min-width:1024px){section.content.contact-box .card__col{flex:none;height:124px}section.content.contact-box .card__col:first-child{margin-bottom:0}}section.content.contact-box .card-hotline__number{font-size:1.125rem}section.content.contact-box .card__content .et-button{margin-top:24px}section.content.contact-box .card__content h3{color:#46712d;font-size:24px;font-weight:700}.support-faq main{overflow-x:hidden}.support-faq section.area{padding-bottom:8px;position:relative}@media(min-width:1024px){.support-faq section.area{overflow:hidden}}.support-faq section.area .heading{color:#fff;font-size:2.1875rem;font-weight:700;line-height:2.625rem;margin-top:0;padding-top:32px;text-align:center}@media(min-width:1024px){.support-faq section.area .heading{font-size:45px;line-height:1.1;padding-top:80px}}.support-faq section.area .teaser{color:#fff;font-size:.9375rem;font-weight:400;line-height:1.4;margin-inline:auto;margin-bottom:16px;max-width:400px;text-align:center}.support-faq section.area .search-form{margin-inline:auto;margin-bottom:48px;max-width:500px;position:relative;width:100%}.support-faq section.area .form-control{border:0;height:52px;padding-right:50px;transition:background .2s}.support-faq section.area .form-control:focus,.support-faq section.area .form-control:hover{background:#ebebeb}.support-faq section.area .btn-search{background:#46712d;border:none;border-radius:50%;bottom:0;color:#fff;display:grid;height:44px;margin:auto;place-content:center;position:absolute;right:4px;top:0;transition:background .2s;width:44px}.support-faq section.area .btn-search:hover{background:#46712d}.support-faq section.area .clear-x{bottom:0;color:#46712d;cursor:pointer;margin:auto;position:absolute;right:16px;top:0;width:20px}.support-faq .col-sidebar{flex:0 0 100%;margin-bottom:48px;max-width:100%;padding:0 16px}@media(min-width:1024px){.support-faq .col-sidebar{flex:0 0 33.33333333%;margin-bottom:0;max-width:33.33333333%;padding:0 32px 0 16px}}.support-faq .col-main{flex:0 0 100%;max-width:100%;padding:0 16px}@media(min-width:1024px){.support-faq .col-main{flex:0 0 66.66666667%;max-width:66.66666667%;padding:0 16px 0 32px}}.support-faq .icon-wrapper{flex-shrink:0;height:24px;width:24px}.support-faq .icon-masked{background:#46712d;height:100%;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:100%}.support-faq .btn-select-category{align-items:center;background:#46712d;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:0 16px;line-height:1.2;margin-bottom:4px;min-height:68px;padding:16px 24px;width:100%}@media(min-width:1024px){.support-faq .btn-select-category{display:none}}.support-faq .btn-select-category.active,.support-faq .btn-select-category:hover{background:#46712d}.support-faq .btn-select-category .icon-masked{background:#fff}.support-faq .btn-select-category .icon-right{margin-left:auto;transition:transform .2s}.support-faq .btn-select-category.active .icon-right{transform:rotate(180deg)}.support-faq .faq-sidebar-expander{border:0 solid #46712d;border-radius:1rem;display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .2s;transition:grid-template-rows .2s,-ms-grid-rows .2s}@media(min-width:1024px){.support-faq .faq-sidebar-expander{border-width:1px;grid-template-rows:1fr}}.support-faq .faq-sidebar-expander.active{border-width:1px;grid-template-rows:1fr}.support-faq .faq-sidebar{list-style:none;margin:0;min-height:0;overflow:hidden;padding:0}.support-faq .faq-sidebar li:not(:first-child){border-top:1px solid #46712d}.support-faq .faq-sidebar li{align-items:center;color:#000;cursor:pointer;display:flex;font-weight:700;gap:0 16px;line-height:1.2;min-height:68px;padding:16px 24px}.support-faq .faq-sidebar li.active,.support-faq .faq-sidebar li:hover{background:#46712d;color:#fff}.support-faq .faq-sidebar li.active .icon-masked,.support-faq .faq-sidebar li:hover .icon-masked{background:#fff}.support-faq .faq-main{color:#000}.support-faq .faq-main .heading{color:#46712d;font-size:32px;font-style:normal;font-weight:800;line-height:1.2;margin-bottom:24px}@media(min-width:1024px){.support-faq .faq-main .heading{font-size:35px}}.support-faq .faq-main .faq-list{list-style:none;margin:0;padding:0}.support-faq .faq-main .faq-information,.support-faq .faq-main .faq-question{font-size:15px;font-weight:700;line-height:1.4;padding:16px 0}.support-faq .faq-main .faq-question{align-items:center;border-bottom:1px solid transparent;color:#000;cursor:pointer;display:flex;gap:12px;transition:all .2s ease-in-out}.support-faq .faq-main .faq-question .icon-right{margin-left:auto;transform:rotate(180deg);transition:all .2s ease-in-out}.support-faq .faq-main .faq-question.collapsed{border-bottom-color:#46712d}.support-faq .faq-main .faq-question.collapsed .icon-right{margin-left:auto;transform:rotate(0deg)}.support-faq .faq-main .faq-answer-inner{align-items:flex-start;display:flex;flex-direction:column}.support-faq .faq-main .faq-answer-inner>*{margin-bottom:24px}.support-faq .faq-main .faq-answer-inner .text-content>:last-child{margin-bottom:0}.support-faq .faq-main .faq-answer-inner img{max-width:343px}.support-faq blockquote{border-left:2px solid #46712d;padding-left:16px}.support-faq .faq-answer__cta-title{font-weight:600;margin-bottom:16px}.switch-button{margin:auto}.switch-button .switch-button__item{height:2.25rem;margin:0;width:154px}.switch-button .switch-button__item .radio-control{align-content:center;border-radius:0;cursor:pointer;display:inline-block;position:relative;text-align:center}.switch-button .switch-button__item .radio-name{display:inline-block;font-size:15px;width:100%}.switch-button .switch-button__item:first-child .radio-control{border-bottom-left-radius:1.125rem;border-top-left-radius:1.125rem}.switch-button .switch-button__item:last-child .radio-control{border-bottom-right-radius:1.125rem;border-top-right-radius:1.125rem}.switch-button .switch-button__item input:checked+.radio-control{background-color:#46712d;border-color:#46712d;color:#fff}.switch-button .switch-button__item input:checked+.radio-control .radio-icon svg .fill{fill:#46712d}.switch-button .switch-button__item input:checked+.radio-control .radio-icon svg .stroke{stroke:#46712d}section.content.contact{text-align:left}section.content.contact .contact-header{flex:0 0 100%;padding-bottom:2.375rem}section.content.contact .contact-header .text-wrapper{display:flex;flex-flow:column;height:100%;justify-content:center}section.content.contact .contact-header .text-wrapper p:last-child{margin-bottom:0}section.content.contact .contact-items .contact-item{display:flex;flex-basis:auto;padding-top:1.6875rem;text-align:left}section.content.contact .contact-items .contact-item:first-child{padding-top:0}section.content.contact .contact-items .contact-item .image-wrapper{align-items:center;display:inline-flex;justify-content:center}section.content.contact .contact-items .contact-item .image-wrapper img{height:2.1875rem;width:2.1875rem}section.content.contact .contact-items .contact-item .text-wrapper{margin-left:.9375rem}section.content.contact .contact-items .contact-item .text-wrapper .title{font-weight:700}@media(min-width:768px){section.content.contact .contact-header{flex:0 0 50%;max-width:50%;padding-bottom:0}section.content.contact .contact-items{margin-left:5.25rem}section.content.contact .contact-items .contact-item:first-child{padding-top:0}}section.content.contact-box section.content.contact.card .text-wrapper .title a,section.content.contact.component-theme-default .text-wrapper .title a,section.content.contact.component-theme-grey .text-wrapper .title a,section.content.contact.component-theme-white .text-wrapper .title a{color:#000}section.content.contact-box section.content.contact.card .text-wrapper .title a:hover,section.content.contact.component-theme-default .text-wrapper .title a:hover,section.content.contact.component-theme-grey .text-wrapper .title a:hover,section.content.contact.component-theme-white .text-wrapper .title a:hover{color:#46712d}@media(min-width:1024px){section.content.contact{text-align:center}section.content.contact .contact-header{flex:0 0 100%;max-width:100%;padding-bottom:2.375rem}section.content.contact .contact-header .text-wrapper{margin-left:25%;width:50%}section.content.contact .contact-items{justify-content:center;margin-left:0}section.content.contact .contact-items .contact-item{flex:0 0 auto;flex-flow:column;padding-top:0;text-align:center;width:14.5rem}section.content.contact .contact-items .contact-item .image-wrapper{height:50px;width:auto}section.content.contact .contact-items .contact-item .text-wrapper{margin-left:0;margin-top:2.1875rem}section.content.contact .contact-items .contact-item .text-wrapper .title{font-weight:700}}section.content.contact{overflow:hidden}section.content.contact .container>.cc-row,section.content.contact .container>.row{align-items:flex-start}section.content.contact .contact-header{margin:auto;padding:40px 15px 110px}section.content.contact .contact-header .text-wrapper{min-height:202px;position:relative}section.content.contact .contact-header .text-wrapper:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MDguNzMgMzA5LjkiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMC4zNiAtMTI5LjgxKSI+PHBhdGggZD0iTTEyMC4zNiAxMjkuODFoNjA4LjczdjMwOS45SDEyMC4zNnoiIHN0eWxlPSJmaWxsOm5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBzdHlsZT0iY2xpcC1wYXRoOnVybCgjYSkiPjxwYXRoIGQ9Ik03MjEuNDYgMjczLjk0YzkuNDIgMjkuMzEgMTAuOCAyOS4yMi4yOCA2MC41LTcuNTQgMjIuMzktNDcuNDUgNDguNzMtMTI0LjI2IDU1Ljc0LTYyLjYgNS43Mi0xNTAuMzMgNTguNTgtMjIwLjk0IDQ4LjE4LTU3LjcyLTguNS0xMzIuNDItNTMuMjktMTQzLjc0LTgzLjQ1czU0LjM4LTkuNiA1MS4yMi00MC42My0zLjU3LTIyLjEtMi4xOC0zMS43Mi0zLjQ3LTQzLjY1IDMwLjExLTQ5IDEyNS0yMi43MSAxOTUuNzktMjUuNDggMTA3LjE4LS4yNiAxMjYuODcgMS44IDc3LjQzIDM0LjcyIDg2Ljg1IDY0IiBzdHlsZT0iZmlsbDojNDY3MTJkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwLjM2IC0xMjkuODEpIi8+PHBhdGggZD0iTTYzMi4xNyAyNzMuOTRjOS40MiAyOS4zMSAxMC44IDI5LjIyLjI3IDYwLjUtNy41MyAyMi4zOS00Ny40NCA0OC43Mi0xMjQuMjUgNTUuNzQtNjIuNjEgNS43Mi0xNTAuMzQgNTguNTgtMjIwLjk0IDQ4LjE4LTU3LjcyLTguNS0xMzIuNDItNTMuMjktMTQzLjc1LTgzLjQ1czU0LjM4LTkuNiA1MS4yMy00MC42My0zLjU4LTIyLjEtMi4xOC0zMS43Mi0zLjQ4LTQzLjY1IDMwLjExLTQ5IDEyNS0yMi43MSAxOTUuNzgtMjUuNDggMTA3LjE4LS4yNiAxMjYuODcgMS44IDc3LjQ0IDM0LjcyIDg2Ljg2IDY0IiBzdHlsZT0iZmlsbDojYTdiYjYzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwLjM2IC0xMjkuODEpIi8+PHBhdGggZD0iTTY3NC43MiAyMTRjMTAuNzMgMzYuNzgtMS44MSAxMDUuMzgtMjEgMTI2cy00My44NSAzMC41MS0xMjQuODcgMzcuNTZjLTc4LjM4IDYuODItMTM4LjI4IDM2LjYyLTIxNi40NSAzNC43MXMtMTIyLjE5LTIxLjczLTE0Mi02MS4xMWMtMTYuNzktMzMuNDItNDcuMTYtMzguMTgtNDkuMjctNzYuNjhzLS42My01Ni4xMyA5LjMzLTcwLjQyYzEyLjYyLTE4LjEgMjcuMTItNDYuNyA3Mi4xLTY2LjM1IDQ1LjM0LTE5LjgxIDQ5Ljc1IDMuOTIgMTQ2IDQuOTJzMjI2IDE0LjQ2IDI1Mi42IDE4LjIzUzY2NCAxNzcuMTkgNjc0LjcyIDIxNCIgc3R5bGU9ImZpbGw6IzAwNTY3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMC4zNiAtMTI5LjgxKSIvPjwvZz48L3N2Zz4=) 50% no-repeat;background-position-x:80%;background-size:auto 100%;content:"";height:calc(100% + 150px);left:-90px;position:absolute;right:-90px;top:-40px;z-index:-1}section.content.contact .contact-header .text-wrapper:after{background:url(../../../assets/images/landscape.c24d1b9.svg) 50% no-repeat;background-size:contain;bottom:-112px;content:"";height:112px;position:absolute;right:0;width:203px}section.content.contact .contact-items-wrapper{color:#46712d;height:327px;margin:60px auto 0;max-width:470px;padding-top:110px;position:relative}section.content.contact .contact-items-wrapper:before{background:url(../../../assets/images/landscape_bubble.2973a2b.png) 50% no-repeat;background-size:auto 100%;content:"";height:327px;left:-62px;position:absolute;top:0;width:calc(100% + 124px);z-index:-1}section.content.contact .contact-items-wrapper:after{background:url(../../../assets/images/signet.0ee01a5.svg) 50% no-repeat;background-size:contain;bottom:-48px;content:"";height:138px;position:absolute;right:-4px;width:142px}section.content.contact .contact-items{background-color:#fff;border-radius:5px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);flex-wrap:nowrap;font-size:14px;font-size:.875rem;margin:0 0 0 auto;max-width:375px;padding:0 10px;width:100%}section.content.contact .contact-items .contact-item{flex-direction:column;padding:.4em 0;text-align:center;width:9em}section.content.contact .contact-items .contact-item:first-child{padding:.4em 0}section.content.contact .contact-items .contact-item .text-wrapper{margin:5px 0}section.content.contact .contact-items .contact-item .text-wrapper .title a{color:#46712d}@media screen and (min-width:375px){section.content.contact .contact-items{font-size:15px;font-size:.9375rem}}@media(min-width:768px){section.content.contact .contact-header{flex:0 0 100%;height:402px;max-width:100%;padding:0 15px}section.content.contact .contact-header .text-wrapper{display:inline-block;padding-top:58px}section.content.contact .contact-header .text-wrapper:before{background-position:50%;background-size:100% auto;height:401px;left:-80px;right:-100px;top:0}section.content.contact .contact-header .text-wrapper:after{bottom:0;right:-42px}section.content.contact .contact-items-wrapper{height:352px;max-width:100%}section.content.contact .contact-items-wrapper:before{height:100%;left:0;width:100%}section.content.contact .contact-items-wrapper:after{bottom:-24px;right:-10px}section.content.contact .contact-items{margin-right:42px;max-width:100%;width:-moz-fit-content;width:fit-content}}@media(min-width:1024px){section.content.contact .contact-header{height:368px}section.content.contact .contact-header .text-wrapper{margin:auto;padding-top:46px;text-align:left;width:540px}section.content.contact .contact-header .text-wrapper:before{height:368px}section.content.contact .contact-header .text-wrapper:after{bottom:-8px;right:-52px}section.content.contact .contact-items-wrapper{height:397px;max-width:720px;padding-top:154px}section.content.contact .contact-items{margin-right:68px}}@media(min-width:1366px){section.content.contact .contact-header{flex:0 0 50%;height:347px;margin:0;max-width:50%;text-align:left;z-index:1}section.content.contact .contact-header .text-wrapper{margin:0;text-align:left;width:500px}section.content.contact .contact-header .text-wrapper:before{height:347px}section.content.contact .contact-header .text-wrapper:after{bottom:-12px}section.content.contact .contact-items-wrapper{height:401px;margin:0;max-width:100%;padding-top:154px}section.content.contact .contact-items-wrapper:before{left:auto;right:15px;width:728px}section.content.contact .contact-items-wrapper:after{bottom:10px;right:-40px}section.content.contact .contact-items{margin-right:60px}}footer{padding-top:3.75rem}footer .footer-column{flex:0 0 50%;margin-bottom:1.125rem;max-width:50%}footer .footer-column ul{margin:0;padding:0}footer .footer-column ul li{list-style:none}footer .footer-column ul li a{color:#fff;font-weight:400;text-decoration:none}footer .footer-brand{font-weight:300;padding-bottom:2.5rem;padding-top:2.5rem}footer .footer-brand .footer-copyright{color:#fff;white-space:nowrap}footer .footer-brand .footer-logo{justify-self:flex-end;margin-bottom:30px;text-align:right;top:4px}footer .footer-brand .footer-logo img{height:.9375rem}@media(min-width:768px){footer .footer-column{flex:0 0 25%;max-width:25%}}footer:not(.app-footer){background-color:#6b6b6b;color:#fff;padding-top:0;position:relative}footer:not(.app-footer) .footer-sitemap{justify-content:space-between}footer:not(.app-footer) .footer-column{flex:0 0 100%;margin:0;max-width:100%;padding-bottom:50px;padding-top:50px}footer:not(.app-footer) .footer-column:not(:first-child){border-top:1px solid #fff}footer:not(.app-footer) .footer-brand{border-top:1px solid #fff;text-align:center}@media(min-width:576px){footer:not(.app-footer) .container{margin:0;max-width:100%;padding:0}footer:not(.app-footer) .row,footer:not(.app-footer) section.content .cc-row,section.content footer:not(.app-footer) .cc-row{margin:0}footer:not(.app-footer) .footer-column .column-wrapper{margin:0 auto;max-width:570px;padding-left:15px;padding-right:15px}}@media(min-width:768px){footer:not(.app-footer){padding-top:60px}footer:not(.app-footer) .container{border-top:1px solid #fff}footer:not(.app-footer) .footer-brand .col,footer:not(.app-footer) .footer-brand section.content .cc-row .cc-column,footer:not(.app-footer) .footer-sitemap,section.content .cc-row footer:not(.app-footer) .footer-brand .cc-column{margin:0 auto;max-width:638px}footer:not(.app-footer) .footer-column .column-wrapper{margin:0;max-width:100%;padding:0}footer:not(.app-footer) .footer-sitemap{padding-bottom:50px;padding-top:50px}footer:not(.app-footer) .footer-column{flex:0 0 33.33333%;max-width:33.33333%;padding-bottom:0;padding-top:0}footer:not(.app-footer) .footer-column:not(:first-child){border-top:none}}@media(min-width:1024px){footer:not(.app-footer) .footer-brand .col,footer:not(.app-footer) .footer-brand section.content .cc-row .cc-column,footer:not(.app-footer) .footer-sitemap,section.content .cc-row footer:not(.app-footer) .footer-brand .cc-column{max-width:980px}}@media(min-width:1366px){footer:not(.app-footer) .footer-brand .col,footer:not(.app-footer) .footer-brand section.content .cc-row .cc-column,footer:not(.app-footer) .footer-sitemap,section.content .cc-row footer:not(.app-footer) .footer-brand .cc-column{max-width:1118px}}section.content.mgm{padding:0;position:relative}section.content.mgm input{background:#fff 0 0 no-repeat padding-box;border:1px solid #bfbfbf;border-radius:2em;color:#000;height:43px;max-width:22rem;padding:0 1.5625rem;width:100%}.acquisition-form .autocomplete.is-invalid section.content.mgm input,section.content.mgm .acquisition-form .autocomplete.is-invalid input,section.content.mgm input.is-invalid{border-color:#e60000;color:#e60000}section.content.mgm .input-wrapper{padding-top:3.75rem}section.content.mgm .input-wrapper form{padding-top:20px}section.content.mgm .input-wrapper form .input-group{margin-bottom:.5rem}section.content.mgm .input-wrapper .text-wrapper{flex:0 0 100%;max-width:100%;padding-bottom:4.6875rem}section.content.mgm .input-wrapper:not(.text-order-above) .text-wrapper{padding-bottom:3.75rem;padding-top:2.8125rem}section.content.mgm .result-wrapper{padding-bottom:3.75rem;padding-top:3.75rem;text-align:center}section.content section.content.mgm .result-wrapper .actions.cc-row,section.content.mgm .result-wrapper .row.actions,section.content.mgm .result-wrapper section.content .actions.cc-row{justify-content:space-around}section.content.mgm .result-wrapper .result-action{align-items:center;display:flex;flex:0 0 100%;flex-flow:column;max-width:19.5rem;padding-top:1.75rem}section.content.mgm .result-wrapper .result-action .button-wrapper{margin-top:auto;width:100%}section.content.mgm .result-wrapper .result-action .button-wrapper a{max-width:13.75em;width:100%}section.content.mgm .result-wrapper .result-action .message-wrapper{margin-top:15px}section.content.mgm .result-wrapper .result-action .message-wrapper .copy-success{border-radius:6px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);max-width:13.75rem;padding:15px}section.content.mgm .result-wrapper .result-icon{max-height:3.125rem;max-width:3.125rem}section.content.mgm .result-wrapper .text-content{margin-top:1.875rem;max-width:19.5rem}@media(min-width:768px){section.content.mgm .input-wrapper .cc-row{justify-content:flex-end}section.content.mgm .input-wrapper .text-wrapper{flex:0 0 50%;max-width:50%;min-height:20.8125rem;padding-bottom:3.75rem}section.content.mgm .input-wrapper:not(.text-order-above) .text-wrapper{padding-top:0}section.content.mgm .result-wrapper{padding-bottom:1.875rem}section.content.mgm .result-wrapper .result-action{flex:0 0 50%}section.content.mgm .result-wrapper .result-action .message-wrapper{min-height:3.75rem}}@media(min-width:1024px){section.content section.content.mgm .result-wrapper .actions.cc-row,section.content.mgm .result-wrapper .row.actions,section.content.mgm .result-wrapper section.content .actions.cc-row{justify-content:center}section.content.mgm .result-wrapper .result-action{margin-left:3.125rem;margin-right:3.125rem;padding-top:1.75rem}}section.content.mgm .frc-banner a,section.content.mgm .frc-banner a:hover{color:#222}section.content.mgm .image-wrapper{align-items:flex-start;justify-content:flex-end;max-height:100%;min-height:20.8125rem;overflow:hidden;position:relative}section.content.mgm .image-wrapper img{bottom:50%;height:20.8125rem;position:absolute;right:50%;transform:translate(50%,50%)}@media(min-width:768px){section.content.mgm .image-wrapper{bottom:0;left:0;position:absolute;right:50%}section.content.mgm .image-wrapper img{bottom:0;right:0;transform:translate(0)}}section.content.mgm .input-wrapper{position:relative}section.content.mgm .input-wrapper.text-order-above .cc-row{justify-content:flex-start}section.content.mgm .image-wrapper img{height:auto;min-height:100%;min-width:100%}section.content.mgm .input-wrapper:not(.text-order-above) .image-wrapper{margin-top:-60px}section.content.mgm .result-wrapper .et-button-primary{background:#a7bb63}@media(min-width:768px){section.content.mgm .image-wrapper{top:0}section.content.mgm .image-wrapper img{bottom:50%;right:50%;transform:translate(50%,50%)}section.content.mgm .input-wrapper.text-order-left:not(.text-order-above) .cc-row{justify-content:flex-start}section.content.mgm .input-wrapper.text-order-above:not(.text-order-left) .cc-row{justify-content:flex-end}section.content.mgm .input-wrapper.text-order-left .image-wrapper{left:52%;right:0}section.content.mgm .input-wrapper:not(.text-order-left) .image-wrapper{right:52%}section.content.mgm .input-wrapper:not(.text-order-above) .image-wrapper{margin-top:0}}.stage-slider-container{margin-bottom:0;overflow:hidden;padding-bottom:0;padding-top:0;position:relative}.stage-slider-container .hide-on-mobile,.stage-slider-container .oegsv-icon-container{display:none}.stage-slider-container .stage-slider{display:flex;flex-wrap:wrap}.stage-slider-container .stage-slider>.col,.stage-slider-container section.content .cc-row .stage-slider>.cc-column,section.content .cc-row .stage-slider-container .stage-slider>.cc-column{margin:0;padding:0}.stage-slider-container .stage-item{height:100%}.stage-slider-container .stage-item .row-content{align-items:center}.stage-slider-container .stage-item .row-content>.col,.stage-slider-container .stage-item section.content .cc-row .row-content>.cc-column,section.content .cc-row .stage-slider-container .stage-item .row-content>.cc-column{flex:0 0 100%;max-width:100%}.stage-slider-container .stage-item .background-image{bottom:0;height:390px;left:0;overflow:hidden;position:absolute}.stage-slider-container .stage-item .background-image img{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate(-50%,-50%)}.stage-slider-container .stage-item .col-calculator{order:13;padding-bottom:15px}.stage-slider-container .stage-item .col-text{align-items:center;display:flex}.stage-slider-container .stage-item .col-text h2{font-size:2.1875rem}.stage-slider-container .stage-item .col-text .text-container .stoerer-wrapper{display:none}.stage-slider-container .stage-item .col-text .text-container .stoerer-wrapper .stoerer{float:right}.stage-slider-container .tns-nav{bottom:2rem;left:0;position:absolute;right:0;text-align:center;z-index:1}.stage-slider-container .tns-nav button{background-color:#fff;border:0;border-radius:5px;height:10px;margin-right:9px;width:10px}.stage-slider-container .tns-nav button.tns-nav-active{width:24px}@media(min-width:768px){.stage-slider-container .hide-on-mobile{display:block}.stage-slider-container .oegsv-icon-container{display:block;height:100%;position:absolute}.stage-slider-container .oegsv-icon-container .oegsv-icons{bottom:0;display:flex;left:calc(50% - 319px);padding-left:15px;position:absolute;z-index:10}.stage-slider-container .oegsv-icon-container .oegsv-icons img{height:37px;margin:0 1rem 1rem 0}.stage-slider-container .stage-item .background-image{height:100%;width:calc(50% - 50px)}.stage-slider-container .stage-item .row-content{height:30.6875rem}.stage-slider-container .stage-item .row-content>.col,.stage-slider-container .stage-item section.content .cc-row .row-content>.cc-column,section.content .cc-row .stage-slider-container .stage-item .row-content>.cc-column{flex:0 0 50%;max-width:50%}.stage-slider-container .stage-item .col-calculator{order:0;padding-bottom:0}.stage-slider-container .stage-item .col-calculator .calculator-view-container{margin-left:auto;margin-right:auto;width:18.5rem}.stage-slider-container .stage-item .col-text .stoerer-wrapper{display:block;left:23.75rem;position:absolute;top:27.5rem}}@media(min-width:1024px){.stage-slider-container .oegsv-icon-container .oegsv-icons{left:calc(50% - 421px);padding:0}.stage-slider-container .oegsv-icon-container .oegsv-icons img{height:3rem;margin:0 1rem 1.125rem 0}.stage-slider-container .stage-item .background-image{width:calc(50% - 100px)}.stage-slider-container .stage-item .col-calculator .calculator-view-container{width:22rem}.stage-slider-container .stage-item .col-text .stoerer-wrapper{left:28.75rem;top:31.25rem}}@media(min-width:1366px){.stage-slider-container .oegsv-icon-container .oegsv-icons{bottom:47px;flex-direction:column;left:50px;right:auto}.stage-slider-container .oegsv-icon-container .oegsv-icons img{height:54px;margin:1rem 0 0}.stage-slider-container .stage-item .background-image{width:calc(50% - 140px)}.stage-slider-container .stage-item .stoerer-wrapper{left:35.5rem;top:23.75rem}}body.author .stage-slider-container{margin-top:0}body.author .stage-slider-container .tns-nav{position:relative}body.author .stage-slider-container .tns-nav button{border:1px solid #707070}.stage-slider-container .stage-item .h1,.stage-slider-container .stage-item .h1 .mark{color:#fff}.stage-slider-container .stage-item .col-text{align-self:center;flex-direction:column;font-size:15px;font-size:.9375rem;margin:40px auto}.stage-slider-container .stage-item .col-text .topic,.stage-slider-container .stage-item .col-text h2{font-size:24px;font-size:1.5rem}.stage-slider-container .stage-item .col-text .topic{position:relative;white-space:nowrap;width:100%;z-index:1}.stage-slider-container .stage-item .col-text .topic:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MjUuMTUgNzkuMjUiPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjAzIC01Ny40NSkiPjxwYXRoIGQ9Ik0xNi4wMyA1Ny40NWg1MjUuMTV2NzkuMjVIMTYuMDN6IiBzdHlsZT0iZmlsbDpub25lIi8+PC9jbGlwUGF0aD48L2RlZnM+PGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI2EpIj48cGF0aCBkPSJNNTM3LjYgNzguMjljMTMuOTEgMTEuNS0xMS4zNCA2NS4wNy05OC41MyA1Ny43Mi02Ny4zMy01LjY3LTIyNi45MSAyLjUxLTMwNi01LjY0LTY0LjY0LTYuNjctMTE1Ljc1LTEwLTExNy0yNS40OHM2MS42OC0zMi44MiAxMDAtMzRTMjA4IDU1Ljk0IDI4OC4yMyA1Ny41OXMxMzcuOTQgMi43IDE2MCA0LjU2IDcyLjEgMS44NSA4OS4zNyAxNi4xNCIgc3R5bGU9ImZpbGw6I2E3YmI2MyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE2LjAzIC01Ny40NSkiLz48L2c+PC9zdmc+) 40% 50% no-repeat;background-size:auto 100%;bottom:-17px;content:"";left:-100px;position:absolute;right:-100px;top:-18px;z-index:-1}.stage-slider-container .stage-item .col-text .text-container{margin-top:-12px;padding-top:30px;position:relative}.stage-slider-container .stage-item .col-text .text-container:before{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MzkuNDcgMjY2Ljc3Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMi41MiAtNzEuNTcpIj48cGF0aCBkPSJNMS42NiA1MS44Nmg1NjQuNDJ2MjkzLjU5SDEuNjZ6IiBjbGFzcz0iYSIvPjwvY2xpcFBhdGg+PGNsaXBQYXRoIGlkPSJiIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIuNTIgLTcxLjU3KSI+PHBhdGggZD0iTS45MiA1MS44Nmg1NjQuNDJ2MjkzLjU5SC45MnoiIGNsYXNzPSJhIi8+PC9jbGlwUGF0aD48c3R5bGU+LmF7ZmlsbDpub25lfTwvc3R5bGU+PC9kZWZzPjxnIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNhKSI+PGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI2IpIj48cGF0aCBkPSJNNTQ3LjcyIDE1NGMxMC44NSAzNS43NC0uMzQgMTAxLjczLTE4LjU1IDEyMS4yNnMtNDEuOTIgMjguNTctMTIwIDMzLjcyYy03NS41NiA1LTEzMyAzMi41Mi0yMDguNDYgMjkuMDdTODIuNDUgMzE0LjU0IDYyLjgzIDI3Ni4xMWMtMTYuNjUtMzIuNjEtNDUuMjItNDguMzItNDcuNzgtODUuNTRzLTMuNTUtMjYuNjQtMS4yMy0zOCAzNC44OS01My4yMyA3OC03MS4yOWM0My41MS0xOC4yIDQ3LjI0LTUuODggMTQwLjE5LTIuOTNTNDUwLjQgOTcgNDc2LjExIDEwMS4xNnM2MC43NiAxNy4wOSA3MS42MSA1Mi44MiIgc3R5bGU9ImZpbGw6IzAwNTY3NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyLjUyIC03MS41NykiLz48L2c+PC9nPjwvc3ZnPg==) 50% no-repeat;background-position-x:40%;background-size:auto 100%;content:"";height:100%;left:-100px;min-height:210px;position:absolute;right:-100px;top:0;z-index:-1}.stage-slider-container .stage-item .col-text .text-container:after{background:url(../../../assets/images/landscape.c24d1b9.svg) 50% no-repeat;background-size:contain;bottom:-60px;content:"";height:98px;position:absolute;right:0;width:180px}.stage-slider-container .stage-item .row-content .col-text{max-width:345px}.stage-slider-container .stage-item .col-calculator{margin-top:40px}.stage-slider-container .stage-item .badge-icon{display:none}.stage-slider-container .stage-item .background-image{height:100%;width:100%;z-index:-2}@media(min-width:768px){.stage-slider-container .stage-item .col-text{font-size:15px;font-size:.9375rem}.stage-slider-container .stage-item .col-text .topic,.stage-slider-container .stage-item .col-text h2{font-size:32px;font-size:2rem}.stage-slider-container .stage-item .col-text .topic:before{background-position:50% 40%;background-size:100% auto;bottom:-25px;left:-65px;right:-65px;top:-25px}.stage-slider-container .stage-item .col-text .text-container{margin-top:-15px}.stage-slider-container .stage-item .col-text .text-container:before{background-position:50%;background-size:100% auto;height:268px;left:-70px;right:-60px;top:0}.stage-slider-container .stage-item .col-text .text-container:after{bottom:-60px;height:98px;right:0;width:180px}.stage-slider-container .stage-item .col-calculator .calculator-view-container{font-size:15px;font-size:.9375rem;width:22rem}.stage-slider-container .stage-item .row-content{height:auto}.stage-slider-container .stage-item .row-content .col-text{flex:0 0 100%;max-width:440px}.stage-slider-container .stage-item .row-content .col-calculator{flex:0 0 100%;max-width:100%;order:13;padding-bottom:15px}}@media(min-width:1024px){.stage-slider-container .stage-item .col-text{font-size:1rem;margin:auto 0}.stage-slider-container .stage-item .col-text .topic,.stage-slider-container .stage-item .col-text h2{font-size:32px;font-size:2rem}.stage-slider-container .stage-item .col-text .topic:before{right:-45px}.stage-slider-container .stage-item .col-text .text-container{padding-top:40px}.stage-slider-container .stage-item .col-text .text-container:before{height:275px;right:-25px}.stage-slider-container .stage-item .col-text .text-container:after{bottom:auto;height:147px;right:-30px;top:201px;width:270px}.stage-slider-container .stage-item .badge-icon{bottom:20px;display:block;position:absolute;right:100px;z-index:2}.stage-slider-container .stage-item .row-content{align-items:center;height:30.6875rem}.stage-slider-container .stage-item .row-content .col-text{flex:0 0 50%;max-width:50%}.stage-slider-container .stage-item .row-content .col-calculator{flex:0 0 45%;margin:0;max-width:45%;order:0;padding-bottom:0}.stage-slider-container .stage-item .row-content .calculator-view-container{margin:0}}@media(min-width:1366px){.stage-slider-container .stage-item .row-content .col-text{flex:0 0 45%;max-width:45%}.stage-slider-container .stage-item .row-content .col-text .topic,.stage-slider-container .stage-item .row-content .col-text h2{font-size:36px;font-size:2.25rem}.stage-slider-container .stage-item .row-content .col-text .text-container:before{height:298px;left:-85px;right:-45px}.stage-slider-container .stage-item .row-content .col-text .text-container:after{right:-113px;top:207px}}.calculator-view-container{border-radius:6px;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:1rem;margin:0 auto;max-width:352px}@media(min-width:576px){.calculator-view-container{width:352px}}@media(min-width:768px){.calculator-view-container{width:296px}}@media(min-width:1024px){.calculator-view-container{width:352px}}.calculator-view-container .calculator-content,.calculator-view-container .calculator-view-heading{padding-left:1.3125rem;padding-right:1.3125rem}@media(min-width:768px){.calculator-view-container .calculator-content,.calculator-view-container .calculator-view-heading{padding-left:1.15625rem;padding-right:1.15625rem}}@media(min-width:1024px){.calculator-view-container .calculator-content,.calculator-view-container .calculator-view-heading{padding-left:1.3125rem;padding-right:1.3125rem}}.calculator-view-container .calculator-view-heading{background-color:#fff;border-top-left-radius:0;border-top-right-radius:0}.calculator-view-container .calculator-view-heading .h3{color:#000;margin-bottom:0;padding:26px;position:relative;text-align:center}.calculator-view-container .calculator-view-heading .calculator-back-arrow{display:block;float:left;left:0;line-height:1;position:absolute;top:calc(50% - .5em)}@media(min-width:1366px){.calculator-view-container .calculator-view-heading .calculator-back-arrow{display:none}}.calculator-view-container .calculator-content{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background-color:#fff;border-bottom-left-radius:0;border-bottom-right-radius:0}.calculator-view-container .calculator-content .label{font-size:.9375em}.calculator-view-container .calculator-content .label .hint{font-size:.86667em}.calculator-view-container .calculator-content .calculator-button-group{align-items:center;display:flex;flex-direction:row;justify-content:center;overflow:hidden;padding-bottom:1.125rem;padding-top:1.0625rem}.calculator-view-container .calculator-content input{font-size:1rem;padding:0}@media(min-width:768px){.calculator-view-container .calculator-content input{font-size:1rem}}.calculator-view-container .calculator-content .calculator-input-group{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.875rem;padding-right:1.1875rem;padding-top:.875rem}@media screen and (min-width:340px){.calculator-view-container .calculator-content .calculator-input-group{padding-right:2.6875rem}}@media(min-width:768px){.calculator-view-container .calculator-content .calculator-input-group{padding-right:1.84375rem}}@media(min-width:1024px){.calculator-view-container .calculator-content .calculator-input-group{padding-right:2.6875rem}}.calculator-view-container .calculator-content .calculator-input-group span.label{line-height:14px}.calculator-view-container .calculator-content .calculator-input-group fieldset{display:block;position:relative;width:100%}.calculator-view-container .calculator-content .calculator-content-group{padding:.875rem 0}.calculator-view-container .calculator-content .calculator-content-group .calculator-input-group{padding-bottom:0;padding-top:0}.calculator-view-container .calculator-content .calculator-input{text-align:right}.calculator-view-container .calculator-content .calculator-input input{background-color:transparent;border:0;border-radius:0;color:#000;font-weight:600;text-align:right;width:100%}.calculator-view-container .calculator-content .calculator-input-plz{width:33px}.calculator-view-container .calculator-content .calculator-input-amount,.calculator-view-container .calculator-content .calculator-input-plz{border-bottom:2px solid #d8d8d8;margin-right:5px}@media (-ms-high-contrast:none){.calculator-view-container .calculator-content .calculator-input-amount ::-ms-backdrop,.calculator-view-container .calculator-content .calculator-input-amount input,.calculator-view-container .calculator-content .calculator-input-plz ::-ms-backdrop,.calculator-view-container .calculator-content .calculator-input-plz input{padding-bottom:4px}}.calculator-view-container .calculator-content .calculator-input-amount{min-width:auto}.calculator-view-container .calculator-content .calculator-input-amount input{min-width:33px}.calculator-view-container .calculator-content .calculator-input-label{border-bottom:2px solid #d8d8d8;display:inline-block;font-size:1rem;margin-right:5px;position:relative}.calculator-view-container .calculator-content .calculator-input-label:after{color:#000;content:attr(data-placeholder);font-weight:600;pointer-events:none;position:absolute;right:0;top:0}.calculator-view-container .calculator-content .calculator-input-label input{margin-right:34px}@media (-ms-high-contrast:none){.calculator-view-container .calculator-content .calculator-input-label ::-ms-backdrop,.calculator-view-container .calculator-content .calculator-input-label input{height:23px;margin-right:33px}}@media(min-width:1024px){.calculator-view-container .calculator-content .calculator-input-label{font-size:1rem}}@media (-ms-high-contrast:none){.calculator-view-container .calculator-content .calculator-input-label,.calculator-view-container .calculator-content ::-ms-backdrop{font-size:1rem}.calculator-view-container .calculator-content .calculator-input-label:after,.calculator-view-container .calculator-content ::-ms-backdrop{height:23px}}@media screen and (-webkit-min-device-pixel-ratio:0)and (min-resolution:0.001dpcm){.calculator-view-container .calculator-content input[type=range].calculator-range{position:relative;top:-3px}}@-moz-document url-prefix(){.calculator-view-container .calculator-content input[type=range].calculator-range{top:2px}}.calculator-view-container .calculator-content .electricity-range-group{position:relative;top:3px;width:95%}.calculator-view-container .calculator-content .electricity-range-group .electricity-range-result{background-color:#fff;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#000;font-size:.75rem;font-weight:700;height:20px;min-width:20px;padding:0 5px;position:absolute;right:-20px;text-align:center;top:2px;z-index:9}.calculator-view-container .calculator-content .gas-range-group{position:relative;top:3px;width:95%}.calculator-view-container .calculator-content .gas-range-group .gas-range-result{background-color:#fff;border-radius:50%;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#000;font-size:.75rem;font-weight:700;height:20px;min-width:20px;padding:0 5px;position:absolute;right:-20px;text-align:center;top:2px;z-index:9}.calculator-view-container .calculator-content .group-icon{font-size:1.75em;height:1em;width:1.6em}.calculator-view-container .calculator-content .group-icon,.calculator-view-container .calculator-content .house-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;display:inline-block;position:absolute;right:-58px;top:-11px}.calculator-view-container .calculator-content .house-icon{height:34px;width:41px}.calculator-view-container .calculator-content .calculator-electricity-input-group{padding-bottom:.875rem;padding-top:.475rem}.calculator-view-container .calculator-content .calculator-gas-input-group{padding-top:0}.calculator-view-container .calculator-content .calculator-calculate-button-container{padding:1rem 0 1.6875rem;text-align:center}.calculator-view-container .calculator-content .onoffswitch{margin:0 .5rem;max-width:117px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.calculator-view-container .calculator-content .onoffswitch-checkbox{display:none}.calculator-view-container .calculator-content .onoffswitch-label{background-color:#dddbd7;border:none;border-radius:18px;cursor:pointer;display:block;letter-spacing:-.15px;margin-bottom:0;overflow:hidden}.calculator-view-container .calculator-content .onoffswitch-label:before{content:none;display:none}.calculator-view-container .calculator-content .onoffswitch-inner{display:block;margin-left:-100%;transition:margin .2s ease-in 0s;width:200%}.calculator-view-container .calculator-content .onoffswitch-inner:after,.calculator-view-container .calculator-content .onoffswitch-inner:before{box-sizing:border-box;color:#fff;display:block;float:left;font-size:15px;height:36px;line-height:36px;padding:0;width:50%}.calculator-view-container .calculator-content .onoffswitch-inner:before{background-color:#46712d;color:#fff;content:attr(data-name);padding-left:10px}.calculator-view-container .calculator-content .onoffswitch-inner:after{background-color:#dadada;color:#000;content:attr(data-name);padding-right:10px;text-align:right}.calculator-view-container .calculator-content .onoffswitch-inner-gas:before{padding-left:35px}.calculator-view-container .calculator-content .onoffswitch-inner-electricity:before{padding-left:26px}.calculator-view-container .calculator-content .onoffswitch-inner-gas:after{padding-right:40px}.calculator-view-container .calculator-content .onoffswitch-inner-electricity:after{padding-right:29px}.calculator-view-container .calculator-content .onoffswitch-switch{background-color:#fff;background-position:2px 3px;background-repeat:no-repeat;background-size:17px;border:2px solid #fff;border-radius:18px;bottom:0;display:block;height:26px;margin:5px;position:absolute;right:calc(100% - 35px);top:0;transition:all .2s ease-in 0s;width:26px}.calculator-view-container .calculator-content .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.calculator-view-container .calculator-content .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.calculator-view-container .calculator-content .calculator-checkbox-input-group{font-size:.8125rem;padding-bottom:.5rem;padding-right:.6875rem;padding-top:.75rem;position:relative}.calculator-view-container .calculator-content .calculator-checkbox-input-group .toggle-item-collapse{width:100%}.calculator-view-container .calculator-content .toggle-arrow{font-size:.5rem}.calculator-view-container .calculator-content .toggle-item-body{align-items:flex-start;display:flex;flex-wrap:nowrap}.calculator-view-container .calculator-content .toggle-item-body .toggle-icon{flex:0 0 auto;margin-right:1.25rem}.calculator-view-container .calculator-content .calculator-checkbox[type=checkbox]{display:none}.calculator-view-container .calculator-content .calculator-checkbox[type=checkbox]+label{display:block;margin:.5rem 0;padding-left:33px;position:relative}.calculator-view-container .calculator-content .calculator-checkbox[type=checkbox]+label:before{border:1px solid #dddbd7;border-radius:3px;content:"";display:block;height:1.923em;left:0;position:absolute;top:-3px;width:1.923em}.calculator-view-container .calculator-content .calculator-checkbox[type=checkbox]:checked+label:before{background-position:50%;background-repeat:no-repeat;box-shadow:none}.calculator-view-container .calculator-content .calculator-more-options{bottom:-31px;font-size:.6875rem;left:0;margin:0 auto;position:absolute;right:0;text-align:center}.calculator-view-container .calculator-content .calculator-more-options .more-options-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgZGF0YS1uYW1lPSJHcnVwcGUgMTI4NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ3MyAtNjY2KSI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiM4MmM4MjgiIGRhdGEtbmFtZT0iRWxsaXBzZSAzODkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQ3MyA2NjYpIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTQ4Ny4yNjYgNjc1LjA1NS0zLjc5MSAzLjc5MS0zLjc5MS0zLjc5MSIgZGF0YS1uYW1lPSJQZmFkIDk1MSIvPjwvZz48L3N2Zz4=);background-repeat:no-repeat;display:inline-block;height:20px;width:20px;z-index:999}.calculator-view-container .calculator-content .calculator-more-options .toggle-item-headline[aria-expanded=true] .more-options-icon{transform:rotateX(180deg)}.calculator-view-container .calculator-content .calculator-more-options a,.calculator-view-container .calculator-content .calculator-more-options a:hover{color:#fff}@media(min-width:768px){.calculator-view-container .calculator-content .calculator-more-options a,.calculator-view-container .calculator-content .calculator-more-options a:hover{color:#000}}.calculator-view-container{font-size:.875rem}.calculator-view-container .onoffswitch{font-weight:700}.calculator-view-container .calculator-input-plz input::-moz-placeholder{color:#000;opacity:.5}.calculator-view-container .calculator-input-plz input:-ms-input-placeholder{color:#000;opacity:.5}.calculator-view-container .calculator-input-plz input::placeholder{color:#000;opacity:.5}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group{padding-right:1.8125rem}@media screen and (min-width:340px){.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group{padding-right:2.6875rem}}@media(min-width:768px){.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group{padding-right:1.84375rem}}@media(min-width:1024px){.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group{padding-right:2.6875rem}}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group.calculator-checkbox-input-group{padding-right:.375rem}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input input{letter-spacing:-.5px}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input-plz{width:38px}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input-label{margin-right:0}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input-label input.label{margin-right:30px}@media(min-width:768px){.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input-label{margin-right:5px}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .calculator-input-label input.label{margin-right:34px}}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .group-icon{background-position:100%;font-size:1.75em;height:1em}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .house-icon{background-position:100%;font-size:1.75em;height:1em;width:48px}@media screen and (min-width:340px){.calculator-view-container{font-size:.9375rem}}@media(min-width:768px){.calculator-view-container{font-size:.875rem}.calculator-view-container.calculator-form .calculator-content .calculator-details-group .calculator-input-group .group-icon,.calculator-view-container.calculator-form .calculator-content .calculator-details-group .calculator-input-group .house-icon{right:-50px}.calculator-view-container.calculator-teaser .calculator-content .calculator-details-group .calculator-input-group{padding-right:2.6875rem}}@media(min-width:1024px){.calculator-view-container{font-size:1rem}.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .group-icon,.calculator-view-container .calculator-content .calculator-details-group .calculator-input-group .house-icon{right:-58px}}@keyframes acquisitionFadeOut{0%{opacity:1}70%{opacity:0}to{opacity:0}}@keyframes acquisitionFadeInUp{0%{opacity:0;top:500px}to{opacity:1;top:0}}.become-customer>header{left:0;position:absolute;top:0;width:100%}.become-customer>header .navbar{background:transparent;box-shadow:none;display:none;position:relative}.become-customer .main-area-configurator{width:100%}.become-customer .main-area-configurator[data-calc-selected-type=electricity] [data-calc-type=gas],.become-customer .main-area-configurator[data-calc-selected-type=gas] [data-calc-type=electricity]{display:none!important}@media(min-width:576px){.become-customer .main-area-configurator .main-calculator-container{max-width:100%}}@media(min-width:768px){.become-customer .main-area-configurator .main-calculator-container{margin-top:0;max-width:638px}}@media(min-width:1024px){.become-customer .main-area-configurator .main-calculator-container{max-width:980px}}@media(min-width:1366px){.become-customer .main-area-configurator .main-calculator-container{max-width:1118px}}.become-customer .configurator-background{background-color:#46712d;height:80px;position:absolute;right:0;width:100%}.become-customer .current-step--home .configurator-background{height:100%}.become-customer .current-step--success .configurator-background{background-color:transparent}.become-customer .acquisition__outer-container{margin-left:auto;margin-right:auto;max-width:100%;width:100%}.become-customer .become-customer__main{min-height:100vh;position:relative}.become-customer .become-customer__main .calculator-copy-link,.become-customer .become-customer__main .e-control-logo,.become-customer .become-customer__main .main-area-configurator{display:none}.become-customer .become-customer__main.current-step--email.fade-in .main-area-configurator{display:block;opacity:0;position:absolute}.become-customer .become-customer__main.current-step--email.fade-in .acquisition-app{animation:acquisitionFadeInUp .5s ease;position:relative;width:100%}.become-customer .become-customer__main.current-step--success.fade-out .acquisition-app{animation:acquisitionFadeInUp .5s ease;display:block;position:relative;width:100%}.become-customer .become-customer__main.current-step--home.fade-out .footer-container,.become-customer .become-customer__main.current-step--home.fade-out .main-area-configurator{animation:acquisitionFadeInUp .5s ease;display:block}.become-customer .become-customer__main.current-step--home.fade-out .acquisition-app{animation:acquistionFadeOut .5s ease;display:block;opacity:0;position:absolute}.become-customer .become-customer__main.current-step--home .acquisition-app{display:none}.become-customer .become-customer__main.current-step--home .main-area-configurator{display:block;position:relative}.become-customer .become-customer__main.current-step--home .footer-container{max-width:100%;position:relative}@media(min-width:576px){.become-customer .become-customer__main.current-step--home .footer-container{max-width:100%}}@media(min-width:768px){.become-customer .become-customer__main.current-step--home .footer-container{left:50%;margin-top:0;max-width:319px;padding:0 15px}}@media(min-width:1024px){.become-customer .become-customer__main.current-step--home .footer-container{left:calc(50% - 81.66667px);max-width:571.6666666667px}.become-customer .become-customer__main.current-step--home .footer-container .calculator-footer{margin-top:-84px}}@media(min-width:1366px){.become-customer .become-customer__main.current-step--home .footer-container{left:calc(50% - 93.16667px);max-width:652.1666666667px}}.become-customer .become-customer__main.current-step--home .footer-container .e-control-logo{display:inline}.become-customer .become-customer__main.current-step--home .footer-container .calculator-copy-link{display:inline-block;font-size:20px;margin-right:10px}.become-customer .app-navigation__entries .indicator,.become-customer .step-summary .indicator{background-color:#fff;border:1px solid #fff}@media(min-width:768px){.become-customer .app-navigation__entries li.done,.become-customer .app-navigation__entries li.selected,.become-customer .step-summary li.done,.become-customer .step-summary li.selected{border-left:3px solid #fff}}.become-customer .et-button-back{z-index:999}.become-customer .et-back-to-calculator-button,.become-customer .et-back-to-home-button,.become-customer .et-history-back-button{display:none}.become-customer .calculator-view-container{margin-bottom:1rem;margin-top:1rem}.become-customer .calculator-col{z-index:1}.become-customer .calculator-container .icon-edit{cursor:pointer;font-size:12px;position:absolute}.become-customer .calculator-container .calculator-result-products{background-color:#f2f2f2;background-origin:padding-box;border-radius:6px 6px 0 0;box-shadow:0 3px 20px rgba(0,0,0,.16);display:flex;flex-wrap:nowrap;justify-content:center;padding:11px 16px 10px;position:relative;width:100%;z-index:2}.become-customer .calculator-container .product .product-price{font-size:.92308em}.become-customer .calculator-container .product .product-price .brutto{display:inline-block}.become-customer .calculator-container .product.single-product{padding-bottom:15px;padding-top:15px;text-align:left}.become-customer .calculator-container .product.single-product .product-info,.become-customer .calculator-container .product.single-product .product-price{display:inline-block}.become-customer .calculator-container .product.single-product .product-price{margin-top:0}.become-customer .calculator-container .product.single-product .product-info{margin-left:15px;transform:translateY(9px)}.become-customer .calculator-container .product.single-product .product-name{margin-bottom:-7px;margin-left:7px}.become-customer .calculator-result-column{min-height:12.5rem;padding-top:2.5rem;position:relative}.become-customer .calculator-result-column .intro{padding-bottom:15px}.become-customer .calculator-result-column .intro .headline-wrapper{margin-bottom:1.875rem}.become-customer .calculator-result-column .intro .calculator-trigger{padding-top:30px}@media(min-width:1024px){.become-customer .calculator-result-column .intro{max-width:27.5rem}.become-customer .calculator-result-column .intro .calculator-trigger{padding-bottom:84px}}.become-customer .calculator-result-column .pre-loader{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media(min-width:768px){.become-customer .calculator-result-column .pre-loader{left:20%}.become-customer .calculator-result-column{min-height:25.0625rem}}.become-customer .calculator-result-container .calculator-result-list,.become-customer .calculator-result-container .calculator-result-properties{margin-bottom:1.5625rem}.become-customer .calculator-result-container .calculator-result-list ul,.become-customer .calculator-result-container .calculator-result-properties ul{padding-left:1.25rem}.become-customer .footer-container{position:relative}.become-customer .calculator-footer{font-size:.625rem;padding:1rem 15px 32px;text-align:left;width:100%}@media(min-width:768px){.become-customer .calculator-footer{background-color:transparent;margin-left:auto;padding:1rem 2.25rem 32px 15px;text-align:right;width:auto}}.become-customer .calculator-footer .e-control-logo{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNi41MTQiIGhlaWdodD0iMjcuOTg1Ij48ZyBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9IkdydXBwZSAxMDMxIj48cGF0aCBkPSJNMTguOTggMTMuNDM5YTYuODEgNi44MSAwIDEgMS0zLjEzNC05LjQ0N0wxNy4zNzEuOTg1YTEwLjE4MiAxMC4xODIgMCAxIDAgNC42OTIgMTMuODMxWiIgZGF0YS1uYW1lPSJQZmFkIDk4NSIvPjxwYXRoIGQ9Im0xMS4zMTcgMTEuNTA3LjQtLjk4Nmg2LjU5bC43LTEuNzMxaC02LjZsLjQtLjk4Nmg2LjZsLjgtMS45NzNoLTkuMTJMNy45OTMgMTMuNDloOS4xMTRsLjgtMS45OFoiIGRhdGEtbmFtZT0iUGZhZCA5ODYiLz48ZyBkYXRhLW5hbWU9IkdydXBwZSAxMDMwIj48cGF0aCBkPSJNMCAyNy45Mjl2LTMuMjg2aDIuMzc4di4zODhILjQzNXYxLjAwN2gxLjgxOHYuMzg2SC40MzV2MS4xMTloMi4wMTh2LjM4OEgwWiIgZGF0YS1uYW1lPSJQZmFkIDk4NyIvPjxwYXRoIGQ9Ik0yLjg0NSAyNi45NDJ2LS40MDVoMS4yNHYuNDA1WiIgZGF0YS1uYW1lPSJQZmFkIDk4OCIvPjxwYXRoIGQ9Im02LjkyOCAyNi43NzYuNDM1LjExYTEuNDcgMS40NyAwIDAgMS0uNDkyLjgxNyAxLjM2IDEuMzYgMCAwIDEtLjg2OS4yODEgMS41NiAxLjU2IDAgMCAxLS44NjQtLjIxNiAxLjM1IDEuMzUgMCAwIDEtLjUwNy0uNjI2IDIuMiAyLjIgMCAwIDEtLjE3NC0uODgxIDEuOTQgMS45NCAwIDAgMSAuMi0uOSAxLjM1IDEuMzUgMCAwIDEgLjU1OC0uNTgxIDEuNjMgMS42MyAwIDAgMSAuOC0uMiAxLjM1IDEuMzUgMCAwIDEgLjgzLjI1MSAxLjMgMS4zIDAgMCAxIC40NjkuNzA2bC0uNDI4LjFhMSAxIDAgMCAwLS4zMzItLjUyMi45LjkgMCAwIDAtLjU0Ny0uMTY0IDEuMDcgMS4wNyAwIDAgMC0uNjMzLjE4MS45Ni45NiAwIDAgMC0uMzU3LjQ4OCAyIDIgMCAwIDAtLjEuNjMxIDIgMiAwIDAgMCAuMTIyLjczMi45LjkgMCAwIDAgLjM4LjQ2NyAxLjA3IDEuMDcgMCAwIDAgLjU1OC4xNTUuOTQuOTQgMCAwIDAgLjYxOS0uMjExIDEuMDggMS4wOCAwIDAgMCAuMzMyLS42MTgiIGRhdGEtbmFtZT0iUGZhZCA5ODkiLz48cGF0aCBkPSJNNy43NjYgMjYuMzI4YTEuNzkgMS43OSAwIDAgMSAuNDM5LTEuMjgxIDEuNSAxLjUgMCAwIDEgMS4xMzQtLjQ2MyAxLjYgMS42IDAgMCAxIC44MjEuMjE4IDEuNCAxLjQgMCAwIDEgLjU1Ny42MDcgMiAyIDAgMCAxIC4xOTIuODgyIDEuOTQgMS45NCAwIDAgMS0uMi44OTQgMS4zOCAxLjM4IDAgMCAxLS41NzIuNiAxLjYzIDEuNjMgMCAwIDEtLjguMiAxLjU1IDEuNTUgMCAwIDEtLjgzLS4yMjQgMS40NCAxLjQ0IDAgMCAxLS41NTQtLjYxMiAxLjg2IDEuODYgMCAwIDEtLjE4Ny0uODIxbS40NDguMDA3YTEuMzIgMS4zMiAwIDAgMCAuMzIuOTM2IDEuMTE1IDEuMTE1IDAgMCAwIDEuNjEgMCAxLjQgMS40IDAgMCAwIC4zMTctLjk4IDEuNyAxLjcgMCAwIDAtLjEzNi0uNyAxLjA0IDEuMDQgMCAwIDAtLjQtLjQ2NCAxLjA3IDEuMDcgMCAwIDAtLjU4Ni0uMTY1IDEuMTEgMS4xMSAwIDAgMC0uNzk1LjMxNyAxLjQyIDEuNDIgMCAwIDAtLjMzIDEuMDU2IiBkYXRhLW5hbWU9IlBmYWQgOTkwIi8+PHBhdGggZD0iTTExLjQ2NiAyNy45Mjl2LTMuMjg2aC40NDZsMS43MjYgMi41OHYtMi41OGguNDE3djMuMjg3aC0uNDQ2bC0xLjcyNy0yLjU4M3YyLjU4M1oiIGRhdGEtbmFtZT0iUGZhZCA5OTEiLz48cGF0aCBkPSJNMTUuNjIzIDI3LjkyOXYtMi45SDE0LjU0di0uMzg3aDIuNjA5di4zODhoLTEuMDg3djIuOWgtLjQzNVoiIGRhdGEtbmFtZT0iUGZhZCA5OTIiLz48cGF0aCBkPSJNMTcuNTk4IDI3LjkyOXYtMy4yODZoMS40NTdhMiAyIDAgMCAxIC42NjguMDg5LjczLjczIDAgMCAxIC4zNjUuMzEzLjkzLjkzIDAgMCAxIC4xMzcuNS44My44MyAwIDAgMS0uMjI3LjU5IDEuMTUgMS4xNSAwIDAgMS0uNy4zMDUgMS4xIDEuMSAwIDAgMSAuMjYyLjE2MyAyLjMgMi4zIDAgMCAxIC4zNjEuNDM3bC41NzIuODk1aC0uNTQ3bC0uNDM1LS42ODRxLS4xOS0uMy0uMzE0LS40NTNhMSAxIDAgMCAwLS4yMjEtLjIxOS43LjcgMCAwIDAtLjItLjA4NyAxLjMgMS4zIDAgMCAwLS4yNDItLjAxNmgtLjV2MS40NTlabS40MzUtMS44MzZoLjkzNWExLjQgMS40IDAgMCAwIC40NjYtLjA2Mi41LjUgMCAwIDAgLjI1Ni0uMi41NC41NCAwIDAgMCAuMDg3LS4zLjQ5LjQ5IDAgMCAwLS4xNjktLjM4My44LjggMCAwIDAtLjUzNS0uMTVoLTEuMDR2MS4wODdaIiBkYXRhLW5hbWU9IlBmYWQgOTkzIi8+PHBhdGggZD0iTTIwLjc3NSAyNi4zMjhhMS43OSAxLjc5IDAgMCAxIC40MzktMS4yODEgMS41IDEuNSAwIDAgMSAxLjEzNC0uNDYzIDEuNiAxLjYgMCAwIDEgLjgyMS4yMTggMS40IDEuNCAwIDAgMSAuNTU3LjYwNyAyIDIgMCAwIDEgLjE5Mi44ODIgMS45NCAxLjk0IDAgMCAxLS4yLjg5NCAxLjM4IDEuMzggMCAwIDEtLjU3Mi42IDEuNjMgMS42MyAwIDAgMS0uOC4yIDEuNTUgMS41NSAwIDAgMS0uODI5LS4yMjQgMS40NCAxLjQ0IDAgMCAxLS41NTQtLjYxMiAxLjg2IDEuODYgMCAwIDEtLjE4OC0uODIxbS40NDguMDA3YTEuMzIgMS4zMiAwIDAgMCAuMzIuOTM2IDEuMTE1IDEuMTE1IDAgMCAwIDEuNjEgMCAxLjQgMS40IDAgMCAwIC4zMTctLjk4IDEuNyAxLjcgMCAwIDAtLjEzNi0uNyAxLjA0IDEuMDQgMCAwIDAtLjQtLjQ2NCAxLjA3IDEuMDcgMCAwIDAtLjU4Ni0uMTY1IDEuMSAxLjEgMCAwIDAtLjc5NC4zMTcgMS40MiAxLjQyIDAgMCAwLS4zMzEgMS4wNTYiIGRhdGEtbmFtZT0iUGZhZCA5OTQiLz48cGF0aCBkPSJNMjQuNDYgMjcuOTI5di0zLjI4NmguNDM1djIuOWgxLjYxOXYuMzg4SDI0LjQ2WiIgZGF0YS1uYW1lPSJQZmFkIDk5NSIvPjwvZz48L2c+PC9zdmc+);background-repeat:no-repeat;display:none;float:right;margin-bottom:1.3125rem;padding-left:2.375rem;text-align:left}.become-customer .calculator-footer .e-control-logo a{text-decoration:underline}.become-customer .calculator-footer .footer-links{align-items:flex-start;clear:both;display:flex;flex-direction:column;margin:-5px -10px}.become-customer .calculator-footer .footer-links span{padding:5px 10px}.become-customer .calculator-footer .footer-links span.copyright{margin-bottom:17px}@media(min-width:768px){.become-customer .calculator-footer .footer-links{align-items:flex-end}}@media(min-width:1024px){.become-customer .calculator-footer .footer-links{align-items:center;flex-direction:row;justify-content:flex-end}.become-customer .calculator-footer .footer-links span.copyright{margin-bottom:0;margin-right:17px}}@media(min-width:576px){.become-customer .mobile-container-wrapper{margin:0 auto;max-width:498px}}@media(min-width:768px){.become-customer header .navbar{display:flex;height:3.9375rem}.become-customer .become-customer__main .configurator-container{padding-top:3.9375rem}.become-customer .become-customer__main.fade-in .main-area-configurator{animation:acquisitionFadeOut .5s ease}.become-customer .footer-container{bottom:0;margin-right:2.3125rem;position:fixed;right:0;transform:none}.become-customer .configurator-background{height:100%;transition:width .5s ease;width:calc(50% - 100px)}.become-customer .current-step--home .configurator-background{width:calc(50% + 50px)}.become-customer .current-step--home .footer-container .calculator-footer{padding:32px 0 32px 2.25rem}.become-customer .et-button-back{margin-left:3.875rem;margin-top:.625rem;position:absolute}.become-customer .et-back-to-calculator-button,.become-customer .et-history-back-button{display:block}.become-customer .calculator-view-container{margin-top:0;position:absolute;right:15px;top:0;z-index:100}.become-customer .calculator-view-container.author{position:relative}.become-customer .app-navigation__entries li.done,.become-customer .app-navigation__entries li.selected,.become-customer .step-summary li.done,.become-customer .step-summary li.selected{border-left:3px solid #fff}.become-customer .mobile-container-wrapper{margin:0;max-width:none}.become-customer .main-area-configurator .calculator-result-container{max-width:24.875rem}.become-customer .main-area-configurator .calculator-result-container .product .product-info br{display:none}.become-customer .current-step--success .configurator-background{background-color:#46712d;width:30%}.become-customer .current-step--success .col-content{max-width:450px}.become-customer .current-step--success .success-content .success-help-text{padding-left:3.75rem}.become-customer .current-step--success .success-content .success-help-text .help-icon{left:.9375rem}}@media(min-width:1024px){.become-customer header .navbar{height:5.625rem}.become-customer .configurator-background{width:calc(50% - 50px)}.become-customer .current-step--home .configurator-background{width:calc(50% + 150px)}.become-customer .current-step--success .configurator-background{width:40%}.become-customer .become-customer__main .configurator-container{padding-top:5.625rem}.become-customer .acquisition__outer-container{max-width:980px}.become-customer .calculator-view-container{right:30px}.become-customer .main-area-configurator .calculator-result-container{max-width:25.75rem}}@media(min-width:1366px){.become-customer .acquisition__outer-container{max-width:1118px}.become-customer .become-customer__main.current-step--home .et-back-to-home-button{display:inline-block}.become-customer .calculator-view-container{margin-right:0;right:15px}}@media(min-width:1366px)and (min-width:1366px){.become-customer .et-button-back{margin-left:3.875rem;margin-top:3.125rem;position:absolute}.become-customer .et-back-to-calculator-button,.become-customer .et-history-back-button{display:inline-block}}@keyframes move-acquisition-background-x{0%{opacity:0;width:200%}to{opacity:1;width:100%}}@keyframes move-acquisition-background-y{0%{background-position-y:-910px;opacity:0}to{background-position-y:-980px;opacity:1}}.become-customer .calculator-container .calculator-result-products .product,.become-customer .calculator-result-container .calculator-result-products .product,.become-customer .offer-container .calculator-result-products .product,section.content.price-history .product-switch__product{color:#000;text-align:left}.become-customer .calculator-container .calculator-result-products .electricity-product.product .product-icon,.become-customer .calculator-result-container .calculator-result-products .electricity-product.product .product-icon,.become-customer .offer-container .calculator-result-products .electricity-product.product .product-icon,section.content.price-history .electricity-product.product-switch__product .product-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ny4wOCA1Ni44NSI+PGcgZGF0YS1uYW1lPSJFYmVuZSAyIj48cGF0aCBkPSJNMjguNTQgMEEyOC41NyAyOC41NyAwIDAgMCAwIDI4LjU0YzAgMTAuMTUgNi42IDIxIDE1LjcgMjUuNjlhMjIuOCAyMi44IDAgMCAwIDEwLjQ1IDIuNjIgMTcuOCAxNy44IDAgMCAwIDEwLjY3LTMuMzNBMTIuOTQgMTIuOTQgMCAwIDAgNDEuNiA0NGExMi40IDEyLjQgMCAwIDAtMy42LTguNzNsMS4xMS0xLjEtMi4yMS01LjUxIDIuNTQtMi41NC04LTgtMiAyLTYuNzUtNi43NmExIDEgMCAwIDAtMS40MSAxLjQxTDI4IDIxLjU2bC02LjEyIDYuMTQtNi43NS02Ljc2YTEgMSAwIDAgMC0xLjQxIDEuNDFsNi43NSA2Ljc2LTIgMiA4IDhMMjkgMzYuNThsNS41IDIuMjIgMS4yOS0xLjI5QTkuMTIgOS4xMiAwIDAgMSAzOC40NSA0NGE5Ljc4IDkuNzggMCAwIDEtMy41MSA3Yy00LjYgMy40MS0xMS43NSAzLjU5LTE3Ljc4LjQ1LTguMTItNC4yMi0xNC0xMy44NS0xNC0yMi44OWEyNS4zOSAyNS4zOSAwIDEgMSA0MS4zNiAxOS43MUExNy4yIDE3LjIgMCAwIDEgNDEgNTMuNzVhMzcuNiAzNy42IDAgMCAwIDUuNDgtM0EyOC41NCAyOC41NCAwIDAgMCAyOC41NCAwIiBkYXRhLW5hbWU9IkViZW5lIDEiIHN0eWxlPSJmaWxsOiMwMDAiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .calculator-container .calculator-result-products .gas-product.product .product-icon,.become-customer .calculator-result-container .calculator-result-products .gas-product.product .product-icon,.become-customer .offer-container .calculator-result-products .gas-product.product .product-icon,section.content.price-history .gas-product.product-switch__product .product-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NyA1Ni43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBkPSJNMjMuOTEgNDMuOTFjLTMuNzItMy4zOS04Ljc1LTcuMjMtOC45Mi0xMi42My0uMjctOC4xNyA3LjEzLTE1LjQ3IDEyLjg1LTIwLjU0QzMzLjU2IDE1LjgxIDQxIDIzLjExIDQwLjcgMzEuMjhjLS4xOCA1LjQtNS4yIDkuMjQtOC45MiAxMi42MyAyLjU2LTMgNS40NS02LjQ1IDUuNTctOS45MS4xOS02LTUuMjgtMTEuNDMtOS41MS0xNS4xOS00LjIzIDMuNzYtOS43IDkuMTktOS41IDE1LjE5LjExIDMuNDYgMyA2LjkgNS41NyA5LjkxIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNNDkuNjIgOS4yQTI4LjcyIDI4LjcyIDAgMCAwIDkuMjUgNy40NWEyOC4zOSAyOC4zOSAwIDAgMCAyMSA0OS4yNyAzNy4zIDM3LjMgMCAwIDAgNi4xMS0xLjQ2IDE3LjEgMTcuMSAwIDAgMS02LjMtMS42N0EyNS4yNSAyNS4yNSAwIDAgMSAxMS4zOSA5Ljc2YTI1LjU0IDI1LjU0IDAgMCAxIDM1LjkgMS41NkM1My40IDE4IDU1LjU3IDI5IDUyLjQ0IDM3LjUyYy0yLjMzIDYuMzYtNy43MyAxMS0xMy40NCAxMS42M2E5Ljg4IDkuODggMCAwIDEtNy4zLTIuNzUgOC4zNCA4LjM0IDAgMCAxLTIuMTYtNC4xOGMxLjc4LTIuMTUgNC4zNS00Ljc2IDQuNDMtNy4zOS4xMy0zLjg5LTMuNC03LjM3LTYuMTMtOS43OS0yLjczIDIuNDItNi4yNSA1LjktNi4xMyA5Ljc5LjA5IDIuNzQgMi44OCA1LjQ2IDQuNjYgNy42N2ExMS41MyAxMS41MyAwIDAgMCAzIDYgMTMgMTMgMCAwIDAgMTAgMy43NSAxOCAxOCAwIDAgMCAxMC4xNC00LjcyIDIyLjcgMjIuNyAwIDAgMCA1Ljg5LTguOTNjMy41Mi05LjYgMS4wOC0yMS45NS01Ljc4LTI5LjQiIGNsYXNzPSJjbHMtMSIvPjwvZz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .calculator-footer a{color:#000}.become-customer .acquisition-form .birthdate,.become-customer .acquisition-form .deliverydate{width:4.875rem}.become-customer .toggle-arrow{font-size:.385em}.become-customer .calculator-result-container .calculator-result-list ul li{list-style:none;padding-left:1.5em;position:relative}.become-customer .calculator-result-container .calculator-result-list ul li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA0NC41OSA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmV9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIuODUgMGg0MS43NHY2MUgyLjg1eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTkuMDcgMGgzMC40OXY2MUg5LjA3eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTExLjQzIDQ0LjI0IDAgMzIuNTZhLjg5Ljg5IDAgMCAxIDAtMS4yNmwyLjUxLTIuNTNhLjkuOSAwIDAgMSAxLjI3IDBMMTQgMzkuMTlsMjEuODktMjEuOWE0LjQ3IDQuNDcgMCAwIDEgNi4zMiAwIC45LjkgMCAwIDEgMCAxLjI3TDE2LjQ3IDQ0LjI0YTMuNTkgMy41OSAwIDAgMS01LjA0IDAiIHN0eWxlPSJmaWxsOiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC4yNikiLz48cGF0aCBkPSJNLjI2IDBoNDIuNXY2MUguMjZ6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;content:"";display:inline-block;height:1em;left:0;position:absolute;top:.25em;width:1em}.become-customer .calculator-result-container .calculator-result-more-details .toggle-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjY0MyIgaGVpZ2h0PSI1LjA3MSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTguMTEyLjUzIDQuMzIxIDQuMzIxLjUzLjUzIi8+PC9zdmc+)}.become-customer .calculator-result-container .calculator-result-products .product{background-color:#fff;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);padding:10px}.become-customer .step-summary-container ul.step-summary li{position:relative}.become-customer .step-summary-container ul.step-summary li:before{background-position-x:center;content:"";display:inline-block;float:left;font-size:21px;margin-right:.5em;margin-top:1px}@media(min-width:768px){.become-customer .step-summary-container ul.step-summary li:before{background-position-x:right;font-size:21px;left:-9px;position:absolute;top:1px;transform:translateX(-100%)}}.become-customer .step-summary-container ul.step-summary li.email-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My42NCA2MC45OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTI1LjE2IDU4Ljk5LTMuOTEtMjIuMTdMMS43OSAzMi40YTIuNjQgMi42NCAwIDAgMS0uNTQtNC43NEw1MC4zNy4zYTIuMDggMi4wOCAwIDAgMSAzIDEgMi44NSAyLjg1IDAgMCAxIDAgMi4zOUwyOS4zMSA1OS41OGEyLjEgMi4xIDAgMCAxLTMgMS4xNCAyLjQ3IDIuNDcgMCAwIDEtMS4xNS0xLjczTTUuNjUgMjkuNDNsMTguNDIgNC4xOSAzLjcgMjFMNDkgNS4zMVoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik00LjYgNTcuNTQgMyA1NS43NWEuNjguNjggMCAwIDEgMC0uODlsMTMuNjYtMTUuNDlhLjUyLjUyIDAgMCAxIC43OSAwIDMuNDYgMy40NiAwIDAgMSAwIDQuNDVMNS4zOCA1Ny41NGEuNTEuNTEgMCAwIDEtLjc4IDBNNS43MSA0NC45OWwtMS41Ny0xLjg0YS42OC42OCAwIDAgMSAwLS44OWwzLjY1LTQuMTRhLjUxLjUxIDAgMCAxIC43OCAwIDMuNDUgMy40NSAwIDAgMSAwIDQuNDVsLTIuMDggMi40MmEuNTEuNTEgMCAwIDEtLjc4IDBNMTMuNDcgNTguOGwtMS41Ni0xLjgxYS42OC42OCAwIDAgMSAwLS44OWw3LTcuOTNhLjUxLjUxIDAgMCAxIC43OCAwIDMuNDcgMy40NyAwIDAgMSAwIDQuNDZsLTUuNDEgNi4xNWEuNTEuNTEgMCAwIDEtLjc5IDBaTTIxLjQ5IDMzLjg4IDQ5LjE4IDIuNWwyLjM1IDIuNjgtMjcuNjkgMzEuMzh6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.personal-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6I2ZmZn08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMCAwaDUzLjN2NjFIMHoiIHN0eWxlPSJmaWxsOm5vbmUiLz48cGF0aCBkPSJNMjYuOTcgMjEuNDZhMTAuNzMgMTAuNzMgMCAxIDAtMTAuNy0xMC43MyAxMC43MyAxMC43MyAwIDAgMCAxMC43IDEwLjczbTAtMTguMDdhNy4zNCA3LjM0IDAgMSAxLTcuMzQgNy4zNCA3LjM0IDcuMzQgMCAwIDEgNy4zNC03LjM0TTM2LjAzIDIzLjcySDE3Ljk3YTEzIDEzIDAgMCAwLTEzIDEzVjQ4YTEzIDEzIDAgMCAwIDEzIDEzaDI4LjhhMi4yNiAyLjI2IDAgMCAwIDIuMjYtMi4yNnYtMjJhMTMgMTMgMCAwIDAtMTMtMTMuMDJtOS42MSAzMy44OWgtNS42N1Y0MS44YTIuODMgMi44MyAwIDAgMC0yLjgxLTIuOC41Ny41NyAwIDAgMC0uNTYuNTd2MTguMDRIMTcuNFYzOS41NGEuNTguNTggMCAwIDAtLjU3LS41NyAyLjgzIDIuODMgMCAwIDAtMi44NiAyLjc4djE1QTkuNjIgOS42MiAwIDAgMSA4LjMxIDQ4VjM2LjdhOS42MiA5LjYyIDAgMCAxIDkuNjYtOS41OWgxOC4wNmE5LjYyIDkuNjIgMCAwIDEgOS42MSA5LjZaIiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.contact-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6bm9uZX08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJtNTEuNDUgMTMuNzYtNDkuNTEtLjE1YTEuODYgMS44NiAwIDAgMC0xLjg3IDEuODZMMCAzNi40OWExMC43NSAxMC43NSAwIDAgMCAxMC42OSAxMC43OGw0MC42NC4xMmExLjg3IDEuODcgMCAwIDAgMS44OC0xLjg2bC4wOS0yOS44OWExLjg3IDEuODcgMCAwIDAtMS44NS0xLjg4bS0zLjIzIDIuNzlMMjYuNjEgMzUuNjQgNS4xOCAxNi40MlpNMTAuNyA0NC40NmE3Ljk0IDcuOTQgMCAwIDEtNy45LThsLjA2LTE4LjM3IDIyLjUyIDIwLjE5YTEuODcgMS44NyAwIDAgMCAyLjQ4IDBsMjIuNjUtMjAtLjA5IDI2LjMxWiIgc3R5bGU9ImZpbGw6I2ZmZiIvPjxwYXRoIGQ9Ik0wIDBoNTMuM3Y2MUgweiIgY2xhc3M9ImNscy0yIi8+PHBhdGggZD0iTTAgMGg1My4zdjYxSDB6IiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.delivery-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2MC41NiA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMntmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTMuMzYgMGg1My4zdjYxSDMuMzZ6IiBzdHlsZT0iZmlsbDpub25lIi8+PHBhdGggZD0iTTE2LjUyIDYxQTExLjc5IDExLjc5IDAgMCAxIDQuODQgNTAuNTNMMCA2LjY1YTIuMTUgMi4xNSAwIDAgMSAxLjktMi4zN0w0MC4yMS4wOEEyLjE0IDIuMTQgMCAwIDEgNDIuNTggMmw1Ljg3IDUzLjQzYTIuMTQgMi4xNCAwIDAgMS0xLjg5IDIuMzZsLTI4Ljc1IDMuMTNhMTEgMTEgMCAwIDEtMS4yOS4wOE0zLjM0IDcuMzUgOCA1MC4yMmE4LjU2IDguNTYgMCAwIDAgOS40MiA3LjU1bDI3LjY4LTMtNS42LTUxLjM4Wk01OC40MyA1NC40OGgtNS4zNmEuNTQuNTQgMCAwIDEtLjU0LS41MyAyLjY4IDIuNjggMCAwIDEgMi42OC0yLjY4aDIuMTV2LTQ1aC04LjU4YTIuNjggMi42OCAwIDAgMS0yLjY5LTIuNjcuNTQuNTQgMCAwIDEgLjU0LS41M2gxMS43OWEyLjE0IDIuMTQgMCAwIDEgMi4xNCAyLjE0djQ3LjEzYTIuMTMgMi4xMyAwIDAgMS0yLjEzIDIuMTQiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0xMy44MiA0Ny4xNGEuNTQuNTQgMCAwIDEgLjQ2LS42TDQwIDQzLjQ2YS41NC41NCAwIDAgMSAuNi40NmwuMjUgMi4xNGEuNTMuNTMgMCAwIDEtLjQ2LjZMMTYuODIgNDkuNWEyLjY4IDIuNjggMCAwIDEtMy0yLjMyWk0xMi43NCAzOC40NGEuNTUuNTUgMCAwIDEgLjQ3LS42bDI1LjcxLTMuMDhhLjUzLjUzIDAgMCAxIC42LjQ2bC4yNiAyLjE0YS41NC41NCAwIDAgMS0uNDYuNkwxNS43NCA0MC44YTIuNjggMi42OCAwIDAgMS0zLTIuMzJaTTExLjIxIDMwLjI5bC0yLTE2LjA4YTIuMTMgMi4xMyAwIDAgMSAxLjg0LTIuNGwxMC4zNi0xLjE2YTIuMTUgMi4xNSAwIDAgMSAyLjM1IDEuODVsMiAxNi4wN0EyLjE1IDIuMTUgMCAwIDEgMjQgMzFsLTEwLjQgMS4xM2EyLjE0IDIuMTQgMCAwIDEtMi4zOS0xLjg0bTEuMzMtMTUuNDIgMS43MiAxMy45MyA4LjE4LS45MUwyMC43MyAxNFpNMjguNTYgMjYuOTJhLjU0LjU0IDAgMCAxIC40Ny0uNTlsOC41OC0uOTVhLjUzLjUzIDAgMCAxIC41OC40N2wuMjQgMi4xNWEuNTMuNTMgMCAwIDEtLjQ3LjU5bC02LjQzLjcyYTIuNjggMi42OCAwIDAgMS0zLTIuMzZaTTI2LjI3IDExLjMxYS41NC41NCAwIDAgMSAuNDctLjU5bDguNTctMWEuNTMuNTMgMCAwIDEgLjU5LjQ3bC4yNCAyLjE0YS41NC41NCAwIDAgMS0uNDcuNTlsLTYuNDMuNzJhMi42OCAyLjY4IDAgMCAxLTMtMi4zNlpNMjcuNjkgMTkuMWEuNTQuNTQgMCAwIDEgLjQ3LS41OWw4LjU4LTFhLjU0LjU0IDAgMCAxIC41OS40N2wuMjMgMi4xNGEuNTQuNTQgMCAwIDEtLjQ3LjU5bC02LjQzLjcyYTIuNjcgMi42NyAwIDAgMS0zLTIuMzZaIiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.energy-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAzMy45NiA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTQuNjUgNjAuMDUtNC0zLjc4TDIzLjMgMjguODFINC40MmEuOTIuOTIgMCAwIDEtLjg4LS45NSAxLjA2IDEuMDYgMCAwIDEgLjE3LS41N0wyMyAuMzdBLjgzLjgzIDAgMCAxIDI0LjIzLjJMMjcgMi41MWExIDEgMCAwIDEgLjE1IDEuMzJsLTEzLjg5IDE5LjNoMTkuODNhLjkxLjkxIDAgMCAxIC44NyAxIDEgMSAwIDAgMS0uMjIuNjFaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNMjAuMzMgNjFILjg4QS45Mi45MiAwIDAgMSAwIDYwVjM5LjIyYS45MS45MSAwIDAgMSAuODgtLjk0QTQuNTkgNC41OSAwIDAgMSA1LjMgNDN2MTIuMzJoMTEuNDlhNC41OSA0LjU5IDAgMCAxIDQuNDIgNC43My45Mi45MiAwIDAgMS0uODguOTUiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.bank-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2Mi45MSA2MS4wMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEzLjMyIDM2LjcxYTguNiA4LjYgMCAwIDEtMS0uODZsLS4wNy0uMDgtLjY4LS43NSAyMy42NC0yMy40NCA4LjUyIDguMzUtOS4zMSA5LjA5aDUuMTlsNy41LTcuMzFhMi4zOSAyLjM5IDAgMCAwIDAtMy4zOEwyOS4yNC42OWEyLjQgMi40IDAgMCAwLTMuMzcgMEwuNyAyNS44OGEyLjM4IDIuMzggMCAwIDAgMCAzLjM3TDUgMzMuNTRsNCA0IC42Ny42N2ExMy40IDEzLjQgMCAwIDAgMi43NCAyLjMxIDEyLjUgMTIuNSAwIDAgMSAuOTEtMy44MW0tNS44LTUuNjktMy40NC0zLjQ2IDIzLjUtMjMuNDlMMzEgNy40Wk00Ni45IDQ4LjA4bC0uMzEtLjE0YTIuMjcgMi4yNyAwIDAgMC0yLjYxLjQzIDQuMiA0LjIgMCAwIDEtMS42MSAxIDQuNDggNC40OCAwIDAgMS00LS42bDIuNzgtMWEyLjMgMi4zIDAgMCAwIDEuMzgtMyAuNDYuNDYgMCAwIDAtLjU5LS4yOGwtNS41NSAyYTQuOCA0LjggMCAwIDEtLjU1LTEuNDdsMy44NC0xLjM5YTIuMyAyLjMgMCAwIDAgMS4zOS0zIC40Ni40NiAwIDAgMC0uNTktLjI4bC00LjYzIDEuNjhhNiA2IDAgMCAxIC4xOC0uNjMgNC4zNyA0LjM3IDAgMCAxIDIuNTgtMi41OSA0LjE2IDQuMTYgMCAwIDEgMS44NS0uMjIgMi4yOCAyLjI4IDAgMCAwIDIuMzMtMS4zOGwuMTQtLjMxYS40Ni40NiAwIDAgMC0uMjMtLjYyIDcgNyAwIDAgMC05LjE1IDMuOGwtLjEuMjdhOC41IDguNSAwIDAgMC0uNTcgMi43MmwtMS41Mi41NmEuNDYuNDYgMCAwIDAtLjI4LjU5bC42MyAxLjc0YS40Ni40NiAwIDAgMCAuNTkuMjhsLjkzLS4zM2MuMDYuMjMuMTMuNDUuMjEuNjdzLjIzLjUzLjM1Ljc4bC0uOTIuMzRhLjQ2LjQ2IDAgMCAwLS4yOC41OWwuNjMgMS43NGEuNDYuNDYgMCAwIDAgLjU5LjI4bDEuNi0uNTdBNy44NiA3Ljg2IDAgMCAwIDQxIDUyLjRhNi45IDYuOSAwIDAgMCAyLjMzLS4zOCA3IDcgMCAwIDAgMy43OS0zLjMxLjQ2LjQ2IDAgMCAwLS4yMi0uNjMiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik01Ni4yMSAyNy4xNmExLjg1IDEuODUgMCAwIDAtMi4zLTEuMjVMMTUuOTIgMzcuMDJhMS44NiAxLjg2IDAgMCAwLTEuMjYgMi4zbDQuMTQgMTQuMDdBMTAuNjMgMTAuNjMgMCAwIDAgMzIgNjAuNThsMjkuNTYtOC42MmExLjg1IDEuODUgMCAwIDAgMS4yNi0yLjNabS0yNSAzMC43NmE3Ljg4IDcuODggMCAwIDEtOS43Ni01LjMybC0zLjg3LTEzLjE4IDM2LjIyLTEwLjYgNi4xIDIwLjczWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.additional-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6I2ZmZjtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6Mi4xNnB4fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoNTMuM3Y2MUgweiIgc3R5bGU9ImZpbGw6bm9uZSIvPjxwYXRoIGQ9Ik0yNi4zOCA0Mi41MVYxNy43N2EuMTcuMTcgMCAwIDEgLjE3LS4xN2guNjdhLjE2LjE2IDAgMCAxIC4xNy4xNmgwdjI1LjQzYS4xNy4xNyAwIDAgMS0uMTcuMTdoMGEuODUuODUgMCAwIDEtLjg0LS44NFoiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0xNC4wMSAzMC4xNGgwYS4xNi4xNiAwIDAgMSAuMTctLjE2aDI1LjQxYS4xNi4xNiAwIDAgMSAuMTcuMTdoMHYuNjdhLjE3LjE3IDAgMCAxLS4xNy4xN0gxNC44NWEuODUuODUgMCAwIDEtLjg0LS44NFoiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0yNS4xMiA1NS40OGEyNSAyNSAwIDEgMSAyNS0yNSAyNSAyNSAwIDAgMS0yNSAyNW0wLTQ3YTIyIDIyIDAgMSAwIDUuNC42NyAyMiAyMiAwIDAgMC01LjQtLjcyWiIgc3R5bGU9ImZpbGw6I2ZmZiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43NykiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .step-summary-container ul.step-summary li.finish-data:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA0OS42MiA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTE4LjggMzYuNzktNy4wNi03LjIxYS41Ni41NiAwIDAgMSAwLS43OGwxLjU2LTEuNTdhLjU2LjU2IDAgMCAxIC43OCAwbDYuMzIgNi40NCAxMy41Mi0xMy41MmEyLjc2IDIuNzYgMCAwIDEgMy45IDAgLjU1LjU1IDAgMCAxIDAgLjc4TDIxLjkxIDM2Ljc5YTIuMiAyLjIgMCAwIDEtMy4xMSAwIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJtMjMuNTMgNjAuNTktMTguMjEtMTNBMTIuNjcgMTIuNjcgMCAwIDEgMCAzNy4yN1Y3YTIuMTkgMi4xOSAwIDAgMSAxLjY1LTIuMTVsMTEtMy4xM2E0NC41IDQ0LjUgMCAwIDEgMjQuNDkgMEw0OCA0Ljg1QTIuMTkgMi4xOSAwIDAgMSA0OS42MiA3djMwLjI3YTEyLjcgMTIuNyAwIDAgMS01LjMxIDEwLjMybC0xOC4yMiAxM2EyLjE5IDIuMTkgMCAwIDEtMi41NiAwTTMuMzEgNy44djI5LjQ3YTkuMzggOS4zOCAwIDAgMCAzLjkyIDcuNjNsMTcuNTggMTIuNTZMNDIuMzkgNDQuOWE5LjQyIDkuNDIgMCAwIDAgMy45My03LjYzVjcuOEwzNi4xNSA0LjlhNDEuMiA0MS4yIDAgMCAwLTIyLjY3IDBaIiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline{padding-left:30px;position:relative}.become-customer .summary .headline:before{background-position-x:left;content:"";font-size:21px;left:0;position:absolute}.become-customer .summary .headline.e-mail-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My42NCA2MC45OSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTI1LjE2IDU4Ljk5LTMuOTEtMjIuMTdMMS43OSAzMi40YTIuNjQgMi42NCAwIDAgMS0uNTQtNC43NEw1MC4zNy4zYTIuMDggMi4wOCAwIDAgMSAzIDEgMi44NSAyLjg1IDAgMCAxIDAgMi4zOUwyOS4zMSA1OS41OGEyLjEgMi4xIDAgMCAxLTMgMS4xNCAyLjQ3IDIuNDcgMCAwIDEtMS4xNS0xLjczTTUuNjUgMjkuNDNsMTguNDIgNC4xOSAzLjcgMjFMNDkgNS4zMVoiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik00LjYgNTcuNTQgMyA1NS43NWEuNjguNjggMCAwIDEgMC0uODlsMTMuNjYtMTUuNDlhLjUyLjUyIDAgMCAxIC43OSAwIDMuNDYgMy40NiAwIDAgMSAwIDQuNDVMNS4zOCA1Ny41NGEuNTEuNTEgMCAwIDEtLjc4IDBNNS43MSA0NC45OWwtMS41Ny0xLjg0YS42OC42OCAwIDAgMSAwLS44OWwzLjY1LTQuMTRhLjUxLjUxIDAgMCAxIC43OCAwIDMuNDUgMy40NSAwIDAgMSAwIDQuNDVsLTIuMDggMi40MmEuNTEuNTEgMCAwIDEtLjc4IDBNMTMuNDcgNTguOGwtMS41Ni0xLjgxYS42OC42OCAwIDAgMSAwLS44OWw3LTcuOTNhLjUxLjUxIDAgMCAxIC43OCAwIDMuNDcgMy40NyAwIDAgMSAwIDQuNDZsLTUuNDEgNi4xNWEuNTEuNTEgMCAwIDEtLjc5IDBaTTIxLjQ5IDMzLjg4IDQ5LjE4IDIuNWwyLjM1IDIuNjgtMjcuNjkgMzEuMzh6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.personal-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzAwMH08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJNMCAwaDUzLjN2NjFIMHoiIHN0eWxlPSJmaWxsOm5vbmUiLz48cGF0aCBkPSJNMjYuOTcgMjEuNDZhMTAuNzMgMTAuNzMgMCAxIDAtMTAuNy0xMC43MyAxMC43MyAxMC43MyAwIDAgMCAxMC43IDEwLjczbTAtMTguMDdhNy4zNCA3LjM0IDAgMSAxLTcuMzQgNy4zNCA3LjM0IDcuMzQgMCAwIDEgNy4zNC03LjM0TTM2LjAzIDIzLjcySDE3Ljk3YTEzIDEzIDAgMCAwLTEzIDEzVjQ4YTEzIDEzIDAgMCAwIDEzIDEzaDI4LjhhMi4yNiAyLjI2IDAgMCAwIDIuMjYtMi4yNnYtMjJhMTMgMTMgMCAwIDAtMTMtMTMuMDJtOS42MSAzMy44OWgtNS42N1Y0MS44YTIuODMgMi44MyAwIDAgMC0yLjgxLTIuOC41Ny41NyAwIDAgMC0uNTYuNTd2MTguMDRIMTcuNFYzOS41NGEuNTguNTggMCAwIDAtLjU3LS41NyAyLjgzIDIuODMgMCAwIDAtMi44NiAyLjc4djE1QTkuNjIgOS42MiAwIDAgMSA4LjMxIDQ4VjM2LjdhOS42MiA5LjYyIDAgMCAxIDkuNjYtOS41OWgxOC4wNmE5LjYyIDkuNjIgMCAwIDEgOS42MSA5LjZaIiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.contact-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6bm9uZX08L3N0eWxlPjwvZGVmcz48cGF0aCBkPSJtNTEuNDUgMTMuNzYtNDkuNTEtLjE1YTEuODYgMS44NiAwIDAgMC0xLjg3IDEuODZMMCAzNi40OWExMC43NSAxMC43NSAwIDAgMCAxMC42OSAxMC43OGw0MC42NC4xMmExLjg3IDEuODcgMCAwIDAgMS44OC0xLjg2bC4wOS0yOS44OWExLjg3IDEuODcgMCAwIDAtMS44NS0xLjg4bS0zLjIzIDIuNzlMMjYuNjEgMzUuNjQgNS4xOCAxNi40MlpNMTAuNyA0NC40NmE3Ljk0IDcuOTQgMCAwIDEtNy45LThsLjA2LTE4LjM3IDIyLjUyIDIwLjE5YTEuODcgMS44NyAwIDAgMCAyLjQ4IDBsMjIuNjUtMjAtLjA5IDI2LjMxWiIgc3R5bGU9ImZpbGw6IzAwMCIvPjxwYXRoIGQ9Ik0wIDBoNTMuM3Y2MUgweiIgY2xhc3M9ImNscy0yIi8+PHBhdGggZD0iTTAgMGg1My4zdjYxSDB6IiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.invoice-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2MC41NiA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMntmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTMuMzYgMGg1My4zdjYxSDMuMzZ6IiBzdHlsZT0iZmlsbDpub25lIi8+PHBhdGggZD0iTTE2LjUyIDYxQTExLjc5IDExLjc5IDAgMCAxIDQuODQgNTAuNTNMMCA2LjY1YTIuMTUgMi4xNSAwIDAgMSAxLjktMi4zN0w0MC4yMS4wOEEyLjE0IDIuMTQgMCAwIDEgNDIuNTggMmw1Ljg3IDUzLjQzYTIuMTQgMi4xNCAwIDAgMS0xLjg5IDIuMzZsLTI4Ljc1IDMuMTNhMTEgMTEgMCAwIDEtMS4yOS4wOE0zLjM0IDcuMzUgOCA1MC4yMmE4LjU2IDguNTYgMCAwIDAgOS40MiA3LjU1bDI3LjY4LTMtNS42LTUxLjM4Wk01OC40MyA1NC40OGgtNS4zNmEuNTQuNTQgMCAwIDEtLjU0LS41MyAyLjY4IDIuNjggMCAwIDEgMi42OC0yLjY4aDIuMTV2LTQ1aC04LjU4YTIuNjggMi42OCAwIDAgMS0yLjY5LTIuNjcuNTQuNTQgMCAwIDEgLjU0LS41M2gxMS43OWEyLjE0IDIuMTQgMCAwIDEgMi4xNCAyLjE0djQ3LjEzYTIuMTMgMi4xMyAwIDAgMS0yLjEzIDIuMTQiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0xMy44MiA0Ny4xNGEuNTQuNTQgMCAwIDEgLjQ2LS42TDQwIDQzLjQ2YS41NC41NCAwIDAgMSAuNi40NmwuMjUgMi4xNGEuNTMuNTMgMCAwIDEtLjQ2LjZMMTYuODIgNDkuNWEyLjY4IDIuNjggMCAwIDEtMy0yLjMyWk0xMi43NCAzOC40NGEuNTUuNTUgMCAwIDEgLjQ3LS42bDI1LjcxLTMuMDhhLjUzLjUzIDAgMCAxIC42LjQ2bC4yNiAyLjE0YS41NC41NCAwIDAgMS0uNDYuNkwxNS43NCA0MC44YTIuNjggMi42OCAwIDAgMS0zLTIuMzJaTTExLjIxIDMwLjI5bC0yLTE2LjA4YTIuMTMgMi4xMyAwIDAgMSAxLjg0LTIuNGwxMC4zNi0xLjE2YTIuMTUgMi4xNSAwIDAgMSAyLjM1IDEuODVsMiAxNi4wN0EyLjE1IDIuMTUgMCAwIDEgMjQgMzFsLTEwLjQgMS4xM2EyLjE0IDIuMTQgMCAwIDEtMi4zOS0xLjg0bTEuMzMtMTUuNDIgMS43MiAxMy45MyA4LjE4LS45MUwyMC43MyAxNFpNMjguNTYgMjYuOTJhLjU0LjU0IDAgMCAxIC40Ny0uNTlsOC41OC0uOTVhLjUzLjUzIDAgMCAxIC41OC40N2wuMjQgMi4xNWEuNTMuNTMgMCAwIDEtLjQ3LjU5bC02LjQzLjcyYTIuNjggMi42OCAwIDAgMS0zLTIuMzZaTTI2LjI3IDExLjMxYS41NC41NCAwIDAgMSAuNDctLjU5bDguNTctMWEuNTMuNTMgMCAwIDEgLjU5LjQ3bC4yNCAyLjE0YS41NC41NCAwIDAgMS0uNDcuNTlsLTYuNDMuNzJhMi42OCAyLjY4IDAgMCAxLTMtMi4zNlpNMjcuNjkgMTkuMWEuNTQuNTQgMCAwIDEgLjQ3LS41OWw4LjU4LTFhLjU0LjU0IDAgMCAxIC41OS40N2wuMjMgMi4xNGEuNTQuNTQgMCAwIDEtLjQ3LjU5bC02LjQzLjcyYTIuNjcgMi42NyAwIDAgMS0zLTIuMzZaIiBjbGFzcz0iY2xzLTIiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.energy-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCAzMy45NiA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0ibTQuNjUgNjAuMDUtNC0zLjc4TDIzLjMgMjguODFINC40MmEuOTIuOTIgMCAwIDEtLjg4LS45NSAxLjA2IDEuMDYgMCAwIDEgLjE3LS41N0wyMyAuMzdBLjgzLjgzIDAgMCAxIDI0LjIzLjJMMjcgMi41MWExIDEgMCAwIDEgLjE1IDEuMzJsLTEzLjg5IDE5LjNoMTkuODNhLjkxLjkxIDAgMCAxIC44NyAxIDEgMSAwIDAgMS0uMjIuNjFaIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNMjAuMzMgNjFILjg4QS45Mi45MiAwIDAgMSAwIDYwVjM5LjIyYS45MS45MSAwIDAgMSAuODgtLjk0QTQuNTkgNC41OSAwIDAgMSA1LjMgNDN2MTIuMzJoMTEuNDlhNC41OSA0LjU5IDAgMCAxIDQuNDIgNC43My45Mi45MiAwIDAgMS0uODguOTUiIGNsYXNzPSJjbHMtMSIvPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.bank-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA2Mi45MSA2MS4wMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDB9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTEzLjMyIDM2LjcxYTguNiA4LjYgMCAwIDEtMS0uODZsLS4wNy0uMDgtLjY4LS43NSAyMy42NC0yMy40NCA4LjUyIDguMzUtOS4zMSA5LjA5aDUuMTlsNy41LTcuMzFhMi4zOSAyLjM5IDAgMCAwIDAtMy4zOEwyOS4yNC42OWEyLjQgMi40IDAgMCAwLTMuMzcgMEwuNyAyNS44OGEyLjM4IDIuMzggMCAwIDAgMCAzLjM3TDUgMzMuNTRsNCA0IC42Ny42N2ExMy40IDEzLjQgMCAwIDAgMi43NCAyLjMxIDEyLjUgMTIuNSAwIDAgMSAuOTEtMy44MW0tNS44LTUuNjktMy40NC0zLjQ2IDIzLjUtMjMuNDlMMzEgNy40Wk00Ni45IDQ4LjA4bC0uMzEtLjE0YTIuMjcgMi4yNyAwIDAgMC0yLjYxLjQzIDQuMiA0LjIgMCAwIDEtMS42MSAxIDQuNDggNC40OCAwIDAgMS00LS42bDIuNzgtMWEyLjMgMi4zIDAgMCAwIDEuMzgtMyAuNDYuNDYgMCAwIDAtLjU5LS4yOGwtNS41NSAyYTQuOCA0LjggMCAwIDEtLjU1LTEuNDdsMy44NC0xLjM5YTIuMyAyLjMgMCAwIDAgMS4zOS0zIC40Ni40NiAwIDAgMC0uNTktLjI4bC00LjYzIDEuNjhhNiA2IDAgMCAxIC4xOC0uNjMgNC4zNyA0LjM3IDAgMCAxIDIuNTgtMi41OSA0LjE2IDQuMTYgMCAwIDEgMS44NS0uMjIgMi4yOCAyLjI4IDAgMCAwIDIuMzMtMS4zOGwuMTQtLjMxYS40Ni40NiAwIDAgMC0uMjMtLjYyIDcgNyAwIDAgMC05LjE1IDMuOGwtLjEuMjdhOC41IDguNSAwIDAgMC0uNTcgMi43MmwtMS41Mi41NmEuNDYuNDYgMCAwIDAtLjI4LjU5bC42MyAxLjc0YS40Ni40NiAwIDAgMCAuNTkuMjhsLjkzLS4zM2MuMDYuMjMuMTMuNDUuMjEuNjdzLjIzLjUzLjM1Ljc4bC0uOTIuMzRhLjQ2LjQ2IDAgMCAwLS4yOC41OWwuNjMgMS43NGEuNDYuNDYgMCAwIDAgLjU5LjI4bDEuNi0uNTdBNy44NiA3Ljg2IDAgMCAwIDQxIDUyLjRhNi45IDYuOSAwIDAgMCAyLjMzLS4zOCA3IDcgMCAwIDAgMy43OS0zLjMxLjQ2LjQ2IDAgMCAwLS4yMi0uNjMiIGNsYXNzPSJjbHMtMSIvPjxwYXRoIGQ9Ik01Ni4yMSAyNy4xNmExLjg1IDEuODUgMCAwIDAtMi4zLTEuMjVMMTUuOTIgMzcuMDJhMS44NiAxLjg2IDAgMCAwLTEuMjYgMi4zbDQuMTQgMTQuMDdBMTAuNjMgMTAuNjMgMCAwIDAgMzIgNjAuNThsMjkuNTYtOC42MmExLjg1IDEuODUgMCAwIDAgMS4yNi0yLjNabS0yNSAzMC43NmE3Ljg4IDcuODggMCAwIDEtOS43Ni01LjMybC0zLjg3LTEzLjE4IDM2LjIyLTEwLjYgNi4xIDIwLjczWiIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .summary .headline.additional-data-headline:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA1My4zIDYxIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzAwMDtzdHJva2U6IzAwMDtzdHJva2UtbGluZWNhcDpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6Mi4xNnB4fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0wIDBoNTMuM3Y2MUgweiIgc3R5bGU9ImZpbGw6bm9uZSIvPjxwYXRoIGQ9Ik0yNi4zOCA0Mi41MVYxNy43N2EuMTcuMTcgMCAwIDEgLjE3LS4xN2guNjdhLjE2LjE2IDAgMCAxIC4xNy4xNmgwdjI1LjQzYS4xNy4xNyAwIDAgMS0uMTcuMTdoMGEuODUuODUgMCAwIDEtLjg0LS44NFoiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0xNC4wMSAzMC4xNGgwYS4xNi4xNiAwIDAgMSAuMTctLjE2aDI1LjQxYS4xNi4xNiAwIDAgMSAuMTcuMTdoMHYuNjdhLjE3LjE3IDAgMCAxLS4xNy4xN0gxNC44NWEuODUuODUgMCAwIDEtLjg0LS44NFoiIGNsYXNzPSJjbHMtMiIvPjxwYXRoIGQ9Ik0yNS4xMiA1NS40OGEyNSAyNSAwIDEgMSAyNS0yNSAyNSAyNSAwIDAgMS0yNSAyNW0wLTQ3YTIyIDIyIDAgMSAwIDUuNC42NyAyMiAyMiAwIDAgMC01LjQtLjcyWiIgc3R5bGU9ImZpbGw6IzAwMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS43NykiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .navbar{border-bottom:none}.become-customer .et-button-back{background-color:#dadada;border-color:#dadada}.become-customer .offer-container .calculator-result-products{padding-left:.625rem;padding-right:.625rem}.become-customer .calculator-container .calculator-result-products .product,.become-customer .offer-container .calculator-result-products .product{text-align:center}.become-customer .calculator-container .calculator-result-products .product .product-price,.become-customer .offer-container .calculator-result-products .product .product-price{background-color:#46712d;border-radius:14px;color:#fff}.become-customer .calculator-container .calculator-result-products .product .product-icon,.become-customer .offer-container .calculator-result-products .product .product-icon{left:5px}.become-customer .calculator-container .calculator-result-products .product.single-product,.become-customer .offer-container .calculator-result-products .product.single-product{text-align:left}.become-customer .calculator-container .calculator-result-products .product.electricity-product .product-icon,.become-customer .offer-container .calculator-result-products .product.electricity-product .product-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ny4wOCA1Ni44NSI+PGcgZGF0YS1uYW1lPSJFYmVuZSAyIj48cGF0aCBkPSJNMjguNTQgMEEyOC41NyAyOC41NyAwIDAgMCAwIDI4LjU0YzAgMTAuMTUgNi42IDIxIDE1LjcgMjUuNjlhMjIuOCAyMi44IDAgMCAwIDEwLjQ1IDIuNjIgMTcuOCAxNy44IDAgMCAwIDEwLjY3LTMuMzNBMTIuOTQgMTIuOTQgMCAwIDAgNDEuNiA0NGExMi40IDEyLjQgMCAwIDAtMy42LTguNzNsMS4xMS0xLjEtMi4yMS01LjUxIDIuNTQtMi41NC04LTgtMiAyLTYuNzUtNi43NmExIDEgMCAwIDAtMS40MSAxLjQxTDI4IDIxLjU2bC02LjEyIDYuMTQtNi43NS02Ljc2YTEgMSAwIDAgMC0xLjQxIDEuNDFsNi43NSA2Ljc2LTIgMiA4IDhMMjkgMzYuNThsNS41IDIuMjIgMS4yOS0xLjI5QTkuMTIgOS4xMiAwIDAgMSAzOC40NSA0NGE5Ljc4IDkuNzggMCAwIDEtMy41MSA3Yy00LjYgMy40MS0xMS43NSAzLjU5LTE3Ljc4LjQ1LTguMTItNC4yMi0xNC0xMy44NS0xNC0yMi44OWEyNS4zOSAyNS4zOSAwIDEgMSA0MS4zNiAxOS43MUExNy4yIDE3LjIgMCAwIDEgNDEgNTMuNzVhMzcuNiAzNy42IDAgMCAwIDUuNDgtM0EyOC41NCAyOC41NCAwIDAgMCAyOC41NCAwIiBkYXRhLW5hbWU9IkViZW5lIDEiIHN0eWxlPSJmaWxsOiNmZmYiLz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .calculator-container .calculator-result-products .product.gas-product .product-icon,.become-customer .offer-container .calculator-result-products .product.gas-product .product-icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NyA1Ni43OCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IkViZW5lXzIiIGRhdGEtbmFtZT0iRWJlbmUgMiI+PGcgaWQ9IkViZW5lXzEtMiIgZGF0YS1uYW1lPSJFYmVuZSAxIj48cGF0aCBkPSJNMjMuOTEgNDMuOTFjLTMuNzItMy4zOS04Ljc1LTcuMjMtOC45Mi0xMi42My0uMjctOC4xNyA3LjEzLTE1LjQ3IDEyLjg1LTIwLjU0QzMzLjU2IDE1LjgxIDQxIDIzLjExIDQwLjcgMzEuMjhjLS4xOCA1LjQtNS4yIDkuMjQtOC45MiAxMi42MyAyLjU2LTMgNS40NS02LjQ1IDUuNTctOS45MS4xOS02LTUuMjgtMTEuNDMtOS41MS0xNS4xOS00LjIzIDMuNzYtOS43IDkuMTktOS41IDE1LjE5LjExIDMuNDYgMyA2LjkgNS41NyA5LjkxIiBjbGFzcz0iY2xzLTEiLz48cGF0aCBkPSJNNDkuNjIgOS4yQTI4LjcyIDI4LjcyIDAgMCAwIDkuMjUgNy40NWEyOC4zOSAyOC4zOSAwIDAgMCAyMSA0OS4yNyAzNy4zIDM3LjMgMCAwIDAgNi4xMS0xLjQ2IDE3LjEgMTcuMSAwIDAgMS02LjMtMS42N0EyNS4yNSAyNS4yNSAwIDAgMSAxMS4zOSA5Ljc2YTI1LjU0IDI1LjU0IDAgMCAxIDM1LjkgMS41NkM1My40IDE4IDU1LjU3IDI5IDUyLjQ0IDM3LjUyYy0yLjMzIDYuMzYtNy43MyAxMS0xMy40NCAxMS42M2E5Ljg4IDkuODggMCAwIDEtNy4zLTIuNzUgOC4zNCA4LjM0IDAgMCAxLTIuMTYtNC4xOGMxLjc4LTIuMTUgNC4zNS00Ljc2IDQuNDMtNy4zOS4xMy0zLjg5LTMuNC03LjM3LTYuMTMtOS43OS0yLjczIDIuNDItNi4yNSA1LjktNi4xMyA5Ljc5LjA5IDIuNzQgMi44OCA1LjQ2IDQuNjYgNy42N2ExMS41MyAxMS41MyAwIDAgMCAzIDYgMTMgMTMgMCAwIDAgMTAgMy43NSAxOCAxOCAwIDAgMCAxMC4xNC00LjcyIDIyLjcgMjIuNyAwIDAgMCA1Ljg5LTguOTNjMy41Mi05LjYgMS4wOC0yMS45NS01Ljc4LTI5LjQiIGNsYXNzPSJjbHMtMSIvPjwvZz48L2c+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1em}.become-customer .calculator-result-column .intro .et-button-primary,.become-customer .calculator-result-container .et-button-primary{background:#fff;border-color:#fff;color:#000}.become-customer .calculator-result-column .intro .et-button-primary svg path,.become-customer .calculator-result-column .intro .et-button-primary:hover path,.become-customer .calculator-result-container .et-button-primary svg path,.become-customer .calculator-result-container .et-button-primary:hover path{fill:#000}header{height:5.625rem;position:relative}header .navbar{background-color:#fff;box-shadow:none;flex-wrap:nowrap;height:5.625rem;padding:0;position:fixed;top:0;width:100%;z-index:999}header .navbar-brand{align-items:center;display:flex;height:100%;margin:0 0 0 .9375rem;padding:.5em 0}header .logo{box-sizing:content-box;flex:0 0 auto;height:auto;max-height:100%;max-width:11.25rem;width:100%}header .navbar-collapse{background-color:#fff;bottom:0;max-height:calc(100% - 5.625rem);position:fixed;right:0;text-align:center;width:100%;z-index:-1}header .navbar-collapse.collapsing{transition-duration:.5s}header .navbar-collapse.show{height:100%}header .navbar-collapse .main-nav{height:100%;width:100%}header .navbar-collapse .logo{margin-left:.9375rem}header .navbar-nav{display:inline-flex;font-size:1.125em;height:calc(100vh - 5.625rem);list-style:none;margin-left:auto;margin-right:auto;padding-bottom:3.125rem;padding-top:6.6875rem}header .nav-item .link{color:#000;display:block;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-weight:400;padding-bottom:.625rem;padding-top:.625rem}header .nav-item .et-button{margin:9px;width:100%}header .nav-item.active .link{color:#46712d}header .navbar-burger{display:flex}header .navbar-burger .mobile-powered-by-logo-wrapper{margin-left:15px;padding:.5em 0}header .navbar-burger .navbar-burger-inner{height:100%;text-align:center;width:6.25rem}header .navbar-burger .navbar-burger-inner button{padding-left:calc(50% - 11px)}header .navbar-burger .navbar-toggle{background-color:transparent;border:none;height:5.625rem;padding-left:calc(50% - 11px);position:relative;width:100%}header .navbar-burger .navbar-toggle .icon-bar{background-color:#000;border-radius:1px;display:block;height:2px;margin-top:4px;transition:all .2s;width:22px}header .navbar-burger .navbar-toggle .top-bar{margin-left:5px;transform:rotate(45deg);transform-origin:10% 10%}header .navbar-burger .navbar-toggle .middle-bar{opacity:0}header .navbar-burger .navbar-toggle .bottom-bar{margin-left:5px;transform:rotate(-45deg);transform-origin:10% 90%}header .navbar-burger .navbar-toggle.collapsed .top-bar{margin-left:0;transform:rotate(0)}header .navbar-burger .navbar-toggle.collapsed .middle-bar{opacity:1}header .navbar-burger .navbar-toggle.collapsed .bottom-bar{margin-left:0;transform:rotate(0)}@media(min-width:768px){header .navbar{padding-right:15px}header .navbar .navbar-brand{margin:0 0 0 2.25rem}}@media(min-width:1024px){header,header .navbar{height:7.125rem}header .navbar.fixed{position:fixed;top:0}header .navbar .navbar-brand .logo{max-width:17rem}header .navbar .navbar-collapse,header .navbar .navbar-collapse.show{height:100%;margin-left:auto;max-height:100%;position:relative;width:auto}header .navbar .navbar-collapse ul,header .navbar .navbar-collapse.show ul{float:right}header .navbar .navbar-collapse .navbar-nav,header .navbar .navbar-collapse.show .navbar-nav{align-items:center;align-self:flex-start;display:flex;height:100%;margin-left:auto;padding:0}header .navbar.navbar-expand-lg .navbar-burger{display:none}header .nav-item .link{padding:0 1.0625rem}header .nav-item .et-button{width:auto}}body.author header{height:auto}body.author header .navbar{height:7.125rem;position:relative}body.author header .navbar-burger,body.author header .navbar-collapse{position:absolute;z-index:auto}header .navbar{border-bottom:3px solid #dadada}section.area.stage h2{font-size:2.1875rem}@media(min-width:1024px){section.area.stage h2{font-size:2.8125rem}}section.area.stage .col.background,section.area.stage section.content .cc-row .background.cc-column,section.content .cc-row section.area.stage .background.cc-column{display:none}section.area.stage .col.content,section.area.stage section.content .cc-row .content.cc-column,section.content .cc-row section.area.stage .content.cc-column{align-items:center;display:flex;flex-flow:column;padding-bottom:.9375rem;padding-top:3.75rem;text-align:center}section.area.stage .col.content .text-container,section.area.stage section.content .cc-row .content.cc-column .text-container,section.content .cc-row section.area.stage .content.cc-column .text-container{max-width:570px}@media(min-width:768px){section.area.stage .col.background,section.area.stage .col.content,section.area.stage section.content .cc-row .background.cc-column,section.area.stage section.content .cc-row .content.cc-column,section.content .cc-row section.area.stage .background.cc-column,section.content .cc-row section.area.stage .content.cc-column{background-position:50%;background-repeat:no-repeat;background-size:cover;flex:0 0 50%;max-width:50%}section.area.stage .col.content,section.area.stage section.content .cc-row .content.cc-column,section.content .cc-row section.area.stage .content.cc-column{display:flex;flex:1 0 auto;text-align:left}section.area.stage .col.content .text-container,section.area.stage section.content .cc-row .content.cc-column .text-container,section.content .cc-row section.area.stage .content.cc-column .text-container{margin:auto auto auto 0;max-width:17.875rem}section.area.stage .col.background,section.area.stage section.content .cc-row .background.cc-column,section.content .cc-row section.area.stage .background.cc-column{display:block;flex:0 0 50%;height:20rem;max-width:50%;overflow:hidden;padding-top:6.25rem;z-index:1}section.area.stage .col.background picture,section.area.stage section.content .cc-row .background.cc-column picture,section.content .cc-row section.area.stage .background.cc-column picture{float:right}}@media(min-width:1024px){section.area.stage .col.content .text-container,section.area.stage section.content .cc-row .content.cc-column .text-container,section.content .cc-row section.area.stage .content.cc-column .text-container{max-width:28.75rem}section.area.stage .col.content .text-container .text-content,section.area.stage section.content .cc-row .content.cc-column .text-container .text-content,section.content .cc-row section.area.stage .content.cc-column .text-container .text-content{max-width:19.125rem}section.area.stage .col.background,section.area.stage section.content .cc-row .background.cc-column,section.content .cc-row section.area.stage .background.cc-column{height:23.75rem;padding-top:8rem}}@media(min-width:1366px){section.area.stage .col.content .text-container,section.area.stage section.content .cc-row .content.cc-column .text-container,section.content .cc-row section.area.stage .content.cc-column .text-container{max-width:33.0625rem}}@media(min-width:768px){section.area.stage .col.background,section.area.stage section.content .cc-row .background.cc-column,section.content .cc-row section.area.stage .background.cc-column{flex:0 0 calc(50% - 50px);max-width:calc(50% - 50px)}section.area.stage .col.content,section.area.stage section.content .cc-row .content.cc-column,section.content .cc-row section.area.stage .content.cc-column{flex:0 0 calc(50% + 50px);max-width:calc(50% + 50px);padding-left:4.0625rem}}@media(min-width:1024px){section.area.stage .col.background,section.area.stage section.content .cc-row .background.cc-column,section.content .cc-row section.area.stage .background.cc-column{flex:0 0 calc(50% - 100px);max-width:calc(50% - 100px)}section.area.stage .col.content,section.area.stage section.content .cc-row .content.cc-column,section.content .cc-row section.area.stage .content.cc-column{flex:0 0 calc(50% + 100px);max-width:calc(50% + 100px);padding-left:7.1875rem}}section.content.price-history{width:100%}section.content.price-history h2{text-align:center}section.content.price-history .text-content{margin-bottom:30px;text-align:center}section.content.price-history .price-history-container{background-color:#fff;border-radius:6px;box-shadow:0 2px 6px 0 rgba(0,0,0,.45);color:#000;font-family:LidlFont Pro,Trebuchet MS,Arial,sans-serif;font-size:1rem;margin:0 auto;width:100%}section.content.price-history .price-history__header{background-color:#fff;border-top-left-radius:0;border-top-right-radius:0;text-align:center}section.content.price-history .price-history__header .h3{color:#000;margin-bottom:0;padding:26px;position:relative;text-align:center}section.content.price-history .price-history__body{padding:15px}section.content.price-history .price-history-chart{display:none}section.content.price-history .product-name__label{font-weight:700;margin-right:5px}section.content.price-history .product-name__value{color:#46712d;font-weight:700}section.content.price-history .product-chooser{display:flex;margin:15px 0}section.content.price-history .option-chooser{margin-left:calc(50% - 7.375rem)}section.content.price-history .product-switch-group{margin:auto}section.content.price-history .product-switch-group .product-switch__product{height:36px;margin:0;width:154px}section.content.price-history .product-switch-group .product-switch__product .radio-control{border-radius:0;display:inline-block;position:relative}section.content.price-history .product-switch-group .product-switch__product .radio-control .product-icon{background-color:#fff;background-position:50%;border:2px solid #fff;border-radius:.5em;font-size:26px;left:2px}section.content.price-history .product-switch-group .product-switch__product .radio-control .product-icon svg{height:.65em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.65em}section.content.price-history .product-switch-group .product-switch__product .radio-control .product-icon svg .fill{fill:#000}section.content.price-history .product-switch-group .product-switch__product .radio-control .product-icon svg .stroke{stroke:#000}section.content.price-history .product-switch-group .product-switch__product .radio-name{display:inline-block;font-size:15px;width:100%}section.content.price-history .product-switch-group .product-switch__product:first-child .radio-control{border-bottom-left-radius:18px;border-top-left-radius:18px;padding-left:26px}section.content.price-history .product-switch-group .product-switch__product:first-child .radio-control .radio-icon{left:4px}section.content.price-history .product-switch-group .product-switch__product:last-child .radio-control{border-bottom-right-radius:18px;border-top-right-radius:18px;padding-right:26px}section.content.price-history .product-switch-group .product-switch__product:last-child .radio-control .radio-icon{left:auto;right:4px}section.content.price-history .product-switch-group .product-switch__product input:checked+.radio-control{background-color:#46712d;border-color:#46712d;color:#fff}section.content.price-history .product-switch-group .product-switch__product input:checked+.radio-control .radio-icon svg .fill{fill:#46712d}section.content.price-history .product-switch-group .product-switch__product input:checked+.radio-control .radio-icon svg .stroke{stroke:#46712d}@media(min-width:1024px){section.content.price-history .price-history-chart{display:block}section.content.price-history .price-history-table{display:none}}.background-transparent.component-theme-default,.background-transparent.component-theme-extra-green,.background-transparent.component-theme-green,.background-transparent.component-theme-grey,.background-transparent.component-theme-light-green,.background-transparent.component-theme-white,main.main--aba-calculator .background-transparent.calculator-results,main.main--aba-calculator footer.background-transparent,section.content.contact-box .background-transparent.card{background:transparent}.theme-background-image.component-theme-default,.theme-background-image.component-theme-extra-green,.theme-background-image.component-theme-green,.theme-background-image.component-theme-grey,.theme-background-image.component-theme-light-green,.theme-background-image.component-theme-white,main.main--aba-calculator .theme-background-image.calculator-results,main.main--aba-calculator footer.theme-background-image,section.content.contact-box .theme-background-image.card{background-position:50%;background-repeat:no-repeat;background-size:cover}.component-theme-default .selectable,.component-theme-default .selectable .selectable-marker,.component-theme-extra-green .selectable,.component-theme-extra-green .selectable .selectable-marker,.component-theme-green .selectable,.component-theme-green .selectable .selectable-marker,.component-theme-grey .selectable,.component-theme-grey .selectable .selectable-marker,.component-theme-light-green .selectable,.component-theme-light-green .selectable .selectable-marker,.component-theme-white .selectable,.component-theme-white .selectable .selectable-marker,main.main--aba-calculator .calculator-results .selectable,main.main--aba-calculator .calculator-results .selectable .selectable-marker,main.main--aba-calculator footer .selectable,main.main--aba-calculator footer .selectable .selectable-marker,section.content.contact-box .card .selectable,section.content.contact-box .card .selectable .selectable-marker{border-color:rgba(0,0,0,.6)}.component-theme-default .selectable.active,.component-theme-default .selectable.active .selectable-marker,.component-theme-extra-green .selectable.active,.component-theme-extra-green .selectable.active .selectable-marker,.component-theme-green .selectable.active,.component-theme-green .selectable.active .selectable-marker,.component-theme-grey .selectable.active,.component-theme-grey .selectable.active .selectable-marker,.component-theme-light-green .selectable.active,.component-theme-light-green .selectable.active .selectable-marker,.component-theme-white .selectable.active,.component-theme-white .selectable.active .selectable-marker,main.main--aba-calculator .calculator-results .selectable.active,main.main--aba-calculator .calculator-results .selectable.active .selectable-marker,main.main--aba-calculator footer .selectable.active,main.main--aba-calculator footer .selectable.active .selectable-marker,section.content.contact-box .card .selectable.active,section.content.contact-box .card .selectable.active .selectable-marker{border-color:#000}.component-theme-default .tns-nav button,.component-theme-extra-green .tns-nav button,.component-theme-green .tns-nav button,.component-theme-grey .tns-nav button,.component-theme-light-green .tns-nav button,.component-theme-white .tns-nav button,main.main--aba-calculator .calculator-results .tns-nav button,main.main--aba-calculator footer .tns-nav button,section.content.contact-box .card .tns-nav button{background-color:#000}.component-theme-default .controls li.next,.component-theme-extra-green .controls li.next,.component-theme-green .controls li.next,.component-theme-grey .controls li.next,.component-theme-light-green .controls li.next,.component-theme-white .controls li.next,main.main--aba-calculator .calculator-results .controls li.next,main.main--aba-calculator footer .controls li.next,section.content.contact-box .card .controls li.next{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40OTQiIGhlaWdodD0iMjcuNDg4Ij48cGF0aCBkPSJtMjA4Mi41IDI0MCAxMi41MDYgMTIuNTA2LTEyLjUwNiAxMi41MDciIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDA7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozLjVweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwODEuMjYyIC0yMzguNzYzKSIvPjwvc3ZnPg==) no-repeat}.component-theme-default .controls li.prev,.component-theme-extra-green .controls li.prev,.component-theme-green .controls li.prev,.component-theme-grey .controls li.prev,.component-theme-light-green .controls li.prev,.component-theme-white .controls li.prev,main.main--aba-calculator .calculator-results .controls li.prev,main.main--aba-calculator footer .controls li.prev,section.content.contact-box .card .controls li.prev{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40OTQiIGhlaWdodD0iMjcuNDg4Ij48cGF0aCBkPSJtMjA5NS4wMDYgMjQwLTEyLjUwNiAxMi41MDYgMTIuNTA2IDEyLjUwNiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzAwMDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjMuNXB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4MC43NSAtMjM4Ljc2MykiLz48L3N2Zz4=) no-repeat}.component-theme-default .background-container,.component-theme-extra-green .background-container,.component-theme-green .background-container,.component-theme-grey .background-container,.component-theme-light-green .background-container,.component-theme-white .background-container,main.main--aba-calculator .calculator-results .background-container,main.main--aba-calculator footer .background-container,section.content.contact-box .card .background-container{color:#fff}.component-theme-default a,.component-theme-extra-green a,.component-theme-green a,.component-theme-grey a,.component-theme-light-green a,.component-theme-white a,main.main--aba-calculator .calculator-results a,main.main--aba-calculator footer a,section.content.contact-box .card a{font-weight:600}.component-theme-default .text-content ul.formatted-list li,.component-theme-extra-green .text-content ul.formatted-list li,.component-theme-green .text-content ul.formatted-list li,.component-theme-grey .text-content ul.formatted-list li,.component-theme-light-green .text-content ul.formatted-list li,.component-theme-white .text-content ul.formatted-list li,main.main--aba-calculator .calculator-results .text-content ul.formatted-list li,main.main--aba-calculator footer .text-content ul.formatted-list li,section.content.contact-box .card .text-content ul.formatted-list li{list-style:none;position:relative}.component-theme-default .text-content ul.formatted-list li:not(:last-child),.component-theme-extra-green .text-content ul.formatted-list li:not(:last-child),.component-theme-green .text-content ul.formatted-list li:not(:last-child),.component-theme-grey .text-content ul.formatted-list li:not(:last-child),.component-theme-light-green .text-content ul.formatted-list li:not(:last-child),.component-theme-white .text-content ul.formatted-list li:not(:last-child),main.main--aba-calculator .calculator-results .text-content ul.formatted-list li:not(:last-child),main.main--aba-calculator footer .text-content ul.formatted-list li:not(:last-child),section.content.contact-box .card .text-content ul.formatted-list li:not(:last-child){margin-bottom:1em}.component-theme-default .text-content ul.formatted-list li:before,.component-theme-extra-green .text-content ul.formatted-list li:before,.component-theme-green .text-content ul.formatted-list li:before,.component-theme-grey .text-content ul.formatted-list li:before,.component-theme-light-green .text-content ul.formatted-list li:before,.component-theme-white .text-content ul.formatted-list li:before,main.main--aba-calculator .calculator-results .text-content ul.formatted-list li:before,main.main--aba-calculator footer .text-content ul.formatted-list li:before,section.content.contact-box .card .text-content ul.formatted-list li:before{content:"";display:inline-block;left:-2em;position:absolute;top:.25em}.component-theme-default .text-content ul.formatted-list li:before,.component-theme-grey .text-content ul.formatted-list li:before,.component-theme-white .text-content ul.formatted-list li:before,section.content.contact-box .card .text-content ul.formatted-list li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Mi43NiAyOS4zIj48ZyBkYXRhLW5hbWU9IkViZW5lIDIiPjxwYXRoIGQ9Ik0xMS42OSAyOC4yNi4yNiAxNi41OGEuODkuODkgMCAwIDEgMC0xLjI2bDIuNTItMi41M2EuODkuODkgMCAwIDEgMS4yNiAwTDE0LjI4IDIzLjIgMzYuMTcgMS4zMWE0LjQ4IDQuNDggMCAwIDEgNi4zMiAwIC44OS44OSAwIDAgMSAwIDEuMjZMMTYuNzMgMjguMjZhMy41OSAzLjU5IDAgMCAxLTUuMDQgMCIgZGF0YS1uYW1lPSJFYmVuZSAxIiBzdHlsZT0iZmlsbDojMDA2YTM0Ii8+PC9nPjwvc3ZnPg==);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1.5em}.component-theme-default .selectable.active>a .h4,.component-theme-default .selectable.active>a h4,.component-theme-grey .selectable.active>a .h4,.component-theme-grey .selectable.active>a h4,.component-theme-white .selectable.active>a .h4,.component-theme-white .selectable.active>a h4,section.content.contact-box .card .selectable.active>a .h4,section.content.contact-box .card .selectable.active>a h4{color:#46712d}.component-theme-extra-green:not(.bg-only),.component-theme-green:not(.bg-only),.component-theme-light-green:not(.bg-only),main.main--aba-calculator .calculator-results:not(.bg-only),main.main--aba-calculator footer:not(.bg-only){color:#fff}.component-theme-extra-green:not(.bg-only).background-gradient,.component-theme-green:not(.bg-only).background-gradient,.component-theme-light-green:not(.bg-only).background-gradient,main.main--aba-calculator .calculator-results:not(.bg-only).background-gradient,main.main--aba-calculator footer:not(.bg-only).background-gradient{background:#46712d;background:-moz-linear-gradient(left,#46712d 0,#46712d 100%);background:-webkit-linear-gradient(left,#46712d,#46712d);background:linear-gradient(90deg,#46712d 0,#46712d);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=$left-color,endColorstr=$right-color,GradientType=1)}.component-theme-extra-green:not(.bg-only) .h1,.component-theme-extra-green:not(.bg-only) .h1 .mark,.component-theme-extra-green:not(.bg-only) .h2,.component-theme-extra-green:not(.bg-only) .h2 .mark,.component-theme-extra-green:not(.bg-only) .h3,.component-theme-extra-green:not(.bg-only) .h3 .mark,.component-theme-extra-green:not(.bg-only) .h4,.component-theme-extra-green:not(.bg-only) .h4 .mark,.component-theme-extra-green:not(.bg-only) a,.component-theme-extra-green:not(.bg-only) a .mark,.component-theme-extra-green:not(.bg-only) h1,.component-theme-extra-green:not(.bg-only) h1 .mark,.component-theme-extra-green:not(.bg-only) h2,.component-theme-extra-green:not(.bg-only) h2 .mark,.component-theme-extra-green:not(.bg-only) h3,.component-theme-extra-green:not(.bg-only) h3 .mark,.component-theme-extra-green:not(.bg-only) h4,.component-theme-extra-green:not(.bg-only) h4 .mark,.component-theme-green:not(.bg-only) .h1,.component-theme-green:not(.bg-only) .h1 .mark,.component-theme-green:not(.bg-only) .h2,.component-theme-green:not(.bg-only) .h2 .mark,.component-theme-green:not(.bg-only) .h3,.component-theme-green:not(.bg-only) .h3 .mark,.component-theme-green:not(.bg-only) .h4,.component-theme-green:not(.bg-only) .h4 .mark,.component-theme-green:not(.bg-only) a,.component-theme-green:not(.bg-only) a .mark,.component-theme-green:not(.bg-only) h1,.component-theme-green:not(.bg-only) h1 .mark,.component-theme-green:not(.bg-only) h2,.component-theme-green:not(.bg-only) h2 .mark,.component-theme-green:not(.bg-only) h3,.component-theme-green:not(.bg-only) h3 .mark,.component-theme-green:not(.bg-only) h4,.component-theme-green:not(.bg-only) h4 .mark,.component-theme-light-green:not(.bg-only) .h1,.component-theme-light-green:not(.bg-only) .h1 .mark,.component-theme-light-green:not(.bg-only) .h2,.component-theme-light-green:not(.bg-only) .h2 .mark,.component-theme-light-green:not(.bg-only) .h3,.component-theme-light-green:not(.bg-only) .h3 .mark,.component-theme-light-green:not(.bg-only) .h4,.component-theme-light-green:not(.bg-only) .h4 .mark,.component-theme-light-green:not(.bg-only) a,.component-theme-light-green:not(.bg-only) a .mark,.component-theme-light-green:not(.bg-only) h1,.component-theme-light-green:not(.bg-only) h1 .mark,.component-theme-light-green:not(.bg-only) h2,.component-theme-light-green:not(.bg-only) h2 .mark,.component-theme-light-green:not(.bg-only) h3,.component-theme-light-green:not(.bg-only) h3 .mark,.component-theme-light-green:not(.bg-only) h4,.component-theme-light-green:not(.bg-only) h4 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) .h1,main.main--aba-calculator .calculator-results:not(.bg-only) .h1 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) .h2,main.main--aba-calculator .calculator-results:not(.bg-only) .h2 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) .h3,main.main--aba-calculator .calculator-results:not(.bg-only) .h3 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) .h4,main.main--aba-calculator .calculator-results:not(.bg-only) .h4 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) a,main.main--aba-calculator .calculator-results:not(.bg-only) a .mark,main.main--aba-calculator .calculator-results:not(.bg-only) h1,main.main--aba-calculator .calculator-results:not(.bg-only) h1 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) h2,main.main--aba-calculator .calculator-results:not(.bg-only) h2 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) h3,main.main--aba-calculator .calculator-results:not(.bg-only) h3 .mark,main.main--aba-calculator .calculator-results:not(.bg-only) h4,main.main--aba-calculator .calculator-results:not(.bg-only) h4 .mark,main.main--aba-calculator footer:not(.bg-only) .h1,main.main--aba-calculator footer:not(.bg-only) .h1 .mark,main.main--aba-calculator footer:not(.bg-only) .h2,main.main--aba-calculator footer:not(.bg-only) .h2 .mark,main.main--aba-calculator footer:not(.bg-only) .h3,main.main--aba-calculator footer:not(.bg-only) .h3 .mark,main.main--aba-calculator footer:not(.bg-only) .h4,main.main--aba-calculator footer:not(.bg-only) .h4 .mark,main.main--aba-calculator footer:not(.bg-only) a,main.main--aba-calculator footer:not(.bg-only) a .mark,main.main--aba-calculator footer:not(.bg-only) h1,main.main--aba-calculator footer:not(.bg-only) h1 .mark,main.main--aba-calculator footer:not(.bg-only) h2,main.main--aba-calculator footer:not(.bg-only) h2 .mark,main.main--aba-calculator footer:not(.bg-only) h3,main.main--aba-calculator footer:not(.bg-only) h3 .mark,main.main--aba-calculator footer:not(.bg-only) h4,main.main--aba-calculator footer:not(.bg-only) h4 .mark{color:#fff}.component-theme-extra-green:not(.bg-only) .selectable,.component-theme-extra-green:not(.bg-only) .selectable.active,.component-theme-green:not(.bg-only) .selectable,.component-theme-green:not(.bg-only) .selectable.active,.component-theme-light-green:not(.bg-only) .selectable,.component-theme-light-green:not(.bg-only) .selectable.active,main.main--aba-calculator .calculator-results:not(.bg-only) .selectable,main.main--aba-calculator .calculator-results:not(.bg-only) .selectable.active,main.main--aba-calculator footer:not(.bg-only) .selectable,main.main--aba-calculator footer:not(.bg-only) .selectable.active{border-color:#fff}.component-theme-extra-green:not(.bg-only) .selectable.active .h4,.component-theme-extra-green:not(.bg-only) .selectable.active h4,.component-theme-green:not(.bg-only) .selectable.active .h4,.component-theme-green:not(.bg-only) .selectable.active h4,.component-theme-light-green:not(.bg-only) .selectable.active .h4,.component-theme-light-green:not(.bg-only) .selectable.active h4,main.main--aba-calculator .calculator-results:not(.bg-only) .selectable.active .h4,main.main--aba-calculator .calculator-results:not(.bg-only) .selectable.active h4,main.main--aba-calculator footer:not(.bg-only) .selectable.active .h4,main.main--aba-calculator footer:not(.bg-only) .selectable.active h4{color:#fff}.component-theme-extra-green:not(.bg-only) .et-button-primary,.component-theme-green:not(.bg-only) .et-button-primary,.component-theme-light-green:not(.bg-only) .et-button-primary,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-primary,main.main--aba-calculator footer:not(.bg-only) .et-button-primary{background:#fff none;border-color:#fff;color:#000}.component-theme-extra-green:not(.bg-only) .et-button-primary:hover,.component-theme-green:not(.bg-only) .et-button-primary:hover,.component-theme-light-green:not(.bg-only) .et-button-primary:hover,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-primary:hover,main.main--aba-calculator footer:not(.bg-only) .et-button-primary:hover{background-color:#fff;border-color:#fff;color:#000}.component-theme-extra-green:not(.bg-only) .et-button-secondary,.component-theme-green:not(.bg-only) .et-button-secondary,.component-theme-light-green:not(.bg-only) .et-button-secondary,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-secondary,main.main--aba-calculator footer:not(.bg-only) .et-button-secondary{background-color:transparent;border-color:#fff;color:#fff}.component-theme-extra-green:not(.bg-only) .et-button-secondary:hover,.component-theme-green:not(.bg-only) .et-button-secondary:hover,.component-theme-light-green:not(.bg-only) .et-button-secondary:hover,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-secondary:hover,main.main--aba-calculator footer:not(.bg-only) .et-button-secondary:hover{border-color:#fff;color:#fff}.component-theme-extra-green:not(.bg-only) .et-button-primary svg path,.component-theme-extra-green:not(.bg-only) .et-button-primary:hover path,.component-theme-green:not(.bg-only) .et-button-primary svg path,.component-theme-green:not(.bg-only) .et-button-primary:hover path,.component-theme-light-green:not(.bg-only) .et-button-primary svg path,.component-theme-light-green:not(.bg-only) .et-button-primary:hover path,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-primary svg path,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-primary:hover path,main.main--aba-calculator footer:not(.bg-only) .et-button-primary svg path,main.main--aba-calculator footer:not(.bg-only) .et-button-primary:hover path{fill:#000}.component-theme-extra-green:not(.bg-only) .et-button-secondary svg path,.component-theme-extra-green:not(.bg-only) .et-button-secondary:hover path,.component-theme-green:not(.bg-only) .et-button-secondary svg path,.component-theme-green:not(.bg-only) .et-button-secondary:hover path,.component-theme-light-green:not(.bg-only) .et-button-secondary svg path,.component-theme-light-green:not(.bg-only) .et-button-secondary:hover path,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-secondary svg path,main.main--aba-calculator .calculator-results:not(.bg-only) .et-button-secondary:hover path,main.main--aba-calculator footer:not(.bg-only) .et-button-secondary svg path,main.main--aba-calculator footer:not(.bg-only) .et-button-secondary:hover path{fill:#fff}.component-theme-extra-green .tns-nav button,.component-theme-green .tns-nav button,.component-theme-light-green .tns-nav button,main.main--aba-calculator .calculator-results .tns-nav button,main.main--aba-calculator footer .tns-nav button{background-color:#fff;border-color:#fff}.component-theme-extra-green .controls li.next,.component-theme-green .controls li.next,.component-theme-light-green .controls li.next,main.main--aba-calculator .calculator-results .controls li.next,main.main--aba-calculator footer .controls li.next{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40OTQiIGhlaWdodD0iMjcuNDg4Ij48cGF0aCBkPSJtMjA4Mi41IDI0MCAxMi41MDYgMTIuNTA2LTEyLjUwNiAxMi41MDciIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS13aWR0aDozLjVweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwODEuMjYyIC0yMzguNzYzKSIvPjwvc3ZnPg==) no-repeat}.component-theme-extra-green .controls li.prev,.component-theme-green .controls li.prev,.component-theme-light-green .controls li.prev,main.main--aba-calculator .calculator-results .controls li.prev,main.main--aba-calculator footer .controls li.prev{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS40OTQiIGhlaWdodD0iMjcuNDg4Ij48cGF0aCBkPSJtMjA5NS4wMDYgMjQwLTEyLjUwNiAxMi41MDYgMTIuNTA2IDEyLjUwNiIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6I2ZmZjtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLXdpZHRoOjMuNXB4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA4MC43NSAtMjM4Ljc2MykiLz48L3N2Zz4=) no-repeat}.component-theme-extra-green .text-content ul.formatted-list li:before,.component-theme-green .text-content ul.formatted-list li:before,.component-theme-light-green .text-content ul.formatted-list li:before,main.main--aba-calculator .calculator-results .text-content ul.formatted-list li:before,main.main--aba-calculator footer .text-content ul.formatted-list li:before{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJFYmVuZV8xIiBkYXRhLW5hbWU9IkViZW5lIDEiIHZpZXdCb3g9IjAgMCA0NC41OSA2MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmV9PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTIuODUgMGg0MS43NHY2MUgyLjg1eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTkuMDcgMGgzMC40OXY2MUg5LjA3eiIgY2xhc3M9ImNscy0xIi8+PHBhdGggZD0iTTExLjQzIDQ0LjI0IDAgMzIuNTZhLjg5Ljg5IDAgMCAxIDAtMS4yNmwyLjUxLTIuNTNhLjkuOSAwIDAgMSAxLjI3IDBMMTQgMzkuMTlsMjEuODktMjEuOWE0LjQ3IDQuNDcgMCAwIDEgNi4zMiAwIC45LjkgMCAwIDEgMCAxLjI3TDE2LjQ3IDQ0LjI0YTMuNTkgMy41OSAwIDAgMS01LjA0IDAiIHN0eWxlPSJmaWxsOiNmZmYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC4yNikiLz48cGF0aCBkPSJNLjI2IDBoNDIuNXY2MUguMjZ6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);background-position-y:center;background-repeat:no-repeat;background-size:auto 100%;height:1em;width:1.5em}.stage-slider-container .stage-item .col-text,section.content.contact .contact-header{color:#a7bb63}.stage-slider-container .stage-item .col-text .h1,.stage-slider-container .stage-item .col-text .h1 .mark,.stage-slider-container .stage-item .col-text .h2,.stage-slider-container .stage-item .col-text .h2 .mark,.stage-slider-container .stage-item .col-text .h3,.stage-slider-container .stage-item .col-text .h3 .mark,.stage-slider-container .stage-item .col-text .h4,.stage-slider-container .stage-item .col-text .h4 .mark,.stage-slider-container .stage-item .col-text a,.stage-slider-container .stage-item .col-text a .mark,.stage-slider-container .stage-item .col-text h1,.stage-slider-container .stage-item .col-text h1 .mark,.stage-slider-container .stage-item .col-text h2,.stage-slider-container .stage-item .col-text h2 .mark,.stage-slider-container .stage-item .col-text h3,.stage-slider-container .stage-item .col-text h3 .mark,.stage-slider-container .stage-item .col-text h4,.stage-slider-container .stage-item .col-text h4 .mark,section.content.contact .contact-header .h1,section.content.contact .contact-header .h1 .mark,section.content.contact .contact-header .h2,section.content.contact .contact-header .h2 .mark,section.content.contact .contact-header .h3,section.content.contact .contact-header .h3 .mark,section.content.contact .contact-header .h4,section.content.contact .contact-header .h4 .mark,section.content.contact .contact-header a,section.content.contact .contact-header a .mark,section.content.contact .contact-header h1,section.content.contact .contact-header h1 .mark,section.content.contact .contact-header h2,section.content.contact .contact-header h2 .mark,section.content.contact .contact-header h3,section.content.contact .contact-header h3 .mark,section.content.contact .contact-header h4,section.content.contact .contact-header h4 .mark{color:#fff}.component-theme-green{background-color:#46712d}.component-theme-light-green{background-color:#a7bb63}.component-theme-extra-green{background-color:#46712d}.component-theme-grey{background-color:#e9ddcd}html{opacity:1;visibility:visible}.button-wrapper[data-v-76085bc0],.button-wrapper[data-v-c6175bf2]{margin-bottom:195px;text-align:right}@keyframes loader-cycle-25d4600e{0%{animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-animation[data-v-25d4600e]{position:relative}.loading-animation .loader[data-v-25d4600e]{animation:loader-cycle-25d4600e 1s linear infinite;display:inline-block;height:1em;margin:-.5;position:absolute;width:1em}.loading-animation .loader[data-v-25d4600e]:after{backface-visibility:hidden;border:.15em solid;border-left:.15em solid transparent;border-radius:50%;box-sizing:border-box;content:"";display:block;height:2em;transform:translateZ(0) scale(.5);transform-origin:0 0;width:2em}.radio-group[data-v-4e10fc7e]{margin-right:15px}.radio-group.company-group[data-v-4e10fc7e]{float:right}.birthdayLabel[data-v-4e10fc7e]{margin-right:10px}@media(min-width:768px){.birthdayLabel[data-v-4e10fc7e]{margin-right:29px}}.birthdate[data-v-4e10fc7e]{display:inline-block;width:78px}.birthdate[data-v-4e10fc7e]:not(.birthdayyear){margin-right:4px}.birthdaymonth[data-v-4e10fc7e]{padding-left:1.6rem;padding-right:1.6rem}.birthdayyear[data-v-4e10fc7e]{padding-left:1.25rem;padding-right:1.3rem}.birthdate.birthdayday.is-invalid[data-v-4e10fc7e]{padding-right:1.625rem}.birthday-container[data-v-4e10fc7e]{display:inline-block}.autocomplete[data-v-d1b19bc8]{display:inline-block;position:relative}.autocomplete-results[data-v-d1b19bc8]{border-bottom-left-radius:24px;border-bottom-right-radius:24px;height:120px;margin:0;overflow:auto;padding:0;position:absolute;width:100%;z-index:999}.autocomplete-result[data-v-d1b19bc8]{cursor:pointer;list-style:none;padding:4px 2px;text-align:left}.phone-group[data-v-5dd6d4d9]{margin-bottom:2.875rem;position:relative}h3[data-v-49845411]{margin-bottom:18px}.info-box[data-v-49845411]{margin-bottom:20px;padding:20px}.info-box__title[data-v-49845411]{display:block;font-size:1.25em;margin-bottom:.5rem}.details[data-v-49845411]{padding:20px 0}h3.h3[data-v-3f9a847a]{font-size:1.25rem}.radio-inline[data-v-3f9a847a]{margin-bottom:0;overflow:hidden;padding-left:24px;position:relative;vertical-align:bottom;width:89%}.radio-inline-input[data-v-3f9a847a]{left:0;position:absolute}.help-text[data-v-3f9a847a]{line-height:19px;margin-top:5px;padding-left:25px}.tip-icon[data-v-3f9a847a]{background-size:auto 48px}.change-text[data-v-3f9a847a]{margin-top:22px}.new-text[data-v-3f9a847a]{margin-top:12px}.radio-label-wrapper.line-with-toggler:not(.header-line) .label-text[data-v-3f9a847a]{max-width:85%}.radio-label-wrapper.line-with-toggler:not(.header-line) .line[data-v-3f9a847a]{margin-left:0}.radio-label-wrapper.line-with-toggler:not(.header-line) a[data-v-3f9a847a]{margin-top:.75em;position:relative}.radio-label-wrapper.line-with-toggler:not(.header-line) a .toggle-arrow[data-v-3f9a847a]{top:-.5em}.header-line.line-with-toggler .line[data-v-3f9a847a]{margin-top:.8em}.header-line.line-with-toggler a[data-v-3f9a847a]{margin-top:.8em;position:relative}.header-line.line-with-toggler a .toggle-arrow[data-v-3f9a847a]{top:-.5em}.radio-input-group[data-v-3f9a847a]{overflow:hidden;position:relative}.house-icon[data-v-3f9a847a]{background-position-x:16%;background-position-y:center;background-size:50px;padding-left:140px}.change-help-text[data-v-3f9a847a]{font-weight:600;margin-top:11px;padding-left:25px}.delivery-container[data-v-3f9a847a]{padding-left:25px}.delivery-date-text[data-v-3f9a847a]{font-weight:600;margin-bottom:15px;margin-top:12px}.button-wrapper[data-v-3f9a847a]{margin-top:6px}.deliverydate[data-v-3f9a847a]{display:inline-block;width:74px}.deliverydate[data-v-3f9a847a]:not(.deliveryyear){margin-right:4px}.deliverydate.deliveryyear[data-v-3f9a847a]{margin-right:0}@media(min-width:576px){.deliverydate.deliveryyear[data-v-3f9a847a]{margin-right:32px}}.deliveryday[data-v-3f9a847a],.deliverymonth[data-v-3f9a847a]{padding-left:1.6rem;padding-right:1.6rem}.deliveryyear[data-v-3f9a847a]{padding-left:1.3rem;padding-right:1.35rem}.deliverydate.deliveryday.is-invalid[data-v-3f9a847a]{padding-right:1.625rem}label[data-v-3f9a847a]{cursor:pointer}.invoice-headline[data-v-3f9a847a]{margin-top:35px}.deliverydate-input-group[data-v-3f9a847a]{position:relative}.icon-calendar[data-v-3f9a847a]{background-position:50%;background-repeat:no-repeat;display:inline-block;height:21px;vertical-align:middle;width:21px}.calendar-link-open[data-v-3f9a847a],.delivery-calendar-wrapper[data-v-3f9a847a]{display:inline-block}.radio-group[data-v-3f9a847a]{margin-right:15px}.radio-group.company-group[data-v-3f9a847a]{float:right}.billing-frequency[data-v-3f9a847a]{margin-top:35px}.input-meteringpoint .text-error[data-v-d61b8bba]{display:block}.input-meteringpoint .with-prefix[data-v-d61b8bba]{display:block;position:relative}.input-meteringpoint .with-prefix input.form-control[data-v-d61b8bba]{letter-spacing:.5px;padding-left:3.4375rem;padding-right:1rem}.input-meteringpoint .with-prefix .prefix[data-v-d61b8bba]{background:none;border:none;height:100%;left:1.5em;line-height:1.5;position:absolute;width:1.8em}.meteringPointHeadline[data-v-6e008c9c]{margin-top:41.5px}.block-label[data-v-6e008c9c]{display:block}.form-control.meteringpoint-code[data-v-6e008c9c]{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;float:left;padding-right:0;width:55px}.form-control.meteringpoint[data-v-6e008c9c]{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;float:left;letter-spacing:.5px;padding-left:0;padding-right:12px;width:calc(100% - 55px)}.text-error[data-v-6e008c9c]{clear:both}.bold-text[data-v-6e008c9c]{font-weight:700}.clear[data-v-6e008c9c]:after{clear:both;content:"";display:block}.sell-photovoltaic-container[data-v-6e008c9c]{margin-bottom:15px;margin-top:14px}.photovoltaic-yes-container[data-v-6e008c9c]{margin-bottom:7px}.easy-service-headline[data-v-6e008c9c]{margin-top:33px}.meteringpoint-tipp[data-v-6e008c9c]{margin-bottom:22px}.photovoltaicHeadline[data-v-6e008c9c]{padding-top:14px}p.bank-intro[data-v-1fb5e4f1]{margin-bottom:22px}.deduction-headline[data-v-1fb5e4f1]{font-weight:700}.customer-portal-headline[data-v-1fb5e4f1]{margin-top:41px}.smart-meter-checkbox[data-v-1fb5e4f1]{margin-top:34.5px}.e-mail-hint[data-v-1fb5e4f1]{margin-bottom:25.5px}.text-error[data-v-22d15dcd]{display:block}.promotion-error[data-v-16886b7e]{color:#848484;font-size:.8125rem}.mobility-container[data-v-16886b7e],.promotion-headline[data-v-16886b7e]{margin-top:50px}.donation-container[data-v-16886b7e]{border-radius:6px;box-shadow:0 3px 9px rgba(0,0,0,.16);margin-bottom:22px;padding:34px 30px 20px 29px}.donation-input[data-v-16886b7e]{margin-bottom:16px;margin-top:14px}.donation-input-disabled[data-v-16886b7e]{opacity:.5}.form-control.donation-input[data-v-16886b7e]:disabled{background-color:transparent}.summary[data-v-7af8eba1]{margin-top:28px;padding-left:13.3px;position:relative}.summary .icon-edit[data-v-7af8eba1]{right:12.5px;top:5.9px}.vertical-line[data-v-7af8eba1]{border-radius:50px;height:100%;left:0;position:absolute;top:0}.headline[data-v-7af8eba1]{font-weight:600;margin-bottom:13px}.text-wrapper[data-v-7af8eba1]{padding-left:4.2px}.text-wrapper .user-input-value[data-v-7af8eba1]{font-weight:700}.offer-result-list[data-v-7af8eba1]{margin-bottom:1.5625rem;margin-top:17px}.offer-result-list ul[data-v-7af8eba1]{padding-left:1.25rem}.calculator-result-products[data-v-7af8eba1]{display:flex;flex-wrap:wrap;justify-content:center;margin:1.0625rem -.4375rem 1.1875rem;padding:0 20px}.offer-container.tipp-help-area[data-v-7af8eba1]{max-width:100%}.offer-container.tipp-help-area .tipp-help-header .icon-offer-edit[data-v-7af8eba1]{cursor:pointer;font-size:12px;position:absolute;right:19.5px;top:19.9px}.offer-container.tipp-help-area .tipp-help-header .tipp-help-headline[data-v-7af8eba1]{margin-left:25px}.offer-text[data-v-7af8eba1]{padding-bottom:15px}.offer-bottom[data-v-7af8eba1]{padding-left:24.9px;padding-right:22px}.offer-bottom .total-price[data-v-7af8eba1]{margin-bottom:0}.confirmation-headline[data-v-7af8eba1]{margin-bottom:1.375rem;margin-top:1.6875rem}.product-price[data-v-7af8eba1]{-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#fff 0 0 no-repeat padding-box;box-shadow:0 3px 6px rgba(0,0,0,.16);font-size:.75rem;margin-bottom:9px;margin-top:7px}@media(min-width:768px){.product .brutto[data-v-7af8eba1]{display:inline-block}}.product-name[data-v-7af8eba1]{font-size:.8125rem}.single-product[data-v-7af8eba1]{text-align:left}.single-product .product-info[data-v-7af8eba1],.single-product .product-price[data-v-7af8eba1]{display:inline-block}.single-product .product-price[data-v-7af8eba1]{margin-top:0}.single-product .product-info[data-v-7af8eba1]{margin-left:15px;transform:translateY(9px)}.success-help-text-paragraph[data-v-31e12bb9]{display:inline-block}.success-help-text-paragraph+.success-help-text-paragraph[data-v-31e12bb9]{margin-top:20px}.input-disabled{opacity:.55}.option-group[data-v-e7f222ce]{margin-top:1.25rem}h2.h2[data-v-e7f222ce]{margin-bottom:10px}.section-start[data-v-e7f222ce]{margin-top:2.875rem}.mobility-card-delivery-container[data-v-e7f222ce]{padding-left:19px}.input-disabled[data-v-e7f222ce]{opacity:.55}.step-summary-container[data-v-4652a144]{background-color:transparent;margin-top:.9375rem}@media(min-width:768px){.step-summary-container[data-v-4652a144]{flex:none;height:0;left:0;margin:0;margin-top:3.375rem;max-width:100%;position:fixed;width:100%}}.step-summary-container .step-summary[data-v-4652a144]{margin-left:28px;padding-bottom:5px;padding-left:0;position:relative}@media(min-width:768px){.step-summary-container .step-summary[data-v-4652a144]{left:calc(66.66667% + 15px);margin:3.375rem 0 0;padding-bottom:0;transform:none}}@media(min-width:1024px){.step-summary-container .step-summary[data-v-4652a144]{left:calc(50% + 135px)}}.step-summary-container .step-summary a[data-v-4652a144]{cursor:auto}.step-summary-container .step-summary a.linkactive[data-v-4652a144]{cursor:pointer}.step-summary-container .step-summary .indicator[data-v-4652a144]{border-radius:50px;bottom:0;display:inline-block;height:2px;left:0;opacity:.26;position:absolute;width:100%}@media(min-width:768px){.step-summary-container .step-summary .indicator[data-v-4652a144]{bottom:unset;height:100%;width:2px}}.step-summary-container .step-summary .indicator-full[data-v-4652a144]{opacity:1}@media(min-width:768px){.step-summary-container .step-summary .indicator-full[data-v-4652a144]{display:none}}.step-summary-container .step-summary .mobile-back[data-v-4652a144]{bottom:-7px;cursor:pointer;font-size:16px;left:-28px;position:absolute}@media(min-width:768px){.step-summary-container .step-summary .mobile-back[data-v-4652a144]{display:none}}.step-summary-container .step-summary li[data-v-4652a144]{font-size:.8125rem;font-weight:400;line-height:23px;list-style:none;opacity:.5;padding-left:3px}@media(min-width:768px){.step-summary-container .step-summary li[data-v-4652a144]{font-size:1rem;font-weight:700;margin-bottom:13px;margin-left:2px;padding-left:12px}}.step-summary-container .step-summary li[data-v-4652a144]:not(.selected){display:none}@media(min-width:768px){.step-summary-container .step-summary li[data-v-4652a144]:not(.selected){display:list-item}}.step-summary-container .step-summary li.done[data-v-4652a144],.step-summary-container .step-summary li.selected[data-v-4652a144]{opacity:1}@media(min-width:768px){.step-summary-container .step-summary li.done[data-v-4652a144],.step-summary-container .step-summary li.selected[data-v-4652a144]{margin-left:-1px}}.step-summary-container .step-summary li.selected[data-v-4652a144]:after{content:attr(data-content);float:right}@media(min-width:768px){.step-summary-container .step-summary li.selected[data-v-4652a144]:after{content:""}.step-summary-container .step-summary li.done[data-v-4652a144]{margin-bottom:0;padding-bottom:13px}}.product-selection-container[data-v-fb19dc86]{margin:0 auto;max-width:360px;position:relative}.glow-effect[data-v-fb19dc86]{background:#fff;background:linear-gradient(hsla(0,0%,100%,0),#fff 70%);height:5.5rem;pointer-events:none;position:absolute;top:-4.5rem;width:100%}.calculator-result-products .gradient-overlay[data-v-fb19dc86]{background:#fff;background:linear-gradient(0deg,#fff 50%,rgba(0,212,255,0));position:absolute;z-index:-1}.calculator-result-products .icon-edit[data-v-fb19dc86]{right:10px;top:10px}.mobility-results-container[data-v-53bb8634]{font-size:.866667em;margin:0 auto;max-width:360px;position:relative}.mobility-results-container .icon-edit[data-v-53bb8634]{float:right;font-size:13px;position:relative}.mobility-results-container .headline[data-v-53bb8634]{border-bottom:1px solid hsla(0,0%,85%,.5);padding:5px;width:100%}.mobility-results-container .calculator-result-products[data-v-53bb8634]{display:block;padding:11px 16px 10px;position:relative}.mobility-results-container .product[data-v-53bb8634]{display:flex;flex-wrap:wrap;margin-top:5px}.mobility-results-container .product .product-name[data-v-53bb8634]{flex:0 0 100%;padding:0 5px;text-align:left}.mobility-results-container .product .product-price[data-v-53bb8634]{flex:0 0 56%;height:28px;max-width:56%}.mobility-results-container .product .product-info[data-v-53bb8634]{flex:0 0 44%;line-height:1;max-width:44%;padding-left:10px;text-align:left}.glow-effect[data-v-53bb8634]{background:#fff;background:linear-gradient(hsla(0,0%,100%,0),#fff 70%);height:5.5rem;pointer-events:none;position:absolute;top:-4.5rem;width:100%}.hidden[data-v-5197b719],.hidden[data-v-be055dbe]{display:none}.container[data-v-682a6ed9]:after{clear:both;content:" ";display:block;height:0;visibility:hidden}.calculator-container[data-v-682a6ed9]{bottom:0;left:0;position:sticky;right:0}@media(min-width:768px){.calculator-container[data-v-682a6ed9]{position:fixed}}.calculator-container-column[data-v-682a6ed9]{padding:0}@media(min-width:768px){.main-area-acquisition[data-v-682a6ed9]{padding-top:5rem}}@media(min-width:1366px){.main-area-acquisition[data-v-682a6ed9]{padding-top:2.5rem}}.main-area-acquisition .acquisition-form[data-v-682a6ed9]{margin:4rem auto 0;max-width:360px}@media(min-width:768px){.main-area-acquisition .acquisition-form[data-v-682a6ed9]{margin:0 auto}}.main-area-acquisition .et-button-next[data-v-682a6ed9]{float:right}.clearfix[data-v-682a6ed9]:after{clear:both;content:"";display:block}.container[data-v-65dd5188]:after{clear:both;content:" ";display:block;height:0;visibility:hidden}@media(min-width:768px){.main-area-acquisition[data-v-65dd5188]{padding-top:8.125rem}}.main-area-acquisition .acquisition-form[data-v-65dd5188]{margin:4rem auto 0;max-width:748px}@media(min-width:768px){.main-area-acquisition .acquisition-form[data-v-65dd5188]{margin:0 auto}}.success-background[data-v-65dd5188]{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NDguMDQxIiBoZWlnaHQ9IjU1NC42NzQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDE9IjEuMjgxIiB4Mj0iLjAwNCIgeTE9Ii42NjYiIHkyPSIuMjk2IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjODViODE4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNTk5NjFlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTY4NC40NjMgODguNjI0YzI5LjM1NSAxMDIuODY4LTU3LjU3MyAyNDMuMDYzLTEzNC4yMTEgMzAxLjU1NC04NS4yMyA2NS4wNDctMjQ4LjggMTA0LjM1MS0zODYuOTkgNDAuMzcxQzg1Ljg4NiAzOTQuNzI2LTEwLjg3MSAzMDkuMjc0Ljk5NCAxOTcuMTE0IDkuODc5IDExMy4xMjkgNzguNDcgMjUuNTIxIDE2MC4wNCAxMy41NTUgMjQ5LjkxNy4zNzEgMjkzLjEzNCA4OC4xNzYgMzg5LjUgNjkuODM4IDQ2Mi41MjkgNTUuOTQ1IDQ3My42NzMgMy42NjQgNTM2LjE2Ny4yNTIgNjAzLjgtMy40NDEgNjY4LjgyIDMzLjgwOSA2ODQuNDYzIDg4LjYyNCIgZGF0YS1uYW1lPSJQZmFkIDExNjMiIHRyYW5zZm9ybT0icm90YXRlKC04IDY4Ni45NDcgNDguMDM2KSIvPjwvc3ZnPg==) 50% no-repeat}@keyframes loader-cycle-29927d90{0%{animation-timing-function:cubic-bezier(.3333,.3333,.6667,.6667);transform:rotate(0deg)}to{transform:rotate(1turn)}}button[data-v-29927d90]{position:relative}button .loader[data-v-29927d90]{animation:loader-cycle-29927d90 1s linear infinite;display:inline-block;height:1em;margin:-.5;position:absolute;width:1em}button .loader[data-v-29927d90]:after{backface-visibility:hidden;border:.15em solid;border-left:.15em solid transparent;border-radius:50%;box-sizing:border-box;content:"";display:block;height:2em;transform:translateZ(0) scale(.5);transform-origin:0 0;width:2em}.toggle-icon[data-v-e07e153a]{font-size:50px;height:1em;width:1em}label[data-v-61bf8df9]{margin:0}.calculator-result-text[data-v-eef27b00]{margin-bottom:1.5625rem}.product-switch-group .radio-control[data-v-801504a8]{cursor:pointer;display:inline-flex;flex-flow:column;padding:5px 2px;position:relative}.product-switch-group .radio-name[data-v-801504a8]{font-size:13px;margin-top:auto;text-align:center}.product-switch-group .radio-icon[data-v-801504a8]{text-align:center}.price-history-table table[data-v-19cba459]{border-collapse:collapse;color:#848484;text-align:center;width:100%}.price-history-table table thead tr[data-v-19cba459]{border-bottom:0}.price-history-table table tr[data-v-19cba459]:not(:last-child){border-bottom:1px solid}.price-history-table table td[data-v-19cba459],.price-history-table table th[data-v-19cba459]{padding:10px 0;vertical-align:top;width:33.33333%}.price-positive[data-v-19cba459]{color:red}.price-negative[data-v-19cba459]{color:#82c828}.subheader[data-v-19cba459]{font-weight:400}.price-history-table[data-v-19cba459]{margin:0 auto;width:100%}