.menu-item{position:relative;display:flex;align-items:center;justify-content:space-between}@media only screen and (min-width: 1160px){.menu-item{display:block}}@media only screen and (min-width: 1160px){.menu-item--mega{position:static}}.menu-item label{display:flex;align-items:center;justify-content:center}.menu-item>label{padding-left:100%;padding-top:.5rem;padding-bottom:.5rem;position:absolute;right:0}.menu-item a{display:inline-block;color:inherit;text-decoration:none}.menu-item>a{padding:1.375rem 0;position:relative;font-weight:600}@media only screen and (max-width: 1159px){.menu-item>a{padding:0}}.menu-item>a::after{position:absolute;left:0;bottom:.625rem;content:"";display:inline-block;width:100%;height:.25rem;background-color:var(--color-accent);opacity:0;transition:.3s ease}@media only screen and (max-width: 1159px){.menu-item>a::after{display:none}}.menu-item:hover a::after,.menu-item:focus-visible a::after{opacity:1}.menu-item--highlight:hover a::after{opacity:0}.menu-item__container{width:100%;box-sizing:border-box;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-side-space)}@media only screen and (max-width: 1159px){.menu-item__link{font-size:1.125rem;line-height:160%;font-weight:600;display:inline-flex !important;align-items:center}}.menu-item__link--highlight span{color:#fff;padding:.25rem .5rem;display:inline-block;background-color:#000;border-radius:.125rem;transition:.3s ease}.menu-item__link--highlight:hover span{color:#000;background-color:#f1c11a}.menu-item__link mark{font-size:0.75rem;line-height:160%;font-weight:400;padding:.25rem .5rem;background-color:var(--color-accent);color:#000;border-radius:2px;margin-left:1rem}.menu-item__submenu{transition:.3s ease;background-color:#fff;max-width:62rem}@media only screen and (min-width: 1160px){.menu-item__submenu{position:absolute;left:-1rem;padding:1rem;transform-origin:top;min-width:12.5rem;opacity:0;pointer-events:none}}@media only screen and (max-width: 1159px){.menu-item__submenu{position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:overlay;z-index:24;padding:1.5rem 1.25rem;padding-top:0;background-color:#fff;transform:translateX(110%)}.menu-item__submenu::-webkit-scrollbar{width:.125rem}.menu-item__submenu::-webkit-scrollbar-track{background-color:#f2f2f2;border-radius:1.25rem}.menu-item__submenu::-webkit-scrollbar-thumb{background-color:#000;border-radius:1.25rem}input:checked~.menu-item__submenu{transform:translateX(0)}}.menu-item:hover .menu-item__submenu,.menu-item:focus-visible .menu-item__submenu{opacity:1;pointer-events:initial}.menu-item__submenu>ul{display:flex;flex-direction:column;gap:1rem}@media only screen and (max-width: 1159px){.menu-item__submenu>ul{margin-left:1.5rem;margin-bottom:2.5rem}.menu-item__submenu>ul li{width:100%}}.menu-item__submenu a:hover,.menu-item__submenu a:focus-visible{text-decoration:underline}@media only screen and (min-width: 1160px){.menu-item__submenu--mega{width:100%;box-sizing:border-box;max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-side-space);max-width:100%;box-sizing:border-box;padding-top:1.5rem;padding-bottom:2.5rem;display:flex;align-items:flex-start;justify-content:space-evenly;left:0;width:100%}}.menu-item__submenu--mega>ul{display:flex;gap:1rem;margin-left:0}@media only screen and (min-width: 1160px){.menu-item__submenu--mega>ul{gap:7.5rem;flex-direction:row}}.menu-item__promo{display:flex;gap:1rem}.menu-item__promo::-webkit-scrollbar{height:.125rem}.menu-item__promo::-webkit-scrollbar-track{background-color:#f2f2f2;border-radius:1.25rem}.menu-item__promo::-webkit-scrollbar-thumb{background-color:#000;border-radius:1.25rem}@media only screen and (max-width: 1159px){.menu-item__promo{margin-top:auto;overflow-x:auto;margin-right:-1.25rem;padding-bottom:1.5rem}.menu-item__promo:not(:empty){min-height:230px}}@media only screen and (min-width: 1160px){.menu-item__children{display:grid;gap:1rem;grid-template-columns:1fr 1fr;grid-template-rows:repeat(9, 1fr);column-gap:6.25rem;grid-auto-flow:column}}@media only screen and (max-width: 1159px){.menu-item__children{box-sizing:border-box;width:100%;max-height:0;overflow:hidden;padding-left:1.5rem;display:flex;flex-direction:column;gap:1rem;transition:.5s ease-out}.menu-item__children li:first-child{margin-top:1.5rem}.menu-item__children li:last-child{margin-bottom:1.5rem}input:checked~.menu-item__children{transition-timing-function:ease-in;max-height:40rem}}.menu-item__submenu-link{font-size:1.125rem;line-height:160%;font-weight:600;display:inline-block}@media(min-width: 992px){.menu-item__submenu-link{font-size:1.5rem}}@media only screen and (min-width: 1160px){.menu-item__submenu-link{margin-bottom:1.5rem}}.menu-item__submenu-header{padding-top:1.5rem;padding-bottom:1.5rem;position:sticky;top:0;background-color:#fff;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;z-index:22}.menu-item__submenu-back svg{margin-right:1rem}.menu-item__toggler{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.menu-item__toggler--open label::after{transform:rotate(0) !important}.menu-item__toggler--mega{margin-bottom:0}.menu-item__toggler label svg{display:none}.menu-item__toggler label{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-end}.menu-item__toggler label::after,.menu-item__toggler label::before{content:"";display:inline-block;background-color:#000;width:.5rem;height:.0625rem;transition:.3s ease}.menu-item__toggler label::after{position:absolute;transform:rotate(90deg)}input:checked+.menu-item__toggler label::after{transform:rotate(0)}
