/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.top-archive {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .top-archive {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .top-archive {
    margin-bottom: 2.5rem;
  }
}
.top-archive .group-title {
  text-align: left;
  margin-left: 0;
}
.top-archive .group-title .heading-title {
  margin-bottom: 5px;
}
@media only screen and (max-width: 63.99875rem) {
  .top-archive .inline-search {
    margin-top: 20px;
    width: 100%;
  }
}
.top-archive .inline-search form {
  position: relative;
}
.top-archive .inline-search form input {
  border: 1px solid #d8d8d8;
  border-radius: 100px;
  padding: 10px 20px;
  width: 380px;
  height: 64px;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
  padding-left: 55px;
}
@media only screen and (max-width: 63.99875rem) {
  .top-archive .inline-search form input {
    height: 46px;
    width: 100%;
  }
}
.top-archive .inline-search form input::-webkit-input-placeholder {
  color: #1a1a1a;
}
.top-archive .inline-search form input::placeholder {
  color: #1a1a1a;
}
.top-archive .inline-search form button {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.top-archive .inline-search form button {
  width: 1.125rem;
  height: 1.125rem;
}
.top-archive .inline-search form button img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.top-archive .inline-search form button img {
  width: 1.0625rem;
  height: 1.0625rem;
}
@media only screen and (max-width: 63.99875rem) {
  .top-archive .inline-search form button img {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.archive-filter-tabs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.archive-filter-tabs {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .archive-filter-tabs {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-filter-tabs {
    gap: 8px;
  }
}
.archive-filter-tabs .filter-tab {
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #585858;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0784313725);
  white-space: nowrap;
}
@media only screen and (max-width: 39.99875rem) {
  .archive-filter-tabs .filter-tab {
    padding: 8px 18px;
    font-size: 13px;
  }
}
.archive-filter-tabs .filter-tab:hover, .archive-filter-tabs .filter-tab.active {
  background-color: #00a267;
  color: #ffffff;
}

#archive-posts-content {
  position: relative;
  min-height: 200px;
  transition: opacity 0.3s ease;
}
#archive-posts-content.is-loading {
  opacity: 0.4;
  pointer-events: none;
}
#archive-posts-content.is-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: 3px solid #e0e0e0;
  border-top-color: #04935f;
  border-radius: 50%;
  animation: archiveSpinner 0.7s linear infinite;
}
#archive-posts-content .no-posts {
  text-align: center;
  padding: 40px 0;
  color: #999;
  font-size: 15px;
}

@keyframes archiveSpinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.grid-posts {
  width: 100%;
}
.grid-posts .posts-list {
  margin: 0 -10px;
}
@media only screen and (max-width: 47.99875rem) {
  .grid-posts .posts-list {
    margin: 0 -5px;
  }
}
.grid-posts .posts-list .cell {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 0 10px;
}
.grid-posts .posts-list .cell {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .grid-posts .posts-list .cell {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .grid-posts .posts-list .cell {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .grid-posts .posts-list .cell {
    padding: 0 5px;
    width: 100%;
  }
}
.grid-posts .posts-list .cell .item-posts {
  height: 100%;
}

.single-post .col-content,
.single-report .col-content {
  color: #3c3c3c;
  width: 100%;
}
.single-post .col-content .heading-title,
.single-report .col-content .heading-title {
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
.single-post .col-content ._meta,
.single-report .col-content ._meta {
  color: #383838;
}
.single-post .col-content ._meta,
.single-report .col-content ._meta {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .col-content ._meta,
  .single-report .col-content ._meta {
    margin-bottom: 1.875rem;
  }
}
.single-post .col-content ._meta .item-meta,
.single-report .col-content ._meta .item-meta {
  gap: 36px;
}
.single-post .col-content ._meta ._categories a,
.single-report .col-content ._meta ._categories a {
  padding: 8px 24px;
  background-color: #00a267;
  color: #ffffff;
  font-weight: 700;
  border-radius: 100px;
}
.single-post .col-content ._meta ._categories a,
.single-report .col-content ._meta ._categories a {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .col-content ._meta ._categories a,
  .single-report .col-content ._meta ._categories a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .col-content ._meta ._categories a,
  .single-report .col-content ._meta ._categories a {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .col-content ._meta ._categories a,
  .single-report .col-content ._meta ._categories a {
    padding: 6px 14px;
  }
}
.single-post .col-content ._meta ._date::before, .single-post .col-content ._meta ._date::after,
.single-report .col-content ._meta ._date::before,
.single-report .col-content ._meta ._date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 50%;
}
.single-post .col-content ._meta ._date::before, .single-post .col-content ._meta ._date::after,
.single-report .col-content ._meta ._date::before,
.single-report .col-content ._meta ._date::after {
  width: 0.3125rem;
  height: 0.3125rem;
}
.single-post .col-content ._meta ._date::before,
.single-report .col-content ._meta ._date::before {
  left: -18px;
}
.single-post .col-content ._meta ._date::after,
.single-report .col-content ._meta ._date::after {
  right: -18px;
}
.single-post .col-content article,
.single-report .col-content article {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.single-post .col-content article img,
.single-report .col-content article img {
  border-radius: 15px;
}
.single-post .col-content .hashtags,
.single-report .col-content .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-post .col-content .hashtags .text,
.single-report .col-content .hashtags .text {
  padding-top: 0.75rem;
}
@media only screen and (min-width: 64rem) {
  .single-post .col-content .hashtags .text,
  .single-report .col-content .hashtags .text {
    padding-top: 0.9375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .col-content .hashtags .hashtag-links,
  .single-report .col-content .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
.single-post .col-content .hashtags .hashtag-links a,
.single-report .col-content .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid #c7c7c7;
  color: #00a267;
  line-height: 21px;
  font-weight: 500;
  position: relative;
}
.single-post .col-content .hashtags .hashtag-links a,
.single-report .col-content .hashtags .hashtag-links a {
  font-size: 1rem;
}
.single-post .col-content .hashtags .hashtag-links a::before,
.single-report .col-content .hashtags .hashtag-links a::before {
  content: "#";
}
.single-post .col-content .hashtags .hashtag-links a:hover,
.single-report .col-content .hashtags .hashtag-links a:hover {
  text-decoration: none;
  background: #00a267;
  color: #ffffff;
}
.single-post .col-content .suggestion-wrapper,
.single-report .col-content .suggestion-wrapper {
  background-color: #f7f1e0;
  border-radius: 12px;
  padding: 20px 16px;
}
.single-post .col-content .suggestion-wrapper .title,
.single-report .col-content .suggestion-wrapper .title {
  color: #04935f;
  font-weight: 500;
}
.single-post .col-content .suggestion-wrapper .suggestion-list,
.single-report .col-content .suggestion-wrapper .suggestion-list {
  padding-left: 30px;
  margin-bottom: 0;
}
.single-post .col-content .suggestion-wrapper .suggestion-list li a,
.single-report .col-content .suggestion-wrapper .suggestion-list li a {
  color: #00a267;
  font-weight: 400;
}
.single-post .section-related-post,
.single-report .section-related-post {
  position: relative;
}
.single-post .section-related-post,
.single-report .section-related-post {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-related-post,
  .single-report .section-related-post {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-related-post,
  .single-report .section-related-post {
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .container,
  .single-report .section-related-post .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.single-post .section-related-post .heading-title,
.single-report .section-related-post .heading-title {
  text-align: center;
}
.single-post .section-related-post .heading-title,
.single-report .section-related-post .heading-title {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 48rem) {
  .single-post .section-related-post .heading-title,
  .single-report .section-related-post .heading-title {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-post .section-related-post .heading-title,
  .single-report .section-related-post .heading-title {
    margin-bottom: 2.5rem;
  }
}
.single-post .section-related-post .swiper-container .swiper-slide,
.single-report .section-related-post .swiper-container .swiper-slide {
  width: 25%;
  padding: 0 12px 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-container .swiper-slide,
  .single-report .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-post .section-related-post .swiper-container .swiper-slide,
  .single-report .section-related-post .swiper-container .swiper-slide {
    width: 100%;
  }
}
.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev,
.single-report .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
  left: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-prev,
  .single-report .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next,
.single-report .section-related-post .swiper-controls .swiper-button.swiper-button-next {
  right: -15px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-post .section-related-post .swiper-controls .swiper-button.swiper-button-next,
  .single-report .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}
.single-post .section-related-post .swiper-controls .swiper-pagination,
.single-report .section-related-post .swiper-controls .swiper-pagination {
  bottom: -60px;
}

#ez-toc-container {
  background: #f0f9f4 !important;
}
#ez-toc-container .ez-toc-title {
  position: relative;
}
#ez-toc-container .ez-toc-title::before {
  content: "";
  display: inline-block;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 448 512"><path d="M400 480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48v352c0 26.5-21.5 48-48 48zM238.1 177.9L102.4 313.6l-6.3 57.1c-.8 7.6 5.6 14.1 13.3 13.3l57.1-6.3L302.2 242c2.3-2.3 2.3-6.1 0-8.5L246.7 178c-2.5-2.4-6.3-2.4-8.6-.1zM345 165.1L314.9 135c-9.4-9.4-24.6-9.4-33.9 0l-23.1 23.1c-2.3 2.3-2.3 6.1 0 8.5l55.5 55.5c2.3 2.3 6.1 2.3 8.5 0L345 199c9.3-9.3 9.3-24.5 0-33.9z" fill="currentColor"></path></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #707070;
  margin-right: 5px;
  transform: translateY(2px);
}
#ez-toc-container .ez-toc-title::before {
  width: 1.25rem;
  height: 1.25rem;
}
#ez-toc-container nav li {
  margin-bottom: 8px;
}
#ez-toc-container nav li:last-child {
  margin-bottom: 0;
}
#ez-toc-container nav li ul.ez-toc-list-level-3 {
  margin-top: 8px;
}

.archive-report .grid-posts .posts-list .cell {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .archive-report .grid-posts .posts-list .cell {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .archive-report .grid-posts .posts-list .cell {
    width: 100%;
  }
}

.item-report {
  border: none;
  border-radius: 20px;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.item-report .tags-partner {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
}
.item-report .tags-partner .tag {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8px 14px;
}
.item-report .tags-partner .tag img {
  object-fit: contain;
  height: 18px;
}
.item-report .posts-content {
  padding: 20px 20px 25px;
}
.item-report .posts-content .posts-meta {
  margin-bottom: 12px;
  gap: 16px;
}
.item-report .posts-content .posts-meta .posts-day {
  margin-bottom: 0;
}
.item-report .posts-content .posts-meta .posts-address svg {
  width: 1.125rem;
  height: 1.125rem;
}
.item-report .posts-content .posts-meta .posts-address .text {
  padding-left: 8px;
  font-weight: 600;
}
.item-report .posts-content .excerpt {
  margin-top: 5px;
}
.item-report .posts-content .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .item-report .posts-content .excerpt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.single-report .col-content ._partner {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content ._partner {
    margin-bottom: 1.875rem;
  }
}
.single-report .col-content ._partner .title {
  font-weight: 700;
  color: #000000;
  line-height: 1.4;
}
.single-report .col-content ._partner .title {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content ._partner .title {
    margin-bottom: 1.875rem;
  }
}
.single-report .col-content ._partner .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-report .col-content ._partner .title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content ._partner .title {
    font-size: 1.875rem;
  }
}
.single-report .col-content ._partner ul.lists-logo {
  gap: 20px 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .single-report .col-content ._partner ul.lists-logo {
    gap: 15px;
  }
}
.single-report .col-content ._partner ul.lists-logo .item img {
  object-fit: contain;
  height: 65px;
}
@media only screen and (max-width: 47.99875rem) {
  .single-report .col-content ._partner ul.lists-logo .item img {
    height: 50px;
  }
}
.single-report .col-content .gallery-img-report {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content .gallery-img-report {
    margin-bottom: 1.875rem;
  }
}
.single-report .col-content .gallery-img-report .heading-title {
  font-weight: 800;
  margin-bottom: 16px;
  color: #1a1a1a;
  border-bottom: none;
  text-transform: none;
}
.single-report .col-content .gallery-img-report .heading-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .single-report .col-content .gallery-img-report .heading-title {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content .gallery-img-report .heading-title {
    font-size: 1.875rem;
  }
}
.single-report .col-content .gallery-img-report .gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 8px;
  position: relative;
}
@media only screen and (max-width: 47.99875rem) {
  .single-report .col-content .gallery-img-report .gallery-grid {
    gap: 6px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-report .col-content .gallery-img-report .gallery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
  }
}
.single-report .col-content .gallery-img-report .gallery-item {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.single-report .col-content .gallery-img-report .gallery-item .cover {
  border-radius: 15px;
}
.single-report .col-content .gallery-img-report .gallery-item .cover img {
  border-radius: 15px;
}
.single-report .col-content .gallery-img-report .gallery-item--main {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 39.99875rem) {
  .single-report .col-content .gallery-img-report .gallery-item--main {
    grid-column: 1/-1;
    grid-row: auto;
  }
}
.single-report .col-content .gallery-img-report .gallery-item--hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.single-report .col-content .gallery-img-report .gallery-item--more .gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.631372549);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.3s ease;
}
.single-report .col-content .gallery-img-report .gallery-item--more .gallery-overlay__count {
  color: #ffffff;
  font-weight: 800;
}
.single-report .col-content .gallery-img-report .gallery-item--more .gallery-overlay__count {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .single-report .col-content .gallery-img-report .gallery-item--more .gallery-overlay__count {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .single-report .col-content .gallery-img-report .gallery-item--more .gallery-overlay__count {
    font-size: 2.625rem;
  }
}
.single-report .fancybox__caption {
  display: none !important;
}
.single-report .section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .single-report .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .single-report .section-related-post .swiper-container .swiper-slide {
    width: 100%;
  }
}