/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.unwoa-search-drawer__trigger{border:0;border-bottom:2px solid transparent;background:transparent;text-decoration:none !important;}#header.is-search-drawer-open .unwoa-search-drawer__trigger{border-bottom-color:var(--un-blue);}.unwoa-search-drawer__trigger-icon{color:var(--ink);}#header.is-search-drawer-open .unwoa-search-drawer__trigger-icon{color:var(--un-blue);}.unwoa-search-drawer__panel{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows 0.4s cubic-bezier(0.4,0,0.2,1);}.unwoa-search-drawer__panel[hidden]{display:none;}.unwoa-search-drawer__panel:not([hidden]){display:grid;}#header.is-search-drawer-open .unwoa-search-drawer__panel{grid-template-rows:1fr;}.unwoa-search-drawer__inner{overflow:hidden;min-height:0;}.unwoa-search-drawer__surface{border:none;border-radius:0.375rem;background:linear-gradient(180deg,#fafafb 0%,#fefefe 18%,#ffffff 32%);opacity:0;transform:translateY(-0.5rem);transition:opacity 0.3s ease 0.08s,transform 0.35s cubic-bezier(0.4,0,0.2,1) 0.05s;}#header.is-search-drawer-open .unwoa-search-drawer__surface{opacity:1;transform:translateY(0);}.unwoa-search-drawer__submit{min-height:0;height:100%;line-height:1;box-sizing:border-box;}.unwoa-search-drawer__field input{height:42px;padding-top:0;padding-bottom:0;}@media (prefers-reduced-motion:reduce){.unwoa-search-drawer__panel,.unwoa-search-drawer__surface{transition:none;}#header.is-search-drawer-open .unwoa-search-drawer__surface{opacity:1;transform:none;}}
:root{--menu-mobile-bg:var(--main-background-tinted,#f3f3f6);--menu-mobile-active:#e5e6eb;--tab-inactive-bg:#cccccc;}.unwoa-mobile-nav__tabs{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;width:100%;background-color:var(--tab-inactive-bg) !important;}.unwoa-mobile-nav__tab{flex:0 0 auto;width:auto;margin-bottom:-1px;border:1px solid transparent;border-bottom-width:1px;background-color:var(--tab-inactive-bg) !important;color:var(--ink);cursor:pointer;}.unwoa-mobile-nav__tab:not(.is-active){border-bottom-color:transparent;color:var(--ink);}.unwoa-mobile-nav__tab:not(.is-active) .unwoa-mobile-nav__tab-icon{color:var(--ink);}.unwoa-mobile-nav__tab.is-active{background-color:#fff !important;border-color:var(--un-blue);border-top-width:3px;border-bottom-width:3px;}.unwoa-mobile-nav__tab-icon{color:var(--ink);}.unwoa-mobile-nav__tab.is-active .unwoa-mobile-nav__tab-icon{color:var(--un-blue);}.unwoa-mobile-nav__tab:focus-visible{outline:2px solid var(--un-blue);outline-offset:-2px;}.unwoa-mobile-menu__summary,.unwoa-mobile-menu__link{background-color:var(--menu-mobile-bg) !important;padding-inline-start:calc(1rem + 1rem * var(--menu-level,0));padding-inline-end:1rem;}.unwoa-mobile-menu__summary::-webkit-details-marker{display:none;}.unwoa-mobile-menu__summary::marker{content:"";}.unwoa-mobile-menu__chevron{display:inline-block;transform:rotate(0deg);transition:transform 0.25s ease;}.unwoa-mobile-menu__chevron::before{content:"\f078";display:inline-block;font-family:"Font Awesome 6 Free";font-weight:900;font-size:0.75rem;color:var(--ink);}.unwoa-mobile-menu__details[open] > .unwoa-mobile-menu__summary .unwoa-mobile-menu__chevron{transform:rotate(180deg);}@media (prefers-reduced-motion:reduce){.unwoa-mobile-menu__chevron{transition:none;}}.unwoa-mobile-menu__summary.is-current,.unwoa-mobile-menu__summary-link.is-current,.unwoa-mobile-menu__summary:focus-visible,.unwoa-mobile-menu__link.is-current,.unwoa-mobile-menu__link.is-active,.unwoa-mobile-menu__link:focus-visible,.unwoa-mobile-menu__item.is-current > .unwoa-mobile-menu__link{background-color:var(--menu-mobile-active) !important;}.unwoa-mobile-menu__summary-link:focus-visible{outline:2px solid var(--un-blue);outline-offset:2px;}.unwoa-mobile-menu__link:hover,.unwoa-mobile-menu__summary:hover,.unwoa-mobile-menu__summary:hover .unwoa-mobile-menu__summary-link,.unwoa-mobile-menu__summary-link:hover{color:var(--ink) !important;}
:root{--desktop-nav-rail:#f2f2f2;--desktop-nav-hover:#e0e0e0;--desktop-nav-text:rgba(0,0,0,0.75);--desktop-nav-font:var(--font-sans,"Roboto",sans-serif);--desktop-nav-l1-size:1rem;--desktop-nav-l1-line:1.3rem;--desktop-nav-l1-weight:500;--desktop-nav-flyout-size:0.875rem;--desktop-nav-flyout-line:1.25rem;--desktop-nav-flyout-weight:400;--desktop-nav-active-weight:500;}.unwoa-desktop-nav{width:100%;background-color:transparent;}.unwoa-desktop-nav__list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;list-style:none;margin:0;padding:0;}.unwoa-desktop-nav__item{position:relative;flex:0 0 auto;}.unwoa-desktop-nav__link,.unwoa-desktop-nav__trigger{display:inline-flex;align-items:center;gap:0.35rem;padding:13px 15px;font-family:var(--desktop-nav-font);font-size:var(--desktop-nav-l1-size);font-weight:var(--desktop-nav-l1-weight);line-height:var(--desktop-nav-l1-line);color:var(--desktop-nav-text);text-decoration:none !important;background-color:transparent;border:0;border-bottom:3px solid transparent;cursor:pointer;white-space:nowrap;}.unwoa-desktop-nav__link:hover,.unwoa-desktop-nav__trigger:hover,.unwoa-desktop-nav__control:hover,.unwoa-desktop-nav__control:hover .unwoa-desktop-nav__link,.unwoa-desktop-nav__control:hover .unwoa-desktop-nav__trigger,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__link:hover,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__trigger:hover{color:var(--desktop-nav-text) !important;}.unwoa-desktop-nav__control{display:inline-flex;align-items:center;gap:0.35rem;padding:13px 15px;border-bottom:3px solid transparent;background-color:transparent;}.unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{flex:1;min-width:0;padding:0;background-color:transparent !important;}.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__link:hover,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__control:hover,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.has-children:is(:hover,:focus-within,:has(.unwoa-desktop-nav__flyout:hover)) > .unwoa-desktop-nav__control,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.has-children:is(:hover,:focus-within,:has(.unwoa-desktop-nav__flyout:hover)) > .unwoa-desktop-nav__link,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__link,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control{background-color:var(--desktop-nav-hover);}.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__link,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control{border-bottom-color:var(--un-blue);}.unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{border-bottom:0;}.unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control{border-bottom-color:var(--un-blue);}.unwoa-desktop-nav__chevron{display:inline-block;flex-shrink:0;background-repeat:no-repeat;background-position:center;background-size:contain;}.unwoa-desktop-nav__chevron--down{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 6.25 8 10.75l4.5-4.5' stroke='%231b1b1b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__chevron--right{width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.25 3.5 9.75 7l-4.5 3.5' stroke='%231b1b1b' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");}.unwoa-desktop-nav__flyout{display:none;position:absolute;top:100%;left:0;z-index:60;min-width:12.5rem;list-style:none;margin:0;padding:0;background-color:var(--desktop-nav-rail);border:1px solid var(--divider);box-shadow:0 4px 12px rgba(0,0,0,0.08);}.unwoa-desktop-nav__item.has-children:hover > .unwoa-desktop-nav__flyout,.unwoa-desktop-nav__item.has-children:focus-within > .unwoa-desktop-nav__flyout{display:block;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__flyout{top:0;left:100%;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__trigger{width:100%;padding:13px 15px;font-size:var(--desktop-nav-flyout-size);font-weight:var(--desktop-nav-flyout-weight);line-height:var(--desktop-nav-flyout-line);background-color:var(--desktop-nav-rail);border-bottom:0;border-left:3px solid transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__control{display:flex;width:100%;padding:13px 15px;background-color:var(--desktop-nav-rail);border-left:3px solid transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{padding:0;font-size:var(--desktop-nav-flyout-size);font-weight:var(--desktop-nav-flyout-weight);line-height:var(--desktop-nav-flyout-line);background-color:transparent !important;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__trigger,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{border-bottom-color:transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-active-route > .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-active-route > .unwoa-desktop-nav__trigger,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-active-route > .unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-active-route > .unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{font-weight:var(--desktop-nav-active-weight);}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__trigger{background-color:var(--desktop-nav-hover);border-left-color:var(--un-blue);}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control{background-color:var(--desktop-nav-hover);border-left-color:var(--un-blue);border-bottom-color:transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.is-current > .unwoa-desktop-nav__control .unwoa-desktop-nav__trigger{background-color:transparent !important;border-left-color:transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item > .unwoa-desktop-nav__link:hover,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item > .unwoa-desktop-nav__control:hover,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item.has-children:is(:hover,:focus-within,:has(.unwoa-desktop-nav__flyout:hover)) > .unwoa-desktop-nav__control,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item:focus-within > .unwoa-desktop-nav__link,.unwoa-desktop-nav__flyout .unwoa-desktop-nav__item:focus-within > .unwoa-desktop-nav__control{background-color:var(--desktop-nav-hover);}
@media (min-width:1024px){.unwoa-header-chrome{position:relative;}.unwoa-desktop-nav-panel{overflow:visible;width:100%;background-color:var(--desktop-nav-rail,#f2f2f2);border-bottom:1px solid var(--divider,#d8dde5);}#header.is-header-scrolled.is-desktop-nav-collapsed:not(.is-desktop-nav-menu-open)
    .unwoa-desktop-nav-panel,#header.is-header-scrolled.is-search-drawer-open:not(.is-desktop-nav-menu-open)
    .unwoa-desktop-nav-panel{position:absolute;top:100%;left:0;right:0;z-index:45;height:0;overflow:hidden;border-bottom:0;pointer-events:none;}#header.is-header-scrolled.is-desktop-nav-menu-open .unwoa-desktop-nav-panel{position:absolute;top:100%;left:0;right:0;z-index:45;height:auto;overflow:visible;pointer-events:auto;border-bottom:1px solid var(--divider,#d8dde5);}.unwoa-desktop-nav-panel__inner{width:100%;}.unwoa-desktop-nav-panel .unwoa-desktop-nav{max-height:10rem;opacity:1;visibility:visible;overflow:visible;transition:max-height 0.35s ease,opacity 0.25s ease,visibility 0.35s ease;}#header.is-desktop-nav-collapsed:not(.is-desktop-nav-menu-open) .unwoa-desktop-nav-panel .unwoa-desktop-nav,#header.is-header-scrolled.is-search-drawer-open:not(.is-desktop-nav-menu-open)
    .unwoa-desktop-nav-panel
    .unwoa-desktop-nav{max-height:0;opacity:0;visibility:hidden;overflow:hidden;pointer-events:none;}.unwoa-desktop-nav-trigger{display:none;border:0;border-bottom:2px solid transparent;background:transparent;text-decoration:none !important;}#header.is-header-scrolled .unwoa-desktop-nav-trigger{display:inline-flex;}.unwoa-desktop-nav-trigger__icon{color:var(--ink);}#header.is-desktop-nav-menu-open .unwoa-desktop-nav-trigger{border-bottom-color:var(--un-blue);}#header.is-desktop-nav-menu-open .unwoa-desktop-nav-trigger__icon{color:var(--un-blue);}}
#header{--unwoa-header-shadow:0 1px 2px rgba(0,0,0,0.14),0 4px 8px rgba(0,0,0,0.12);box-shadow:none;transition:box-shadow 0.35s ease;}@media (max-width:1023px){#header{box-shadow:var(--unwoa-header-shadow);}}@media (min-width:1024px){#header.is-header-scrolled{box-shadow:var(--unwoa-header-shadow);}}@media (max-width:1023px){.unwoa-header-chrome{position:relative;}.unwoa-header-mobile-title{overflow:hidden;max-height:8rem;opacity:1;visibility:visible;transition:max-height 0.35s ease,opacity 0.25s ease,visibility 0.35s ease;}#header.is-header-scrolled .unwoa-header-mobile-title:not(.hidden){position:absolute;top:100%;left:0;right:0;z-index:40;max-height:0;opacity:0;visibility:hidden;pointer-events:none;overflow:hidden;}}.unwoa-header-branding,.unwoa-header-utils{margin:1rem;transition:margin 0.35s ease;}@media (min-width:1024px){.unwoa-header-branding,.unwoa-header-utils{margin:1.5rem;}}#header.is-header-scrolled .unwoa-header-branding,#header.is-header-scrolled .unwoa-header-utils{margin:0.75rem;}@media (min-width:1024px){#header.is-header-scrolled .unwoa-header-branding,#header.is-header-scrolled .unwoa-header-utils{margin:1rem;}}.header-logo-img{display:block;width:126.57px;height:2.5rem;transition:width 0.35s ease,height 0.35s ease;}@media (min-width:768px){.header-logo-img{width:189.86px;height:3.75rem;}}@media (min-width:1024px){.header-logo-img{width:171.11px;height:4.25rem;}}@media (min-width:1280px){.header-logo-img{width:215.17px;height:4.25rem;}}#header.is-header-scrolled .header-logo-img{width:95.06px;height:30.06px;}@media (min-width:768px){#header.is-header-scrolled .header-logo-img{width:142.58px;height:45.06px;}}@media (min-width:1024px){#header.is-header-scrolled .header-logo-img{width:128.44px;height:46px;}}@media (min-width:1280px){#header.is-header-scrolled .header-logo-img{width:162.55px;height:46px;}}@media (min-width:1024px){#header .header-site-title-link--desktop{font-size:1.5rem !important;line-height:1.25 !important;transition:font-size 0.35s ease;}#header.is-header-scrolled .header-site-title-link--desktop{font-size:1.25rem !important;}}@media (prefers-reduced-motion:reduce){#header{transition:none;}.header-logo-img,.unwoa-header-branding,.unwoa-header-utils,.header-site-title-link--desktop{transition:none;}}
.unwoa-footer-region{width:100%;--unwoa-footer-indent:1rem;}.unwoa-footer-region > .block:not(.block-social-media-links-block){margin:0 !important;}.unwoa-footer-region > .block-system-branding-block{display:none !important;}.unwoa-footer-region > .block:not(.block-social-media-links-block):not(.block-system-branding-block){width:100%;max-width:100%;align-self:flex-start;padding-top:28px;padding-bottom:28px;}.unwoa-footer-region > .block:not(.block-social-media-links-block) + .block:not(.block-social-media-links-block){padding-top:0;margin-top:0;}.unwoa-footer-region > .block:not(.block-social-media-links-block) nav{display:block;width:100%;}.unwoa-footer-region .menu,.unwoa-footer-region .unwoa-footer-menu{display:flex !important;flex-wrap:wrap;justify-content:flex-start !important;align-items:center;row-gap:16px;column-gap:0;list-style:none;margin:0;padding:0;width:100%;}.unwoa-footer-region .unwoa-footer-menu__link,.unwoa-footer-region .unwoa-footer-menu__link:hover{color:#fff !important;}.unwoa-footer-region > .block-social-media-links-block{width:100%;align-self:flex-start;margin:0 !important;padding-top:0;border-top:none;}.unwoa-footer-region > .block-social-media-links-block .block__content{margin-left:var(--unwoa-footer-indent);width:calc(100% - var(--unwoa-footer-indent));box-sizing:border-box;padding-top:32px;border-top:1px solid #fff;}.unwoa-footer-region .social-media-links--platforms{display:flex !important;flex-wrap:wrap;align-items:center;justify-content:flex-start;column-gap:24px !important;row-gap:16px;list-style:none;margin:0;padding:0;}.unwoa-footer-region .social-media-links--platforms > li{margin:0 !important;padding:0 !important;float:none !important;}.unwoa-footer-region .social-media-links--platforms.horizontal{display:flex !important;column-gap:24px !important;}.unwoa-footer-icon,.unwoa-footer-icon *{font-size:24px !important;width:24px !important;height:24px !important;line-height:1 !important;color:#fff !important;}.unwoa-footer-icon .fa-2x::before,.unwoa-footer-icon .fa::before,.unwoa-footer-icon .fab::before,.unwoa-footer-icon .fa-brands::before{font-size:24px !important;line-height:1 !important;color:#fff !important;}.unwoa-footer-social__link,.unwoa-footer-social__link:hover,.unwoa-footer-social__link:hover *{color:#fff !important;}.unwoa-footer-region .social-media-links--platforms a,.unwoa-footer-region .social-media-links--platforms a:hover,.unwoa-footer-region .social-media-links--platforms a:focus-visible{display:inline-flex !important;align-items:center;justify-content:center;width:24px !important;height:24px !important;font-size:24px !important;line-height:1 !important;color:#fff !important;}.unwoa-footer-region .social-media-links--platforms .fa,.unwoa-footer-region .social-media-links--platforms .fab,.unwoa-footer-region .social-media-links--platforms .fa-brands,.unwoa-footer-region .social-media-links--platforms .fa-2x,.unwoa-footer-region .social-media-links--platforms i{font-size:24px !important;width:24px !important;height:24px !important;line-height:1 !important;color:#fff !important;}.unwoa-footer-region .social-media-links--platforms .fa::before,.unwoa-footer-region .social-media-links--platforms .fab::before,.unwoa-footer-region .social-media-links--platforms .fa-brands::before,.unwoa-footer-region .social-media-links--platforms .fa-2x::before{font-size:24px !important;line-height:1 !important;color:#fff !important;}
