.Navbar_navbar__iG4YX{height:var(--_navbar-height);z-index:100;position:-webkit-sticky;position:sticky;top:0;left:0;width:100%;display:grid;grid-template-areas:"mobileMenu logo search links dropdownMenus";grid-template-columns:auto auto auto 1fr auto;justify-content:center;align-items:center;padding:1rem;grid-column-gap:1em;column-gap:1em;background-color:var(--_background);border-bottom:1px solid var(--_navbar-border-color);box-shadow:var(--_navbar-box-shadow)}.Navbar_logo__E6leu{font-size:1.2em;grid-area:logo;display:flex;align-items:center;font-weight:600;margin-right:.5em}.Navbar_dropdownMenus__CrF3o{grid-area:dropdownMenus;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;gap:1rem}.Navbar_dropdownMenus__CrF3o>article{position:relative;display:flex;align-items:center}.Navbar_links__R6axI{grid-area:links;display:flex;align-items:center;gap:1rem;margin-left:auto}.Navbar_links__R6axI>a{font-size:1.1rem;padding:.5rem;text-decoration:none;color:var(--_navbar-link-color)}.Navbar_links__R6axI>a[link-active=true]{color:var(--_text-color)}.Navbar_mobileMenu__hhN6i{grid-area:mobileMenu;display:flex;align-items:center;justify-content:center}.Navbar_mobileMenu__hhN6i>button{border:0;background-color:transparent}.Navbar_mobileMenu__hhN6i>button>svg{width:1.5em;height:1.5em}@media screen and (max-width:992px){.Navbar_links__R6axI>a{font-size:1rem}}@media screen and (max-width:800px){.Navbar_navbar__iG4YX{grid-template-areas:"mobileMenu logo links dropdownMenus" "search search search search";grid-template-columns:auto auto 1fr auto;justify-content:space-between;row-gap:1.5em}}@media screen and (max-width:576px){.Navbar_logo__E6leu{font-size:1em}.Navbar_logo__E6leu h1{text-wrap:nowrap}.Navbar_links__R6axI{display:none}.Navbar_dropdownMenus__CrF3o{gap:.5rem}.Navbar_dropdownMenus__CrF3o>article{position:static}.Navbar_dropdownMenus__CrF3o>article>div+div{top:50%;margin-top:0}}.PopUp_container__OuNUj{max-height:100%;overflow:auto;width:100%;height:100%;background-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:fixed;bottom:0;left:0;z-index:600}.PopUp_modal__SIUBa{pointer-events:all;-webkit-user-select:text;-moz-user-select:text;user-select:text;display:block;position:fixed;bottom:3em;left:3em;border:0;border-radius:10px;background-color:var(--_pop-up-background);color:var(--_text-color);box-shadow:var(--_navbar-box-shadow)}.PopUp_modal__SIUBa>button{position:absolute;top:0;right:0;background-color:transparent;border:0;cursor:pointer;padding:1em}@media screen and (max-width:768px){.PopUp_container__OuNUj{display:flex;justify-content:center;height:-moz-fit-content;height:fit-content}.PopUp_modal__SIUBa{max-height:100%;max-width:100%;position:relative;left:0;bottom:0}}.InitialPopUp_content__1YXtW{display:flex;flex-direction:column;gap:1.2em;padding:2em;max-width:30em}.InitialPopUp_content__1YXtW h2{font-size:1.5em;font-weight:600;width:100%;text-align:center;margin-bottom:1em}.InitialPopUp_content__1YXtW p{width:100%}.InitialPopUp_content__1YXtW a{color:var(--_link-primary-text-color)}.InitialPopUp_content__1YXtW span{font-size:1.2em;margin-top:1em;width:100%;text-align:center}