html{scroll-behavior:smooth}body{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;color:#6e4800;background-color:#ffffff;font-weight:400;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto}a{transition:color 0.2s ease, opacity 0.2s ease}.section{padding:2.5rem 0}@media (min-width:992px){.section{padding:4.5rem 0}}.section-heading{font-family:"Poppins", "Roboto", system-ui, sans-serif;color:#dd9f44;font-weight:600;text-align:center;font-size:1.75rem;line-height:1.25;margin-bottom:0.5rem}@media (min-width:768px){.section-heading{font-size:2rem}}@media (min-width:992px){.section-heading{font-size:2.25rem}}.section-subheading{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;color:#dd9f44;text-align:center;font-weight:400;font-size:1rem;line-height:1.3;margin-bottom:1rem}@media (min-width:768px){.section-subheading{font-size:1.25rem}}@media (min-width:992px){.section-subheading{font-size:1.5rem}}.section-lead{color:#6e4800;font-size:0.95rem;line-height:1.6;text-align:center;max-width:72rem;margin:0 auto}.hd-divider{display:block;height:1px;border:0;background:rgba(221, 159, 68, 0.25);margin:2rem auto;max-width:220px}.btn-hd,.btn-hd-primary,.btn-hd-outline-light,.btn-hd-outline,.btn-hd-ghost{display:inline-flex;align-items:center;justify-content:center;font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:600;font-size:0.875rem;letter-spacing:0.02em;text-transform:uppercase;line-height:1;padding:0.95rem 1.5rem;min-height:48px;border:2px solid transparent;border-radius:0;cursor:pointer;transition:background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease}.btn-hd:focus-visible,.btn-hd-primary:focus-visible,.btn-hd-outline-light:focus-visible,.btn-hd-outline:focus-visible,.btn-hd-ghost:focus-visible{outline:2px solid #c88a30;outline-offset:2px}.btn-hd-primary{background-color:#dd9f44;color:#ffffff;border-color:#dd9f44}.btn-hd-primary:hover,.btn-hd-primary:focus{background-color:#c88a30;border-color:#c88a30;color:#ffffff}.btn-hd-outline-light{background-color:transparent;color:#ffffff;border-color:rgba(255, 255, 255, 0.5)}.btn-hd-outline-light:hover,.btn-hd-outline-light:focus{background-color:rgba(255, 255, 255, 0.1);border-color:#ffffff;color:#ffffff}.btn-hd-outline{background-color:transparent;color:#dd9f44;border-color:#dd9f44}.btn-hd-outline:hover,.btn-hd-outline:focus{background-color:#dd9f44;color:#ffffff}.btn-hd-ghost{background-color:transparent;color:#6e4800;border-color:rgba(110, 72, 0, 0.3)}.btn-hd-ghost:hover,.btn-hd-ghost:focus{background-color:#dd9f44;border-color:#dd9f44;color:#ffffff}.hd-header{position:absolute;top:0;left:0;right:0;z-index:20;background:transparent;padding:0.5rem 0}@media (min-width:992px){.hd-header{top:51px;padding:0}}.hd-header__bar{background-color:#dd9f44;padding:0.75rem 1rem;display:flex;align-items:center;justify-content:space-between;min-height:56px}@media (min-width:992px){.hd-header__bar{padding:0 2rem;min-height:93px}}.hd-header__brand{display:inline-flex;align-items:center;gap:0.5rem;color:#ffffff;font-weight:700;font-size:1rem;letter-spacing:0.02em;text-transform:uppercase;text-decoration:none}.hd-header__brand:hover,.hd-header__brand:focus{color:#ffffff;opacity:0.85}@media (min-width:992px){.hd-header__brand{display:none}}.hd-header__toggle{background:transparent;border:0;color:#ffffff;padding:0.25rem 0.5rem;font-size:1.5rem;line-height:1}@media (min-width:992px){.hd-header__toggle{display:none}}.hd-header__toggle:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.hd-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.25rem}@media (min-width:992px){.hd-nav{flex-direction:row;align-items:center;gap:1.75rem;flex:1 1 auto}}.hd-nav__item{position:relative}.hd-nav__link{display:inline-flex;align-items:center;gap:0.35rem;color:#ffffff;font-family:"Lato", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:700;font-size:0.8125rem;text-transform:uppercase;letter-spacing:0.02em;line-height:1.2;padding:0.65rem 0.25rem;text-decoration:none}.hd-nav__link:hover,.hd-nav__link:focus{color:rgba(255, 255, 255, 0.85)}.hd-nav__link.is-active{color:#ffffff}.hd-nav__caret{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #ffffff;margin-left:0.2rem;transition:transform 0.2s ease}.hd-dropdown{position:static;list-style:none;margin:0;padding:0;background-color:rgba(255, 255, 255, 0.08);display:none}@media (min-width:992px){.hd-dropdown{position:absolute;top:100%;left:0;min-width:220px;background-color:#dd9f44;box-shadow:0 10px 20px rgba(0, 0, 0, 0.15);padding:0.5rem 0}}.hd-dropdown li>a{display:block;color:#ffffff;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.02em;padding:0.6rem 1rem;text-decoration:none}.hd-dropdown li>a:hover,.hd-dropdown li>a:focus{background-color:rgba(255, 255, 255, 0.12)}.hd-nav__item.is-open>.hd-dropdown,.hd-nav__item:hover>.hd-dropdown{display:block}.hd-nav__item.is-open>.hd-nav__link .hd-nav__caret{transform:rotate(180deg)}.hd-header__actions{display:flex;align-items:center;gap:1rem}@media (min-width:992px){.hd-header__actions{margin-left:auto}}.hd-header__action{display:inline-flex;align-items:center;justify-content:center;color:#ffffff;font-size:1.125rem;padding:0.25rem 0.4rem;background:transparent;border:0;text-decoration:none}.hd-header__action:hover,.hd-header__action:focus{color:rgba(255, 255, 255, 0.85)}.hd-header__action__badge{display:inline-block;min-width:18px;height:18px;padding:0 5px;font-size:0.6875rem;line-height:18px;text-align:center;background:#ffffff;color:#dd9f44;border-radius:9px;margin-left:0.35rem;font-weight:700}.hd-header__collapse{width:100%;flex-basis:100%;background-color:#dd9f44;padding:1rem;display:none}.hd-header__collapse.is-open{display:block}@media (min-width:992px){.hd-header__collapse{display:flex !important;align-items:center;justify-content:space-between;gap:2rem;padding:0;background-color:transparent;width:auto;flex:1 1 auto}}.hd-hero{position:relative;min-height:520px;color:#ffffff;background-color:#372400;overflow:hidden;padding:8rem 0 5rem;display:flex;align-items:center}@media (min-width:768px){.hd-hero{min-height:640px;padding:9rem 0 6rem}}@media (min-width:992px){.hd-hero{min-height:720px;padding:10rem 0 5rem}}@media (min-width:1200px){.hd-hero{min-height:900px}}.hd-hero__bg{position:absolute;inset:0;z-index:0}.hd-hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hd-hero__bg::after{content:"";position:absolute;inset:0;background:rgba(88, 57, 0, 0.4)}.hd-hero__inner{position:relative;z-index:1;width:100%}.hd-hero__eyebrow{font-family:"Poppins", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:500;font-size:1.75rem;line-height:1.2;margin:0}@media (min-width:768px){.hd-hero__eyebrow{font-size:2.5rem}}@media (min-width:992px){.hd-hero__eyebrow{font-size:3rem}}.hd-hero__title{font-family:"Roboto", "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:500;font-size:1.75rem;line-height:1.15;color:#ffffff;margin:0 0 1.25rem}@media (min-width:768px){.hd-hero__title{font-size:2.5rem}}@media (min-width:992px){.hd-hero__title{font-size:3rem}}.hd-hero__lead{max-width:640px;font-size:1rem;line-height:1.6;margin-bottom:1.75rem;color:rgba(255, 255, 255, 0.92)}.hd-hero__actions{display:flex;flex-wrap:wrap;gap:0.75rem}.hd-hero__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;display:none;align-items:center;justify-content:center;border:0;background:transparent;color:#ffffff;font-size:1.5rem;line-height:1;cursor:pointer;transition:color 0.2s ease, transform 0.2s ease}@media (min-width:992px){.hd-hero__nav{display:inline-flex;width:50px;height:50px;font-size:1.75rem}}.hd-hero__nav:hover{color:#dd9f44;transform:translateY(-50%) scale(1.05)}.hd-hero__nav--prev{left:0.5rem}@media (min-width:992px){.hd-hero__nav--prev{left:36px}}.hd-hero__nav--next{right:0.5rem}@media (min-width:992px){.hd-hero__nav--next{right:28px}}.hd-categories{background-color:#ffffff;padding:2.5rem 0 3rem}@media (min-width:992px){.hd-categories{padding:4rem 0 5rem}}.hd-categories__header{text-align:center;margin-bottom:1.5rem}@media (min-width:992px){.hd-categories__header{margin-bottom:2.5rem}}.hd-categories__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem}@media (min-width:768px){.hd-categories__grid{grid-template-columns:repeat(4, 1fr);gap:1.25rem}}.hd-category-card{display:flex;flex-direction:column;align-items:stretch;text-decoration:none;color:#6e4800;transition:color 0.2s ease}.hd-category-card:hover,.hd-category-card:focus{color:#dd9f44}.hd-category-card__thumb{position:relative;display:block;overflow:hidden;background-color:#f3ebd9;aspect-ratio:1}.hd-category-card__thumb::before{content:"";display:block}.hd-category-card__thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.hd-category-card__thumb:hover img{transform:scale(1.05)}.hd-category-card__thumb::before{display:none}.hd-category-card__title{display:flex;align-items:center;justify-content:center;text-align:center;color:inherit;font-weight:300;font-size:1rem;line-height:1.25;padding:0.85rem 0.5rem;min-height:3rem}@media (min-width:768px){.hd-category-card__title{font-size:1.125rem;min-height:3.5rem}}@media (min-width:992px){.hd-category-card__title{font-size:1.25rem;min-height:4.5rem}}@media (min-width:768px){.hd-sp-categories .sppb-row{display:flex;flex-wrap:wrap}}.hd-sp-categories .sppb-row-column{margin-bottom:1.25rem}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card{text-align:center;color:#6e4800}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-addon-content{display:flex;flex-direction:column;align-items:stretch;height:100%}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-img-container{display:block;width:100%;aspect-ratio:1.0037735849;overflow:hidden;background:#ece7dc}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-img-container>img.sppb-img-responsive{display:block !important;width:100%;height:100%;object-fit:cover;object-position:center;margin:0}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-media-content{padding:0.95rem 0.4rem 0}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-addon-title.sppb-feature-box-title{margin:0;color:#6e4800;font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:300;font-size:1.875rem;line-height:1.2;min-height:2.4em;display:flex;align-items:flex-start;justify-content:center;text-align:center}@media (min-width:992px){.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-addon-title.sppb-feature-box-title{font-size:1.9375rem}}.hd-sp-categories .sppb-addon.sppb-addon-feature.hd-category-card .sppb-addon-text{margin:0;min-height:0}.hd-products{background-color:#fff2de;padding:3rem 0 3.5rem}@media (min-width:992px){.hd-products{padding:5rem 0 5rem}}.hd-products__header{text-align:center;margin-bottom:1.5rem}@media (min-width:992px){.hd-products__header{margin-bottom:2.25rem}}.hd-tabs{border-bottom:0;justify-content:center;margin-bottom:2rem;gap:1.5rem}@media (min-width:768px){.hd-tabs{gap:3rem}}.hd-tabs .nav-item{margin-bottom:0}.hd-tabs .nav-link{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:600;font-size:0.875rem;color:#6e4800;text-transform:uppercase;letter-spacing:0.04em;padding:0.65rem 0;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;transition:color 0.2s ease, border-color 0.2s ease}@media (min-width:768px){.hd-tabs .nav-link{font-size:0.9375rem}}.hd-tabs .nav-link:hover,.hd-tabs .nav-link:focus{color:#372400;border-bottom-color:rgba(221, 159, 68, 0.5)}.hd-tabs .nav-link.active{color:#372400;border-bottom-color:#dd9f44;background:transparent}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-addon-content.sppb-tab{margin:0}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 1.75rem;border:0}@media (min-width:768px){.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines{gap:2rem 3rem;margin-bottom:2.25rem}}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li{float:none;margin:0;padding:0;border:0}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li>a{display:inline-block;font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:600;font-size:0.875rem;line-height:1.2;color:#6e4800;text-transform:uppercase;letter-spacing:0.04em;text-decoration:none;padding:0.65rem 0;border:0;border-bottom:2px solid transparent;background:transparent;transition:color 0.2s ease, border-color 0.2s ease}@media (min-width:768px){.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li>a{font-size:0.9375rem}}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li>a:hover,.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li>a:focus{color:#372400;border-bottom-color:rgba(221, 159, 68, 0.5)}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-nav.sppb-nav-lines>li.active>a{color:#372400;border-bottom-color:#dd9f44}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-tab-content.sppb-tab-lines-content{margin:0;border:0;padding:0}.sppb-addon.sppb-addon-tab.hd-tabs .sppb-tab-pane{padding:0;margin:0}.hd-sp-tab-nested .sppb-container-inner,.hd-sp-tab-nested .sppb-row.sppb-nested-row,.hd-sp-tab-nested .sppb-row-column,.hd-sp-tab-nested .sppb-column,.hd-sp-tab-nested .sppb-column-addons,.hd-sp-tab-nested .sppb-addon-wrapper,.hd-sp-tab-nested .sppb-addon.sppb-addon-raw-html.hd-products-tab-grid,.hd-sp-tab-nested .sppb-addon.sppb-addon-raw-html.hd-products-tab-grid>.sppb-addon-content{margin:0;padding:0;border:0}.hd-products__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem 1rem}@media (min-width:768px){.hd-products__grid{grid-template-columns:repeat(3, 1fr);gap:2.5rem 1.5rem}}@media (min-width:992px){.hd-products__grid{grid-template-columns:repeat(4, 1fr);gap:3rem 2rem}}.hd-product{display:flex;flex-direction:column;text-align:center;text-decoration:none;color:inherit;transition:transform 0.25s ease}.hd-product:hover{transform:translateY(-4px);color:inherit}.hd-product__thumb{position:relative;display:block;overflow:hidden;background-color:#ffffff;margin-bottom:1rem;aspect-ratio:0.446985447}.hd-product__thumb img{width:100%;height:100%;object-fit:contain;transition:transform 0.4s ease}.hd-product:hover .hd-product__thumb img{transform:scale(1.03)}.hd-product__brand{font-weight:500;font-size:0.8125rem;color:#372400;text-transform:none;margin:0 0 0.35rem}.hd-product__title{color:#a89a75;font-size:0.875rem;font-weight:400;line-height:1.4;margin:0 0 0.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.6em}.hd-product__price{font-weight:700;font-size:1rem;color:#dd9f44;margin:0}.hd-products__actions{text-align:center;margin-top:2rem}@media (min-width:992px){.hd-products__actions{margin-top:3rem}}.hd-features{background-color:#ffffff;padding:3rem 0}@media (min-width:992px){.hd-features{padding:5rem 0}}.hd-features__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:992px){.hd-features__grid{grid-template-columns:repeat(2, 1fr);gap:3rem}}.hd-feature{display:flex;flex-direction:column}.hd-feature__thumb{position:relative;display:block;overflow:hidden;aspect-ratio:1.532967033;background-color:#e9e1d1;margin-bottom:1.25rem}.hd-feature__thumb img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s ease}.hd-feature__thumb:hover img{transform:scale(1.03)}.hd-feature__title{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:500;color:#dd9f44;font-size:1.125rem;line-height:1.3;margin:0 0 0.75rem}@media (min-width:992px){.hd-feature__title{font-size:1.25rem}}.hd-feature__text{color:#6e4800;font-size:0.9375rem;line-height:1.6;margin:0}.hd-articles{background-color:#ffffff;padding:3rem 0}@media (min-width:992px){.hd-articles{padding:5rem 0}}.hd-articles__header{text-align:center;margin-bottom:1.5rem}@media (min-width:992px){.hd-articles__header{margin-bottom:2.5rem}}.hd-articles__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.hd-articles__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:992px){.hd-articles__grid{grid-template-columns:repeat(3, 1fr);gap:1.75rem}}.hd-article{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:280px;padding:1.5rem;color:#ffffff;text-decoration:none;overflow:hidden;background-color:#372400}@media (min-width:992px){.hd-article{min-height:362px;padding:2rem}}.hd-article::before{content:"";position:absolute;inset:0;background-image:var(--hd-article-bg, none);background-size:cover;background-position:center;transition:transform 0.5s ease}.hd-article::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.85) 100%)}.hd-article:hover::before{transform:scale(1.05)}.hd-article>*{position:relative;z-index:1}.hd-article__tag{display:inline-block;align-self:flex-start;font-size:0.75rem;font-weight:500;text-transform:uppercase;letter-spacing:0.08em;color:rgba(255, 255, 255, 0.9);padding:0.35rem 0.75rem;margin-bottom:0.85rem;background:rgba(221, 159, 68, 0.9)}.hd-article__title{font-family:"Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;font-weight:500;font-size:1.0625rem;line-height:1.35;color:#ffffff;margin:0}@media (min-width:992px){.hd-article__title{font-size:1.125rem}}.hd-articles__actions{text-align:center;margin-top:2rem}.hd-contact{background-color:#fff9f0;padding:2.5rem 0 3rem}@media (min-width:992px){.hd-contact{padding:4rem 0 4.5rem}}.hd-contact__grid{display:grid;grid-template-columns:1fr;gap:2.25rem}@media (min-width:992px){.hd-contact__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hd-contact__office-label{font-weight:600;color:#dd9f44;font-size:1rem;margin:0 0 0.5rem;text-transform:uppercase;letter-spacing:0.04em}.hd-contact__phone{display:inline-block;font-family:"Poppins", "Roboto", system-ui, sans-serif;color:#372400;font-weight:600;font-size:1.5rem;line-height:1.2;margin:0 0 0.75rem;text-decoration:none}@media (min-width:992px){.hd-contact__phone{font-size:1.75rem}}.hd-contact__phone:hover,.hd-contact__phone:focus{color:#dd9f44}.hd-contact__address{color:#6e4800;font-size:0.95rem;line-height:1.6;margin:0 0 1.25rem}.hd-contact__form-intro{color:#6e4800;font-size:0.95rem;line-height:1.5;margin:0 0 1rem}.hd-contact__form{display:flex;flex-direction:column;gap:0.75rem}@media (min-width:768px){.hd-contact__form{flex-direction:row;align-items:stretch}}.hd-contact__input{flex:1 1 auto;height:48px;padding:0 1rem;border:1px solid rgba(110, 72, 0, 0.25);background:#ffffff;color:#6e4800;font-size:1rem}.hd-contact__input:focus{outline:0;border-color:#dd9f44;box-shadow:0 0 0 3px rgba(221, 159, 68, 0.18)}.hd-contact__input::placeholder{color:rgba(110, 72, 0, 0.5)}.hd-contact__actions{display:flex;gap:0.75rem;margin-top:1.25rem;flex-wrap:wrap}.hd-footer{background-color:#2f2a22;color:#cfcab9;padding:2.5rem 0 1.25rem;font-size:0.9rem;line-height:1.55}@media (min-width:992px){.hd-footer{padding:3.5rem 0 1.25rem}}.hd-footer a{color:#cfcab9;text-decoration:none}.hd-footer a:hover,.hd-footer a:focus{color:#dd9f44}.hd-footer__grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media (min-width:768px){.hd-footer__grid{grid-template-columns:repeat(2, 1fr);gap:2rem 2rem}}@media (min-width:992px){.hd-footer__grid{grid-template-columns:repeat(4, 1fr);gap:2.5rem}}.hd-footer__col-title{font-family:"Poppins", "Roboto", system-ui, sans-serif;font-weight:600;color:#ffffff;font-size:1rem;text-transform:uppercase;letter-spacing:0.04em;margin:0 0 1rem}.hd-footer__brand{font-family:"Poppins", "Roboto", system-ui, sans-serif;font-weight:600;color:#ffffff;font-size:1.05rem;line-height:1.35;margin:0 0 1rem}.hd-footer__contacts{list-style:none;padding:0;margin:0 0 1rem}.hd-footer__contacts li{margin-bottom:0.4rem}.hd-footer__contacts a{font-weight:500}.hd-footer__list{list-style:none;margin:0;padding:0}.hd-footer__list li{margin-bottom:0.5rem}.hd-footer__bottom{border-top:1px solid rgba(255, 255, 255, 0.08);margin-top:2rem;padding-top:1rem;color:rgba(255, 255, 255, 0.5);font-size:0.8125rem;text-align:center}@media (min-width:768px){.hd-footer__bottom{text-align:left}}