@media only screen and (min-width: 1251px) {
  .g-headerLogo2023_img.tiny {
    /* height: 12.6px; */
  }
  .tiny .g-headerNav2023 .g-headerNavDropdown2023 > .g-headerNav2023_listItemLink {
    padding: 26px 0;
  }
  .g-headerNav2023_listItem {
    padding-left: 20px;
  }
  .g-headerNav2023_listItemLink {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1330px) {
  .g-headerLogo2023_img.notiny {
    /* height: 100px; */
  }
  .g-headerLogo2023_img.tiny {
    /* height: 11.5px; */
  }
}
@media only screen and (min-width: 768px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(3, auto);
  }
  .g-footerLogo2023 {
    flex: 0 0 406px;
    width: 406px;
  }
}
@media only screen and (max-width: 767px) {
  .g-footerAsideNav2023_list {
    grid-gap: 8px 16px;
  }
}
@media only screen and (max-width: 374px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(1, auto);
  }
}
@media only screen and (max-width: 340px) {
  .g-footerAsideNav2023_list {
    grid-template-columns: repeat(1, auto);
    grid-gap: 2px 20px;
  }
  .g-footerAsideNav2023_link {
    font-size: 12px;
  }
}
