.icon-arrow {
  display: inline-block;
  vertical-align: middle;
}

.icon-arrow:before {
  display: block;
  background: url('data:image/svg+xml,<svg width="800" height="800" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.47 5.47a.75.75 0 0 1 1.06 0l6 6a.75.75 0 0 1 0 1.06l-6 6a.75.75 0 1 1-1.06-1.06l4.72-4.72H4a.75.75 0 0 1 0-1.5h14.19l-4.72-4.72a.75.75 0 0 1 0-1.06Z" fill="%231C274C"/></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.2em;
  aspect-ratio: 1/1;
  content: "";
}

.icon-arrow-left:before {
  transform: scale(-1, 1);
}

.n-list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.n-container {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.n-container-sm {
  max-width: 1288px;
}

.n-visual {
  position: relative;
  z-index: 5;
  background-color: #fafafa;
}

.n-visual-sm .n-visual-inner {
  min-height: 200px;
  padding-bottom: 30px;
}

.n-visual-sm .n-visual-title {
  font-size: 32px;
}

.n-visual-inner {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 50px;
  min-height: 250px;
}

.n-visual-content {
  padding-top: 30px;
}

.n-visual-title {
  margin-bottom: .3em;
}

.n-visual-text {
  margin-bottom: 36px;
}

.n-visual-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: 50%;
}

.n-visual-decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}

.n-visual-date {
  font-size: 10px;
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.n-visual-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
}

.n-visual-tags .n-tag {
  padding: 9px 16px;
  border-radius: 9999px;
  text-transform: uppercase;
}

.n-visual-tags .n-tag,.n-visual-tags .n-btn {
  font-size: calc(12px + 2*(100vw - 360px)/1120);
  line-height: 1.2;
}

.n-visual-meta {
  margin-bottom: 17px;
}

