/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--desktop-nav-rail:#f2f2f2;--desktop-nav-active-bg:#e6e6e6;--desktop-nav-hover-bg:#d9d9d9;--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-l1-py:1rem;--desktop-nav-l1-px:1rem;--desktop-nav-l1-height:calc(2 * var(--desktop-nav-l1-py) + var(--desktop-nav-l1-line) + var(--desktop-nav-l1-active-border));--desktop-nav-l1-gap:0.5rem;--desktop-nav-l1-active-border:0.25rem;--desktop-nav-l1-focus-ring:0.125rem;--desktop-nav-flyout-size:0.875rem;--desktop-nav-flyout-line:1.25rem;--desktop-nav-flyout-weight:400;--desktop-nav-flyout-py:0.825rem;--desktop-nav-flyout-px:1rem;--desktop-nav-active-weight:500;--desktop-nav-flyout-indicator:0.25rem;}.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;}@media (min-width:1024px){.unwoa-desktop-nav__list{padding-inline:var(--unwoa-header-branding-margin,1.5rem);transition:padding-inline 0.35s ease;}}.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;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;cursor:pointer;white-space:nowrap;box-sizing:border-box;}.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__link,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__control{gap:var(--desktop-nav-l1-gap);align-items:center;min-height:var(--desktop-nav-l1-height);padding-block:var(--desktop-nav-l1-py);padding-inline:var(--desktop-nav-l1-px);border-bottom:var(--desktop-nav-l1-active-border) solid transparent;}.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__link:focus-visible,.unwoa-desktop-nav__list > .unwoa-desktop-nav__item > .unwoa-desktop-nav__control:focus-within{outline:var(--desktop-nav-l1-focus-ring) solid var(--un-blue);outline-offset:0;}.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;background-color:transparent;box-sizing:border-box;}.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{background-color:var(--desktop-nav-hover-bg);}.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-active-bg);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:1rem;height:0.625rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10' fill='none'%3E%3Cpath d='M2 2.5 8 8.5l6-6' stroke='%23000' stroke-opacity='0.75' stroke-width='2' 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-block:var(--desktop-nav-flyout-py);padding-inline:var(--desktop-nav-flyout-px);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:var(--desktop-nav-flyout-indicator) solid transparent;}.unwoa-desktop-nav__flyout .unwoa-desktop-nav__control{display:flex;width:100%;padding-block:var(--desktop-nav-flyout-py);padding-inline:var(--desktop-nav-flyout-px);background-color:var(--desktop-nav-rail);border-left:var(--desktop-nav-flyout-indicator) 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-active-bg);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-active-bg);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-bg);}
@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);--unwoa-header-branding-margin:1rem;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{--unwoa-header-branding-margin:1.5rem;}#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:var(--unwoa-header-branding-margin);transition:margin 0.35s ease;}#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-margin:1rem;}#header.is-header-scrolled .unwoa-header-branding,#header.is-header-scrolled .unwoa-header-utils{margin:var(--unwoa-header-branding-margin);}}.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-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;}
.node--type-book .node__content :is(h1,h2,h3,h4,h5,h6)[id]{scroll-margin-top:calc(var(--unwoa-header-compact-height,var(--unwoa-sticky-header-height,5.5rem)) +
      var(--unwoa-toc-sticky-gap,0.75rem) + 0.5rem);}:root{--unwoa-sticky-header-height:5.5rem;--unwoa-toc-sticky-gap:0.75rem;}@media (min-width:1024px){:root{--unwoa-sticky-header-height:8.5rem;--unwoa-toc-sticky-gap:1rem;}}@media (min-width:1024px){.unwoa-toc-sidebar{position:sticky;top:calc(var(--unwoa-sticky-header-height) + var(--unwoa-toc-sticky-gap));max-height:calc(100vh - var(--unwoa-sticky-header-height) - var(--unwoa-toc-sticky-gap) - 1rem);overflow-y:auto;}}.unwoa-toc__heading,.unwoa-mobile-toc__drawer .unwoa-toc__heading,.unwoa-toc label.unwoa-toc__heading{font-family:var(--font-heading) !important;font-size:1.125rem !important;line-height:1.5rem !important;font-weight:700 !important;color:var(--bs-absolute-black-75) !important;}.unwoa-toc .toc-rail :is(a,button,summary).unwoa-toc__item,.unwoa-mobile-toc__drawer .toc-rail :is(a,button,summary).unwoa-toc__item,.unwoa-toc .toc-rail > li,.unwoa-mobile-toc__drawer .toc-rail > li{font-family:var(--font-sans);font-size:1rem;line-height:1.5rem;font-weight:400 !important;}.unwoa-toc .material-symbols-outlined,.unwoa-mobile-toc__drawer .material-symbols-outlined{font-size:1.25rem;vertical-align:middle;}.unwoa-mobile-toc__drawer .toc-rail a.unwoa-toc__item,.unwoa-mobile-toc__drawer .toc-rail button.unwoa-toc__item{color:var(--baywater-blue,#000036) !important;text-decoration:none !important;font-weight:400 !important;}.unwoa-mobile-toc__drawer .toc-rail a.unwoa-toc__item:hover,.unwoa-mobile-toc__drawer .toc-rail a.unwoa-toc__item:hover *,.unwoa-mobile-toc__drawer .toc-rail button.unwoa-toc__item:hover,.unwoa-mobile-toc__drawer .toc-rail button.unwoa-toc__item:hover *{color:var(--euphotic-blue,#5bb9d8) !important;text-decoration:none !important;}.unwoa-mobile-toc__drawer .toc-rail summary.unwoa-toc__item{color:var(--baywater-blue,#000036) !important;text-decoration:none !important;font-weight:400 !important;}.unwoa-mobile-toc__drawer .toc-rail summary.unwoa-toc__item:hover,.unwoa-mobile-toc__drawer .toc-rail summary.unwoa-toc__item:hover *{color:var(--baywater-blue,#000036) !important;text-decoration:underline !important;text-underline-offset:2px;}.unwoa-mobile-toc__drawer .toc-rail > li:last-child::before{background:var(--main-background-tinted,#f3f3f6);}#table-of-contents .toc-rail > li.is-active-toc::after,#table-of-contents .toc-rail .toc-rail > li.is-active-toc::after,#unwoa-mobile-toc-nav .toc-rail > li.is-active-toc::after,#unwoa-mobile-toc-nav .toc-rail .toc-rail > li.is-active-toc::after{background-color:#00001a !important;}
.unwoa-mobile-toc{--unwoa-mobile-toc-max-height:70vh;width:100%;border-top:1px solid var(--divider,#d8dde5);background-color:#fff;}.unwoa-mobile-toc-trigger{display:inline-flex;}.unwoa-mobile-toc[hidden]{display:none;}.unwoa-mobile-toc:not([hidden]){display:block;}.unwoa-mobile-toc__panel{overflow:hidden;max-height:0;transition:max-height 0.4s cubic-bezier(0.4,0,0.2,1);}.unwoa-mobile-toc.is-open .unwoa-mobile-toc__panel{max-height:var(--unwoa-mobile-toc-max-height);}.unwoa-mobile-toc__inner{max-height:var(--unwoa-mobile-toc-max-height);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;}.unwoa-mobile-toc__drawer{padding:1rem 1.5rem 1.25rem;background-color:var(--main-background-tinted,#f3f3f6);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;}.unwoa-mobile-toc.is-open .unwoa-mobile-toc__drawer{opacity:1;transform:translateY(0);}.unwoa-mobile-toc__drawer label:not(.unwoa-toc__heading),.unwoa-mobile-toc__drawer .text-baywater:not(.unwoa-toc__heading){color:var(--baywater,#000036);}@media (min-width:1024px){.unwoa-mobile-toc-trigger,.unwoa-mobile-toc{display:none !important;}}@media (prefers-reduced-motion:reduce){.unwoa-mobile-toc__panel,.unwoa-mobile-toc__drawer{transition:none;}.unwoa-mobile-toc.is-open .unwoa-mobile-toc__drawer{opacity:1;transform:none;}}
.unwoa-footer-region{width:100%;--unwoa-footer-nav-padding-top:32px;--unwoa-footer-nav-item-height:53px;--unwoa-footer-social-padding:24px;--unwoa-footer-nav-margin-x:16px;--unwoa-footer-nav-divider-gap:1rem;--unwoa-footer-content-inset-x:calc(var(--unwoa-footer-nav-margin-x) + var(--unwoa-footer-nav-divider-gap));--unwoa-footer-indent:var(--unwoa-footer-content-inset-x);padding-top:0;padding-bottom:0;}.unwoa-footer-region > .block:not(.block-social-media-links-block):not(.block-system-branding-block){margin-inline:var(--unwoa-footer-nav-margin-x) !important;margin-block: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:calc(100% - (2 * var(--unwoa-footer-nav-margin-x)));max-width:calc(100% - (2 * var(--unwoa-footer-nav-margin-x)));align-self:flex-start;box-sizing:border-box;padding-top:var(--unwoa-footer-nav-padding-top);padding-bottom:0;border-bottom:none;}.unwoa-footer-region > .block:not(.block-social-media-links-block) + .block:not(.block-social-media-links-block){padding-top:0;margin-top:0 !important;margin-inline:var(--unwoa-footer-nav-margin-x) !important;border-bottom:none;}.unwoa-footer-region > .block:not(.block-social-media-links-block) nav{display:block;width:100%;}.unwoa-footer-region .unwoa-footer-nav-row::after,.unwoa-footer-region .menu.unwoa-footer-menu::after{content:"";flex:0 0 100%;width:100%;height:0;margin-inline:var(--unwoa-footer-nav-divider-gap);border-bottom:0.0625rem solid #fff;box-sizing:border-box;}.unwoa-footer-region .unwoa-footer-nav-row,.unwoa-footer-region .menu.unwoa-footer-menu{display:flex !important;flex-wrap:wrap;justify-content:center !important;align-items:stretch;row-gap:0;column-gap:0;list-style:none;margin:0;padding:0;width:100%;min-height:var(--unwoa-footer-nav-item-height);}@media (min-width:640px){.unwoa-footer-region .unwoa-footer-nav-row,.unwoa-footer-region .menu.unwoa-footer-menu{justify-content:flex-start !important;}}.unwoa-footer-region .unwoa-footer-nav-row__item,.unwoa-footer-region .unwoa-footer-nav-row .menu-item{display:inline-flex;align-items:flex-start;height:var(--unwoa-footer-nav-item-height);min-height:var(--unwoa-footer-nav-item-height);margin:0;padding:0;box-sizing:border-box;}.unwoa-footer-region .unwoa-footer-menu__link,.unwoa-footer-region .unwoa-footer-menu__link:visited{display:inline-flex !important;align-items:flex-start;justify-content:flex-start;box-sizing:border-box;width:100%;height:var(--unwoa-footer-nav-item-height);min-height:var(--unwoa-footer-nav-item-height);padding:0;font-family:var(--font-sans,"Roboto",sans-serif) !important;font-size:0.875rem !important;font-weight:400 !important;line-height:1.25rem !important;color:#fff !important;text-decoration:none !important;text-transform:uppercase;letter-spacing:0.02em;}.unwoa-footer-region .unwoa-footer-menu__link-inner{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;height:1.25rem;line-height:1.25rem;padding-inline:var(--unwoa-footer-nav-divider-gap);box-sizing:border-box;border-right:0.0625rem solid rgba(255,255,255,0.5);}.unwoa-footer-region .unwoa-footer-nav-row__item:last-child .unwoa-footer-menu__link-inner,.unwoa-footer-region .unwoa-footer-nav-row > .menu-item:last-child .unwoa-footer-menu__link-inner{border-right:none;padding-right:0;}.unwoa-footer-region .unwoa-footer-menu__link-text{display:inline-block;line-height:1.25rem;text-align:center;}.unwoa-footer-region .unwoa-footer-menu__link:hover,.unwoa-footer-region .unwoa-footer-menu__link:focus-visible{color:#fff !important;text-decoration:none !important;}.unwoa-footer-region .unwoa-footer-menu__link:hover .unwoa-footer-menu__link-text,.unwoa-footer-region .unwoa-footer-menu__link:focus-visible .unwoa-footer-menu__link-text{color:#fff !important;text-decoration:underline !important;text-underline-offset:0.15em;}footer.unwoa-page-footer[role="contentinfo"] a:hover,footer.unwoa-page-footer[role="contentinfo"] a:hover *,.unwoa-footer-region a:hover,.unwoa-footer-region a:hover *{color:#fff !important;}.unwoa-footer-region > .block-social-media-links-block{width:100%;align-self:flex-start;margin:0 !important;padding:var(--unwoa-footer-social-padding) 0;border-top:none;box-sizing:border-box;}.unwoa-footer-region > .block-social-media-links-block .block__content{margin-left:0;width:100%;box-sizing:border-box;padding-inline:var(--unwoa-footer-content-inset-x);border-top:none;}.unwoa-footer-region .unwoa-footer-social-row{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;}@media (min-width:640px){.unwoa-footer-region .unwoa-footer-social-row{flex-direction:row;justify-content:space-between;align-items:center;}}.unwoa-footer-region .unwoa-footer-social-icons{display:block;width:100%;}@media (max-width:639px){.unwoa-footer-region .unwoa-footer-social-icons{display:flex;justify-content:center;}.unwoa-footer-region .unwoa-footer-social-cta:empty{display:none;}}@media (min-width:640px){.unwoa-footer-region .unwoa-footer-social-icons{width:auto;}}.unwoa-footer-region .unwoa-footer-social-cta{color:#fff;font-family:var(--font-sans,"Roboto",sans-serif);font-size:0.875rem;font-weight:400;line-height:1.25rem;text-transform:uppercase;}.unwoa-footer-region .social-media-links--platforms{display:flex !important;flex-wrap:wrap;align-items:center;justify-content:center !important;column-gap:24px !important;row-gap:16px;list-style:none;margin:0;padding:0;}@media (min-width:640px){.unwoa-footer-region .social-media-links--platforms{justify-content:flex-start !important;}}.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:1.5rem !important;width:1.5rem !important;height:1.5rem !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:1.5rem !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:1.5rem !important;height:1.5rem !important;font-size:1.5rem !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:1.5rem !important;width:1.5rem !important;height:1.5rem !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:1.5rem !important;line-height:1 !important;color:#fff !important;}
