.hds-header { height: 104px; border-bottom: 2px solid var(--hds-blue-100); background: #fff; }
.hds-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.hds-header__brands { display: flex; width: 193px; align-items: center; gap: 32px; flex: 0 0 193px; }
.hds-header__brands img:first-child { width: 76px; height: 42px; object-fit: contain; }
.hds-header__brands img:last-child { width: 75px; height: 40px; object-fit: contain; }
.hds-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 8px; }
.hds-nav__list, .hds-footer__menu, .hds-footer__segments-menu, .hds-social__menu { margin: 0; padding: 0; list-style: none; }
.hds-nav__list { display: flex; width: 100%; align-items: center; justify-content: center; gap: 8px; }
.hds-nav a { padding: 12px; border-radius: 4px; color: var(--hds-ink); font-size: 14px; line-height: 20px; white-space: nowrap; }
.hds-nav a:hover, .hds-nav a:focus-visible { background: var(--hds-blue-100); }
.hds-nav__list > .hds-menu-cta { margin-left: 24px; }
.hds-menu-toggle { display: none; border: 0; background: transparent; color: var(--hds-blue-600); font-size: 28px; cursor: pointer; }

.hds-hero { min-height: 588px; padding: 56px 0; border-radius: 0 0 24px 24px; background: var(--hds-blue-700); box-shadow: 0 6px 7px rgba(0,94,184,.2), 0 10px 16px rgba(0,94,184,.1); color: #fff; }
.hds-hero__inner { display: flex; min-height: 476px; align-items: center; justify-content: space-between; }
.hds-hero__content { display: flex; width: 657px; flex-direction: column; align-items: flex-start; gap: 24px; }
.hds-hero__logo { width: 240px; height: 96px; object-fit: contain; object-position: left center; }
.hds-hero h1 { margin: 0; color: #fff; font-size: 48px; font-weight: 700; line-height: 56px; }
.hds-hero p { margin: 0; color: #fff; font-size: 20px; font-weight: 500; line-height: 28px; }
.hds-hero__visual { position: relative; width: 504px; height: 373px; flex: 0 0 504px; }
.hds-hero__photo-frame { position: absolute; inset: 0; clip-path: polygon(13% 0,100% 0,87% 100%,0 100%); }
.hds-hero__photo { width: 100%; height: 100%; object-fit: cover; }
.hds-hero__pattern { position: absolute; z-index: 1; }
.hds-hero__pattern--a { right: 1px; bottom: 31px; width: 106px; height: 69px; }
.hds-hero__pattern--b { left: 4px; top: 19px; width: 154px; height: 57px; }

.hds-search { position: relative; z-index: 2; display: flex; width: min(825px, calc(100% - 40px)); height: 76px; margin-top: -28px; align-items: center; overflow: hidden; border: 2px solid var(--hds-blue-300); border-radius: 8px; background: #fff; }
.hds-search input { width: 100%; height: 100%; padding: 0 16px; border: 0; outline: 0; color: var(--hds-ink); font-size: 16px; line-height: 24px; }
.hds-search input::placeholder { color: var(--hds-subtle); opacity: 1; }
.hds-search button { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.hds-search button img { width: 16px; height: 16px; }

.hds-featured { padding: 80px 48px 72px; }
.hds-featured__grid { display: grid; grid-template-columns: 624px 520px; gap: 40px; margin-top: 40px; }
.hds-featured__lead { min-width: 0; border-radius: 8px; overflow: hidden; font-family: var(--hds-font-content); }
.hds-featured__lead > a { display: block; }
.hds-featured__lead > a > img { width: 100%; height: 350px; border-radius: 8px; object-fit: cover; }
.hds-featured__lead-copy { display: flex; min-height: 272px; flex-direction: column; align-items: flex-start; gap: 16px; padding: 16px; }
.hds-featured__lead h3 { margin: 0; color: var(--hds-blue-800); font-size: 32px; font-weight: 400; line-height: 42px; }
.hds-featured__lead p { margin: 0; color: var(--hds-ink); font-size: 16px; line-height: 24px; }
.hds-featured__list { display: flex; flex-direction: column; gap: 16px; }
.hds-story-card { height: 174px; overflow: hidden; border-radius: 8px; font-family: var(--hds-font-content); }
.hds-story-card > a { display: flex; height: 100%; align-items: stretch; }
.hds-story-card img { width: 164px; min-width: 164px; height: 100%; border-radius: 8px; object-fit: cover; }
.hds-story-card a > div:not(.hds-card-media) { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 16px; padding: 8px 16px 16px; }
.hds-story-card h3 { margin: 0; overflow: hidden; color: var(--hds-blue-800); font-size: 16px; font-weight: 400; line-height: 24px; }
.hds-featured__lead h3 > span,.hds-story-card h3 > span { color:var(--hds-subtle);font-family:var(--hds-font-content);font-weight:400; }
.hds-centered-action { display: flex; justify-content: center; margin-top: 40px; }
.hds-featured--layout-principal_topo .hds-featured__list.hds-card-grid { display:grid; }

@media (min-width: 981px) {
  .hds-featured--layout-principal_topo .hds-featured__grid { grid-template-columns: 1fr; gap: 24px; }
  .hds-featured--layout-principal_topo .hds-featured__lead > a { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.8fr); }
  .hds-featured--layout-principal_topo .hds-featured__lead .hds-card-media { height: 350px; }
  .hds-featured--layout-principal_topo .hds-featured__lead-copy { min-height: 350px; justify-content: center; padding: 32px; }
  .hds-featured--layout-principal_topo .hds-featured__list { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px 16px; }
  .hds-invite--imagem_direita .hds-invite__image { order: 2; }
  .hds-invite--imagem_direita .hds-invite__copy { order: 1; }
}

.hds-video-section-title { margin-bottom: 40px; padding-inline: 48px; }
.hds-video-block { display: grid; grid-template-columns: 476px minmax(0,684px); min-height: 494px; align-items: center; gap: 46px; padding: 48px; border-radius: 24px; background: var(--hds-lime); }
.hds-video-block__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.hds-video-block__copy h3 { margin: 0; color: var(--hds-blue-600); font-family: Roboto, sans-serif; font-size: 36px; font-weight: 500; line-height: 44px; }
.hds-video-block__copy h3 a:hover, .hds-video-block__copy h3 a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.hds-video-block__copy p { margin: 0; color: var(--hds-ink); font-family: var(--hds-font-content); font-size: 20px; font-weight: 500; line-height: 28px; }
.hds-video-block__copy .hds-button { margin-top: 6px; }
.hds-video-player { position: relative; aspect-ratio: 16/9; width: 100%; max-width: 684px; overflow: hidden; border-radius: 8px; background: #656672; }
.hds-video-player__poster, .hds-video-player__veil { position: absolute; inset: 0; width: 100%; height: 100%; }
.hds-video-player__poster img { width: 100%; height: 100%; object-fit: cover; }
.hds-video-player__veil { background: rgba(15,14,35,.6); }
.hds-video-player__play { position: absolute; left: 50%; top: 50%; width: 98px; height: 69px; transform: translate(-50%,-50%); }
.hds-video-player__controls { position: absolute; right: 24px; bottom: 16px; left: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; color: #fff; font-size: 14px; line-height: 20px; }
.hds-video-player__controls i { width: 100%; height: 4px; background: linear-gradient(90deg,#fff 43%,#bfc0c7 43% 65%,#858691 65%); }

.hds-invite { display: grid; grid-template-columns: 554px 1fr; min-height: 500px; align-items: center; gap: 24px; margin-top: 0px; margin-bottom: 20px }
.hds-invite__image { display: flex; height: 439px; align-items: center; justify-content: center; padding: 16px 88px; }
.hds-invite__image-frame { width: 378px; height: 387px; }
.hds-invite__image-frame img { width: 100%; height: 100%; object-fit: cover; }
.hds-invite--shape-formato_1 .hds-invite__image-frame { height: auto; aspect-ratio: 633.8/647.9; clip-path: polygon(35.96% .02%,87.20% .02%,82.63% 21.81%,99.98% 21.81%,82.63% 99.97%,14.47% 99.97%,17.31% 86.54%,.03% 86.54%,12.62% 29.90%,29.28% 29.90%); }
.hds-invite--shape-formato_2 .hds-invite__image-frame { height: auto; aspect-ratio: 622.5/647.9; clip-path: polygon(7.50% .02%,90.39% .02%,83% 32.72%,99.98% 32.72%,84.69% 99.97%,.92% 99.97%,16.47% 32.80%,.03% 32.80%); }
.hds-invite--shape-formato_3 .hds-invite__image-frame { height: auto; aspect-ratio: 631.32/647.87; clip-path: polygon(99.98% 52.72%,92.61% 86.31%,74.43% 86.31%,71.37% 99.98%,.03% 99.98%,18.11% 21.80%,53.44% 21.80%,58.52% .02%,99.98% .02%); }
.hds-invite--shape-formato_4 .hds-invite__image-frame { height: auto; aspect-ratio: 635.68/647.87; clip-path: polygon(21.63% .02%,99.97% .02%,78.51% 99.98%,.02% 99.98%); }
.hds-invite__copy { display: flex; flex-direction: column; align-items: flex-start; gap: 32px; padding-left: 0; }
.hds-invite__copy p { margin: -24px 0 0; color: var(--hds-muted); font-size: 18px; line-height: 28px; }

.hds-magazines { min-height: 720px; padding: 64px 0 56px; text-align: center; }
.hds-magazines__title { margin-bottom: 32px; padding-inline: 48px; text-align: left; }
.hds-magazines__track { display: flex; height: 660px; align-items: flex-start; justify-content: center; gap: 24px; }
.hds-magazine { overflow: visible; border-radius: 8px; }
.hds-magazine > img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
.hds-magazine--side { width: 362px; height: 483px; margin-top: 24px; background: #858891; }
.hds-magazine--side > img { filter: brightness(.55); }
.hds-magazine--active { position: relative; width: 397px; height: 529px; }
.hds-magazines__pagination { display: flex; align-items: center; justify-content: flex-end; gap: 4px; margin-top: 24px; font-size: 16px; line-height: 24px; }
.hds-magazines__pagination span { margin-right: 12px; }
.hds-magazines__pagination button { width: 48px; height: 48px; border: 2px solid var(--hds-blue-600); border-radius: 8px; background: #fff; color: var(--hds-blue-600); font-size: 24px; cursor: pointer; }
.hds-magazines__link { display: block; width: max-content; max-width: 100%; margin: 5px auto 36px; padding: 4px; color: var(--hds-blue-600) !important; font-size: 18px; font-weight: 700; line-height: 28px; }

.hds-footer { color: #fff; border-radius: 24px 24px 0 0; overflow: hidden; }
.hds-footer__upper { min-height: 474px; padding: 56px 0; border-radius: 24px 24px 0 0; background: var(--hds-blue-900); }
.hds-footer__inner { display: flex; width: min(1064px, calc(100% - (2 * var(--hds-page-gutter)))); justify-content: space-between; gap: 80px; }
.hds-footer__links { display: grid; grid-template-columns: 221px 440px; gap: 39px; }
.hds-footer__links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.hds-footer__links h2 { margin: 0 0 -2px; color: #fff; font-size: 18px; line-height: 24px; }
.hds-footer__links a { color: #fff; font-size: 16px; line-height: 24px; white-space: nowrap; }
.hds-footer__menu { display: flex; flex-direction: column; gap: 18px; }
.hds-footer__segments-menu { display: grid; grid-template-rows: repeat(7, 24px); grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 18px 39px; }
.hds-footer__brands { display: flex; height: 116px; align-items: center; gap: 27px; padding-left: 44px; }
.hds-footer__brands img:first-child { width: 112px; height: 62px; object-fit: contain; }
.hds-footer__brands img:last-child { width: 109px; height: 58px; object-fit: contain; }
.hds-footer__bottom { min-height: 97px; padding: 28px; background: var(--hds-blue-700); }
.hds-footer__bottom-inner { display: flex; width: min(1384px, 100%); margin: auto; align-items: center; justify-content: space-between; gap: 24px; }
.hds-footer__bottom p { margin: 0; color: #fff; font-size: 14px; line-height: 20px; }
.hds-footer__bottom p:last-child { font-size: 16px; line-height: 24px; }
.hds-footer__bottom p:last-child a { margin-left: 12px; font-size: 18px; font-weight: 800; text-decoration: underline; }
.hds-social { display: flex; align-items: center; gap: 18px; color: #c0c9e5; font-size: 14px; }
.hds-social__menu { display: flex; align-items: center; gap: 18px; }
.hds-social a { display: grid; width: 18px; height: 18px; place-items: center; color: #fff; }

@media (max-width: 1180px) {
  .hds-nav { width: auto; flex: 1; gap: 0; }
  .hds-header__brands { gap: 18px; }
  .hds-hero__content { width: 52%; }
  .hds-hero__visual { width: 44%; height: auto; aspect-ratio: 504/373; flex-basis: 44%; }
  .hds-featured { padding-inline: 0; }
  .hds-video-section-title { padding-inline: 0; }
  .hds-magazines__title { padding-inline: 0; }
  .hds-featured__grid { grid-template-columns: 1.2fr 1fr; }
  .hds-video-block { grid-template-columns: .8fr 1.2fr; gap: 32px; }
  .hds-video-block__copy h3 { font-size: 30px; line-height: 38px; }
  .hds-invite { grid-template-columns: 1fr 1fr; }
  .hds-magazine--side { width: 29vw; }
  .hds-magazine--active { width: 32vw; }
  .hds-footer__inner { width: calc(100% - (2 * var(--hds-page-gutter))); }
  .hds-footer__links { grid-template-columns: 200px 1fr; }
}

@media (max-width: 980px) {
  .hds-header { height: auto; }
  .hds-header__inner { min-height: 96px; flex-wrap: wrap; padding-block: 18px; }
  .hds-nav { order: 3; width: 100%; flex-basis: 100%; overflow-x: auto; justify-content: flex-start; }
  .hds-nav__list > .hds-menu-cta > a { min-height: 48px; font-size: 16px; }
  .hds-hero__content { width: 52%; }
  .hds-hero h1 { font-size: 40px; line-height: 48px; }
  .hds-hero__visual { width: 44%; height: auto; aspect-ratio: 504/373; flex-basis: 44%; }
  .hds-featured__grid { grid-template-columns: 1fr; }
  .hds-featured__list { display: grid; grid-template-columns: repeat(3,1fr); }
  .hds-story-card { height: auto; }
  .hds-story-card > a { flex-direction: column; }
  .hds-story-card img { width: 100%; min-width: 0; height: 180px; }
  .hds-video-block { grid-template-columns: 1fr; padding-block: 44px; }
  .hds-video-player { max-width: none; }
  .hds-invite__image { padding-inline: 28px; }
  .hds-footer__inner { flex-direction: column; }
  .hds-footer__brands { padding-left: 0; }
  .hds-footer__bottom-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 767px) {
  .hds-header__inner { gap: 16px; }
  .hds-header__brands { width: 145px; flex-basis: 145px; gap: 16px; }
  .hds-header__brands img:first-child { width: 60px; }
  .hds-header__brands img:last-child { width: 60px; }
  .hds-menu-toggle { display: block; margin-left: auto; }
  .hds-nav { display: none; order: 4; width: 100%; flex-basis: 100%; }
  .hds-nav.is-open { display: block; }
  .hds-nav__list { flex-direction: column; align-items: stretch; padding-block: 8px; }
  .hds-nav a { display: block; text-align: center; }
  .hds-nav__list > .hds-menu-cta { margin-left: 0; }
  .hds-hero { padding: 42px 0 64px; }
  .hds-hero__inner { flex-direction: column; gap: 40px; }
  .hds-hero__content { width: 100%; }
  .hds-hero__logo { width: 180px; height: auto; }
  .hds-hero h1 { font-size: 36px; line-height: 44px; }
  .hds-hero p { font-size: 18px; }
  .hds-hero__visual { width: 100%; flex-basis: auto; }
  .hds-featured { padding-top: 72px; }
  .hds-featured__lead > a > img { height: 250px; }
  .hds-featured__lead h3 { font-size: 26px; line-height: 34px; }
  .hds-featured__list { grid-template-columns: 1fr; }
  .hds-story-card > a { flex-direction: row; }
  .hds-story-card img { width: 128px; height: 150px; }
  .hds-video-block { padding: 28px 20px; }
  .hds-video-block__copy h3 { font-size: 28px; line-height: 36px; }
  .hds-video-block__copy p { font-size: 18px; line-height: 27px; }
  .hds-video-player__controls { right: 12px; bottom: 12px; left: 12px; font-size: 11px; }
  .hds-invite { grid-template-columns: 1fr; margin-top: 60px; padding-bottom: 60px; }
  .hds-invite__image { height: auto; }
  .hds-invite__copy { align-items: center; text-align: center; }
  .hds-magazines { min-height: 780px; padding-top: 60px; }
  .hds-magazines__track { height: 470px; gap: 12px; }
  .hds-magazine--side { width: 22%; height: 330px; }
  .hds-magazine--active { width: 52%; height: 370px; }
  .hds-magazines__pagination { justify-content: center; }
  .hds-magazines__link { width: auto; font-size: 16px; }
  .hds-footer__links { width: 100%; grid-template-columns: 1fr; }
  .hds-footer__segments-menu { grid-template-rows: none; grid-auto-flow: row; grid-template-columns: 1fr 1fr; }
  .hds-footer__brands { align-self: center; }
  .hds-social { flex-wrap: wrap; justify-content: center; }
}

@media (max-width: 479px) {
  .hds-header__brands { margin-inline: auto; }
  .hds-nav a { padding-inline: 10px; }
  .hds-hero h1 br { display: none; }
  .hds-featured__lead > a > img { height: 210px; }
  .hds-story-card img { width: 106px; min-width: 106px; }
  .hds-story-card a > div:not(.hds-card-media) { padding-right: 0; }
  .hds-video-player__play { width: 70px; }
  .hds-magazine--side { display: none; }
  .hds-magazine--active { width: 82%; }
  .hds-footer__segments-menu { grid-template-columns: 1fr; }
}

/* Interações da Home */
.hds-featured .hds-interactive-card:hover h3,.hds-featured .hds-interactive-card:focus-within h3 { font-weight:400; }
.hds-featured__lead .hds-card-media { width:100%;height:350px;border-radius:8px; }
.hds-story-card .hds-card-media { width:164px;min-width:164px;height:100%;border-radius:8px; }
.hds-video-player__trigger { position:absolute;inset:0;display:grid;width:100%;height:100%;place-items:center;padding:0;border:0;background:transparent;cursor:pointer; }
.hds-video-player__trigger::before { content:"";grid-area:1/1;width:76px;height:76px;border-radius:50%;background:var(--hds-blue-600);box-shadow:0 10px 28px rgba(0,17,82,.38);transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease; }
.hds-video-player__trigger img { grid-area:1/1;width:26px;height:27px;object-fit:contain;pointer-events:none;z-index:1;transform:translateX(2px); }
.hds-video-player__trigger:hover::before,.hds-video-player__trigger:focus-visible::before { transform:scale(1.08);background:var(--hds-blue-700);box-shadow:0 14px 34px rgba(0,17,82,.48); }
.hds-video-player__trigger:focus-visible { outline:none; }
.hds-video-player__trigger:focus-visible::before { outline:3px solid #fff;outline-offset:4px; }
.hds-video-player iframe { width:100%;height:100%;border:0; }
.hds-magazines__carousel { position:relative; }
.hds-magazines__viewport { width:100%;height:350px;overflow:hidden;touch-action:pan-y;cursor:grab; }
.hds-magazines__viewport:active { cursor:grabbing; }
.hds-magazines__track { display:flex;height:330px;align-items:center;justify-content:flex-start;gap:18px;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform; }
.hds-magazine { flex:0 0 calc((100% - 72px)/5);height:auto;aspect-ratio:3/4;overflow:hidden;border-radius:8px;opacity:.4;transform:scale(.9);filter:saturate(.6);transition:opacity .45s ease,transform .45s ease,filter .45s ease,box-shadow .45s ease; }
.hds-magazine.is-active { height:auto;opacity:1;transform:scale(1.08);filter:none;box-shadow:0 14px 34px rgba(0,17,82,.2); }
.hds-magazine a,.hds-magazine img { display:block;width:100%;height:100%; }
.hds-magazine a { position:relative; }
.hds-magazine img { border-radius:inherit;object-fit:cover;transition:transform .45s ease; }
.hds-magazine.is-active:hover img { transform:scale(1.025); }
.hds-magazine--demo a { position:relative;background:#e3e9ff; }
.hds-magazine--demo:nth-child(3n+1) a { background:#e3e9ff; }
.hds-magazine--demo:nth-child(3n+2) a { background:#e7f79e; }
.hds-magazine--demo:nth-child(3n) a { background:#caf8db; }
.hds-magazine--demo img { opacity:.58;mix-blend-mode:multiply; }
.hds-magazine__edition { position:absolute;right:20px;bottom:20px;left:20px;padding:12px 16px;border-radius:8px;background:var(--hds-blue-600);color:#fff;font-size:20px;font-weight:700;text-align:left; }
.hds-magazine__badge { position:absolute;right:12px;bottom:12px;max-width:calc(100% - 24px);padding:8px 12px;border-radius:999px;background:var(--hds-blue-700);color:#fff;box-shadow:0 4px 14px rgba(0,17,82,.28);font:700 14px/20px var(--hds-font);white-space:nowrap; }
.hds-magazines__pagination button:hover,.hds-magazines__pagination button:focus-visible { background:var(--hds-blue-600);color:#fff; }
@media(max-width:1180px){.hds-magazines__track{gap:16px}.hds-magazine{flex-basis:calc((100% - 64px)/5)}}
@media(max-width:980px){.hds-story-card .hds-card-media{width:100%;min-width:0;height:180px}}
@media(max-width:767px){.hds-featured__lead .hds-card-media{height:250px}.hds-story-card .hds-card-media{width:128px;min-width:128px;height:150px}.hds-magazines__viewport{height:430px}.hds-magazines__track{height:410px;gap:12px}.hds-magazine{flex-basis:52vw;height:350px}.hds-magazine.is-active{height:390px}}
@media(max-width:479px){.hds-featured__lead .hds-card-media{height:210px}.hds-story-card .hds-card-media{width:106px;min-width:106px}.hds-video-player__trigger::before{width:64px;height:64px}.hds-video-player__trigger img{width:22px;height:23px}.hds-magazine{flex-basis:78vw}}
@media(max-width:980px){.hds-featured--layout-principal_topo .hds-featured__list.hds-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.hds-featured--layout-principal_topo .hds-featured__list.hds-card-grid{grid-template-columns:1fr}}

/* Rodapé com três grupos de navegação: Institucional, Temas e Segmentos. */
.hds-footer__inner{width:min(1240px,calc(100% - (2 * var(--hds-page-gutter))));gap:48px}
.hds-footer__links{flex:1;grid-template-columns:180px 210px minmax(320px,1fr);gap:32px}
.hds-footer__segments-menu{gap:18px 32px}
.hds-footer__brands{flex:0 0 auto;padding-left:0}
@media(min-width:981px) and (max-width:1180px){.hds-footer__inner{gap:32px}.hds-footer__links{grid-template-columns:150px 175px minmax(260px,1fr);gap:20px}}
@media(max-width:980px){.hds-footer__links{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767px){.hds-footer__links{grid-template-columns:1fr}}
.hds-footer__contact-break{display:none}
@media(max-width:479px){.hds-footer__bottom{padding-inline:20px}.hds-footer__bottom-inner{width:100%}.hds-footer__contact-break{display:block}.hds-footer__bottom p.hds-footer__contact a{margin-left:0}}
