:root{--ras-mm-bg:var(--ras-nav-mega-bg,#fff);--ras-mm-text:var(--ras-nav-mega-text,inherit);--ras-mm-muted:var(--ras-nav-mega-muted,rgba(0,0,0,.5));--ras-mm-accent:var(--ras-nav-item-hover-color,currentColor);--ras-mm-link-accent:var(--ras-mm-accent);--ras-mm-post-card-accent:var(--ras-mm-accent);--ras-mm-border:var(--ras-nav-mega-border,rgba(0,0,0,.08));--ras-mm-shadow:0 24px 60px -20px hsla(0,0%,7%,.18),0 8px 24px -8px hsla(0,0%,7%,.12);--ras-mm-radius:16px;--ras-mm-padding-block:28px;--ras-mm-padding-inline:32px;--ras-mm-gap:24px;--ras-mm-link-arrow-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%23000%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M5 12h14M12 5l7 7-7 7%27/%3E%3C/svg%3E");--ras-mm-link-hover-bg:var(--ras-nav-mega-hover-bg,rgba(0,0,0,.05));--ras-mm-icon-surface:var(--ras-nav-mega-icon-surface,rgba(0,0,0,.06));--ras-mm-open-duration:220ms;--ras-mm-open-easing:cubic-bezier(0.22,1,0.36,1);--ras-mm-hover-duration:180ms;--ras-mm-hover-easing:cubic-bezier(0.2,0,0,1);--ras-mm-stagger-step:35ms}@supports(color:color-mix(in srgb,black 50%,white 50%)){:root{--ras-mm-accent:color-mix(in srgb,var(--ras-nav-item-hover-color,currentColor) 70%,#18a957 30%)}}.ras-mega-menu{backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:var(--ras-mm-bg);border:1px solid var(--ras-mm-border);border-radius:var(--ras-mm-radius);box-shadow:var(--ras-mm-shadow);box-sizing:border-box;color:var(--ras-mm-text);padding:var(--ras-mm-padding-block) var(--ras-mm-padding-inline)}.ras-mega-menu__inner{display:block;width:100%}.ras-mega-menu__links{display:grid;gap:var(--ras-mm-gap);list-style:none;margin:0;padding:0}.ras-mega-menu__link-item{list-style:none;margin:0;padding:0;--ras-mm-delay:calc(var(--ras-mm-index, 0)*var(--ras-mm-stagger-step))}.ras-mega-menu__link{align-items:center;border-radius:10px;color:inherit;display:flex;gap:12px;padding:10px 12px;text-decoration:none;transition:background-color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing)}.ras-mega-menu__link:focus-visible,.ras-mega-menu__link:hover{background:var(--ras-mm-link-hover-bg)}.ras-mega-menu__link-icon{align-items:center;background:var(--ras-mm-icon-surface);border-radius:8px;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.ras-mega-menu__link-icon img{height:20px;-o-object-fit:contain;object-fit:contain;width:20px}.ras-mega-menu__link-body{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.ras-mega-menu__link-arrow{align-items:center;background:var(--ras-mm-icon-surface);border-radius:8px;color:currentColor;display:inline-flex;flex-shrink:0;height:32px;justify-content:center;margin-left:auto;transition:background-color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing),transform var(--ras-mm-hover-duration) var(--ras-mm-hover-easing);width:32px}.ras-mega-menu__link-arrow svg{height:16px;width:16px}.ras-mega-menu__link:focus-visible .ras-mega-menu__link-arrow,.ras-mega-menu__link:hover .ras-mega-menu__link-arrow{background:var(--ras-mm-link-hover-bg);transform:translateX(2px)}.ras-mega-menu__link-title{align-self:flex-start;display:inline-block;font-weight:600;line-height:1.3;position:relative}.ras-mega-menu__link-title:after{background:currentColor;bottom:-2px;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left center;transition:transform var(--ras-mm-hover-duration) var(--ras-mm-hover-easing),opacity var(--ras-mm-hover-duration) var(--ras-mm-hover-easing)}.ras-mega-menu__link-description{color:var(--ras-mm-muted);font-size:.875em;line-height:1.45}.ras-mega-menu__empty{color:var(--ras-mm-muted);margin:0}.ras-mega-menu--source-custom .is-style-ras-mm-link{align-items:center;color:var(--ras-mm-text);display:flex;gap:10px;line-height:1.45;margin:0;max-width:100%;transition:color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing),transform var(--ras-mm-hover-duration) var(--ras-mm-hover-easing);width:-moz-fit-content;width:fit-content}.ras-mega-menu--source-custom .is-style-ras-mm-link:after{background:currentColor;content:"";display:inline-flex;flex:0 0 18px;height:18px;mask:var(--ras-mm-link-arrow-mask) center/contain no-repeat;-webkit-mask:var(--ras-mm-link-arrow-mask) center/contain no-repeat;opacity:0;transform:translateX(-6px);transition:opacity var(--ras-mm-hover-duration) var(--ras-mm-hover-easing),transform var(--ras-mm-hover-duration) var(--ras-mm-hover-easing);width:18px}.ras-mega-menu--source-custom .is-style-ras-mm-link a{color:inherit;text-decoration:none;transition:color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing)}.ras-mega-menu--source-custom .is-style-ras-mm-link:focus-within,.ras-mega-menu--source-custom .is-style-ras-mm-link:hover{color:var(--ras-mm-link-accent)}.ras-mega-menu--source-custom .is-style-ras-mm-link:focus-within:after,.ras-mega-menu--source-custom .is-style-ras-mm-link:hover:after{opacity:1;transform:translateX(0)}.ras-mega-menu--source-custom .is-style-ras-mm-post-card{color:var(--ras-mm-text);transition:color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing)}.ras-mega-menu--source-custom .is-style-ras-mm-post-card.ras-mm-post-card--linked{cursor:pointer}.ras-mega-menu--source-custom .is-style-ras-mm-post-card.ras-mm-post-card--linked:focus-visible{outline:2px solid var(--ras-mm-post-card-accent);outline-offset:4px}.ras-mega-menu--source-custom .is-style-ras-mm-post-card :is(h1,h2,h3,h4,h5,h6,p,li,span,a,strong,em){transition:color var(--ras-mm-hover-duration) var(--ras-mm-hover-easing)}.ras-mega-menu--source-custom .is-style-ras-mm-post-card:focus-within,.ras-mega-menu--source-custom .is-style-ras-mm-post-card:hover{color:var(--ras-mm-post-card-accent)}.ras-mega-menu--source-custom .is-style-ras-mm-post-card:focus-within :is(h1,h2,h3,h4,h5,h6,p,li,span,a,strong,em),.ras-mega-menu--source-custom .is-style-ras-mm-post-card:hover :is(h1,h2,h3,h4,h5,h6,p,li,span,a,strong,em){color:var(--ras-mm-post-card-accent)}.ras-mega-menu--hover-underline-grow .ras-mega-menu__link:focus-visible .ras-mega-menu__link-title:after,.ras-mega-menu--hover-underline-grow .ras-mega-menu__link:hover .ras-mega-menu__link-title:after{opacity:1;transform:scaleX(1)}.ras-mega-menu--hover-underline-fade .ras-mega-menu__link .ras-mega-menu__link-title:after{transform:scaleX(1)}.ras-mega-menu--hover-underline-fade .ras-mega-menu__link:focus-visible .ras-mega-menu__link-title:after,.ras-mega-menu--hover-underline-fade .ras-mega-menu__link:hover .ras-mega-menu__link-title:after{opacity:1}.ras-mega-menu--hover-none .ras-mega-menu__link-title:after{display:none}@media(prefers-reduced-motion:reduce){.ras-mega-menu__link-title:after{transition:none}}.wp-block-navigation-submenu.has-ras-mega-menu,li.has-ras-mega-menu{position:relative}.wp-block-navigation-submenu.has-ras-mega-menu>.wp-block-navigation__submenu-container,li.has-ras-mega-menu>.wp-block-navigation__submenu-container{display:none!important}.wp-block-navigation-submenu.has-ras-mega-menu>.ras-mega-menu,li.has-ras-mega-menu>.ras-mega-menu{left:0;margin-top:12px;opacity:0;pointer-events:none;position:absolute;top:100%;transition:opacity var(--ras-mm-open-duration) var(--ras-mm-open-easing),transform var(--ras-mm-open-duration) var(--ras-mm-open-easing),visibility 0s linear var(--ras-mm-open-duration);visibility:hidden;z-index:100}.wp-block-navigation-submenu.has-ras-mega-menu>.ras-mega-menu--anim-fade-slide,li.has-ras-mega-menu>.ras-mega-menu--anim-fade-slide{transform:translateY(-8px)}.wp-block-navigation-submenu.has-ras-mega-menu>.ras-mega-menu--anim-scale-fade,li.has-ras-mega-menu>.ras-mega-menu--anim-scale-fade{transform:scale(.98);transform-origin:top left}.wp-block-navigation-submenu.has-ras-mega-menu>.ras-mega-menu[data-ras-mm-open=true],li.has-ras-mega-menu>.ras-mega-menu[data-ras-mm-open=true]{opacity:1;pointer-events:auto;transform:none;transition:opacity var(--ras-mm-open-duration) var(--ras-mm-open-easing),transform var(--ras-mm-open-duration) var(--ras-mm-open-easing),visibility 0s;visibility:visible}.ras-mega-menu--width-content{max-width:720px;width:-moz-max-content;width:max-content}.ras-mega-menu--width-wide{width:min(1100px,100vw - 48px)}.ras-mega-menu--width-full{left:50%;max-width:1320px;transform:translateX(-50%);width:calc(100vw - 48px)}.ras-mega-menu--width-full.ras-mega-menu--anim-fade-slide{transform:translate(-50%,-8px)}.ras-mega-menu--width-full.ras-mega-menu--anim-scale-fade{transform:translateX(-50%) scale(.98);transform-origin:top center}.has-ras-mega-menu>.ras-mega-menu--width-full[data-ras-mm-open=true]{transform:translateX(-50%)}.ras-mega-menu--stagger[data-ras-mm-open=true] .ras-mega-menu__inner>*,.ras-mega-menu--stagger[data-ras-mm-open=true] .ras-mega-menu__link-item{animation:ras-mm-fade-up var(--ras-mm-open-duration) var(--ras-mm-open-easing) both;animation-delay:var(--ras-mm-delay,0ms)}@keyframes ras-mm-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.has-ras-mega-menu>.ras-mega-menu{transform:none!important;transition-property:opacity,visibility}.has-ras-mega-menu>.ras-mega-menu--width-full{left:50%;transform:translateX(-50%)!important}.ras-mega-menu--stagger[data-ras-mm-open=true] .ras-mega-menu__inner>*,.ras-mega-menu--stagger[data-ras-mm-open=true] .ras-mega-menu__link-item{animation:none}}
