.OfficialFooter_footer__F_2ue {
  background: #fff;
  color: #6e6e73;
}
.OfficialFooter_footer__F_2ue > div {
  width: min(1296px, calc(100% - 24px));
  padding: 30px 26px;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-size: 13px;
  line-height: 20px;
}

.OfficialFooter_footer__F_2ue a[target='_blank']::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  vertical-align: -1px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M3 2h7v7' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 10 10 2M3 2h7v7' fill='none' stroke='black' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.OfficialFooter_navigation__JFGvp {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, minmax(0, 1fr));
  gap: 32px;
  width: min(1296px, calc(100% - 24px));
  margin: 0 auto;
  padding: 72px 26px 56px;
  border-bottom: 1px solid #ededee;
}

.OfficialFooter_brandLink__H9rs0 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d1d1f;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.OfficialFooter_brandLink__H9rs0 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.OfficialFooter_column__ex1GX {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.OfficialFooter_column__ex1GX h2 {
  margin: 0 0 8px;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.OfficialFooter_column__ex1GX a {
  padding: 0;
  border: 0;
  background: transparent;
  color: #6e6e73;
  font: inherit;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
}
.OfficialFooter_column__ex1GX a:hover {
  color: #1d1d1f;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.OfficialFooter_navigation__JFGvp a:focus-visible {
  outline: 2px solid #857128;
  outline-offset: 5px;
  border-radius: 2px;
}

@media (max-width: 1000px) {
  .OfficialFooter_navigation__JFGvp {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 24px;
  }
  .OfficialFooter_brand__bYSWR {
    grid-column: 1 / -1;
  }
}

@media (max-width: 734px) {
  .OfficialFooter_footer__F_2ue > div {
    padding: 24px 8px;
    flex-direction: column;
    gap: 6px;
    font-size: 12px;
    line-height: 1.6;
  }

  .OfficialFooter_navigation__JFGvp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 40px 8px 32px;
    gap: 32px 20px;
  }
  .OfficialFooter_brandLink__H9rs0,
  .OfficialFooter_column__ex1GX h2,
  .OfficialFooter_column__ex1GX a {
    font-size: 12px;
    line-height: 1.6;
  }
}

