.AZIndex-menu{display:flex;justify-content:space-between}@media (max-width:1312px){.AZIndex-menu{flex-wrap:wrap;justify-content:center}}.AZIndexGroup{display:none}.AZIndexGroup.is-active{display:block}.AZIndexGroup-handler{background:var(--clr-greyLight);color:var(--clr-primary);display:flex;font-weight:700;margin-bottom:.5rem;padding:1rem}.AZIndexGroup-handler.is-inactive{background:#fff;cursor:not-allowed;font-weight:400}.AZIndexGroup-handler.is-active,.AZIndexGroup-handler:hover{background:var(--clr-primary);color:var(--clr-greyLight)}.AZIndexGroup-header{color:var(--Headline-color);font-size:2rem;font-weight:700;padding:1rem;text-transform:uppercase}.AZIndex-item{display:flex}.AZIndex-item:nth-child(2n){background:var(--clr-greyLight)}.AZIndex-item:hover{font-weight:700}.AZIndex-item{.arrow{border-left:8px solid #0000;border-right:8px solid #0000;border-top:8px solid var(--clr-greyLight);display:inline-flex;margin-right:.5rem;transform:rotate(-90deg);transform-origin:50% 50%;transition:transform .5s ease-in-out}}.AZIndex-item a{align-items:center;color:var(--font-primary);display:flex;justify-content:space-between;width:100%}.AZIndex-items--contacts .AZIndexGroup{gap:1rem;grid-template-columns:repeat(4,minmax(1rem,1fr))}.AZIndex-items--contacts .AZIndexGroup.is-active{display:grid}.AZIndex-items--contacts .AZIndexGroup{.AZIndexGroup-header{grid-column:1/-1}}@media screen and (max-width:768px){.AZIndex-items--contacts .AZIndexGroup{grid-template-columns:repeat(1,1fr)}}.AZIndex-item--contact{border-top:2px solid var(--clr-greyLight);display:flex;flex-direction:column;justify-content:start;padding:1rem 0}.AZIndex-item--contact:hover{font-weight:400}.AZIndex-item--contact:nth-child(2n){background:none}.AZIndex-item--contact h3{display:none}.AZIndex-item--contact h4{color:var(--Headline-color);margin-top:1rem}.AZIndex-item--contact a{justify-content:start}.AZIndex-item--contact .link-fax,.AZIndex-item--contact .link-mail,.AZIndex-item--contact .link-mobile,.AZIndex-item--contact .link-phone{align-items:center;display:flex;flex-wrap:wrap;padding-left:25px;position:relative;word-break:break-word}.AZIndex-item--contact .link-fax:before,.AZIndex-item--contact .link-mail:before,.AZIndex-item--contact .link-mobile:before,.AZIndex-item--contact .link-phone:before{background-size:cover;content:"";display:inline-block;height:19px;left:0;min-width:19px;position:absolute;width:19px}.AZIndex-item--contact .link-fax:before path,.AZIndex-item--contact .link-mail:before path,.AZIndex-item--contact .link-mobile:before path,.AZIndex-item--contact .link-phone:before path{fill:var(--clr-primary)}.AZIndex-item--contact .link-phone:before{background-image:url(../Images/Icons/phone.svg)}.AZIndex-item--contact .link-mobile:before{background-image:url(../Images/Icons/smartphone.svg)}.AZIndex-item--contact .link-fax:before{background-image:url(../Images/Icons/fax.svg)}.AZIndex-item--contact .link-mail:before{background-image:url(../Images/Icons/mail.svg)}.AZIndex-item--contact .phone-label{font-size:.75rem;opacity:.8}