.main-menu{--menu-background: var(--color-white)}@media screen and (max-width: 47.99875rem){.main-menu{display:none;flex-direction:column;position:fixed;top:0;right:0;left:0;bottom:0;overflow-y:auto;background:var(--menu-background);padding:0 var(--container-padding)}}.main-menu__heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.main-menu__controls{display:none}@media screen and (max-width: 47.99875rem){.main-menu__controls{display:flex;flex-shrink:0;height:var(--header-height);align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;background:var(--color-white);z-index:1}.main-menu__controls [data-menu-close]{margin-left:auto}}@media screen and (max-width: 47.99875rem){.main-menu__content{display:flex;flex-direction:column;flex:1;position:relative}}.main-menu__items{padding:0;margin:0;list-style:none;display:flex;flex-direction:column;column-gap:var(--spacing-m)}@media screen and (min-width: 48rem){.main-menu__items{flex-direction:row;align-items:center;flex-wrap:wrap}}@media screen and (max-width: 47.99875rem){.main-menu__items{padding:var(--spacing-s) 0;font-size:1.125rem}}.main-menu__popover{overflow:auto;display:none}@media screen and (min-width: 48rem){.main-menu__popover{max-width:var(--container-max-width);margin-right:auto;margin-left:auto;padding:var(--spacing-s) 0;grid-template-columns:4fr 4fr 3fr;gap:var(--spacing-xxl);position:fixed;top:var(--header-height);left:var(--container-padding);right:var(--container-padding);bottom:0;z-index:999}.main-menu__popover:before{content:"";position:fixed;top:var(--header-height);left:0;right:0;bottom:0;background:var(--menu-background);z-index:-1}}@media screen and (max-width: 47.99875rem){.main-menu__popover{padding:var(--spacing-s) 0;gap:var(--spacing-l)}}@media screen and (max-width: 47.99875rem){.main-menu__item{display:flex;flex-direction:column}}.main-menu__link{font-size:inherit;font-family:var(--font-secondary);line-height:inherit;color:inherit;background:none;border:none;padding:0;display:flex;justify-content:space-between;text-decoration:none;padding:var(--spacing-xxs) 0;cursor:pointer}@media screen and (min-width: 48rem){.main-menu__link{text-align:center}.main-menu__link:where(:hover,:focus-visible,[aria-expanded=true]){-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:var(--kiwa-blue);text-decoration-color:var(--kiwa-blue);text-decoration-thickness:2px;text-underline-offset:.75em}}@media screen and (max-width: 47.99875rem){.main-menu__link{gap:.5rem;padding:var(--spacing-xs) 0;align-items:center;text-align:start}.main-menu__link[data-menu-controls]:after{content:"";background:url(/icons/chevron-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center;min-width:1rem;height:1rem}}.main-menu__button{font-family:inherit;min-height:var(--button-height);font-size:inherit;font-family:var(--font-secondary);line-height:inherit;color:inherit;background:none;border:none;padding:0;display:inline-flex;height:3rem;align-items:center;text-decoration:none;justify-content:center}.sub-menu{display:none;flex-direction:column;gap:var(--spacing)}@media screen and (min-width: 48rem){.sub-menu{gap:var(--spacing-s);width:100%}}@media screen and (min-width: 48rem){.sub-menu__heading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}@media screen and (max-width: 47.99875rem){.sub-menu__heading{font-size:1.5rem;font-weight:var(--bold);line-height:1.25;margin:0;padding:0}}.sub-menu__list,.sub-menu__item{display:flex;flex-direction:column}.sub-menu__list{padding:0;margin:0;list-style:none;gap:var(--spacing-s)}@media screen and (min-width: 48rem){.sub-menu__list{gap:var(--spacing)}}.sub-menu__link{font-size:inherit;font-family:var(--font-secondary);line-height:inherit;color:inherit;background:none;border:none;padding:0;display:flex;align-items:center;justify-content:space-between;text-decoration:none;cursor:pointer;text-align:start;line-height:var(--line-height-default)}@media screen and (min-width: 48rem){.sub-menu__link:not([data-menu-controls]):where(:hover,:focus-visible){font-weight:var(--semibold);-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-color:var(--kiwa-blue);text-decoration-color:var(--kiwa-blue);text-decoration-thickness:2px;text-underline-offset:.4em}.sub-menu__link[data-menu-controls]:where(:hover,:focus-visible,[aria-expanded=true]){font-weight:var(--semibold)}.sub-menu__link[data-menu-controls]:where(:hover,:focus-visible,[aria-expanded=true]):after{content:"";background:url(/icons/chevron-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center;min-width:1rem;height:1rem;opacity:.5}.sub-menu__link[data-menu-controls]:where([aria-expanded=true]):after{opacity:1}}@media screen and (max-width: 47.99875rem){.sub-menu__link{gap:.5rem;align-items:center}.sub-menu__link[data-menu-controls]:after{content:"";background:url(/icons/chevron-right.svg);background-repeat:no-repeat;background-size:contain;background-position:center;width:1rem;height:1rem}}.menu-promo{width:100%;display:none}@media screen and (min-width: 48rem){.menu-promo{grid-column-start:3}}.menu-promo__link{display:flex;flex-direction:column;text-decoration:none}@media screen and (min-width: 48rem){.menu-promo__link{aspect-ratio:5/6}}.menu-promo__link:where(:hover,:focus-visible){text-decoration:underline}.menu-promo__picture img{width:100%}.menu-promo__content{display:flex;margin-top:auto;flex-direction:column;padding:var(--spacing-l);gap:var(--spacing);font-size:1.25rem}[data-menu-back]{display:none}@media screen and (min-width: 48rem){[data-menu-promo-is-open=true]{display:block}}@media screen and (max-width: 47.99875rem){[data-menu-current-level="1"] [data-menu-promo-is-open=true]{display:block}}[data-menu-is-open=true]{overflow:hidden!important}@media screen and (max-width: 47.99875rem){[data-menu-is-open=true][data-menu-current-level]:not([data-menu-current-level="0"]) [data-menu-level="0"]{display:none}}[data-menu-is-open=true][data-menu-current-level]:not([data-menu-current-level="0"]) .main-menu__popover{display:grid}@media screen and (max-width: 47.99875rem){[data-menu-is-open=true][data-menu-current-level]:not([data-menu-current-level="0"]) [data-menu-back]{display:inline-flex}}@media screen and (min-width: 48rem){[data-menu-is-open=true][data-menu-current-level]:not([data-menu-current-level="0"]) [data-menu-level-is-open]{display:flex}}@media screen and (max-width: 47.99875rem){[data-menu-is-open=true][data-menu-current-level="1"] [data-menu-level="1"][data-menu-level-is-open]{display:flex}}@media screen and (max-width: 47.99875rem){[data-menu-is-open=true][data-menu-current-level="2"] [data-menu-level="2"][data-menu-level-is-open]{display:flex}}@media screen and (max-width: 47.99875rem){[data-menu-is-open=true] .main-menu{display:flex}}
