.ft-megamenu{background:#fff;display:flex;flex-flow:column nowrap;font-family:darkmode-on,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:200;justify-content:center;left:0;padding:32px 0 64px;position:absolute;right:0;top:112px;z-index:15000}.ft-megamenu[hidden]{display:none!important}.ft-megamenu__col{display:grid;grid-template-rows:3rem max-content}.ft-megamenu__columns{display:grid;gap:32px;grid-template-columns:220px;margin:0 auto}@media screen and (min-width:500px){.ft-megamenu__columns{display:grid;gap:32px;grid-template-columns:repeat(3,minmax(auto,1fr));margin:unset}}@media screen and (min-width:700px){.ft-megamenu__columns{display:grid;gap:32px;grid-template-columns:repeat(4,minmax(auto,1fr))}}@media screen and (min-width:900px){.ft-megamenu__columns{display:grid;gap:32px;grid-template-columns:repeat(5,minmax(auto,1fr))}}.ft-megamenu__heading{display:flex;font-family:darkmode-on-bold,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;font-weight:500;margin:0 0 24px}.ft-megamenu__heading a{text-decoration:none}.ft-megamenu__heading a:hover{text-decoration:underline;text-decoration-color:var(--ft-theme-hcolor-2,#ff7f00);text-decoration-thickness:1px;text-underline-offset:5px}.ft-megamenu__list{border-left:1px solid var(--ft-theme-hcolor-2,#ff7f00);list-style:none;margin:0;padding:0 0 0 1.3rem}.ft-megamenu__item+.ft-megamenu__item{margin-top:6px}.ft-megamenu__link{color:#222;font-size:15px;text-decoration:none}.ft-megamenu__link:focus-visible,.ft-megamenu__link:hover,.ft-megamenu__top-link:focus-visible,.ft-megamenu__top-link:hover{text-decoration:underline;text-decoration-color:var(--ft-theme-hcolor-2,#ff7f00);text-decoration-thickness:1px;text-underline-offset:5px}.ft-megamenu__top{border-bottom:1px solid var(--ft-theme-hcolor-2,#ff7f00);display:flex;flex-direction:row;flex-wrap:wrap;gap:16px 24px;justify-content:flex-end;list-style:none;margin:0 0 40px;padding:0 0 16px}.ft-megamenu__top-link{color:#262527;font-size:15px;text-decoration:none}.ft-megamenu:after,.ft-megamenu:before{background:#fff;bottom:0;content:"";pointer-events:none;position:absolute;top:0}.ft-megamenu:before{left:calc(-50vw + 50%);right:100%}.ft-megamenu:after{left:100%;right:calc(-50vw + 50%)}@media screen and (min-width:1024px) and (max-width:1199px){.ft-megamenu{padding-left:16px;padding-right:16px}}@media screen and (min-width:1200px){.ft-megamenu{padding-left:0;padding-right:0}}