.g-top_edits-grid {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  background: #fbfbfa;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 13px;
  color: #000;
}
.g-top_edits-grid img {
  max-width: 100%;
  border: none;
  overflow: hidden;
  height: auto;
  display: block;
}
.g-top_edits-grid a {
  text-decoration: none;
  color: inherit;
}
.g-top_edits-grid .common__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 2650px;
  padding-left: 0;
  padding-right: 0;
}
.g-top_edits-grid p {
  font-family: "sawarabi";
}
.g-top_edits-grid p span {
  display: inline-block;
}

.g-top_edits-grid .g-top_edits-grid__inner {
  padding-bottom: 0;
}
.g-top_edits-grid .l-grid_layout-content {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0;
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content {
    grid-template-columns: repeat(12, 1fr);
  }
}
.g-top_edits-grid .l-grid_layout-content .l-grid_layout-item {
  grid-column: span 6;
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .l-grid_layout-item {
    grid-column: span 8;
  }
  .g-top_edits-grid .l-grid_layout-content .l-grid_layout-item.m-md_4 {
    grid-column: span 4;
  }
  .g-top_edits-grid .l-grid_layout-content .l-grid_layout-item.l-od_adj {
    order: -1;
  }
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .l-grid_layout-item.rev-order {
    order: 1;
  }
}
.g-top_edits-grid .l-grid_layout-content .l-grid_layout-item .l-grid_layout-item_in {
  display: flex;
  height: 100%;
}
.g-top_edits-grid .l-grid_layout-content .b-image_tile {
  align-self: start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: start;
}
.g-top_edits-grid .l-grid_layout-content .b-image_tile .b-image_tile-container {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .b-image_tile .b-image_tile-container {
    max-width: 100%;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-image_tile .b-image_tile-container .b-image_tile-picture {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: var(--bg-padding-mb, var(--bg-padding));
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .b-image_tile .b-image_tile-container .b-image_tile-picture {
    padding-bottom: var(--bg-padding, 64.5%);
  }
}
.g-top_edits-grid .l-grid_layout-content .b-image_tile .b-image_tile-container .b-image_tile-picture img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.g-top_edits-grid .l-grid_layout-content .b-text_block {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebeae6;
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container {
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 80px;
  padding-top: 80px;
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container h2 {
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1240px) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container h2 {
    font-size: 36px;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container p {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (min-width: 1240px) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container p {
    font-size: 16px;
    line-height: 23px;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0;
  position: relative;
  width: 100%;
  grid-gap: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1240px) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions {
    grid-gap: 32px;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions .b-actions-item {
  width: var(--button-width, auto);
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions .b-actions-item .b-button_ext {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions .b-actions-item .b-button_ext .b-button {
  width: var(--button-width, auto);
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  flex-flow: row nowrap;
  border: 1px solid #000;
  color: #000;
  height: 44px;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 16px;
  text-indent: 1px;
  align-items: center;
  min-width: 167px;
  font-family: "untitled-sans";
}
@media (any-hover: hover) {
  .g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions .b-actions-item .b-button_ext .b-button:hover {
    background: #000;
    color: #fff;
  }
}
.g-top_edits-grid .l-grid_layout-content .b-text_block .b-text_block-container .b-actions .b-actions-item .b-button_ext .b-button:hover {
  background: #000;
  color: #fff;
}/*# sourceMappingURL=G-Top_edis-grid_20240418.css.map */