.loading{height:100%;left:0;right:0;position:absolute;display:flex;align-items:center;justify-content:center}.loading__container{display:inline-block;position:relative;width:80px;height:80px}.loading__circle{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#0050aa;animation-timing-function:cubic-bezier(0,1,1,0)}.loading__circle1{left:8px;animation:loadingspinner1 .6s infinite}.loading__circle2{left:8px;animation:loadingspinner2 .6s infinite}.loading__circle3{left:32px;animation:loadingspinner2 .6s infinite}.loading__circle4{left:56px;animation:loadingspinner3 .6s infinite}@keyframes loadingspinner1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes loadingspinner3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes loadingspinner2{0%{transform:translate(0)}to{transform:translate(24px)}}.subheader__content{text-align:center;color:#fff;height:1.375rem;font-size:1rem;font-weight:300}@keyframes pulse{0%{transform:scale(1);opacity:.7}40%{transform:scale(3);opacity:0}to{transform:scale(3);opacity:0}}.button{display:inline-block;pointer-events:auto;text-align:center;vertical-align:middle;user-select:none;background-color:transparent;border:1px solid transparent;cursor:pointer;font-weight:300;color:var(--grey-darker, #353b42);font-size:1.125rem;border-radius:.125rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;padding:calc(.78125rem - 1px) .9375rem calc(.65625rem - 1px);line-height:1.5625rem}.button--label-uppercase{text-transform:uppercase}.button--with-left-right-icon{display:flex;justify-content:space-between;align-items:center}.button--with-left-right-icon .button__label{flex:1;padding:.25rem 0}@media (max-width: 59.9375rem){.button--hide-label--sm .button__label{display:none}}.button .button__label+.button__icon{padding-left:.4rem}.button--with-right-icon{display:flex;justify-content:space-between;align-items:center}.button--with-right-icon .button__label{flex:1;padding:.25rem 0}.button--no-padding-side{padding-left:0;padding-right:0}.button--bold{font-weight:700}.canHover .button:hover,.button:focus{color:var(--grey-darker, #353b42);text-decoration:none}.button__label{display:inline;line-height:1}.button__icon{position:relative;display:inline-block;vertical-align:middle;line-height:1;transition:.25s transform;margin-top:-.0625rem;margin-bottom:-.0625rem}.button__icon svg{backface-visibility:hidden;transition:.5s transform}.button__icon svg:nth-child(2){position:absolute;left:0;top:0;bottom:0;right:0}.button__icon--rotate{transform:rotate(180deg)}.button--primary:not(.button--hover-icon){color:#fff;background-color:var(--brand-base, #0050aa);border-color:var(--brand-base, #0050aa)}.canHover .button--primary:not(.button--hover-icon):hover,.button--primary:not(.button--hover-icon):focus{color:#fff;background-color:var(--brand-darker, #003674);border-color:var(--brand-darker, #003674)}.button--primary:not(.button--hover-icon).disabled,.button--primary:not(.button--hover-icon):disabled{color:#0050aa29;background-color:#0050aa29;border-color:transparent;cursor:default}.canHover .button--primary:not(.button--hover-icon).disabled:hover,.canHover .button--primary:not(.button--hover-icon):disabled:hover{color:#0050aa29;background-color:#0050aa29;border-color:transparent}.button--primary-negative{color:var(--brand-base, #0050aa);background-color:var(--white, #ffffff);border-color:var(--white, #ffffff)}.button--primary-negative:focus,.canHover .button--primary-negative:hover{color:var(--brand-base, #0050aa);background-color:var(--grey-light, #c6c9cc);border-color:var(--grey-light, #c6c9cc)}.button--secondary-negative{color:#fff;border-color:#fff}.canHover .button--secondary-negative:hover,.button--secondary-negative:focus{color:var(--brand-base, #0050aa);background-color:var(--grey-light, #c6c9cc);border-color:var(--grey-light, #c6c9cc)}.button--select{text-transform:none;color:var(--brand-base, #0050aa);border-color:var(--grey-base, #4e5761)}.canHover .button--select:hover,.button--select:focus{border-color:var(--brand-base, #0050aa);color:var(--brand-base, #0050aa)}.button--select.disabled,.button--select:disabled{cursor:not-allowed;color:#4e5761;background-color:#f8f8f9;border-color:#c6c9cc}.button--secondary:not(.button--hover-icon){color:var(--brand-base, #0050aa);border-color:var(--brand-base, #0050aa);background:#ffffff}.canHover .button--secondary:not(.button--hover-icon):hover,.button--secondary:not(.button--hover-icon):focus{color:#fff;background-color:var(--brand-darker, #003674);border-color:var(--brand-darker, #003674)}.button--secondary:not(.button--hover-icon).disabled,.canHover .button--secondary:not(.button--hover-icon).disabled:hover,.button--secondary:not(.button--hover-icon).disabled:focus,.button--secondary:not(.button--hover-icon):disabled,.canHover .button--secondary:not(.button--hover-icon):disabled:hover,.button--secondary:not(.button--hover-icon):disabled:focus{color:#0050aa29;background-color:transparent;border-color:#0050aa29;cursor:default}.button:not(.button-link){text-decoration:none}.button--fullwidth{width:100%}.button--incolumn{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.75rem;white-space:nowrap;font-weight:300;padding:.5rem}@media (min-width: 60rem){.button--incolumn{font-size:1rem}}.button--incolumn .button__label{line-height:1;margin-top:.25rem}.button--icon .button__label{vertical-align:middle;margin-left:.5rem}.button--withIndicator-in-row .button__label{margin-left:1rem}.button--left{text-align:left}.button--right{text-align:right}.button--center{text-align:center}.button--sm{font-size:.75rem;line-height:1.5;padding:.3125rem .5rem .1875rem;border-radius:.125rem}.button--flipped .button__icon svg:nth-child(2){transform:rotateY(0)}.button--flipped .button__icon svg:nth-child(1){transform:rotateY(180deg)}.button:not(.button--flipped) .button__icon svg:nth-child(1){transform:rotateY(0)}.button:not(.button--flipped) .button__icon svg:nth-child(2){transform:rotateY(180deg)}.button--primary:not(.button--hover-icon).button--responsive{background-color:#31a588;border-color:#31a588;outline:none}.canHover .mediagroup:hover .button__icon:after{content:none}.button--media{color:#fff;background-clip:content-box;position:relative;margin:0;padding:0;display:flex;border-radius:50%;background-color:#4e5761b3;border:1px solid transparent;max-width:68px;max-height:68px;transition:background-color .5s linear}.button--media .button__icon{display:flex;align-items:center;justify-content:center;z-index:1000;position:absolute;margin:0!important;bottom:20%;right:20%;top:20%;left:20%}.button--media .button__icon .icon{height:100%;width:100%}.button--media .button__icon:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:100%;z-index:-1;animation-fill-mode:forwards;will-change:transform;background-color:#4e5761b3}.canHover .button--media:hover,.button--media:focus{background-color:var(--brand-base, #0050aa);color:#fff}.button--media:active{background-color:var(--brand-darker, #003674)}.button--media.button--flipped{color:#fff;background-color:#0050aab3}.canHover .button--media.button--flipped:hover,.button--media.button--flipped:focus{background-color:var(--brand-base, #0050aa);color:#fff}.button--media.button--flipped:active{background-color:var(--brand-darker, #003674)}.button--hover-icon-active.button--cms,.canHover .button--hover-icon:hover.button--cms{color:#665bb5}.button--hover-icon:focus.button--cms{outline:none}.button--hover-icon{border:none}.canHover .button--hover-icon:hover,.button--hover-icon:focus{color:var(--brand-base, #0050aa)}.button--hover-icon-active{color:var(--brand-base, #0050aa)}.button--cms-secondary:not(.button--hover-icon){color:#31a588;border-color:#31a588}.canHover .button--cms-secondary:not(.button--hover-icon):hover{color:#fff;background-color:#31a588;border-color:#31a588}.button--primary.button--cms-secondary:not(.button--hover-icon){color:#fff;background-color:#31a588}.button--navigation-lidl{padding:0;width:2rem;height:3rem;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #00000026}.footer .button--navigation-lidl{box-shadow:0 2px 4px #00000026;background:#ffffff;margin-bottom:.5rem;border:1px solid #f1f2f3;border-radius:.75rem;font-size:.75rem;color:#0050aa;font-weight:700;line-height:1.5rem;height:auto}.footer .button--navigation-kaufland{padding:0;width:44px;height:44px;color:#424242;border:none}.footer .button--navigation-kaufland .icon{width:22px;height:22px}.canHover .button--navigation-kaufland:hover,.button--navigation-kaufland:focus,.button--navigation-kaufland:active{background-color:#31ab1f;border-color:#31ab1f;outline:none;color:#fff}.button--navigation-kaufland:focus .button__icon{outline:0}.button--hidden{visibility:hidden}.icon{fill:currentColor;width:100%;height:100%}.icon-8{width:.5rem;height:.5rem}.icon-16{width:1rem;height:1rem}.icon-24{width:1.5rem;height:1.5rem}.icon-32{width:2rem;height:2rem}.icon-64{width:4rem;height:4rem}.icon-vertical-middle{transform:translateY(-.125rem);vertical-align:middle}@keyframes indicator__bounce{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.1,.1,.1)}20%{transform:scale3d(1.3,1.3,1.3)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.indicator{position:absolute;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;background-clip:padding-box;font-weight:700;top:0;right:-.5rem;width:1rem;height:1rem;font-size:.75rem;border:.0625rem solid #ffffff}.indicator--changed{animation:indicator__bounce .7s ease}.indicator--primary{background:var(--brand-base, #0050aa)}.indicator--success{background:var(--success-base, #348553)}.indicator--danger{background:var(--danger-base, #e60a14)}.indicator--small{border:none;width:.5rem;height:.5rem;top:.1rem;right:-.2rem}.tooltip__close{position:absolute;right:0;top:0;cursor:pointer;text-decoration:none;background:none;border:none;padding:1rem}.tooltip{position:absolute;margin:0;z-index:3000;opacity:0;pointer-events:none;padding:1rem;background-color:#fafafa;border:.0625rem solid var(--grey-light, #c6c9cc);border-radius:.125rem;color:var(--grey-darker, #353b42);box-shadow:0 .125rem .25rem #00000026;font-size:.875rem;max-width:15.625rem;min-width:6.25rem;transition:opacity .3s}.tooltip--visible{opacity:1;pointer-events:initial}.tooltip--closeable{padding-right:2.5rem}.tooltip:before{content:" ";transform:rotate(45deg);position:absolute;pointer-events:none;border:var(--grey-light, #c6c9cc);width:.75rem;height:.75rem;background-color:#fafafa;bottom:-.375rem;left:1.5rem;box-shadow:.125rem .125rem .25rem #00000026}.tooltip.tooltip--right:before{left:auto;right:1.5rem}.tooltip--bottom:before{top:-.375rem;left:1.25rem;box-shadow:-.125rem -.125rem .25rem #00000026}.tooltip--bottom.tooltip--right:before{top:-.375rem;left:auto;right:1.25rem;box-shadow:-.125rem -.125rem .25rem #00000026}._error_tva9h_1{display:flex;flex-direction:column;align-items:center;padding:16px 8px;gap:16px;background:#ffffff;width:100%;height:100%;overflow:auto}*{margin:0}._main_tva9h_17{display:flex;flex-direction:column;align-items:center;gap:16px}._message_tva9h_24{display:flex;flex-direction:column;padding:0;gap:8px}._title_tva9h_31{font-style:normal;font-weight:600;font-size:2rem;line-height:1.2;text-align:center;color:#353b42}._subtitle_tva9h_40{font-style:normal;font-weight:400;font-size:1rem;line-height:1.4;text-align:center;color:#353b42}._image_tva9h_49{max-width:100%}._help_tva9h_53{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 8px;gap:16px;width:100%;background:#fafafa}._helpText_tva9h_64{font-style:normal;font-weight:600;font-size:1.75rem;line-height:1.2;display:flex;align-items:center;text-align:center;color:#353b42}._helpLink_tva9h_75{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:16px}._helpLink_tva9h_75 .button__label{vertical-align:baseline}@media (min-width: 600px){.main ._image_tva9h_49{width:47%}}@media (min-width: 900px){.main ._main_tva9h_17{flex-direction:row;justify-content:center}.main ._message_tva9h_24{gap:16px;flex-basis:40%}.main ._title_tva9h_31,.main ._subtitle_tva9h_40{text-align:right}.main ._image_tva9h_49{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:8px;flex-basis:60%}.main ._image_tva9h_49 img{margin:0 auto;width:70%}}@media (min-width: 1280px){.main ._title_tva9h_31{font-size:2.125rem}.main ._subtitle_tva9h_40{font-size:1.125rem}.main ._helpText_tva9h_64{font-size:1.875rem}}.animation-toggle{display:flex}.animation-toggle__label{--ods-switch-background: #8c96a1;display:inline-flex;align-items:flex-start;gap:.5rem;margin:0;cursor:pointer}.animation-toggle__input{appearance:none;position:relative;width:3rem;height:2rem;border-radius:62.4375rem;background:var(--ods-switch-background);flex-shrink:0;cursor:pointer}.animation-toggle__input:after{content:"";display:block;position:absolute;width:2rem;height:2rem;flex-shrink:0;border-radius:62.4375rem;border:.125rem solid var(--ods-switch-background);background-image:none;background-position:center center;background-repeat:no-repeat;background-color:#fff;box-sizing:border-box}.animation-toggle__input:checked{background:#2466eb}.animation-toggle__input:checked:after{transform:translate(1rem);background-image:url(https://lidl.leaflets.schwarz/assets/check--lidl-c38f1735.svg);border-color:#2466eb}.animation-toggle__label-content{font-size:.875rem;font-weight:500;line-height:1.25rem;letter-spacing:0;--ods-switch-height: 2rem;--ods-switch-label-text-line-height: 1.25rem;min-width:0;margin:calc((var(--ods-switch-height) - var(--ods-switch-label-text-line-height)) / 2) 0 0 0;color:#636d79;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.footer{width:100%;z-index:1000}.footer--kaufland{background-color:#fff;height:44px}.footer--lidl{background-color:transparent}.footer__row{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.footer__row--kaufland{color:var(--grey-darker, #353b42);padding:0 11px;min-height:44px;align-items:center}.footer__row--lidl{color:var(--grey-darker, #353b42);padding:0 .625rem;min-height:2.875rem;align-items:initial}.footer__item{display:flex;flex:1 1 33.3333333333%;align-items:stretch}.footer__item--end{justify-content:flex-end}.footer__item--center{justify-content:center;flex-basis:300px}.footer__button--recommended-products{margin-left:1rem}.footer__button--lidl{box-shadow:0 2px 4px #00000026;background:#ffffff;margin-bottom:.5rem;border:1px solid #f1f2f3;border-radius:.75rem;font-size:.75rem;color:#0050aa;font-weight:700;line-height:1.5rem;height:auto}.stepper{display:block;border:none;background-color:transparent;text-align:center;white-space:nowrap;font-size:1rem;text-decoration:underline;padding:0 .5rem;height:3.125rem;line-height:3.125rem}.canHover .stepper:hover,.stepper:focus,.stepper--active{color:var(--brand-base, #0050aa);font-weight:700}.footer .stepper--lidl{box-shadow:0 2px 4px #00000026;background:#ffffff;margin-bottom:.5rem;border:1px solid #f1f2f3;border-radius:.75rem;font-size:.75rem;color:#0050aa;font-weight:700;line-height:1.5rem;height:auto;padding:0 1rem;margin-left:.5rem;margin-right:.5rem;min-width:4.25rem}.footer .stepper--kaufland{padding:0 11px;min-width:99px}.brand{width:3.125rem;height:auto;border:1px solid #ffffff}.brand img{width:100%}.header{width:100%;z-index:1100;background:var(--grey-lightest, #f1f2f2);color:var(--grey-darker, #353b42)}.header__row{background:#ffffff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 .625rem;min-height:3.375rem}.header__row--has-error{box-shadow:0 2px 4px #00000026}.header__item{display:flex;flex:1 1 33.3333333333%;align-items:center}.header__item--end{justify-content:flex-end}.header__item--start{gap:1rem}.header__item--center{justify-content:center;flex-basis:150px}.header__item--divider{margin-left:2rem}@supports (overflow: -webkit-marquee) and (justify-content: inherit){@media (max-width: 59.9375rem){.header__item--start{flex:0 0 42px}.header__item--center{display:none}}}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none) and (max-width: 59.9375rem){.header__item--start{flex:0 0 42px}.header__item--center{display:none}}.progressbar{height:.3125rem;background-color:var(--brand-base, #0050aa);transition:margin-right .35s linear}.linkinternal{width:100%;height:100%;background:none;border:none;cursor:pointer}@keyframes showHotspot{0%{background-color:#0000}50%{background-color:#00000040}to{background-color:#0000}}@keyframes showHotspot2{0%{background-color:#0000}50%{background-color:#00000040}to{background-color:#0000}}.mediagroup{position:absolute;display:flex;z-index:260;align-items:center;background-color:#0000;background-size:contain;background-repeat:no-repeat;background-position:center;border:none;justify-content:center;color:#fff;padding:0;transition:opacity .5s linear;animation-name:showHotspot;animation-iteration-count:1;animation-direction:alternate;animation-duration:1s;opacity:1}.canHover .mediagroup:hover{animation-name:showHotspot,showHotspot2;animation-direction:alternate;animation-duration:1s;animation-iteration-count:1}.sheet--zooming .mediagroup .button{max-width:15rem;max-height:15rem}.mediagroup--has-no-medialinks,.canHover .mediagroup--has-no-medialinks:hover{animation:none;outline:none}.mediagroup--background,.canHover .mediagroup--background:hover{animation:none;pointer-events:none;z-index:259}.video_inline{width:100%;padding-bottom:56.25%;height:0;cursor:default;overflow:hidden}.video_inline__preview{text-decoration:none;background-color:transparent;border:none;padding:0}.video_inline__preview--youtube{margin:-9.56% 0}.video_inline .button{position:absolute;top:50%;left:50%;z-index:43;transform:translate(-50%,-50%)}.video{width:100%;position:relative}.video--youtube,.video--bluebillywig{max-width:73.75rem;padding-bottom:56.25%;height:0}.video--youtubeShorts{max-width:500px;padding-top:177.78%}.video iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}._wrapper_1crpl_1{padding-bottom:0;height:100%}._iframe_1crpl_6{border:none;height:100%;width:100%}.sidebar{z-index:5000;flex:0 0 100%;height:100%;width:100%;position:absolute;overflow:hidden;left:100%;background:#ffffff}@media (min-width: 37.5rem){.sidebar{position:static;flex-basis:0}}@media (min-width: 37.5rem){.sidebar--open{left:initial}}.sidebar__wrapper{display:flex;flex-direction:column;width:100%;height:100%}@media (min-width: 37.5rem){.sidebar__wrapper{width:21.875rem}}.sidebar__header{display:flex;align-items:center;flex-shrink:0;background:var(--brand-base, #0050aa);color:#fff;padding:.5rem;height:3.875rem}.sidebar__headline{display:block;flex:1;margin-top:.25rem;margin-bottom:0;font-weight:400;font-size:1.25rem;text-align:center}@media (min-width: 60rem){.sidebar__headline{font-size:1.375rem}}.sidebar__content{position:relative;flex-shrink:2;flex-grow:1;overflow:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.sidebarpages{display:flex;width:100%;height:100%;position:absolute;transition:.5s transform}.sidebarpage{position:relative;flex:1 0 auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow:auto;padding:.5rem}.sidebarpage--wishlist{overflow:initial;-webkit-overflow-scrolling:initial;position:relative}.sidebarpage--overview{justify-content:center}.sidebarpage--grey{background-color:var(--grey-lightest, #f1f2f2)}.sidebarpage--flex{display:flex;flex-direction:row;flex-wrap:wrap}.sidebarpage--column{flex-direction:column;flex-wrap:nowrap}.sidebarpage--column-space-between{justify-content:space-between}.sidebarpage--iframe{padding:0}.menu{flex:1}.menu__list{padding:0;list-style-type:none;margin:0 0 2rem}.menu__list-item{transition:.5s border-bottom-color;border:none;border-bottom:.125rem solid var(--grey-lighter, #e3e4e6)}.canHover .menu__list-item:hover{border-bottom-color:var(--brand-base, #0050aa)}.badge{background:var(--brand-base);color:#fff;padding:.25rem;border-radius:.25rem;margin-left:.5rem;font-size:.75em;line-height:1em;display:inline-flex;vertical-align:text-bottom}.menu-item__button{font-size:1rem}@media (min-width: 60rem){.menu-item__button{font-size:1.125rem}}.social__share__items{list-style:none;margin:0;display:flex;padding:0}.social__share__items--wishlist{padding:1rem 0 .5rem;margin:0 .5rem;border-bottom:1px solid #e3e4e6}.social__share__top{text-align:center;background-color:#0050aa;color:#fff;text-transform:uppercase;padding:1rem 0}.social__headline{margin-bottom:.5rem;font-weight:700}.social__share__item{margin-right:1rem}.social__share__item--wishlist{padding:0 1rem;text-align:center;margin-right:0}.social__share__item--wishlist:first-child{padding-left:0}.social__share__item--wishlist:last-child{padding-right:0}.social__share__item--wishlist:not(:last-child){border-right:1px solid #e3e4e6}.social__share__link{color:#fff;display:inline-block}.canHover .social__share__link:hover,.social__share__link:active{color:#fff}.social__share__bg{cursor:pointer;display:flex;justify-content:center;align-items:center;border-radius:2px;padding:.5rem}.social__share__bg--facebook{background:#3b5998}.canHover .social__share__bg--facebook:hover{background:#4273c8}.social__share__bg--whatsapp{background:#25d366}.canHover .social__share__bg--whatsapp:hover{background:#23ca62}.social__share__bg--twitter{background:#55acee}.canHover .social__share__bg--twitter:hover{background:#32bbf5}.social__share__bg--email{background:#fff;box-shadow:0 0 0 .0625rem #3935352b;color:#4c5252}.canHover .social__share__bg--email:hover{background:#fafafa}.social__share__bg--wishlist{width:60px;height:60px;box-shadow:none;padding:0}.social__share__title{margin:.2rem 0 0;font-size:.9rem}.notification{position:relative;overflow-y:scroll;flex-shrink:0;margin:-.5rem -.5rem 0;padding:0 .5rem;transition:1s background}.notification__list{max-height:0;margin:0;padding:0;transition:all 1s,opacity 1s}.notification__list--visibile{max-height:62.5rem}.notification--visibile{background:var(--white, #ffffff)}.notification--visibile .notification__headline{border-bottom-color:transparent}.notification__item{position:relative;list-style:none;padding:0;margin:0 0 .5rem}.notification__item-bubble{border-radius:50%;width:.5rem;height:.5rem;background:#0050aa;position:absolute;left:.75rem;top:50%;transform:translateY(-50%)}:where(.nuc-global-scope){--core-color-primary-background-rgb: 245, 248, 252;--core-color-primary-background: #F5F8FC;--core-color-primary-lighter-rgb: 214, 227, 241;--core-color-primary-lighter: #D6E3F1;--core-color-primary-light-rgb: 173, 199, 228;--core-color-primary-light: #ADC7E4;--core-color-primary-base-rgb: 0, 80, 170;--core-color-primary-base: #0050AA;--core-color-primary-dark-rgb: 0, 67, 143;--core-color-primary-dark: #00438F;--core-color-primary-darker-rgb: 0, 54, 115;--core-color-primary-darker: #003673;--core-color-info-background-rgb: 245, 248, 252;--core-color-info-background: #F5F8FC;--core-color-info-lighter-rgb: 214, 227, 241;--core-color-info-lighter: #D6E3F1;--core-color-info-light-rgb: 173, 199, 228;--core-color-info-light: #ADC7E4;--core-color-info-base-rgb: 0, 80, 170;--core-color-info-base: #0050AA;--core-color-info-dark-rgb: 0, 67, 143;--core-color-info-dark: #00438F;--core-color-info-darker-rgb: 0, 54, 115;--core-color-info-darker: #003673;--core-color-danger-background-rgb: 254, 245, 246;--core-color-danger-background: #FEF5F6;--core-color-danger-lighter-rgb: 251, 216, 217;--core-color-danger-lighter: #FBD8D9;--core-color-danger-light-rgb: 247, 176, 179;--core-color-danger-light: #F7B0B3;--core-color-danger-base-rgb: 230, 10, 20;--core-color-danger-base: #E60A14;--core-color-danger-dark-rgb: 193, 8, 17;--core-color-danger-dark: #C10811;--core-color-danger-darker-rgb: 156, 8, 14;--core-color-danger-darker: #9C080E;--core-color-success-background-rgb: 247, 250, 248;--core-color-success-background: #F7FAF8;--core-color-success-lighter-rgb: 222, 235, 227;--core-color-success-lighter: #DEEBE3;--core-color-success-light-rgb: 190, 216, 200;--core-color-success-light: #BED8C8;--core-color-success-base-rgb: 52, 133, 83;--core-color-success-base: #348553;--core-color-success-dark-rgb: 44, 112, 70;--core-color-success-dark: #2C7046;--core-color-success-darker-rgb: 35, 90, 56;--core-color-success-darker: #235A38;--core-color-warning-background-rgb: 252, 248, 246;--core-color-warning-background: #FCF8F6;--core-color-warning-lighter-rgb: 245, 228, 219;--core-color-warning-lighter: #F5E4DB;--core-color-warning-light-rgb: 234, 202, 182;--core-color-warning-light: #EACAB6;--core-color-warning-base-rgb: 190, 89, 29;--core-color-warning-base: #BE591D;--core-color-warning-dark-rgb: 159, 75, 24;--core-color-warning-dark: #9F4B18;--core-color-warning-darker-rgb: 129, 60, 20;--core-color-warning-darker: #813C14;--core-color-gray-background-rgb: 250, 250, 250;--core-color-gray-background: #FAFAFA;--core-color-gray-lightest-rgb: 241, 242, 243;--core-color-gray-lightest: #F1F2F3;--core-color-gray-lighter-rgb: 227, 228, 229;--core-color-gray-lighter: #E3E4E5;--core-color-gray-light-rgb: 198, 201, 204;--core-color-gray-light: #C6C9CC;--core-color-gray-base-rgb: 78, 87, 97;--core-color-gray-base: #4E5761;--core-color-gray-darker-rgb: 53, 59, 66;--core-color-gray-darker: #353B42;--core-color-white-base-rgb: 255, 255, 255;--core-color-white-base: #FFFFFF;--core-color-black-base-rgb: 0, 0, 0;--core-color-black-base: #000000;--core-color-mark-background-rgb: 255, 254, 245;--core-color-mark-background: #FFFEF5;--core-color-mark-lighter-rgb: 255, 253, 214;--core-color-mark-lighter: #FFFDD6;--core-color-mark-light-rgb: 255, 250, 173;--core-color-mark-light: #FFFAAD;--core-color-mark-base-rgb: 255, 240, 0;--core-color-mark-base: #FFF000;--core-color-mark-dark-rgb: 251, 203, 3;--core-color-mark-dark: #FBCB03;--core-color-mark-darker-rgb: 247, 166, 6;--core-color-mark-darker: #F7A606;--core-color-disabled-base-rgb: 126, 134, 143;--core-color-disabled-base: #7E868F;--core-color-disabled-lighter-rgb: 234, 235, 236;--core-color-disabled-lighter: #EAEBEC}:where(.nuc-global-scope){scroll-behavior:smooth}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */:where(.nuc-global-scope){line-height:1.15;-webkit-text-size-adjust:100%}:where(.nuc-global-scope) body{margin:0}:where(.nuc-global-scope) main{display:block}:where(.nuc-global-scope) h1{font-size:2em;margin:.67em 0}:where(.nuc-global-scope) hr{box-sizing:content-box;height:0;overflow:visible}:where(.nuc-global-scope) pre{font-family:monospace,monospace;font-size:1em}:where(.nuc-global-scope) a{background-color:transparent}:where(.nuc-global-scope) abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}:where(.nuc-global-scope) b,:where(.nuc-global-scope) strong{font-weight:bolder}:where(.nuc-global-scope) code,:where(.nuc-global-scope) kbd,:where(.nuc-global-scope) samp{font-family:monospace,monospace;font-size:1em}:where(.nuc-global-scope) small{font-size:80%}:where(.nuc-global-scope) sub,:where(.nuc-global-scope) sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}:where(.nuc-global-scope) sub{bottom:-.25em}:where(.nuc-global-scope) sup{top:-.5em}:where(.nuc-global-scope) img{border-style:none}:where(.nuc-global-scope) button,:where(.nuc-global-scope) input,:where(.nuc-global-scope) optgroup,:where(.nuc-global-scope) select,:where(.nuc-global-scope) textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}:where(.nuc-global-scope) button,:where(.nuc-global-scope) input{overflow:visible}:where(.nuc-global-scope) button,:where(.nuc-global-scope) select{text-transform:none}:where(.nuc-global-scope) button,:where(.nuc-global-scope) [type=button],:where(.nuc-global-scope) [type=reset],:where(.nuc-global-scope) [type=submit]{-webkit-appearance:button}:where(.nuc-global-scope) button::-moz-focus-inner,:where(.nuc-global-scope) [type=button]::-moz-focus-inner,:where(.nuc-global-scope) [type=reset]::-moz-focus-inner,:where(.nuc-global-scope) [type=submit]::-moz-focus-inner{border-style:none;padding:0}:where(.nuc-global-scope) button:-moz-focusring,:where(.nuc-global-scope) [type=button]:-moz-focusring,:where(.nuc-global-scope) [type=reset]:-moz-focusring,:where(.nuc-global-scope) [type=submit]:-moz-focusring{outline:1px dotted ButtonText}:where(.nuc-global-scope) fieldset{padding:.35em .75em .625em}:where(.nuc-global-scope) legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}:where(.nuc-global-scope) progress{vertical-align:baseline}:where(.nuc-global-scope) textarea{overflow:auto}:where(.nuc-global-scope) [type=checkbox],:where(.nuc-global-scope) [type=radio]{box-sizing:border-box;padding:0}:where(.nuc-global-scope) [type=number]::-webkit-inner-spin-button,:where(.nuc-global-scope) [type=number]::-webkit-outer-spin-button{height:auto}:where(.nuc-global-scope) [type=search]{-webkit-appearance:textfield;outline-offset:-2px}:where(.nuc-global-scope) [type=search]::-webkit-search-decoration{-webkit-appearance:none}:where(.nuc-global-scope) ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(.nuc-global-scope) details{display:block}:where(.nuc-global-scope) summary{display:list-item}:where(.nuc-global-scope) template{display:none}:where(.nuc-global-scope) [hidden]{display:none}:where(.nuc-global-scope){box-sizing:border-box;color:var(--core-color-gray-darker);background-color:var(--core-color-gray-background);overscroll-behavior:none}:where(.nuc-global-scope) *,:where(.nuc-global-scope) *:before,:where(.nuc-global-scope) *:after{box-sizing:inherit}:where(.nuc-global-scope) figure,:where(.nuc-global-scope) ol,:where(.nuc-global-scope) ul,:where(.nuc-global-scope) hr{margin:0;padding:0}:where(.nuc-global-scope) hr{border:none}:where(.nuc-global-scope) ol,:where(.nuc-global-scope) ul{list-style:none}:where(.nuc-global-scope){-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(.nuc-global-scope) h1,:where(.nuc-global-scope) h2,:where(.nuc-global-scope) h3,:where(.nuc-global-scope) h4,:where(.nuc-global-scope) h5,:where(.nuc-global-scope) h6,:where(.nuc-global-scope) p{margin-top:0;margin-bottom:0}:where(.nuc-global-scope) a{color:var(--core-color-primary-base)}.canHover :where(.nuc-global-scope) a:hover,:where(.nuc-global-scope) a:focus,:where(.nuc-global-scope) a:active{color:var(--core-color-primary-darker)}:where(.nuc-global-scope) a:active{text-decoration:none}:where(.nuc-global-scope) address{font-style:normal}:where(.nuc-global-scope) .border-radius-default{border-radius:2px}:where(.nuc-global-scope) .background-primary{background-color:var(--core-color-primary-base)}:where(.nuc-global-scope) .background-primary-lightest{background-color:var(--core-color-primary-lightest)}:where(.nuc-global-scope) .background-primary-light{background-color:var(--core-color-primary-light)}:where(.nuc-global-scope) .background-primary-background{background-color:var(--core-color-primary-background)}:where(.nuc-global-scope) .background-primary-darker{background-color:var(--core-color-primary-darker)}:where(.nuc-global-scope) .background-info{background-color:var(--core-color-info-base)}:where(.nuc-global-scope) .background-info-lightest{background-color:var(--core-color-info-lightest)}:where(.nuc-global-scope) .background-info-light{background-color:var(--core-color-info-light)}:where(.nuc-global-scope) .background-info-background{background-color:var(--core-color-info-background)}:where(.nuc-global-scope) .background-info-darker{background-color:var(--core-color-info-darker)}:where(.nuc-global-scope) .background-danger{background-color:var(--core-color-danger-base)}:where(.nuc-global-scope) .background-danger-lightest{background-color:var(--core-color-danger-lightest)}:where(.nuc-global-scope) .background-danger-light{background-color:var(--core-color-danger-light)}:where(.nuc-global-scope) .background-danger-background{background-color:var(--core-color-danger-background)}:where(.nuc-global-scope) .background-danger-darker{background-color:var(--core-color-danger-darker)}:where(.nuc-global-scope) .background-success{background-color:var(--core-color-success-base)}:where(.nuc-global-scope) .background-success-lightest{background-color:var(--core-color-success-lightest)}:where(.nuc-global-scope) .background-success-light{background-color:var(--core-color-success-light)}:where(.nuc-global-scope) .background-success-background{background-color:var(--core-color-success-background)}:where(.nuc-global-scope) .background-success-darker{background-color:var(--core-color-success-darker)}:where(.nuc-global-scope) .background-warning{background-color:var(--core-color-warning-base)}:where(.nuc-global-scope) .background-warning-lightest{background-color:var(--core-color-warning-lightest)}:where(.nuc-global-scope) .background-warning-light{background-color:var(--core-color-warning-light)}:where(.nuc-global-scope) .background-warning-background{background-color:var(--core-color-warning-background)}:where(.nuc-global-scope) .background-warning-darker{background-color:var(--core-color-warning-darker)}:where(.nuc-global-scope) .background-gray{background-color:var(--core-color-gray-base)}:where(.nuc-global-scope) .background-gray-lightest{background-color:var(--core-color-gray-lightest)}:where(.nuc-global-scope) .background-gray-light{background-color:var(--core-color-gray-light)}:where(.nuc-global-scope) .background-gray-background{background-color:var(--core-color-gray-background)}:where(.nuc-global-scope) .background-gray-darker{background-color:var(--core-color-gray-darker)}:where(.nuc-global-scope) .background-white{background-color:var(--core-color-white-base)}:where(.nuc-global-scope) .background-white-lightest{background-color:var(--core-color-white-lightest)}:where(.nuc-global-scope) .background-white-light{background-color:var(--core-color-white-light)}:where(.nuc-global-scope) .background-white-background{background-color:var(--core-color-white-background)}:where(.nuc-global-scope) .background-white-darker{background-color:var(--core-color-white-darker)}:where(.nuc-global-scope) .background-black{background-color:var(--core-color-black-base)}:where(.nuc-global-scope) .background-black-lightest{background-color:var(--core-color-black-lightest)}:where(.nuc-global-scope) .background-black-light{background-color:var(--core-color-black-light)}:where(.nuc-global-scope) .background-black-background{background-color:var(--core-color-black-background)}:where(.nuc-global-scope) .background-black-darker{background-color:var(--core-color-black-darker)}:where(.nuc-global-scope) .background-mark{background-color:var(--core-color-mark-base)}:where(.nuc-global-scope) .background-mark-lightest{background-color:var(--core-color-mark-lightest)}:where(.nuc-global-scope) .background-mark-light{background-color:var(--core-color-mark-light)}:where(.nuc-global-scope) .background-mark-background{background-color:var(--core-color-mark-background)}:where(.nuc-global-scope) .background-mark-darker{background-color:var(--core-color-mark-darker)}:where(.nuc-global-scope) .background-disabled{background-color:var(--core-color-disabled-base)}:where(.nuc-global-scope) .background-disabled-lightest{background-color:var(--core-color-disabled-lightest)}:where(.nuc-global-scope) .background-disabled-light{background-color:var(--core-color-disabled-light)}:where(.nuc-global-scope) .background-disabled-background{background-color:var(--core-color-disabled-background)}:where(.nuc-global-scope) .background-disabled-darker{background-color:var(--core-color-disabled-darker)}:where(.nuc-global-scope) .color-primary{color:var(--core-color-primary-base)}:where(.nuc-global-scope) .color-primary-darker{color:var(--core-color-primary-darker)}:where(.nuc-global-scope) .color-info{color:var(--core-color-info-base)}:where(.nuc-global-scope) .color-info-darker{color:var(--core-color-info-darker)}:where(.nuc-global-scope) .color-danger{color:var(--core-color-danger-base)}:where(.nuc-global-scope) .color-danger-darker{color:var(--core-color-danger-darker)}:where(.nuc-global-scope) .color-success{color:var(--core-color-success-base)}:where(.nuc-global-scope) .color-success-darker{color:var(--core-color-success-darker)}:where(.nuc-global-scope) .color-warning{color:var(--core-color-warning-base)}:where(.nuc-global-scope) .color-warning-darker{color:var(--core-color-warning-darker)}:where(.nuc-global-scope) .color-gray{color:var(--core-color-gray-base)}:where(.nuc-global-scope) .color-gray-darker{color:var(--core-color-gray-darker)}:where(.nuc-global-scope) .color-white{color:var(--core-color-white-base)}:where(.nuc-global-scope) .color-white-darker{color:var(--core-color-white-darker)}:where(.nuc-global-scope) .color-black{color:var(--core-color-black-base)}:where(.nuc-global-scope) .color-black-darker{color:var(--core-color-black-darker)}:where(.nuc-global-scope) .color-mark{color:var(--core-color-mark-base)}:where(.nuc-global-scope) .color-mark-darker{color:var(--core-color-mark-darker)}:where(.nuc-global-scope) .color-disabled{color:var(--core-color-disabled-base)}:where(.nuc-global-scope) .color-disabled-darker{color:var(--core-color-disabled-darker)}:where(.nuc-global-scope) .margin-right-negative-128,:where(.nuc-global-scope) .margin-horizontal-negative-128{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128,:where(.nuc-global-scope) .margin-horizontal-negative-128{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128,:where(.nuc-global-scope) .margin-vertical-negative-128{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128,:where(.nuc-global-scope) .margin-vertical-negative-128{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120,:where(.nuc-global-scope) .margin-horizontal-negative-120{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120,:where(.nuc-global-scope) .margin-horizontal-negative-120{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120,:where(.nuc-global-scope) .margin-vertical-negative-120{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120,:where(.nuc-global-scope) .margin-vertical-negative-120{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112,:where(.nuc-global-scope) .margin-horizontal-negative-112{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112,:where(.nuc-global-scope) .margin-horizontal-negative-112{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112,:where(.nuc-global-scope) .margin-vertical-negative-112{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112,:where(.nuc-global-scope) .margin-vertical-negative-112{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104,:where(.nuc-global-scope) .margin-horizontal-negative-104{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104,:where(.nuc-global-scope) .margin-horizontal-negative-104{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104,:where(.nuc-global-scope) .margin-vertical-negative-104{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104,:where(.nuc-global-scope) .margin-vertical-negative-104{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96,:where(.nuc-global-scope) .margin-horizontal-negative-96{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96,:where(.nuc-global-scope) .margin-horizontal-negative-96{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96,:where(.nuc-global-scope) .margin-vertical-negative-96{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96,:where(.nuc-global-scope) .margin-vertical-negative-96{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88,:where(.nuc-global-scope) .margin-horizontal-negative-88{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88,:where(.nuc-global-scope) .margin-horizontal-negative-88{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88,:where(.nuc-global-scope) .margin-vertical-negative-88{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88,:where(.nuc-global-scope) .margin-vertical-negative-88{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80,:where(.nuc-global-scope) .margin-horizontal-negative-80{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80,:where(.nuc-global-scope) .margin-horizontal-negative-80{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80,:where(.nuc-global-scope) .margin-vertical-negative-80{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80,:where(.nuc-global-scope) .margin-vertical-negative-80{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72,:where(.nuc-global-scope) .margin-horizontal-negative-72{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72,:where(.nuc-global-scope) .margin-horizontal-negative-72{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72,:where(.nuc-global-scope) .margin-vertical-negative-72{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72,:where(.nuc-global-scope) .margin-vertical-negative-72{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64,:where(.nuc-global-scope) .margin-horizontal-negative-64{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64,:where(.nuc-global-scope) .margin-horizontal-negative-64{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64,:where(.nuc-global-scope) .margin-vertical-negative-64{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64,:where(.nuc-global-scope) .margin-vertical-negative-64{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56,:where(.nuc-global-scope) .margin-horizontal-negative-56{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56,:where(.nuc-global-scope) .margin-horizontal-negative-56{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56,:where(.nuc-global-scope) .margin-vertical-negative-56{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56,:where(.nuc-global-scope) .margin-vertical-negative-56{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48,:where(.nuc-global-scope) .margin-horizontal-negative-48{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48,:where(.nuc-global-scope) .margin-horizontal-negative-48{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48,:where(.nuc-global-scope) .margin-vertical-negative-48{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48,:where(.nuc-global-scope) .margin-vertical-negative-48{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40,:where(.nuc-global-scope) .margin-horizontal-negative-40{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40,:where(.nuc-global-scope) .margin-horizontal-negative-40{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40,:where(.nuc-global-scope) .margin-vertical-negative-40{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40,:where(.nuc-global-scope) .margin-vertical-negative-40{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32,:where(.nuc-global-scope) .margin-horizontal-negative-32{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32,:where(.nuc-global-scope) .margin-horizontal-negative-32{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32,:where(.nuc-global-scope) .margin-vertical-negative-32{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32,:where(.nuc-global-scope) .margin-vertical-negative-32{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24,:where(.nuc-global-scope) .margin-horizontal-negative-24{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24,:where(.nuc-global-scope) .margin-horizontal-negative-24{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24,:where(.nuc-global-scope) .margin-vertical-negative-24{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24,:where(.nuc-global-scope) .margin-vertical-negative-24{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16,:where(.nuc-global-scope) .margin-horizontal-negative-16{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16,:where(.nuc-global-scope) .margin-horizontal-negative-16{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16,:where(.nuc-global-scope) .margin-vertical-negative-16{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16,:where(.nuc-global-scope) .margin-vertical-negative-16{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8,:where(.nuc-global-scope) .margin-horizontal-negative-8{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8,:where(.nuc-global-scope) .margin-horizontal-negative-8{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8,:where(.nuc-global-scope) .margin-vertical-negative-8{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8,:where(.nuc-global-scope) .margin-vertical-negative-8{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0,:where(.nuc-global-scope) .margin-horizontal-0{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0,:where(.nuc-global-scope) .margin-horizontal-0{margin-left:0!important}:where(.nuc-global-scope) .margin-0{margin:0!important}:where(.nuc-global-scope) .margin-top-0,:where(.nuc-global-scope) .margin-vertical-0{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0,:where(.nuc-global-scope) .margin-vertical-0{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8,:where(.nuc-global-scope) .margin-horizontal-8{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8,:where(.nuc-global-scope) .margin-horizontal-8{margin-left:8px!important}:where(.nuc-global-scope) .margin-8{margin:8px!important}:where(.nuc-global-scope) .margin-top-8,:where(.nuc-global-scope) .margin-vertical-8{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8,:where(.nuc-global-scope) .margin-vertical-8{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16,:where(.nuc-global-scope) .margin-horizontal-16{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16,:where(.nuc-global-scope) .margin-horizontal-16{margin-left:16px!important}:where(.nuc-global-scope) .margin-16{margin:16px!important}:where(.nuc-global-scope) .margin-top-16,:where(.nuc-global-scope) .margin-vertical-16{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16,:where(.nuc-global-scope) .margin-vertical-16{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24,:where(.nuc-global-scope) .margin-horizontal-24{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24,:where(.nuc-global-scope) .margin-horizontal-24{margin-left:24px!important}:where(.nuc-global-scope) .margin-24{margin:24px!important}:where(.nuc-global-scope) .margin-top-24,:where(.nuc-global-scope) .margin-vertical-24{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24,:where(.nuc-global-scope) .margin-vertical-24{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32,:where(.nuc-global-scope) .margin-horizontal-32{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32,:where(.nuc-global-scope) .margin-horizontal-32{margin-left:32px!important}:where(.nuc-global-scope) .margin-32{margin:32px!important}:where(.nuc-global-scope) .margin-top-32,:where(.nuc-global-scope) .margin-vertical-32{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32,:where(.nuc-global-scope) .margin-vertical-32{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40,:where(.nuc-global-scope) .margin-horizontal-40{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40,:where(.nuc-global-scope) .margin-horizontal-40{margin-left:40px!important}:where(.nuc-global-scope) .margin-40{margin:40px!important}:where(.nuc-global-scope) .margin-top-40,:where(.nuc-global-scope) .margin-vertical-40{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40,:where(.nuc-global-scope) .margin-vertical-40{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48,:where(.nuc-global-scope) .margin-horizontal-48{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48,:where(.nuc-global-scope) .margin-horizontal-48{margin-left:48px!important}:where(.nuc-global-scope) .margin-48{margin:48px!important}:where(.nuc-global-scope) .margin-top-48,:where(.nuc-global-scope) .margin-vertical-48{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48,:where(.nuc-global-scope) .margin-vertical-48{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56,:where(.nuc-global-scope) .margin-horizontal-56{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56,:where(.nuc-global-scope) .margin-horizontal-56{margin-left:56px!important}:where(.nuc-global-scope) .margin-56{margin:56px!important}:where(.nuc-global-scope) .margin-top-56,:where(.nuc-global-scope) .margin-vertical-56{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56,:where(.nuc-global-scope) .margin-vertical-56{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64,:where(.nuc-global-scope) .margin-horizontal-64{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64,:where(.nuc-global-scope) .margin-horizontal-64{margin-left:64px!important}:where(.nuc-global-scope) .margin-64{margin:64px!important}:where(.nuc-global-scope) .margin-top-64,:where(.nuc-global-scope) .margin-vertical-64{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64,:where(.nuc-global-scope) .margin-vertical-64{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72,:where(.nuc-global-scope) .margin-horizontal-72{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72,:where(.nuc-global-scope) .margin-horizontal-72{margin-left:72px!important}:where(.nuc-global-scope) .margin-72{margin:72px!important}:where(.nuc-global-scope) .margin-top-72,:where(.nuc-global-scope) .margin-vertical-72{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72,:where(.nuc-global-scope) .margin-vertical-72{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80,:where(.nuc-global-scope) .margin-horizontal-80{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80,:where(.nuc-global-scope) .margin-horizontal-80{margin-left:80px!important}:where(.nuc-global-scope) .margin-80{margin:80px!important}:where(.nuc-global-scope) .margin-top-80,:where(.nuc-global-scope) .margin-vertical-80{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80,:where(.nuc-global-scope) .margin-vertical-80{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88,:where(.nuc-global-scope) .margin-horizontal-88{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88,:where(.nuc-global-scope) .margin-horizontal-88{margin-left:88px!important}:where(.nuc-global-scope) .margin-88{margin:88px!important}:where(.nuc-global-scope) .margin-top-88,:where(.nuc-global-scope) .margin-vertical-88{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88,:where(.nuc-global-scope) .margin-vertical-88{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96,:where(.nuc-global-scope) .margin-horizontal-96{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96,:where(.nuc-global-scope) .margin-horizontal-96{margin-left:96px!important}:where(.nuc-global-scope) .margin-96{margin:96px!important}:where(.nuc-global-scope) .margin-top-96,:where(.nuc-global-scope) .margin-vertical-96{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96,:where(.nuc-global-scope) .margin-vertical-96{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104,:where(.nuc-global-scope) .margin-horizontal-104{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104,:where(.nuc-global-scope) .margin-horizontal-104{margin-left:104px!important}:where(.nuc-global-scope) .margin-104{margin:104px!important}:where(.nuc-global-scope) .margin-top-104,:where(.nuc-global-scope) .margin-vertical-104{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104,:where(.nuc-global-scope) .margin-vertical-104{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112,:where(.nuc-global-scope) .margin-horizontal-112{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112,:where(.nuc-global-scope) .margin-horizontal-112{margin-left:112px!important}:where(.nuc-global-scope) .margin-112{margin:112px!important}:where(.nuc-global-scope) .margin-top-112,:where(.nuc-global-scope) .margin-vertical-112{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112,:where(.nuc-global-scope) .margin-vertical-112{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120,:where(.nuc-global-scope) .margin-horizontal-120{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120,:where(.nuc-global-scope) .margin-horizontal-120{margin-left:120px!important}:where(.nuc-global-scope) .margin-120{margin:120px!important}:where(.nuc-global-scope) .margin-top-120,:where(.nuc-global-scope) .margin-vertical-120{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120,:where(.nuc-global-scope) .margin-vertical-120{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128,:where(.nuc-global-scope) .margin-horizontal-128{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128,:where(.nuc-global-scope) .margin-horizontal-128{margin-left:128px!important}:where(.nuc-global-scope) .margin-128{margin:128px!important}:where(.nuc-global-scope) .margin-top-128,:where(.nuc-global-scope) .margin-vertical-128{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128,:where(.nuc-global-scope) .margin-vertical-128{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0,:where(.nuc-global-scope) .padding-horizontal-0{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0,:where(.nuc-global-scope) .padding-horizontal-0{padding-left:0!important}:where(.nuc-global-scope) .padding-0{padding:0!important}:where(.nuc-global-scope) .padding-top-0,:where(.nuc-global-scope) .padding-vertical-0{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0,:where(.nuc-global-scope) .padding-vertical-0{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8,:where(.nuc-global-scope) .padding-horizontal-8{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8,:where(.nuc-global-scope) .padding-horizontal-8{padding-left:8px!important}:where(.nuc-global-scope) .padding-8{padding:8px!important}:where(.nuc-global-scope) .padding-top-8,:where(.nuc-global-scope) .padding-vertical-8{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8,:where(.nuc-global-scope) .padding-vertical-8{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16,:where(.nuc-global-scope) .padding-horizontal-16{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16,:where(.nuc-global-scope) .padding-horizontal-16{padding-left:16px!important}:where(.nuc-global-scope) .padding-16{padding:16px!important}:where(.nuc-global-scope) .padding-top-16,:where(.nuc-global-scope) .padding-vertical-16{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16,:where(.nuc-global-scope) .padding-vertical-16{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24,:where(.nuc-global-scope) .padding-horizontal-24{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24,:where(.nuc-global-scope) .padding-horizontal-24{padding-left:24px!important}:where(.nuc-global-scope) .padding-24{padding:24px!important}:where(.nuc-global-scope) .padding-top-24,:where(.nuc-global-scope) .padding-vertical-24{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24,:where(.nuc-global-scope) .padding-vertical-24{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32,:where(.nuc-global-scope) .padding-horizontal-32{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32,:where(.nuc-global-scope) .padding-horizontal-32{padding-left:32px!important}:where(.nuc-global-scope) .padding-32{padding:32px!important}:where(.nuc-global-scope) .padding-top-32,:where(.nuc-global-scope) .padding-vertical-32{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32,:where(.nuc-global-scope) .padding-vertical-32{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40,:where(.nuc-global-scope) .padding-horizontal-40{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40,:where(.nuc-global-scope) .padding-horizontal-40{padding-left:40px!important}:where(.nuc-global-scope) .padding-40{padding:40px!important}:where(.nuc-global-scope) .padding-top-40,:where(.nuc-global-scope) .padding-vertical-40{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40,:where(.nuc-global-scope) .padding-vertical-40{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48,:where(.nuc-global-scope) .padding-horizontal-48{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48,:where(.nuc-global-scope) .padding-horizontal-48{padding-left:48px!important}:where(.nuc-global-scope) .padding-48{padding:48px!important}:where(.nuc-global-scope) .padding-top-48,:where(.nuc-global-scope) .padding-vertical-48{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48,:where(.nuc-global-scope) .padding-vertical-48{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56,:where(.nuc-global-scope) .padding-horizontal-56{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56,:where(.nuc-global-scope) .padding-horizontal-56{padding-left:56px!important}:where(.nuc-global-scope) .padding-56{padding:56px!important}:where(.nuc-global-scope) .padding-top-56,:where(.nuc-global-scope) .padding-vertical-56{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56,:where(.nuc-global-scope) .padding-vertical-56{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64,:where(.nuc-global-scope) .padding-horizontal-64{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64,:where(.nuc-global-scope) .padding-horizontal-64{padding-left:64px!important}:where(.nuc-global-scope) .padding-64{padding:64px!important}:where(.nuc-global-scope) .padding-top-64,:where(.nuc-global-scope) .padding-vertical-64{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64,:where(.nuc-global-scope) .padding-vertical-64{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72,:where(.nuc-global-scope) .padding-horizontal-72{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72,:where(.nuc-global-scope) .padding-horizontal-72{padding-left:72px!important}:where(.nuc-global-scope) .padding-72{padding:72px!important}:where(.nuc-global-scope) .padding-top-72,:where(.nuc-global-scope) .padding-vertical-72{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72,:where(.nuc-global-scope) .padding-vertical-72{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80,:where(.nuc-global-scope) .padding-horizontal-80{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80,:where(.nuc-global-scope) .padding-horizontal-80{padding-left:80px!important}:where(.nuc-global-scope) .padding-80{padding:80px!important}:where(.nuc-global-scope) .padding-top-80,:where(.nuc-global-scope) .padding-vertical-80{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80,:where(.nuc-global-scope) .padding-vertical-80{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88,:where(.nuc-global-scope) .padding-horizontal-88{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88,:where(.nuc-global-scope) .padding-horizontal-88{padding-left:88px!important}:where(.nuc-global-scope) .padding-88{padding:88px!important}:where(.nuc-global-scope) .padding-top-88,:where(.nuc-global-scope) .padding-vertical-88{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88,:where(.nuc-global-scope) .padding-vertical-88{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96,:where(.nuc-global-scope) .padding-horizontal-96{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96,:where(.nuc-global-scope) .padding-horizontal-96{padding-left:96px!important}:where(.nuc-global-scope) .padding-96{padding:96px!important}:where(.nuc-global-scope) .padding-top-96,:where(.nuc-global-scope) .padding-vertical-96{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96,:where(.nuc-global-scope) .padding-vertical-96{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104,:where(.nuc-global-scope) .padding-horizontal-104{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104,:where(.nuc-global-scope) .padding-horizontal-104{padding-left:104px!important}:where(.nuc-global-scope) .padding-104{padding:104px!important}:where(.nuc-global-scope) .padding-top-104,:where(.nuc-global-scope) .padding-vertical-104{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104,:where(.nuc-global-scope) .padding-vertical-104{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112,:where(.nuc-global-scope) .padding-horizontal-112{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112,:where(.nuc-global-scope) .padding-horizontal-112{padding-left:112px!important}:where(.nuc-global-scope) .padding-112{padding:112px!important}:where(.nuc-global-scope) .padding-top-112,:where(.nuc-global-scope) .padding-vertical-112{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112,:where(.nuc-global-scope) .padding-vertical-112{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120,:where(.nuc-global-scope) .padding-horizontal-120{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120,:where(.nuc-global-scope) .padding-horizontal-120{padding-left:120px!important}:where(.nuc-global-scope) .padding-120{padding:120px!important}:where(.nuc-global-scope) .padding-top-120,:where(.nuc-global-scope) .padding-vertical-120{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120,:where(.nuc-global-scope) .padding-vertical-120{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128,:where(.nuc-global-scope) .padding-horizontal-128{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128,:where(.nuc-global-scope) .padding-horizontal-128{padding-left:128px!important}:where(.nuc-global-scope) .padding-128{padding:128px!important}:where(.nuc-global-scope) .padding-top-128,:where(.nuc-global-scope) .padding-vertical-128{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128,:where(.nuc-global-scope) .padding-vertical-128{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto,:where(.nuc-global-scope) .margin-vertical-auto{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto,:where(.nuc-global-scope) .margin-horizontal-auto{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto,:where(.nuc-global-scope) .margin-vertical-auto{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto,:where(.nuc-global-scope) .margin-horizontal-auto{margin-left:auto!important}@media (min-width: 600px){:where(.nuc-global-scope) .margin-right-negative-128\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-128\@sm{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-128\@sm{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@sm{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@sm,:where(.nuc-global-scope) .margin-vertical-negative-128\@sm{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@sm,:where(.nuc-global-scope) .margin-vertical-negative-128\@sm{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-120\@sm{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-120\@sm{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@sm{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@sm,:where(.nuc-global-scope) .margin-vertical-negative-120\@sm{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@sm,:where(.nuc-global-scope) .margin-vertical-negative-120\@sm{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-112\@sm{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-112\@sm{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@sm{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@sm,:where(.nuc-global-scope) .margin-vertical-negative-112\@sm{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@sm,:where(.nuc-global-scope) .margin-vertical-negative-112\@sm{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-104\@sm{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-104\@sm{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@sm{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@sm,:where(.nuc-global-scope) .margin-vertical-negative-104\@sm{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@sm,:where(.nuc-global-scope) .margin-vertical-negative-104\@sm{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-96\@sm{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-96\@sm{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@sm{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@sm,:where(.nuc-global-scope) .margin-vertical-negative-96\@sm{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@sm,:where(.nuc-global-scope) .margin-vertical-negative-96\@sm{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-88\@sm{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-88\@sm{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@sm{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@sm,:where(.nuc-global-scope) .margin-vertical-negative-88\@sm{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@sm,:where(.nuc-global-scope) .margin-vertical-negative-88\@sm{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-80\@sm{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-80\@sm{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@sm{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@sm,:where(.nuc-global-scope) .margin-vertical-negative-80\@sm{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@sm,:where(.nuc-global-scope) .margin-vertical-negative-80\@sm{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-72\@sm{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-72\@sm{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@sm{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@sm,:where(.nuc-global-scope) .margin-vertical-negative-72\@sm{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@sm,:where(.nuc-global-scope) .margin-vertical-negative-72\@sm{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-64\@sm{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-64\@sm{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@sm{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@sm,:where(.nuc-global-scope) .margin-vertical-negative-64\@sm{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@sm,:where(.nuc-global-scope) .margin-vertical-negative-64\@sm{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-56\@sm{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-56\@sm{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@sm{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@sm,:where(.nuc-global-scope) .margin-vertical-negative-56\@sm{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@sm,:where(.nuc-global-scope) .margin-vertical-negative-56\@sm{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-48\@sm{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-48\@sm{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@sm{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@sm,:where(.nuc-global-scope) .margin-vertical-negative-48\@sm{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@sm,:where(.nuc-global-scope) .margin-vertical-negative-48\@sm{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-40\@sm{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-40\@sm{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@sm{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@sm,:where(.nuc-global-scope) .margin-vertical-negative-40\@sm{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@sm,:where(.nuc-global-scope) .margin-vertical-negative-40\@sm{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-32\@sm{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-32\@sm{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@sm{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@sm,:where(.nuc-global-scope) .margin-vertical-negative-32\@sm{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@sm,:where(.nuc-global-scope) .margin-vertical-negative-32\@sm{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-24\@sm{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-24\@sm{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@sm{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@sm,:where(.nuc-global-scope) .margin-vertical-negative-24\@sm{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@sm,:where(.nuc-global-scope) .margin-vertical-negative-24\@sm{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-16\@sm{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-16\@sm{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@sm{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@sm,:where(.nuc-global-scope) .margin-vertical-negative-16\@sm{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@sm,:where(.nuc-global-scope) .margin-vertical-negative-16\@sm{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-8\@sm{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@sm,:where(.nuc-global-scope) .margin-horizontal-negative-8\@sm{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@sm{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@sm,:where(.nuc-global-scope) .margin-vertical-negative-8\@sm{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@sm,:where(.nuc-global-scope) .margin-vertical-negative-8\@sm{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@sm,:where(.nuc-global-scope) .margin-horizontal-0\@sm{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@sm,:where(.nuc-global-scope) .margin-horizontal-0\@sm{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@sm{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@sm,:where(.nuc-global-scope) .margin-vertical-0\@sm{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@sm,:where(.nuc-global-scope) .margin-vertical-0\@sm{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@sm,:where(.nuc-global-scope) .margin-horizontal-8\@sm{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@sm,:where(.nuc-global-scope) .margin-horizontal-8\@sm{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@sm{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@sm,:where(.nuc-global-scope) .margin-vertical-8\@sm{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@sm,:where(.nuc-global-scope) .margin-vertical-8\@sm{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@sm,:where(.nuc-global-scope) .margin-horizontal-16\@sm{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@sm,:where(.nuc-global-scope) .margin-horizontal-16\@sm{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@sm{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@sm,:where(.nuc-global-scope) .margin-vertical-16\@sm{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@sm,:where(.nuc-global-scope) .margin-vertical-16\@sm{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@sm,:where(.nuc-global-scope) .margin-horizontal-24\@sm{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@sm,:where(.nuc-global-scope) .margin-horizontal-24\@sm{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@sm{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@sm,:where(.nuc-global-scope) .margin-vertical-24\@sm{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@sm,:where(.nuc-global-scope) .margin-vertical-24\@sm{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@sm,:where(.nuc-global-scope) .margin-horizontal-32\@sm{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@sm,:where(.nuc-global-scope) .margin-horizontal-32\@sm{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@sm{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@sm,:where(.nuc-global-scope) .margin-vertical-32\@sm{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@sm,:where(.nuc-global-scope) .margin-vertical-32\@sm{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@sm,:where(.nuc-global-scope) .margin-horizontal-40\@sm{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@sm,:where(.nuc-global-scope) .margin-horizontal-40\@sm{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@sm{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@sm,:where(.nuc-global-scope) .margin-vertical-40\@sm{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@sm,:where(.nuc-global-scope) .margin-vertical-40\@sm{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@sm,:where(.nuc-global-scope) .margin-horizontal-48\@sm{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@sm,:where(.nuc-global-scope) .margin-horizontal-48\@sm{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@sm{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@sm,:where(.nuc-global-scope) .margin-vertical-48\@sm{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@sm,:where(.nuc-global-scope) .margin-vertical-48\@sm{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@sm,:where(.nuc-global-scope) .margin-horizontal-56\@sm{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@sm,:where(.nuc-global-scope) .margin-horizontal-56\@sm{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@sm{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@sm,:where(.nuc-global-scope) .margin-vertical-56\@sm{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@sm,:where(.nuc-global-scope) .margin-vertical-56\@sm{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@sm,:where(.nuc-global-scope) .margin-horizontal-64\@sm{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@sm,:where(.nuc-global-scope) .margin-horizontal-64\@sm{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@sm{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@sm,:where(.nuc-global-scope) .margin-vertical-64\@sm{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@sm,:where(.nuc-global-scope) .margin-vertical-64\@sm{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@sm,:where(.nuc-global-scope) .margin-horizontal-72\@sm{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@sm,:where(.nuc-global-scope) .margin-horizontal-72\@sm{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@sm{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@sm,:where(.nuc-global-scope) .margin-vertical-72\@sm{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@sm,:where(.nuc-global-scope) .margin-vertical-72\@sm{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@sm,:where(.nuc-global-scope) .margin-horizontal-80\@sm{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@sm,:where(.nuc-global-scope) .margin-horizontal-80\@sm{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@sm{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@sm,:where(.nuc-global-scope) .margin-vertical-80\@sm{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@sm,:where(.nuc-global-scope) .margin-vertical-80\@sm{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@sm,:where(.nuc-global-scope) .margin-horizontal-88\@sm{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@sm,:where(.nuc-global-scope) .margin-horizontal-88\@sm{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@sm{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@sm,:where(.nuc-global-scope) .margin-vertical-88\@sm{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@sm,:where(.nuc-global-scope) .margin-vertical-88\@sm{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@sm,:where(.nuc-global-scope) .margin-horizontal-96\@sm{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@sm,:where(.nuc-global-scope) .margin-horizontal-96\@sm{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@sm{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@sm,:where(.nuc-global-scope) .margin-vertical-96\@sm{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@sm,:where(.nuc-global-scope) .margin-vertical-96\@sm{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@sm,:where(.nuc-global-scope) .margin-horizontal-104\@sm{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@sm,:where(.nuc-global-scope) .margin-horizontal-104\@sm{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@sm{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@sm,:where(.nuc-global-scope) .margin-vertical-104\@sm{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@sm,:where(.nuc-global-scope) .margin-vertical-104\@sm{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@sm,:where(.nuc-global-scope) .margin-horizontal-112\@sm{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@sm,:where(.nuc-global-scope) .margin-horizontal-112\@sm{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@sm{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@sm,:where(.nuc-global-scope) .margin-vertical-112\@sm{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@sm,:where(.nuc-global-scope) .margin-vertical-112\@sm{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@sm,:where(.nuc-global-scope) .margin-horizontal-120\@sm{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@sm,:where(.nuc-global-scope) .margin-horizontal-120\@sm{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@sm{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@sm,:where(.nuc-global-scope) .margin-vertical-120\@sm{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@sm,:where(.nuc-global-scope) .margin-vertical-120\@sm{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@sm,:where(.nuc-global-scope) .margin-horizontal-128\@sm{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@sm,:where(.nuc-global-scope) .margin-horizontal-128\@sm{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@sm{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@sm,:where(.nuc-global-scope) .margin-vertical-128\@sm{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@sm,:where(.nuc-global-scope) .margin-vertical-128\@sm{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@sm,:where(.nuc-global-scope) .padding-horizontal-0\@sm{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@sm,:where(.nuc-global-scope) .padding-horizontal-0\@sm{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@sm{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@sm,:where(.nuc-global-scope) .padding-vertical-0\@sm{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@sm,:where(.nuc-global-scope) .padding-vertical-0\@sm{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@sm,:where(.nuc-global-scope) .padding-horizontal-8\@sm{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@sm,:where(.nuc-global-scope) .padding-horizontal-8\@sm{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@sm{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@sm,:where(.nuc-global-scope) .padding-vertical-8\@sm{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@sm,:where(.nuc-global-scope) .padding-vertical-8\@sm{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@sm,:where(.nuc-global-scope) .padding-horizontal-16\@sm{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@sm,:where(.nuc-global-scope) .padding-horizontal-16\@sm{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@sm{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@sm,:where(.nuc-global-scope) .padding-vertical-16\@sm{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@sm,:where(.nuc-global-scope) .padding-vertical-16\@sm{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@sm,:where(.nuc-global-scope) .padding-horizontal-24\@sm{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@sm,:where(.nuc-global-scope) .padding-horizontal-24\@sm{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@sm{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@sm,:where(.nuc-global-scope) .padding-vertical-24\@sm{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@sm,:where(.nuc-global-scope) .padding-vertical-24\@sm{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@sm,:where(.nuc-global-scope) .padding-horizontal-32\@sm{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@sm,:where(.nuc-global-scope) .padding-horizontal-32\@sm{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@sm{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@sm,:where(.nuc-global-scope) .padding-vertical-32\@sm{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@sm,:where(.nuc-global-scope) .padding-vertical-32\@sm{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@sm,:where(.nuc-global-scope) .padding-horizontal-40\@sm{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@sm,:where(.nuc-global-scope) .padding-horizontal-40\@sm{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@sm{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@sm,:where(.nuc-global-scope) .padding-vertical-40\@sm{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@sm,:where(.nuc-global-scope) .padding-vertical-40\@sm{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@sm,:where(.nuc-global-scope) .padding-horizontal-48\@sm{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@sm,:where(.nuc-global-scope) .padding-horizontal-48\@sm{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@sm{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@sm,:where(.nuc-global-scope) .padding-vertical-48\@sm{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@sm,:where(.nuc-global-scope) .padding-vertical-48\@sm{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@sm,:where(.nuc-global-scope) .padding-horizontal-56\@sm{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@sm,:where(.nuc-global-scope) .padding-horizontal-56\@sm{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@sm{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@sm,:where(.nuc-global-scope) .padding-vertical-56\@sm{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@sm,:where(.nuc-global-scope) .padding-vertical-56\@sm{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@sm,:where(.nuc-global-scope) .padding-horizontal-64\@sm{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@sm,:where(.nuc-global-scope) .padding-horizontal-64\@sm{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@sm{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@sm,:where(.nuc-global-scope) .padding-vertical-64\@sm{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@sm,:where(.nuc-global-scope) .padding-vertical-64\@sm{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@sm,:where(.nuc-global-scope) .padding-horizontal-72\@sm{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@sm,:where(.nuc-global-scope) .padding-horizontal-72\@sm{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@sm{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@sm,:where(.nuc-global-scope) .padding-vertical-72\@sm{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@sm,:where(.nuc-global-scope) .padding-vertical-72\@sm{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@sm,:where(.nuc-global-scope) .padding-horizontal-80\@sm{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@sm,:where(.nuc-global-scope) .padding-horizontal-80\@sm{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@sm{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@sm,:where(.nuc-global-scope) .padding-vertical-80\@sm{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@sm,:where(.nuc-global-scope) .padding-vertical-80\@sm{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@sm,:where(.nuc-global-scope) .padding-horizontal-88\@sm{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@sm,:where(.nuc-global-scope) .padding-horizontal-88\@sm{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@sm{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@sm,:where(.nuc-global-scope) .padding-vertical-88\@sm{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@sm,:where(.nuc-global-scope) .padding-vertical-88\@sm{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@sm,:where(.nuc-global-scope) .padding-horizontal-96\@sm{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@sm,:where(.nuc-global-scope) .padding-horizontal-96\@sm{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@sm{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@sm,:where(.nuc-global-scope) .padding-vertical-96\@sm{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@sm,:where(.nuc-global-scope) .padding-vertical-96\@sm{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@sm,:where(.nuc-global-scope) .padding-horizontal-104\@sm{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@sm,:where(.nuc-global-scope) .padding-horizontal-104\@sm{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@sm{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@sm,:where(.nuc-global-scope) .padding-vertical-104\@sm{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@sm,:where(.nuc-global-scope) .padding-vertical-104\@sm{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@sm,:where(.nuc-global-scope) .padding-horizontal-112\@sm{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@sm,:where(.nuc-global-scope) .padding-horizontal-112\@sm{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@sm{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@sm,:where(.nuc-global-scope) .padding-vertical-112\@sm{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@sm,:where(.nuc-global-scope) .padding-vertical-112\@sm{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@sm,:where(.nuc-global-scope) .padding-horizontal-120\@sm{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@sm,:where(.nuc-global-scope) .padding-horizontal-120\@sm{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@sm{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@sm,:where(.nuc-global-scope) .padding-vertical-120\@sm{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@sm,:where(.nuc-global-scope) .padding-vertical-120\@sm{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@sm,:where(.nuc-global-scope) .padding-horizontal-128\@sm{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@sm,:where(.nuc-global-scope) .padding-horizontal-128\@sm{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@sm{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@sm,:where(.nuc-global-scope) .padding-vertical-128\@sm{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@sm,:where(.nuc-global-scope) .padding-vertical-128\@sm{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@sm{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@sm,:where(.nuc-global-scope) .margin-vertical-auto\@sm{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@sm,:where(.nuc-global-scope) .margin-horizontal-auto\@sm{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@sm,:where(.nuc-global-scope) .margin-vertical-auto\@sm{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@sm,:where(.nuc-global-scope) .margin-horizontal-auto\@sm{margin-left:auto!important}}@media (min-width: 960px){:where(.nuc-global-scope) .margin-right-negative-128\@md,:where(.nuc-global-scope) .margin-horizontal-negative-128\@md{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@md,:where(.nuc-global-scope) .margin-horizontal-negative-128\@md{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@md{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@md,:where(.nuc-global-scope) .margin-vertical-negative-128\@md{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@md,:where(.nuc-global-scope) .margin-vertical-negative-128\@md{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@md,:where(.nuc-global-scope) .margin-horizontal-negative-120\@md{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@md,:where(.nuc-global-scope) .margin-horizontal-negative-120\@md{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@md{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@md,:where(.nuc-global-scope) .margin-vertical-negative-120\@md{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@md,:where(.nuc-global-scope) .margin-vertical-negative-120\@md{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@md,:where(.nuc-global-scope) .margin-horizontal-negative-112\@md{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@md,:where(.nuc-global-scope) .margin-horizontal-negative-112\@md{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@md{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@md,:where(.nuc-global-scope) .margin-vertical-negative-112\@md{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@md,:where(.nuc-global-scope) .margin-vertical-negative-112\@md{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@md,:where(.nuc-global-scope) .margin-horizontal-negative-104\@md{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@md,:where(.nuc-global-scope) .margin-horizontal-negative-104\@md{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@md{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@md,:where(.nuc-global-scope) .margin-vertical-negative-104\@md{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@md,:where(.nuc-global-scope) .margin-vertical-negative-104\@md{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@md,:where(.nuc-global-scope) .margin-horizontal-negative-96\@md{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@md,:where(.nuc-global-scope) .margin-horizontal-negative-96\@md{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@md{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@md,:where(.nuc-global-scope) .margin-vertical-negative-96\@md{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@md,:where(.nuc-global-scope) .margin-vertical-negative-96\@md{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@md,:where(.nuc-global-scope) .margin-horizontal-negative-88\@md{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@md,:where(.nuc-global-scope) .margin-horizontal-negative-88\@md{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@md{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@md,:where(.nuc-global-scope) .margin-vertical-negative-88\@md{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@md,:where(.nuc-global-scope) .margin-vertical-negative-88\@md{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@md,:where(.nuc-global-scope) .margin-horizontal-negative-80\@md{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@md,:where(.nuc-global-scope) .margin-horizontal-negative-80\@md{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@md{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@md,:where(.nuc-global-scope) .margin-vertical-negative-80\@md{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@md,:where(.nuc-global-scope) .margin-vertical-negative-80\@md{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@md,:where(.nuc-global-scope) .margin-horizontal-negative-72\@md{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@md,:where(.nuc-global-scope) .margin-horizontal-negative-72\@md{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@md{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@md,:where(.nuc-global-scope) .margin-vertical-negative-72\@md{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@md,:where(.nuc-global-scope) .margin-vertical-negative-72\@md{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@md,:where(.nuc-global-scope) .margin-horizontal-negative-64\@md{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@md,:where(.nuc-global-scope) .margin-horizontal-negative-64\@md{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@md{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@md,:where(.nuc-global-scope) .margin-vertical-negative-64\@md{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@md,:where(.nuc-global-scope) .margin-vertical-negative-64\@md{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@md,:where(.nuc-global-scope) .margin-horizontal-negative-56\@md{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@md,:where(.nuc-global-scope) .margin-horizontal-negative-56\@md{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@md{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@md,:where(.nuc-global-scope) .margin-vertical-negative-56\@md{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@md,:where(.nuc-global-scope) .margin-vertical-negative-56\@md{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@md,:where(.nuc-global-scope) .margin-horizontal-negative-48\@md{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@md,:where(.nuc-global-scope) .margin-horizontal-negative-48\@md{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@md{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@md,:where(.nuc-global-scope) .margin-vertical-negative-48\@md{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@md,:where(.nuc-global-scope) .margin-vertical-negative-48\@md{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@md,:where(.nuc-global-scope) .margin-horizontal-negative-40\@md{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@md,:where(.nuc-global-scope) .margin-horizontal-negative-40\@md{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@md{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@md,:where(.nuc-global-scope) .margin-vertical-negative-40\@md{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@md,:where(.nuc-global-scope) .margin-vertical-negative-40\@md{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@md,:where(.nuc-global-scope) .margin-horizontal-negative-32\@md{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@md,:where(.nuc-global-scope) .margin-horizontal-negative-32\@md{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@md{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@md,:where(.nuc-global-scope) .margin-vertical-negative-32\@md{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@md,:where(.nuc-global-scope) .margin-vertical-negative-32\@md{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@md,:where(.nuc-global-scope) .margin-horizontal-negative-24\@md{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@md,:where(.nuc-global-scope) .margin-horizontal-negative-24\@md{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@md{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@md,:where(.nuc-global-scope) .margin-vertical-negative-24\@md{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@md,:where(.nuc-global-scope) .margin-vertical-negative-24\@md{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@md,:where(.nuc-global-scope) .margin-horizontal-negative-16\@md{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@md,:where(.nuc-global-scope) .margin-horizontal-negative-16\@md{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@md{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@md,:where(.nuc-global-scope) .margin-vertical-negative-16\@md{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@md,:where(.nuc-global-scope) .margin-vertical-negative-16\@md{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@md,:where(.nuc-global-scope) .margin-horizontal-negative-8\@md{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@md,:where(.nuc-global-scope) .margin-horizontal-negative-8\@md{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@md{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@md,:where(.nuc-global-scope) .margin-vertical-negative-8\@md{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@md,:where(.nuc-global-scope) .margin-vertical-negative-8\@md{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@md,:where(.nuc-global-scope) .margin-horizontal-0\@md{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@md,:where(.nuc-global-scope) .margin-horizontal-0\@md{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@md{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@md,:where(.nuc-global-scope) .margin-vertical-0\@md{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@md,:where(.nuc-global-scope) .margin-vertical-0\@md{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@md,:where(.nuc-global-scope) .margin-horizontal-8\@md{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@md,:where(.nuc-global-scope) .margin-horizontal-8\@md{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@md{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@md,:where(.nuc-global-scope) .margin-vertical-8\@md{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@md,:where(.nuc-global-scope) .margin-vertical-8\@md{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@md,:where(.nuc-global-scope) .margin-horizontal-16\@md{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@md,:where(.nuc-global-scope) .margin-horizontal-16\@md{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@md{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@md,:where(.nuc-global-scope) .margin-vertical-16\@md{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@md,:where(.nuc-global-scope) .margin-vertical-16\@md{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@md,:where(.nuc-global-scope) .margin-horizontal-24\@md{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@md,:where(.nuc-global-scope) .margin-horizontal-24\@md{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@md{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@md,:where(.nuc-global-scope) .margin-vertical-24\@md{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@md,:where(.nuc-global-scope) .margin-vertical-24\@md{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@md,:where(.nuc-global-scope) .margin-horizontal-32\@md{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@md,:where(.nuc-global-scope) .margin-horizontal-32\@md{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@md{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@md,:where(.nuc-global-scope) .margin-vertical-32\@md{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@md,:where(.nuc-global-scope) .margin-vertical-32\@md{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@md,:where(.nuc-global-scope) .margin-horizontal-40\@md{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@md,:where(.nuc-global-scope) .margin-horizontal-40\@md{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@md{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@md,:where(.nuc-global-scope) .margin-vertical-40\@md{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@md,:where(.nuc-global-scope) .margin-vertical-40\@md{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@md,:where(.nuc-global-scope) .margin-horizontal-48\@md{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@md,:where(.nuc-global-scope) .margin-horizontal-48\@md{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@md{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@md,:where(.nuc-global-scope) .margin-vertical-48\@md{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@md,:where(.nuc-global-scope) .margin-vertical-48\@md{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@md,:where(.nuc-global-scope) .margin-horizontal-56\@md{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@md,:where(.nuc-global-scope) .margin-horizontal-56\@md{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@md{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@md,:where(.nuc-global-scope) .margin-vertical-56\@md{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@md,:where(.nuc-global-scope) .margin-vertical-56\@md{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@md,:where(.nuc-global-scope) .margin-horizontal-64\@md{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@md,:where(.nuc-global-scope) .margin-horizontal-64\@md{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@md{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@md,:where(.nuc-global-scope) .margin-vertical-64\@md{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@md,:where(.nuc-global-scope) .margin-vertical-64\@md{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@md,:where(.nuc-global-scope) .margin-horizontal-72\@md{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@md,:where(.nuc-global-scope) .margin-horizontal-72\@md{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@md{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@md,:where(.nuc-global-scope) .margin-vertical-72\@md{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@md,:where(.nuc-global-scope) .margin-vertical-72\@md{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@md,:where(.nuc-global-scope) .margin-horizontal-80\@md{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@md,:where(.nuc-global-scope) .margin-horizontal-80\@md{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@md{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@md,:where(.nuc-global-scope) .margin-vertical-80\@md{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@md,:where(.nuc-global-scope) .margin-vertical-80\@md{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@md,:where(.nuc-global-scope) .margin-horizontal-88\@md{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@md,:where(.nuc-global-scope) .margin-horizontal-88\@md{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@md{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@md,:where(.nuc-global-scope) .margin-vertical-88\@md{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@md,:where(.nuc-global-scope) .margin-vertical-88\@md{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@md,:where(.nuc-global-scope) .margin-horizontal-96\@md{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@md,:where(.nuc-global-scope) .margin-horizontal-96\@md{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@md{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@md,:where(.nuc-global-scope) .margin-vertical-96\@md{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@md,:where(.nuc-global-scope) .margin-vertical-96\@md{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@md,:where(.nuc-global-scope) .margin-horizontal-104\@md{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@md,:where(.nuc-global-scope) .margin-horizontal-104\@md{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@md{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@md,:where(.nuc-global-scope) .margin-vertical-104\@md{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@md,:where(.nuc-global-scope) .margin-vertical-104\@md{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@md,:where(.nuc-global-scope) .margin-horizontal-112\@md{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@md,:where(.nuc-global-scope) .margin-horizontal-112\@md{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@md{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@md,:where(.nuc-global-scope) .margin-vertical-112\@md{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@md,:where(.nuc-global-scope) .margin-vertical-112\@md{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@md,:where(.nuc-global-scope) .margin-horizontal-120\@md{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@md,:where(.nuc-global-scope) .margin-horizontal-120\@md{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@md{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@md,:where(.nuc-global-scope) .margin-vertical-120\@md{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@md,:where(.nuc-global-scope) .margin-vertical-120\@md{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@md,:where(.nuc-global-scope) .margin-horizontal-128\@md{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@md,:where(.nuc-global-scope) .margin-horizontal-128\@md{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@md{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@md,:where(.nuc-global-scope) .margin-vertical-128\@md{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@md,:where(.nuc-global-scope) .margin-vertical-128\@md{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@md,:where(.nuc-global-scope) .padding-horizontal-0\@md{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@md,:where(.nuc-global-scope) .padding-horizontal-0\@md{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@md{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@md,:where(.nuc-global-scope) .padding-vertical-0\@md{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@md,:where(.nuc-global-scope) .padding-vertical-0\@md{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@md,:where(.nuc-global-scope) .padding-horizontal-8\@md{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@md,:where(.nuc-global-scope) .padding-horizontal-8\@md{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@md{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@md,:where(.nuc-global-scope) .padding-vertical-8\@md{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@md,:where(.nuc-global-scope) .padding-vertical-8\@md{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@md,:where(.nuc-global-scope) .padding-horizontal-16\@md{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@md,:where(.nuc-global-scope) .padding-horizontal-16\@md{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@md{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@md,:where(.nuc-global-scope) .padding-vertical-16\@md{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@md,:where(.nuc-global-scope) .padding-vertical-16\@md{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@md,:where(.nuc-global-scope) .padding-horizontal-24\@md{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@md,:where(.nuc-global-scope) .padding-horizontal-24\@md{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@md{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@md,:where(.nuc-global-scope) .padding-vertical-24\@md{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@md,:where(.nuc-global-scope) .padding-vertical-24\@md{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@md,:where(.nuc-global-scope) .padding-horizontal-32\@md{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@md,:where(.nuc-global-scope) .padding-horizontal-32\@md{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@md{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@md,:where(.nuc-global-scope) .padding-vertical-32\@md{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@md,:where(.nuc-global-scope) .padding-vertical-32\@md{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@md,:where(.nuc-global-scope) .padding-horizontal-40\@md{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@md,:where(.nuc-global-scope) .padding-horizontal-40\@md{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@md{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@md,:where(.nuc-global-scope) .padding-vertical-40\@md{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@md,:where(.nuc-global-scope) .padding-vertical-40\@md{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@md,:where(.nuc-global-scope) .padding-horizontal-48\@md{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@md,:where(.nuc-global-scope) .padding-horizontal-48\@md{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@md{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@md,:where(.nuc-global-scope) .padding-vertical-48\@md{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@md,:where(.nuc-global-scope) .padding-vertical-48\@md{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@md,:where(.nuc-global-scope) .padding-horizontal-56\@md{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@md,:where(.nuc-global-scope) .padding-horizontal-56\@md{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@md{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@md,:where(.nuc-global-scope) .padding-vertical-56\@md{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@md,:where(.nuc-global-scope) .padding-vertical-56\@md{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@md,:where(.nuc-global-scope) .padding-horizontal-64\@md{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@md,:where(.nuc-global-scope) .padding-horizontal-64\@md{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@md{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@md,:where(.nuc-global-scope) .padding-vertical-64\@md{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@md,:where(.nuc-global-scope) .padding-vertical-64\@md{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@md,:where(.nuc-global-scope) .padding-horizontal-72\@md{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@md,:where(.nuc-global-scope) .padding-horizontal-72\@md{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@md{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@md,:where(.nuc-global-scope) .padding-vertical-72\@md{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@md,:where(.nuc-global-scope) .padding-vertical-72\@md{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@md,:where(.nuc-global-scope) .padding-horizontal-80\@md{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@md,:where(.nuc-global-scope) .padding-horizontal-80\@md{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@md{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@md,:where(.nuc-global-scope) .padding-vertical-80\@md{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@md,:where(.nuc-global-scope) .padding-vertical-80\@md{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@md,:where(.nuc-global-scope) .padding-horizontal-88\@md{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@md,:where(.nuc-global-scope) .padding-horizontal-88\@md{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@md{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@md,:where(.nuc-global-scope) .padding-vertical-88\@md{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@md,:where(.nuc-global-scope) .padding-vertical-88\@md{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@md,:where(.nuc-global-scope) .padding-horizontal-96\@md{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@md,:where(.nuc-global-scope) .padding-horizontal-96\@md{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@md{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@md,:where(.nuc-global-scope) .padding-vertical-96\@md{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@md,:where(.nuc-global-scope) .padding-vertical-96\@md{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@md,:where(.nuc-global-scope) .padding-horizontal-104\@md{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@md,:where(.nuc-global-scope) .padding-horizontal-104\@md{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@md{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@md,:where(.nuc-global-scope) .padding-vertical-104\@md{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@md,:where(.nuc-global-scope) .padding-vertical-104\@md{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@md,:where(.nuc-global-scope) .padding-horizontal-112\@md{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@md,:where(.nuc-global-scope) .padding-horizontal-112\@md{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@md{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@md,:where(.nuc-global-scope) .padding-vertical-112\@md{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@md,:where(.nuc-global-scope) .padding-vertical-112\@md{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@md,:where(.nuc-global-scope) .padding-horizontal-120\@md{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@md,:where(.nuc-global-scope) .padding-horizontal-120\@md{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@md{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@md,:where(.nuc-global-scope) .padding-vertical-120\@md{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@md,:where(.nuc-global-scope) .padding-vertical-120\@md{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@md,:where(.nuc-global-scope) .padding-horizontal-128\@md{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@md,:where(.nuc-global-scope) .padding-horizontal-128\@md{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@md{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@md,:where(.nuc-global-scope) .padding-vertical-128\@md{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@md,:where(.nuc-global-scope) .padding-vertical-128\@md{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@md{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@md,:where(.nuc-global-scope) .margin-vertical-auto\@md{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@md,:where(.nuc-global-scope) .margin-horizontal-auto\@md{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@md,:where(.nuc-global-scope) .margin-vertical-auto\@md{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@md,:where(.nuc-global-scope) .margin-horizontal-auto\@md{margin-left:auto!important}}@media (min-width: 1280px){:where(.nuc-global-scope) .margin-right-negative-128\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-128\@lg{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-128\@lg{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@lg{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@lg,:where(.nuc-global-scope) .margin-vertical-negative-128\@lg{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@lg,:where(.nuc-global-scope) .margin-vertical-negative-128\@lg{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-120\@lg{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-120\@lg{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@lg{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@lg,:where(.nuc-global-scope) .margin-vertical-negative-120\@lg{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@lg,:where(.nuc-global-scope) .margin-vertical-negative-120\@lg{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-112\@lg{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-112\@lg{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@lg{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@lg,:where(.nuc-global-scope) .margin-vertical-negative-112\@lg{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@lg,:where(.nuc-global-scope) .margin-vertical-negative-112\@lg{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-104\@lg{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-104\@lg{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@lg{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@lg,:where(.nuc-global-scope) .margin-vertical-negative-104\@lg{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@lg,:where(.nuc-global-scope) .margin-vertical-negative-104\@lg{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-96\@lg{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-96\@lg{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@lg{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@lg,:where(.nuc-global-scope) .margin-vertical-negative-96\@lg{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@lg,:where(.nuc-global-scope) .margin-vertical-negative-96\@lg{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-88\@lg{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-88\@lg{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@lg{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@lg,:where(.nuc-global-scope) .margin-vertical-negative-88\@lg{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@lg,:where(.nuc-global-scope) .margin-vertical-negative-88\@lg{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-80\@lg{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-80\@lg{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@lg{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@lg,:where(.nuc-global-scope) .margin-vertical-negative-80\@lg{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@lg,:where(.nuc-global-scope) .margin-vertical-negative-80\@lg{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-72\@lg{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-72\@lg{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@lg{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@lg,:where(.nuc-global-scope) .margin-vertical-negative-72\@lg{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@lg,:where(.nuc-global-scope) .margin-vertical-negative-72\@lg{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-64\@lg{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-64\@lg{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@lg{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@lg,:where(.nuc-global-scope) .margin-vertical-negative-64\@lg{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@lg,:where(.nuc-global-scope) .margin-vertical-negative-64\@lg{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-56\@lg{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-56\@lg{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@lg{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@lg,:where(.nuc-global-scope) .margin-vertical-negative-56\@lg{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@lg,:where(.nuc-global-scope) .margin-vertical-negative-56\@lg{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-48\@lg{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-48\@lg{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@lg{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@lg,:where(.nuc-global-scope) .margin-vertical-negative-48\@lg{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@lg,:where(.nuc-global-scope) .margin-vertical-negative-48\@lg{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-40\@lg{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-40\@lg{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@lg{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@lg,:where(.nuc-global-scope) .margin-vertical-negative-40\@lg{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@lg,:where(.nuc-global-scope) .margin-vertical-negative-40\@lg{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-32\@lg{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-32\@lg{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@lg{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@lg,:where(.nuc-global-scope) .margin-vertical-negative-32\@lg{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@lg,:where(.nuc-global-scope) .margin-vertical-negative-32\@lg{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-24\@lg{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-24\@lg{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@lg{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@lg,:where(.nuc-global-scope) .margin-vertical-negative-24\@lg{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@lg,:where(.nuc-global-scope) .margin-vertical-negative-24\@lg{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-16\@lg{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-16\@lg{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@lg{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@lg,:where(.nuc-global-scope) .margin-vertical-negative-16\@lg{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@lg,:where(.nuc-global-scope) .margin-vertical-negative-16\@lg{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-8\@lg{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@lg,:where(.nuc-global-scope) .margin-horizontal-negative-8\@lg{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@lg{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@lg,:where(.nuc-global-scope) .margin-vertical-negative-8\@lg{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@lg,:where(.nuc-global-scope) .margin-vertical-negative-8\@lg{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@lg,:where(.nuc-global-scope) .margin-horizontal-0\@lg{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@lg,:where(.nuc-global-scope) .margin-horizontal-0\@lg{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@lg{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@lg,:where(.nuc-global-scope) .margin-vertical-0\@lg{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@lg,:where(.nuc-global-scope) .margin-vertical-0\@lg{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@lg,:where(.nuc-global-scope) .margin-horizontal-8\@lg{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@lg,:where(.nuc-global-scope) .margin-horizontal-8\@lg{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@lg{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@lg,:where(.nuc-global-scope) .margin-vertical-8\@lg{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@lg,:where(.nuc-global-scope) .margin-vertical-8\@lg{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@lg,:where(.nuc-global-scope) .margin-horizontal-16\@lg{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@lg,:where(.nuc-global-scope) .margin-horizontal-16\@lg{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@lg{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@lg,:where(.nuc-global-scope) .margin-vertical-16\@lg{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@lg,:where(.nuc-global-scope) .margin-vertical-16\@lg{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@lg,:where(.nuc-global-scope) .margin-horizontal-24\@lg{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@lg,:where(.nuc-global-scope) .margin-horizontal-24\@lg{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@lg{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@lg,:where(.nuc-global-scope) .margin-vertical-24\@lg{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@lg,:where(.nuc-global-scope) .margin-vertical-24\@lg{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@lg,:where(.nuc-global-scope) .margin-horizontal-32\@lg{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@lg,:where(.nuc-global-scope) .margin-horizontal-32\@lg{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@lg{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@lg,:where(.nuc-global-scope) .margin-vertical-32\@lg{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@lg,:where(.nuc-global-scope) .margin-vertical-32\@lg{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@lg,:where(.nuc-global-scope) .margin-horizontal-40\@lg{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@lg,:where(.nuc-global-scope) .margin-horizontal-40\@lg{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@lg{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@lg,:where(.nuc-global-scope) .margin-vertical-40\@lg{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@lg,:where(.nuc-global-scope) .margin-vertical-40\@lg{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@lg,:where(.nuc-global-scope) .margin-horizontal-48\@lg{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@lg,:where(.nuc-global-scope) .margin-horizontal-48\@lg{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@lg{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@lg,:where(.nuc-global-scope) .margin-vertical-48\@lg{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@lg,:where(.nuc-global-scope) .margin-vertical-48\@lg{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@lg,:where(.nuc-global-scope) .margin-horizontal-56\@lg{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@lg,:where(.nuc-global-scope) .margin-horizontal-56\@lg{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@lg{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@lg,:where(.nuc-global-scope) .margin-vertical-56\@lg{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@lg,:where(.nuc-global-scope) .margin-vertical-56\@lg{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@lg,:where(.nuc-global-scope) .margin-horizontal-64\@lg{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@lg,:where(.nuc-global-scope) .margin-horizontal-64\@lg{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@lg{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@lg,:where(.nuc-global-scope) .margin-vertical-64\@lg{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@lg,:where(.nuc-global-scope) .margin-vertical-64\@lg{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@lg,:where(.nuc-global-scope) .margin-horizontal-72\@lg{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@lg,:where(.nuc-global-scope) .margin-horizontal-72\@lg{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@lg{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@lg,:where(.nuc-global-scope) .margin-vertical-72\@lg{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@lg,:where(.nuc-global-scope) .margin-vertical-72\@lg{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@lg,:where(.nuc-global-scope) .margin-horizontal-80\@lg{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@lg,:where(.nuc-global-scope) .margin-horizontal-80\@lg{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@lg{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@lg,:where(.nuc-global-scope) .margin-vertical-80\@lg{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@lg,:where(.nuc-global-scope) .margin-vertical-80\@lg{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@lg,:where(.nuc-global-scope) .margin-horizontal-88\@lg{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@lg,:where(.nuc-global-scope) .margin-horizontal-88\@lg{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@lg{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@lg,:where(.nuc-global-scope) .margin-vertical-88\@lg{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@lg,:where(.nuc-global-scope) .margin-vertical-88\@lg{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@lg,:where(.nuc-global-scope) .margin-horizontal-96\@lg{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@lg,:where(.nuc-global-scope) .margin-horizontal-96\@lg{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@lg{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@lg,:where(.nuc-global-scope) .margin-vertical-96\@lg{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@lg,:where(.nuc-global-scope) .margin-vertical-96\@lg{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@lg,:where(.nuc-global-scope) .margin-horizontal-104\@lg{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@lg,:where(.nuc-global-scope) .margin-horizontal-104\@lg{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@lg{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@lg,:where(.nuc-global-scope) .margin-vertical-104\@lg{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@lg,:where(.nuc-global-scope) .margin-vertical-104\@lg{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@lg,:where(.nuc-global-scope) .margin-horizontal-112\@lg{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@lg,:where(.nuc-global-scope) .margin-horizontal-112\@lg{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@lg{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@lg,:where(.nuc-global-scope) .margin-vertical-112\@lg{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@lg,:where(.nuc-global-scope) .margin-vertical-112\@lg{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@lg,:where(.nuc-global-scope) .margin-horizontal-120\@lg{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@lg,:where(.nuc-global-scope) .margin-horizontal-120\@lg{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@lg{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@lg,:where(.nuc-global-scope) .margin-vertical-120\@lg{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@lg,:where(.nuc-global-scope) .margin-vertical-120\@lg{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@lg,:where(.nuc-global-scope) .margin-horizontal-128\@lg{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@lg,:where(.nuc-global-scope) .margin-horizontal-128\@lg{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@lg{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@lg,:where(.nuc-global-scope) .margin-vertical-128\@lg{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@lg,:where(.nuc-global-scope) .margin-vertical-128\@lg{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@lg,:where(.nuc-global-scope) .padding-horizontal-0\@lg{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@lg,:where(.nuc-global-scope) .padding-horizontal-0\@lg{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@lg{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@lg,:where(.nuc-global-scope) .padding-vertical-0\@lg{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@lg,:where(.nuc-global-scope) .padding-vertical-0\@lg{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@lg,:where(.nuc-global-scope) .padding-horizontal-8\@lg{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@lg,:where(.nuc-global-scope) .padding-horizontal-8\@lg{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@lg{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@lg,:where(.nuc-global-scope) .padding-vertical-8\@lg{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@lg,:where(.nuc-global-scope) .padding-vertical-8\@lg{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@lg,:where(.nuc-global-scope) .padding-horizontal-16\@lg{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@lg,:where(.nuc-global-scope) .padding-horizontal-16\@lg{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@lg{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@lg,:where(.nuc-global-scope) .padding-vertical-16\@lg{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@lg,:where(.nuc-global-scope) .padding-vertical-16\@lg{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@lg,:where(.nuc-global-scope) .padding-horizontal-24\@lg{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@lg,:where(.nuc-global-scope) .padding-horizontal-24\@lg{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@lg{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@lg,:where(.nuc-global-scope) .padding-vertical-24\@lg{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@lg,:where(.nuc-global-scope) .padding-vertical-24\@lg{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@lg,:where(.nuc-global-scope) .padding-horizontal-32\@lg{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@lg,:where(.nuc-global-scope) .padding-horizontal-32\@lg{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@lg{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@lg,:where(.nuc-global-scope) .padding-vertical-32\@lg{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@lg,:where(.nuc-global-scope) .padding-vertical-32\@lg{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@lg,:where(.nuc-global-scope) .padding-horizontal-40\@lg{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@lg,:where(.nuc-global-scope) .padding-horizontal-40\@lg{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@lg{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@lg,:where(.nuc-global-scope) .padding-vertical-40\@lg{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@lg,:where(.nuc-global-scope) .padding-vertical-40\@lg{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@lg,:where(.nuc-global-scope) .padding-horizontal-48\@lg{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@lg,:where(.nuc-global-scope) .padding-horizontal-48\@lg{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@lg{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@lg,:where(.nuc-global-scope) .padding-vertical-48\@lg{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@lg,:where(.nuc-global-scope) .padding-vertical-48\@lg{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@lg,:where(.nuc-global-scope) .padding-horizontal-56\@lg{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@lg,:where(.nuc-global-scope) .padding-horizontal-56\@lg{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@lg{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@lg,:where(.nuc-global-scope) .padding-vertical-56\@lg{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@lg,:where(.nuc-global-scope) .padding-vertical-56\@lg{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@lg,:where(.nuc-global-scope) .padding-horizontal-64\@lg{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@lg,:where(.nuc-global-scope) .padding-horizontal-64\@lg{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@lg{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@lg,:where(.nuc-global-scope) .padding-vertical-64\@lg{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@lg,:where(.nuc-global-scope) .padding-vertical-64\@lg{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@lg,:where(.nuc-global-scope) .padding-horizontal-72\@lg{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@lg,:where(.nuc-global-scope) .padding-horizontal-72\@lg{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@lg{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@lg,:where(.nuc-global-scope) .padding-vertical-72\@lg{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@lg,:where(.nuc-global-scope) .padding-vertical-72\@lg{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@lg,:where(.nuc-global-scope) .padding-horizontal-80\@lg{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@lg,:where(.nuc-global-scope) .padding-horizontal-80\@lg{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@lg{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@lg,:where(.nuc-global-scope) .padding-vertical-80\@lg{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@lg,:where(.nuc-global-scope) .padding-vertical-80\@lg{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@lg,:where(.nuc-global-scope) .padding-horizontal-88\@lg{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@lg,:where(.nuc-global-scope) .padding-horizontal-88\@lg{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@lg{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@lg,:where(.nuc-global-scope) .padding-vertical-88\@lg{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@lg,:where(.nuc-global-scope) .padding-vertical-88\@lg{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@lg,:where(.nuc-global-scope) .padding-horizontal-96\@lg{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@lg,:where(.nuc-global-scope) .padding-horizontal-96\@lg{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@lg{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@lg,:where(.nuc-global-scope) .padding-vertical-96\@lg{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@lg,:where(.nuc-global-scope) .padding-vertical-96\@lg{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@lg,:where(.nuc-global-scope) .padding-horizontal-104\@lg{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@lg,:where(.nuc-global-scope) .padding-horizontal-104\@lg{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@lg{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@lg,:where(.nuc-global-scope) .padding-vertical-104\@lg{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@lg,:where(.nuc-global-scope) .padding-vertical-104\@lg{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@lg,:where(.nuc-global-scope) .padding-horizontal-112\@lg{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@lg,:where(.nuc-global-scope) .padding-horizontal-112\@lg{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@lg{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@lg,:where(.nuc-global-scope) .padding-vertical-112\@lg{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@lg,:where(.nuc-global-scope) .padding-vertical-112\@lg{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@lg,:where(.nuc-global-scope) .padding-horizontal-120\@lg{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@lg,:where(.nuc-global-scope) .padding-horizontal-120\@lg{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@lg{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@lg,:where(.nuc-global-scope) .padding-vertical-120\@lg{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@lg,:where(.nuc-global-scope) .padding-vertical-120\@lg{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@lg,:where(.nuc-global-scope) .padding-horizontal-128\@lg{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@lg,:where(.nuc-global-scope) .padding-horizontal-128\@lg{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@lg{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@lg,:where(.nuc-global-scope) .padding-vertical-128\@lg{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@lg,:where(.nuc-global-scope) .padding-vertical-128\@lg{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@lg{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@lg,:where(.nuc-global-scope) .margin-vertical-auto\@lg{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@lg,:where(.nuc-global-scope) .margin-horizontal-auto\@lg{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@lg,:where(.nuc-global-scope) .margin-vertical-auto\@lg{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@lg,:where(.nuc-global-scope) .margin-horizontal-auto\@lg{margin-left:auto!important}}:where(.nuc-global-scope) .box-shadow-default{box-shadow:0 2px 4px rgba(var(--core-color-black-base-rgb),.15)}@media (max-width: 599.98px){:where(.nuc-global-scope) .hidden\@xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){:where(.nuc-global-scope) .hidden\@sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){:where(.nuc-global-scope) .hidden\@md{display:none!important}}@media (min-width: 1280px){:where(.nuc-global-scope) .hidden\@lg{display:none!important}}:where(.nuc-global-scope) .hidden\@all{display:none!important}:where(.nuc-global-scope) .visible\@xs,:where(.nuc-global-scope) .visible--block\@xs{display:none!important}@media (max-width: 599.98px){:where(.nuc-global-scope) .visible\@xs,:where(.nuc-global-scope) .visible--block\@xs{display:block!important}}:where(.nuc-global-scope) .visible--inline\@xs{display:none!important}@media (max-width: 599.98px){:where(.nuc-global-scope) .visible--inline\@xs{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@xs{display:none!important}@media (max-width: 599.98px){:where(.nuc-global-scope) .visible--inline-block\@xs{display:inline-block!important}}@media (max-width: 599.98px){:where(.nuc-global-scope) .visible\@sr\@xs{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}:where(.nuc-global-scope) .visible\@sm,:where(.nuc-global-scope) .visible--block\@sm{display:none!important}@media (min-width: 600px) and (max-width: 959.98px){:where(.nuc-global-scope) .visible\@sm,:where(.nuc-global-scope) .visible--block\@sm{display:block!important}}:where(.nuc-global-scope) .visible--inline\@sm{display:none!important}@media (min-width: 600px) and (max-width: 959.98px){:where(.nuc-global-scope) .visible--inline\@sm{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@sm{display:none!important}@media (min-width: 600px) and (max-width: 959.98px){:where(.nuc-global-scope) .visible--inline-block\@sm{display:inline-block!important}}@media (min-width: 600px) and (max-width: 959.98px){:where(.nuc-global-scope) .visible\@sr\@sm{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}:where(.nuc-global-scope) .visible\@md,:where(.nuc-global-scope) .visible--block\@md{display:none!important}@media (min-width: 960px) and (max-width: 1279.98px){:where(.nuc-global-scope) .visible\@md,:where(.nuc-global-scope) .visible--block\@md{display:block!important}}:where(.nuc-global-scope) .visible--inline\@md{display:none!important}@media (min-width: 960px) and (max-width: 1279.98px){:where(.nuc-global-scope) .visible--inline\@md{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@md{display:none!important}@media (min-width: 960px) and (max-width: 1279.98px){:where(.nuc-global-scope) .visible--inline-block\@md{display:inline-block!important}}@media (min-width: 960px) and (max-width: 1279.98px){:where(.nuc-global-scope) .visible\@sr\@md{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}:where(.nuc-global-scope) .visible\@lg,:where(.nuc-global-scope) .visible--block\@lg{display:none!important}@media (min-width: 1280px){:where(.nuc-global-scope) .visible\@lg,:where(.nuc-global-scope) .visible--block\@lg{display:block!important}}:where(.nuc-global-scope) .visible--inline\@lg{display:none!important}@media (min-width: 1280px){:where(.nuc-global-scope) .visible--inline\@lg{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@lg{display:none!important}@media (min-width: 1280px){:where(.nuc-global-scope) .visible--inline-block\@lg{display:inline-block!important}}@media (min-width: 1280px){:where(.nuc-global-scope) .visible\@sr\@lg{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}:where(.nuc-global-scope) .visible\@sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.theme--lidl .nuc-m-alert{display:flex;padding:15px;box-shadow:0 2px 4px rgba(var(--core-color-black-base-rgb),.15);border:1px solid;border-radius:2px;color:var(--core-color-primary-darker);background-color:var(--core-color-primary-background);border-color:var(--core-color-primary-base)}.theme--lidl .nuc-m-alert__close-button{align-self:flex-start;margin:-8px -8px 0 8px;padding:8px}.theme--lidl .nuc-m-alert__close-icon{width:1rem;height:1rem}.theme--lidl .nuc-m-alert__heading{margin-bottom:8px;font-weight:600;line-height:1.4;font-size:1.25rem;line-height:1.2}@media (min-width: 1280px){.theme--lidl .nuc-m-alert__heading{font-size:1.375rem}}.theme--lidl .nuc-m-alert__icon{flex-shrink:0;width:2rem;height:2rem;margin-right:16px}.theme--lidl .nuc-m-alert__body{flex:1}.theme--lidl .nuc-m-alert__icon+.theme--lidl .nuc-m-alert__body{margin-top:4px}.theme--lidl .nuc-m-alert__content{font-weight:400;line-height:1.4;font-size:1rem}@media (min-width: 1280px){.theme--lidl .nuc-m-alert__content{font-size:1.125rem}}.theme--lidl .nuc-m-alert--theme-info{color:var(--core-color-info-darker);background-color:var(--core-color-info-background);border-color:var(--core-color-info-base)}.theme--lidl .nuc-m-alert--theme-danger{color:var(--core-color-danger-darker);background-color:var(--core-color-danger-background);border-color:var(--core-color-danger-base)}.theme--lidl .nuc-m-alert--theme-success{color:var(--core-color-success-darker);background-color:var(--core-color-success-background);border-color:var(--core-color-success-base)}.theme--lidl .nuc-m-alert--theme-warning{color:var(--core-color-warning-darker);background-color:var(--core-color-warning-background);border-color:var(--core-color-warning-base)}.theme--lidl .nuc-m-alert--theme-gray{color:var(--core-color-gray-darker);background-color:var(--core-color-gray-background);border-color:var(--core-color-gray-base)}.theme--kaufland .nuc-m-alert{display:flex;padding:11px;box-shadow:0 2px 4px rgba(var(--core-color-black-base-rgb),.15);border:3px solid;border-radius:2px}.theme--kaufland .nuc-m-alert__close-button{display:none}.theme--kaufland .nuc-m-alert__heading{margin-bottom:8px;font-weight:600;line-height:1.4;font-size:1rem;line-height:1.2}@media (min-width: 1280px){.theme--kaufland .nuc-m-alert__heading{font-size:1.125rem}}.theme--kaufland .nuc-m-alert__icon{flex-shrink:0;width:1.375rem;height:1.375rem;margin-right:16px}.theme--kaufland .nuc-m-alert__body{flex:1}.theme--kaufland .nuc-m-alert__content{font-weight:400;line-height:1.4;font-size:1rem}@media (min-width: 1280px){.theme--kaufland .nuc-m-alert__content{font-size:1.125rem}}.theme--kaufland .nuc-m-alert--theme-info{color:var(--core-color-white-base);background-color:var(--core-color-black-base);border-color:var(--core-color-black-base)}.theme--kaufland .nuc-m-alert--theme-success{color:var(--core-color-white-base);background-color:var(--core-color-primary-green-base);border-color:var(--core-color-primary-green-base)}.nuc-m-alert__close-button{cursor:pointer}.notification__icon-toggle{transform:rotate(180deg);position:absolute;transform-origin:center;transition:transform .5s;right:.5rem}.notification__icon-toggle--visibile{transform:rotate(0)}.notification__headline{transition:1s border-bottom;border-bottom:.125rem solid var(--grey-lighter, #e3e4e6)}.notification__headline .button{padding-left:0;padding-right:0}.agerestriction{display:flex;align-items:center;width:100%;height:100%;padding:1rem;justify-content:center}.agerestriction__wrapper{background:#ffffff;color:var(--grey-darker, #353b42);max-width:640px;padding:1rem}.agerestriction__privacy{border-top:1px solid var(--grey-darker, #353b42);margin-top:1rem}.agerestriction__privacy-link{padding-left:.25rem}.agerestriction__privacy-text{margin-bottom:0;margin-top:.5rem}.agerestriction__button{display:flex;justify-content:flex-end}.agerestriction__button-item{margin:0 .25rem}.agerestriction__cookie-label{display:flex;align-items:center}.agerestriction .agerestriction__cookie input{height:1.25rem;font-size:.875rem;appearance:none;border:1px solid var(--grey-base, #4e5761);border-radius:0;width:1.25rem;margin:0 .25rem 0 0;cursor:pointer;background-color:#fff}.agerestriction .agerestriction__cookie input:checked:after,.agerestriction .agerestriction__cookie input:checked:before{content:"";margin-top:.1875rem;margin-left:.5625rem;display:block;width:.125rem;height:.75rem;background-color:var(--brand-base, #0050aa);transform:rotate(45deg)}.agerestriction .agerestriction__cookie input:checked:after{margin-top:-.3125rem;margin-left:.1875rem;width:.3125rem;height:.125rem}.overlay{position:absolute;background:var(--grey-darker, #353b42);background:rgba(0,0,0,.85);color:#fff;z-index:68687687;top:0;left:0;height:0;width:100vw;overflow:hidden;transition:1s height;overflow-y:scroll;-webkit-overflow-scrolling:touch}.overlay--open{height:100%}.overlay__container{padding:1.25rem;height:100%;color:#fff}.overlay__button-close{position:absolute;top:0;right:0;z-index:68687690}.bar{z-index:160;overflow:hidden;background:transparent;position:relative}@media (max-width: 59.9375rem){.bar{position:absolute;bottom:59px}}.bar__header{display:flex;z-index:400;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--grey-lighter, #e3e4e6)}@media (min-width: 60rem){.bar__header{padding:1rem 1rem 1rem 3rem}}@media (max-height: 25rem){.bar__header{padding:.5rem}}.bar__header h3{margin:0}.bar__content{position:relative;overflow:hidden;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;display:flex;scroll-behavior:smooth;width:calc(100vw - 8px);left:0}@media (min-width: 60rem){.bar__content{padding:0;left:2.875rem;width:calc(100vw - 92px)}}.bar__content::-webkit-scrollbar{display:none}.bar__content-list{display:flex;flex-direction:row;flex-wrap:nowrap;padding:0;margin:0;list-style-type:none;transition:all 3s}.bar__content-list.fade-exit-done,.bar__content-list.fade-exit{animation:fadeOut 1s 1 forwards;position:absolute;top:0;z-index:4332;left:0}.bar__content-list.fade-enter-done,.bar__content-list.fade-enter{animation:fadeIn 1s 1 forwards}.bar.bar--recommendedproducts{height:100vh;background:rgba(0,0,0,.55);position:absolute;max-height:inherit;width:100%;z-index:10110;bottom:0}.bar.bar--recommendedproducts .bar__wrapper{background:#ffffff;position:absolute;bottom:.3125rem;width:100%}.bar.bar--recommendedproducts .bar__progress{position:absolute;bottom:0rem;width:100%;background:var(--white, #ffffff)}@media (min-width: 60rem){.bar.bar--recommendedproducts .bar__progress{padding:0 2.375rem}.bar.bar--recommendedproducts .bar__content{left:2.375rem;width:calc(100vw - 82px)}.bar.bar--recommendedproducts .bar__content-list{padding:1rem 0}}.bar.bar--jumpmarks-enter,.bar.bar--jumpmarks-enter-done{transition:max-height .35s;max-height:3.25rem}.bar.bar--overview{background:#ffffff}.bar.bar--overview .bar__content{width:100vw}@keyframes unfoldIn{0%{transform:scaleY(.01) scaleX(0)}50%{transform:scaleY(.01) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes unfoldOut{0%{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.01) scaleX(1)}to{transform:scaleY(.01) scaleX(0)}}.bar__content-navigation{position:absolute;height:100%;top:0;z-index:333;outline:none;background-color:#fff;border:none;display:none;color:var(--grey-darker, #353b42);box-shadow:0 .125rem .25rem #00000026;transition:all .2s ease-in-out}.canHover .bar__content-navigation:hover,.bar__content-navigation:focus{color:#fff;background-color:var(--brand-base, #0050aa)}.bar__content-navigation--right{right:0}@media (min-width: 60rem){.bar__content-navigation{display:block}}.bar__content-navigation-button{background:inherit;border:none;height:100%;top:0;z-index:333;outline:none}.bar__content-navigation--disabled{opacity:.5;pointer-events:none}.bar__content-navigation--withheader{height:calc(100% - 60px);top:4.0625rem}*{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);touch-action:none}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{touch-action:none;margin:0;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:left;font-family:LidlFontCondPro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:1.4;color:var(--grey-darker, #353b42);background-color:#fafafa}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:2rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}blockquote{margin:0 0 1rem}b,strong{font-weight:700}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{text-decoration:underline;background-color:transparent;color:var(--brand-base, #0050aa)}a:active,.canHover a:hover{color:var(--brand-base, #0050aa)}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto var(--brand-base, #0050aa)}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;color:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}button:not(label),[type=button]:not(label),[type=reset]:not(label),[type=submit]:not(label){-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}@font-face{font-family:LidlFontCondPro;font-style:normal;font-weight:400;src:url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Regular-486d086e.woff2) format("woff2"),url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Regular-8d9bbb98.woff) format("woff")}@font-face{font-family:LidlFontCondPro;font-style:normal;font-weight:600;src:url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Semibold-6ffa1ebe.woff2) format("woff2"),url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Semibold-e77f83ae.woff) format("woff")}@font-face{font-family:LidlFontCondPro;font-style:normal;font-weight:700;src:url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Bold-d7efa7aa.woff2) format("woff2"),url(https://lidl.leaflets.schwarz/assets/LidlFontCondPro-Bold-5bb593b9.woff) format("woff")}:root{--brand-base: #0050aa;--brand-background: #f5f8fc;--brand-lightest: #ebf1f8;--brand-lighter: #d6e3f1;--brand-light: #adc7e4;--brand-dark: #00438f;--brand-darker: #003674;--danger-base: #e60a14;--danger-background: #fef5f6;--danger-lightest: #fdebec;--danger-lighter: #fbd8d9;--danger-light: #f7b1b4;--danger-dark: #c10811;--danger-darker: #9c070e;--danger-cms: #d45555;--danger-cms-light: #fcf0f0;--mark-base: #fff000;--mark-background: #fffef5;--mark-lightest: #fffeeb;--mark-lighter: #fffdd6;--mark-light: #fffaad;--mark-dark: #fbcb03;--mark-darker: #f7a606;--success-base: #348553;--success-background: #f7faf8;--success-lightest: #eff5f1;--success-lighter: #dfebe3;--success-light: #bed8c8;--success-dark: #2c7046;--success-darker: #235a38;--warning-base: #be591d;--warning-background: #fcf8f6;--warning-lightest: #faf2ed;--warning-lighter: #f5e4db;--warning-light: #eacab7;--warning-dark: #a04b18;--warning-darker: #813d14;--grey-base: #4e5761;--grey-background: #f8f8f9;--grey-lightest: #f1f2f2;--grey-lighter: #e3e4e6;--grey-light: #c6c9cc;--grey-dark: #424951;--grey-darker: #353b42;--website-background: #fafafa;--black: #000000;--white: #ffffff;--kaufland-green: #31ab1f;--kaufland-green-darkest: #278619}*{outline-color:var(--brand-base, #0050aa)}*::-webkit-scrollbar{display:none}button::-moz-focus-inner{border:0;padding:0}a{color:var(--brand-base, #0050aa);text-decoration:underline}a:active,.canHover a:hover{color:var(--brand-darker, #003674)}.canHover a:hover{text-decoration:underline}a:active{text-decoration:none}:invalid,:-moz-submit-invalid,:-moz-ui-invalid{box-shadow:none}#root{width:100vw;background:var(--grey-light, #c6c9cc);padding:0;margin:0;overflow:hidden;height:100%;display:flex;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.theme--lidl #root{background:#f7f8fc}img{max-width:100%;height:auto;user-select:none;pointer-events:none;vertical-align:middle}html,body{position:fixed;overflow:hidden;transform:translateZ(0);height:100%;width:100%}.maincontent{flex:1 0 auto;align-items:center;display:flex;position:relative}.main{flex:1 0 auto;position:relative;overflow:hidden;display:flex;flex-direction:column;width:calc(100vw - 21.875rem);background:#f7f8fc}.content_navigation{position:absolute;top:auto;bottom:auto;z-index:150;display:flex;align-items:center;left:0;padding:0 .5rem}.content_navigation--right{right:0;left:auto}.content_navigation--hidden{visibility:hidden}body{touch-action:manipulation}.recommended-products-opener{position:absolute;top:auto;z-index:160;left:auto;right:1.25rem;bottom:.625rem;padding:.5rem}.recommended-products-opener .indicator{top:-1.4375rem;right:-1.4375rem}.recommended-products-opener--b{position:absolute;top:auto;left:50%;transform:translate(-50%);z-index:160;bottom:0;padding:0}.sheet{display:flex;position:relative;transition:.35s width,.35s height}.sheet .page__wrapper{width:100%}.sheet--transition{transition:.7s width,.7s height;transition-timing-function:linear}.sheet--disableMediaLinks *{pointer-events:none!important}.sheet--disableMediaLinks * .linkgroup{visibility:hidden}.sheet--notrans{transition:none}.sheet--zooming .page{cursor:zoom-out}.sheet--zooming.sheet--dragging .page{cursor:grabbing}.sheet--zooming .page__wrapper{width:400%;height:400%;position:absolute;top:0;left:0;transform:scale3d(.25,.25,1);transform-origin:top left}.sheet--zooming .page__wrapper--notscale{width:100%;height:100%;transform:scaleZ(1)}.pinch-to-zoom-area{will-change:transform;transform-origin:0 0 0;transition:transform 0ms ease,transform-origin 0ms ease;transition-timing-function:cubic-bezier(.1,.8,.1,1);transition-duration:.5s,0s;-webkit-transition-duration:.5s,0s}.canHover .pinch-to-zoom-area{transform-origin:center}@keyframes forward-pre{0%{transform:rotateY(90deg)}to{transform:rotateY(0)}}@keyframes forward-current{0%{transform:rotateY(0)}to{transform:rotateY(-90deg)}}@keyframes backward-current{0%{transform:rotateY(0)}to{transform:rotateY(90deg)}}@keyframes backward-pre{0%{transform:rotateY(-90deg)}to{transform:rotateY(0)}}@keyframes to-front-cover-current{0%{transform:rotateY(0)}to{transform:rotateY(90deg)}}@keyframes to-front-cover-pre{0%{transform:rotateY(-90deg)}to{transform:rotateY(0)}}@keyframes from-back-cover-current{0%{transform:rotateY(0)}to{transform:rotateY(90deg)}}@keyframes from-back-cover-pre{0%{visibility:visible;transform:rotateY(-90deg)}to{transform:rotateY(0);visibility:visible}}@keyframes from-front-cover-next{0%{visibility:visible;transform:rotateY(90deg)}to{visibility:visible;transform:rotateY(0)}}@keyframes flip-back{0%{transform:rotateY(-90deg)}to{transform:rotateY(0)}}@keyframes flip-front{0%{transform:rotateY(0)}to{transform:rotateY(90deg);visibility:hidden}}.sheet__list--from-front-to-back-cover,.sheet__list--from-back-to-front-cover,.sheet__list--from-back-cover,.sheet__list--from-front-cover,.sheet__list--to-back-cover,.sheet__list--to-front-cover,.sheet__list--forward,.sheet__list--backward,.sheet__list--cover{transform-style:preserve-3d;perspective:200rem;perspective-origin:center center}@media screen and (-ms-high-contrast: active),screen and (-ms-high-contrast: none){.sheet__list--from-front-to-back-cover,.sheet__list--from-back-to-front-cover,.sheet__list--from-back-cover,.sheet__list--from-front-cover,.sheet__list--to-back-cover,.sheet__list--to-front-cover,.sheet__list--forward,.sheet__list--backward,.sheet__list--cover{perspective:75rem}}.page{position:relative;background:#ffffff;transition-property:transform;display:flex;cursor:zoom-in}.page img{width:100%}.page--pre{position:absolute;left:0;visibility:hidden}.page--next{position:absolute;right:0;visibility:hidden}.page--next-1{right:0}.page--current{position:absolute;z-index:130}.page--current-1{left:0;z-index:131}.page--current-2{right:0}.sheet__list{z-index:100;display:flex;flex:0 0 100%;padding:0;margin:0 auto;list-style-type:none;overflow:visible;backface-visibility:hidden;box-shadow:.125rem .125rem .9375rem #00000059}.sheet__list .page{flex:0 0 50%;width:50%;height:100%;backface-visibility:hidden}.sheet__list--single-page{transform:translate3d(25%,0,0);box-shadow:none}.sheet__list--single-page:before{content:none}.sheet__list--single-page .page{width:50%;perspective:initial;box-shadow:.125rem .125rem .9375rem #00000059}.sheet__list--single-page .page:before{content:none}.sheet__list--single-page .page--next,.sheet__list--single-page .page--pre{visibility:hidden}.sheet__list--cover .page{width:50%}.sheet__list--backward .page{backface-visibility:hidden}.sheet__list--backward .page--pre{visibility:visible}.sheet__list--backward .page--next{visibility:hidden}.sheet__list--backward .page--current-1{animation:backward-current .35s linear 0s 1 normal;animation-fill-mode:forwards;backface-visibility:hidden;transform:rotateY(0);transform-origin:right}.sheet__list--backward .page--current-2{z-index:1500}.sheet__list--backward .page--pre-2{backface-visibility:visible;animation:backward-pre .35s linear .35s 1 normal;animation-fill-mode:forwards;left:50%;z-index:321321321;transform:rotateY(-90deg);transform-origin:left}.sheet__list--forward .page--pre{visibility:hidden}.sheet__list--forward .page--next{visibility:visible;z-index:100}.sheet__list--forward .page--current-2{animation:forward-current .35s linear 0s 1 normal;animation-fill-mode:forwards;transform:rotateY(-90deg);transform-origin:left;z-index:102;right:0;left:auto}.sheet__list--forward .page--next-1{animation:forward-pre .35s linear .35s 1 normal;animation-fill-mode:forwards;transform:rotateY(90deg);transform-origin:right;left:0;right:auto;z-index:1000}.sheet__list--to-front-cover{box-shadow:none;transition:transform .35s;transform:translate3d(-25%,0,0);transition-delay:.35s}.sheet__list--to-front-cover .page{width:50%}.sheet__list--to-front-cover .page--next{visibility:hidden}.sheet__list--to-front-cover .page--pre{visibility:visible}.sheet__list--to-front-cover .page--pre-2{display:none}.sheet__list--to-front-cover .page--current-1{transform:rotateY(0);transform-origin:right;animation:to-front-cover-current .35s linear 0s 1 normal;animation-fill-mode:forwards}.sheet__list--to-front-cover .page--pre-1{z-index:2000;right:0;left:auto;transform:rotateY(-90deg);transform-origin:left;animation:to-front-cover-pre .35s linear .35s 1 normal;animation-fill-mode:forwards}.sheet__list--to-front-cover .page:before{content:none}.sheet__list--to-back-cover{box-shadow:none;transition:transform .35s;transform:translate3d(25%,0,0);transition-delay:.35s}.sheet__list--to-back-cover .page{width:50%}.sheet__list--to-back-cover .page--pre{visibility:hidden}.sheet__list--to-back-cover .page--next{visibility:visible}.sheet__list--to-back-cover .page--current-2{transform:rotateY(0);transform-origin:left;animation:forward-current .35s linear 0s 1 normal;animation-fill-mode:forwards}.sheet__list--to-back-cover .page--next-1{transform:rotateY(90deg);transform-origin:right;left:0;right:auto;z-index:2000;animation:forward-pre .35s linear .35s 1 normal;animation-fill-mode:forwards}.sheet__list--to-back-cover .page .page__image{height:100%}.sheet__list--to-back-cover .page:before{content:none}.sheet__list--from-front-cover{perspective-origin:0% center;box-shadow:none;transform:translate3d(50%,0,0);transition:transform .35s;transition-delay:.35s}.sheet__list--from-front-cover .page--pre{visibility:hidden}.sheet__list--from-front-cover .page--next{visibility:visible}.sheet__list--from-front-cover .page--current-2{display:none}.sheet__list--from-front-cover .page--current-1{transform:rotateY(0);transform-origin:left;animation:forward-current .35s linear 0s 1 normal;animation-fill-mode:forwards;z-index:102;backface-visibility:hidden}.sheet__list--from-front-cover .page--next-1{transform:rotateY(90deg);transform-origin:right;animation:from-front-cover-next .35s linear .35s 1 normal;animation-fill-mode:forwards;right:100%;visibility:hidden;backface-visibility:visible}.sheet__list--from-front-cover .page--next-2{right:50%}.sheet__list--from-back-cover{box-shadow:none;transform:translateZ(0);transition:transform .35s;transition-delay:.35s}.sheet__list--from-back-cover .page{width:50%}.sheet__list--from-back-cover .page--pre-1{visibility:visible}.sheet__list--from-back-cover .page--current-1{transform:rotateY(0);transform-origin:right;animation:from-back-cover-current .35s linear 0s 1 normal;animation-fill-mode:forwards;z-index:102}.sheet__list--from-back-cover .page--pre-2{transform:rotateY(-90deg);left:50%;transform-origin:left;backface-visibility:visible;animation:from-back-cover-pre .35s linear .35s 1 normal;animation-fill-mode:forwards}.sheet__list--from-back-cover .page:before{content:none}.sheet__list--from-back-to-front-cover{box-shadow:none;perspective-origin:25% center;transform:translate3d(25%,0,0)}.sheet__list--from-back-to-front-cover .page--pre{visibility:visible}.sheet__list--from-back-to-front-cover .page--pre-2{display:none}.sheet__list--from-back-to-front-cover .page--pre-1{transform:rotateY(-90deg);animation:flip-back .35s linear .35s 1 normal;animation-fill-mode:forwards;visibility:visible}.sheet__list--from-back-to-front-cover .page--current-1{transform:rotateY(0);animation:flip-front .35s linear 0s 1 normal;animation-fill-mode:forwards;backface-visibility:hidden}.sheet__list--from-back-to-front-cover .page:before{content:none}.sheet__list--from-front-to-back-cover{box-shadow:none;perspective-origin:center;perspective-origin:25% center;transform:translate3d(25%,0,0)}.sheet__list--from-front-to-back-cover .page--next-2,.sheet__list--from-front-to-back-cover .page--pre{display:none}.sheet__list--from-front-to-back-cover .page--next{visibility:visible}.sheet__list--from-front-to-back-cover .page--next-1{transform:rotateY(-90deg);animation:flip-back .35s linear .35s 1 normal;animation-fill-mode:forwards;visibility:visible;left:0;right:auto}.sheet__list--from-front-to-back-cover .page--current-1{transform:rotateY(0);animation:flip-front .35s linear 0s 1 normal;animation-fill-mode:forwards;backface-visibility:hidden}.sheet__list--from-front-to-back-cover .page:before{content:none}_::-webkit-full-page-media,_:future,:root .sheet__list--backward .page--pre-2{animation:backward-pre .35s linear .45s 1 normal;animation-fill-mode:forwards}_::-webkit-full-page-media,_:future,:root .sheet__list--forward .page--next-1{animation:forward-pre .35s linear .45s 1 normal;animation-fill-mode:forwards}img{position:relative;display:inline-block;z-index:2;transform:scale(1) translate(0)}.newsletter{flex:1 0 auto;width:100%;background:var(--brand-light, #adc7e4);padding:0 10%;justify-content:center;display:flex;flex-direction:column}.newsletter__text{white-space:normal;text-align:center;color:#fff;font-weight:700;margin:5% 0;line-height:1.2;font-size:.875rem;text-shadow:0 .125rem .25rem rgba(0,0,0,.15)}@media (min-width: 37.5rem){.newsletter__text{line-height:1.4;font-size:1.5rem}}@media (max-height: 35rem){.newsletter__text{line-height:1.2;font-size:.875rem}}.newsletter__image{margin:0 auto;max-width:87%;max-height:45%;display:block}.newsletter__st0{fill:#f5f8fc}.newsletter__st1,.newsletter__st3{fill:var(--brand-base, #0050aa)}.sheetgesture{display:flex;align-items:center;width:100%;height:100%;justify-content:center}.page--preview{display:flex;align-items:center;justify-content:center}.preview{width:100%;text-align:center;padding:0 5%}.preview .recommended__item-detail{display:none}.preview__content{margin:0 10%}.preview_headline{margin:.5rem 0;font-size:1rem;line-height:1;color:var(--grey-darker, #353b42);text-transform:uppercase}@media (min-width: 37.5rem){.preview_headline{margin:1.125rem 0;font-size:1.5rem}}@media (max-height: 26.25rem){.preview_headline{margin:.5rem 0;font-size:1rem}}.recommended__item.recommended__item--preview{display:block;width:100%;color:var(--grey-darker, #353b42);max-width:initial;background:var(--grey-lighter, #e3e4e6);margin:0 0 5%;padding:.625rem 1rem;border:.0625rem solid #ffffff}@media (min-width: 37.5rem){.recommended__item.recommended__item--preview{padding:1.25rem}}.recommended__item.recommended__item--preview img{max-height:initial;width:100%}.recommended__item.recommended__item--preview .recommended__item-subheadline{display:none}@media (min-width: 37.5rem){.recommended__item.recommended__item--preview .recommended__item-subheadline{display:block}}@media (max-height: 35rem){.recommended__item.recommended__item--preview .recommended__item-subheadline{display:none}}.recommended__item{width:100%;margin:.5rem auto;transition:.5s all}.recommended__item-headline{text-align:center;margin:0;margin-top:.5rem;font-size:.875rem;text-transform:uppercase;font-weight:600}.recommended__item-subheadline{text-align:center;font-weight:300;margin:.5rem 0;font-size:1.125rem}.recommended__item-detail{display:inline-flex;align-items:center;margin:1rem 0 0}.recommended__item-detail-text{font-size:.875rem;text-transform:uppercase;margin:0 0 0 .5rem}.recommended__item-image img{max-height:12.5rem;width:auto;max-width:11.25rem}.recommended__item-button{border:.1875rem solid transparent;margin:0;cursor:pointer;position:relative;align-items:center;width:100%;opacity:1;background:var(--grey-lightest, #f1f2f2);transition:all .5s;padding:0}.recommended__item-button:active,.recommended__item-button:focus,.canHover .recommended__item-button:hover{background:var(--brand-base, #0050aa);color:#fff}.recommended__item-button:active .recommended__item-subheadline,.recommended__item-button:active .recommended__item-overlay-text,.recommended__item-button:focus .recommended__item-subheadline,.recommended__item-button:focus .recommended__item-overlay-text,.canHover .recommended__item-button:hover .recommended__item-subheadline,.canHover .recommended__item-button:hover .recommended__item-overlay-text{text-decoration:underline}.text-overlay{max-width:37.5rem;margin:3rem auto;padding:0 1rem}.text-overlay__headline{text-align:center}.video-overlay{padding:1rem;margin:0 auto;display:flex;align-items:center;height:100%;justify-content:center}.video-overlay--youtube{max-width:73.75rem}.video-overlay--youtubeShorts{padding:2rem;max-width:500px}.video-overlay__headline{text-align:center}.video-overlay .video .bluebillywigPlayer{display:flex;justify-content:center}.togglebox{position:absolute;background:rgba(255,255,255,.5);z-index:343248934298;border:1px solid #000;border-radius:.125rem;box-shadow:0 .125rem .25rem #00000026}.togglebox__list{list-style-type:none;padding:0}.togglebox__list-item{margin:4px}.togglebox .btn{margin-right:2px}.togglebox h3{font-size:12px;margin:0}.togglebox__button-off .btn{background:#e60a14;border:#e60a14}.canHover .togglebox__button-off .btn:hover{background:#c10811;border:#c10811}.togglebox__button-on .btn{background:#348553;border:#348553}.canHover .togglebox__button-on .btn:hover{background:#2c7046;border:#2c7046}.sr-only{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