.n-tag {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  border-radius: 13px;
  border: none;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.n-tag-lg {
  padding: 10px;
  margin-bottom: 5px;
  text-transform: none;
  border-radius: 20px;
}

.n-tag-primary {
  background-color: #34aeb1;
  color: #ffffff;
}

.n-tag-primary:hover {
  color: #ffffff;
  background-color: #28878a;
}

.n-tag-primary-light {
  background-color: #9fdde4;
  color: #ffffff;
}

.n-tag-primary-light:hover {
  color: #ffffff;
  background-color: #77cfd9;
}

.n-tag-green {
  background-color: #93cd70;
  color: #ffffff;
}

.n-tag-green:hover {
  color: #ffffff;
  background-color: #76c04a;
}

.n-tag-purple {
  background-color: #7a306c;
  color: #ffffff;
}

.n-tag-purple:hover {
  color: #ffffff;
  background-color: #55224c;
}

.n-tag-purple-light {
  background-color: #c3acce;
  color: #ffffff;
}

.n-tag-purple-light:hover {
  color: #ffffff;
  background-color: #ac8cbb;
}

.n-tag-red {
  background-color: #eb5e28;
  color: #ffffff;
}

.n-tag-red:hover {
  color: #ffffff;
  background-color: #cd4713;
}

.n-tag-secondary {
  background-color: #ffe980;
  color: #000000;
}

.n-tag-secondary:hover {
  color: #000000;
  background-color: #ffe04d;
}

.n-tag-outline-gray {
  border: 1px solid #b7b7b7;
  color: #444444;
}

.n-tag-outline-gray:hover {
  background-color: #b7b7b7;
  color: #ffffff;
}

.n-tag-light-blue {
  position: relative;
  background-color: #e6f9fc;
}

.n-tag-light-blue:hover {
  color: #000000;
  background-color: #ffffff;
}

.n-tag-light-blue:hover:before {
  background: linear-gradient(45deg, #ab449c, #31c3ca) border-box;
}

.n-tag-light-blue:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#ffffff 0, #ffffff 0) padding-box, linear-gradient(#ffffff 0, #ffffff 0);
  -webkit-mask: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(#ffffff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  content: "";
}

.n-tag-white {
  background-color: #ffffff;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, .11);
}

.n-tag-white:hover {
  color: #000000;
  background-color: #e6e6e6;
}

.n-tag-delete {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
}

.n-tag-delete:before,.n-tag-delete:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 75%;
  height: 1px;
  background-color: #008887;
  content: "";
}

.n-tag-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.n-tag-remove {
  position: relative;
  padding-right: 30px;
  background-color: #e6f9fc;
}

.n-tag-remove-btn {
  position: absolute;
  right: 5px;
  top: 0;
  width: 25px;
  height: 25px;
  padding: 0;
  color: #008887;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.n-tag-remove-btn:hover {
  color: red;
}

.n-tag-remove-btn:before,.n-tag-remove-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 50%;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.n-tag-remove-btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.n-tag img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.n-tag-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.n-tag-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.n-tag-checkbox input[type=checkbox]:checked+.n-tag-light-blue {
  color: #000000;
  background-color: #ffffff;
}

.n-tag-checkbox input[type=checkbox]:checked+.n-tag-light-blue:before {
  background: linear-gradient(45deg, #ab449c, #31c3ca) border-box;
}

.n-tags-search {
  padding: 15px 25px;
}

.n-tags-search-form-control {
  margin-bottom: 30px;
}

.n-tags-search-form-control input[type=search] {
  height: 50px;
  font-size: 16px;
}

.n-tags-search-title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.n-tags-search-tags {
  margin-top: -5px;
  margin-right: -5px;
}

.n-tags-search-tags>* {
  margin-top: 5px;
  margin-right: 5px;
}

.n-tags-search .tags-list {
  float: none;
  max-width: none;
  padding: 0;
}

.n-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.n-dropdown:hover .n-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.n-dropdown-opener img {
  position: relative;
  top: -3px;
  margin-bottom: -3px;
}

.n-dropdown-menu {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
  border-radius: 15px;
  overflow: hidden;
}

.n-dropdown-item {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 5px 15px;
  color: #444444;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  text-align: left;
  cursor: pointer;
}

.n-dropdown-item:hover {
  color: #444444;
  background-color: rgba(52, 174, 177, .1);
}

.n-dropdown-item:active {
  color: #ffffff;
  background-color: #34aeb1;
}

.n-dropdown-item svg {
  margin-top: -3px;
  margin-right: 5px;
  vertical-align: middle;
}

.n-dropdown-divider {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, .2);
}

.n-btn {
  display: inline-block;
  vertical-align: middle;
  padding: 1.65rem 2.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2.4rem;
  background-color: rgba(0, 0, 0, 0);
  border: .1rem solid rgba(0, 0, 0, 0);
}

.n-btn-block {
  width: 100%;
}

.n-btn-sm {
  font-size: 12px;
  padding: 9px 16px;
  font-weight: 500;
  border-width: 1px;
}

.n-btn-xsm {
  font-size: 12px;
  padding: 5px 14px 7px;
  font-weight: 500;
  border-width: 1px;
}

.n-btn-primary {
  color: #1c3449;
  background-color: #ffe163;
  border-color: #ffe163;
}

.n-btn-primary:hover {
  background-color: #ffd730;
}

.n-btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 225, 99, .5);
}

.n-btn-outline-gray {
  border-color: #b7b7b7;
}

.n-btn-outline-gray:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, .11);
}

.n-btn>img {
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.n-btn>.icon-arrow.icon-arrow-left {
  margin-right: 5px;
}

.n-btn-play {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #e6f9fc;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, .11);
  border-radius: 50%;
}

.n-btn-play:hover {
  background-color: #ffffff;
}

.n-btn-play img {
  width: 30%;
  margin-right: -7%;
}

.n-btn-clear {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}

.n-btn-clear svg {
  display: block;
}

.n-post-detail {
  padding-top: 40px;
  padding-bottom: 50px;
}

.n-post-detail-content {
  margin-bottom: 48px;
}

.n-post-detail-content:after {
  display: block;
  clear: both;
  content: "";
}

.n-post-detail-content>figure {
  width: 100% !important;
  margin: 0 0 20px;
}

.n-post-detail-content>figure img {
  width: 100%;
  margin-bottom: 8px;
  border-radius: 30px;
}

.n-post-detail-content>figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  color: #b7b7b7;
}

