@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-SboldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Reg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-RegItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Sbold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue: #009dda;
  --black: #333;
  --dark-blue: #0e76bc;
  --green: #34b04c;
  --yellow: #f2d12f;
  --white-green: #f2f5f1;
  --dark-blue-2: #1675b8;
  --black-blue: #424e57;
  --grey: #d5d6d5;
  --grey-2: #adadad;
  --light-grey: #dadada;
  --black-3: #5e5e5e;
  --grey-3: #e8e8e8;
  --sdg7: #ffb516;
  --sdg9: #f47635;
  --sdg-1: #e6243c;
  --black-2: #717171;
  --green-2: #34be8f;
  --sdg-2: #dea83b;
  --sdg-3: #4da038;
  --sdg-4: #c51a2d;
  --sdg-5: #ff3922;
  --sdg-6: #25bde2;
  --sdg-7: #fdc20c;
  --sdg-8: #a21a42;
  --sdg-9: #fe6925;
  --sdg-10: #de1267;
  --sdg-11: #fd9d24;
  --sdg-12: #be8b2f;
  --sdg-13: #3e7d44;
  --sdg-14: #0997d9;
  --sdg-15: #55c02a;
  --sdg-16: #00689d;
  --sdg-17: #1a486a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Roboto, sans-serif;
}

.head {
  position: relative;
}

.navbar {
  z-index: 90;
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  background-color: #fff0;
  background-image: linear-gradient(#30392bcc, #fff0 70%);
}

.container {
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.container.pt-100 {
  padding-top: 100px;
}

.container.pt-100.pb-100 {
  padding-bottom: 100px;
}

.container.pt-150 {
  padding-top: 150px;
}

.container.pt-150.pb-100 {
  padding-bottom: 100px;
}

.container.pt-150.pb-150 {
  padding-bottom: 150px;
}

.container.pt-50 {
  padding-top: 50px;
}

.container.pt-50.pb-100 {
  padding-bottom: 100px;
}

.container.pb-100 {
  padding-bottom: 150px;
}

.head-logo {
  width: 90px;
  min-width: 90px;
}

.brand {
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  order: -9999;
  width: 90px;
  min-width: 90px;
  max-width: 100%;
  height: 60px;
}

.brand:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  background-image: url('../images/logo-white.svg');
}

.contact-btn {
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.contact-btn:hover {
  border-color: var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.menu-link {
  color: var(--black);
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.menu-link:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  color: var(--white);
}

.menu-link:hover {
  color: var(--dark-blue);
}

.menu-link.w--current {
  color: var(--green);
}

.menu-link.w--current:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  color: var(--yellow);
}

.menu-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.head-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.menu-drop-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.menu-drop-toggle:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  color: var(--white);
}

.menu-drop-toggle:hover {
  color: var(--dark-blue);
}

.menu-drop-toggle:hover:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  color: var(--yellow);
}

.menu-drop-toggle-tx {
  text-decoration: none;
}

.menu-drop-list {
  justify-content: space-between;
}

.menu-drop-list.w--open {
  background-color: #fff0;
  justify-content: space-between;
  width: 200px;
  padding-top: 5px;
  display: flex;
}

.menu-sub-link {
  text-align: left;
  white-space: normal;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
}

.menu-sub-link:hover {
  color: var(--dark-blue);
}

.menu-sub-link.w--current {
  color: var(--green);
}

.menu-sub-list {
  text-align: center;
  background-color: #ffffffe6;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.menu-drop-arrow-icon {
  background-image: url('../images/menu-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  min-width: 8px;
  height: 8px;
}

.menu-drop-arrow-icon:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  background-image: url('../images/menu-arrow-white.svg');
}

.overflow-x {
  margin-top: 88px;
}

.overflow-x.home {
  margin-top: 0;
}

.hero-sec {
  position: relative;
}

.hero-slider {
  background-color: var(--white-green);
  width: 100%;
  height: 1000px;
  position: relative;
}

.hero-bot-graphic-img {
  z-index: 5;
  width: 100%;
  height: 146px;
  position: absolute;
  inset: auto auto 0%;
}

.hero-slide-content-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-bg-block {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-bg-gen {
  z-index: -1;
  opacity: 0;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#00000080, #fff0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.hero-bg-gen.head-logo {
  opacity: 0;
  height: 100%;
}

.hero-bg-gen.head-logo:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  z-index: -1;
  height: 100%;
  display: none;
}

.hero-slide-content-row {
  width: 100%;
  max-width: 1920px;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
}

