.typography_ratio__gZX1F{aspect-ratio:16/9}.typography_centerTile__TXmhx{display:inline-flex;justify-content:center;align-items:center;padding:var(--margin-base);word-break:break-word}.typography_centerTile__TXmhx p{color:var(--navy)}.typography_heading300__7x5e6 p{font-size:var(--fs-headline-300) !important}.typography_responsive__HnuM1 p,.typography_differentFont__qjBXC p{color:var(--navy)}@media(max-width: 480px){.typography_responsive__HnuM1 p,.typography_differentFont__qjBXC p{font-size:7vw}}@media(min-width: 480px)and (max-width: 767px){.typography_responsive__HnuM1 p,.typography_differentFont__qjBXC p{font-size:8vw}}.typography_arial__v7RV6{font-family:"arial" !important;font-size:var(--fs-headline-200);margin:12px 0}.typography_arialBold__rAftU{font-family:"arial" !important;font-size:var(--fs-headline-200);margin:12px 0;font-weight:bold}.typography_textWrapper__YMBO9{text-align:left;max-width:600px}
.brands_brandLinks__HtVo1 {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 67px;
  text-decoration: none;
  border-bottom: 1px solid var(--grey-400);
  padding: var(--margin-base);
  transition: background-color 0.2s ease-in-out;
  &:hover {
    background-color: var(--bg-secondary);
  }
}

.brands_ul__62FDH {
  list-style: none;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--grey-400);
  border-radius: var(--border-radius);
}
.brands_ul__62FDH > li:last-child .brands_brandLinks__HtVo1 {
  border-bottom: none;
}

[class~='icon-default'].brands_brandsLinkIcon__uqqdQ {
  color: var(--color-primary);
  justify-self: end;
}

.brands_brands__2HsR8 {
  display: flex;
  align-items: center;
  gap: 6px;
}