.n-post-detail-content-header {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.n-post-detail-content-report .n-post-detail-content-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.n-post-detail-content-body {
  padding-bottom: 32px;
}

.n-post-detail-content-body .n-btn {
  margin-top: 1.5em;
}

.n-post-detail-content-media>*,.n-post-detail-content-related>* {
  margin-bottom: 30px;
}

.n-post-detail-video-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.n-post-detail b {
  font-weight: 600;
}

.n-post-detail-subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.n-post-detail-title {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  color: #000000;
}

.n-post-detail-author-title {
  display: block;
  margin-bottom: 5px;
}

.n-post-detail-author p {
  margin-bottom: 0;
}

.n-post-detail-content-report .n-post-detail-author p {
  margin-bottom: 1.5em;
}

.n-related-box {
  margin-bottom: 24px;
  border-radius: 30px;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
}

.n-related-box-title {
  font-size: 18px;
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.n-related-box-item {
  padding: 25px;
}

.n-related-box-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.n-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 350px;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}

.n-card:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-image: linear-gradient(to top, #000000 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.n-card-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-card-body {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
}

.n-card-btn {
  width: 100%;
}

.n-card-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
  color: #b7b7b7;
}

.n-card-text:only-child {
  text-align: left;
}

.n-icons-list-sm .n-icons-list-item {
  margin-right: 0;
}

.n-icons-list-sm .n-icons-list-link {
  width: 35px;
  height: 35px;
  border-width: 2px;
}

.n-icons-list-md .n-icons-list-link {
  border-width: 2px;
}

.n-icons-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  margin-bottom: 6px;
}

.n-icons-list-link {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.n-icons-list-link:hover {
  background-color: currentColor;
}

.n-icons-list-link:hover img {
  filter: brightness(0) invert(1);
}

.n-icons-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.n-tooltip {
  position: relative;
}

.n-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
}

.n-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 150px;
  max-width: 300px;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  background-color: #ffe980;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  border-radius: 5px;
  content: attr(data-tooltip);
  opacity: 0;
  visibility: hidden;
}

.n-activity-detail {
  padding-top: 50px;
  padding-bottom: 50px;
}

.n-activity-detail-header-category {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #044444;
  text-transform: uppercase;
}

.n-activity-detail-header-text {
  font-size: 14px;
}

.n-activity-detail-header-footer>* {
  margin-right: 6px;
  margin-bottom: 6px;
}

.n-activity-detail-header-footer a .icon-arrow-left {
  margin-top: -4px;
}

.n-activity-detail-header-footer .n-dropdown-opener img {
  margin-top: -5px;
}

.n-activities {
  margin-bottom: 58px;
}

.n-activities-title {
  margin-bottom: 41px;
}

.n-activity {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.n-activity-active .n-activity-text {
  -webkit-line-clamp: unset;
}

.n-activity-active .n-activity-link-more {
  display: none;
}

.n-activity-active .n-activity-link-less {
  display: inline;
}

.n-activity-title {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  color: #000000;
}

.n-activity-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}

.n-activity-link-less {
  display: none;
}

