.mega-menu{background-color:var(--body-background-colour-on-contrast,#ebebeb);color:var(--body-background-colour-contrast,#000);left:0;max-height:calc(80vh - 100px);opacity:0;overflow:auto;overscroll-behavior:contain;pointer-events:none;position:absolute;top:100%;transition:background-color .3s ease,opacity .3s ease;width:100%;z-index:1000}.mega-menu.active{opacity:1;pointer-events:auto}@media only screen and (max-width:1023px){.mega-menu{display:none}}.mega-menu__wrap{--_wrapper-max-width:calc(var(--content-width, 154rem)*var(--base-size-multiplier, 1));align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;margin:0 auto;max-width:var(--_wrapper-max-width);padding-left:var(--row-padding,0);padding-right:var(--row-padding,0);width:100%}.mega-menu__container{display:block;margin-bottom:0;padding-bottom:5rem;padding-left:calc(var(--_row-gap, var(--default-gap, 3rem))/2);padding-right:calc(var(--_row-gap, var(--default-gap, 3rem))/2);padding-top:5rem;width:100%}.mega-menu__children{align-items:flex-start;align-items:stretch;display:flex;justify-content:space-between}.mega-menu__menu{display:flex;flex-direction:column}.mega-menu__menu:not(:last-child){padding-right:var(--_row-gap,var(--default-gap,3rem))}.mega-menu__item:not(:last-child){margin-bottom:.65vw}.mega-menu__item:not(:last-child):has(img){margin-bottom:2vw}.mega-menu__item:has(.button){margin-top:auto}.mega-menu__link{color:inherit;display:inline-block;font-size:clamp(1.4rem,1.4vw + 0rem,1.6rem);margin-bottom:0;position:relative;text-decoration:none;text-wrap:balance;transition:opacity .3s ease}.mega-menu__link *{font-size:inherit!important;margin-bottom:0}.mega-menu__link--main{font-size:clamp(1.5rem,1.4vw + 0rem,1.8rem);font-weight:var(--_font-weight-max,600)}.mega-menu__link:after{background-color:currentColor;color:inherit;content:"";display:inline-block;height:100%;height:1em;margin-left:.3em;-webkit-mask-image:url(/_resources/app/client/images/icons/arrow-right.svg?v=1783475982179);mask-image:url(/_resources/app/client/images/icons/arrow-right.svg?v=1783475982179);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:200%;mask-size:200%;opacity:0;transition:opacity .3s ease;vertical-align:middle;width:1em}.mega-menu__link:active:after,.mega-menu__link:focus-visible:after,.mega-menu__link:hover:after{opacity:1}.mega-menu__link:active:has(img),.mega-menu__link:focus-visible:has(img),.mega-menu__link:hover:has(img){opacity:.5}.mega-menu__link:has(.button):after,.mega-menu__link:has(img):after{display:none}.mega-menu__link:has(img.transparent){background-color:currentColor;-webkit-mask-image:var(--_icon-url,left center);mask-image:var(--_icon-url,left center);-webkit-mask-position:left bottom;mask-position:left bottom;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}.mega-menu__link img{display:block;height:auto;width:70%}.mega-menu__link img.transparent{opacity:0}.mega-menu__link .button{margin:0;padding:.8rem 2.5rem}