:root{--gp-white: #fff;--gp-primary: #003a5d;--gp-primary-light: #007db9;--gp-primary-dark: #011f31;--gp-red: #ed1d24;--gp-light-blue: #5ad6ff}.main-menu{display:flex;flex-direction:row;align-items:center;min-width:60%;padding-right:25px}.main-menu__nav{display:flex;width:100%;flex-direction:row;justify-content:flex-end;align-items:center;margin-right:3rem;list-style:none}.main-menu__nav-item{display:flex;align-items:center;margin-right:2.5rem}.main-menu__nav-item.parent{position:relative}.main-menu__nav-item-special{display:block;align-items:flex-start;margin:3rem 2.5rem 3rem 0;background:#ed1d24;border:1px solid #ed1d24;cursor:pointer;padding:0 1rem;transition:all .1s linear}.main-menu__nav-item-special a{display:block;color:#fff;width:100%;font-size:14px;font-weight:700;text-align:center}.main-menu__nav-item-special:hover{background:#fff}.main-menu__nav-item-special:hover a{color:#ed1d24}.main-menu__nav-item-special:last-of-type{margin-right:0}.main-menu__nav-link{display:flex;align-items:center;color:#4d4d4d;font-size:1.8rem;font-weight:bold;text-align:center;line-height:1;padding:1rem 0.5rem;transition:all .1s linear}.main-menu__nav-link:hover{color:#ed1d24}.main-menu__nav-item .main-menu__caret{height:14px;width:14px;margin-left:1rem;fill:#4d4d4d;transition:all .1s linear}.main-menu__nav-item .main-menu__caret.expanded{transform:rotate(-180deg);fill:#ed1d24}@media (max-width: 1199px){.main-menu{display:flex;opacity:0;visibility:hidden;top:0;right:0;bottom:0;height:100%;width:60vw;background:#007db9;padding:120px 4rem 0 4rem;position:fixed;flex-direction:column;align-items:center;overflow:auto;transition:opacity 0.2s, visibility 0.2s}.main-menu.open{opacity:1;visibility:visible;z-index:100}.main-menu__nav{margin:4rem 0 0 0;padding:0 4rem;display:flex;flex-direction:column;align-items:center;max-width:650px}.main-menu__nav-item{flex-direction:column;align-items:flex-start;margin:2rem 0;padding-right:0;width:100%}.main-menu__nav-item-special{margin-top:8rem;width:100%}.main-menu__nav-link{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center;font-size:2rem;color:#fff}.main-menu__nav-link:hover{color:#5ad6ff}}@media (max-width: 899px){.main-menu{width:100vw}.main-menu__nav{padding:0 2rem}}.main-sub-menu{display:none;position:absolute;z-index:11;top:100%;left:50%;transform:translateX(-50%);min-width:100%;opacity:0;transition:all .1s ease-out;background:#fff;list-style:none;max-height:76vh;border-top:6px solid #007db9;box-shadow:1px 0px 5px rgba(0,0,0,0.2);border-radius:2px}.main-sub-menu.expanded{height:auto;display:block;opacity:1}.main-sub-menu__sub-nav-item:first-child{padding-top:1rem}.main-sub-menu__sub-nav-item:last-child{padding-bottom:1rem}.main-sub-menu__sub-nav-link{display:block;padding:0.5rem 2rem;font-size:16px;color:#4d4d4d;font-weight:bold;white-space:nowrap;transition:all .1s linear}.main-sub-menu__sub-nav-link:hover{color:#ed1d24;background-color:#f9f9f9}@media (max-width: 1199px){.main-sub-menu{height:0;margin:0;background:transparent;transform:none;box-shadow:unset;border-radius:0}.main-sub-menu.expanded{position:static;height:auto}.main-sub-menu__sub-nav-link{font-size:1.8rem;color:#fff}.main-sub-menu__sub-nav-link:hover{color:#5ad6ff;background-color:inherit}.main-menu__nav-item .main-menu__caret{fill:#fff;border:2px solid #fff;border-radius:50%;height:35px;width:35px;padding:5px}.main-menu__nav-item .main-menu__caret.expanded{fill:#fff}}