.n-activity-box {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.n-activity-box-title {
  font-size: 16px;
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.n-activity-box-item {
  padding: 20px 15px;
  border-bottom: 1px solid #d7d7d7;
}

.n-activity-box-item:last-child {
  border-bottom: none;
}

.n-activity-box-item a:not([class]) {
  color: #000000;
}

.n-activity-box-item a:not([class]):hover {
  color: #34aeb1;
}

.n-activity-box-list {
  color: #000000;
}

.n-activity-box-list-item {
  margin-bottom: 9px;
}

.n-activity-box-tags>a {
  margin-bottom: 5px;
}

.n-icons-list-2-lg {
  margin-right: -10px;
}

.n-icons-list-2-lg .n-icons-list-2-item {
  width: 76px;
  height: 76px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.n-icons-list-2-item {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-bottom: 4px;
}

.n-icons-list-2-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.n-publications {
  padding-top: 25px;
  padding-bottom: 25px;
}

.n-publication {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}

.n-publication-subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.n-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.n-section-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

.n-section-header {
  margin-bottom: 30px;
  text-align: center;
}

.n-section-border-bottom {
  position: relative;
}

.n-section-border-bottom:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  max-width: 1392px;
  height: 1px;
  background-color: #e1e1e1;
  content: "";
}

.n-section-header-row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.n-section-sm .n-section-header-row {
  margin-bottom: 25px;
}

.n-section-sm .n-section-header-row h4,.n-section-sm .n-section-header-row .h4 {
  font-size: 24px;
}

.n-section-header-row-title {
  flex: 1 1 auto;
  padding-right: 30px;
  margin-bottom: 0;
}

.n-section-header-row-btn {
  flex: 0 0 auto;
  margin-left: auto;
}

.n-read-more {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.n-read-more:hover .n-read-more-icon {
  background-color: #fff200;
}

.n-read-more-icon {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  border: 1px solid #fff200;
  border-radius: 50%;
}

.n-box {
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
  border-radius: 30px;
}

.n-visual {
  margin-top: var(--header-height);
}

.n-activity-status:before {
  display: inline-block;
  vertical-align: middle;
  width: .8em;
  height: .8em;
  margin-top: -2px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  content: "";
}

.n-activity-status-green:before {
  border-color: #00f7c0;
}

.n-activity-status-orange:before {
  border-color: #fb9400;
}

.n-activity-status-red:before {
  border-color: red;
}

.n-activity-timeline {
  white-space: nowrap;
  overflow: hidden;
}

.n-activity-timeline-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 12px;
}

.n-activity-timeline-title:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background-color: #b7b7b7;
  content: "";
}

.n-activity-timeline-dates {
  padding-left: 5px;
  padding-right: 8px;
  font-weight: 600;
}

.n-active-status-icon {
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.n-subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
  font-family: "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.n-text-success {
  color: #93cd70;
}

.n-activities-2-title {
  margin-bottom: 20px;
}

.n-activity-2 {
  margin-bottom: 15px;
  padding: 20px 15px;
}

.n-activity-2-sm {
  padding: 0;
  margin-bottom: 0;
}

.n-activity-2-sm .n-activity-status:before {
  margin-right: 0;
}

.n-activity-2-sm .n-activity-2-footer {
  padding-top: 6px;
}

.n-activity-2-category {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  color: #000000;
}

.n-activity-2-title {
  font-size: 16px;
  display: block;
  padding-top: 6px;
  color: #000000;
  line-height: 1.2;
}

.n-activity-2-title a {
  color: inherit;
}

.n-activity-2-title a:hover {
  color: #34aeb1;
}

.n-activity-2-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 11px;
}

.n-activity-2-footer>* {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sdg-popup {
  --padding: 15px;
}

.sdg-popup-frame {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, .7);
  overflow-y: auto;
  touch-action: pan-y;
  opacity: 0;
  visibility: hidden;
}

.show .sdg-popup-frame {
  opacity: 1;
  visibility: visible;
}

.sdg-popup-wrap {
  width: min(500px, 100vw - 30px);
  margin: 30px auto;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
}

.sdg-popup .head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: var(--padding);
  border-bottom: 1px solid #d7d7d7;
}

.sdg-popup .head .title {
  flex-grow: 1;
}

.sdg-popup .head .close {
  flex-shrink: 0;
}

.sdg-popup .close {
  position: relative;
  width: 40px;
  height: 40px;
  color: #065fa8;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.sdg-popup .close:before,.sdg-popup .close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 75%;
  height: 1px;
  background-color: currentColor;
  content: "";
}

.sdg-popup .close::before {
  rotate: 45deg;
}

.sdg-popup .close::after {
  rotate: -45deg;
}

.sdg-popup .sdg-list {
  padding: var(--padding);
}

.sdg-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sdg-list img {
  width: max(40px, min(6vw, 75px));
  border-radius: 4px;
}

.n-posts-2-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.n-posts-2-section-title {
  font-size: 26px;
  margin-bottom: 30px;
}

.n-posts-2-section-footer {
  padding-top: 30px;
}

.n-post-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
  border-radius: 30px;
  background-color: #ffffff;
}

