/* ---------------------------------------
	Blog
-----------------------------------------*/
.blog-section__wrapper {
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .blog-section__wrapper {
    width: calc(100% - 10rem);
    max-width: 70rem;
    padding-block: 5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__wrapper {
    width: calc(100% - 12.5vw);
    max-width: 87.5vw;
    padding-block: 6.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__wrapper {
    width: 100%;
    max-width: 100%;
    padding-block: 5.7291666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__wrapper {
    padding-block: 10.2564102564vw;
  }
}
.blog-section__head {
  display: grid;
  position: relative;
}
@media screen and (width > 1280px) {
  .blog-section__head {
    grid-template-areas: "title filters search";
    grid-template-columns: 1fr auto auto;
    align-items: center;
    margin-bottom: 3.75rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__head {
    grid-template-areas: "title filters search";
    grid-template-columns: 1fr auto auto;
    align-items: center;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__head {
    grid-template-areas: "title title" "filters search";
    grid-template-columns: 1fr auto;
    row-gap: 6.25vw;
    margin-bottom: 7.03125vw;
    width: 100%;
    max-width: 79.1666666667vw;
    margin-inline: auto;
  }
}
@media screen and (width <= 767px) {
  .blog-section__head {
    grid-template-areas: "title filters" "search search";
    grid-template-rows: auto 1fr;
    align-items: start;
    row-gap: 4.1025641026vw;
    margin-bottom: 10.2564102564vw;
    max-width: 79.4871794872vw;
  }
}
.blog-section__title {
  grid-area: title;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__title {
    font-size: 2.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__title {
    font-size: 3.125vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__title {
    font-size: 4.6875vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__title {
    font-size: 6.1538461538vw;
  }
}
.blog-section__filter-list {
  grid-area: filters;
  display: flex;
}
@media screen and (width > 1280px) {
  .blog-section__filter-list {
    align-items: center;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__filter-list {
    align-items: center;
    -moz-column-gap: 3.75vw;
         column-gap: 3.75vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__filter-list {
    -moz-column-gap: 6.25vw;
         column-gap: 6.25vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__filter-list {
    align-items: flex-start;
    -moz-column-gap: 3.5897435897vw;
         column-gap: 3.5897435897vw;
  }
}
.blog-section__filter-link {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__filter-link {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__filter-link {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__filter-link {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__filter-link {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 1.0256410256vw;
    font-size: 2.3076923077vw;
  }
}
.blog-section__search {
  grid-area: search;
}
@media screen and (width > 1280px) {
  .blog-section__search {
    margin-left: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__search {
    margin-left: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__search {
    margin-left: 0;
  }
}
@media screen and (width <= 767px) {
  .blog-section__search {
    width: 100%;
  }
}
.blog-section__body {
  display: grid;
}
@media screen and (width > 1280px) {
  .blog-section__body {
    grid-template-columns: 37.5rem 1fr;
    gap: 4rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__body {
    grid-template-columns: 46.875vw 1fr;
    gap: 5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__body {
    grid-template-columns: 1fr;
    gap: 8.3333333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__body {
    gap: 10.2564102564vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup {
    width: 100%;
    max-width: 79.1666666667vw;
    margin-inline: auto;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup {
    max-width: 79.4871794872vw;
  }
}
.blog-section__pickup-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-title {
    font-size: 1.4375rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-title {
    font-size: 1.796875vw;
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-title {
    font-size: 2.9947916667vw;
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
    margin-bottom: 3.125vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-title {
    font-size: 4.6153846154vw;
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    margin-bottom: 4.1025641026vw;
  }
}
.blog-section__pickup-title span {
  flex-shrink: 0;
}
.blog-section__pickup-title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-title::after {
    margin-left: 4.1025641026vw;
  }
}
.blog-section__pickup-icon {
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-icon {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-icon {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-icon {
    width: 4.1666666667vw;
    height: 4.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-icon {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }
}
.blog-section__pickup-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog-section__pickup-link {
  display: block;
}
.blog-section__pickup-thumbnail {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.blog-section__pickup-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section__pickup-info {
  display: flex;
  align-items: center;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-info {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
    margin-top: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-info {
    -moz-column-gap: 0.9375vw;
         column-gap: 0.9375vw;
    margin-top: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-info {
    -moz-column-gap: 1.5625vw;
         column-gap: 1.5625vw;
    margin-top: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-info {
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
}
.blog-section__pickup-date {
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-date {
    font-size: 0.8125rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-date {
    font-size: 1.015625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-date {
    font-size: 1.6927083333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-date {
    font-size: 2.5641025641vw;
  }
}
.blog-section__pickup-category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-category {
    gap: 0.25rem 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-category {
    gap: 0.3125vw 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-category {
    gap: 0.5208333333vw 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-category {
    gap: 0.5128205128vw;
  }
}
.blog-section__pickup-category li {
  border: #c3c3c3 solid 0.0625rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-category li {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-category li {
    padding: 0.3125vw 0.625vw;
    font-size: 0.9375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-category li {
    padding: 0.5208333333vw 1.0416666667vw;
    font-size: 1.5625vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-category li {
    padding: 0.5128205128vw 1.0256410256vw;
    font-size: 2.5641025641vw;
  }
}
.blog-section__pickup-article {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: unset;
}
@media screen and (width > 1280px) {
  .blog-section__pickup-article {
    font-size: 1.125rem;
    margin-top: 0.5rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__pickup-article {
    font-size: 1.40625vw;
    margin-top: 0.625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__pickup-article {
    font-size: 2.34375vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__pickup-article {
    font-size: 3.5897435897vw;
    margin-top: 1.0256410256vw;
  }
}
.blog-section__popular-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__popular-title {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__popular-title {
    font-size: 1.25vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__popular-title {
    font-size: 2.0833333333vw;
    margin-bottom: 3.125vw;
    width: 100%;
    max-width: 79.1666666667vw;
    margin-inline: auto;
  }
}
@media screen and (width <= 767px) {
  .blog-section__popular-title {
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
    max-width: 79.4871794872vw;
  }
}
.blog-section__popular-title span {
  flex-shrink: 0;
}
.blog-section__popular-title::after {
  content: "";
  display: block;
  background-color: #c3c3c3;
  width: 100%;
  height: 0.0625rem;
  top: 50%;
  left: 0;
}
@media screen and (width > 1280px) {
  .blog-section__popular-title::after {
    margin-left: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__popular-title::after {
    margin-left: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__popular-title::after {
    margin-left: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__popular-title::after {
    margin-left: 4.1025641026vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__popular-articles {
    width: 100vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__popular-articles {
    width: 100vw;
  }
}
.blog-section__popular-slider .slick-list {
  overflow: visible;
}
.blog-section .wpp-list {
  overflow: hidden;
  display: flex;
}
@media screen and (width > 1280px) {
  .blog-section .wpp-list {
    flex-direction: column;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .wpp-list {
    flex-direction: column;
  }
}
@media screen and (width <= 991px) {
  .blog-section .wpp-list {
    flex-direction: row;
    overflow-x: scroll;
  }
}
.blog-section .wpp-list::-webkit-scrollbar {
  display: none;
}
@media screen and (width <= 991px) {
  .blog-section .wpp-list > li:first-child {
    padding-left: 10.4166666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .wpp-list > li:first-child {
    padding-left: 10.4166666667vw;
  }
}
.blog-section__search-result-text {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section__search-result-text {
    font-size: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section__search-result-text {
    font-size: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section__search-result-text {
    font-size: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section__search-result-text {
    font-size: 3.0769230769vw;
  }
}
.blog-section__search-result-text span {
  font-weight: 500;
}
.blog-section .filter-balloon {
  visibility: hidden;
  opacity: 0;
  border: #c3c3c3 solid 0.0625rem;
  background-color: var(--cl-white);
  position: absolute;
  right: 0;
  z-index: 1;
  transition: var(--transition);
}
@media screen and (width > 1280px) {
  .blog-section .filter-balloon {
    border-radius: 0.5rem;
    width: 50rem;
    top: 3.75rem;
    padding: 1.5rem 3.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .filter-balloon {
    border-radius: 0.625vw;
    width: 62.5vw;
    top: 4.6875vw;
    padding: 1.875vw 4.0625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .filter-balloon {
    border-radius: 1.0416666667vw;
    width: 100%;
    top: 18.2291666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .filter-balloon {
    border-radius: 2.0512820513vw;
    top: 14.1025641026vw;
    padding: 4.1025641026vw 6.1538461538vw;
  }
}
@media (any-hover: hover) {
  .blog-section .filter-balloon:hover {
    visibility: visible;
    opacity: 1;
  }
}
.blog-section .filter-balloon.is_open {
  visibility: visible;
  opacity: 1;
}
.blog-section .filter-balloon--category::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #c3c3c3;
  position: absolute;
  z-index: 1;
}
@media screen and (width > 1280px) {
  .blog-section .filter-balloon--category::before {
    width: 1.625rem;
    height: 1rem;
    top: -1rem;
    right: 31.21875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .filter-balloon--category::before {
    width: 2.03125vw;
    height: 1.25vw;
    top: -1.25vw;
    right: 39.0234375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .filter-balloon--category::before {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -2.0833333333vw;
    right: auto;
    left: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .filter-balloon--category::before {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -4.1025641026vw;
    right: 20.3846153846vw;
    left: auto;
  }
}
.blog-section .filter-balloon--category::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--cl-white);
  position: absolute;
  z-index: 2;
}
@media screen and (width > 1280px) {
  .blog-section .filter-balloon--category::after {
    width: 1.5625rem;
    height: 0.9375rem;
    top: -0.875rem;
    right: 31.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .filter-balloon--category::after {
    width: 1.953125vw;
    height: 1.25vw;
    top: -1.09375vw;
    right: 39.0625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .filter-balloon--category::after {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -1.953125vw;
    right: auto;
    left: 5.46875vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .filter-balloon--category::after {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -3.5897435897vw;
    right: 20.5128205128vw;
    left: auto;
  }
}
.blog-section .filter-balloon--tag::before {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: #c3c3c3;
  position: absolute;
  z-index: 1;
}
@media screen and (width > 1280px) {
  .blog-section .filter-balloon--tag::before {
    width: 1.625rem;
    height: 1rem;
    top: -1rem;
    right: 21.21875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .filter-balloon--tag::before {
    width: 2.03125vw;
    height: 1.25vw;
    top: -1.25vw;
    right: 26.5234375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .filter-balloon--tag::before {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -2.0833333333vw;
    right: auto;
    left: 26.7578125vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .filter-balloon--tag::before {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -4.1025641026vw;
    right: 4.7435897436vw;
    left: auto;
  }
}
.blog-section .filter-balloon--tag::after {
  content: "";
  display: block;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background-color: var(--cl-white);
  position: absolute;
  z-index: 2;
}
@media screen and (width > 1280px) {
  .blog-section .filter-balloon--tag::after {
    width: 1.5625rem;
    height: 0.9375rem;
    top: -0.875rem;
    right: 21.25rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .filter-balloon--tag::after {
    width: 1.953125vw;
    height: 1.25vw;
    top: -1.09375vw;
    right: 26.5625vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .filter-balloon--tag::after {
    width: 3.3854166667vw;
    height: 2.0833333333vw;
    top: -1.953125vw;
    right: auto;
    left: 26.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .filter-balloon--tag::after {
    width: 6.6666666667vw;
    height: 4.1025641026vw;
    top: -3.5897435897vw;
    right: 4.6153846154vw;
    left: auto;
  }
}
.blog-section .balloon-category {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category {
    gap: 1rem 2rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category {
    gap: 1.25vw 2.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category {
    gap: 4.1666666667vw 5.2083333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category {
    gap: 6.1538461538vw;
  }
}
.blog-section .balloon-category__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category__item {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category__item {
    -moz-column-gap: 1.25vw;
         column-gap: 1.25vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category__item {
    -moz-column-gap: 2.0833333333vw;
         column-gap: 2.0833333333vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category__item {
    -moz-column-gap: 6.1538461538vw;
         column-gap: 6.1538461538vw;
  }
}
.blog-section .balloon-category__link {
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category__link {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category__link {
    -moz-column-gap: 0.625vw;
         column-gap: 0.625vw;
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category__link {
    -moz-column-gap: 1.0416666667vw;
         column-gap: 1.0416666667vw;
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category__link {
    -moz-column-gap: 1.0256410256vw;
         column-gap: 1.0256410256vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.blog-section .balloon-category__link::before {
  content: "";
  background-image: url("../../images/parts/chevron-right-bold.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category__link::before {
    width: 0.4375rem;
    height: 0.75rem;
    transform: translateY(0.0625rem);
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category__link::before {
    width: 0.546875vw;
    height: 0.9375vw;
    transform: translateY(0.078125vw);
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category__link::before {
    width: 0.9114583333vw;
    height: 1.5625vw;
    transform: translateY(0.1302083333vw);
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category__link::before {
    width: 1.7948717949vw;
    height: 3.0769230769vw;
    transform: translateY(0.2564102564vw);
  }
}
.blog-section .balloon-category__null {
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category__null {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category__null {
    font-size: 15px;
    font-size: 1.171875vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category__null {
    font-size: 15px;
    font-size: 1.953125vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category__null {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.blog-section .balloon-category-child {
  line-height: 2;
}
.blog-section .balloon-category-child__link {
  display: flex;
  letter-spacing: 0.04em;
}
@media screen and (width > 1280px) {
  .blog-section .balloon-category-child__link {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    font-size: 0.875rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-section .balloon-category-child__link {
    -moz-column-gap: 0.3125vw;
         column-gap: 0.3125vw;
    font-size: 1.09375vw;
  }
}
@media screen and (width <= 991px) {
  .blog-section .balloon-category-child__link {
    -moz-column-gap: 0.5208333333vw;
         column-gap: 0.5208333333vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-section .balloon-category-child__link {
    -moz-column-gap: 0.5128205128vw;
         column-gap: 0.5128205128vw;
    font-size: 3.0769230769vw;
  }
}
.blog-section .balloon-category-child__link::before {
  content: "-";
}
@media (any-hover: hover) {
  .blog-section .blog-section__filter-link--category:hover ~ .filter-balloon {
    visibility: visible;
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .blog-section .blog-section__filter-link--tag:hover ~ .filter-balloon {
    visibility: visible;
    opacity: 1;
  }
}

.blog-achivements {
  background-color: var(--cl-bg);
}
.blog-achivements__wrapper {
  display: grid;
  margin-inline: auto;
}
@media screen and (width > 1280px) {
  .blog-achivements__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem 2rem;
    padding-block: 2.5rem 5rem;
    width: calc(100% - 10rem);
    max-width: 70rem;
  }
}
@media screen and (width <= 1280px) {
  .blog-achivements__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 5vw 2.5vw;
    padding-block: 3.125vw 6.25vw;
    width: calc(100% - 12.5vw);
    max-width: 87.5vw;
  }
}
@media screen and (width <= 991px) {
  .blog-achivements__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 8.3333333333vw 5.2083333333vw;
    padding-block: 5.2083333333vw 10.4166666667vw;
    width: calc(100% - 20.8333333333vw);
    max-width: 79.1666666667vw;
  }
}
@media screen and (width <= 767px) {
  .blog-achivements__wrapper {
    grid-template-columns: 1fr;
    gap: 8.2051282051vw 4.1025641026vw;
    padding-block: 5.1282051282vw 10.2564102564vw;
    width: calc(100% - 20.5128205128vw);
    max-width: 79.4871794872vw;
  }
}
/*# sourceMappingURL=../maps/pages/blog.css.map */
