.cookieNotice{display:flex;align-items:center;justify-content:center;padding:.75rem 2rem;position:fixed;left:0;right:0;bottom:0;background-color:rgba(20,34,35,.85);z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);flex-direction:column}@media screen and (min-width:768px){.cookieNotice{flex-direction:row;padding:.75rem 4rem}}.cookieNoticeText{font-size:.875rem;color:var(--hd-white);padding:.75rem 0;text-align:center}@media screen and (min-width:768px){.cookieNoticeText{text-align:left;padding:0 .75rem}}.cookieNoticeIcon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookieNoticeIcon img{width:1.625rem}.cookieNoticeButton{display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:var(--hd-lightGreen);padding:.5rem;min-width:5rem;color:var(--hd-black);text-transform:capitalize;font-weight:700;transition:.3s;perspective:1px;font-size:.875rem;border:none}@media screen and (min-width:768px){.cookieNoticeButton{width:-moz-fit-content;width:fit-content;border-radius:.5rem}}.cookieNoticeButton:hover{filter:brightness(1.1)}html[data-theme=lightMode] .footerNavItem{border-color:rgba(0,0,0,.2)}.footerNavItem{padding:.5rem 0;border-bottom:1px solid hsla(0,0%,100%,.2);position:relative}@media screen and (min-width:1150px){.footerNavItem{padding-bottom:0;padding-top:.75rem;border:none}.footerNavItem:nth-child(n){margin-bottom:2.4375rem}.footerNavItem:not(:last-child){-webkit-margin-end:7%;margin-inline-end:7%;margin-bottom:0}}.footerNavItem__head{display:flex;align-items:center;justify-content:space-between;padding:.375rem 0}@media screen and (min-width:1150px){.footerNavItem__head{height:2rem;padding:0;margin-bottom:.625rem}}.footerNavItem__titleBlock{font-size:1rem;font-weight:700;text-transform:uppercase}.footerNavItem__list{display:none}@media screen and (min-width:1150px){.footerNavItem__list{display:block;padding:0}}.footerNavItem__item{display:block;font-size:.9375rem;cursor:pointer;padding:.4375rem 0;max-width:none;color:var(--hd-gray);margin-bottom:.375rem;text-decoration:none;text-transform:capitalize;transition:.3s ease-in-out}.footerNavItem__item:last-child{margin-bottom:.5rem}.footerNavItem__item.active,.footerNavItem__item:hover{color:var(--hd-lightGreen)}@media screen and (min-width:1150px){.footerNavItem__item{padding:.25rem;margin-bottom:.5rem}.footerNavItem__item:last-child{margin-bottom:0}}.footerNavItem__icon{display:flex;align-items:center;justify-content:center;transform:rotate(-90deg);transition:.3s}.footerNavItem__icon img{width:1rem}.footerNavItem__label{display:flex}.footerNavItem__checkbox{width:100%;position:absolute;top:0;right:0;left:0;bottom:0;z-index:1;height:3rem;display:block;opacity:0}@media screen and (min-width:1150px){.footerNavItem__checkbox{display:none}}.footerNavItem__checkbox:checked+.footerNavItem__head+.footerNavItem__list{display:block}.footerNavItem__checkbox:checked+.footerNavItem__head .footerNavItem__icon{transform:rotate(0)}