.n-post-2-img {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  position: relative;
  display: block;
  flex: 0 0 auto;
  padding-top: 65%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
}

.n-post-2-img:hover {
  opacity: .8;
}

.n-post-2-img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff url("../images/update/n-mosaic.png") 100% 100% no-repeat;
  background-size: 100% auto;
  opacity: .3;
  content: "";
}

.n-post-2-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-post-2-meta {
  margin-bottom: 15px;
}

.n-post-2-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
}

.n-post-2-title {
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  color: #444444;
}

.n-post-2-title:hover {
  color: #000000;
}

.n-post-2-title a {
  color: inherit;
}

.n-post-2-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px;
}

.n-post-2-footer {
  margin-top: auto;
  padding-top: 32px;
}

.n-post-slider {
  margin-bottom: 30px;
}

.n-post-slider .n-slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
}

.n-post-slider .n-slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}

.n-post-slider .n-slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}

.n-post-slider figure {
  display: flex;
  flex-direction: column;
  height: 350px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0;
  background-color: #f5f5f5;
}

.n-post-slider figure div {
  position: relative;
  flex: 1 1 auto;
}

.n-post-slider figure figcaption {
  flex: 0 0 auto;
  padding: 10px 30px 13px;
  font-size: 14px;
  line-height: 1.5;
}

.n-post-slider figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-popup {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  display: block !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y;
  visibility: hidden;
  opacity: 0;
  text-align: left;
}

.n-popup-active .n-popup {
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, .7);
}

.n-popup-dialog {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  max-width: 507px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, .15);
}

.n-popup-sidebar {
  padding-left: 0;
  padding-right: 0;
  overflow-y: hidden;
}

.n-popup-sidebar .n-popup-dialog {
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  max-width: 600px;
  height: var(--full-viewport);
  margin: 0;
}

.n-popup-active .n-popup-sidebar .n-popup-dialog {
  transform: translateX(0);
}

.n-popup-sidebar .n-popup-header,.n-popup-sidebar .n-popup-footer {
  flex: 0 0 auto;
}

.n-popup-sidebar .n-popup-body {
  flex: 1 1 auto;
  overflow-y: auto;
  touch-action: pan-y;
}

.n-popup-sidebar-2 {
  padding-left: 0;
  padding-right: 0;
}

.n-popup-sidebar-2>.n-popup-dialog {
  font-size: 14px;
  transform: translateX(100%);
  max-width: 650px;
  margin: 0 0 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 1.44;
  background-color: #fafafa;
}

.n-popup-active .n-popup-sidebar-2>.n-popup-dialog {
  transform: translateX(0);
}

.n-popup-sidebar-2-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  color: #969696;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.n-popup-sidebar-2-close:before,.n-popup-sidebar-2-close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 95%;
  height: 2px;
  background-color: currentColor;
  content: "";
}

.n-popup-sidebar-2-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.n-popup-close:not(.n-popup-sidebar-2-close),.n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
  font-size: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 400;
  color: #444444;
}

.n-popup-close:not(.n-popup-sidebar-2-close):after,.n-popup-sdg-close:not(.n-popup-sidebar-2-close):after {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 2em;
  line-height: .5;
  font-weight: 300;
  color: #34aeb1;
  content: "×";
}

.n-popup-header {
  display: flex;
  align-items: center;
  padding: 17px 15px;
  border-bottom: 1px solid #d7d7d7;
}

.n-popup-body {
  padding: 17px 15px;
}

.n-popup-footer {
  border-top: 1px solid #d7d7d7;
  padding: 17px 15px;
}

.n-popup-title {
  font-size: 16px;
  flex: 1 1 auto;
  margin-right: auto;
  padding-right: 30px;
}

.n-popup-sdg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-y;
  visibility: hidden;
  text-align: left;
  background-color: rgba(255, 255, 255, .5);
}

.n-popup-sdg-active .n-popup-sdg {
  opacity: 1;
  visibility: visible;
}

.n-video-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.n-video-block:after {
  display: block;
  padding-top: 60%;
  background: rgba(0, 0, 0, .3) linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: inherit;
  content: "";
}