.hero-slide-content-circle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #009ddacc;
  background-image: url('../images/hero-banner-content-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  min-width: 550px;
  height: 550px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-slide-content-title {
  color: var(--white);
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.hero-slide-content-tx {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.slide-nav {
  z-index: 10;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% 30px;
}

.menu-right {
  order: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-half-row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content-left {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
}

.content-left.ml-0 {
  padding-left: 0%;
}

.content-right {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
}

.abt-img-block {
  grid-column-gap: 6%;
  grid-row-gap: 6%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.abt-img-block.v-center {
  align-items: center;
}

.abt-img-item {
  border-radius: 30px;
  width: 47%;
  height: 450px;
  overflow: hidden;
}

.abt-img-item.mt-80 {
  margin-top: 80px;
}

.abt-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-abt-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-abt-content.mt-80 {
  margin-top: 80px;
}

.content-title {
  color: var(--black);
  font-size: 54px;
  font-weight: 700;
  line-height: 60px;
}

.home-abt-content-des {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.goals-logo-img {
  width: 260px;
}

.content-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.btn {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.btn:where(.w-variant-e5064255-3866-2701-9af2-aa8a39aafdf4) {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.btn:where(.w-variant-381d0464-78e7-4439-6f6b-bb5a7aaab406) {
  border-color: var(--dark-blue-2);
  background-color: var(--dark-blue-2);
}

.btn:where(.w-variant-2611d99b-e2ca-5ed6-acf8-f60c5d861aff) {
  border-color: var(--black);
  background-color: var(--black);
}

.btn:hover {
  border-color: var(--green);
  background-color: var(--white);
  color: var(--green);
}

.btn:hover:where(.w-variant-e5064255-3866-2701-9af2-aa8a39aafdf4) {
  border-color: var(--yellow);
  color: var(--yellow);
}

.btn:hover:where(.w-variant-381d0464-78e7-4439-6f6b-bb5a7aaab406) {
  border-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
}

.btn:hover:where(.w-variant-2611d99b-e2ca-5ed6-acf8-f60c5d861aff) {
  border-color: var(--black);
  color: var(--black);
}

.btn-arrow-icon {
  width: 8px;
  margin-left: 15px;
}

.data-count-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.data-count-item {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.num-tx {
  color: var(--blue);
  text-align: center;
  font-family: Proximanova, Arial, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.num-block {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.num-info-tx {
  text-align: left;
  font-size: 24px;
  line-height: 30px;
}

.project-high-sec.bg-white-green {
  background-color: var(--white-green);
}

.listing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.listing-title-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.listing-title {
  font-size: 45px;
  line-height: 60px;
}

.more-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--green);
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.more-btn:hover {
  color: var(--black-blue);
}

.more-btn.mb-10 {
  margin-bottom: 10px;
}

.more-btn.blue {
  color: var(--dark-blue);
}

.more-btn.blue:hover {
  color: var(--blue);
}

.more-btn-tx {
  font-size: 20px;
  font-weight: 300;
}

.more-btn-arrow {
  background-image: url('../images/listing-more-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  min-width: 24px;
  height: 18px;
}

.news-listing-row {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.highlight-part {
  border-bottom: 1px solid var(--grey);
  flex-flow: column;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.highlight-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  flex-flow: column;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.highlight-item-cover {
  border-radius: 30px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.highlight-item-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.highlight-item-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.highlight-item-info-date {
  color: var(--green);
  font-weight: 700;
}

.highlight-item-info-date.blue {
  color: var(--dark-blue);
}

.highlight-item-info-title {
  color: var(--black-blue);
  font-size: 30px;
  line-height: 36px;
  text-decoration: none;
}

.list-item-tag-row {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.list-item-tag-link {
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.list-item-tag-link.bg-blue {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.listing-part {
  border-top: 1px solid var(--grey);
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.listing-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--grey);
  width: 100%;
  color: var(--black);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.listing-item-cover {
  border-radius: 30px;
  width: 230px;
  min-width: 230px;
  height: 155px;
  overflow: hidden;
}

.listing-item-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.listing-item-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.listing-item-info-date {
  color: var(--green);
  font-weight: 700;
}

.listing-item-info-date.blue {
  color: var(--dark-blue);
}

.listing-item-info-title {
  color: var(--black-blue);
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.promotion-news-sec.bg-white-green {
  background-color: var(--white-green);
}

.resources-list {
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.resources-item {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  flex-flow: wrap;
  justify-content: space-between;
  width: 49%;
  display: flex;
}

.resources-item._1 {
  order: 1;
}

.resources-item._2 {
  order: 2;
}

.resources-item._3 {
  order: 3;
}

.resources-item._4 {
  order: 4;
}

.resources-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  padding: 30px 5%;
  display: flex;
  box-shadow: 0 0 38px -10px #0003;
}

.resources-info-block.gen-green {
  background-image: linear-gradient(108deg, #34b04c26, #fff);
}

.resources-info-block.gen-yellow {
  background-image: linear-gradient(108deg, #f2d12f26, #fff);
}

.resources-info-block.gen-blue {
  background-image: linear-gradient(108deg, #1675b826, #fff);
}

.resources-info-block.gen-black {
  background-image: linear-gradient(108deg, #00000026, #fff);
}

.resources-item-cover {
  border-radius: 30px;
  width: 48%;
  min-height: 250px;
  overflow: hidden;
  box-shadow: 0 0 38px -10px #00000026;
}

.resources-info-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.resources-item-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resources-info-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.resources-info-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.newsletter-block {
  border-radius: 50px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px -10px #0003;
}

.newsletter-block-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.newsletter-block-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 370px;
  padding: 50px 5%;
  display: flex;
  position: relative;
}

.abt-content-title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.tx-yellow {
  color: var(--yellow);
}

.footer-sec {
  background-color: var(--white);
  position: relative;
}

.color-gen-bar {
  background-image: linear-gradient(90deg, var(--green), var(--dark-blue));
  width: 100%;
  height: 5px;
}

.color-gen-bar.head {
  position: absolute;
  inset: auto 0% 0%;
}

.color-gen-bar.head:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  display: none;
}

.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 15px 5%;
  display: flex;
}

.footer-container.pt-100 {
  padding-top: 100px;
}

.footer-container.pt-100.pbt-100 {
  padding-bottom: 100px;
}

.footer-content-row {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-left {
  grid-column-gap: 100px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  order: -9999;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  order: 9999;
}

.footer-logo-img {
  width: 155px;
}

.footer-menu-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

.footer-menu-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 250px;
  display: flex;
}

.footer-menu-main-item {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.footer-menu-main-item:hover {
  color: var(--green);
}

.footer-menu-sub-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-sub-item {
  color: var(--black);
  font-size: 18px;
  text-decoration: none;
}

.footer-menu-sub-item:hover {
  color: var(--yellow);
}

.cuhk-logo-link.right {
  display: none;
}

.cuhk-logo-img {
  width: 318px;
}

.logo-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.social-row {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.social-link {
  background-color: var(--dark-blue);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.social-link.fb {
  background-image: url('../images/social-icon-fb-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.social-link.ig {
  background-image: url('../images/social-icon-ig-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.social-link.x {
  background-image: url('../images/social-icon-x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.social-link.linkin {
  background-image: url('../images/social-icon-linkedin-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
}

.copyright-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.copyright-tx {
  color: var(--grey-2);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.footer-link {
  color: var(--grey-2);
  text-decoration: none;
}

.footer-link:hover {
  color: var(--black-blue);
}

.details-listing-sec {
  position: relative;
  overflow: hidden;
}

.details-listing-sec.bg-white-green {
  background-color: var(--white-green);
}

.details-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.details-title-row {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.details-title {
  color: var(--dark-blue);
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

.details-listing-bg-1 {
  background-image: url('../images/sec-top-left-bg-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 540px;
  height: 495px;
  position: absolute;
  inset: -100px auto auto -100px;
}

.details-listing-filter-row {
  width: 100%;
}

.details-share-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.details-share-row.mt-10 {
  margin-top: 10px;
}

.details-share-tx {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.details-share-social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.details-share-social-link {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.details-share-social-link.fb {
  background-image: url('../images/social-icon-fb-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-share-social-link.fb:hover {
  background-image: url('../images/social-icon-fb-blue.svg');
}

.details-share-social-link.ig {
  background-image: url('../images/social-icon-ig-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.details-share-social-link.ig:hover {
  background-image: url('../images/social-icon-ig-blue.svg');
}

.details-share-social-link.x {
  background-image: url('../images/social-icon-x-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-share-social-link.x:hover {
  background-image: url('../images/social-icon-x-blue.svg');
}

.details-share-social-link.linkin {
  background-image: url('../images/social-icon-linkedin-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-share-social-link.linkin:hover {
  background-image: url('../images/social-icon-linkedin-blue.svg');
}

.filter-form-block {
  width: 100%;
  margin-bottom: 0;
}

.filter-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filter-bar {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: wrap;
  order: -9999;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 15px 2px #00000012;
}

.filter-bar-item {
  border-left: 1px solid var(--light-grey);
  justify-content: space-between;
  width: 20%;
  min-width: 150px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.filter-bar-item.first, .filter-bar-item.no-border {
  border-left-width: 0;
}

.filter-select {
  width: 100%;
  color: var(--black-3);
  background-color: #f3f3f300;
  border: 0 solid #000;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 0 30px 0 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.filter-search-block {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: wrap;
  order: 9999;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  box-shadow: 0 0 15px 2px #00000012;
}

.search-field {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--grey);
  width: 100%;
  color: var(--black-3);
  background-image: url('../images/filter-search-icon-green.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.details-top-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.details-news-list {
  grid-column-gap: 3.3%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.details-news-list-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 44px;
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px 9px #00000012;
}

.details-news-list-item.gen-blue {
  background-image: linear-gradient(136deg, #0e76bc26, #fff0);
}

.details-news-list-item.gen-green {
  background-image: linear-gradient(136deg, #34b04c26, #fff0);
}

.details-news-cover {
  border-radius: 30px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.details-news-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-news-item-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.details-news-item-info-title {
  color: var(--black-blue);
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.details-news-item-tag-row {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.details-news-item-tag-link {
  border: 1px solid var(--grey-3);
  background-color: var(--grey-3);
  color: var(--black-3);
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.details-news-item-tag-link.bg-blue {
  border-color: var(--dark-blue);
  background-color: var(--dark-blue);
}

.details-news-item-info-date {
  color: var(--black);
  font-size: 16px;
  line-height: 24px;
}

.details-news-item-bot-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.details-news-item-sdg-cate {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.details-news-item-sdg-item {
  background-color: var(--grey);
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.details-news-item-sdg-item.sdg7 {
  background-color: var(--sdg7);
}

.details-news-item-sdg-item.sdg9 {
  background-color: var(--sdg9);
}

.details-news-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.details-news-more-btn:hover {
  background-color: var(--white);
  color: var(--green);
}

.details-news-more-btn-arrow {
  width: 10px;
  min-width: 10px;
}

.details-news-item-top-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.news-details-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.news-details-sec.bg-white-green {
  background-color: var(--white-green);
}

.news-details-top-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.news-details-top-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news-details-top-row.top {
  align-items: flex-start;
}

.back-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 7px 20px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.back-btn:hover {
  border: 1px solid var(--green);
  background-color: var(--white);
  color: var(--green);
}

.back-btn.sdg-1 {
  border-color: var(--sdg-1);
  background-color: var(--sdg-1);
}

.back-btn.sdg-1:hover {
  background-color: var(--white);
  color: var(--sdg-1);
}

.code-embed {
  width: 10px;
}

.news-details-date {
  font-size: 15px;
  line-height: 22px;
}

.news-details-title {
  color: var(--black-2);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.news-details-title.sdg-1 {
  color: var(--sdg-1);
}

.news-details-title-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.news-details-slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.slider-arrow {
  width: 17px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow.left {
  background-image: url('../images/slider-arrow-left-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider-arrow.right {
  background-image: url('../images/slider-arrow-right-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-nav-dots {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 2%;
  display: flex;
}

.news-details-slide-item {
  width: 100%;
}

.news-details-slide-img {
  /* border: 1px solid var(--grey-2); */
  /* display:block is what makes the auto margins centre it. With a single slide the
     image is a flex item of .news-details-slider and gets centred either way, but in
     the multi-slide markup it sits in a plain block .w-slide, where an inline-block
     ignores auto margins and hugs the left as soon as the slide is wider than the
     1170px cap. */
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.news-details-slider-caption {
  width: 100%;
  max-width: 1170px;
  margin: 12px auto 0;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-3);
  text-align: left;
}

/* With a caption present the slider stacks: image -> caption -> dots. It is a row
   flexbox by default and its dots are absolutely pinned to the bottom, so switch to
   a column and drop the dots into normal flow. Sliders without a caption keep the
   default overlay dots (padding-bottom reserves their space). */
.news-details-slider:has(.news-details-slider-caption) {
  flex-flow: column;
  padding-bottom: 20px;
}

.news-details-slider:has(.news-details-slider-caption) .slide-nav-dots {
  position: static;
  height: auto;
  padding-top: 15px;
}

.news-details-info-block {
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  padding-bottom: 30px;
  display: flex;
}

.details-info-tx {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
}

.details-info-table {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.details-info-table-th {
  justify-content: space-between;
  display: flex;
}

.details-info-table-td {
  min-width: 150px;
  padding-right: 15px;
  font-size: 18px;
  line-height: 26px;
}

.details-info-table-tr {
  justify-content: space-between;
  display: flex;
}

.details-info-table-pt-list {
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.details-info-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.details-info-link.sdg-1 {
  color: var(--sdg-1);
}

.other-interest-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.other-interest-block.border-bot {
  border-bottom: 1px solid var(--black);
  padding-bottom: 30px;
}

.others-interest-tx {
  color: var(--black-2);
  font-size: 24px;
  line-height: 30px;
}

.gov-content-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gov-content-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gov-title-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.gov-title-icon-img {
  object-fit: contain;
  width: 115px;
  height: 90px;
}

.gov-title-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 2px;
  display: flex;
}

.gov-title {
  font-size: 45px;
  line-height: 60px;
}

.gov-title-info-tx {
  font-size: 18px;
  line-height: 30px;
}

.gov-table {
  border-top: 1px solid var(--dark-blue);
  border-left: 1px solid var(--dark-blue);
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.gov-table-tr {
  justify-content: flex-start;
  display: flex;
}

.gov-table-td {
  border-right: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.gov-table-td.td-row {
  border-bottom-width: 0;
  border-right-width: 0;
  width: 100%;
  padding: 0;
}

.gov-table-td.title {
  min-width: 250px;
}

.gov-table-td.info {
  width: 100%;
}

.gov-table-td-tx {
  margin-bottom: 0;
}

.gov-point-list-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.gov-point-list-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.gov-point-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.gov-point-item {
  font-size: 18px;
  line-height: 24px;
}

.gov-content-midline {
  background-color: var(--grey-3);
  width: 100%;
  height: 1px;
}

.members-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.details-content-tx {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.members-list {
  grid-column-gap: 2.5%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.members-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  width: 23%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px 9px #00000012;
}

.members-logo-img {
  object-fit: contain;
  width: 100%;
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.members-item-title {
  color: var(--black-3);
  font-size: 18px;
  line-height: 26px;
}

.members-item-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.members-item-since {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.members-item-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.members-item-bot {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.members-item-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.members-item-more-btn:hover {
  background-color: var(--white);
  color: var(--green);
}

.members-item-more-btn-arrow {
  width: 10px;
  min-width: 10px;
}

.members-logo-block {
  text-align: center;
  width: 100%;
  min-height: 50px;
}

.details-banner-sec {
  position: relative;
}

.details-banner-sec.project-highlight {
  background-image: url('../images/project-highlight-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
}

.details-banner-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 55%;
  margin-right: auto;
  display: flex;
}

.details-banner-title-info-tx {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
	text-shadow: 0px 0px 35px #000000;
}

.details-banner-title-tx {
  color: var(--white);
  font-size: 66px;
  font-weight: 700;
  line-height: 70px;
}

.details-banner-title-sub-tx {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.details-banner-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.details-banner-more-btn:hover {
  background-color: var(--white);
  color: var(--green);
}

.details-banner-more-btn-arrow {
  width: 10px;
  min-width: 10px;
}

.details-info-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.source-tx {
  color: var(--black-2);
  font-size: 20px;
  line-height: 35px;
}

.source-tx-link {
  color: var(--dark-blue);
  text-decoration: none;
}

.details-resources-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.details-resources-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.details-resources-item.gen-blue {
  background-image: linear-gradient(135deg, #009dda26, #fcfcfc00 99%, #fff);
}

.details-resources-item.gen-green {
  background-image: linear-gradient(135deg, #34b04c26, #fcfcfc00 99%, #fff);
}

.details-resources-item-head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.details-resources-item-head:hover {
  color: var(--dark-blue);
}

.details-resources-item-title {
  font-size: 36px;
  line-height: 40px;
}

.details-resources-item-title.tx-blue {
  color: var(--dark-blue);
}

.etails-resources-item-head-arrow {
  cursor: pointer;
  background-image: url('../images/slider-arrow-right-blue.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-bottom: 5px;
}

.details-resources-item-info {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 30px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.files-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 2px solid var(--grey-3);
  align-items: stretch;
  width: 30%;
  padding-left: 30px;
  display: flex;
}

.files-item.first {
  border-left-width: 0;
  padding-left: 0;
}

.file-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}

.file-icon.pdf {
  background-image: url('../images/icon-pdf.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.file-info-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.file-title {
  color: var(--black-blue);
  font-size: 24px;
  line-height: 36px;
}

.file-more-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.file-more-btn:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.details-info {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.video-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 2px 30px -10px #0000001a;
}

.video-block.mb-30 {
  margin-bottom: 30px;
}

.video-cover-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

/* The play button is drawn by the video block itself rather than by an element in
   the markup. CMS copy goes through TinyMCE, which deletes an empty
   <span class="video-play-btn"></span> on every save, and lifts a non-empty
   <div class="video-play-btn"> out of the <p><a> wrapping the block — the escaped
   button then floats over the article text. A video block in the editor therefore
   only needs <a class="video-block"><img class="video-cover-img"></a>. */
.video-block:after,
.sdg-details-video-block:after {
  content: "";
  z-index: 1;
  cursor: pointer;
  background-color: #0e76bce6;
  background-image: url('../images/play-btn-tri-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  transition: background-color .3s ease-out;
}

/* Webflow's hover interaction tinted the child .video-play-btn, which no longer
   renders; keep the same tint on the drawn button. */
.video-block:hover:after,
.sdg-details-video-block:hover:after {
  background-color: #009ddae6;
}

.video-block.sdg-1:after,
.sdg-details-video-block.sdg-1:after {
  background-color: var(--sdg-1);
}

/* Any .video-play-btn left in existing CMS copy is now redundant, and one that
   escaped its block would sit on top of the body text. Hide it. */
.video-play-btn {
  display: none;
}

.game-info {
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.game-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  display: flex;
}

.game-graphic {
  align-items: center;
  width: 54%;
  display: flex;
}

.game-graphic-img {
  width: 100%;
  max-width: 935px;
}

.game-s-title {
  color: var(--green);
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.game-m-title {
  color: var(--green);
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.game-l-title {
  color: var(--green);
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.game-title-block {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.cloud-graphic-bot-img {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.cloud-graphic-bot-img2 {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50px -300px 0% auto;
}

.home-highlight-list {
  grid-column-gap: 3.5%;
  grid-row-gap: 3.5%;
  flex-flow: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.home-highlight-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 31%;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.home-highlight-item-cover {
  border-radius: 30px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.home-highlight-item-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sub-menu-dropdown {
  width: 100%;
}

.sub-menu-drop-toggle {
  text-decoration: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--black);
  white-space: normal;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.sub-menu-drop-toggle:hover {
  color: var(--dark-blue);
}

.sub-menu-drop-list {
  justify-content: space-between;
}

.sub-menu-drop-list.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
  top: 0;
  left: 200px;
  right: auto;
}

.sub-menu-sub-list {
  background-color: #ffffffe6;
  flex-flow: column;
  width: 100%;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.members-pop {
  z-index: 100;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.members-pop.show {
  display: flex;
}

.pop-content-block {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 94%;
  max-width: 1000px;
  margin-left: 3%;
  margin-right: 3%;
  display: none;
  position: relative;
  overflow: hidden;
}

.pop-content-block.show {
  display: flex;
}

.pop-top-row {
  background-color: var(--dark-blue);
  width: 100%;
  padding: 5px 30px;
}

.pop-close-btn {
  cursor: pointer;
  background-image: url('../images/pop-close-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: auto;
}

.pop-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px 30px 50px;
  display: flex;
}

.pop-logo-block {
  justify-content: center;
  width: 20%;
  display: flex;
}

.image {
  object-fit: contain;
  width: 120px;
  min-width: 120px;
  height: 120px;
}

.pop-info-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.pop-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.pop-title-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pop-title-info-tx {
  font-size: 16px;
  line-height: 22px;
}

.pop-info-content {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-height: 500px;
  padding-right: 15px;
  display: flex;
  overflow: auto;
}

.pop-info-tx {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
}

.pop-info-sub-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.pop-point-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-left: 20px;
  display: flex;
}

.pop-point-item {
  font-size: 14px;
  line-height: 24px;
}

.pop-tx-link {
  color: var(--dark-blue);
  text-decoration: underline;
}

.pop-info-img-block {
  grid-column-gap: 5%;
  grid-row-gap: 15px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.pop-info-img {
  border-radius: 15px;
  width: 48%;
  max-width: 300px;
}

.content-title-2 {
  color: var(--black-blue);
  letter-spacing: -2px;
  font-size: 45px;
  line-height: 60px;
}

.abt-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.abt-content.mt-80 {
  margin-top: 80px;
}

.abt-content-des {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.details-cover-pic {
  border-radius: 30px;
  width: 100%;
  height: 450px;
  overflow: hidden;
  box-shadow: 0 0 38px -10px #00000026;
}

.details-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-content-title {
  color: var(--black-blue);
  letter-spacing: -2px;
  font-size: 36px;
  line-height: 50px;
}

.details-content-title.mb-15 {
  margin-bottom: 15px;
}

.details-content-p {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.details-content-p.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.abt-key-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.abt-key-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  display: flex;
}

.abt-key-item-dot {
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-top: 6px;
}

.key-info-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.key-info-title {
  font-size: 30px;
  line-height: 36px;
}

.key-info-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.details-info-pic-list {
  grid-column-gap: 4%;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.details-info-pic-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.details-info-pic-item.cetner {
  align-items: center;
}

.details-info-pic-cover {
  border-radius: 30px;
  width: 50%;
  height: 350px;
  overflow: hidden;
}

.details-info-pic-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-info-pic-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.details-info-pic-item-title {
  color: var(--black-blue);
  letter-spacing: -2px;
  font-size: 36px;
  line-height: 40px;
}

.details-info-pic-item-title.tx-center {
  text-align: center;
}

.details-info-pic-item-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.abt-contact-title-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--green-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.abt-contact-block {
  background-image: linear-gradient(135deg, #2eaa86, #289b74);
  border-radius: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px -10px #0003;
}

.newsletter-content-title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 70px;
}

.abt-contact-item-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.abt-contact-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-left: 1px solid var(--green-2);
  flex-flow: column;
  align-items: flex-start;
  width: 33%;
  padding: 30px 30px 50px;
  display: flex;
}

.abt-contact-item.center {
  align-items: center;
}

.abt-contact-item.first {
  border-left-width: 0;
}

.abt-contact-item-tx {
  min-height: 55px;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.abt-contact-item-name {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.contact-item-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.contact-item-icon {
  width: 30px;
  height: 20px;
}

.contact-item-icon.mail {
  background-image: url('../images/icon-mail-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 5px;
}

.contact-item-tx {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.contact-social-link {
  width: 48px;
  height: 48px;
}

.contact-social-link.fb {
  background-image: url('../images/social-icon-fb-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-social-link.ig {
  background-image: url('../images/social-icon-ig-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-social-link.x {
  background-image: url('../images/social-icon-x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.contact-item-link {
  color: var(--white);
  text-decoration: none;
}

.contact-social-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.contact-block-list {
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.contact-block-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.contact-block-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.contact-block-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 30px 50px;
  display: flex;
  box-shadow: 0 0 20px -10px #0003;
}

.contact-block-cards.gen-green {
  background-image: linear-gradient(108deg, #34b04c26, #fff);
}

.contact-block-cards.gen-yellow {
  background-image: linear-gradient(108deg, #f2d12f26, #fff);
}

.contact-block-cards.gen-blue {
  background-image: linear-gradient(108deg, #1675b826, #fff);
}

.contact-block-cards.gen-black {
  background-image: linear-gradient(108deg, #00000026, #fff);
}

.contact-block-icon-img {
  object-fit: contain;
  object-position: 0% 0%;
  width: 110px;
  height: 95px;
}

.contact-block-info-name {
  color: var(--black-3);
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.contact-block-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.contact-block-info-mail {
  border: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.contact-block-info-mail:hover {
  background-color: var(--white);
  color: var(--dark-blue);
}

.contact-block-info-mail.green {
  border-color: var(--green);
  background-color: var(--green);
}

.contact-block-info-mail.green:hover {
  background-color: var(--white);
  color: var(--green);
}

.contact-block-info-mail.sdg-1 {
  border-color: var(--sdg-1);
  background-color: var(--sdg-1);
}

.contact-block-info-mail.sdg-1:hover {
  background-color: var(--white);
  color: var(--sdg-1);
}

.contact-block-info-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid var(--light-grey);
  flex-flow: column;
  align-items: flex-start;
  padding-top: 15px;
  display: flex;
}

.contact-block-info-item.first {
  border-top-width: 0;
  padding-top: 0;
}

.sdg-goals-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.sdg-goals-list {
  grid-column-gap: 2.6%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sdg-logo-img {
  height: 86px;
}

.sdg-goals-item {
  text-align: center;
  justify-content: space-between;
  width: 23%;
  min-height: 350px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.sdg-goals-item-icon {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 20px 9px #00000012;
}

.sdg-goals-item-icon.color-fill-sdg-1 {
  background-color: var(--sdg-1);
}

.sdg-goals-item-icon.color-fill-sdg-2 {
  background-color: var(--sdg-2);
}

.sdg-goals-item-icon.color-fill-sdg-3 {
  background-color: var(--sdg-3);
}

.sdg-goals-item-icon.color-fill-sdg-4 {
  background-color: var(--sdg-4);
}

.sdg-goals-item-icon.color-fill-sdg-5 {
  background-color: var(--sdg-5);
}

.sdg-goals-item-icon.color-fill-sdg-6 {
  background-color: var(--sdg-6);
}

.sdg-goals-item-icon.color-fill-sdg-7 {
  background-color: var(--sdg-7);
}

.sdg-goals-item-icon.color-fill-sdg-8 {
  background-color: var(--sdg-8);
}

.sdg-goals-item-icon.color-fill-sdg-9 {
  background-color: var(--sdg-9);
}

.sdg-goals-item-icon.color-fill-sdg-10 {
  background-color: var(--sdg-10);
}

.sdg-goals-item-icon.color-fill-sdg-11 {
  background-color: var(--sdg-11);
}

.sdg-goals-item-icon.color-fill-sdg-12 {
  background-color: var(--sdg-12);
}

.sdg-goals-item-icon.color-fill-sdg-13 {
  background-color: var(--sdg-13);
}

.sdg-goals-item-icon.color-fill-sdg-14 {
  background-color: var(--sdg-14);
}

.sdg-goals-item-icon.color-fill-sdg-15 {
  background-color: var(--sdg-15);
}

.sdg-goals-item-icon.color-fill-sdg-16 {
  background-color: var(--sdg-16);
}

.sdg-goals-item-icon.color-fill-sdg-17 {
  background-color: var(--sdg-17);
}

.sdg-goals-item-icon-img {
  object-fit: contain;
  width: 100%;
  max-width: 250px;
  height: 100%;
}

.sdg-goals-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px 15px 55px;
  display: flex;
  position: relative;
  box-shadow: 0 0 38px -10px #00000012;
}

.sdg-goals-item-info.sdg-1 {
  background-color: var(--sdg-1);
}

.sdg-goals-item-info.sdg-2 {
  background-color: var(--sdg-2);
}

.sdg-goals-item-info.sdg-3 {
  background-color: var(--sdg-3);
}

.sdg-goals-item-info.sdg-4 {
  background-color: var(--sdg-4);
}

.sdg-goals-item-info.sdg-5 {
  background-color: var(--sdg-5);
}

.sdg-goals-item-info.sdg-6 {
  background-color: var(--sdg-6);
}

.sdg-goals-item-info.sdg-7 {
  background-color: var(--sdg-7);
}

.sdg-goals-item-info.sdg-8 {
  background-color: var(--sdg-8);
}

.sdg-goals-item-info.sdg-9 {
  background-color: var(--sdg-9);
}

.sdg-goals-item-info.sdg-10 {
  background-color: var(--sdg-10);
}

.sdg-goals-item-info.sdg-11 {
  background-color: var(--sdg-11);
}

.sdg-goals-item-info.sdg-12 {
  background-color: var(--sdg-12);
}

.sdg-goals-item-info.sdg-13 {
  background-color: var(--sdg-13);
}

.sdg-goals-item-info.sdg-14 {
  background-color: var(--sdg-14);
}

.sdg-goals-item-info.sdg-15 {
  background-color: var(--sdg-15);
}

.sdg-goals-item-info.sdg-16 {
  background-color: var(--sdg-16);
}

.sdg-goals-item-info.sdg-17 {
  background-color: var(--sdg-17);
}

.sdg-goals-item-info-title {
  color: var(--white);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.sdg-goals-item-info-tx {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.details-resources-item-title-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.plan-num-block {
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 30px;
  padding: 10px 50px;
  font-size: 20px;
  line-height: 30px;
}

.details-info-content-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.details-content-pt-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

.details-sdg-tag-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  display: flex;
}

.details-sdg-tag-icon {
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
}

.details-sdg-tag-icon.sdg7 {
  background-color: var(--sdg7);
}

.details-sdg-tag-icon.sdg9 {
  background-color: var(--sdg9);
}

.details-sdg-tag-icon.sdg-1 {
  background-image: url('../images/sdg-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-2 {
  background-image: url('../images/sdg-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-3 {
  background-image: url('../images/sdg-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-4 {
  background-image: url('../images/sdg-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-5 {
  background-image: url('../images/sdg-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-6 {
  background-image: url('../images/sdg-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-7 {
  background-image: url('../images/sdg-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-8 {
  background-image: url('../images/sdg-8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-9 {
  background-image: url('../images/sdg-9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-10 {
  background-image: url('../images/sdg-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-11 {
  background-image: url('../images/sdg-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-13 {
  background-image: url('../images/sdg-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-14 {
  background-image: url('../images/sdg-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-12 {
  background-image: url('../images/sdg-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-15 {
  background-image: url('../images/sdg-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-16 {
  background-image: url('../images/sdg-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.details-sdg-tag-icon.sdg-17 {
  background-image: url('../images/sdg-17.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sdg-details-info-block {
  flex-flow: column;
  display: flex;
}

.sdg-details-info-item {
  grid-column-gap: 4%;
  grid-row-gap: 30px;
  border-bottom: 1px solid var(--black);
  flex-flow: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.sdg-details-info-item-logo {
  text-align: center;
  width: 26%;
}

.sdg-details-info-item-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  display: flex;
}

.sdg-details-info-item-title-block {
  width: 100%;
}

.sdg-details-info-item-title-block.sdg-1 {
  color: var(--sdg-1);
}

.sdg-details-info-item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.sdg-details-info-item-title.sdg-1 {
  color: var(--sdg-1);
}

.sdg-details-info-item-logo-img {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 325px;
  height: 180px;
}

.sdg-details-video-block {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 30px #0000001a;
}

.sdg-details-video-block.center {
  margin-left: auto;
  margin-right: auto;
}

.sdg-details-video-cover-img {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.sdg-details-img-slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 850px;
  height: auto;
  padding-bottom: 50px;
}

.sdg-details-img-slider.cetner {
  margin-left: auto;
  margin-right: auto;
}

.sdg-details-img-slide {
  width: 100%;
  height: auto;
}

.sdg-details-img-slide-img {
  border: 1px solid var(--light-grey);
  width: 100%;
}

.sdg-details-img-slider-dots {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sdg-details-img-slider-caption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: var(--black-3);
  text-align: left;
}

/* When a caption is present, drop the dots into normal flow so the order is
   image -> caption -> dots. Sliders without a caption keep the default
   absolute-positioned dots (padding-bottom reserves their space). */
.sdg-details-img-slider:has(.sdg-details-img-slider-caption) {
  padding-bottom: 0;
}

.sdg-details-img-slider:has(.sdg-details-img-slider-caption) .sdg-details-img-slider-dots {
  position: static;
  margin-top: 8px;
}

/* The Webflow mask defaults to height:100%, which stretches it to the full
   slider height (now including the in-flow caption + dots) and leaves a gap
   above the caption. Size the mask to its own content instead. Scoped to the
   caption case so other sliders (home, news, project highlights) are untouched. */
.sdg-details-img-slider:has(.sdg-details-img-slider-caption) .w-slider-mask {
  height: fit-content;
}

.sdg-details-info-item-info-tx {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
}

.sdg-details-info-item-info-sub-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.sdg-details-info-item-info-point-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.sdg-details-info-item-info-point-item {
  font-size: 18px;
  line-height: 30px;
}

.sdg-details-info-item-info-point-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.sdsnhk-goals-list {
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.sdsnhk-goals-list-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.sdsnhk-goals-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 47%;
  color: var(--black);
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 9px #00000012;
}

.sdsnhk-goals-item.gen-green {
  background-image: linear-gradient(108deg, #34b04c26, #fff);
}

.sdsnhk-goals-item.gen-yellow {
  background-image: linear-gradient(108deg, #f2d12f26, #fff);
}

.sdsnhk-goals-item.gen-blue {
  background-image: linear-gradient(108deg, #1675b826, #fff);
}

.sdsnhk-goals-item.gen-black {
  background-image: linear-gradient(108deg, #00000026, #fff);
}

.sdsnhk-goals-item.sdg-1 {
  background-image: linear-gradient(108deg, #e6243c26, #fff);
}

.sdsnhk-goals-item.sdg-3 {
  background-image: linear-gradient(108deg, #4da03826, #fff);
}

.sdsnhk-goals-item.sdg-4 {
  background-image: linear-gradient(108deg, #c51a2d26, #fff);
}

.sdsnhk-goals-item.sdg-12 {
  background-image: linear-gradient(108deg, #be8b2f26, #fff);
}

.sdsnhk-goals-item.sdg-13 {
  background-image: linear-gradient(108deg, #3e7d4426, #fff);
}

.sdsnhk-goals-img {
  object-fit: contain;
  border-radius: 30px;
  width: 200px;
  height: 200px;
}

.sdsnhk-goals-title {
  color: var(--black);
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.sdsnhk-goals-tx {
  font-size: 18px;
  line-height: 24px;
}

.sdsnhk-goals-item-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  width: 110px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.sdsnhk-goals-item-arrow-btn {
  background-image: url('../images/listing-more-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  min-width: 30px;
  height: 24px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.newsletter-content-tx {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.details-quick-link-block {
  grid-column-gap: 4%;
  grid-row-gap: 4%;
  width: 49%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-drop-main-link {
  color: var(--black);
  text-decoration: none;
}

.menu-drop-main-link:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
  color: var(--white);
}

.sub-menu-drop-arrow-icon {
  background-image: url('../images/menu-arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  min-width: 8px;
  height: 8px;
}

.sub-menu-drop-list-2 {
  justify-content: space-between;
}

.sub-menu-drop-list-2.w--open {
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  display: flex;
  top: 0;
  left: 200px;
  right: auto;
}

.details-highlight-list {
  grid-column-gap: 3%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.details-highlight-list-item {
  grid-column-gap: 4%;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 44px;
  flex-flow: wrap;
  justify-content: space-between;
  width: 48%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 20px 9px #00000012;
}

.details-highlight-list-item.gen-blue {
  background-image: linear-gradient(136deg, #0e76bc26, #fff0);
}

.details-highlight-list-item.gen-green {
  background-image: linear-gradient(136deg, #34b04c26, #fff0);
}

.details-highlight-item-cover-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 48%;
  display: flex;
}

.details-highlight-cover {
  border-radius: 30px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.details-highlight-cover-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.details-highlight-item-content-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 48%;
  display: flex;
}

.video-pop {
  z-index: 100;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-pop.show {
  display: flex;
}

.video-pop-close-btn {
  cursor: pointer;
  background-image: url('../images/pop-close-btn-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: absolute;
  inset: -35px 0 auto auto;
}

.video-pop-content-block {
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 94%;
  max-width: 1000px;
  margin-left: 3%;
  margin-right: 3%;
  display: none;
  position: relative;
}

.video-pop-content-block.show {
  display: flex;
}

.video-pop-yt {
  border: 1px solid var(--yellow);
  background-image: none;
  background-size: auto;
  border-radius: 15px;
  max-width: 100%;
  overflow: hidden;
}

.nav-block-shadow {
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 10px #0003;
}

.details-quick-link-list {
  grid-column-gap: 2%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.sdg-goals-item-info-arrow-btn {
  background-image: url('../images/listing-more-arrow-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  min-width: 30px;
  height: 24px;
  position: absolute;
  inset: auto 30px 30px auto;
}

.title-logo-img {
  width: 270px;
}

.nwesletter-item-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nwesletter-item-row.first {
  border-left-width: 0;
  padding-left: 0;
}

.newsletter-item-cover {
  width: 350px;
  min-width: 350px;
}

.newsletter-item-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.newsletter-item-cover-img {
  width: 100%;
}

.details-news-interest-list {
  grid-column-gap: 3.3%;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.data-count-tx {
  width: 100%;
  color: var(--blue);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.content-sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.details-resources-item-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid var(--black);
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.details-resources-item-2.gen-blue {
  background-image: linear-gradient(135deg, #009dda26, #fcfcfc00 99%, #fff);
}

.details-resources-item-2.gen-green {
  background-image: linear-gradient(135deg, #34b04c26, #fcfcfc00 99%, #fff);
}

@media screen and (min-width: 1920px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.pt-100 {
    padding-top: 150px;
  }

  .container.pt-100.pb-100, .container.pt-150.pb-100 {
    padding-bottom: 150px;
  }

  .container.pt-150.pb-150 {
    padding-bottom: 180px;
  }

  .container.pt-50.pb-100 {
    padding-bottom: 150px;
  }

  .head-logo, .brand {
    width: 110px;
    min-width: 110px;
  }

  .menu-center {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .head-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-drop-list.w--open {
    width: 250px;
  }

  .overflow-x {
    margin-top: 100px;
  }

  .hero-slide-content-row {
    padding-left: 5%;
    padding-right: 5%;
  }

  .hero-slide-content-circle {
    width: 650px;
    min-width: 650px;
    height: 650px;
  }

  .menu-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .abt-img-item {
    height: 605px;
  }

  .num-tx {
    font-size: 90px;
    line-height: 100px;
  }

  .num-info-tx {
    font-size: 30px;
    line-height: 40px;
  }

  .highlight-item-cover {
    height: 500px;
  }

  .listing-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .listing-item-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .resources-info-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .resources-item-cover {
    min-height: 324px;
  }

  .newsletter-block {
    max-width: 1920px;
  }

  .newsletter-block-content {
    min-height: 440px;
  }

  .footer-container {
    grid-row-gap: 50px;
  }

  .footer-container.pt-100 {
    padding-top: 150px;
  }

  .footer-container.pt-100.pbt-100 {
    padding-bottom: 150px;
  }

  .cuhk-logo-link.left {
    display: none;
  }

  .cuhk-logo-link.right {
    display: block;
  }

  .logo-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .details-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .details-listing-bg-1 {
    width: 671px;
    height: 615px;
    top: -160px;
    left: -90px;
  }

  .filter-bar-item {
    min-width: 190px;
  }

  .filter-search-block {
    margin-left: auto;
    margin-right: 0;
  }

  .details-news-list {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .details-news-list-item {
    width: 22%;
  }

  .details-news-list-item._w-33 {
    width: 31%;
  }

  .details-news-cover {
    height: 270px;
  }

  .details-news-cover._w-33 {
    height: 380px;
  }

  .news-details-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .slide-nav-dots {
    padding-left: 0%;
    padding-right: 0%;
  }

  .news-details-slide-item {
    text-align: center;
  }

  .members-item {
    padding: 30px;
  }

  .members-item-title {
    font-size: 22px;
    line-height: 30px;
  }

  .details-banner-content {
    width: 50%;
	  text-shadow: 1px 1px 30px #0000007d;
  }

  .details-banner-title-tx {
    font-size: 80px;
    line-height: 90px;
  }

  .details-banner-title-sub-tx {
    font-size: 60px;
    line-height: 70px;
  }

  .game-s-title {
    font-size: 60px;
    line-height: 59px;
  }

  .game-m-title {
    font-size: 120px;
    line-height: 119px;
  }

  .game-l-title {
    font-size: 150px;
    line-height: 149px;
  }

  .home-highlight-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-highlight-item-cover {
    height: 370px;
  }

  .sub-menu-drop-list.w--open {
    width: 250px;
    left: 250px;
  }

  .details-cover-pic {
    height: 480px;
  }

  .details-content-p.grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .details-info-pic-cover {
    width: 40%;
    height: 450px;
  }

  .details-info-pic-item-info {
    width: 60%;
  }

  .abt-contact-title-block, .abt-contact-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-block-item {
    width: 30%;
  }

  .contact-block-cards {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sdg-goals-list {
    grid-column-gap: 2.5%;
  }

  .sdg-goals-item {
    width: 18%;
  }

  .sdg-goals-item-info {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sdg-details-info-block {
    padding-bottom: 50px;
  }

  .sdsnhk-goals-list-item {
    width: 30%;
  }

  .sdsnhk-goals-item {
    padding: 30px 50px;
  }

  .sdsnhk-goals-item-arrow-btn {
    bottom: 50px;
    right: 50px;
  }

  .sub-menu-drop-list-2.w--open {
    width: 250px;
    left: 250px;
  }

  .details-highlight-list {
    grid-column-gap: 3%;
  }

  .details-highlight-list-item {
    width: 22%;
  }

  .details-highlight-list-item.gen-green {
    width: 31%;
  }

  .details-highlight-cover {
    height: 190px;
  }

  .sdg-goals-item-info-arrow-btn {
    bottom: 50px;
    right: 50px;
  }

  .details-news-interest-list {
    grid-column-gap: 3%;
    grid-row-gap: 3%;
  }
}

@media screen and (max-width: 991px) {
  .container.pt-100 {
    padding-top: 70px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 70px;
  }

  .container.pt-150 {
    padding-top: 70px;
  }

  .container.pt-150.pb-100, .container.pt-150.pb-150, .container.pt-50.pb-100, .container.pb-100 {
    padding-bottom: 70px;
  }

  .brand {
    height: 50px;
  }

  .menu-link {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-center {
    background-color: var(--white-green);
  }

  .menu-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-drop-toggle, .menu-drop-toggle.w--open {
    justify-content: flex-start;
  }

  .menu-drop-list.w--open {
    width: 100%;
    position: relative;
  }

  .menu-sub-link {
    text-align: left;
  }

  .menu-sub-list {
    align-items: flex-start;
  }

  .overflow-x {
    margin-top: 80px;
  }

  .hero-slider {
    height: 800px;
  }

  .hero-bot-graphic-img {
    height: 50px;
  }

  .hero-slide-content-circle {
    width: 500px;
    min-width: 500px;
    height: 500px;
  }

  .hero-slide-content-title {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-slide-content-tx {
    font-size: 20px;
    line-height: 32px;
  }

  .menu-button {
    background-color: var(--yellow);
    width: 50px;
    min-width: 50px;
    height: 50px;
    color: var(--white);
    text-align: center;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 36px;
    line-height: 40px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .menu-right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .menu-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 15px 3%;
  }

  .content-half-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .content-left {
    width: 100%;
  }

  .content-left.m-order-2 {
    order: 2;
  }

  .content-right {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content-right.m-order-1 {
    order: 1;
  }

  .home-abt-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-abt-content.mt-80 {
    margin-top: 0;
  }

  .content-title {
    font-size: 48px;
    line-height: 50px;
  }

  .goals-logo-img {
    width: 210px;
  }

  .content-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .btn {
    font-size: 16px;
    line-height: 22px;
  }

  .num-tx {
    font-size: 54px;
    line-height: 70px;
  }

  .num-info-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .listing-title {
    font-size: 36px;
    line-height: 40px;
  }

  .more-btn-tx {
    font-size: 18px;
    line-height: 18px;
  }

  .news-listing-row {
    flex-flow: column;
  }

  .highlight-part {
    width: 100%;
    margin-right: 0%;
  }

  .highlight-item-info-title {
    font-size: 20px;
    line-height: 26px;
  }

  .list-item-tag-row {
    grid-column-gap: 10px;
  }

  .list-item-tag-link {
    font-size: 14px;
    line-height: 18px;
  }

  .listing-part {
    width: 100%;
  }

  .listing-item-info-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .listing-item-info-title {
    font-size: 16px;
    line-height: 22px;
  }

  .resources-item {
    width: 100%;
  }

  .resources-item._1 {
    order: 1;
  }

  .resources-item._2 {
    order: 3;
  }

  .resources-item._3 {
    order: 2;
  }

  .resources-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .resources-info-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .newsletter-block-content {
    min-height: 320px;
  }

  .abt-content-title {
    font-size: 54px;
    line-height: 60px;
  }

  .footer-container.pt-100 {
    padding-top: 70px;
  }

  .footer-container.pt-100.pbt-100 {
    padding-bottom: 70px;
  }

  .footer-left {
    grid-row-gap: 20px;
  }

  .footer-logo-img {
    width: 100px;
  }

  .footer-menu-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-menu-main-item {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-menu-sub-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-menu-sub-item {
    font-size: 14px;
    line-height: 22px;
  }

  .cuhk-logo-img {
    width: 276px;
  }

  .logo-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .details-title {
    font-size: 36px;
    line-height: 42px;
  }

  .details-listing-bg-1 {
    width: 349px;
    height: 320px;
    top: -90px;
    left: -50px;
  }

  .details-share-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .filter-bar {
    justify-content: flex-start;
  }

  .filter-bar-item {
    border-left-width: 0;
  }

  .filter-select {
    font-size: 16px;
    line-height: 26px;
  }

  .search-field {
    font-size: 16px;
    line-height: 24px;
  }

  .details-news-list {
    grid-column-gap: 4%;
  }

  .details-news-list-item {
    width: 48%;
  }

  .details-news-item-info-title {
    font-size: 20px;
    line-height: 28px;
  }

  .news-details-top-row.top {
    flex-flow: column;
  }

  .news-details-title {
    font-size: 30px;
    line-height: 36px;
  }

  .news-details-slider {
    padding-bottom: 50px;
  }

  .slide-nav-dots {
    height: 50px;
  }

  .details-info-tx, .details-info-table-td {
    font-size: 16px;
    line-height: 24px;
  }

  .others-interest-tx {
    font-size: 22px;
    line-height: 28px;
  }

  .gov-content-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gov-content-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gov-title-icon-img {
    width: 90px;
    height: 75px;
  }

  .gov-title {
    font-size: 28px;
    line-height: 40px;
  }

  .gov-title-info-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .gov-table-td, .gov-point-list-title, .gov-point-item {
    font-size: 16px;
    line-height: 22px;
  }

  .details-content-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .members-item {
    width: 31%;
  }

  .members-item-title {
    font-size: 16px;
    line-height: 24px;
  }

  .details-banner-sec.project-highlight {
    min-height: 500px;
  }

  .details-banner-content {
    width: 70%;
  }

  .details-banner-title-info-tx {
    font-size: 16px;
    line-height: 26px;
  }

  .details-banner-title-tx {
    font-size: 48px;
    line-height: 60px;
  }

  .details-banner-title-sub-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .details-info-title {
    font-size: 22px;
    line-height: 28px;
  }

  .source-tx {
    font-size: 18px;
    line-height: 33px;
  }

  .details-resources-item-title {
    font-size: 30px;
  }

  .details-resources-item-info {
    padding-right: 0;
  }

  .files-item {
    border-top: 1px solid var(--grey-3);
    border-left-width: 0;
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }

  .files-item.first {
    border-top-width: 0;
    padding-top: 0;
  }

  .file-info-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .file-title {
    font-size: 20px;
    line-height: 32px;
  }

  .details-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .game-m-title {
    font-size: 72px;
    line-height: 80px;
  }

  .game-l-title {
    font-size: 90px;
    line-height: 90px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .home-highlight-list {
    width: 100%;
  }

  .sub-menu-drop-toggle {
    justify-content: space-between;
  }

  .sub-menu-drop-list.w--open {
    position: relative;
  }

  .pop-info-img {
    width: 100%;
  }

  .content-title-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .abt-content.mt-80 {
    margin-top: 0;
  }

  .details-cover-pic {
    height: 300px;
  }

  .details-content-title {
    font-size: 30px;
  }

  .abt-key-item-dot {
    width: 23px;
    min-width: 23px;
    height: 23px;
    margin-top: 4px;
  }

  .key-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .key-info-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .details-info-pic-item {
    flex-flow: row;
  }

  .details-info-pic-cover {
    height: 250px;
  }

  .details-info-pic-item-title {
    font-size: 30px;
  }

  .details-info-pic-item-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .newsletter-content-title {
    font-size: 48px;
    line-height: 50px;
  }

  .abt-contact-item {
    border-top: 1px solid var(--green-2);
    border-left-width: 0;
    width: 100%;
    padding-bottom: 30px;
  }

  .abt-contact-item.center {
    align-items: flex-start;
  }

  .abt-contact-item.first {
    border-top-width: 0;
  }

  .abt-contact-item-tx {
    min-height: auto;
    font-size: 20px;
    line-height: 26px;
  }

  .abt-contact-item-name {
    font-size: 36px;
    line-height: 50px;
  }

  .contact-item-icon.mail {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .contact-item-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .contact-social-link {
    width: 40px;
    height: 40px;
  }

  .contact-block-item {
    width: 100%;
  }

  .contact-block-info-mail {
    font-size: 18px;
    line-height: 28px;
  }

  .sdg-logo-img {
    height: 70px;
  }

  .sdg-goals-item {
    width: 48%;
  }

  .sdg-goals-item-info-title {
    font-size: 30px;
    line-height: 34px;
  }

  .sdg-goals-item-info-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .plan-num-block {
    font-size: 18px;
    line-height: 28px;
  }

  .details-info-content-title {
    font-size: 20px;
  }

  .sdg-details-info-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sdg-details-info-item-title {
    font-size: 30px;
    line-height: 36px;
  }

  .sdg-details-info-item-info-tx {
    font-size: 16px;
    line-height: 24px;
  }

  .sdg-details-info-item-info-sub-title, .sdg-details-info-item-info-point-item {
    font-size: 16px;
    line-height: 28px;
  }

  .sdsnhk-goals-item {
    width: 100%;
  }

  .sdsnhk-goals-img {
    width: 150px;
    height: 150px;
  }

  .sdsnhk-goals-title {
    font-size: 32px;
    line-height: 36px;
  }

  .sdsnhk-goals-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .details-quick-link-block {
    width: 100%;
  }

  .sub-menu-drop-list-2.w--open {
    background-color: var(--grey-2);
    position: relative;
    left: auto;
  }

  .details-highlight-list-item {
    width: 100%;
  }

  .details-highlight-cover {
    height: 270px;
  }

  .nwesletter-item-row {
    width: 100%;
    padding-left: 0;
  }

  .nwesletter-item-row.first {
    border-top-width: 0;
    padding-top: 0;
  }

  .newsletter-item-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .details-news-interest-list {
    grid-column-gap: 4%;
  }

  .data-count-tx {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }

  .content-sub-title {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .container.pt-100 {
    padding-top: 50px;
  }

  .container.pt-100.pb-100 {
    padding-bottom: 50px;
  }

  .container.pt-150 {
    padding-top: 50px;
  }

  .container.pt-150.pb-100, .container.pt-150.pb-150 {
    padding-bottom: 50px;
  }

  .container.pt-50 {
    padding-top: 30px;
  }

  .container.pt-50.pb-100, .container.pb-100 {
    padding-bottom: 50px;
  }

  .brand {
    height: 50px;
  }

  .contact-btn {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-slider {
    height: 700px;
  }

  .hero-bot-graphic-img {
    height: 30px;
  }

  .hero-slide-content-circle {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 450px;
    min-width: 450px;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-slide-content-title {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-slide-content-tx {
    font-size: 16px;
    line-height: 28px;
  }

  .menu-button.w--open {
    padding-top: 7px;
  }

  .menu-list {
    box-shadow: 0 0 5px #0003;
  }

  .sec-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .abt-img-item {
    height: 360px;
  }

  .abt-img-item.mt-80 {
    margin-top: 40px;
  }

  .content-title {
    font-size: 36px;
    line-height: 40px;
  }

  .content-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .btn {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .num-tx {
    font-size: 36px;
    line-height: 40px;
  }

  .num-info-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .listing-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .listing-title {
    font-size: 30px;
  }

  .highlight-item-info-title {
    font-size: 18px;
    line-height: 24px;
  }

  .resources-info-title {
    font-size: 20px;
    line-height: 26px;
  }

  .resources-info-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .newsletter-block-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-height: 270px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .abt-content-title {
    font-size: 48px;
    line-height: 50px;
  }

  .color-gen-bar {
    height: 3px;
  }

  .footer-container.pt-100 {
    padding-top: 50px;
  }

  .footer-container.pt-100.pbt-100 {
    padding-bottom: 50px;
  }

  .footer-menu-block {
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-menu-row {
    width: 48%;
    max-width: none;
  }

  .copyright-tx {
    font-size: 12px;
  }

  .details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .details-title {
    font-size: 30px;
    line-height: 36px;
  }

  .details-listing-bg-1 {
    top: -110px;
    left: -70px;
  }

  .details-share-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .details-share-social-link {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .filter-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .filter-select {
    font-size: 14px;
    line-height: 24px;
  }

  .search-field {
    font-size: 14px;
    line-height: 22px;
  }

  .details-news-list-item {
    width: 100%;
  }

  .details-news-cover {
    height: 420px;
  }

  .details-news-item-info-title {
    font-size: 18px;
    line-height: 26px;
  }

  .details-news-item-tag-link {
    font-size: 14px;
  }

  .news-details-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .news-details-top-block {
    padding-bottom: 20px;
  }

  .news-details-title {
    font-size: 24px;
    line-height: 30px;
  }

  .slider-arrow {
    width: 7px;
    height: 20px;
  }

  .news-details-info-block {
    padding-bottom: 20px;
  }

  .details-info-tx {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .details-info-table {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .details-info-table-td {
    font-size: 14px;
    line-height: 22px;
  }

  .other-interest-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .other-interest-block.border-bot {
    padding-bottom: 20px;
  }

  .others-interest-tx {
    font-size: 20px;
    line-height: 26px;
  }

  .gov-title-icon-img {
    width: 70px;
    height: 55px;
  }

  .gov-title {
    font-size: 24px;
    line-height: 36px;
  }

  .gov-title-info-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .gov-table-td {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .gov-table-td.title {
    min-width: 200px;
  }

  .gov-point-list-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .gov-point-list-title, .gov-point-item {
    font-size: 14px;
    line-height: 20px;
  }

  .members-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .details-content-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .members-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 48%;
  }

  .members-item-since {
    font-size: 14px;
    line-height: 20px;
  }

  .members-item-top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .members-logo-block {
    min-height: 30px;
  }

  .details-banner-sec.project-highlight {
    min-height: 400px;
  }

  .details-banner-title-info-tx {
    font-size: 14px;
    line-height: 24px;
  }

  .details-banner-title-tx {
    font-size: 36px;
    line-height: 50px;
  }

  .details-banner-title-sub-tx {
    font-size: 28px;
    line-height: 36px;
  }

  .details-info-title {
    font-size: 20px;
    line-height: 26px;
  }

  .source-tx {
    font-size: 16px;
    line-height: 31px;
  }

  .details-resources-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .details-resources-item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .details-resources-item-info {
    grid-column-gap: 20px;
    padding-top: 20px;
    padding-right: 0;
  }

  .file-title {
    font-size: 16px;
    line-height: 28px;
  }

  .details-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .video-block:after,
  .sdg-details-video-block:after {
    width: 70px;
    height: 70px;
  }

  .game-info {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .game-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .game-graphic {
    order: -9999;
    width: 100%;
  }

  .game-s-title {
    font-size: 24px;
    line-height: 24px;
  }

  .game-m-title {
    font-size: 54px;
    line-height: 60px;
  }

  .game-l-title {
    font-size: 72px;
    line-height: 72px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .home-highlight-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-highlight-item {
    width: 100%;
  }

  .home-highlight-item-cover {
    height: 300px;
  }

  .pop-top-row {
    padding-right: 15px;
  }

  .pop-close-btn {
    width: 25px;
    height: 25px;
  }

  .pop-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }

  .pop-info-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pop-title {
    font-size: 20px;
    line-height: 26px;
  }

  .content-title-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .details-cover-pic {
    height: 250px;
  }

  .details-content-title {
    font-size: 24px;
    line-height: 30px;
  }

  .details-content-p {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .details-content-p.grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .abt-key-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .abt-key-item-dot {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: 2px;
  }

  .key-info-title {
    font-size: 18px;
    line-height: 24px;
  }

  .key-info-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .details-info-pic-list {
    grid-row-gap: 20px;
  }

  .details-info-pic-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .details-info-pic-cover {
    width: 100%;
    height: 350px;
  }

  .details-info-pic-item-info {
    width: 100%;
  }

  .details-info-pic-item-title {
    letter-spacing: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .details-info-pic-item-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .abt-contact-title-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .newsletter-content-title {
    font-size: 36px;
    line-height: 42px;
  }

  .abt-contact-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
  }

  .abt-contact-item-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .abt-contact-item-name {
    font-size: 30px;
    line-height: 40px;
  }

  .contact-item-icon.mail {
    width: 20px;
    height: 20px;
  }

  .contact-item-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-social-link {
    width: 32px;
    height: 32px;
  }

  .contact-block-cards {
    order: 9999;
    width: 100%;
  }

  .contact-block-info-name {
    font-size: 18px;
    line-height: 20px;
  }

  .contact-block-info-mail {
    font-size: 16px;
    line-height: 26px;
  }

  .sdg-goals-list {
    grid-row-gap: 15px;
  }

  .sdg-logo-img {
    height: 45px;
  }

  .sdg-goals-item {
    min-height: 300px;
  }

  .sdg-goals-item-info-title {
    font-size: 24px;
    line-height: 30px;
  }

  .sdg-goals-item-info-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .plan-num-block {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .details-info-content-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .sdg-details-info-item {
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sdg-details-info-item-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sdg-details-info-item-title {
    font-size: 24px;
    line-height: 30px;
  }

  .sdg-details-info-item-info-tx {
    font-size: 14px;
    line-height: 22px;
  }

  .sdg-details-info-item-info-sub-title, .sdg-details-info-item-info-point-item {
    font-size: 14px;
    line-height: 26px;
  }

  .sdsnhk-goals-item {
    order: 9999;
    width: 100%;
  }

  .sdsnhk-goals-title {
    font-size: 28px;
    line-height: 32px;
  }

  .sdsnhk-goals-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .sdsnhk-goals-item-arrow-btn {
    width: 25px;
    min-width: 25px;
    height: 17px;
  }

  .details-highlight-cover {
    height: 220px;
  }

  .video-pop-close-btn {
    width: 25px;
    height: 25px;
  }

  .sdg-goals-item-info-arrow-btn {
    width: 25px;
    min-width: 25px;
    height: 17px;
  }

  .title-logo-img {
    width: 200px;
  }

  .nwesletter-item-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .data-count-tx {
    font-size: 14px;
    line-height: 26px;
  }

  .content-sub-title {
    font-size: 20px;
    line-height: 26px;
  }

  .details-resources-item-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand {
    background-size: 100%;
    width: 70px;
    min-width: 70px;
    height: 40px;
  }

  .contact-btn {
    padding: 7px 20px;
  }

  .menu-link:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4), .menu-drop-toggle:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
    color: var(--black);
  }

  .menu-drop-arrow-icon:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
    background-image: url('../images/menu-arrow-black.svg');
  }

  .overflow-x {
    margin-top: 60px;
  }

  .hero-bot-graphic-img {
    height: 15px;
  }

  .hero-slide-content-circle {
    width: 340px;
    min-width: 340px;
    height: 340px;
  }

  .hero-slide-content-title {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-slide-content-tx {
    font-size: 14px;
    line-height: 24px;
  }

  .menu-button {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .sec-content, .content-half-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .abt-img-item {
    height: 250px;
  }

  .data-count-row {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .data-count-item {
    width: 50%;
  }

  .listing-title {
    font-size: 24px;
    line-height: 30px;
  }

  .highlight-item-cover {
    height: 250px;
  }

  .highlight-item-info-title {
    font-size: 16px;
    line-height: 22px;
  }

  .listing-item {
    flex-flow: column;
    align-items: stretch;
  }

  .listing-item-cover {
    order: 1;
    width: 100%;
    min-width: auto;
    height: 270px;
  }

  .listing-item-info-block {
    order: 2;
  }

  .resources-item {
    flex-flow: column;
  }

  .resources-info-block {
    order: 9999;
    width: 100%;
  }

  .resources-item-cover {
    order: -9999;
    width: 100%;
  }

  .resources-info-title {
    font-size: 18px;
    line-height: 24px;
  }

  .newsletter-block-content {
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .abt-content-title {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-container {
    grid-row-gap: 15px;
  }

  .footer-menu-block {
    grid-row-gap: 20px;
  }

  .footer-menu-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .footer-menu-sub-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-block {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .social-row {
    width: 100%;
  }

  .details-title {
    font-size: 24px;
    line-height: 30px;
  }

  .details-listing-bg-1 {
    top: -100px;
    left: -90px;
  }

  .details-share-row {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .details-share-social-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .filter-bar {
    order: 9999;
    padding-left: 15px;
    padding-right: 15px;
  }

  .filter-bar-item {
    border-top: 1px solid var(--light-grey);
    width: 100%;
  }

  .filter-bar-item.first, .filter-bar-item.no-border {
    border-top-width: 0;
  }

  .filter-select {
    margin-right: 0;
    padding-left: 0;
  }

  .filter-search-block {
    order: -9999;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .details-news-cover {
    height: 240px;
  }

  .details-news-item-info-title {
    font-size: 16px;
    line-height: 24px;
  }

  .news-details-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .news-details-top-block {
    padding-bottom: 15px;
  }

  .news-details-title {
    font-size: 18px;
    line-height: 24px;
  }

  .news-details-info-block {
    padding-bottom: 15px;
  }

  .details-info-tx {
    margin-bottom: 15px;
  }

  .details-info-table {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 15px;
  }

  .details-info-table-td {
    min-width: 100px;
  }

  .other-interest-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .other-interest-block.border-bot {
    padding-bottom: 15px;
  }

  .others-interest-tx {
    font-size: 18px;
    line-height: 24px;
  }

  .gov-title-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gov-title-icon-img {
    width: 50px;
    height: 35px;
  }

  .gov-title {
    font-size: 18px;
    line-height: 30px;
  }

  .gov-table-td.title {
    min-width: 150px;
  }

  .members-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .members-item {
    width: 100%;
  }

  .members-logo-img {
    height: 110px;
  }

  .details-banner-content {
    width: 100%;
  }

  .details-banner-title-info-tx {
    font-weight: 400;
  }

  .details-banner-title-tx {
    font-size: 28px;
    line-height: 30px;
  }

  .details-banner-title-sub-tx {
    font-size: 20px;
    line-height: 30px;
  }

  .details-info-title {
    font-size: 18px;
  }

  .source-tx {
    font-size: 14px;
    line-height: 28px;
  }

  .details-resources-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .details-resources-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .etails-resources-item-head-arrow {
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-bottom: 3px;
  }

  .details-resources-item-info {
    padding-top: 0;
  }

  .video-block.mb-30 {
    margin-bottom: 15px;
  }

  .video-block:after,
  .sdg-details-video-block:after {
    width: 50px;
    height: 50px;
  }

  .game-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .game-s-title {
    font-size: 20px;
    line-height: 20px;
  }

  .game-m-title {
    font-size: 42px;
    line-height: 50px;
  }

  .game-l-title {
    font-size: 56px;
    line-height: 56px;
  }

  .home-highlight-item-cover {
    height: 250px;
  }

  .pop-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
    padding-bottom: 30px;
  }

  .pop-logo-block, .pop-info-block {
    width: 100%;
  }

  .pop-info-content {
    max-height: 350px;
    padding-right: 5px;
  }

  .content-title-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .details-cover-pic {
    height: 150px;
  }

  .details-content-title {
    letter-spacing: 0;
  }

  .abt-key-item-dot {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }

  .details-info-pic-list {
    grid-row-gap: 15px;
  }

  .details-info-pic-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .details-info-pic-cover {
    height: 270px;
  }

  .details-info-pic-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .abt-contact-title-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .newsletter-content-title {
    font-size: 24px;
    line-height: 32px;
  }

  .abt-contact-item-tx {
    font-size: 16px;
    line-height: 22px;
  }

  .abt-contact-item-name {
    font-size: 24px;
    line-height: 30px;
  }

  .contact-item-tx {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-social-link {
    width: 26px;
    height: 26px;
  }

  .contact-block-info-mail {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .sdg-goals-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sdg-logo-img {
    height: 30px;
  }

  .sdg-goals-item {
    width: 100%;
    min-height: 220px;
  }

  .sdg-goals-item-icon-img {
    max-width: 200px;
  }

  .sdg-goals-item-info-title {
    font-size: 20px;
    line-height: 26px;
  }

  .plan-num-block {
    padding: 7px 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .details-info-content-title {
    font-size: 16px;
    line-height: 24px;
  }

  .sdg-details-info-item {
    grid-row-gap: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sdg-details-info-item-logo {
    width: 100%;
  }

  .sdg-details-info-item-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .sdg-details-info-item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sdg-details-info-item-logo-img {
    height: 60px;
  }

  .sdsnhk-goals-item {
    padding: 20px 15px;
  }

  .sdsnhk-goals-img {
    border-radius: 15px;
    width: 120px;
    height: 120px;
  }

  .sdsnhk-goals-title {
    font-size: 24px;
    line-height: 28px;
  }

  .sdsnhk-goals-item-info {
    margin-bottom: 15px;
  }

  .details-quick-link-block {
    flex-flow: column;
  }

  .menu-drop-main-link:where(.w-variant-5f2fd77a-a5eb-c548-3d8e-dac26b451ed4) {
    color: var(--black);
  }

  .icon {
    font-size: 24px;
    line-height: 30px;
  }

  .details-highlight-list-item {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .details-highlight-item-cover-block {
    width: 100%;
  }

  .details-highlight-cover {
    height: 250px;
  }

  .details-highlight-item-content-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
  }

  .title-logo-img {
    width: 180px;
  }

  .newsletter-item-cover {
    width: 100%;
    min-width: auto;
  }

  .content-sub-title {
    font-size: 18px;
  }

  .details-resources-item-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-SboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-RegItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Sbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}