.loading{height:100%;left:0;right:0;position:absolute;display:flex;align-items:center;justify-content:center}.loading__container{display:flex;width:66px}.loading__circle{margin:0 auto;width:11px;height:11px;border-radius:11px;background-color:#424242;-webkit-animation:loadingcircleanim .8s ease-in-out 0s infinite;animation:loadingcircleanim .8s ease-in-out 0s infinite;box-shadow:none}.loading__circle2{-webkit-animation-delay:.15s;animation-delay:.15s}.loading__circle3{-webkit-animation-delay:.3s;animation-delay:.3s}.loading__circle4{display:none}@-webkit-keyframes loadingcircleanim{0%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}50%{-webkit-transform:translateY(6px);transform:translateY(6px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes loadingcircleanim{0%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}50%{-webkit-transform:translateY(6px);transform:translateY(6px)}to{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.subheader__content{text-align:center;color:#fff;height:1.375rem;font-size:1rem;font-weight:300}@keyframes pulse2{0%{outline:2px solid transparent;background-color:transparent}66%{outline:2px solid #ffffff;background-color:#fff}to{outline:2px solid transparent;background-color:transparent}}@keyframes pulse{0%{transform:scale(0);opacity:.5}33%{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:400;color:#424242;font-size:16px;border-radius:0;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;padding:11px;line-height:unset}.button--with-left-right-icon{display:flex;justify-content:space-between;align-items:center}.button--with-left-right-icon .button__label{flex:1;padding:0}.button .button__label+.button__icon{padding-left:0;margin-right:-14px}.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:focus{outline: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:0;margin-bottom:0;transition:transform .3s}.button__icon svg{backface-visibility:hidden;transition:transform .15s}.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, #e10915);border-color:var(--brand-base, #e10915);background-color:#31ab1f;border-color:#31ab1f}.canHover .button--primary:not(.button--hover-icon):hover,.button--primary:not(.button--hover-icon):focus{color:#fff;background-color:var(--brand-darker, #99060e);border-color:var(--brand-darker, #99060e)}.button--primary:not(.button--hover-icon).disabled,.button--primary:not(.button--hover-icon):disabled{color:#757575;background-color:#d3d3d3;border-color:transparent;pointer-events:none;height:44px}.canHover .button--primary:not(.button--hover-icon).disabled:hover,.canHover .button--primary:not(.button--hover-icon):disabled:hover{color:#757575;background-color:#d3d3d3;border-color:transparent}.button--primary-negative{color:var(--brand-base, #e10915);background-color:var(--white, #ffffff);border-color:var(--white, #ffffff)}.button--primary-negative:focus{background-color:#31ab1f;border-color:#31ab1f}.button--secondary-negative{color:#fff;border-color:#fff}.canHover .button--secondary-negative:hover,.button--secondary-negative:focus{color:var(--brand-base, #e10915);background-color:var(--grey-light, #c6c9cc);border-color:var(--grey-light, #c6c9cc)}.button--select{text-transform:none;color:#424242;border-color:#f0f0f0;border-width:4px;height:44px}.canHover .button--select:hover,.button--select:focus{border-color:var(--brand-base, #e10915);color:var(--brand-base, #e10915)}.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, #e10915);border-color:var(--brand-base, #e10915);background:#ffffff}.canHover .button--secondary:not(.button--hover-icon):hover,.button--secondary:not(.button--hover-icon):focus{color:#fff;background-color:var(--brand-darker, #99060e);border-color:var(--brand-darker, #99060e)}.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:#e1091529;background-color:transparent;border-color:#e1091529;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:0}@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:0}.button--withIndicator-in-row .button__label{margin-left:0}.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:0;border-radius:0}.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;display:flex;border-radius:0;border:none;max-width:100%;max-height:100%;width:100%!important;height:100%!important;padding:0;transition:outline .15s ease,background-color .15s ease;animation:pulse2 2.4s ease 1;background-color:transparent;outline:2px solid transparent}.button--media .button__icon{display:flex;align-items:center;justify-content:center;z-index:1000;position:absolute;margin:0!important;bottom:20%;right:20%;left:-2px;top:-2px;background-color:#f0f0f0}.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:#31ab1f;animation:pulse 4.5s ease-in-out infinite}.button--media:focus .icon-link--kaufland{fill:#fff}.button--media .button__icon:after{animation:pulse 4.5s ease infinite}.button--media .button__icon:after,.button--media .button__icon{transition:transform .15s}.canHover .button--media:hover,.button--media:focus{background-color:transparent;outline:2px solid #31ab1f;transition:outline .15s ease}.canHover .button--media:hover .button__icon,.button--media:focus .button__icon{background-color:#31ab1f;color:#fff;transition:background-color .3s linear,color .3s linear}.button--media:active{background-color:var(--brand-darker, #99060e)}.button--media.button--flipped{color:#fff;outline:2px solid #31ab1f;background-color:transparent}.button--media.button--flipped .button__icon{background-color:#31ab1f}.button--media.button--flipped .button__icon .icon-heart-filled--kaufland{fill:#fff}.canHover .button--media.button--flipped:hover,.button--media.button--flipped:focus{background-color:transparent;outline:2px solid #31ab1f}.button--media.button--flipped:active{background-color:var(--brand-darker, #99060e)}.button--flipped .indicator{top:0;right:0}.button__icon{transition:transform .15s ease 0s}.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, #e10915)}.button--hover-icon-active{color:var(--brand-base, #e10915)}.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[aria-label="more products"]{padding:0}button[aria-label="more products"] .button__icon{width:66px;height:66px}@media (max-width: 599px){button[aria-label=Quit]{display:none}}.canHover .button--primary:not(.button--hover-icon):hover{background-color:#31ab1f;border-color:#31ab1f}.canHover .button--primary-negative:hover{background-color:#31ab1f;border-color:#31ab1f}button[aria-label="remove from wishlist"] .icon-shopping-cart--kaufland{margin-top:-11px}button[aria-label="remove from wishlist"]{color:#fff;background-color:#424242;border-color:transparent;height:44px}button[aria-label="remove from wishlist"] .productdetail .icon-heart--kaufland,button[aria-label="remove from wishlist"] .productdetail .icon-heart-filled--kaufland{margin-top:-11px}.button__icon svg{transition:transform .15s}.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:#e10915;font-weight:700;line-height:1.5rem;height:auto}.footer .button--navigation-kaufland{padding:0;width:44px;height:44px;color:#424242}.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}.icon,.icon-8,.icon-16,.icon-24,.icon-32,.icon-64{width:44px;height:44px}.content_navigation .icon-arrow-left--kaufland,.content_navigation .icon-arrow-right--kaufland,.header__item--end .icon-magnifier--kaufland,.header__item--end .icon-heart--kaufland,.header__item--end .icon-heart-filled--kaufland,.header__item--end .icon-shopping-cart--kaufland,.header__item--end .icon-bars-horizontal,.header__item--divider .icon-close,.sidebar__header .icon-cross--kaufland,.notification__headline .icon-bell--kaufland,.notification__headline .icon-arrow-up--kaufland,.notification__list .icon-exclamation-triangle,.menu .icon-pages--kaufland,.menu .icon-download,.menu .icon-lock-close,.menu .icon-paragraph-circle,.menu .icon-star--kaufland,.menu .icon-close,.sheet .icon-link--kaufland,.sheet .icon-text,.sheet .icon-play,.sheet .icon-recipe,.sheet .icon-heart--kaufland,.sheet .icon-heart-filled--kaufland,.recommended-products-opener .icon-star--kaufland,.tooltip__close .icon-cross,.social .icon-whatsapp--kaufland,.social .icon-facebook--kaufland,.social .icon-twitter--kaufland,.social .icon-envelope-close--kaufland,.sidebar__content .recommended__item-detail .icon-flyer--kaufland{opacity:1}.icon-magnifier--kaufland{height:32px;width:32px;fill:#424242}.canHover .button__icon:hover .icon-magnifier--kaufland{fill:#fff}.icon-heart--kaufland,.icon-heart-filled--kaufland{height:32px;width:32px;fill:#424242}.canHover .button--media:hover .icon-heart--kaufland,.canHover .button--media:hover .icon-heart-filled--kaufland,.canHover .button__icon:hover .icon-heart--kaufland,.canHover .button__icon:hover .icon-heart-filled--kaufland{fill:#fff}.icon-shopping-cart--kaufland{height:32px;width:32px;fill:#424242}.canHover .button__icon:hover .icon-shopping-cart--kaufland{fill:#fff}.icon-bookmark--kaufland{height:32px;width:32px;fill:#424242}.canHover .header__item .button__icon:hover .icon-bookmark--kaufland{fill:#fff}.button--hover-icon-active .button__icon .icon-bookmark--kaufland{background-color:#fff}.canHover .header__item .button--hover-icon-active:hover .button__icon .icon-bookmark--kaufland,.canHover .header__item .button--hover-icon-active .button__icon:hover .icon-bookmark--kaufland{background-color:#31ab1f}.icon-bars-horizontal{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 271.3 271.4' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23e10915%7D%3C/style%3E%3Cpath class='st0' d='M80.2 166.5h117.1v12.3H80.2zM80.2 129.5h117.1v12.3H80.2zM80.2 92.5h117.1v12.3H80.2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:44px;background-position:0 0;width:44px;height:44px}.icon-bars-horizontal *{opacity:0}.header__item .button__icon{width:44px;height:44px;display:flex;justify-content:center;align-items:center}.canHover .header__item--end .button__icon:hover .icon-bars-horizontal{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 271.3 271.4' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23ffffff%7D%3C/style%3E%3Cpath class='st0' d='M80.2 166.5h117.1v12.3H80.2zM80.2 129.5h117.1v12.3H80.2zM80.2 92.5h117.1v12.3H80.2z'/%3E%3C/svg%3E");background-color:#31ab1f}.icon-close{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23424242'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:22px;background-position:11px 11px}.icon-close *{opacity:0}.canHover .header__item--divider .button__icon:hover .icon-close{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-color:#31ab1f}.icon-cross--kaufland{width:22px;height:22px;fill:#424242}.canHover .sidebar__header .button__icon:hover .icon-cross--kaufland{fill:#fff}.icon-arrow-left--kaufland{width:32px;height:32px}.canHover .content_navigation--left button:hover .icon-arrow-left--kaufland{fill:#fff}.icon-arrow-right--kaufland{width:32px;height:32px}.canHover .content_navigation--right button:hover .icon-arrow-right--kaufland{fill:#fff}.content_navigation button{display:flex;justify-content:center;align-items:center}.icon-bell--kaufland{width:32px;height:32px}.icon-exclamation-triangle--kaufland{width:32px;height:32px;border:2px solid #ffffff;border-radius:100%;fill:#fff}.canHover .notification__headline .button__icon:hover .icon-exclamation-triangle--kaufland{fill:#e10915;border-color:#e10915}.icon-information-circle--kaufland{width:32px;height:32px;border:2px solid #e10915;border-radius:100%;fill:#e10915}.canHover .header__item .button__icon:hover .icon-information-circle{fill:#fff;border-color:#fff}.icon-arrow-up--kaufland{-webkit-transition:background .15s;transition:background .15s;-webkit-transition-delay:0s;transition-delay:0s}.menu__list-item .button__icon,.notification__headline .button__icon,.sidebar__header .button__icon{height:44px;width:44px;display:inline-flex;justify-content:center;align-items:center}.icon-pages--kaufland,.icon-data-protection--kaufland,.icon-imprint--kaufland{height:32px;width:32px}.canHover .menu .button__icon:hover .icon-pages--kaufland{background-color:transparent}.icon-download--kaufland{height:32px;width:32px}.canHover .menu .button__icon:hover .icon-download--kaufland{background-color:transparent}.icon-lock-close{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23424242'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:22px;background-position:11px 11px;background-color:transparent}.icon-lock-close *{opacity:0}.canHover .menu .button__icon:hover .icon-lock-close{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-color:#31ab1f}.icon-paragraph-circle{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23424242'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:22px;background-position:11px 11px;background-color:transparent}.icon-paragraph-circle *{opacity:0}.canHover .menu .button__icon .icon-paragraph-circle:hover{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-color:#31ab1f}.icon-star--kaufland{width:44px;height:44px;fill:#424242;margin-top:0}.canHover .button__icon:hover .icon-star--kaufland{fill:#fff}.canHover .button__icon:hover .icon-close,.button__icon:active .icon-close,.button__icon:focus .icon-close{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M31.073 2.557L29.41.895 15.952 14.322 2.525.895.863 2.557 14.29 15.984.863 29.443l1.662 1.662 13.427-13.427 13.459 13.427 1.662-1.662-13.427-13.459z'/%3E%3C/g%3E%3C/svg%3E");background-color:#31ab1f}.icon-facebook--kaufland,.icon-whatsapp--kaufland,.icon-twitter--kaufland,.icon-envelope-close--kaufland{height:44px;width:44px;fill:#fff}.canHover .social__share__item:hover .social__share__bg{background:#ffffff}.canHover .social__share__item:hover .icon-facebook--kaufland{fill:#1877f2}.canHover .social__share__item:hover .icon-whatsapp--kaufland{fill:#25d366}.canHover .social__share__item:hover .icon-twitter--kaufland{fill:#1da1f2}.canHover .social__share__item:hover .icon-envelope-close--kaufland{fill:#e10915}.icon-flyer--kaufland,.icon-link--kaufland,.icon-text--kaufland,.icon-play--kaufland,.icon-recipe--kaufland{height:32px;width:32px;fill:#424242}.page .icon-recipe--kaufland{transform:scale(.9)!important}.button--media .icon-link--kaufland,.button--media .icon-text--kaufland,.button--media .icon-play--kaufland,.button--media .icon-recipe--kaufland{height:32px;width:32px;fill:#424242}.canHover .button--media:hover .icon-link--kaufland,.canHover .button__icon:hover .icon-link--kaufland,.canHover .button--media:hover .icon-text--kaufland,.canHover .button__icon:hover .icon-text--kaufland,.canHover .button--media:hover .icon-play--kaufland,.canHover .button__icon:hover .icon-play--kaufland,.canHover .button--media:hover .icon-recipe--kaufland,.canHover .button__icon:hover .icon-recipe--kaufland{fill:#fff}.canHover .recommended__item-button svg:hover .icon-heart--kaufland,.canHover .recommended__item-button svg:hover .icon-heart-filled--kaufland,.canHover .recommended__item-button .recommended__item-detail:hover .icon-heart--kaufland,.canHover .recommended__item-button .recommended__item-detail:hover .icon-heart-filled--kaufland{height:32px;width:32px;fill:#fff}.canHover .header__item--end button .button__icon:hover .indicator--danger{background:#ffffff}@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:-22px;right:-22px;width:11px;height:11px;font-size:13px;border:none;padding:11px}.indicator--changed{animation:indicator__bounce .7s ease}.indicator--primary{background:#31ab1f}.indicator--success{background:var(--success-base, #348553)}.indicator--danger{background:#31ab1f}.indicator--small{border:none;width:11px;height:11px;top:0;right:0}.tooltip__close{position:absolute;right:0;top:0;cursor:pointer;text-decoration:none;background:none;border:none;padding:0}.tooltip{position:absolute;margin:0;z-index:3000;opacity:0;pointer-events:none;padding:11px;background-color:#fff;border:2px solid #d3d3d3;border-radius:0;color:#424242;box-shadow:none;font-size:16px;max-width:none;min-width:auto;-webkit-transition:opacity .15s;transition:opacity .15s;min-height:48px}.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-bottom:2px solid #d3d3d3;border-right:2px solid #d3d3d3;width:11px;height:11px;background-color:#fff;bottom:-8px;left:11px;box-shadow:none}.tooltip.tooltip--right:before{left:auto;right:11px}.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}.tooltip--right{margin-left:11px}.tooltip--left{margin-right:11px}._error_kj259_1{white-space:normal;width:100%;line-height:1.5;font-weight:700;height:100%;display:flex;flex-direction:column;background:#ffffff;padding:44px;text-align:left;color:#424242;justify-content:left;align-items:baseline}._headline_kj259_17{margin:0 0 11px;font-size:38px;line-height:48px}@media (min-height: 34.375rem){._headline_kj259_17{font-size:38px}}._text_kj259_29{font-size:16px;margin-bottom:44px;line-height:22px;font-weight:400}._button_kj259_36{margin-top:.625rem;width:100%}@media (min-height: 34.375rem){._button_kj259_36{margin-top:1.875rem}}@media (min-width: 37.5rem){._button_kj259_36,._button_kj259_36 a{width:auto}}._button_kj259_36 a{width:100%;padding:9px 11px}.button--primary:not(.button--hover-icon){color:#fff;background-color:#424242;border-color:#424242}._canHover_kj259_1 .button--primary:not(.button--hover-icon):hover,.button--primary:not(.button--hover-icon):focus{color:#fff;background-color:#31ab1f;border-color:#31ab1f}._canHover_kj259_1 .button--primary:not(.button--hover-icon):hover{color:#fff;background-color:#31ab1f;border-color:#31ab1f}.animation-toggle{display:flex}.animation-toggle__label{--ods-switch-background: #8c96a1;display:inline-flex;align-items:flex-start;gap:.5rem;margin:0}.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);border-color:#2466eb;background-image:url(https://kaufland.leaflets.schwarz/assets/check-c38f1735.svg)}.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;min-height:44px;align-items:initial}.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:#e10915;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;height:unset;line-height:unset;-webkit-transition:all .3s;transition:all .3s}.canHover .stepper:hover,.stepper:focus,.stepper--active{color:#278619;font-weight:400}.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:#e10915;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:101px;height:44px;border:none;margin:0;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 7421.1 2126' xml:space='preserve'%3E%3Cstyle%3E.st1%7Bfill:%23e10915%7D%3C/style%3E%3Cpath fill='%23fff' d='M0 0h7421.1v2126H0z'/%3E%3Cpath class='st1' d='M81 2045h1964V81H81v1964zm1883-81H162V162h1802v1802zM3010.4 927.8h-205.5l-265.6 370.7V927.8H2358v808.3h181.3v-363.8l265.6 363.8H3015l-311.8-413.4 307.2-394.9zm401 326.8c-32.3-31.1-87.7-68.1-165.1-68.1-150.1 0-254.1 124.7-254.1 282.9 0 155.9 102.8 278.3 254.1 278.3 81.9 0 136.3-38.1 165.1-67v55.4h155.9V1198h-155.9v56.6zm0 309.5c-21.9 24.3-58.9 50.8-114.3 50.8-83.1 0-142-60-142-147.8 0-87.8 58.9-147.8 142-147.8 55.5 0 92.4 26.5 114.3 50.8v194zM5492 1254.6c-32.3-31.1-87.8-68.1-165.1-68.1-150.1 0-254 124.7-254 282.9 0 155.9 102.8 278.3 254 278.3 82 0 136.3-38.1 165.1-67v55.4h155.9V1198H5492v56.6zm0 309.5c-21.9 24.3-58.9 50.8-114.3 50.8-83.1 0-142-60-142-147.8 0-87.8 58.9-147.8 142-147.8 55.4 0 92.4 26.5 114.3 50.8v194zm-1434.6-12.8c-20.8 26.6-57.7 61.2-115.4 61.2-65.8 0-105.1-42.7-105.1-113.1V1198h-158.2v332.6c0 127 72.8 217.1 206.7 217.1 88.9 0 144.3-46.2 172-76.2v64.6h155.9V1198h-155.9v353.3zm570.4-504.5c53.1 0 84.3 23.1 84.3 23.1l25.4-120.1s-42.8-33.5-144.4-33.5c-131.6 0-213.6 76.3-213.6 218.3v63.5h-79.7v129.4h79.7v408.7H4540v-408.7h182.4V1198H4540v-49.6c0-68.1 31.2-101.6 87.8-101.6m185.3 689.3h160.5V927.8h-160.5v808.3zm1277-549.6c-87.8 0-144.4 46.2-170.9 76.3V1198h-157v538.1h157v-353.3c19.7-27.7 56.6-61.2 115.5-61.2 65.8 0 103.9 42.7 103.9 113.2v301.3h158.2v-332.5c0-127-72.7-217.1-206.7-217.1m718.7-258.7v331.4c-27.7-28.9-84.3-72.8-170.9-72.8-151.2 0-254 124.7-254 282.9s105.1 278.3 254 278.3c86.6 0 143.2-42.7 170.9-72.7v61.2h155.9V927.8h-155.9zm0 629.4c-20.8 26.6-60.1 57.7-120.1 57.7-83.1 0-142-60-142-147.8 0-87.8 58.9-147.8 142-147.8 60.1 0 99.3 31.1 120.1 57.7v180.2z'/%3E%3Cpath class='st1' d='M389.7 389.9h626.1V1016H389.7zM1109.9 389.9v626.4l626.4-626.4zM389.7 1110.1h626.1v626H389.7zM1109.9 1109.7v626.4h626.4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:85px;background-position:10px 9px}.brand img{width:100%;opacity:0}.header{width:100%;z-index:1100;background:#ffffff;color:#424242}.header__row{background:#ffffff;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0;min-height:44px}.header__row .button--hover-icon-active,.header__row .button--hover-icon:focus,.canHover .header__row .header__row .button--hover-icon:hover{background-color:transparent}.header__item{display:flex;flex:1 1 33.3333333333%;align-items:center;flex-basis:101px}.header__item--end{justify-content:flex-end}.header__item--end .button__label{opacity:0;position:absolute;pointer-events:none}.header__item--end .button{padding:0}.header__item--start{gap:1rem}.header__item.header__item--center,.header__item.header__item--end{opacity:1!important}.canHover .header__item .button__icon:hover{background-color:#31ab1f}.header__item svg:nth-child(2).icon-heart-filled--kaufland{top:6px;left:6px}.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:2px;background-color:#8e8e8e;-webkit-transition:margin-right .3s ease;transition:margin-right .3s ease}._section_crhiq_1{margin:1rem 0}._section--nomargin_crhiq_4{margin:0}._section_ddvlw_1 ul{padding-left:1.125rem}._section_ddvlw_1 .brands img{margin:1rem 0;max-width:5.625rem}._iframe_xbuqw_1{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-color:transparent}@media (min-width: 37.5rem){.sidebar{position:static;flex-basis:0}}@media (max-width: 599px){.sidebar{background-color:#fff}}@media (min-width: 37.5rem){.sidebar--open{left:initial}}@media (min-width: 600px){.sidebar--open{background-color:#fff;border-left:2px solid #d3d3d3}}.sidebar__wrapper{display:flex;flex-direction:column;width:100%;height:100%;margin-top:0}@media (min-width: 37.5rem){.sidebar__wrapper{width:21.875rem}}.sidebar__header{display:flex;align-items:center;flex-shrink:0;background:transparent;color:#424242;padding:0;height:44px;border-bottom:2px solid #f0f0f0;margin-top:2px}.sidebar__header .sidebar__headline{opacity:1}.sidebar__header button{margin-top:-2px}@media (min-width: 600px){.sidebar__header button{display:none}}.sidebar__header .button{padding:0}.sidebar__header .button--primary:not(.button--hover-icon){background-color:transparent;border:none;color:#424242}.sidebar__headline{display:block;flex:1;margin-top:.25rem;font-weight:400;margin:11px;font-weight:700;text-align:left;text-transform:none}.sidebar__content{position:relative;flex-shrink:2;flex-grow:1;overflow:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.sidebar .recommended__item-button{padding:11px;border:2px solid #f0f0f0}.canHover .sidebar .recommended__item-button:hover{border:2px solid #31ab1f}.sidebarpages{display:flex;width:100%;height:100%;position:absolute;transition:transform .15s;border-left:none}.canHover .sidebarpages .menu__list-item button.button--hover-icon:hover{background-color:#f0f0f0}.sidebarpage{position:relative;flex:1 0 auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overflow:auto;padding:11px 11px 0}.sidebarpage--wishlist{overflow:initial;-webkit-overflow-scrolling:initial;position:relative}.sidebarpage--overview{justify-content:center}.sidebarpage--grey{background-color:#fff}@media (min-width: 600px){.sidebarpage--grey{background-color:#fff}}.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 .button{padding:0}.menu__list{padding:0;list-style-type:none;margin:0}.menu__list .button--hover-icon-active,.menu__list .button--hover-icon:focus,.canHover .menu__list .button--hover-icon:hover{color:#424242!important;background-color:#f0f0f0}.menu__list .button--hover-icon-active .button__icon,.menu__list .button--hover-icon:focus .button__icon,.canHover .menu__list .button--hover-icon:hover .button__icon{background-color:#f0f0f0}.menu__list-item{transition:.5s border-bottom-color;border:none}.menu__list-item:first-of-type{border-top:none}.canHover .menu__list-item:hover{border-bottom-color:#f0f0f0;background-color:#f0f0f0}@media (min-width: 600px){.canHover .menu__list-item:hover{background-color:#f0f0f0}}.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}.recipes{padding:0;list-style:none;display:grid;grid-auto-rows:1fr;margin:0;grid-gap:.5rem 0;grid-template-columns:1fr}@media (min-width: 30rem){.recipes{grid-gap:.5rem .5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width: 37.5rem){.recipes{grid-gap:.5rem 0;grid-template-columns:1fr}}.demo{background:var(--grey-lighter);width:100%;height:1.5625rem;margin:.25rem 0}.demo:last-child{width:45%}.tile__footer{display:flex}.tile__footer .demo{width:1.625rem;border-radius:50%;margin:0;margin-right:.5rem}.dummy{margin-top:.25rem;display:flex}.recipe__headline{font-size:1.125rem;margin-bottom:1rem;font-weight:300}.recipe__attributes{list-style:none;padding:0;display:inline-flex}.recipe__attribute{margin-right:.5rem;padding-right:.5rem;position:relative;line-height:1;font-size:1.125rem}.recipe__attribute:after{content:"";position:absolute;right:0;top:0;border-right:.0625rem solid black;height:100%;line-height:1}.recipe__attribute:last-child{padding:0;margin:0}.recipe__attribute:last-child:after{content:none}.recipe__attribute-icon{padding-right:.25rem;display:inline-block}.recipe__attribute-icon:last-child{padding:0}.recipe__attribute-value{vertical-align:middle;text-decoration:none}.recipe .recipebg{fill:#c5e0ef}.recipe .recipestroke{fill:var(--grey-darker, #353b42)}.tile{box-shadow:0 .125rem .25rem #00000026;height:100%;display:flex;flex-direction:column;color:inherit;text-decoration:none}.tile__image{transition:opacity .5s;padding-bottom:49%;position:relative;background-size:cover;background-position:center}.tile__image img{position:absolute}.tile__content{padding:1rem;height:100%;display:flex;flex-direction:column;justify-content:space-between}.canHover .tile:hover{text-decoration:none;color:inherit}.canHover .tile:hover .tile__image{opacity:.5}.canHover .tile:hover .tile__content-wrapper{text-decoration:underline}._button_p0i9l_1{margin-top:.5rem}.social__share__items{list-style:none;margin:0;display:flex;padding:0 11px 11px}.social__share__items--wishlist{padding:1rem 0 .5rem;margin:0 .5rem;border-bottom:1px solid #e3e4e6}.social__share__top{text-align:center;background-color:#e10915;color:#fff;text-transform:uppercase;padding:1rem 0}.social__headline{margin-bottom:0;font-weight:700;border-top:2px solid #f0f0f0;height:46px;padding:7px 11px 11px}.social__item{margin-right:11px;-webkit-transition:all .3s;transition:all .3s}.social__item a{padding:0}.social__item--whatsapp{background:#25d366}.social__item--facebook{background:#1877f2}.social__item--twitter{background:#1da1f2}.social__share__container .social__share__items{margin-top:-10px}.social__share__item{margin-right:11px;-webkit-transition:all .3s;transition:all .3s}.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:0}.social__share__bg--facebook{background-color:#1877f2}.social__share__bg--whatsapp{background-color:#25d366}.social__share__bg--twitter{background-color:#1da1f2}.social__share__bg--email{box-shadow:none;background-color:#e10915;color:#fff}.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:0;padding:0;-webkit-transition:background .15s;transition:background .15s;transition-duration:.15s;transition-delay:0s;-webkit-transition-delay:.15s}.notification__list{max-height:0;margin:0;padding:0;-webkit-transition:all .8s,opacity .8s;transition:all .8s,opacity .8s}.notification__list--visibile{max-height:unset}.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:#e10915;position:absolute;left:.75rem;top:50%;transform:translateY(-50%)}:where(.nuc-global-scope){--core-color-primary-red-base-rgb: 225, 9, 21;--core-color-primary-red-base: #E10915;--core-color-primary-green-lightest-rgb: 241, 251, 237;--core-color-primary-green-lightest: #F1FBED;--core-color-primary-green-light-rgb: 212, 241, 205;--core-color-primary-green-light: #D4F1CD;--core-color-primary-green-base-rgb: 112, 209, 89;--core-color-primary-green-base: #70D159;--core-color-primary-green-dark-rgb: 49, 171, 31;--core-color-primary-green-dark: #31AB1F;--core-color-gray-lightest-rgb: 240, 240, 240;--core-color-gray-lightest: #F0F0F0;--core-color-gray-light-rgb: 232, 232, 232;--core-color-gray-light: #E8E8E8;--core-color-gray-base-rgb: 211, 211, 211;--core-color-gray-base: #D3D3D3;--core-color-gray-dark-rgb: 141, 141, 141;--core-color-gray-dark: #8D8D8D;--core-color-gray-darkest-rgb: 117, 117, 117;--core-color-gray-darkest: #757575;--core-color-white-base-rgb: 255, 255, 255;--core-color-white-base: #FFFFFF;--core-color-black-base-rgb: 66, 66, 66;--core-color-black-base: #424242;--core-color-mercury-2-base-rgb: 229, 229, 229;--core-color-mercury-2-base: #E5E5E5}: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-black-base);background-color:var(--core-color-white-base);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:0}:where(.nuc-global-scope) .background-primary-red{background-color:var(--core-color-primary-red-base)}:where(.nuc-global-scope) .background-primary-red-lightest{background-color:var(--core-color-primary-red-lightest)}:where(.nuc-global-scope) .background-primary-red-light{background-color:var(--core-color-primary-red-light)}:where(.nuc-global-scope) .background-primary-red-background{background-color:var(--core-color-primary-red-background)}:where(.nuc-global-scope) .background-primary-red-darker{background-color:var(--core-color-primary-red-darker)}:where(.nuc-global-scope) .background-primary-green{background-color:var(--core-color-primary-green-base)}:where(.nuc-global-scope) .background-primary-green-lightest{background-color:var(--core-color-primary-green-lightest)}:where(.nuc-global-scope) .background-primary-green-light{background-color:var(--core-color-primary-green-light)}:where(.nuc-global-scope) .background-primary-green-background{background-color:var(--core-color-primary-green-background)}:where(.nuc-global-scope) .background-primary-green-darker{background-color:var(--core-color-primary-green-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-mercury-2{background-color:var(--core-color-mercury-2-base)}:where(.nuc-global-scope) .background-mercury-2-lightest{background-color:var(--core-color-mercury-2-lightest)}:where(.nuc-global-scope) .background-mercury-2-light{background-color:var(--core-color-mercury-2-light)}:where(.nuc-global-scope) .background-mercury-2-background{background-color:var(--core-color-mercury-2-background)}:where(.nuc-global-scope) .background-mercury-2-darker{background-color:var(--core-color-mercury-2-darker)}:where(.nuc-global-scope) .color-primary-red{color:var(--core-color-primary-red-base)}:where(.nuc-global-scope) .color-primary-red-darker{color:var(--core-color-primary-red-darker)}:where(.nuc-global-scope) .color-primary-green{color:var(--core-color-primary-green-base)}:where(.nuc-global-scope) .color-primary-green-darker{color:var(--core-color-primary-green-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-mercury-2{color:var(--core-color-mercury-2-base)}:where(.nuc-global-scope) .color-mercury-2-darker{color:var(--core-color-mercury-2-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: 480px){:where(.nuc-global-scope) .margin-right-negative-128\@s,:where(.nuc-global-scope) .margin-horizontal-negative-128\@s{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@s,:where(.nuc-global-scope) .margin-horizontal-negative-128\@s{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@s{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@s,:where(.nuc-global-scope) .margin-vertical-negative-128\@s{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@s,:where(.nuc-global-scope) .margin-vertical-negative-128\@s{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@s,:where(.nuc-global-scope) .margin-horizontal-negative-120\@s{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@s,:where(.nuc-global-scope) .margin-horizontal-negative-120\@s{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@s{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@s,:where(.nuc-global-scope) .margin-vertical-negative-120\@s{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@s,:where(.nuc-global-scope) .margin-vertical-negative-120\@s{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@s,:where(.nuc-global-scope) .margin-horizontal-negative-112\@s{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@s,:where(.nuc-global-scope) .margin-horizontal-negative-112\@s{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@s{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@s,:where(.nuc-global-scope) .margin-vertical-negative-112\@s{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@s,:where(.nuc-global-scope) .margin-vertical-negative-112\@s{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@s,:where(.nuc-global-scope) .margin-horizontal-negative-104\@s{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@s,:where(.nuc-global-scope) .margin-horizontal-negative-104\@s{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@s{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@s,:where(.nuc-global-scope) .margin-vertical-negative-104\@s{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@s,:where(.nuc-global-scope) .margin-vertical-negative-104\@s{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@s,:where(.nuc-global-scope) .margin-horizontal-negative-96\@s{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@s,:where(.nuc-global-scope) .margin-horizontal-negative-96\@s{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@s{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@s,:where(.nuc-global-scope) .margin-vertical-negative-96\@s{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@s,:where(.nuc-global-scope) .margin-vertical-negative-96\@s{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@s,:where(.nuc-global-scope) .margin-horizontal-negative-88\@s{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@s,:where(.nuc-global-scope) .margin-horizontal-negative-88\@s{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@s{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@s,:where(.nuc-global-scope) .margin-vertical-negative-88\@s{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@s,:where(.nuc-global-scope) .margin-vertical-negative-88\@s{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@s,:where(.nuc-global-scope) .margin-horizontal-negative-80\@s{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@s,:where(.nuc-global-scope) .margin-horizontal-negative-80\@s{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@s{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@s,:where(.nuc-global-scope) .margin-vertical-negative-80\@s{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@s,:where(.nuc-global-scope) .margin-vertical-negative-80\@s{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@s,:where(.nuc-global-scope) .margin-horizontal-negative-72\@s{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@s,:where(.nuc-global-scope) .margin-horizontal-negative-72\@s{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@s{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@s,:where(.nuc-global-scope) .margin-vertical-negative-72\@s{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@s,:where(.nuc-global-scope) .margin-vertical-negative-72\@s{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@s,:where(.nuc-global-scope) .margin-horizontal-negative-64\@s{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@s,:where(.nuc-global-scope) .margin-horizontal-negative-64\@s{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@s{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@s,:where(.nuc-global-scope) .margin-vertical-negative-64\@s{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@s,:where(.nuc-global-scope) .margin-vertical-negative-64\@s{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@s,:where(.nuc-global-scope) .margin-horizontal-negative-56\@s{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@s,:where(.nuc-global-scope) .margin-horizontal-negative-56\@s{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@s{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@s,:where(.nuc-global-scope) .margin-vertical-negative-56\@s{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@s,:where(.nuc-global-scope) .margin-vertical-negative-56\@s{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@s,:where(.nuc-global-scope) .margin-horizontal-negative-48\@s{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@s,:where(.nuc-global-scope) .margin-horizontal-negative-48\@s{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@s{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@s,:where(.nuc-global-scope) .margin-vertical-negative-48\@s{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@s,:where(.nuc-global-scope) .margin-vertical-negative-48\@s{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@s,:where(.nuc-global-scope) .margin-horizontal-negative-40\@s{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@s,:where(.nuc-global-scope) .margin-horizontal-negative-40\@s{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@s{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@s,:where(.nuc-global-scope) .margin-vertical-negative-40\@s{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@s,:where(.nuc-global-scope) .margin-vertical-negative-40\@s{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@s,:where(.nuc-global-scope) .margin-horizontal-negative-32\@s{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@s,:where(.nuc-global-scope) .margin-horizontal-negative-32\@s{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@s{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@s,:where(.nuc-global-scope) .margin-vertical-negative-32\@s{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@s,:where(.nuc-global-scope) .margin-vertical-negative-32\@s{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@s,:where(.nuc-global-scope) .margin-horizontal-negative-24\@s{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@s,:where(.nuc-global-scope) .margin-horizontal-negative-24\@s{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@s{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@s,:where(.nuc-global-scope) .margin-vertical-negative-24\@s{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@s,:where(.nuc-global-scope) .margin-vertical-negative-24\@s{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@s,:where(.nuc-global-scope) .margin-horizontal-negative-16\@s{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@s,:where(.nuc-global-scope) .margin-horizontal-negative-16\@s{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@s{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@s,:where(.nuc-global-scope) .margin-vertical-negative-16\@s{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@s,:where(.nuc-global-scope) .margin-vertical-negative-16\@s{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@s,:where(.nuc-global-scope) .margin-horizontal-negative-8\@s{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@s,:where(.nuc-global-scope) .margin-horizontal-negative-8\@s{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@s{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@s,:where(.nuc-global-scope) .margin-vertical-negative-8\@s{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@s,:where(.nuc-global-scope) .margin-vertical-negative-8\@s{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@s,:where(.nuc-global-scope) .margin-horizontal-0\@s{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@s,:where(.nuc-global-scope) .margin-horizontal-0\@s{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@s{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@s,:where(.nuc-global-scope) .margin-vertical-0\@s{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@s,:where(.nuc-global-scope) .margin-vertical-0\@s{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@s,:where(.nuc-global-scope) .margin-horizontal-8\@s{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@s,:where(.nuc-global-scope) .margin-horizontal-8\@s{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@s{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@s,:where(.nuc-global-scope) .margin-vertical-8\@s{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@s,:where(.nuc-global-scope) .margin-vertical-8\@s{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@s,:where(.nuc-global-scope) .margin-horizontal-16\@s{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@s,:where(.nuc-global-scope) .margin-horizontal-16\@s{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@s{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@s,:where(.nuc-global-scope) .margin-vertical-16\@s{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@s,:where(.nuc-global-scope) .margin-vertical-16\@s{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@s,:where(.nuc-global-scope) .margin-horizontal-24\@s{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@s,:where(.nuc-global-scope) .margin-horizontal-24\@s{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@s{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@s,:where(.nuc-global-scope) .margin-vertical-24\@s{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@s,:where(.nuc-global-scope) .margin-vertical-24\@s{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@s,:where(.nuc-global-scope) .margin-horizontal-32\@s{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@s,:where(.nuc-global-scope) .margin-horizontal-32\@s{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@s{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@s,:where(.nuc-global-scope) .margin-vertical-32\@s{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@s,:where(.nuc-global-scope) .margin-vertical-32\@s{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@s,:where(.nuc-global-scope) .margin-horizontal-40\@s{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@s,:where(.nuc-global-scope) .margin-horizontal-40\@s{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@s{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@s,:where(.nuc-global-scope) .margin-vertical-40\@s{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@s,:where(.nuc-global-scope) .margin-vertical-40\@s{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@s,:where(.nuc-global-scope) .margin-horizontal-48\@s{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@s,:where(.nuc-global-scope) .margin-horizontal-48\@s{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@s{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@s,:where(.nuc-global-scope) .margin-vertical-48\@s{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@s,:where(.nuc-global-scope) .margin-vertical-48\@s{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@s,:where(.nuc-global-scope) .margin-horizontal-56\@s{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@s,:where(.nuc-global-scope) .margin-horizontal-56\@s{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@s{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@s,:where(.nuc-global-scope) .margin-vertical-56\@s{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@s,:where(.nuc-global-scope) .margin-vertical-56\@s{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@s,:where(.nuc-global-scope) .margin-horizontal-64\@s{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@s,:where(.nuc-global-scope) .margin-horizontal-64\@s{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@s{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@s,:where(.nuc-global-scope) .margin-vertical-64\@s{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@s,:where(.nuc-global-scope) .margin-vertical-64\@s{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@s,:where(.nuc-global-scope) .margin-horizontal-72\@s{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@s,:where(.nuc-global-scope) .margin-horizontal-72\@s{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@s{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@s,:where(.nuc-global-scope) .margin-vertical-72\@s{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@s,:where(.nuc-global-scope) .margin-vertical-72\@s{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@s,:where(.nuc-global-scope) .margin-horizontal-80\@s{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@s,:where(.nuc-global-scope) .margin-horizontal-80\@s{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@s{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@s,:where(.nuc-global-scope) .margin-vertical-80\@s{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@s,:where(.nuc-global-scope) .margin-vertical-80\@s{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@s,:where(.nuc-global-scope) .margin-horizontal-88\@s{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@s,:where(.nuc-global-scope) .margin-horizontal-88\@s{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@s{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@s,:where(.nuc-global-scope) .margin-vertical-88\@s{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@s,:where(.nuc-global-scope) .margin-vertical-88\@s{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@s,:where(.nuc-global-scope) .margin-horizontal-96\@s{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@s,:where(.nuc-global-scope) .margin-horizontal-96\@s{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@s{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@s,:where(.nuc-global-scope) .margin-vertical-96\@s{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@s,:where(.nuc-global-scope) .margin-vertical-96\@s{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@s,:where(.nuc-global-scope) .margin-horizontal-104\@s{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@s,:where(.nuc-global-scope) .margin-horizontal-104\@s{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@s{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@s,:where(.nuc-global-scope) .margin-vertical-104\@s{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@s,:where(.nuc-global-scope) .margin-vertical-104\@s{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@s,:where(.nuc-global-scope) .margin-horizontal-112\@s{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@s,:where(.nuc-global-scope) .margin-horizontal-112\@s{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@s{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@s,:where(.nuc-global-scope) .margin-vertical-112\@s{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@s,:where(.nuc-global-scope) .margin-vertical-112\@s{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@s,:where(.nuc-global-scope) .margin-horizontal-120\@s{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@s,:where(.nuc-global-scope) .margin-horizontal-120\@s{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@s{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@s,:where(.nuc-global-scope) .margin-vertical-120\@s{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@s,:where(.nuc-global-scope) .margin-vertical-120\@s{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@s,:where(.nuc-global-scope) .margin-horizontal-128\@s{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@s,:where(.nuc-global-scope) .margin-horizontal-128\@s{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@s{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@s,:where(.nuc-global-scope) .margin-vertical-128\@s{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@s,:where(.nuc-global-scope) .margin-vertical-128\@s{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@s,:where(.nuc-global-scope) .padding-horizontal-0\@s{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@s,:where(.nuc-global-scope) .padding-horizontal-0\@s{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@s{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@s,:where(.nuc-global-scope) .padding-vertical-0\@s{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@s,:where(.nuc-global-scope) .padding-vertical-0\@s{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@s,:where(.nuc-global-scope) .padding-horizontal-8\@s{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@s,:where(.nuc-global-scope) .padding-horizontal-8\@s{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@s{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@s,:where(.nuc-global-scope) .padding-vertical-8\@s{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@s,:where(.nuc-global-scope) .padding-vertical-8\@s{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@s,:where(.nuc-global-scope) .padding-horizontal-16\@s{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@s,:where(.nuc-global-scope) .padding-horizontal-16\@s{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@s{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@s,:where(.nuc-global-scope) .padding-vertical-16\@s{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@s,:where(.nuc-global-scope) .padding-vertical-16\@s{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@s,:where(.nuc-global-scope) .padding-horizontal-24\@s{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@s,:where(.nuc-global-scope) .padding-horizontal-24\@s{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@s{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@s,:where(.nuc-global-scope) .padding-vertical-24\@s{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@s,:where(.nuc-global-scope) .padding-vertical-24\@s{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@s,:where(.nuc-global-scope) .padding-horizontal-32\@s{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@s,:where(.nuc-global-scope) .padding-horizontal-32\@s{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@s{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@s,:where(.nuc-global-scope) .padding-vertical-32\@s{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@s,:where(.nuc-global-scope) .padding-vertical-32\@s{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@s,:where(.nuc-global-scope) .padding-horizontal-40\@s{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@s,:where(.nuc-global-scope) .padding-horizontal-40\@s{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@s{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@s,:where(.nuc-global-scope) .padding-vertical-40\@s{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@s,:where(.nuc-global-scope) .padding-vertical-40\@s{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@s,:where(.nuc-global-scope) .padding-horizontal-48\@s{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@s,:where(.nuc-global-scope) .padding-horizontal-48\@s{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@s{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@s,:where(.nuc-global-scope) .padding-vertical-48\@s{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@s,:where(.nuc-global-scope) .padding-vertical-48\@s{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@s,:where(.nuc-global-scope) .padding-horizontal-56\@s{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@s,:where(.nuc-global-scope) .padding-horizontal-56\@s{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@s{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@s,:where(.nuc-global-scope) .padding-vertical-56\@s{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@s,:where(.nuc-global-scope) .padding-vertical-56\@s{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@s,:where(.nuc-global-scope) .padding-horizontal-64\@s{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@s,:where(.nuc-global-scope) .padding-horizontal-64\@s{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@s{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@s,:where(.nuc-global-scope) .padding-vertical-64\@s{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@s,:where(.nuc-global-scope) .padding-vertical-64\@s{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@s,:where(.nuc-global-scope) .padding-horizontal-72\@s{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@s,:where(.nuc-global-scope) .padding-horizontal-72\@s{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@s{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@s,:where(.nuc-global-scope) .padding-vertical-72\@s{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@s,:where(.nuc-global-scope) .padding-vertical-72\@s{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@s,:where(.nuc-global-scope) .padding-horizontal-80\@s{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@s,:where(.nuc-global-scope) .padding-horizontal-80\@s{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@s{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@s,:where(.nuc-global-scope) .padding-vertical-80\@s{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@s,:where(.nuc-global-scope) .padding-vertical-80\@s{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@s,:where(.nuc-global-scope) .padding-horizontal-88\@s{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@s,:where(.nuc-global-scope) .padding-horizontal-88\@s{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@s{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@s,:where(.nuc-global-scope) .padding-vertical-88\@s{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@s,:where(.nuc-global-scope) .padding-vertical-88\@s{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@s,:where(.nuc-global-scope) .padding-horizontal-96\@s{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@s,:where(.nuc-global-scope) .padding-horizontal-96\@s{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@s{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@s,:where(.nuc-global-scope) .padding-vertical-96\@s{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@s,:where(.nuc-global-scope) .padding-vertical-96\@s{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@s,:where(.nuc-global-scope) .padding-horizontal-104\@s{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@s,:where(.nuc-global-scope) .padding-horizontal-104\@s{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@s{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@s,:where(.nuc-global-scope) .padding-vertical-104\@s{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@s,:where(.nuc-global-scope) .padding-vertical-104\@s{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@s,:where(.nuc-global-scope) .padding-horizontal-112\@s{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@s,:where(.nuc-global-scope) .padding-horizontal-112\@s{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@s{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@s,:where(.nuc-global-scope) .padding-vertical-112\@s{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@s,:where(.nuc-global-scope) .padding-vertical-112\@s{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@s,:where(.nuc-global-scope) .padding-horizontal-120\@s{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@s,:where(.nuc-global-scope) .padding-horizontal-120\@s{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@s{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@s,:where(.nuc-global-scope) .padding-vertical-120\@s{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@s,:where(.nuc-global-scope) .padding-vertical-120\@s{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@s,:where(.nuc-global-scope) .padding-horizontal-128\@s{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@s,:where(.nuc-global-scope) .padding-horizontal-128\@s{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@s{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@s,:where(.nuc-global-scope) .padding-vertical-128\@s{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@s,:where(.nuc-global-scope) .padding-vertical-128\@s{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@s{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@s,:where(.nuc-global-scope) .margin-vertical-auto\@s{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@s,:where(.nuc-global-scope) .margin-horizontal-auto\@s{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@s,:where(.nuc-global-scope) .margin-vertical-auto\@s{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@s,:where(.nuc-global-scope) .margin-horizontal-auto\@s{margin-left:auto!important}}@media (min-width: 768px){:where(.nuc-global-scope) .margin-right-negative-128\@m,:where(.nuc-global-scope) .margin-horizontal-negative-128\@m{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@m,:where(.nuc-global-scope) .margin-horizontal-negative-128\@m{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@m{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@m,:where(.nuc-global-scope) .margin-vertical-negative-128\@m{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@m,:where(.nuc-global-scope) .margin-vertical-negative-128\@m{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@m,:where(.nuc-global-scope) .margin-horizontal-negative-120\@m{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@m,:where(.nuc-global-scope) .margin-horizontal-negative-120\@m{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@m{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@m,:where(.nuc-global-scope) .margin-vertical-negative-120\@m{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@m,:where(.nuc-global-scope) .margin-vertical-negative-120\@m{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@m,:where(.nuc-global-scope) .margin-horizontal-negative-112\@m{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@m,:where(.nuc-global-scope) .margin-horizontal-negative-112\@m{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@m{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@m,:where(.nuc-global-scope) .margin-vertical-negative-112\@m{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@m,:where(.nuc-global-scope) .margin-vertical-negative-112\@m{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@m,:where(.nuc-global-scope) .margin-horizontal-negative-104\@m{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@m,:where(.nuc-global-scope) .margin-horizontal-negative-104\@m{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@m{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@m,:where(.nuc-global-scope) .margin-vertical-negative-104\@m{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@m,:where(.nuc-global-scope) .margin-vertical-negative-104\@m{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@m,:where(.nuc-global-scope) .margin-horizontal-negative-96\@m{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@m,:where(.nuc-global-scope) .margin-horizontal-negative-96\@m{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@m{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@m,:where(.nuc-global-scope) .margin-vertical-negative-96\@m{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@m,:where(.nuc-global-scope) .margin-vertical-negative-96\@m{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@m,:where(.nuc-global-scope) .margin-horizontal-negative-88\@m{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@m,:where(.nuc-global-scope) .margin-horizontal-negative-88\@m{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@m{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@m,:where(.nuc-global-scope) .margin-vertical-negative-88\@m{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@m,:where(.nuc-global-scope) .margin-vertical-negative-88\@m{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@m,:where(.nuc-global-scope) .margin-horizontal-negative-80\@m{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@m,:where(.nuc-global-scope) .margin-horizontal-negative-80\@m{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@m{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@m,:where(.nuc-global-scope) .margin-vertical-negative-80\@m{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@m,:where(.nuc-global-scope) .margin-vertical-negative-80\@m{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@m,:where(.nuc-global-scope) .margin-horizontal-negative-72\@m{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@m,:where(.nuc-global-scope) .margin-horizontal-negative-72\@m{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@m{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@m,:where(.nuc-global-scope) .margin-vertical-negative-72\@m{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@m,:where(.nuc-global-scope) .margin-vertical-negative-72\@m{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@m,:where(.nuc-global-scope) .margin-horizontal-negative-64\@m{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@m,:where(.nuc-global-scope) .margin-horizontal-negative-64\@m{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@m{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@m,:where(.nuc-global-scope) .margin-vertical-negative-64\@m{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@m,:where(.nuc-global-scope) .margin-vertical-negative-64\@m{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@m,:where(.nuc-global-scope) .margin-horizontal-negative-56\@m{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@m,:where(.nuc-global-scope) .margin-horizontal-negative-56\@m{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@m{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@m,:where(.nuc-global-scope) .margin-vertical-negative-56\@m{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@m,:where(.nuc-global-scope) .margin-vertical-negative-56\@m{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@m,:where(.nuc-global-scope) .margin-horizontal-negative-48\@m{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@m,:where(.nuc-global-scope) .margin-horizontal-negative-48\@m{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@m{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@m,:where(.nuc-global-scope) .margin-vertical-negative-48\@m{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@m,:where(.nuc-global-scope) .margin-vertical-negative-48\@m{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@m,:where(.nuc-global-scope) .margin-horizontal-negative-40\@m{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@m,:where(.nuc-global-scope) .margin-horizontal-negative-40\@m{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@m{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@m,:where(.nuc-global-scope) .margin-vertical-negative-40\@m{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@m,:where(.nuc-global-scope) .margin-vertical-negative-40\@m{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@m,:where(.nuc-global-scope) .margin-horizontal-negative-32\@m{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@m,:where(.nuc-global-scope) .margin-horizontal-negative-32\@m{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@m{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@m,:where(.nuc-global-scope) .margin-vertical-negative-32\@m{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@m,:where(.nuc-global-scope) .margin-vertical-negative-32\@m{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@m,:where(.nuc-global-scope) .margin-horizontal-negative-24\@m{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@m,:where(.nuc-global-scope) .margin-horizontal-negative-24\@m{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@m{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@m,:where(.nuc-global-scope) .margin-vertical-negative-24\@m{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@m,:where(.nuc-global-scope) .margin-vertical-negative-24\@m{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@m,:where(.nuc-global-scope) .margin-horizontal-negative-16\@m{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@m,:where(.nuc-global-scope) .margin-horizontal-negative-16\@m{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@m{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@m,:where(.nuc-global-scope) .margin-vertical-negative-16\@m{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@m,:where(.nuc-global-scope) .margin-vertical-negative-16\@m{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@m,:where(.nuc-global-scope) .margin-horizontal-negative-8\@m{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@m,:where(.nuc-global-scope) .margin-horizontal-negative-8\@m{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@m{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@m,:where(.nuc-global-scope) .margin-vertical-negative-8\@m{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@m,:where(.nuc-global-scope) .margin-vertical-negative-8\@m{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@m,:where(.nuc-global-scope) .margin-horizontal-0\@m{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@m,:where(.nuc-global-scope) .margin-horizontal-0\@m{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@m{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@m,:where(.nuc-global-scope) .margin-vertical-0\@m{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@m,:where(.nuc-global-scope) .margin-vertical-0\@m{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@m,:where(.nuc-global-scope) .margin-horizontal-8\@m{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@m,:where(.nuc-global-scope) .margin-horizontal-8\@m{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@m{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@m,:where(.nuc-global-scope) .margin-vertical-8\@m{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@m,:where(.nuc-global-scope) .margin-vertical-8\@m{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@m,:where(.nuc-global-scope) .margin-horizontal-16\@m{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@m,:where(.nuc-global-scope) .margin-horizontal-16\@m{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@m{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@m,:where(.nuc-global-scope) .margin-vertical-16\@m{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@m,:where(.nuc-global-scope) .margin-vertical-16\@m{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@m,:where(.nuc-global-scope) .margin-horizontal-24\@m{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@m,:where(.nuc-global-scope) .margin-horizontal-24\@m{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@m{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@m,:where(.nuc-global-scope) .margin-vertical-24\@m{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@m,:where(.nuc-global-scope) .margin-vertical-24\@m{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@m,:where(.nuc-global-scope) .margin-horizontal-32\@m{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@m,:where(.nuc-global-scope) .margin-horizontal-32\@m{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@m{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@m,:where(.nuc-global-scope) .margin-vertical-32\@m{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@m,:where(.nuc-global-scope) .margin-vertical-32\@m{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@m,:where(.nuc-global-scope) .margin-horizontal-40\@m{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@m,:where(.nuc-global-scope) .margin-horizontal-40\@m{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@m{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@m,:where(.nuc-global-scope) .margin-vertical-40\@m{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@m,:where(.nuc-global-scope) .margin-vertical-40\@m{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@m,:where(.nuc-global-scope) .margin-horizontal-48\@m{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@m,:where(.nuc-global-scope) .margin-horizontal-48\@m{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@m{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@m,:where(.nuc-global-scope) .margin-vertical-48\@m{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@m,:where(.nuc-global-scope) .margin-vertical-48\@m{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@m,:where(.nuc-global-scope) .margin-horizontal-56\@m{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@m,:where(.nuc-global-scope) .margin-horizontal-56\@m{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@m{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@m,:where(.nuc-global-scope) .margin-vertical-56\@m{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@m,:where(.nuc-global-scope) .margin-vertical-56\@m{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@m,:where(.nuc-global-scope) .margin-horizontal-64\@m{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@m,:where(.nuc-global-scope) .margin-horizontal-64\@m{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@m{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@m,:where(.nuc-global-scope) .margin-vertical-64\@m{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@m,:where(.nuc-global-scope) .margin-vertical-64\@m{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@m,:where(.nuc-global-scope) .margin-horizontal-72\@m{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@m,:where(.nuc-global-scope) .margin-horizontal-72\@m{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@m{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@m,:where(.nuc-global-scope) .margin-vertical-72\@m{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@m,:where(.nuc-global-scope) .margin-vertical-72\@m{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@m,:where(.nuc-global-scope) .margin-horizontal-80\@m{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@m,:where(.nuc-global-scope) .margin-horizontal-80\@m{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@m{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@m,:where(.nuc-global-scope) .margin-vertical-80\@m{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@m,:where(.nuc-global-scope) .margin-vertical-80\@m{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@m,:where(.nuc-global-scope) .margin-horizontal-88\@m{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@m,:where(.nuc-global-scope) .margin-horizontal-88\@m{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@m{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@m,:where(.nuc-global-scope) .margin-vertical-88\@m{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@m,:where(.nuc-global-scope) .margin-vertical-88\@m{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@m,:where(.nuc-global-scope) .margin-horizontal-96\@m{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@m,:where(.nuc-global-scope) .margin-horizontal-96\@m{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@m{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@m,:where(.nuc-global-scope) .margin-vertical-96\@m{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@m,:where(.nuc-global-scope) .margin-vertical-96\@m{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@m,:where(.nuc-global-scope) .margin-horizontal-104\@m{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@m,:where(.nuc-global-scope) .margin-horizontal-104\@m{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@m{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@m,:where(.nuc-global-scope) .margin-vertical-104\@m{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@m,:where(.nuc-global-scope) .margin-vertical-104\@m{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@m,:where(.nuc-global-scope) .margin-horizontal-112\@m{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@m,:where(.nuc-global-scope) .margin-horizontal-112\@m{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@m{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@m,:where(.nuc-global-scope) .margin-vertical-112\@m{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@m,:where(.nuc-global-scope) .margin-vertical-112\@m{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@m,:where(.nuc-global-scope) .margin-horizontal-120\@m{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@m,:where(.nuc-global-scope) .margin-horizontal-120\@m{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@m{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@m,:where(.nuc-global-scope) .margin-vertical-120\@m{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@m,:where(.nuc-global-scope) .margin-vertical-120\@m{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@m,:where(.nuc-global-scope) .margin-horizontal-128\@m{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@m,:where(.nuc-global-scope) .margin-horizontal-128\@m{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@m{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@m,:where(.nuc-global-scope) .margin-vertical-128\@m{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@m,:where(.nuc-global-scope) .margin-vertical-128\@m{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@m,:where(.nuc-global-scope) .padding-horizontal-0\@m{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@m,:where(.nuc-global-scope) .padding-horizontal-0\@m{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@m{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@m,:where(.nuc-global-scope) .padding-vertical-0\@m{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@m,:where(.nuc-global-scope) .padding-vertical-0\@m{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@m,:where(.nuc-global-scope) .padding-horizontal-8\@m{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@m,:where(.nuc-global-scope) .padding-horizontal-8\@m{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@m{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@m,:where(.nuc-global-scope) .padding-vertical-8\@m{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@m,:where(.nuc-global-scope) .padding-vertical-8\@m{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@m,:where(.nuc-global-scope) .padding-horizontal-16\@m{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@m,:where(.nuc-global-scope) .padding-horizontal-16\@m{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@m{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@m,:where(.nuc-global-scope) .padding-vertical-16\@m{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@m,:where(.nuc-global-scope) .padding-vertical-16\@m{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@m,:where(.nuc-global-scope) .padding-horizontal-24\@m{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@m,:where(.nuc-global-scope) .padding-horizontal-24\@m{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@m{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@m,:where(.nuc-global-scope) .padding-vertical-24\@m{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@m,:where(.nuc-global-scope) .padding-vertical-24\@m{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@m,:where(.nuc-global-scope) .padding-horizontal-32\@m{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@m,:where(.nuc-global-scope) .padding-horizontal-32\@m{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@m{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@m,:where(.nuc-global-scope) .padding-vertical-32\@m{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@m,:where(.nuc-global-scope) .padding-vertical-32\@m{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@m,:where(.nuc-global-scope) .padding-horizontal-40\@m{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@m,:where(.nuc-global-scope) .padding-horizontal-40\@m{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@m{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@m,:where(.nuc-global-scope) .padding-vertical-40\@m{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@m,:where(.nuc-global-scope) .padding-vertical-40\@m{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@m,:where(.nuc-global-scope) .padding-horizontal-48\@m{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@m,:where(.nuc-global-scope) .padding-horizontal-48\@m{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@m{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@m,:where(.nuc-global-scope) .padding-vertical-48\@m{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@m,:where(.nuc-global-scope) .padding-vertical-48\@m{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@m,:where(.nuc-global-scope) .padding-horizontal-56\@m{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@m,:where(.nuc-global-scope) .padding-horizontal-56\@m{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@m{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@m,:where(.nuc-global-scope) .padding-vertical-56\@m{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@m,:where(.nuc-global-scope) .padding-vertical-56\@m{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@m,:where(.nuc-global-scope) .padding-horizontal-64\@m{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@m,:where(.nuc-global-scope) .padding-horizontal-64\@m{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@m{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@m,:where(.nuc-global-scope) .padding-vertical-64\@m{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@m,:where(.nuc-global-scope) .padding-vertical-64\@m{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@m,:where(.nuc-global-scope) .padding-horizontal-72\@m{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@m,:where(.nuc-global-scope) .padding-horizontal-72\@m{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@m{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@m,:where(.nuc-global-scope) .padding-vertical-72\@m{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@m,:where(.nuc-global-scope) .padding-vertical-72\@m{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@m,:where(.nuc-global-scope) .padding-horizontal-80\@m{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@m,:where(.nuc-global-scope) .padding-horizontal-80\@m{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@m{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@m,:where(.nuc-global-scope) .padding-vertical-80\@m{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@m,:where(.nuc-global-scope) .padding-vertical-80\@m{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@m,:where(.nuc-global-scope) .padding-horizontal-88\@m{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@m,:where(.nuc-global-scope) .padding-horizontal-88\@m{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@m{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@m,:where(.nuc-global-scope) .padding-vertical-88\@m{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@m,:where(.nuc-global-scope) .padding-vertical-88\@m{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@m,:where(.nuc-global-scope) .padding-horizontal-96\@m{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@m,:where(.nuc-global-scope) .padding-horizontal-96\@m{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@m{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@m,:where(.nuc-global-scope) .padding-vertical-96\@m{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@m,:where(.nuc-global-scope) .padding-vertical-96\@m{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@m,:where(.nuc-global-scope) .padding-horizontal-104\@m{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@m,:where(.nuc-global-scope) .padding-horizontal-104\@m{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@m{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@m,:where(.nuc-global-scope) .padding-vertical-104\@m{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@m,:where(.nuc-global-scope) .padding-vertical-104\@m{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@m,:where(.nuc-global-scope) .padding-horizontal-112\@m{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@m,:where(.nuc-global-scope) .padding-horizontal-112\@m{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@m{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@m,:where(.nuc-global-scope) .padding-vertical-112\@m{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@m,:where(.nuc-global-scope) .padding-vertical-112\@m{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@m,:where(.nuc-global-scope) .padding-horizontal-120\@m{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@m,:where(.nuc-global-scope) .padding-horizontal-120\@m{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@m{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@m,:where(.nuc-global-scope) .padding-vertical-120\@m{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@m,:where(.nuc-global-scope) .padding-vertical-120\@m{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@m,:where(.nuc-global-scope) .padding-horizontal-128\@m{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@m,:where(.nuc-global-scope) .padding-horizontal-128\@m{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@m{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@m,:where(.nuc-global-scope) .padding-vertical-128\@m{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@m,:where(.nuc-global-scope) .padding-vertical-128\@m{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@m{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@m,:where(.nuc-global-scope) .margin-vertical-auto\@m{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@m,:where(.nuc-global-scope) .margin-horizontal-auto\@m{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@m,:where(.nuc-global-scope) .margin-vertical-auto\@m{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@m,:where(.nuc-global-scope) .margin-horizontal-auto\@m{margin-left:auto!important}}@media (min-width: 1024px){:where(.nuc-global-scope) .margin-right-negative-128\@l,:where(.nuc-global-scope) .margin-horizontal-negative-128\@l{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@l,:where(.nuc-global-scope) .margin-horizontal-negative-128\@l{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@l{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@l,:where(.nuc-global-scope) .margin-vertical-negative-128\@l{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@l,:where(.nuc-global-scope) .margin-vertical-negative-128\@l{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@l,:where(.nuc-global-scope) .margin-horizontal-negative-120\@l{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@l,:where(.nuc-global-scope) .margin-horizontal-negative-120\@l{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@l{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@l,:where(.nuc-global-scope) .margin-vertical-negative-120\@l{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@l,:where(.nuc-global-scope) .margin-vertical-negative-120\@l{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@l,:where(.nuc-global-scope) .margin-horizontal-negative-112\@l{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@l,:where(.nuc-global-scope) .margin-horizontal-negative-112\@l{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@l{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@l,:where(.nuc-global-scope) .margin-vertical-negative-112\@l{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@l,:where(.nuc-global-scope) .margin-vertical-negative-112\@l{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@l,:where(.nuc-global-scope) .margin-horizontal-negative-104\@l{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@l,:where(.nuc-global-scope) .margin-horizontal-negative-104\@l{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@l{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@l,:where(.nuc-global-scope) .margin-vertical-negative-104\@l{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@l,:where(.nuc-global-scope) .margin-vertical-negative-104\@l{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@l,:where(.nuc-global-scope) .margin-horizontal-negative-96\@l{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@l,:where(.nuc-global-scope) .margin-horizontal-negative-96\@l{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@l{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@l,:where(.nuc-global-scope) .margin-vertical-negative-96\@l{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@l,:where(.nuc-global-scope) .margin-vertical-negative-96\@l{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@l,:where(.nuc-global-scope) .margin-horizontal-negative-88\@l{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@l,:where(.nuc-global-scope) .margin-horizontal-negative-88\@l{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@l{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@l,:where(.nuc-global-scope) .margin-vertical-negative-88\@l{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@l,:where(.nuc-global-scope) .margin-vertical-negative-88\@l{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@l,:where(.nuc-global-scope) .margin-horizontal-negative-80\@l{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@l,:where(.nuc-global-scope) .margin-horizontal-negative-80\@l{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@l{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@l,:where(.nuc-global-scope) .margin-vertical-negative-80\@l{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@l,:where(.nuc-global-scope) .margin-vertical-negative-80\@l{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@l,:where(.nuc-global-scope) .margin-horizontal-negative-72\@l{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@l,:where(.nuc-global-scope) .margin-horizontal-negative-72\@l{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@l{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@l,:where(.nuc-global-scope) .margin-vertical-negative-72\@l{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@l,:where(.nuc-global-scope) .margin-vertical-negative-72\@l{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@l,:where(.nuc-global-scope) .margin-horizontal-negative-64\@l{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@l,:where(.nuc-global-scope) .margin-horizontal-negative-64\@l{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@l{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@l,:where(.nuc-global-scope) .margin-vertical-negative-64\@l{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@l,:where(.nuc-global-scope) .margin-vertical-negative-64\@l{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@l,:where(.nuc-global-scope) .margin-horizontal-negative-56\@l{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@l,:where(.nuc-global-scope) .margin-horizontal-negative-56\@l{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@l{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@l,:where(.nuc-global-scope) .margin-vertical-negative-56\@l{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@l,:where(.nuc-global-scope) .margin-vertical-negative-56\@l{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@l,:where(.nuc-global-scope) .margin-horizontal-negative-48\@l{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@l,:where(.nuc-global-scope) .margin-horizontal-negative-48\@l{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@l{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@l,:where(.nuc-global-scope) .margin-vertical-negative-48\@l{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@l,:where(.nuc-global-scope) .margin-vertical-negative-48\@l{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@l,:where(.nuc-global-scope) .margin-horizontal-negative-40\@l{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@l,:where(.nuc-global-scope) .margin-horizontal-negative-40\@l{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@l{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@l,:where(.nuc-global-scope) .margin-vertical-negative-40\@l{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@l,:where(.nuc-global-scope) .margin-vertical-negative-40\@l{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@l,:where(.nuc-global-scope) .margin-horizontal-negative-32\@l{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@l,:where(.nuc-global-scope) .margin-horizontal-negative-32\@l{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@l{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@l,:where(.nuc-global-scope) .margin-vertical-negative-32\@l{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@l,:where(.nuc-global-scope) .margin-vertical-negative-32\@l{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@l,:where(.nuc-global-scope) .margin-horizontal-negative-24\@l{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@l,:where(.nuc-global-scope) .margin-horizontal-negative-24\@l{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@l{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@l,:where(.nuc-global-scope) .margin-vertical-negative-24\@l{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@l,:where(.nuc-global-scope) .margin-vertical-negative-24\@l{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@l,:where(.nuc-global-scope) .margin-horizontal-negative-16\@l{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@l,:where(.nuc-global-scope) .margin-horizontal-negative-16\@l{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@l{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@l,:where(.nuc-global-scope) .margin-vertical-negative-16\@l{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@l,:where(.nuc-global-scope) .margin-vertical-negative-16\@l{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@l,:where(.nuc-global-scope) .margin-horizontal-negative-8\@l{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@l,:where(.nuc-global-scope) .margin-horizontal-negative-8\@l{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@l{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@l,:where(.nuc-global-scope) .margin-vertical-negative-8\@l{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@l,:where(.nuc-global-scope) .margin-vertical-negative-8\@l{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@l,:where(.nuc-global-scope) .margin-horizontal-0\@l{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@l,:where(.nuc-global-scope) .margin-horizontal-0\@l{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@l{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@l,:where(.nuc-global-scope) .margin-vertical-0\@l{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@l,:where(.nuc-global-scope) .margin-vertical-0\@l{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@l,:where(.nuc-global-scope) .margin-horizontal-8\@l{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@l,:where(.nuc-global-scope) .margin-horizontal-8\@l{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@l{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@l,:where(.nuc-global-scope) .margin-vertical-8\@l{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@l,:where(.nuc-global-scope) .margin-vertical-8\@l{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@l,:where(.nuc-global-scope) .margin-horizontal-16\@l{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@l,:where(.nuc-global-scope) .margin-horizontal-16\@l{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@l{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@l,:where(.nuc-global-scope) .margin-vertical-16\@l{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@l,:where(.nuc-global-scope) .margin-vertical-16\@l{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@l,:where(.nuc-global-scope) .margin-horizontal-24\@l{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@l,:where(.nuc-global-scope) .margin-horizontal-24\@l{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@l{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@l,:where(.nuc-global-scope) .margin-vertical-24\@l{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@l,:where(.nuc-global-scope) .margin-vertical-24\@l{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@l,:where(.nuc-global-scope) .margin-horizontal-32\@l{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@l,:where(.nuc-global-scope) .margin-horizontal-32\@l{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@l{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@l,:where(.nuc-global-scope) .margin-vertical-32\@l{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@l,:where(.nuc-global-scope) .margin-vertical-32\@l{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@l,:where(.nuc-global-scope) .margin-horizontal-40\@l{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@l,:where(.nuc-global-scope) .margin-horizontal-40\@l{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@l{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@l,:where(.nuc-global-scope) .margin-vertical-40\@l{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@l,:where(.nuc-global-scope) .margin-vertical-40\@l{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@l,:where(.nuc-global-scope) .margin-horizontal-48\@l{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@l,:where(.nuc-global-scope) .margin-horizontal-48\@l{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@l{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@l,:where(.nuc-global-scope) .margin-vertical-48\@l{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@l,:where(.nuc-global-scope) .margin-vertical-48\@l{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@l,:where(.nuc-global-scope) .margin-horizontal-56\@l{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@l,:where(.nuc-global-scope) .margin-horizontal-56\@l{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@l{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@l,:where(.nuc-global-scope) .margin-vertical-56\@l{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@l,:where(.nuc-global-scope) .margin-vertical-56\@l{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@l,:where(.nuc-global-scope) .margin-horizontal-64\@l{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@l,:where(.nuc-global-scope) .margin-horizontal-64\@l{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@l{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@l,:where(.nuc-global-scope) .margin-vertical-64\@l{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@l,:where(.nuc-global-scope) .margin-vertical-64\@l{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@l,:where(.nuc-global-scope) .margin-horizontal-72\@l{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@l,:where(.nuc-global-scope) .margin-horizontal-72\@l{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@l{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@l,:where(.nuc-global-scope) .margin-vertical-72\@l{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@l,:where(.nuc-global-scope) .margin-vertical-72\@l{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@l,:where(.nuc-global-scope) .margin-horizontal-80\@l{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@l,:where(.nuc-global-scope) .margin-horizontal-80\@l{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@l{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@l,:where(.nuc-global-scope) .margin-vertical-80\@l{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@l,:where(.nuc-global-scope) .margin-vertical-80\@l{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@l,:where(.nuc-global-scope) .margin-horizontal-88\@l{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@l,:where(.nuc-global-scope) .margin-horizontal-88\@l{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@l{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@l,:where(.nuc-global-scope) .margin-vertical-88\@l{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@l,:where(.nuc-global-scope) .margin-vertical-88\@l{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@l,:where(.nuc-global-scope) .margin-horizontal-96\@l{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@l,:where(.nuc-global-scope) .margin-horizontal-96\@l{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@l{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@l,:where(.nuc-global-scope) .margin-vertical-96\@l{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@l,:where(.nuc-global-scope) .margin-vertical-96\@l{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@l,:where(.nuc-global-scope) .margin-horizontal-104\@l{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@l,:where(.nuc-global-scope) .margin-horizontal-104\@l{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@l{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@l,:where(.nuc-global-scope) .margin-vertical-104\@l{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@l,:where(.nuc-global-scope) .margin-vertical-104\@l{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@l,:where(.nuc-global-scope) .margin-horizontal-112\@l{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@l,:where(.nuc-global-scope) .margin-horizontal-112\@l{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@l{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@l,:where(.nuc-global-scope) .margin-vertical-112\@l{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@l,:where(.nuc-global-scope) .margin-vertical-112\@l{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@l,:where(.nuc-global-scope) .margin-horizontal-120\@l{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@l,:where(.nuc-global-scope) .margin-horizontal-120\@l{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@l{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@l,:where(.nuc-global-scope) .margin-vertical-120\@l{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@l,:where(.nuc-global-scope) .margin-vertical-120\@l{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@l,:where(.nuc-global-scope) .margin-horizontal-128\@l{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@l,:where(.nuc-global-scope) .margin-horizontal-128\@l{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@l{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@l,:where(.nuc-global-scope) .margin-vertical-128\@l{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@l,:where(.nuc-global-scope) .margin-vertical-128\@l{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@l,:where(.nuc-global-scope) .padding-horizontal-0\@l{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@l,:where(.nuc-global-scope) .padding-horizontal-0\@l{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@l{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@l,:where(.nuc-global-scope) .padding-vertical-0\@l{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@l,:where(.nuc-global-scope) .padding-vertical-0\@l{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@l,:where(.nuc-global-scope) .padding-horizontal-8\@l{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@l,:where(.nuc-global-scope) .padding-horizontal-8\@l{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@l{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@l,:where(.nuc-global-scope) .padding-vertical-8\@l{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@l,:where(.nuc-global-scope) .padding-vertical-8\@l{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@l,:where(.nuc-global-scope) .padding-horizontal-16\@l{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@l,:where(.nuc-global-scope) .padding-horizontal-16\@l{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@l{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@l,:where(.nuc-global-scope) .padding-vertical-16\@l{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@l,:where(.nuc-global-scope) .padding-vertical-16\@l{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@l,:where(.nuc-global-scope) .padding-horizontal-24\@l{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@l,:where(.nuc-global-scope) .padding-horizontal-24\@l{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@l{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@l,:where(.nuc-global-scope) .padding-vertical-24\@l{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@l,:where(.nuc-global-scope) .padding-vertical-24\@l{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@l,:where(.nuc-global-scope) .padding-horizontal-32\@l{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@l,:where(.nuc-global-scope) .padding-horizontal-32\@l{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@l{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@l,:where(.nuc-global-scope) .padding-vertical-32\@l{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@l,:where(.nuc-global-scope) .padding-vertical-32\@l{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@l,:where(.nuc-global-scope) .padding-horizontal-40\@l{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@l,:where(.nuc-global-scope) .padding-horizontal-40\@l{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@l{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@l,:where(.nuc-global-scope) .padding-vertical-40\@l{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@l,:where(.nuc-global-scope) .padding-vertical-40\@l{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@l,:where(.nuc-global-scope) .padding-horizontal-48\@l{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@l,:where(.nuc-global-scope) .padding-horizontal-48\@l{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@l{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@l,:where(.nuc-global-scope) .padding-vertical-48\@l{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@l,:where(.nuc-global-scope) .padding-vertical-48\@l{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@l,:where(.nuc-global-scope) .padding-horizontal-56\@l{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@l,:where(.nuc-global-scope) .padding-horizontal-56\@l{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@l{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@l,:where(.nuc-global-scope) .padding-vertical-56\@l{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@l,:where(.nuc-global-scope) .padding-vertical-56\@l{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@l,:where(.nuc-global-scope) .padding-horizontal-64\@l{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@l,:where(.nuc-global-scope) .padding-horizontal-64\@l{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@l{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@l,:where(.nuc-global-scope) .padding-vertical-64\@l{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@l,:where(.nuc-global-scope) .padding-vertical-64\@l{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@l,:where(.nuc-global-scope) .padding-horizontal-72\@l{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@l,:where(.nuc-global-scope) .padding-horizontal-72\@l{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@l{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@l,:where(.nuc-global-scope) .padding-vertical-72\@l{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@l,:where(.nuc-global-scope) .padding-vertical-72\@l{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@l,:where(.nuc-global-scope) .padding-horizontal-80\@l{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@l,:where(.nuc-global-scope) .padding-horizontal-80\@l{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@l{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@l,:where(.nuc-global-scope) .padding-vertical-80\@l{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@l,:where(.nuc-global-scope) .padding-vertical-80\@l{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@l,:where(.nuc-global-scope) .padding-horizontal-88\@l{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@l,:where(.nuc-global-scope) .padding-horizontal-88\@l{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@l{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@l,:where(.nuc-global-scope) .padding-vertical-88\@l{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@l,:where(.nuc-global-scope) .padding-vertical-88\@l{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@l,:where(.nuc-global-scope) .padding-horizontal-96\@l{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@l,:where(.nuc-global-scope) .padding-horizontal-96\@l{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@l{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@l,:where(.nuc-global-scope) .padding-vertical-96\@l{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@l,:where(.nuc-global-scope) .padding-vertical-96\@l{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@l,:where(.nuc-global-scope) .padding-horizontal-104\@l{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@l,:where(.nuc-global-scope) .padding-horizontal-104\@l{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@l{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@l,:where(.nuc-global-scope) .padding-vertical-104\@l{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@l,:where(.nuc-global-scope) .padding-vertical-104\@l{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@l,:where(.nuc-global-scope) .padding-horizontal-112\@l{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@l,:where(.nuc-global-scope) .padding-horizontal-112\@l{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@l{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@l,:where(.nuc-global-scope) .padding-vertical-112\@l{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@l,:where(.nuc-global-scope) .padding-vertical-112\@l{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@l,:where(.nuc-global-scope) .padding-horizontal-120\@l{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@l,:where(.nuc-global-scope) .padding-horizontal-120\@l{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@l{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@l,:where(.nuc-global-scope) .padding-vertical-120\@l{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@l,:where(.nuc-global-scope) .padding-vertical-120\@l{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@l,:where(.nuc-global-scope) .padding-horizontal-128\@l{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@l,:where(.nuc-global-scope) .padding-horizontal-128\@l{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@l{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@l,:where(.nuc-global-scope) .padding-vertical-128\@l{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@l,:where(.nuc-global-scope) .padding-vertical-128\@l{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@l{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@l,:where(.nuc-global-scope) .margin-vertical-auto\@l{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@l,:where(.nuc-global-scope) .margin-horizontal-auto\@l{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@l,:where(.nuc-global-scope) .margin-vertical-auto\@l{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@l,:where(.nuc-global-scope) .margin-horizontal-auto\@l{margin-left:auto!important}}@media (min-width: 1440px){:where(.nuc-global-scope) .margin-right-negative-128\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-128\@xl{margin-right:-128px!important}:where(.nuc-global-scope) .margin-left-negative-128\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-128\@xl{margin-left:-128px!important}:where(.nuc-global-scope) .margin-negative-128\@xl{margin:-128px!important}:where(.nuc-global-scope) .margin-top-negative-128\@xl,:where(.nuc-global-scope) .margin-vertical-negative-128\@xl{margin-top:-128px!important}:where(.nuc-global-scope) .margin-bottom-negative-128\@xl,:where(.nuc-global-scope) .margin-vertical-negative-128\@xl{margin-bottom:-128px!important}:where(.nuc-global-scope) .margin-right-negative-120\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-120\@xl{margin-right:-120px!important}:where(.nuc-global-scope) .margin-left-negative-120\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-120\@xl{margin-left:-120px!important}:where(.nuc-global-scope) .margin-negative-120\@xl{margin:-120px!important}:where(.nuc-global-scope) .margin-top-negative-120\@xl,:where(.nuc-global-scope) .margin-vertical-negative-120\@xl{margin-top:-120px!important}:where(.nuc-global-scope) .margin-bottom-negative-120\@xl,:where(.nuc-global-scope) .margin-vertical-negative-120\@xl{margin-bottom:-120px!important}:where(.nuc-global-scope) .margin-right-negative-112\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-112\@xl{margin-right:-112px!important}:where(.nuc-global-scope) .margin-left-negative-112\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-112\@xl{margin-left:-112px!important}:where(.nuc-global-scope) .margin-negative-112\@xl{margin:-112px!important}:where(.nuc-global-scope) .margin-top-negative-112\@xl,:where(.nuc-global-scope) .margin-vertical-negative-112\@xl{margin-top:-112px!important}:where(.nuc-global-scope) .margin-bottom-negative-112\@xl,:where(.nuc-global-scope) .margin-vertical-negative-112\@xl{margin-bottom:-112px!important}:where(.nuc-global-scope) .margin-right-negative-104\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-104\@xl{margin-right:-104px!important}:where(.nuc-global-scope) .margin-left-negative-104\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-104\@xl{margin-left:-104px!important}:where(.nuc-global-scope) .margin-negative-104\@xl{margin:-104px!important}:where(.nuc-global-scope) .margin-top-negative-104\@xl,:where(.nuc-global-scope) .margin-vertical-negative-104\@xl{margin-top:-104px!important}:where(.nuc-global-scope) .margin-bottom-negative-104\@xl,:where(.nuc-global-scope) .margin-vertical-negative-104\@xl{margin-bottom:-104px!important}:where(.nuc-global-scope) .margin-right-negative-96\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-96\@xl{margin-right:-96px!important}:where(.nuc-global-scope) .margin-left-negative-96\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-96\@xl{margin-left:-96px!important}:where(.nuc-global-scope) .margin-negative-96\@xl{margin:-96px!important}:where(.nuc-global-scope) .margin-top-negative-96\@xl,:where(.nuc-global-scope) .margin-vertical-negative-96\@xl{margin-top:-96px!important}:where(.nuc-global-scope) .margin-bottom-negative-96\@xl,:where(.nuc-global-scope) .margin-vertical-negative-96\@xl{margin-bottom:-96px!important}:where(.nuc-global-scope) .margin-right-negative-88\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-88\@xl{margin-right:-88px!important}:where(.nuc-global-scope) .margin-left-negative-88\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-88\@xl{margin-left:-88px!important}:where(.nuc-global-scope) .margin-negative-88\@xl{margin:-88px!important}:where(.nuc-global-scope) .margin-top-negative-88\@xl,:where(.nuc-global-scope) .margin-vertical-negative-88\@xl{margin-top:-88px!important}:where(.nuc-global-scope) .margin-bottom-negative-88\@xl,:where(.nuc-global-scope) .margin-vertical-negative-88\@xl{margin-bottom:-88px!important}:where(.nuc-global-scope) .margin-right-negative-80\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-80\@xl{margin-right:-80px!important}:where(.nuc-global-scope) .margin-left-negative-80\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-80\@xl{margin-left:-80px!important}:where(.nuc-global-scope) .margin-negative-80\@xl{margin:-80px!important}:where(.nuc-global-scope) .margin-top-negative-80\@xl,:where(.nuc-global-scope) .margin-vertical-negative-80\@xl{margin-top:-80px!important}:where(.nuc-global-scope) .margin-bottom-negative-80\@xl,:where(.nuc-global-scope) .margin-vertical-negative-80\@xl{margin-bottom:-80px!important}:where(.nuc-global-scope) .margin-right-negative-72\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-72\@xl{margin-right:-72px!important}:where(.nuc-global-scope) .margin-left-negative-72\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-72\@xl{margin-left:-72px!important}:where(.nuc-global-scope) .margin-negative-72\@xl{margin:-72px!important}:where(.nuc-global-scope) .margin-top-negative-72\@xl,:where(.nuc-global-scope) .margin-vertical-negative-72\@xl{margin-top:-72px!important}:where(.nuc-global-scope) .margin-bottom-negative-72\@xl,:where(.nuc-global-scope) .margin-vertical-negative-72\@xl{margin-bottom:-72px!important}:where(.nuc-global-scope) .margin-right-negative-64\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-64\@xl{margin-right:-64px!important}:where(.nuc-global-scope) .margin-left-negative-64\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-64\@xl{margin-left:-64px!important}:where(.nuc-global-scope) .margin-negative-64\@xl{margin:-64px!important}:where(.nuc-global-scope) .margin-top-negative-64\@xl,:where(.nuc-global-scope) .margin-vertical-negative-64\@xl{margin-top:-64px!important}:where(.nuc-global-scope) .margin-bottom-negative-64\@xl,:where(.nuc-global-scope) .margin-vertical-negative-64\@xl{margin-bottom:-64px!important}:where(.nuc-global-scope) .margin-right-negative-56\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-56\@xl{margin-right:-56px!important}:where(.nuc-global-scope) .margin-left-negative-56\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-56\@xl{margin-left:-56px!important}:where(.nuc-global-scope) .margin-negative-56\@xl{margin:-56px!important}:where(.nuc-global-scope) .margin-top-negative-56\@xl,:where(.nuc-global-scope) .margin-vertical-negative-56\@xl{margin-top:-56px!important}:where(.nuc-global-scope) .margin-bottom-negative-56\@xl,:where(.nuc-global-scope) .margin-vertical-negative-56\@xl{margin-bottom:-56px!important}:where(.nuc-global-scope) .margin-right-negative-48\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-48\@xl{margin-right:-48px!important}:where(.nuc-global-scope) .margin-left-negative-48\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-48\@xl{margin-left:-48px!important}:where(.nuc-global-scope) .margin-negative-48\@xl{margin:-48px!important}:where(.nuc-global-scope) .margin-top-negative-48\@xl,:where(.nuc-global-scope) .margin-vertical-negative-48\@xl{margin-top:-48px!important}:where(.nuc-global-scope) .margin-bottom-negative-48\@xl,:where(.nuc-global-scope) .margin-vertical-negative-48\@xl{margin-bottom:-48px!important}:where(.nuc-global-scope) .margin-right-negative-40\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-40\@xl{margin-right:-40px!important}:where(.nuc-global-scope) .margin-left-negative-40\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-40\@xl{margin-left:-40px!important}:where(.nuc-global-scope) .margin-negative-40\@xl{margin:-40px!important}:where(.nuc-global-scope) .margin-top-negative-40\@xl,:where(.nuc-global-scope) .margin-vertical-negative-40\@xl{margin-top:-40px!important}:where(.nuc-global-scope) .margin-bottom-negative-40\@xl,:where(.nuc-global-scope) .margin-vertical-negative-40\@xl{margin-bottom:-40px!important}:where(.nuc-global-scope) .margin-right-negative-32\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-32\@xl{margin-right:-32px!important}:where(.nuc-global-scope) .margin-left-negative-32\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-32\@xl{margin-left:-32px!important}:where(.nuc-global-scope) .margin-negative-32\@xl{margin:-32px!important}:where(.nuc-global-scope) .margin-top-negative-32\@xl,:where(.nuc-global-scope) .margin-vertical-negative-32\@xl{margin-top:-32px!important}:where(.nuc-global-scope) .margin-bottom-negative-32\@xl,:where(.nuc-global-scope) .margin-vertical-negative-32\@xl{margin-bottom:-32px!important}:where(.nuc-global-scope) .margin-right-negative-24\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-24\@xl{margin-right:-24px!important}:where(.nuc-global-scope) .margin-left-negative-24\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-24\@xl{margin-left:-24px!important}:where(.nuc-global-scope) .margin-negative-24\@xl{margin:-24px!important}:where(.nuc-global-scope) .margin-top-negative-24\@xl,:where(.nuc-global-scope) .margin-vertical-negative-24\@xl{margin-top:-24px!important}:where(.nuc-global-scope) .margin-bottom-negative-24\@xl,:where(.nuc-global-scope) .margin-vertical-negative-24\@xl{margin-bottom:-24px!important}:where(.nuc-global-scope) .margin-right-negative-16\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-16\@xl{margin-right:-16px!important}:where(.nuc-global-scope) .margin-left-negative-16\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-16\@xl{margin-left:-16px!important}:where(.nuc-global-scope) .margin-negative-16\@xl{margin:-16px!important}:where(.nuc-global-scope) .margin-top-negative-16\@xl,:where(.nuc-global-scope) .margin-vertical-negative-16\@xl{margin-top:-16px!important}:where(.nuc-global-scope) .margin-bottom-negative-16\@xl,:where(.nuc-global-scope) .margin-vertical-negative-16\@xl{margin-bottom:-16px!important}:where(.nuc-global-scope) .margin-right-negative-8\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-8\@xl{margin-right:-8px!important}:where(.nuc-global-scope) .margin-left-negative-8\@xl,:where(.nuc-global-scope) .margin-horizontal-negative-8\@xl{margin-left:-8px!important}:where(.nuc-global-scope) .margin-negative-8\@xl{margin:-8px!important}:where(.nuc-global-scope) .margin-top-negative-8\@xl,:where(.nuc-global-scope) .margin-vertical-negative-8\@xl{margin-top:-8px!important}:where(.nuc-global-scope) .margin-bottom-negative-8\@xl,:where(.nuc-global-scope) .margin-vertical-negative-8\@xl{margin-bottom:-8px!important}:where(.nuc-global-scope) .margin-right-0\@xl,:where(.nuc-global-scope) .margin-horizontal-0\@xl{margin-right:0!important}:where(.nuc-global-scope) .margin-left-0\@xl,:where(.nuc-global-scope) .margin-horizontal-0\@xl{margin-left:0!important}:where(.nuc-global-scope) .margin-0\@xl{margin:0!important}:where(.nuc-global-scope) .margin-top-0\@xl,:where(.nuc-global-scope) .margin-vertical-0\@xl{margin-top:0!important}:where(.nuc-global-scope) .margin-bottom-0\@xl,:where(.nuc-global-scope) .margin-vertical-0\@xl{margin-bottom:0!important}:where(.nuc-global-scope) .margin-right-8\@xl,:where(.nuc-global-scope) .margin-horizontal-8\@xl{margin-right:8px!important}:where(.nuc-global-scope) .margin-left-8\@xl,:where(.nuc-global-scope) .margin-horizontal-8\@xl{margin-left:8px!important}:where(.nuc-global-scope) .margin-8\@xl{margin:8px!important}:where(.nuc-global-scope) .margin-top-8\@xl,:where(.nuc-global-scope) .margin-vertical-8\@xl{margin-top:8px!important}:where(.nuc-global-scope) .margin-bottom-8\@xl,:where(.nuc-global-scope) .margin-vertical-8\@xl{margin-bottom:8px!important}:where(.nuc-global-scope) .margin-right-16\@xl,:where(.nuc-global-scope) .margin-horizontal-16\@xl{margin-right:16px!important}:where(.nuc-global-scope) .margin-left-16\@xl,:where(.nuc-global-scope) .margin-horizontal-16\@xl{margin-left:16px!important}:where(.nuc-global-scope) .margin-16\@xl{margin:16px!important}:where(.nuc-global-scope) .margin-top-16\@xl,:where(.nuc-global-scope) .margin-vertical-16\@xl{margin-top:16px!important}:where(.nuc-global-scope) .margin-bottom-16\@xl,:where(.nuc-global-scope) .margin-vertical-16\@xl{margin-bottom:16px!important}:where(.nuc-global-scope) .margin-right-24\@xl,:where(.nuc-global-scope) .margin-horizontal-24\@xl{margin-right:24px!important}:where(.nuc-global-scope) .margin-left-24\@xl,:where(.nuc-global-scope) .margin-horizontal-24\@xl{margin-left:24px!important}:where(.nuc-global-scope) .margin-24\@xl{margin:24px!important}:where(.nuc-global-scope) .margin-top-24\@xl,:where(.nuc-global-scope) .margin-vertical-24\@xl{margin-top:24px!important}:where(.nuc-global-scope) .margin-bottom-24\@xl,:where(.nuc-global-scope) .margin-vertical-24\@xl{margin-bottom:24px!important}:where(.nuc-global-scope) .margin-right-32\@xl,:where(.nuc-global-scope) .margin-horizontal-32\@xl{margin-right:32px!important}:where(.nuc-global-scope) .margin-left-32\@xl,:where(.nuc-global-scope) .margin-horizontal-32\@xl{margin-left:32px!important}:where(.nuc-global-scope) .margin-32\@xl{margin:32px!important}:where(.nuc-global-scope) .margin-top-32\@xl,:where(.nuc-global-scope) .margin-vertical-32\@xl{margin-top:32px!important}:where(.nuc-global-scope) .margin-bottom-32\@xl,:where(.nuc-global-scope) .margin-vertical-32\@xl{margin-bottom:32px!important}:where(.nuc-global-scope) .margin-right-40\@xl,:where(.nuc-global-scope) .margin-horizontal-40\@xl{margin-right:40px!important}:where(.nuc-global-scope) .margin-left-40\@xl,:where(.nuc-global-scope) .margin-horizontal-40\@xl{margin-left:40px!important}:where(.nuc-global-scope) .margin-40\@xl{margin:40px!important}:where(.nuc-global-scope) .margin-top-40\@xl,:where(.nuc-global-scope) .margin-vertical-40\@xl{margin-top:40px!important}:where(.nuc-global-scope) .margin-bottom-40\@xl,:where(.nuc-global-scope) .margin-vertical-40\@xl{margin-bottom:40px!important}:where(.nuc-global-scope) .margin-right-48\@xl,:where(.nuc-global-scope) .margin-horizontal-48\@xl{margin-right:48px!important}:where(.nuc-global-scope) .margin-left-48\@xl,:where(.nuc-global-scope) .margin-horizontal-48\@xl{margin-left:48px!important}:where(.nuc-global-scope) .margin-48\@xl{margin:48px!important}:where(.nuc-global-scope) .margin-top-48\@xl,:where(.nuc-global-scope) .margin-vertical-48\@xl{margin-top:48px!important}:where(.nuc-global-scope) .margin-bottom-48\@xl,:where(.nuc-global-scope) .margin-vertical-48\@xl{margin-bottom:48px!important}:where(.nuc-global-scope) .margin-right-56\@xl,:where(.nuc-global-scope) .margin-horizontal-56\@xl{margin-right:56px!important}:where(.nuc-global-scope) .margin-left-56\@xl,:where(.nuc-global-scope) .margin-horizontal-56\@xl{margin-left:56px!important}:where(.nuc-global-scope) .margin-56\@xl{margin:56px!important}:where(.nuc-global-scope) .margin-top-56\@xl,:where(.nuc-global-scope) .margin-vertical-56\@xl{margin-top:56px!important}:where(.nuc-global-scope) .margin-bottom-56\@xl,:where(.nuc-global-scope) .margin-vertical-56\@xl{margin-bottom:56px!important}:where(.nuc-global-scope) .margin-right-64\@xl,:where(.nuc-global-scope) .margin-horizontal-64\@xl{margin-right:64px!important}:where(.nuc-global-scope) .margin-left-64\@xl,:where(.nuc-global-scope) .margin-horizontal-64\@xl{margin-left:64px!important}:where(.nuc-global-scope) .margin-64\@xl{margin:64px!important}:where(.nuc-global-scope) .margin-top-64\@xl,:where(.nuc-global-scope) .margin-vertical-64\@xl{margin-top:64px!important}:where(.nuc-global-scope) .margin-bottom-64\@xl,:where(.nuc-global-scope) .margin-vertical-64\@xl{margin-bottom:64px!important}:where(.nuc-global-scope) .margin-right-72\@xl,:where(.nuc-global-scope) .margin-horizontal-72\@xl{margin-right:72px!important}:where(.nuc-global-scope) .margin-left-72\@xl,:where(.nuc-global-scope) .margin-horizontal-72\@xl{margin-left:72px!important}:where(.nuc-global-scope) .margin-72\@xl{margin:72px!important}:where(.nuc-global-scope) .margin-top-72\@xl,:where(.nuc-global-scope) .margin-vertical-72\@xl{margin-top:72px!important}:where(.nuc-global-scope) .margin-bottom-72\@xl,:where(.nuc-global-scope) .margin-vertical-72\@xl{margin-bottom:72px!important}:where(.nuc-global-scope) .margin-right-80\@xl,:where(.nuc-global-scope) .margin-horizontal-80\@xl{margin-right:80px!important}:where(.nuc-global-scope) .margin-left-80\@xl,:where(.nuc-global-scope) .margin-horizontal-80\@xl{margin-left:80px!important}:where(.nuc-global-scope) .margin-80\@xl{margin:80px!important}:where(.nuc-global-scope) .margin-top-80\@xl,:where(.nuc-global-scope) .margin-vertical-80\@xl{margin-top:80px!important}:where(.nuc-global-scope) .margin-bottom-80\@xl,:where(.nuc-global-scope) .margin-vertical-80\@xl{margin-bottom:80px!important}:where(.nuc-global-scope) .margin-right-88\@xl,:where(.nuc-global-scope) .margin-horizontal-88\@xl{margin-right:88px!important}:where(.nuc-global-scope) .margin-left-88\@xl,:where(.nuc-global-scope) .margin-horizontal-88\@xl{margin-left:88px!important}:where(.nuc-global-scope) .margin-88\@xl{margin:88px!important}:where(.nuc-global-scope) .margin-top-88\@xl,:where(.nuc-global-scope) .margin-vertical-88\@xl{margin-top:88px!important}:where(.nuc-global-scope) .margin-bottom-88\@xl,:where(.nuc-global-scope) .margin-vertical-88\@xl{margin-bottom:88px!important}:where(.nuc-global-scope) .margin-right-96\@xl,:where(.nuc-global-scope) .margin-horizontal-96\@xl{margin-right:96px!important}:where(.nuc-global-scope) .margin-left-96\@xl,:where(.nuc-global-scope) .margin-horizontal-96\@xl{margin-left:96px!important}:where(.nuc-global-scope) .margin-96\@xl{margin:96px!important}:where(.nuc-global-scope) .margin-top-96\@xl,:where(.nuc-global-scope) .margin-vertical-96\@xl{margin-top:96px!important}:where(.nuc-global-scope) .margin-bottom-96\@xl,:where(.nuc-global-scope) .margin-vertical-96\@xl{margin-bottom:96px!important}:where(.nuc-global-scope) .margin-right-104\@xl,:where(.nuc-global-scope) .margin-horizontal-104\@xl{margin-right:104px!important}:where(.nuc-global-scope) .margin-left-104\@xl,:where(.nuc-global-scope) .margin-horizontal-104\@xl{margin-left:104px!important}:where(.nuc-global-scope) .margin-104\@xl{margin:104px!important}:where(.nuc-global-scope) .margin-top-104\@xl,:where(.nuc-global-scope) .margin-vertical-104\@xl{margin-top:104px!important}:where(.nuc-global-scope) .margin-bottom-104\@xl,:where(.nuc-global-scope) .margin-vertical-104\@xl{margin-bottom:104px!important}:where(.nuc-global-scope) .margin-right-112\@xl,:where(.nuc-global-scope) .margin-horizontal-112\@xl{margin-right:112px!important}:where(.nuc-global-scope) .margin-left-112\@xl,:where(.nuc-global-scope) .margin-horizontal-112\@xl{margin-left:112px!important}:where(.nuc-global-scope) .margin-112\@xl{margin:112px!important}:where(.nuc-global-scope) .margin-top-112\@xl,:where(.nuc-global-scope) .margin-vertical-112\@xl{margin-top:112px!important}:where(.nuc-global-scope) .margin-bottom-112\@xl,:where(.nuc-global-scope) .margin-vertical-112\@xl{margin-bottom:112px!important}:where(.nuc-global-scope) .margin-right-120\@xl,:where(.nuc-global-scope) .margin-horizontal-120\@xl{margin-right:120px!important}:where(.nuc-global-scope) .margin-left-120\@xl,:where(.nuc-global-scope) .margin-horizontal-120\@xl{margin-left:120px!important}:where(.nuc-global-scope) .margin-120\@xl{margin:120px!important}:where(.nuc-global-scope) .margin-top-120\@xl,:where(.nuc-global-scope) .margin-vertical-120\@xl{margin-top:120px!important}:where(.nuc-global-scope) .margin-bottom-120\@xl,:where(.nuc-global-scope) .margin-vertical-120\@xl{margin-bottom:120px!important}:where(.nuc-global-scope) .margin-right-128\@xl,:where(.nuc-global-scope) .margin-horizontal-128\@xl{margin-right:128px!important}:where(.nuc-global-scope) .margin-left-128\@xl,:where(.nuc-global-scope) .margin-horizontal-128\@xl{margin-left:128px!important}:where(.nuc-global-scope) .margin-128\@xl{margin:128px!important}:where(.nuc-global-scope) .margin-top-128\@xl,:where(.nuc-global-scope) .margin-vertical-128\@xl{margin-top:128px!important}:where(.nuc-global-scope) .margin-bottom-128\@xl,:where(.nuc-global-scope) .margin-vertical-128\@xl{margin-bottom:128px!important}:where(.nuc-global-scope) .padding-right-0\@xl,:where(.nuc-global-scope) .padding-horizontal-0\@xl{padding-right:0!important}:where(.nuc-global-scope) .padding-left-0\@xl,:where(.nuc-global-scope) .padding-horizontal-0\@xl{padding-left:0!important}:where(.nuc-global-scope) .padding-0\@xl{padding:0!important}:where(.nuc-global-scope) .padding-top-0\@xl,:where(.nuc-global-scope) .padding-vertical-0\@xl{padding-top:0!important}:where(.nuc-global-scope) .padding-bottom-0\@xl,:where(.nuc-global-scope) .padding-vertical-0\@xl{padding-bottom:0!important}:where(.nuc-global-scope) .padding-right-8\@xl,:where(.nuc-global-scope) .padding-horizontal-8\@xl{padding-right:8px!important}:where(.nuc-global-scope) .padding-left-8\@xl,:where(.nuc-global-scope) .padding-horizontal-8\@xl{padding-left:8px!important}:where(.nuc-global-scope) .padding-8\@xl{padding:8px!important}:where(.nuc-global-scope) .padding-top-8\@xl,:where(.nuc-global-scope) .padding-vertical-8\@xl{padding-top:8px!important}:where(.nuc-global-scope) .padding-bottom-8\@xl,:where(.nuc-global-scope) .padding-vertical-8\@xl{padding-bottom:8px!important}:where(.nuc-global-scope) .padding-right-16\@xl,:where(.nuc-global-scope) .padding-horizontal-16\@xl{padding-right:16px!important}:where(.nuc-global-scope) .padding-left-16\@xl,:where(.nuc-global-scope) .padding-horizontal-16\@xl{padding-left:16px!important}:where(.nuc-global-scope) .padding-16\@xl{padding:16px!important}:where(.nuc-global-scope) .padding-top-16\@xl,:where(.nuc-global-scope) .padding-vertical-16\@xl{padding-top:16px!important}:where(.nuc-global-scope) .padding-bottom-16\@xl,:where(.nuc-global-scope) .padding-vertical-16\@xl{padding-bottom:16px!important}:where(.nuc-global-scope) .padding-right-24\@xl,:where(.nuc-global-scope) .padding-horizontal-24\@xl{padding-right:24px!important}:where(.nuc-global-scope) .padding-left-24\@xl,:where(.nuc-global-scope) .padding-horizontal-24\@xl{padding-left:24px!important}:where(.nuc-global-scope) .padding-24\@xl{padding:24px!important}:where(.nuc-global-scope) .padding-top-24\@xl,:where(.nuc-global-scope) .padding-vertical-24\@xl{padding-top:24px!important}:where(.nuc-global-scope) .padding-bottom-24\@xl,:where(.nuc-global-scope) .padding-vertical-24\@xl{padding-bottom:24px!important}:where(.nuc-global-scope) .padding-right-32\@xl,:where(.nuc-global-scope) .padding-horizontal-32\@xl{padding-right:32px!important}:where(.nuc-global-scope) .padding-left-32\@xl,:where(.nuc-global-scope) .padding-horizontal-32\@xl{padding-left:32px!important}:where(.nuc-global-scope) .padding-32\@xl{padding:32px!important}:where(.nuc-global-scope) .padding-top-32\@xl,:where(.nuc-global-scope) .padding-vertical-32\@xl{padding-top:32px!important}:where(.nuc-global-scope) .padding-bottom-32\@xl,:where(.nuc-global-scope) .padding-vertical-32\@xl{padding-bottom:32px!important}:where(.nuc-global-scope) .padding-right-40\@xl,:where(.nuc-global-scope) .padding-horizontal-40\@xl{padding-right:40px!important}:where(.nuc-global-scope) .padding-left-40\@xl,:where(.nuc-global-scope) .padding-horizontal-40\@xl{padding-left:40px!important}:where(.nuc-global-scope) .padding-40\@xl{padding:40px!important}:where(.nuc-global-scope) .padding-top-40\@xl,:where(.nuc-global-scope) .padding-vertical-40\@xl{padding-top:40px!important}:where(.nuc-global-scope) .padding-bottom-40\@xl,:where(.nuc-global-scope) .padding-vertical-40\@xl{padding-bottom:40px!important}:where(.nuc-global-scope) .padding-right-48\@xl,:where(.nuc-global-scope) .padding-horizontal-48\@xl{padding-right:48px!important}:where(.nuc-global-scope) .padding-left-48\@xl,:where(.nuc-global-scope) .padding-horizontal-48\@xl{padding-left:48px!important}:where(.nuc-global-scope) .padding-48\@xl{padding:48px!important}:where(.nuc-global-scope) .padding-top-48\@xl,:where(.nuc-global-scope) .padding-vertical-48\@xl{padding-top:48px!important}:where(.nuc-global-scope) .padding-bottom-48\@xl,:where(.nuc-global-scope) .padding-vertical-48\@xl{padding-bottom:48px!important}:where(.nuc-global-scope) .padding-right-56\@xl,:where(.nuc-global-scope) .padding-horizontal-56\@xl{padding-right:56px!important}:where(.nuc-global-scope) .padding-left-56\@xl,:where(.nuc-global-scope) .padding-horizontal-56\@xl{padding-left:56px!important}:where(.nuc-global-scope) .padding-56\@xl{padding:56px!important}:where(.nuc-global-scope) .padding-top-56\@xl,:where(.nuc-global-scope) .padding-vertical-56\@xl{padding-top:56px!important}:where(.nuc-global-scope) .padding-bottom-56\@xl,:where(.nuc-global-scope) .padding-vertical-56\@xl{padding-bottom:56px!important}:where(.nuc-global-scope) .padding-right-64\@xl,:where(.nuc-global-scope) .padding-horizontal-64\@xl{padding-right:64px!important}:where(.nuc-global-scope) .padding-left-64\@xl,:where(.nuc-global-scope) .padding-horizontal-64\@xl{padding-left:64px!important}:where(.nuc-global-scope) .padding-64\@xl{padding:64px!important}:where(.nuc-global-scope) .padding-top-64\@xl,:where(.nuc-global-scope) .padding-vertical-64\@xl{padding-top:64px!important}:where(.nuc-global-scope) .padding-bottom-64\@xl,:where(.nuc-global-scope) .padding-vertical-64\@xl{padding-bottom:64px!important}:where(.nuc-global-scope) .padding-right-72\@xl,:where(.nuc-global-scope) .padding-horizontal-72\@xl{padding-right:72px!important}:where(.nuc-global-scope) .padding-left-72\@xl,:where(.nuc-global-scope) .padding-horizontal-72\@xl{padding-left:72px!important}:where(.nuc-global-scope) .padding-72\@xl{padding:72px!important}:where(.nuc-global-scope) .padding-top-72\@xl,:where(.nuc-global-scope) .padding-vertical-72\@xl{padding-top:72px!important}:where(.nuc-global-scope) .padding-bottom-72\@xl,:where(.nuc-global-scope) .padding-vertical-72\@xl{padding-bottom:72px!important}:where(.nuc-global-scope) .padding-right-80\@xl,:where(.nuc-global-scope) .padding-horizontal-80\@xl{padding-right:80px!important}:where(.nuc-global-scope) .padding-left-80\@xl,:where(.nuc-global-scope) .padding-horizontal-80\@xl{padding-left:80px!important}:where(.nuc-global-scope) .padding-80\@xl{padding:80px!important}:where(.nuc-global-scope) .padding-top-80\@xl,:where(.nuc-global-scope) .padding-vertical-80\@xl{padding-top:80px!important}:where(.nuc-global-scope) .padding-bottom-80\@xl,:where(.nuc-global-scope) .padding-vertical-80\@xl{padding-bottom:80px!important}:where(.nuc-global-scope) .padding-right-88\@xl,:where(.nuc-global-scope) .padding-horizontal-88\@xl{padding-right:88px!important}:where(.nuc-global-scope) .padding-left-88\@xl,:where(.nuc-global-scope) .padding-horizontal-88\@xl{padding-left:88px!important}:where(.nuc-global-scope) .padding-88\@xl{padding:88px!important}:where(.nuc-global-scope) .padding-top-88\@xl,:where(.nuc-global-scope) .padding-vertical-88\@xl{padding-top:88px!important}:where(.nuc-global-scope) .padding-bottom-88\@xl,:where(.nuc-global-scope) .padding-vertical-88\@xl{padding-bottom:88px!important}:where(.nuc-global-scope) .padding-right-96\@xl,:where(.nuc-global-scope) .padding-horizontal-96\@xl{padding-right:96px!important}:where(.nuc-global-scope) .padding-left-96\@xl,:where(.nuc-global-scope) .padding-horizontal-96\@xl{padding-left:96px!important}:where(.nuc-global-scope) .padding-96\@xl{padding:96px!important}:where(.nuc-global-scope) .padding-top-96\@xl,:where(.nuc-global-scope) .padding-vertical-96\@xl{padding-top:96px!important}:where(.nuc-global-scope) .padding-bottom-96\@xl,:where(.nuc-global-scope) .padding-vertical-96\@xl{padding-bottom:96px!important}:where(.nuc-global-scope) .padding-right-104\@xl,:where(.nuc-global-scope) .padding-horizontal-104\@xl{padding-right:104px!important}:where(.nuc-global-scope) .padding-left-104\@xl,:where(.nuc-global-scope) .padding-horizontal-104\@xl{padding-left:104px!important}:where(.nuc-global-scope) .padding-104\@xl{padding:104px!important}:where(.nuc-global-scope) .padding-top-104\@xl,:where(.nuc-global-scope) .padding-vertical-104\@xl{padding-top:104px!important}:where(.nuc-global-scope) .padding-bottom-104\@xl,:where(.nuc-global-scope) .padding-vertical-104\@xl{padding-bottom:104px!important}:where(.nuc-global-scope) .padding-right-112\@xl,:where(.nuc-global-scope) .padding-horizontal-112\@xl{padding-right:112px!important}:where(.nuc-global-scope) .padding-left-112\@xl,:where(.nuc-global-scope) .padding-horizontal-112\@xl{padding-left:112px!important}:where(.nuc-global-scope) .padding-112\@xl{padding:112px!important}:where(.nuc-global-scope) .padding-top-112\@xl,:where(.nuc-global-scope) .padding-vertical-112\@xl{padding-top:112px!important}:where(.nuc-global-scope) .padding-bottom-112\@xl,:where(.nuc-global-scope) .padding-vertical-112\@xl{padding-bottom:112px!important}:where(.nuc-global-scope) .padding-right-120\@xl,:where(.nuc-global-scope) .padding-horizontal-120\@xl{padding-right:120px!important}:where(.nuc-global-scope) .padding-left-120\@xl,:where(.nuc-global-scope) .padding-horizontal-120\@xl{padding-left:120px!important}:where(.nuc-global-scope) .padding-120\@xl{padding:120px!important}:where(.nuc-global-scope) .padding-top-120\@xl,:where(.nuc-global-scope) .padding-vertical-120\@xl{padding-top:120px!important}:where(.nuc-global-scope) .padding-bottom-120\@xl,:where(.nuc-global-scope) .padding-vertical-120\@xl{padding-bottom:120px!important}:where(.nuc-global-scope) .padding-right-128\@xl,:where(.nuc-global-scope) .padding-horizontal-128\@xl{padding-right:128px!important}:where(.nuc-global-scope) .padding-left-128\@xl,:where(.nuc-global-scope) .padding-horizontal-128\@xl{padding-left:128px!important}:where(.nuc-global-scope) .padding-128\@xl{padding:128px!important}:where(.nuc-global-scope) .padding-top-128\@xl,:where(.nuc-global-scope) .padding-vertical-128\@xl{padding-top:128px!important}:where(.nuc-global-scope) .padding-bottom-128\@xl,:where(.nuc-global-scope) .padding-vertical-128\@xl{padding-bottom:128px!important}:where(.nuc-global-scope) .margin-auto\@xl{margin:auto!important}:where(.nuc-global-scope) .margin-top-auto\@xl,:where(.nuc-global-scope) .margin-vertical-auto\@xl{margin-top:auto!important}:where(.nuc-global-scope) .margin-right-auto\@xl,:where(.nuc-global-scope) .margin-horizontal-auto\@xl{margin-right:auto!important}:where(.nuc-global-scope) .margin-bottom-auto\@xl,:where(.nuc-global-scope) .margin-vertical-auto\@xl{margin-bottom:auto!important}:where(.nuc-global-scope) .margin-left-auto\@xl,:where(.nuc-global-scope) .margin-horizontal-auto\@xl{margin-left:auto!important}}:where(.nuc-global-scope) .box-shadow-default{box-shadow:none}@media (max-width: 479.98px){:where(.nuc-global-scope) .hidden\@xs{display:none!important}}@media (min-width: 480px) and (max-width: 767.98px){:where(.nuc-global-scope) .hidden\@s{display:none!important}}@media (min-width: 768px) and (max-width: 1023.98px){:where(.nuc-global-scope) .hidden\@m{display:none!important}}@media (min-width: 1024px) and (max-width: 1439.98px){:where(.nuc-global-scope) .hidden\@l{display:none!important}}@media (min-width: 1440px){:where(.nuc-global-scope) .hidden\@xl{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: 479.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: 479.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: 479.98px){:where(.nuc-global-scope) .visible--inline-block\@xs{display:inline-block!important}}@media (max-width: 479.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\@s,:where(.nuc-global-scope) .visible--block\@s{display:none!important}@media (min-width: 480px) and (max-width: 767.98px){:where(.nuc-global-scope) .visible\@s,:where(.nuc-global-scope) .visible--block\@s{display:block!important}}:where(.nuc-global-scope) .visible--inline\@s{display:none!important}@media (min-width: 480px) and (max-width: 767.98px){:where(.nuc-global-scope) .visible--inline\@s{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@s{display:none!important}@media (min-width: 480px) and (max-width: 767.98px){:where(.nuc-global-scope) .visible--inline-block\@s{display:inline-block!important}}@media (min-width: 480px) and (max-width: 767.98px){:where(.nuc-global-scope) .visible\@sr\@s{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\@m,:where(.nuc-global-scope) .visible--block\@m{display:none!important}@media (min-width: 768px) and (max-width: 1023.98px){:where(.nuc-global-scope) .visible\@m,:where(.nuc-global-scope) .visible--block\@m{display:block!important}}:where(.nuc-global-scope) .visible--inline\@m{display:none!important}@media (min-width: 768px) and (max-width: 1023.98px){:where(.nuc-global-scope) .visible--inline\@m{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@m{display:none!important}@media (min-width: 768px) and (max-width: 1023.98px){:where(.nuc-global-scope) .visible--inline-block\@m{display:inline-block!important}}@media (min-width: 768px) and (max-width: 1023.98px){:where(.nuc-global-scope) .visible\@sr\@m{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\@l,:where(.nuc-global-scope) .visible--block\@l{display:none!important}@media (min-width: 1024px) and (max-width: 1439.98px){:where(.nuc-global-scope) .visible\@l,:where(.nuc-global-scope) .visible--block\@l{display:block!important}}:where(.nuc-global-scope) .visible--inline\@l{display:none!important}@media (min-width: 1024px) and (max-width: 1439.98px){:where(.nuc-global-scope) .visible--inline\@l{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@l{display:none!important}@media (min-width: 1024px) and (max-width: 1439.98px){:where(.nuc-global-scope) .visible--inline-block\@l{display:inline-block!important}}@media (min-width: 1024px) and (max-width: 1439.98px){:where(.nuc-global-scope) .visible\@sr\@l{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\@xl,:where(.nuc-global-scope) .visible--block\@xl{display:none!important}@media (min-width: 1440px){:where(.nuc-global-scope) .visible\@xl,:where(.nuc-global-scope) .visible--block\@xl{display:block!important}}:where(.nuc-global-scope) .visible--inline\@xl{display:none!important}@media (min-width: 1440px){:where(.nuc-global-scope) .visible--inline\@xl{display:inline!important}}:where(.nuc-global-scope) .visible--inline-block\@xl{display:none!important}@media (min-width: 1440px){:where(.nuc-global-scope) .visible--inline-block\@xl{display:inline-block!important}}@media (min-width: 1440px){:where(.nuc-global-scope) .visible\@sr\@xl{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:none;border:1px solid;border-radius:0;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:700;line-height:1.375;font-size:1.25rem;line-height:1.2}.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.375;font-size:1rem}.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:none;border:3px solid;border-radius:0}.theme--kaufland .nuc-m-alert__close-button{display:none}.theme--kaufland .nuc-m-alert__heading{margin-bottom:8px;font-weight:700;line-height:1.375;font-size:1rem;line-height:1.2}.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.375;font-size:1rem}.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;-webkit-transition:-webkit-transform .15s;transition:-webkit-transform .15s;transition:transform .15s;transition:transform .15s,-webkit-transform .15s;right:0}.notification__icon-toggle--visibile{transform:rotate(0);background-color:#f0f0f0;color:#424242}.notification__headline{-webkit-transition:border-bottom .15s;transition:border-bottom .15s;transition-property:border-bottom;transition-duration:.15s;border-bottom:none}.notification__headline .notification__icon-toggle--visibile svg{background-color:#fff;transition-duration:.15s}.notification__headline .button:focus .notification__icon-toggle--visibile svg,.canHover .notification__headline .button:hover .notification__icon-toggle--visibile svg{background-color:#f0f0f0;fill:#424242!important}.notification__headline .button--hover-icon-active .notification__icon-toggle--visibile svg{background-color:transparent}.notification__headline .button{padding:0}.notification__headline .button--hover-icon-active,.canHover .notification__headline .button:hover,.notification__headline .button:focus{background-color:#f0f0f0!important;color:#424242}.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, #e10915);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}.canHover .overlay__button-close button:hover{background-color:#31ab1f!important;border-color:#31ab1f!important}.overlay__button-close .button--primary:not(.button--hover-icon):focus{background-color:#31ab1f!important;border-color:#31ab1f!important}.overlay__button-close .button__icon{width:44px;height:44px;display:flex;justify-content:center;align-items:center}.overlay__button-close .icon-cross--kaufland{height:32px;width:32px}.overlay__button-close .button--primary:not(.button--hover-icon):focus,.canHover .overlay__button-close .button--primary:not(.button--hover-icon):hover{background-color:#31ab1f;border-color:#31ab1f}.bar{z-index:160;overflow:hidden;background:transparent;position:relative;height:44px!important;margin-top:11px}@media (max-width: 59.9375rem){.bar{height:auto!important;margin-top:-132px}}@media (max-width: 899px){.bar{margin-top:-132px}}@media (max-width: 449px){.bar{bottom:11px!important;overflow:initial}}.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;left:0;width:calc(100vw - 8px);left:11px;padding-right:11px}@media (min-width: 60rem){.bar__content{left:2.875rem;padding:0;width:calc(100vw - 110px)}}.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}@media (max-width: 449px){.bar__content-list{margin-left:11px;margin-right:11px}}.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{width:calc(100vw - 88px);left:44px}.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:transparent}.bar.bar--overview .overview__item{margin:0;flex:0 0 auto}.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;color:var(--grey-darker, #353b42);background-color:#fff;box-shadow:0 .125rem .25rem #00000026;border:none;transition:all .2s ease-in-out;display:none;color:#424242;box-shadow:none;transition:all .3s ease}.bar__content-navigation .icon-arrow-right--kaufland path,.bar__content-navigation .icon-arrow-left--kaufland path{transform:scale(.6666666667);transform-origin:33px 33px}.canHover .bar__content-navigation:hover,.bar__content-navigation:focus{color:#fff;background-color:#31ab1f}.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;padding:0}.bar__content-navigation--disabled{opacity:.5;pointer-events:none;color:#f0f0f0}.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:Kaufland,sans-serif;line-height:22px;color:#424242;background-color:#fff}[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:#424242}a:active{color:#424242}.canHover a:hover{color:#31ab1f}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:0}:focus{outline:0}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:Kaufland;src:url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.eot);src:url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.eot?#iefix) format("embedded-opentype"),url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.woff2) format("woff2"),url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.woff) format("woff"),url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.ttf) format("truetype"),url(https://media.kaufland.com/fonts/Kaufland-Heavy/Kaufland-Heavy.svg#Kaufland-Heavy) format("svg");font-weight:900;font-style:normal}@font-face{font-family:Kaufland;src:url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.eot);src:url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.eot?#iefix) format("embedded-opentype"),url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.woff2) format("woff2"),url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.woff) format("woff"),url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.ttf) format("truetype"),url(https://media.kaufland.com/fonts/Kaufland-Bold/Kaufland-Bold.svg#Kaufland-Bold) format("svg");font-weight:700;font-style:normal}@font-face{font-family:Kaufland;src:url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.eot);src:url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.eot?#iefix) format("embedded-opentype"),url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.woff2) format("woff2"),url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.woff) format("woff"),url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.ttf) format("truetype"),url(https://media.kaufland.com/fonts/Kaufland-Regular/Kaufland-Regular.svg#Kaufland-Regular) format("svg");font-weight:400;font-style:normal}#runway-root button{display:none}:root{--brand-base: #e10915;--brand-background: #fef5f6;--brand-lightest: #fdebec;--brand-lighter: #fad8da;--brand-light: #f5b0b4;--brand-dark: #bd0812;--brand-darker: #99060e;--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:transparent}*::-webkit-scrollbar{display:none}button::-moz-focus-inner{border:0;padding:0}a{color:#424242;text-decoration:underline}a:active,.canHover a:hover{color:#8d8d8d}.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;background:#ffffff;-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:#ffffff}.content_navigation{position:absolute;top:auto;bottom:auto;z-index:150;display:flex;align-items:center;left:0;border-radius:0;padding:0}.content_navigation--right{right:0;left:auto}.content_navigation--hidden{visibility:hidden}.content_navigation .button__icon{line-height:unset;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.content_navigation .button--primary-negative{color:#424242;background-color:#fff;border:none;height:66px;width:44px}.canHover .content_navigation .button--primary-negative:hover,.content_navigation .button--primary-negative:focus,.content_navigation .button--primary:active{background-color:#31ab1f;border-color:#31ab1f;outline:none;color:#fff}.content_navigation .button--primary-negative:focus .button__icon{outline:0}div[class^=Section_section]{margin:11px 0}div[class^=Price_shipping]{display:block;font-size:14px;margin-top:11px}body{touch-action:manipulation}.recommended-products-opener{position:absolute;top:auto;z-index:160;left:auto;right:44px;bottom:44px;padding:0}.recommended-products-opener .indicator{top:-11px;right:-11px}.recommended-products-opener--b{position:absolute;top:auto;left:50%;transform:translate(-50%);z-index:160;bottom:0;padding:0}.recommended-products-opener .button--primary:not(.button--hover-icon){background-color:#fff;border:none}.recommended-products-opener .button--primary:not(.button--hover-icon):focus,.canHover .recommended-products-opener .button--primary:not(.button--hover-icon):hover{background-color:#31ab1f;border:none}.recommended-products-opener .button--primary:not(.button--hover-icon):focus .button__icon .indicator--primary,.canHover .recommended-products-opener .button--primary:not(.button--hover-icon):hover .button__icon .indicator--primary{background:#ffffff;color:#31ab1f}.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)}.sheet .button__icon{height:44px;width:44px;margin:-11px 0 0 -11px}.sheet .button__icon svg{-webkit-transition:all .3s;transition:all .3s}.sheet .button__icon .button__label{margin-left:11px}.sheet .button--media .button__icon{opacity:1}.sheet .button--primary:not(.button--hover-icon){background-color:#424242;border-color:#424242;border:none}.canHover .sheet .button--primary:not(.button--hover-icon):hover,.sheet .button--primary:not(.button--hover-icon):focus{background-color:#31ab1f;border-color:#31ab1f;border:none}.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:before{content:"";display:block;height:100%;position:absolute;width:44px;z-index:130;left:calc(100% - 44px);-webkit-transition:all .3s;transition:all .3s}.page--current-1:before,.page--pre-1:before,.page--next-1:before{background:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.15)),to(transparent));background:linear-gradient(270deg,rgba(0,0,0,.15) .1,transparent)}.page--current-2:before,.page--pre-2:before,.page--next-2:before{left:auto;right:calc(100% - 44px);background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.15)),to(transparent));background:linear-gradient(90deg,rgba(0,0,0,.15) .1,transparent)}.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}.page .icon-link--kaufland path,.page .icon-heart--kaufland path,.page .icon-text--kaufland path,.page .icon-play--kaufland path,.page .icon-heart-filled--kaufland path{transform:scale(.75);transform-origin:center}.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:none}.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:none}.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}.page [type=button]:not(:disabled),.page button:not(:disabled){outline:2px solid transparent}.page .button--flipped[type=button]:not(:disabled),.page button.button--flipped:not(:disabled),.canHover .page [type=button]:not(:disabled):hover,.canHover .page button:not(:disabled):hover,.page [type=button]:not(:disabled):focus,.page button:not(:disabled):focus{outline:2px solid #31ab1f}img{position:relative;display:inline-block;z-index:2;transform:scale(1) translate(0)}.linkinternal{width:100%;height:100%;background:none;border:none;cursor:pointer}.mediagroup .linkinternal{color:#fff;border-radius:0;background-color:transparent;border:none;outline:2px solid #f0f0f0!important;max-width:100%;max-height:100%;width:100%!important;height:100%!important;padding:0;-webkit-transition:outline .3s linear,background-color .3s linear;transition:outline .3s linear,background-color .3s linear}.mediagroup .linkinternal:focus,.canHover .mediagroup .linkinternal:hover{background-color:transparent;outline:2px solid #31ab1f!important;-webkit-transition:outline .3s linear;transition:outline .3s linear}@keyframes showHotspot{0%{outline:2px solid transparent}33%{outline:2px solid #31ab1f}to{outline:2px solid transparent}}@keyframes showHotspot2{0%{outline:2px solid transparent}33%{outline:2px solid #31ab1f}to{outline:2px solid transparent}}.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 .15s ease;animation:showHotspot 4.5s ease infinite;animation-name:showHotspot;animation-iteration-count:1;animation-direction:alternate;animation-duration:0s;outline:2px solid transparent}.canHover .mediagroup:hover{animation-name:showHotspot,showHotspot2;animation-iteration-count:1;animation-direction:alternate;animation-duration:0s;outline:2px solid #31ab1f}.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}.canHover .mediagroup:hover{animation-name:showHotspot,showHotspot2;animation-iteration-count:1;animation-direction:alternate;animation-duration:1s}.mediagroup:has(.video_inline),.canHover .mediagroup:has(.video_inline):hover{border:none}.mediagroup,.mediagroup .button--flipped,.canHover .mediagroup a:hover,.canHover .mediagroup button:hover,.sheet .button--media .button__icon{opacity:1}.mediagroup a,.mediagroup button{opacity:.85}.mediagroup--has-no-medialinks,.canHover .mediagroup--has-no-medialinks:hover{animation: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}.newsletter{flex:1 0 auto;width:100%;background:var(--brand-light, #f5b0b4);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, #e10915)}.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;height:100%}.canHover .preview [type=button]:not(:disabled):hover,.canHover .preview button:not(:disabled):hover{outline:2px solid transparent!important}.preview .recommended__item-detail{display:none}.preview__content{width:50%;margin:auto;padding:11px;border:2px solid #f0f0f0}.canHover .preview__content:hover,.preview__content:active,.preview__content:focus{border:2px solid #31ab1f}.canHover .preview__content:hover .button,.preview__content:active .button,.preview__content:focus .button{background-color:#31ab1f}.preview_headline{margin:11px;font-size:21px;line-height:28px;font-weight:700;color:#424242;text-transform:none}@media (min-width: 37.5rem){.preview_headline{margin:44px}}@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:#fff;margin:0 0 11px;padding:0;border:none}@media (min-width: 37.5rem){.recommended__item.recommended__item--preview{margin:0 0 11px}}.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:0 0 11px;-webkit-transition:all .3s;transition:all .3s}.recommended__item-headline{text-align:center;margin:0 0 11px;font-size:16px;line-height:22px;font-weight:700;text-transform:none}.recommended__item-subheadline{text-align:center;font-weight:400;margin:0 0 11px;font-size:16px;line-height:22px}.recommended__item-detail{display:inline-flex;align-items:center;margin:11px 0 0;width:100%;background-color:#d3d3d3;justify-content:center;height:44px}.canHover .recommended__item-detail:hover{background-color:#424242;color:#fff}.canHover .recommended__item-detail:hover svg *{fill:#fff}.recommended__item-detail-text{font-size:16px;text-transform:none;margin:0}.recommended__item-image img{max-height:12.5rem;width:auto;max-width:100%}.recommended__item-button{border:.1875rem solid transparent;margin:0;cursor:pointer;position:relative;align-items:center;width:100%;opacity:1;background:#ffffff;color:#424242;-webkit-transition:all .3s;transition:all .3s;padding:11px}.recommended__item-button:active,.recommended__item-button:focus,.canHover .recommended__item-button:hover{background:#ffffff;color:#424242}.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:none}.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}