.n-video-block-sm .n-video-block-title {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #b7b7b7;
}

.n-video-block-sm .n-video-block-btn-play {
  width: 79px;
  height: 79px;
}

.n-video-block-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.n-video-block-btn-play {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.n-video-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 15px;
  color: #ffffff;
}

.n-video-block-title {
  font-size: 26px;
  margin-bottom: 0;
  font-family: "Noto Sans", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.n-sr-only,.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (min-width: 360px) {
  .n-visual-sm .n-visual-title {
    font-size: calc(32px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-visual-date {
    font-size: calc(10px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-dropdown-item {
    font-size: calc(12px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-btn-sm {
    font-size: calc(12px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-btn-xsm {
    font-size: calc(12px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-post-detail-subtitle {
    font-size: calc(14px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-post-detail-title {
    font-size: calc(20px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-related-box-title {
    font-size: calc(18px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-detail-header-text {
    font-size: calc(14px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-title {
    font-size: calc(20px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-box {
    font-size: calc(14px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-box-title {
    font-size: calc(16px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-publication-subtitle {
    font-size: calc(14px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-section-sm .n-section-header-row h4,.n-section-sm .n-section-header-row .h4 {
    font-size: calc(24px + strip-unit(8px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-read-more {
    font-size: calc(14px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-subtitle {
    font-size: calc(14px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-2-category {
    font-size: calc(12px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-activity-2-title {
    font-size: calc(16px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-posts-2-section-title {
    font-size: calc(26px + strip-unit(6px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-popup-sidebar-2>.n-popup-dialog {
    font-size: calc(14px + strip-unit(4px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-popup-close:not(.n-popup-sidebar-2-close),.n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
    font-size: calc(14px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-popup-title {
    font-size: calc(16px + strip-unit(2px)*(100vw - 360px)/strip-unit(1120px));
  }

  .n-video-block-title {
    font-size: calc(26px + strip-unit(6px)*(100vw - 360px)/strip-unit(1120px));
  }
}

@media (min-width: 520px) {
  .n-posts-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .n-posts-2>* {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media (min-width: 768px) {
  .n-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .n-visual-inner {
    min-height: 300px;
  }

  .n-visual-content {
    width: 70%;
  }

  .n-btn {
    padding: 15px 25px;
  }

  .n-btn-sm {
    padding: 9px 16px;
  }

  .n-btn-xsm {
    padding: 5px 14px 7px;
  }

  .n-btn-play {
    width: 75px;
    height: 75px;
  }

  .n-post-detail-body {
    display: flex;
  }

  .n-post-detail-sidebar {
    flex: 0 0 115px;
    margin-right: 30px;
  }

  .n-post-detail-content {
    order: 1;
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .n-activity-detail-row {
    display: flex;
  }

  .n-activity-detail-content {
    flex: 1 1 59.3%;
    max-width: 59.3%;
    order: 1;
  }

  .n-activity-detail-sidebar {
    flex: 1 1 40.7%;
    max-width: 40.7%;
    padding-right: 30px;
  }

  .n-posts-2>* {
    flex: 1 1 calc(33.33333% - 1rem);
    max-width: calc(33.33333% - 1rem);
  }

  .n-post-slider {
    float: right;
    width: 380px;
    margin: 0 0 25px 30px;
  }

  .n-video-block-content {
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .n-post-detail-content-report .n-post-detail-content-header {
    min-height: 100px;
  }

  .n-post-detail-content-report .n-post-detail-content-body {
    min-height: 280px;
  }

  .n-post-detail-content-media,.n-post-detail-content-related-list {
    float: left;
    width: 300px;
  }

  .n-post-detail-content-webinar .n-post-detail-content-media,.n-post-detail-content-webinar .n-post-detail-content-related-list {
    width: 400px;
  }

  .n-post-detail-content-related-activities {
    padding-top: 24px;
    border-top: 1px solid #e1e1e1;
  }

  .n-post-detail-content-header,.n-post-detail-content-body,.n-post-detail-content-related-activities {
    float: right;
    width: calc(100% - 300px - 30px);
    margin-left: 30px;
  }

  .n-post-detail-content-webinar .n-post-detail-content-header,.n-post-detail-content-webinar .n-post-detail-content-body,.n-post-detail-content-webinar .n-post-detail-content-related-activities {
    width: calc(100% - 400px - 30px);
  }

  .n-post-detail-content {
    position: relative;
  }

  .n-post-detail-content-media {
    margin-bottom: var(--gutter-size);
  }

  .n-post-detail-content-related-list {
    position: absolute;
    top: 380px;
  }

  .n-post-detail:not(:has(.n-post-detail-content-media)) .n-post-detail-content-related-list {
    top: 0;
  }

  .n-post-2-img {
    padding-top: 51.5%;
  }

  .n-post-2-content {
    padding: 21px 26px;
  }

  .n-post-slider {
    width: 470px;
    margin: 2px 0 25px 30px;
  }

  .n-video-block-sm:after {
    padding-top: 76.8%;
  }
}

@media (min-width: 1200px) {
  .n-popup-sidebar .n-popup-dialog {
    max-width: 374px;
  }
}

@media (min-width: 1280px) {
  .n-popup-sidebar-2>.n-popup-dialog {
    padding-left: 50px;
    padding-right: 50px;
  }

  .n-popup-sidebar-2-close {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1480px) {
  .n-container {
    padding-left: 144px;
    padding-right: 144px;
  }

  .n-container-lg {
    padding-left: 62px;
    padding-right: 62px;
  }

  .n-visual-inner {
    min-height: 364px;
    padding-bottom: 65px;
  }

  .n-visual-content {
    padding-top: 63px;
  }

  .n-visual-tags .n-tag,.n-visual-tags .n-btn {
    font-size: 14px;
    font-weight: 500;
  }

  .n-tag {
    padding: 3.5px 12px;
  }

  .n-tag-lg {
    padding: 12px 16px;
  }

  .n-btn {
    padding: 20px 38px;
  }

  .n-btn-sm {
    padding: 9px 16px;
  }

  .n-btn-xsm {
    padding: 5px 14px 7px;
  }

  .n-btn-play {
    width: 111px;
    height: 111px;
  }

  .n-post:not(.n-post-lg) .n-btn-play {
    width: 75px;
    height: 75px;
  }

  .n-post-detail {
    padding-top: 78px;
    padding-bottom: 108px;
  }

  .n-post-detail-sidebar {
    margin-right: 80px;
  }

  .n-post-detail-content>figure {
    margin: 0 0 42px;
  }

  .n-post-detail-content-header {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .n-post-detail-content-report .n-post-detail-content-header {
    min-height: 200px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .n-post-detail-content-report .n-post-detail-content-body {
    min-height: 410px;
  }

  .n-post-detail-content-media,.n-post-detail-content-related-list {
    width: 396px;
  }

  .n-post-detail-content-webinar .n-post-detail-content-media,.n-post-detail-content-webinar .n-post-detail-content-related-list {
    width: 510px;
  }

  .n-post-detail-content-header,.n-post-detail-content-body,.n-post-detail-content-related-activities {
    width: calc(100% - 396px - 60px);
    margin-left: 60px;
  }

  .n-post-detail-content-webinar .n-post-detail-content-header,.n-post-detail-content-webinar .n-post-detail-content-body,.n-post-detail-content-webinar .n-post-detail-content-related-activities {
    width: calc(100% - 510px - 60px);
  }

  .n-post-detail-content-media>*,.n-post-detail-content-related>* {
    margin-bottom: 45px;
  }

  .n-post-detail-video-block {
    margin-top: 63px;
    margin-bottom: 71px;
  }

  .n-post-detail-subtitle {
    margin-bottom: 21px;
  }

  .n-post-detail-title {
    margin-bottom: 26px;
  }

  .n-post-detail-author-title {
    margin-bottom: 10px;
  }

  .n-post-detail-content-related-list {
    position: absolute;
    top: 607px;
  }

  .n-post-detail:not(:has(.n-post-detail-content-media)) .n-post-detail-content-related-list {
    top: 0;
  }

  .n-card {
    min-height: 562px;
  }

  .n-icons-list-md .n-icons-list-link {
    width: 50px;
    height: 50px;
  }

  .n-icons-list-link {
    width: 67px;
    height: 67px;
  }

  .n-activity-detail {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .n-activity-detail-sidebar {
    padding-right: 84px;
  }

  .n-activity {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }

  .n-activity-title {
    margin-bottom: 27px;
  }

  .n-activity-text {
    margin-bottom: 23px;
  }

  .n-activity-box {
    margin-bottom: 44px;
  }

  .n-activity-box-title {
    margin-bottom: 24px;
  }

  .n-activity-box-item {
    padding: 35px 35px 25px;
  }

  .n-activity-box-tags>a {
    margin-right: 5px;
    margin-bottom: 17px;
  }

  .n-icons-list-2-lg {
    margin-right: -20px;
  }

  .n-icons-list-2-lg .n-icons-list-2-item {
    width: 98px;
    height: 98px;
    margin-right: 18px;
    margin-bottom: 20px;
  }

  .n-icons-list-2-item {
    width: 76px;
    height: 76px;
  }

  .n-publication {
    padding-bottom: 40px;
    margin-bottom: 35px;
  }

  .n-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .n-section-sm {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .n-section-header {
    margin-bottom: 70px;
  }

  .n-section-border-bottom:before {
    max-width: calc(100% - 288px);
  }

  .n-activities-2-title {
    margin-bottom: 40px;
  }

  .n-activity-2 {
    padding: 19px 27px;
    margin-bottom: 30px;
  }

  .n-posts-2-section {
    padding-top: 68px;
    padding-bottom: 137px;
  }

  .n-posts-2-section-title {
    margin-bottom: 59px;
  }

  .n-posts-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .n-posts-2>* {
    flex: 1 1 calc(33.33333% - 2rem);
    max-width: calc(33.33333% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .n-post-2 {
    margin-bottom: 40px;
  }

  .n-post-2-meta {
    margin-bottom: 23px;
  }

  .n-post-slider .n-slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .n-popup-sidebar-2>.n-popup-dialog {
    max-width: 1048px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .n-popup-sidebar-2-close {
    top: 52px;
    right: 60px;
  }

  .n-video-block-sm .n-video-block-content {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .n-video-block-content {
    padding: 24px 50px;
  }
}

@media screen and (min-width: 1480px) {
  .n-visual-sm .n-visual-title {
    font-size: 36px;
  }

  .n-visual-date {
    font-size: 12px;
  }

  .n-dropdown-item {
    font-size: 14px;
  }

  .n-btn-sm {
    font-size: 14px;
  }

  .n-btn-xsm {
    font-size: 14px;
  }

  .n-post-detail-subtitle {
    font-size: 16px;
  }

  .n-post-detail-title {
    font-size: 24px;
  }

  .n-related-box-title {
    font-size: 20px;
  }

  .n-activity-detail-header-text {
    font-size: 18px;
  }

  .n-activity-title {
    font-size: 24px;
  }

  .n-activity-box {
    font-size: 16px;
  }

  .n-activity-box-title {
    font-size: 20px;
  }

  .n-publication-subtitle {
    font-size: 16px;
  }

  .n-section-sm .n-section-header-row h4,.n-section-sm .n-section-header-row .h4 {
    font-size: 32px;
  }

  .n-read-more {
    font-size: 18px;
  }

  .n-subtitle {
    font-size: 16px;
  }

  .n-activity-2-category {
    font-size: 14px;
  }

  .n-activity-2-title {
    font-size: 18px;
  }

  .n-posts-2-section-title {
    font-size: 32px;
  }

  .n-popup-sidebar-2>.n-popup-dialog {
    font-size: 18px;
  }

  .n-popup-close:not(.n-popup-sidebar-2-close),.n-popup-sdg-close:not(.n-popup-sidebar-2-close) {
    font-size: 16px;
  }

  .n-popup-title {
    font-size: 18px;
  }

  .n-video-block-title {
    font-size: 32px;
  }
}

@media (hover: hover) {
  .n-visual-tags .n-tag-outline-gray:hover {
    color: #444444;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, .11);
  }

  .sdg-popup .close:hover {
    background-color: #065fa8;
    color: #ffffff;
  }
}

