@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Berthold";
  src: url("bertholdakzidenzgrotesksuper.otf");
}
.sdg-01 {
  background-color: #e5233d;
}

.sdg-02 {
  background-color: #DDA73A;
}

.sdg-03 {
  background-color: #4ca146;
}

.sdg-04 {
  background-color: #c5192d;
}

.sdg-05 {
  background-color: #ef402c;
}

.sdg-06 {
  background-color: #27bfe6;
}

.sdg-07 {
  background-color: #FBC412;
}

.sdg-08 {
  background-color: #a31c44;
}

.sdg-09 {
  background-color: #f26a2d;
}

.sdg-10 {
  background-color: #e01483;
}

.sdg-11 {
  background-color: #f89d2a;
}

.sdg-12 {
  background-color: #bf8d2c;
}

.sdg-13 {
  background-color: #407f46;
}

.sdg-14 {
  background-color: #1F97D4;
}

.sdg-15 {
  background-color: #59ba48;
}

.sdg-16 {
  background-color: #126a9f;
}

.sdg-17 {
  background-color: #13496b;
}

html, body {
  font-weight: 300 !important;
  color: #2f5ca2;
  font-size: 14px;
}

b, .strong {
  font-weight: 500 !important;
}

.bg-dk {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.anim-obj {
  transition: all 1s ease;
}

.animonv {
  position: relative;
  top: 5rem;
  opacity: 0;
  transition: all 2s !important;
}
.animonv.active {
  top: 0;
  opacity: 1;
}

.aniani {
  position: relative;
  opacity: 0;
  top: 2rem;
  transition: all 2s !important;
}
.aniani.active {
  top: 0;
  opacity: 1;
}

.animonvtranc {
  position: relative;
  opacity: 0;
  transition: all 2s !important;
}
.animonvtranc.active {
  opacity: 1;
}

.blinking-dash {
  animation: blink 1s infinite;
  margin: 1.5rem 0rem;
  height: 1px;
  background-color: #ff7c36;
  width: 1.5rem;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
h6 b {
  font-weight: 600 !important;
}

.tip {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  position: absolute;
  left: -0.75rem;
  top: 45%;
}

h6, h3, p {
  font-weight: 300 !important;
}
h6 b, h3 b, p b {
  font-weight: 400 !important;
}

h2 {
  font-weight: 400 !important;
}
h2 b {
  font-weight: 500 !important;
}
h2 .highlight_und .underline {
  bottom: 0.25rem;
  height: 0.5rem;
}

h1 {
  font-size: 2.8rem !important;
  font-weight: 500;
}

a {
  text-decoration: none;
}

.r-highlighter {
  width: 5rem;
  height: 5rem;
  border-radius: 50rem;
  background-color: #ff7c36;
  position: absolute;
  top: 0.4rem;
  left: -2rem;
  z-index: -1;
}
.r-highlighter.big {
  width: 10rem;
  height: 10rem;
}

.highlight_und {
  display: inline-block;
  position: relative;
}
.highlight_und .underline {
  height: 2rem;
  position: absolute;
  z-index: 0;
  bottom: 2rem;
  width: 100%;
  background-color: #ff7c36;
}
.highlight_und .txt {
  position: relative;
  font-weight: 500 !important;
}

#map {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0px;
  z-index: 0;
}

.hero-title {
  position: relative;
  top: 25vh;
}
.hero-title .highlight_und .underline {
  height: 1.3rem;
  bottom: 0.5rem;
}
.hero-title .big-title {
  font-size: 9rem;
  font-weight: 700 !important;
  color: #d5d4d1;
}
.hero-title .big-subtitle {
  font-size: 2.4rem;
  margin-top: -3rem;
  font-weight: 300 !important;
  color: #f1f1f1;
}
.loader {
  width: 48px;
  height: 48px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #0294CD;
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}

.loadingsc {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.96);
  z-index: 5000;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.loadingsc.active {
  opacity: 1;
}
.loadingsc .anim {
  height: 150px;
  width: 150px;
  background-color: #0294CD;
  position: absolute;
  transform-origin: center center;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  animation: fadeIn 1s infinite alternate;
}
.loadingsc .anim .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f1f1f1;
  font-family: "Berthold", Berthold Akzidenz Grotesk, sans-serif !important;
  font-size: 20px;
  font-kerning: none !important;
  letter-spacing: 0.06rem;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#overlay {
  position: fixed;
  gap: 2rem;
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1000;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro {
  margin-top: 100vh;
  display: flex;
  justify-content: left;
}
.intro .border-wrapper {
  position: fixed;
  top: 0rem;
  z-index: 1;
  left: 0rem;
  width: calc(100vw - 6rem);
  height: calc(100vh - 6rem);
  border: 1px solid white;
  border-radius: 2rem;
  margin: 3rem;
  pointer-events: none;
  transition: all 0.2s;
  opacity: 0;
}
.intro .border-wrapper .scroll-tag {
  display: inline-block;
  padding: 0.25rem 1rem;
  background-color: #2f5ca2;
  border: 1px solid;
  color: white;
  border-radius: 2rem;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.intro .border-wrapper.active {
  opacity: 0.5;
}
.intro .text-box {
  padding: 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #f1f1f1;
  margin: 50vh 0;
  opacity: 0;
  transition: all 0.5s ease-in;
  position: relative;
}
.intro .text-box .highlight_und .txt {
  font-weight: 500 !important;
}
.intro .text-box .highlight_und .underline {
  height: 0.7rem;
  bottom: 0;
  font-weight: 600 !important;
}
.intro .text-box.visible {
  opacity: 1;
}
.intro .text-box:first-of-type {
  margin: 0vh 0 50vh 0vh;
}
.intro .text-box .image {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  left: 0rem;
  top: 2rem;
}
.intro .text-box .image .source {
  position: absolute;
  z-index: 1;
  bottom: 0;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding: 0.5rem;
  width: 100%;
  opacity: 0.5;
}
.intro .text-box .image .source span {
  font-weight: 500;
}
.intro .text-box .desc {
  position: absolute;
  font-size: 1rem;
  line-height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 3;
  padding: 1rem;
  color: #f1f1f1;
  width: 50%;
  border-radius: 1rem;
  border: 1px solid;
  right: -1rem;
}
.intro .text-box .img-caption {
  font-size: 1rem;
  position: absolute;
  bottom: -4rem;
  padding: 1rem;
  width: 60%;
  right: -4rem;
  font-weight: 400;
  line-height: 1.4rem;
  background-color: transparent;
  color: #f1f1f1;
  border: 1px solid;
  border-radius: 1rem;
  backdrop-filter: blur(15px);
}
.intro .container {
  pointer-events: none;
}

.population-bar, .climate-bar {
  position: sticky;
  z-index: 1000;
  top: 0;
  background-color: transparent;
  padding: 1rem;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0;
  color: #ff7c36;
}
.population-bar .d-flex, .climate-bar .d-flex {
  align-items: center;
  gap: 1rem;
}
.population-bar .d-flex .line, .climate-bar .d-flex .line {
  width: 110%;
  height: 15px;
  color: #ff7c36;
  border: 1px solid;
  background-color: transparent;
  backdrop-filter: blur(2px);
  position: relative;
}
.population-bar .d-flex .line #progress, .population-bar .d-flex .line #climate-progress, .climate-bar .d-flex .line #progress, .climate-bar .d-flex .line #climate-progress {
  position: absolute;
  width: 1%;
  height: 13px;
  top: 0;
  background-color: #ff7c36;
}
.population-bar .d-flex .number, .climate-bar .d-flex .number {
  font-size: 1.8rem;
  text-align: right;
  font-weight: 500;
  display: flex;
  color: #2f5ca2;
  color: inherit;
  width: 10%;
  justify-content: end;
}
.population-bar .d-flex .number #M, .climate-bar .d-flex .number #M {
  color: inherit;
}
.population-bar .d-flex .bi-thermometer-high, .climate-bar .d-flex .bi-thermometer-high {
  display: none;
}
.population-bar.active, .climate-bar.active {
  opacity: 1;
}
.population-bar.white, .climate-bar.white {
  color: white;
}
.population-bar.white .d-flex .line #climate-progress, .climate-bar.white .d-flex .line #climate-progress {
  background-color: #fff03e;
}
.population-bar.white .bi-water, .climate-bar.white .bi-water {
  display: none;
}
.population-bar.white .bi-thermometer-high, .climate-bar.white .bi-thermometer-high {
  display: initial;
}
.population-bar.white .d-flex .number #M, .climate-bar.white .d-flex .number #M {
  color: white;
}
.population-bar.white .d-flex .line, .climate-bar.white .d-flex .line {
  color: #fff03e;
}

.climate-bar .d-flex .number {
  width: 2%;
}

.photo-caption {
  margin-top: 1rem;
  text-align: center;
  color: gray;
}

#s-intro.white {
  background-color: #f1f1f1;
  z-index: 2;
}
#s-intro .fact {
  display: flex;
  align-items: start;
  justify-content: space-between;
  transition: background-color 0.1s;
}
#s-intro .fact .line {
  width: 80%;
  height: 1px;
  background-color: #2f5ca2;
  top: 50%;
  position: absolute;
  left: 10%;
  z-index: 0;
}
#s-intro .fact .left {
  position: sticky;
  top: 40%;
}
#s-intro .fact .left.no-sticky {
  position: relative;
  top: unset;
  padding-right: unset !important;
  text-align: left;
  align-self: flex-start;
}
#s-intro .fact.fact-1 .photo-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  width: 450px;
  height: 500px;
}
#s-intro .fact.fact-1 .photo-wrapper.s_photo {
  margin-top: 12rem;
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
}
#s-intro .fact.fact-1 .txt-trigger {
  font-weight: 300;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#s-intro .fact.fact-1 .txt-trigger .highlight_und .underline {
  height: 0.6rem;
  bottom: 0.2rem;
}
#s-intro .fact.fact-3 .left {
  margin: 20rem 0rem -2rem 0rem;
}
#s-intro .fact.fact-3 .right {
  display: flex;
  justify-content: center;
}
#s-intro .fact.fact-4 {
  flex-direction: column;
  transition: all 0.2s ease-in;
}
#s-intro .fact.fact-4 .left {
  margin: 0rem 0rem 5rem 0rem;
  align-self: center;
  text-align: center;
}
#s-intro .fact.fact-4.active .flood-1 {
  color: #26487e;
  background-color: #d5d4d1;
  left: 2.5rem;
}
#s-intro .fact.fact-4.active .flood-2 {
  left: 1rem;
}
#s-intro .fact.fact-4.active .flood-2, #s-intro .fact.fact-4.active .flood-3, #s-intro .fact.fact-4.active .flood-4 {
  color: #26487e;
  background-color: #d5d4d1;
}
#s-intro .fact.fact-4.active .flood-3 {
  left: -1rem;
}
#s-intro .fact.fact-4.active .flood-4 {
  left: -2.5rem;
}
#s-intro .fact.fact-2 {
  overflow: visible;
  position: relative;
  border-radius: 2rem;
  display: block;
  position: relative;
}
#s-intro .fact.fact-2 .image {
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 3rem;
}
#s-intro .fact.fact-2 .image img {
  height: 460px;
}
#s-intro .fact.fact-2 .text {
  position: absolute;
  width: 500px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.5rem);
  color: #ffffff;
  bottom: -1.5rem;
  left: -1.5rem;
  border-radius: 1rem;
  border: 1px solid;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
}
#s-intro .fact.fact-2 .text .highlight_und .underline {
  height: 0.5rem;
  position: absolute;
  z-index: 0;
  bottom: 0.2rem;
}
#s-intro .fact.fact-2 .people-anim-2 {
  top: 0rem;
  left: -3%;
}
#s-intro .fact.fact-2 .highlight_und .underline {
  height: 0.7rem;
  bottom: 0.2rem;
}
#s-intro .fact.n-fact {
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  gap: 0rem;
  position: relative;
  overflow: visible;
  margin: 10rem 0rem;
}
#s-intro .fact.n-fact h2 {
  margin-bottom: 1rem !important;
}
#s-intro .fact.n-fact .photo-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
}
#s-intro .fact .text-box {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1rem 0rem;
}
#s-intro .fact .right {
  height: auto;
  top: 8rem;
}
#s-intro .fact .right .floods-wrapper {
  display: flex;
  gap: 5.5rem;
}
#s-intro .fact .right img {
  /*width: unset;
  max-width: unset;
  height: unset;*/
}

.overflown-wrapper {
  overflow: hidden;
}

.marker {
  /*height: 1.25rem;
  width: 1.25rem;
  border-radius: 100%;*/
  border-radius: 2rem;
  width: auto;
  height: auto;
  opacity: 0 !important;
  background-color: #f1f1f1;
  color: #2f5ca2;
  margin-top: 20px;
  cursor: pointer;
  transition: height 0.5s ease-in, width 0.5s ease-in !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform-origin: center center !important;
  padding: 0.5rem 1rem;
}
.marker svg {
  display: none;
}

#flooding .container {
  pointer-events: none;
}

.iconexp {
  opacity: 0.2;
  width: max-content;
}

.marker-penang, .marker-flooding, .marker-exp {
  opacity: 0 !important;
  margin-top: 20px;
  cursor: pointer;
  transition: height 0.5s ease-in, width 0.5s ease-in !important;
  transform-origin: center;
  font-size: 0.9rem;
  line-height: 1rem;
  font-weight: 400 !important;
  color: #d5d4d1;
  height: 2rem;
  width: 2rem;
  position: relative;
  pointer-events: none;
}
.marker-penang .mk-penang, .marker-penang .mk-sp, .marker-penang .mk-flooding, .marker-flooding .mk-penang, .marker-flooding .mk-sp, .marker-flooding .mk-flooding, .marker-exp .mk-penang, .marker-exp .mk-sp, .marker-exp .mk-flooding {
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  position: absolute;
  top: 0;
  background-color: #f1f1f1;
  border-radius: 100%;
}
.marker-penang.active, .marker-flooding.active, .marker-exp.active {
  opacity: 1 !important;
  pointer-events: all;
}
.marker-penang.active .mk-penang, .marker-penang.active .mk-sp, .marker-flooding.active .mk-penang, .marker-flooding.active .mk-sp, .marker-exp.active .mk-penang, .marker-exp.active .mk-sp {
  height: 2rem;
  width: 2rem;
}
.marker-penang.penang-island::before, .marker-flooding.penang-island::before, .marker-exp.penang-island::before {
  content: "Penang Island";
  position: relative;
  left: -1rem;
  top: 3rem;
}
.marker-penang.seberang-perai::before, .marker-flooding.seberang-perai::before, .marker-exp.seberang-perai::before {
  content: "Seberang Perai";
  position: relative;
  left: -1rem;
  top: 3rem;
}
.marker-penang svg, .marker-flooding svg, .marker-exp svg {
  display: none;
}

.marker-penang {
  z-index: 2;
}
.marker-penang .mk-penang, .marker-penang .mk-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7c36;
}
.marker-penang .mk-penang:hover, .marker-penang .mk-sp:hover {
  background-color: #ff7c36;
  color: #f1f1f1;
}

.marker-flooding {
  pointer-events: none;
}
.marker-flooding .mk-flooding {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1f1f1;
  background-color: #ff7c36;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f1f1f1;
  height: 2rem;
  border-radius: 100%;
  width: 2rem;
}
.marker-flooding .mk-flooding:hover {
  background-color: #f1f1f1;
  color: #ff7c36;
  border: 1px solid #ff7c36;
}
.marker-flooding.active {
  pointer-events: all;
}

.transition-bt {
  margin: 15rem 0rem;
  text-align: center;
}
.transition-bt .animonv .highlight_und .underline {
  height: 1.2rem;
  bottom: 0.2rem;
  width: 0%;
  transition: all 1s ease;
}
.transition-bt .animonv.active .highlight_und .underline {
  width: 100%;
}

.content {
  background-color: #f1f1f1;
  color: #2f5ca2;
  position: relative;
  transition: background-color 1s ease;
}
.content.yellow {
  background-color: #ff7c36;
}
.content .container {
  display: flex;
  justify-content: space-between;
}
.content .container > div {
  padding: 5rem 0rem;
}
.content .container.facts-cont {
  flex-wrap: wrap;
}
.content .container.facts-cont .heatwaves {
  display: flex;
  justify-content: center;
  margin: 15rem 0rem 0rem 0rem;
  color: #f1f1f1;
  text-align: center;
}
.content .container.facts-cont .heatwaves .animonv .highlight_und .underline {
  height: 1rem;
  bottom: 0rem;
  width: 0;
  background-color: #2f5ca2;
  transition: all 1s ease;
}
.content .container.facts-cont .heatwaves .animonv.active .highlight_und .underline {
  width: 100%;
}
.content .container.facts-cont .heatwaves h2 {
  width: 80%;
  text-align: center;
}
.content h2 {
  font-weight: 400 !important;
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
  /*
     font-weight: 300 !important;
    	font-size: 1.2rem !important;
    	line-height: 1.5rem !important;
    	*/
}
.content h3 {
  font-weight: 300 !important;
}
.content .fact-wrapper {
  display: flex;
}
.content .left {
  padding-right: 6rem !important;
}
.content .left .fact {
  opacity: 0;
  transition: all 0.5s ease-in;
}
.content .left .fact.active {
  opacity: 1;
}
.content .left .fact {
  margin: 40vh 0rem;
}
.content .left .fact:first-of-type {
  margin: 25vh 0rem;
}
.content .left .fact:last-of-type {
  margin: 0vh 0 40vh 0;
  opacity: 1;
}
.content .right {
  height: 100vh;
  position: sticky;
  top: 0;
}
.content .right .people-anim, .content .right .people-anim-2 {
  position: absolute;
  top: 3rem;
  right: -1rem;
  z-index: 1;
  border-radius: 0%;
  scale: 0.7;
  transition: scale 0.5s;
  opacity: 1;
  overflow: visible !important;
}
.content .right .people-anim.active, .content .right .people-anim-2.active {
  opacity: 1;
  scale: 0.7;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(1n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(1n) {
  transition-delay: 0.01s;
  background-color: #ff7c36;
  animation-delay: 0.01s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(2n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(2n) {
  transition-delay: 0.02s;
  background-color: #ff7c36;
  animation-delay: 0.02s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(3n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(3n) {
  transition-delay: 0.03s;
  background-color: #ff7c36;
  animation-delay: 0.03s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(4n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(4n) {
  transition-delay: 0.04s;
  background-color: #ff7c36;
  animation-delay: 0.04s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(5n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(5n) {
  transition-delay: 0.05s;
  background-color: #ff7c36;
  animation-delay: 0.05s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(6n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(6n) {
  transition-delay: 0.06s;
  background-color: #ff7c36;
  animation-delay: 0.06s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(7n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(7n) {
  transition-delay: 0.07s;
  background-color: #ff7c36;
  animation-delay: 0.07s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(8n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(8n) {
  transition-delay: 0.08s;
  background-color: #ff7c36;
  animation-delay: 0.08s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(9n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(9n) {
  transition-delay: 0.09s;
  background-color: #ff7c36;
  animation-delay: 0.09s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(10n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(10n) {
  transition-delay: 0.1s;
  background-color: #ff7c36;
  animation-delay: 0.1s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(11n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(11n) {
  transition-delay: 0.11s;
  background-color: #ff7c36;
  animation-delay: 0.11s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(12n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(12n) {
  transition-delay: 0.12s;
  background-color: #ff7c36;
  animation-delay: 0.12s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(13n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(13n) {
  transition-delay: 0.13s;
  background-color: #ff7c36;
  animation-delay: 0.13s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(14n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(14n) {
  transition-delay: 0.14s;
  background-color: #ff7c36;
  animation-delay: 0.14s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(15n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(15n) {
  transition-delay: 0.15s;
  background-color: #ff7c36;
  animation-delay: 0.15s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(16n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(16n) {
  transition-delay: 0.16s;
  background-color: #ff7c36;
  animation-delay: 0.16s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(17n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(17n) {
  transition-delay: 0.17s;
  background-color: #ff7c36;
  animation-delay: 0.17s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(18n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(18n) {
  transition-delay: 0.18s;
  background-color: #ff7c36;
  animation-delay: 0.18s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(19n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(19n) {
  transition-delay: 0.19s;
  background-color: #ff7c36;
  animation-delay: 0.19s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(20n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(20n) {
  transition-delay: 0.2s;
  background-color: #ff7c36;
  animation-delay: 0.2s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(21n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(21n) {
  transition-delay: 0.21s;
  background-color: #ff7c36;
  animation-delay: 0.21s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(22n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(22n) {
  transition-delay: 0.22s;
  background-color: #ff7c36;
  animation-delay: 0.22s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(23n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(23n) {
  transition-delay: 0.23s;
  background-color: #ff7c36;
  animation-delay: 0.23s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(24n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(24n) {
  transition-delay: 0.24s;
  background-color: #ff7c36;
  animation-delay: 0.24s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(25n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(25n) {
  transition-delay: 0.25s;
  background-color: #ff7c36;
  animation-delay: 0.25s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(26n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(26n) {
  transition-delay: 0.26s;
  background-color: #ff7c36;
  animation-delay: 0.26s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(27n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(27n) {
  transition-delay: 0.27s;
  background-color: #ff7c36;
  animation-delay: 0.27s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(28n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(28n) {
  transition-delay: 0.28s;
  background-color: #ff7c36;
  animation-delay: 0.28s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(29n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(29n) {
  transition-delay: 0.29s;
  background-color: #ff7c36;
  animation-delay: 0.29s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(30n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(30n) {
  transition-delay: 0.3s;
  background-color: #ff7c36;
  animation-delay: 0.3s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(31n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(31n) {
  transition-delay: 0.31s;
  background-color: #ff7c36;
  animation-delay: 0.31s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(32n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(32n) {
  transition-delay: 0.32s;
  background-color: #ff7c36;
  animation-delay: 0.32s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(33n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(33n) {
  transition-delay: 0.33s;
  background-color: #ff7c36;
  animation-delay: 0.33s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(34n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(34n) {
  transition-delay: 0.34s;
  background-color: #ff7c36;
  animation-delay: 0.34s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(35n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(35n) {
  transition-delay: 0.35s;
  background-color: #ff7c36;
  animation-delay: 0.35s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(36n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(36n) {
  transition-delay: 0.36s;
  background-color: #ff7c36;
  animation-delay: 0.36s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(37n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(37n) {
  transition-delay: 0.37s;
  background-color: #ff7c36;
  animation-delay: 0.37s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(38n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(38n) {
  transition-delay: 0.38s;
  background-color: #ff7c36;
  animation-delay: 0.38s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(39n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(39n) {
  transition-delay: 0.39s;
  background-color: #ff7c36;
  animation-delay: 0.39s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(40n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(40n) {
  transition-delay: 0.4s;
  background-color: #ff7c36;
  animation-delay: 0.4s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(41n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(41n) {
  transition-delay: 0.41s;
  background-color: #ff7c36;
  animation-delay: 0.41s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(42n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(42n) {
  transition-delay: 0.42s;
  background-color: #ff7c36;
  animation-delay: 0.42s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(43n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(43n) {
  transition-delay: 0.43s;
  background-color: #ff7c36;
  animation-delay: 0.43s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(44n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(44n) {
  transition-delay: 0.44s;
  background-color: #ff7c36;
  animation-delay: 0.44s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(45n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(45n) {
  transition-delay: 0.45s;
  background-color: #ff7c36;
  animation-delay: 0.45s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(46n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(46n) {
  transition-delay: 0.46s;
  background-color: #ff7c36;
  animation-delay: 0.46s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(47n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(47n) {
  transition-delay: 0.47s;
  background-color: #ff7c36;
  animation-delay: 0.47s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(48n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(48n) {
  transition-delay: 0.48s;
  background-color: #ff7c36;
  animation-delay: 0.48s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(49n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(49n) {
  transition-delay: 0.49s;
  background-color: #ff7c36;
  animation-delay: 0.49s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(50n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(50n) {
  transition-delay: 0.5s;
  background-color: #ff7c36;
  animation-delay: 0.5s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(51n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(51n) {
  transition-delay: 0.51s;
  background-color: #ff7c36;
  animation-delay: 0.51s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(52n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(52n) {
  transition-delay: 0.52s;
  background-color: #ff7c36;
  animation-delay: 0.52s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(53n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(53n) {
  transition-delay: 0.53s;
  background-color: #ff7c36;
  animation-delay: 0.53s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(54n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(54n) {
  transition-delay: 0.54s;
  background-color: #ff7c36;
  animation-delay: 0.54s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(55n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(55n) {
  transition-delay: 0.55s;
  background-color: #ff7c36;
  animation-delay: 0.55s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(56n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(56n) {
  transition-delay: 0.56s;
  background-color: #ff7c36;
  animation-delay: 0.56s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(57n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(57n) {
  transition-delay: 0.57s;
  background-color: #ff7c36;
  animation-delay: 0.57s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(58n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(58n) {
  transition-delay: 0.58s;
  background-color: #ff7c36;
  animation-delay: 0.58s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(59n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(59n) {
  transition-delay: 0.59s;
  background-color: #ff7c36;
  animation-delay: 0.59s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(60n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(60n) {
  transition-delay: 0.6s;
  background-color: #ff7c36;
  animation-delay: 0.6s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(61n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(61n) {
  transition-delay: 0.61s;
  background-color: #ff7c36;
  animation-delay: 0.61s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(62n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(62n) {
  transition-delay: 0.62s;
  background-color: #ff7c36;
  animation-delay: 0.62s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(63n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(63n) {
  transition-delay: 0.63s;
  background-color: #ff7c36;
  animation-delay: 0.63s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(64n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(64n) {
  transition-delay: 0.64s;
  background-color: #ff7c36;
  animation-delay: 0.64s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(65n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(65n) {
  transition-delay: 0.65s;
  background-color: #ff7c36;
  animation-delay: 0.65s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(66n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(66n) {
  transition-delay: 0.66s;
  background-color: #ff7c36;
  animation-delay: 0.66s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(67n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(67n) {
  transition-delay: 0.67s;
  background-color: #ff7c36;
  animation-delay: 0.67s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(68n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(68n) {
  transition-delay: 0.68s;
  background-color: #ff7c36;
  animation-delay: 0.68s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(69n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(69n) {
  transition-delay: 0.69s;
  background-color: #ff7c36;
  animation-delay: 0.69s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(70n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(70n) {
  transition-delay: 0.7s;
  background-color: #ff7c36;
  animation-delay: 0.7s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(71n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(71n) {
  transition-delay: 0.71s;
  background-color: #ff7c36;
  animation-delay: 0.71s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(72n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(72n) {
  transition-delay: 0.72s;
  background-color: #ff7c36;
  animation-delay: 0.72s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(73n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(73n) {
  transition-delay: 0.73s;
  background-color: #ff7c36;
  animation-delay: 0.73s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(74n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(74n) {
  transition-delay: 0.74s;
  background-color: #ff7c36;
  animation-delay: 0.74s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(75n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(75n) {
  transition-delay: 0.75s;
  background-color: #ff7c36;
  animation-delay: 0.75s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(76n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(76n) {
  transition-delay: 0.76s;
  background-color: #ff7c36;
  animation-delay: 0.76s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(77n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(77n) {
  transition-delay: 0.77s;
  background-color: #ff7c36;
  animation-delay: 0.77s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(78n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(78n) {
  transition-delay: 0.78s;
  background-color: #ff7c36;
  animation-delay: 0.78s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(79n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(79n) {
  transition-delay: 0.79s;
  background-color: #ff7c36;
  animation-delay: 0.79s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(80n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(80n) {
  transition-delay: 0.8s;
  background-color: #ff7c36;
  animation-delay: 0.8s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(81n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(81n) {
  transition-delay: 0.81s;
  background-color: #ff7c36;
  animation-delay: 0.81s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(82n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(82n) {
  transition-delay: 0.82s;
  background-color: #ff7c36;
  animation-delay: 0.82s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(83n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(83n) {
  transition-delay: 0.83s;
  background-color: #ff7c36;
  animation-delay: 0.83s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(84n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(84n) {
  transition-delay: 0.84s;
  background-color: #ff7c36;
  animation-delay: 0.84s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(85n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(85n) {
  transition-delay: 0.85s;
  background-color: #ff7c36;
  animation-delay: 0.85s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(86n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(86n) {
  transition-delay: 0.86s;
  background-color: #ff7c36;
  animation-delay: 0.86s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(87n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(87n) {
  transition-delay: 0.87s;
  background-color: #ff7c36;
  animation-delay: 0.87s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(88n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(88n) {
  transition-delay: 0.88s;
  background-color: #ff7c36;
  animation-delay: 0.88s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(89n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(89n) {
  transition-delay: 0.89s;
  background-color: #ff7c36;
  animation-delay: 0.89s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(90n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(90n) {
  transition-delay: 0.9s;
  background-color: #ff7c36;
  animation-delay: 0.9s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(91n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(91n) {
  transition-delay: 0.91s;
  background-color: #ff7c36;
  animation-delay: 0.91s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(92n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(92n) {
  transition-delay: 0.92s;
  background-color: #ff7c36;
  animation-delay: 0.92s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(93n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(93n) {
  transition-delay: 0.93s;
  background-color: #ff7c36;
  animation-delay: 0.93s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(94n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(94n) {
  transition-delay: 0.94s;
  background-color: #ff7c36;
  animation-delay: 0.94s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(95n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(95n) {
  transition-delay: 0.95s;
  background-color: #ff7c36;
  animation-delay: 0.95s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(96n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(96n) {
  transition-delay: 0.96s;
  background-color: #ff7c36;
  animation-delay: 0.96s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(97n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(97n) {
  transition-delay: 0.97s;
  background-color: #ff7c36;
  animation-delay: 0.97s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(98n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(98n) {
  transition-delay: 0.98s;
  background-color: #ff7c36;
  animation-delay: 0.98s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(99n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(99n) {
  transition-delay: 0.99s;
  background-color: #ff7c36;
  animation-delay: 0.99s;
}
.content .right .people-anim.active .svg-wrapper .circle:nth-last-child(100n), .content .right .people-anim-2.active .svg-wrapper .circle:nth-last-child(100n) {
  transition-delay: 1s;
  background-color: #ff7c36;
  animation-delay: 1s;
}
.content .right .people-anim .from, .content .right .people-anim .to, .content .right .people-anim-2 .from, .content .right .people-anim-2 .to {
  font-size: 1.8rem;
  margin: 3rem 0rem;
  position: relative;
  color: #2f5ca2;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  left: -2.5rem;
}
.content .right .people-anim .from .dash, .content .right .people-anim .to .dash, .content .right .people-anim-2 .from .dash, .content .right .people-anim-2 .to .dash {
  display: inline-block;
  height: 2px;
  width: 2rem;
  background-color: #2f5ca2;
}
.content .right .people-anim .svg-wrapper, .content .right .people-anim-2 .svg-wrapper {
  width: 30rem;
  height: 30rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.content .right .people-anim .svg-wrapper .circle, .content .right .people-anim-2 .svg-wrapper .circle {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  border-radius: 10rem;
  border: 1px solid #ff7c36;
  transition: all 0.2s;
}
.content .right .people-anim.s-step, .content .right .people-anim-2.s-step {
  border-radius: 100%;
  overflow: hidden;
  scale: 0.6;
  opacity: 1;
  bottom: 20%;
  right: -8rem;
}
.content .right .people-anim.s-step .from, .content .right .people-anim.s-step .to, .content .right .people-anim-2.s-step .from, .content .right .people-anim-2.s-step .to {
  display: none;
}
.content .right .people-anim.s-step .circle, .content .right .people-anim-2.s-step .circle {
  background-color: #ff7c36;
}
@keyframes moveCircles {
  0% {
    top: 50px;
    left: 50px;
  }
  25% {
    top: 50px;
    left: 250px;
  }
  50% {
    top: 250px;
    left: 250px;
  }
  75% {
    top: 250px;
    left: 50px;
  }
  100% {
    top: 50px;
    left: 50px;
  }
}
.content .right .people-anim-2 {
  top: 14px;
  left: 0px;
  margin: 0 auto;
  overflow: visible;
  width: 420px;
  height: 480px;
  scale: 0.6;
}
.content .right .people-anim-2.active {
  scale: 0.6;
}
.content .right .people-anim-2 .circle {
  position: relative;
  transition: all 0.5s ease !important;
  transition-delay: 0.5s !important;
  border: none !important;
  background-color: #ff7c36 !important;
  height: 1.5rem;
  width: 1.5rem;
}
.content .right .people-anim-2 .circle.c-1 {
  top: 4rem;
  left: 4rem;
}
.content .right .people-anim-2 .circle.c-2 {
  top: 2rem;
  left: 2rem;
}
.content .right .people-anim-2 .circle.c-3 {
  top: 4rem;
  left: 0rem;
}
.content .right .people-anim-2 .circle.c-4 {
  top: 5rem;
  left: 0rem;
}
.content .right .people-anim-2 .circle.c-5 {
  top: 3rem;
  left: -4rem;
}
.content .right .people-anim-2 .circle.c-6 {
  top: 9rem;
  left: -5rem;
}
.content .right .people-anim-2 .circle.c-7 {
  top: 11rem;
  left: -9rem;
}
.content .right .people-anim-2 .circle.c-8 {
  top: 8rem;
  left: -13rem;
}
.content .right .people-anim-2 .circle.c-9 {
  top: 10rem;
  left: -19rem;
}
.content .right .people-anim-2 .circle.c-10 {
  top: 13rem;
  left: -19rem;
}
.content .right .people-anim-2 .circle.c-11 {
  top: 5rem;
  left: 1rem;
}
.content .right .people-anim-2 .circle.c-12 {
  top: 6rem;
  left: 1rem;
}
.content .right .people-anim-2 .circle.c-13 {
  top: 1rem;
  left: -3rem;
}
.content .right .people-anim-2 .circle.c-14 {
  top: 3rem;
  left: -3rem;
}
.content .right .people-anim-2 .circle.c-15 {
  top: 4rem;
  left: -9rem;
}
.content .right .people-anim-2 .circle.c-16 {
  top: -6rem;
  left: -8rem;
}
.content .right .people-anim-2 .circle.c-17 {
  top: 7rem;
  left: -12rem;
}
.content .right .people-anim-2 .circle.c-18 {
  top: 3rem;
  left: 3rem;
}
.content .right .people-anim-2 .circle.c-19 {
  top: 1rem;
  left: 1rem;
}
.content .right .people-anim-2 .circle.c-20 {
  top: 2rem;
  left: 0rem;
}
.content .right .people-anim-2.active .circle {
  background-color: #ff7c36;
}
.content .right .people-anim-2.active .circle.c-1 {
  top: 11rem;
  left: 23rem;
}
.content .right .people-anim-2.active .circle.c-2 {
  top: 14rem;
  left: 21rem;
}
.content .right .people-anim-2.active .circle.c-3 {
  top: 11rem;
  left: 20rem;
}
.content .right .people-anim-2.active .circle.c-4 {
  top: 13rem;
  left: 13rem;
}
.content .right .people-anim-2.active .circle.c-5 {
  top: 16rem;
  left: 10rem;
}
.content .right .people-anim-2.active .circle.c-6 {
  top: 13rem;
  left: 12rem;
}
.content .right .people-anim-2.active .circle.c-7 {
  top: 11rem;
  left: -9rem;
}
.content .right .people-anim-2.active .circle.c-8 {
  top: 9rem;
  left: -11rem;
}
.content .right .people-anim-2.active .circle.c-9 {
  top: 12rem;
  left: -17rem;
}
.content .right .people-anim-2.active .circle.c-10 {
  top: 16rem;
  left: 0rem;
}
.content .right .people-anim-2.active .circle.c-11 {
  top: -1rem;
  left: 29rem;
}
.content .right .people-anim-2.active .circle.c-12 {
  top: 5rem;
  left: 1rem;
}
.content .right .people-anim-2.active .circle.c-13 {
  top: 2rem;
  left: 0rem;
}
.content .right .people-anim-2.active .circle.c-14 {
  top: 3rem;
  left: 12rem;
}
.content .right .people-anim-2.active .circle.c-15 {
  top: 5rem;
  left: 14rem;
}
.content .right .people-anim-2.active .circle.c-16 {
  top: -6rem;
  left: -8rem;
}
.content .right .people-anim-2.active .circle.c-17 {
  top: 6rem;
  left: -12rem;
}
.content .right .people-anim-2.active .circle.c-18 {
  top: 3rem;
  left: 3rem;
}
.content .right .people-anim-2.active .circle.c-19 {
  top: 1rem;
  left: 1rem;
}
.content .right .people-anim-2.active .circle.c-20 {
  top: 2rem;
  left: 0rem;
}
.content .right > div:not(.people-anim) {
  overflow: hidden;
}
.content .right > div:not(.people-anim).image_1 {
  overflow: visible;
}
.content .right > div:not(.people-anim).image_1 img {
  border-radius: 1rem;
}
.content .right > div:not(.people-anim).image_2 {
  border-radius: 1rem;
  width: 100%;
  margin: auto;
  height: 480px;
}
.content .right > div:not(.people-anim).image_3 {
  overflow: visible;
  position: relative;
}
.content .right > div:not(.people-anim).active {
  opacity: 1;
}
.content .right > div:not(.people-anim) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content .right .flood {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  position: relative;
  overflow: visible;
  width: 100%;
  aspect-ratio: 1/1;
  color: #ff7c36;
  border: 1px solid;
  border-radius: 100rem;
  display: flex;
  gap: 0.5rem;
  padding: 3rem 2rem;
  flex-flow: column;
  left: 0;
  transition: all 0.5s ease, background-color 0.2s ease 0s;
  background-color: #f1f1f1;
  justify-content: center;
  text-align: left;
  box-shadow: -1px 0px 0px 0rem rgba(255, 124, 54, 0.1490196078);
  transition-delay: 0s;
}
.content .right .flood a {
  color: inherit;
}
.content .right .flood.flood-2 {
  transition: all 0.5s ease, background-color 0.2s ease 0.2s;
}
.content .right .flood.flood-3 {
  transition: all 0.5s ease, background-color 0.2s ease 0.4s;
}
.content .right .flood.flood-4 {
  transition: all 0.5s ease, background-color 0.2s ease 0.6s;
}
.content .right .flood.flood-2.active {
  left: -2rem;
}
.content .right .flood.flood-2.active, .content .right .flood.flood-3.active, .content .right .flood.flood-4.active {
  color: #2f5ca2;
}
.content .right .flood.flood-3.active {
  left: -4rem;
}
.content .right .flood.flood-4.active {
  left: -6rem;
}
.content .right .flood .find-out-more {
  background-color: #ff7c36;
  border-radius: 50rem;
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  color: white;
  position: absolute;
  z-index: 1;
  right: -2rem;
  bottom: 1rem;
  scale: 0.2;
  transition: all 0.2s;
  opacity: 0;
  font-weight: 500 !important;
  text-align: left;
}
.content .right .flood:hover {
  box-shadow: -1px 0 0 3rem rgba(255, 124, 54, 0.08);
  color: #ff7c36 !important;
  background-color: #f1f1f1 !important;
  transition: all 0.5s ease 0s, background-color 0.1s ease 0s !important;
}
.content .right .flood:hover .find-out-more {
  scale: 0.9;
  opacity: 1;
}
.content .right .flood .year {
  font-weight: 600 !important;
  font-size: 2rem;
  line-height: 2rem;
}
.content .right .flood .desc {
  font-weight: 300 !important;
  margin-top: 0.25rem;
  line-height: 1.7rem;
  color: #26487e;
  font-size: 1.3rem;
}
.content.content_2 {
  margin-top: 100vh;
}
.content.content_2 .right div {
  opacity: 1;
}

.coalition {
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 6rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: inherit;
  overflow: hidden;
  transition: background-color 0.5s ease-in;
}
.coalition.active, .coalition.white {
  background-color: transparent;
}
.coalition .highlight_und .txt {
  font-weight: unset;
}
.coalition img {
  /*filter: grayscale(1);
    	mix-blend-mode: hard-light;*/
}
.coalition .photo-wrapper {
  overflow: hidden;
  position: relative;
}
.coalition .photo-wrapper .source {
  position: absolute;
  z-index: 3;
  bottom: 0;
  color: white;
  padding: 0.5rem;
  opacity: 0.5;
  right: 0;
}
.coalition .container {
  position: absolute;
  width: 100%;
  display: unset;
}
.coalition .container .big-text {
  font-size: 8rem;
  font-weight: 600 !important;
  color: #f1f1f1;
  width: max-content;
}

.top-bar {
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: #26487e;
  font-size: 1.5rem;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  background-color: transparent;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 2;
}
.top-bar .container {
  display: flex;
}
.top-bar .container a {
  text-decoration: none;
  color: inherit;
}
.top-bar .container a div {
  padding: 2rem;
  font-weight: 300 !important;
}
.top-bar .container a div.active {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  font-weight: 500 !important;
}
.top-bar .container div {
  padding: 2rem;
  padding-left: 0rem;
  font-weight: 200 !important;
  border-right: 1px solid;
}

.what-to-know {
  overflow: visible;
  position: relative;
  z-index: 1;
  color: #26487e;
  pointer-events: none;
}
.what-to-know h2 {
  font-size: 2.5rem !important;
  margin-bottom: 1.25rem;
}
.what-to-know .content-wrapper .container.cont-title {
  height: 80vh;
  display: flex;
  gap: 0rem;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 4rem;
  font-weight: 400 !important;
}
.what-to-know .content-wrapper .container.cont-title .big-stitle {
  color: #f1f1f1;
  z-index: 2;
  margin-bottom: 1rem;
  font-size: 4rem !important;
  line-height: 4.2rem !important;
  font-weight: 700 !important;
  position: relative;
}
.what-to-know .content-wrapper .container.cont-title .subtitle {
  position: relative;
  z-index: 2;
  color: #f1f1f1;
  width: 60%;
  font-size: 1.5rem;
}
.what-to-know .content-wrapper .cont {
  padding: 1rem 0rem;
  border-radius: 1rem;
  margin-bottom: 2rem;
  background-color: #f1f1f1;
  position: relative;
  z-index: 2;
  font-size: 1.5rem;
}
.what-to-know .content-wrapper .cont.top {
  border-bottom-right-radius: 0rem;
  border-bottom-left-radius: 0rem;
  margin-bottom: 0;
}
.what-to-know .content-wrapper .cont.bottom {
  border-top-right-radius: 0rem;
  border-top-left-radius: 0rem;
}
.what-to-know .graph-wrapper {
  margin-bottom: 3rem;
}
.what-to-know .graph-wrapper img {
  border-radius: 1rem;
  width: 100%;
}
.what-to-know .sec {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0rem;
  align-items: center;
  /*
  .right{
  	position: sticky;
  }
  */
}
.what-to-know .sec .desc {
  position: sticky;
}
.what-to-know #ageing-pop {
  margin-bottom: 0rem;
  margin-top: 10rem;
}
.what-to-know #ageing-pop .desc {
  margin-bottom: 20rem;
}
.what-to-know #ageing-pop .graph-wrapper {
  margin: 0rem 0rem;
}

.photo-wrapper {
  position: relative;
}
.photo-wrapper .img-rd {
  border-radius: 1rem;
}
.photo-wrapper .img-desc {
  font-size: 1rem;
  background-color: white;
  width: 50%;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid;
  position: absolute;
  right: -1rem;
  bottom: -1rem;
}
.photo-wrapper .img-desc span {
  font-size: 0.8rem;
  opacity: 0.5;
}

.wtk {
  background-color: #f1f1f1;
  color: #2f5ca2;
  position: relative;
  padding: 2rem 0rem 4rem 0rem;
  margin-bottom: 0rem;
  overflow: hidden;
}
.wtk .big-title {
  font-size: 4rem;
  font-weight: 900;
  -webkit-text-stroke: 1px #2f5ca2;
  color: #f1f1f1;
  margin-bottom: 0rem;
}
.wtk .how, .wtk .what, .wtk .who {
  padding: 1rem;
}
.wtk .how .content.container, .wtk .what .content.container, .wtk .who .content.container {
  height: 6rem;
  overflow: hidden;
  transition: height 0.5s ease-in 0s;
  margin-bottom: 0rem;
}
.wtk .how .logos.container, .wtk .what .logos.container, .wtk .who .logos.container {
  height: 0px;
  opacity: 0;
  overflow: visible;
  transition: height 0.5s ease-in 0.2s, opacity 0.5s ease-in 0s;
}
.wtk .how .tohide, .wtk .what .tohide, .wtk .who .tohide {
  opacity: 1;
  left: 0;
  position: relative;
  transition: all 0.2s ease-in;
}
.wtk .how.open .tohide, .wtk .what.open .tohide, .wtk .who.open .tohide {
  opacity: 0;
  left: -0.25rem;
}
.wtk .how.open .content.container, .wtk .what.open .content.container, .wtk .who.open .content.container {
  height: 36rem;
  transition: height 0.3s ease-in 0.2s;
}
.wtk .how.open .content.container .c-arrow, .wtk .what.open .content.container .c-arrow, .wtk .who.open .content.container .c-arrow {
  transform: scale(0.7) rotate(90deg);
}
.wtk .how.open .logos.container, .wtk .what.open .logos.container, .wtk .who.open .logos.container {
  height: initial;
  opacity: 1;
  transition: height 0.3s ease-in 0s, opacity 0.5s ease-in 0.2s;
}
.wtk .how.open .top, .wtk .what.open .top, .wtk .who.open .top {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 1rem 12%;
  left: -9%;
  z-index: 1000;
  width: 118%;
  transition: all 0.2s ease-in 0s;
}
.wtk .how.open .top .container .c-arrow, .wtk .what.open .top .container .c-arrow, .wtk .who.open .top .container .c-arrow {
  transform: scale(0.7) rotate(90deg);
  border-color: transparent;
}
.wtk .how.open .top .container .highlight_und .underline, .wtk .what.open .top .container .highlight_und .underline, .wtk .who.open .top .container .highlight_und .underline {
  width: 100%;
}
.wtk .how.open .top .container:hover .c-arrow, .wtk .what.open .top .container:hover .c-arrow, .wtk .who.open .top .container:hover .c-arrow {
  transform: scale(0.7) rotate(90deg);
  border-color: transparent;
}
.wtk .how .top, .wtk .what .top, .wtk .who .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid;
  padding: 1rem 2rem;
  border-radius: 4rem;
  position: absolute;
  cursor: pointer;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.2s ease-in 0.3s;
}
.wtk .how .top .container, .wtk .what .top .container, .wtk .who .top .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.wtk .how .top .container:hover .c-arrow, .wtk .what .top .container:hover .c-arrow, .wtk .who .top .container:hover .c-arrow {
  transform: rotate(90deg);
}
.wtk .how .top .container:hover .highlight_und .underline, .wtk .what .top .container:hover .highlight_und .underline, .wtk .who .top .container:hover .highlight_und .underline {
  width: 100%;
}
.wtk .how .top .title, .wtk .what .top .title, .wtk .who .top .title {
  font-size: 2rem;
  position: relative;
}
.wtk .how .top .highlight_und .underline, .wtk .what .top .highlight_und .underline, .wtk .who .top .highlight_und .underline {
  height: 0.8rem;
  bottom: 0.5rem;
  width: 0;
  transition: all 0.3s ease-in;
}
.wtk .how .top .c-arrow, .wtk .what .top .c-arrow, .wtk .who .top .c-arrow {
  padding: 1rem;
  border-radius: 100%;
  border: 1px solid;
  transition: all 0.3s ease-in;
}
.wtk .how .img, .wtk .what .img, .wtk .who .img {
  position: relative;
  height: 30rem;
  top: 6rem;
}
.wtk .how .img .img-wrapper, .wtk .what .img .img-wrapper, .wtk .who .img .img-wrapper {
  border-radius: 2rem;
  height: 30rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.wtk .how .img .img-wrapper img, .wtk .what .img .img-wrapper img, .wtk .who .img .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wtk .how .img .bottom, .wtk .what .img .bottom, .wtk .who .img .bottom {
  position: absolute;
  bottom: 0rem;
  color: #fff;
  width: 100%;
  padding: 3rem;
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
}
.wtk .how .img .title, .wtk .what .img .title, .wtk .who .img .title {
  width: 65%;
}
.wtk .how .img .title h1, .wtk .what .img .title h1, .wtk .who .img .title h1 {
  font-weight: 600 !important;
}
.wtk .how .img .sub-title, .wtk .what .img .sub-title, .wtk .who .img .sub-title {
  font-size: 1.44rem;
  font-weight: 300;
}
.wtk .how .img .button, .wtk .what .img .button, .wtk .who .img .button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(0.5rem);
  border-radius: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem 1em 0.5rem 1rem;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
  transition: all 0.2s ease-in;
  scale: 0.95;
  cursor: pointer;
}
.wtk .how .img .button:hover, .wtk .what .img .button:hover, .wtk .who .img .button:hover {
  scale: 1;
}
.wtk .how .img .button:hover .icon, .wtk .what .img .button:hover .icon, .wtk .who .img .button:hover .icon {
  transform: rotate(-45deg);
}
.wtk .how .img .button .icon, .wtk .what .img .button .icon, .wtk .who .img .button .icon {
  border-radius: 100%;
  border: 1px solid;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  display: flex;
  width: 3rem;
  height: 3rem;
  transition: all 0.2s ease-in;
}
.wtk .how .img .button .icon img, .wtk .what .img .button .icon img, .wtk .who .img .button .icon img {
  filter: brightness(4);
  width: 70%;
  height: auto;
}
.wtk .how .img .top-img, .wtk .what .img .top-img, .wtk .who .img .top-img {
  position: relative;
  padding: 3rem;
  color: white;
}
.wtk .what .wrapper {
  display: flex;
  justify-content: space-between;
}
.wtk .what .wrapper .img {
  width: 68%;
}
.wtk .what .wrapper .img .title {
  width: 80%;
}
.wtk .what .wrapper .right {
  width: 30%;
  position: relative;
  top: 6rem;
}
.wtk .what .wrapper .right .top-text a {
  font-weight: 500 !important;
  text-decoration: underline;
}
.wtk .what .wrapper .right .top-text a:hover {
  color: #ff7c36 !important;
}
.wtk .what .wrapper .right .top-text p {
  padding-bottom: 0px;
  margin-bottom: 0.5rem;
}
.wtk .what .wrapper .bottom {
  position: absolute;
  align-items: center;
}
.wtk .what .wrapper .bottom .v-line {
  position: absolute;
  width: 1px;
  background-color: #2f5ca2;
  height: 8.5rem;
  bottom: 1.5rem;
  left: 1.2rem;
  z-index: 2;
}
.wtk .what .wrapper .bottom .res-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.wtk .what .wrapper .bottom .res-title .title {
  width: auto;
  font-size: 1.5rem;
  font-weight: 500;
}
.wtk .what .wrapper .bottom #res-info {
  gap: 0.5rem;
}
.wtk .what .wrapper .bottom #res-info .pill {
  border: 1px solid;
  border-radius: 5rem;
  padding: 0rem 0.5rem;
  height: fit-content;
  width: fit-content;
}
.wtk .what .wrapper .bottom .item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  background-color: transparent;
  margin-bottom: 0rem;
  border-radius: 100rem;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 500;
  transition: all 0.5s ease-in;
}
.wtk .what .wrapper .bottom .item b {
  font-weight: 600;
}
.wtk .what .wrapper .bottom .item .bullet {
  width: 0.5rem;
  height: 0.5rem;
  border: solid 1px;
  border-radius: 100rem;
  background-color: #f1f1f1;
  outline: solid 0rem rgba(47, 92, 162, 0.15);
  transition: all 0.5s ease-in;
}
.wtk .what .wrapper .bottom .item:hover .bullet, .wtk .what .wrapper .bottom .item.active .bullet {
  outline: solid 0.5rem rgba(47, 92, 162, 0.15);
  background-color: #ff7c36;
}
.wtk .what .wrapper .bottom .item:hover {
  background-color: rgba(213, 212, 209, 0);
}
.wtk .what .wrapper .bottom .item.active {
  background-color: rgba(213, 212, 209, 0.4);
}
.wtk .what.open .content.container {
  padding-bottom: 0px;
}
.wtk .who .img .title {
  width: 75%;
}
.wtk .who .img .button .icon {
  transition: all 0.3s ease-in 1s;
  transform: rotate(90deg);
}
.wtk .who.open .container {
  height: auto;
  margin-bottom: 2rem;
}
.wtk .who.open .img .button:hover {
  scale: 1;
}
.wtk .who.open .img .button:hover .icon {
  transform: rotate(90deg);
}

.logos {
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
  padding: 6rem 0rem 6rem 4rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.logos .container {
  padding: 0;
}

.logos-wrapper {
  display: grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem 1rem;
  justify-self: flex-start;
  position: relative;
  justify-self: flex-start;
  position: relative;
}
.logos-wrapper .h-line {
  height: 1px;
  width: 200%;
  position: absolute;
  left: -50%;
  background-color: #26487e;
  top: 50%;
}
.logos-wrapper .v-line {
  width: 1px;
  background-color: #26487e;
  position: absolute;
  height: 200vh;
  top: -10rem;
}
.logos-wrapper .v-line:nth-of-type(1) {
  left: 25%;
}
.logos-wrapper .v-line:nth-of-type(2) {
  left: 49.75%;
}
.logos-wrapper .v-line:nth-of-type(3) {
  left: 75.5%;
}
.logos-wrapper .org {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.logos-wrapper .org.empty {
  padding-right: 4rem;
}
.logos-wrapper .org .desc {
  position: absolute;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #2f5ca2;
  padding: 1rem;
  font-weight: 400;
  border-radius: 1rem;
  background-color: transparent;
  border: 1px solid;
  top: -4rem;
  left: -170%;
  opacity: 0;
  width: 360px;
  margin: 0 auto;
  transition: all 0.2s ease-in;
  z-index: 1000;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(30px);
  text-align: left;
  pointer-events: none;
}
.logos-wrapper .org .desc h6 {
  font-weight: 600 !important;
  border-bottom: 1px solid;
  margin-bottom: 0.3rem;
}
.logos-wrapper .org .desc .tip {
  border-right: unset;
  border-left: 10px solid;
  right: -0.75rem;
  left: unset;
}
.logos-wrapper .org.active .desc {
  opacity: 1;
  left: -175%;
  top: -4rem;
}
.logos-wrapper .org.active .learn-more {
  opacity: 0 !important;
}
.logos-wrapper .org .d-text {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.logos-wrapper .org .name {
  width: 14rem;
  height: 14rem;
  background-color: #d5d4d1;
  border-radius: 100%;
  padding: 1.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500 !important;
  line-height: 2.1rem;
  font-size: 1.8rem;
  border: 1px solid;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.logos-wrapper .org .logo {
  height: auto;
  width: 60%;
  position: absolute;
  border-radius: 100%;
  transition: all 0.2s ease;
  opacity: 1;
}
.logos-wrapper .org .logo img {
  position: relative;
  width: 90%;
  height: auto;
  top: 0;
}
.logos-wrapper .org .learn-more {
  background-color: #ff7c36;
  font-size: 0.8rem;
  height: 5rem;
  width: 5rem;
  padding: 1rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  line-height: 1rem;
  font-weight: 500 !important;
  position: absolute;
  left: unset;
  right: 5rem;
  bottom: 2rem;
  transition: all 0.2s ease;
  opacity: 0;
  bottom: -1rem;
  color: #f1f1f1;
}
.logos-wrapper .org:hover .learn-more {
  opacity: 1;
  bottom: 0rem;
}
.logos-wrapper .org:nth-child(5) .logo, .logos-wrapper .org:nth-of-type(6) .logo, .logos-wrapper .org:nth-of-type(10) .logo {
  width: 90%;
}
.logos-wrapper .org:nth-of-type(10) .logo {
  width: 45%;
}
.logos-wrapper .org:nth-of-type(7) .logo, .logos-wrapper .org:nth-of-type(11) .logo {
  width: 80%;
}

.labour-force-wrapper {
  padding: 8rem 0rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
  background-color: #2f5ca2;
  color: #f1f1f1;
  position: relative;
  z-index: -1;
}
.labour-force-wrapper h2 {
  margin: 0rem auto 4rem auto;
}
.labour-force-wrapper .bottom {
  align-items: flex-end;
  gap: 2%;
  justify-content: center;
}
.labour-force-wrapper .bottom p {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem !important;
}
.labour-force-wrapper .graph-wrapper {
  margin: 3rem 0rem;
  border-radius: 2rem;
  overflow: hidden;
}

#labour-force {
  flex-wrap: wrap;
  margin-top: 0rem;
  padding: 0;
}
#labour-force .desc {
  position: relative;
  padding: 0;
}

.btn {
  border: 1px solid;
  border-radius: 10rem;
  padding: 1rem;
  font-size: 1.2rem;
  color: #26487e;
  margin-top: 1rem;
  margin-right: 1rem;
}

#who {
  margin-top: 100vh;
}
#who .cont-title {
  margin-top: -100vh;
}
#who .cont {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  padding: 8rem 0rem;
}
#who .cont .carousel {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  overflow: visible;
}
#who .cont .carousel:hover .group {
  animation-play-state: paused;
}
#who .cont .carousel > * {
  flex: 0 0 100%;
}
#who .cont .group {
  display: flex;
  gap: 0rem;
  /* Add padding to the right to create a gap between the last and first card. */
  padding-right: 20px;
  will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
  animation: scrolling 20s linear infinite;
}
#who .cont .group .card {
  position: relative;
}
#who .cont .group .card > div:first-of-type {
  position: relative;
  z-index: 500;
}
#who .cont .group .card:hover .desc {
  top: -4.5rem;
  opacity: 1;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#who .cont .card {
  width: max-content;
  color: #2f5ca2;
  background-color: transparent;
  border: none;
  padding-left: 2rem;
  font-size: 4rem;
  font-weight: 700 !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 2rem;
  -webkit-text-stroke: 1px #ff7c36;
  color: transparent;
}
#who .cont .card .icon {
  border: 1px solid;
  color: #26487e;
  border-radius: 10rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  padding: 0.8rem;
  opacity: 0;
}
#who .cont .card .icon img {
  transform: rotate(-95deg);
}
#who .cont .card:hover {
  color: #ff7c36;
}
#who .cont .card:hover .icon {
  opacity: 1;
}

a {
  color: inherit;
}
a:hover {
  color: #26487e;
}

@keyframes floating {
  0% {
    top: -60px;
    left: -20px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  70% {
    top: 20px;
    left: 20px;
  }
  100% {
    top: 30px;
    left: 50px;
  }
}
@keyframes floating_right {
  0% {
    top: -60px;
    left: 50px;
  }
  50% {
    top: 10px;
    left: 10px;
  }
  70% {
    top: 20px;
    left: -20px;
  }
  100% {
    top: 0px;
    left: -50px;
  }
}
.comparison {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  z-index: 2;
  margin-top: 20rem;
  transition: all 0.5s ease;
}
.comparison .big-outline-title {
  z-index: 1;
  font-size: 3.5rem;
  line-height: 3.5rem;
  margin-bottom: 2rem;
  font-weight: 800 !important;
  -webkit-text-stroke: 1px #2f5ca2;
  mix-blend-mode: normal;
  color: transparent;
  width: 100%;
  text-align: left;
  transition: all 0.5s ease;
}
.comparison.active .big-outline-title {
  mix-blend-mode: plus-lighter;
  -webkit-text-stroke: 1px #f1f1f1;
}
.comparison .underline {
  background-color: #2f5ca2;
}
.comparison .text-box {
  border: 1px solid;
  position: relative;
  bottom: 0;
  height: fit-content;
  mix-blend-mode: difference;
  padding: 2rem;
  margin-bottom: 2%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.comparison .text-box h3 {
  font-weight: 400 !important;
}
.comparison .text-box h6 {
  font-size: 1.3rem;
  line-height: 1.8rem !important;
}
.comparison .container-w {
  pointer-events: none;
  display: flex;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: white;
}
.comparison div.jx-image div.jx-label {
  background-color: #2f5ca2;
  color: #f1f1f1;
  font-weight: 600 !important;
  font-size: 1.5rem;
  padding: 1rem;
}
.comparison div.jx-image.jx-right div.jx-label {
  color: #ff7c36;
  background-color: #f1f1f1;
}
.comparison div.jx-control {
  z-index: 2;
  background-color: #f1f1f1;
  width: 1px;
}
.comparison div.jx-controller {
  height: 60px;
  width: 60px;
  border-radius: 100px;
  margin-left: -30px;
  background-color: #2f5ca2;
  z-index: -1;
}

#what-old, #who {
  pointer-events: all;
}

#what-old {
  background-color: #f1f1f1;
  z-index: 1;
  height: 0px;
  overflow: hidden;
  padding: 0rem 0rem;
  border-top: 0px;
  transition: opacity 0.5s ease-in 0.5s;
}
#what-old .cont-title .subtitle {
  width: 80%;
}
#what-old.active {
  padding: 6rem 0rem;
  border-top: 1px solid;
  height: 100%;
  transition: all 0.5s ease-in 0s;
  overflow: unset;
}

#what-old, #how, #who {
  position: relative;
}
#what-old .img-bg, #how .img-bg, #who .img-bg {
  position: fixed;
  width: 100%;
  height: 110vh;
  object-fit: cover;
  top: -4rem;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
#what-old .bg-transparent, #how .bg-transparent, #who .bg-transparent {
  height: 100vh;
  width: 100vw;
  top: -4rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 1;
}
#what-old.active .img-bg, #how.active .img-bg, #who.active .img-bg {
  opacity: 1;
}

#building-resilience {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin: 0rem;
  display: flex;
}
#building-resilience h2 {
  width: 50%;
}
#building-resilience .r-highlighter {
  top: -3rem;
  left: -3rem;
}
#building-resilience .content-wrapper {
  width: 100%;
  gap: 8rem;
  display: flex;
  flex-wrap: wrap;
}
#building-resilience .content-wrapper .big-title {
  font-weight: 800 !important;
  font-size: 4rem;
  line-height: 4rem;
  color: transparent;
  -webkit-text-stroke: 1px #26487e;
  z-index: 0;
  margin-bottom: 1rem;
}
#building-resilience .content-wrapper .desc {
  position: relative;
}
#building-resilience .content-wrapper .between-areas .content, #building-resilience .content-wrapper .with-communities .content {
  background-color: unset;
  display: flex;
  position: relative;
  gap: 5rem;
  align-items: start;
  transition: background-color 1s ease;
}
#building-resilience .content-wrapper .between-areas .desc, #building-resilience .content-wrapper .with-communities .desc {
  font-size: 1.2rem;
}
#building-resilience .content-wrapper .between-areas .photos, #building-resilience .content-wrapper .with-communities .photos {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  position: sticky;
  top: 4%;
}
#building-resilience .content-wrapper .between-areas .photos .duo-vertical, #building-resilience .content-wrapper .with-communities .photos .duo-vertical {
  display: flex;
  flex-direction: column;
  width: 45%;
}
#building-resilience .content-wrapper .between-areas .photos .duo-vertical div, #building-resilience .content-wrapper .with-communities .photos .duo-vertical div {
  border-radius: 1.5rem;
  overflow: hidden;
  height: 150px;
  margin: 0rem 0rem 1rem 0.25rem;
  width: 100%;
}
#building-resilience .content-wrapper .between-areas .photos > div:not(.duo-vertical), #building-resilience .content-wrapper .with-communities .photos > div:not(.duo-vertical) {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 150px;
  margin: 1rem 0.5rem;
  width: 45%;
}
#building-resilience .content-wrapper .between-areas .photos > div:not(.duo-vertical):nth-of-type(4), #building-resilience .content-wrapper .with-communities .photos > div:not(.duo-vertical):nth-of-type(4) {
  height: 21.9rem;
  margin-top: 0rem;
}
#building-resilience .content-wrapper .between-areas .photos img, #building-resilience .content-wrapper .with-communities .photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#building-resilience .content-wrapper .with-communities .content {
  flex-wrap: nowrap;
}
#building-resilience .content-wrapper .between-areas .content {
  align-items: center;
}
#building-resilience .content-wrapper .between-areas .content .desc {
  width: 50%;
}
#building-resilience .content-wrapper .between-areas .content .photos {
  justify-content: space-around;
  width: 50%;
  position: relative;
}
#building-resilience .content-wrapper .with-communities .desc {
  width: 50%;
}
#building-resilience .content-wrapper .with-communities .photos {
  width: 50%;
  position: sticky;
  top: 4%;
}
#building-resilience .content-wrapper .with-communities .photos > div:not(.duo-vertical) {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  height: 150px;
  margin: 0.5rem;
  width: 45%;
}
#building-resilience .content-wrapper .with-communities .photos > div:not(.duo-vertical):nth-of-type(4) {
  height: 150px;
}
#building-resilience .content-wrapper .with-communities .focus {
  position: relative;
  margin-top: 5rem;
}
#building-resilience .content-wrapper .with-communities .focus .title-outline {
  -webkit-text-stroke: 1px #ff7c36;
  font-weight: 800 !important;
  font-size: 4rem;
  line-height: 4rem;
  opacity: 0.8;
  color: #f1f1f1;
  /*top: -0.5rem;
  left: -1rem;*/
  margin-bottom: 3rem;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .item {
  position: relative;
  padding: 0rem;
  margin-bottom: 1rem;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .item .title {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 600 !important;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor {
  position: relative;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor .line {
  height: 1px;
  background-color: #ff7c36;
  width: 0%;
  transition: all 2s ease 0.5s;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor .data {
  display: flex;
  gap: 0.5rem;
  transition: all 1s ease 1s;
  opacity: 0;
  position: relative;
  left: -0.5rem;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor .data div {
  padding: 0rem 1rem;
  border-radius: 5rem;
  border: 1px solid;
  font-size: 1rem;
  min-width: max-content;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor span {
  font-weight: 700 !important;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper.active .info-cursor .line {
  width: 100%;
}
#building-resilience .content-wrapper .with-communities .focus .wrapper.active .info-cursor .data {
  opacity: 1;
  left: 0;
}

.mapboxgl-popup {
  transition: none;
  color: #000000;
  margin-top: 30px;
  z-index: 2;
  margin-top: 0rem;
}

.mapboxgl-popup-content {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-shadow: 0px 0px 0px 1px white !important;
}

.mapboxgl-popup-tip {
  position: revert;
  top: -1px;
}

.mapboxgl-popup-content, .popup {
  background-color: #f1f1f1;
  border-radius: 1rem !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 1.25rem !important;
}
.mapboxgl-popup-content .title, .popup .title {
  font-size: 1rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #f1f1f1;
  border-bottom: 1px solid;
  padding-bottom: 0.5rem;
  font-weight: 500 !important;
  margin-top: 0.5rem;
}
.mapboxgl-popup-content .tiny-btn, .popup .tiny-btn {
  background-color: white;
  display: inline-block;
  color: #25497d;
  padding: 0.2rem 0.75rem;
  border-radius: 3rem;
  margin-top: 0.5rem;
  border: 1px solid;
}
.mapboxgl-popup-content .desc, .popup .desc {
  line-height: 1rem;
  font-size: 0.8rem;
  color: #f1f1f1;
}

.mapboxgl-popup-close-button {
  border-radius: 10rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  font-weight: 500 !important;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #f1f1f1;
  border-radius: 10rem !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0rem !important;
  padding-bottom: 0.25rem;
}

footer {
  background-color: white;
  position: relative;
  z-index: 1100;
}

.coalition .highlight_und .txt {
  font-weight: 600 !important;
}

.page-template-penang-how {
  background-color: #f1f1f1;
}

#penang-how .content-highlight {
  color: #ff7c36;
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.3019607843);
  margin: 0rem 0rem 8rem 0rem;
  font-size: 1.2rem;
  border: 1px solid;
}
#penang-how .top-page {
  gap: 0.75rem;
  margin: 2rem 0rem;
  align-items: center;
}
#penang-how .top-page span {
  font-size: 1.44rem;
}
#penang-how .top-page b {
  font-size: 1.73rem;
}
#penang-how .top-page img {
  width: 1rem;
}
#penang-how .top-page .d-flex {
  align-items: center;
  gap: 0.5rem;
}
#penang-how .img-top {
  position: relative;
  height: 30rem;
}
#penang-how .img-top .img-wrapper {
  border-radius: 2rem;
  height: 30rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
#penang-how .img-top .img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#penang-how .img-top .bottom {
  position: absolute;
  bottom: 0rem;
  color: #fff;
  width: 100%;
  padding: 3rem;
  display: flex;
  gap: 2rem;
  align-items: end;
  justify-content: space-between;
}
#penang-how .img-top .title {
  width: 53%;
}
#penang-how .img-top .title h1 {
  font-weight: 600 !important;
  margin-bottom: 0px;
}
#penang-how .img-top .sub-title {
  font-size: 1.44rem;
  font-weight: 300;
}
#penang-how .img-top .button {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(0.5rem);
  border-radius: 12rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5rem 1em 0.5rem 1rem;
  gap: 1rem;
  font-size: 1.1rem;
  font-weight: 300;
  transition: all 0.2s ease-in;
  scale: 0.95;
  cursor: pointer;
}
#penang-how .img-top .button:hover {
  scale: 1;
}
#penang-how .img-top .button:hover .icon {
  transform: rotate(90deg);
}
#penang-how .img-top .button .icon {
  border-radius: 100%;
  border: 1px solid;
  padding: 0.25rem 0.5rem;
  justify-content: center;
  display: flex;
  width: 3rem;
  height: 3rem;
  transition: all 0.2s ease-in;
  transform: rotate(450deg);
}
#penang-how .img-top .button .icon img {
  filter: brightness(4);
  width: 70%;
  height: auto;
}
#penang-how .img-top .top-img {
  position: relative;
  padding: 3rem;
  color: white;
}
#penang-how .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#penang-how .content-wrapper .left-title {
  position: sticky;
  top: 1rem;
  height: 280px;
  width: 30%;
  background-color: #f1f1f1;
}
#penang-how .content-wrapper .left-title .big-number {
  font-size: 12.5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #2f5ca2;
  text-stroke: 1px #2f5ca2;
  position: absolute;
  top: 0;
}
#penang-how .content-wrapper .left-title .l-title {
  font-size: 4.25rem;
  line-height: 4rem;
  position: relative;
  top: 8rem;
  left: 1rem;
  font-weight: 800;
  color: #ff7c36;
}
#penang-how .content-wrapper .right-side {
  width: 60%;
}
#penang-how .content-wrapper .right-side p {
  font-size: 1.3rem;
}
#penang-how .content-wrapper .right-side .r-title {
  position: relative;
  margin-top: 8rem;
}
#penang-how .content-wrapper .right-side .r-title i {
  color: #ff7c36;
  position: absolute;
  left: -1.75rem;
  top: -13.25px;
  font-size: 3rem;
  font-weight: 100 !important;
}
#penang-how .content-wrapper .right-side .r-title h3 {
  font-size: 2.07rem !important;
  position: relative;
  font-weight: 400 !important;
}
#penang-how .content-wrapper .right-side .photo-wrapper {
  margin: 2rem 0rem 4rem 0rem;
}
#penang-how .content-wrapper .right-side .graph-wrapper {
  background-color: white;
  width: 100%;
  margin: 2rem 0rem 4rem 0rem;
  border-radius: 2rem;
}
#penang-how #flooding {
  position: relative;
  z-index: 1;
  color: white;
  margin: 10rem 0rem 5rem 0rem;
  background-color: #2f5ca2;
}
#penang-how #flooding h4 {
  font-weight: 500 !important;
  line-height: 2rem;
}
#penang-how #flooding p {
  font-size: 1.4rem;
  line-height: 2rem;
}
#penang-how #flooding .tmap {
  background-color: rgba(255, 255, 255, 0.0901960784);
  backdrop-filter: blur(11px);
  padding: 1rem;
  border-radius: 1rem;
  margin-top: 2rem;
  font-size: 1.2rem;
}
#penang-how #flooding .sec {
  align-content: center;
  height: 80vh;
  margin-top: 0px;
}
#penang-how #flooding .popup {
  width: 480px;
  position: relative;
  right: -4rem;
  top: -5rem;
  padding: 1rem !important;
}
#penang-how #flooding #map-flooding {
  height: 80vh;
  width: 100vw;
  position: absolute;
  top: 0px;
  z-index: 0;
}
#penang-how .heat-wide {
  display: flex;
  margin: 4rem;
}
#penang-how .heat-wide .left-side {
  border-radius: 2rem;
  overflow: hidden;
  margin-right: 4rem;
}
#penang-how .heat-wide .left-side .graph-wrapper {
  overflow: hidden;
  border-radius: 2rem;
}
#penang-how .heat-wide .right {
  font-size: 1.7rem;
  width: 40%;
  margin-top: 4rem;
}
#penang-how .calor {
  display: flex;
  gap: 2rem;
  margin: 6rem 0rem 12rem 0rem;
  position: relative;
  justify-content: center;
}
#penang-how .calor .slide-to-compare {
  position: absolute;
  top: -3rem;
  z-index: 1;
  color: gray;
  opacity: 1;
  font-weight: 300;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  display: flex;
  justify-content: space-around;
}
#penang-how .calor .calor-wrapper {
  position: relative;
  height: 303px;
  width: 325px;
}
#penang-how .calor .calor-wrapper.right {
  margin-top: 0rem;
}
#penang-how .highlight {
  font-size: 1.2rem;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid;
  margin: 2rem;
  position: relative;
}
#penang-how .highlight .tip {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid;
  position: absolute;
  left: -0.75rem;
  bottom: 2rem;
}
#penang-how .highlight:first-of-type {
  left: -2rem;
}
#penang-how .highlight:last-of-type {
  right: -2rem;
}
#penang-how .highlight:last-of-type .tip {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid;
  border-right: unset;
  position: absolute;
  right: -0.75rem;
  left: unset;
  bottom: 2rem;
}
#penang-how .highlight .inf {
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 1rem;
  text-align: left;
}
#penang-how .highlight .inf .light {
  opacity: 0.5;
}
#penang-how #too-many-cars .photo-wrapper .img-desc {
  bottom: -7rem;
}
#penang-how #too-much-heat {
  align-items: center;
}
#penang-how .enabling-resilience .content-wrapper .left-title {
  width: 100%;
}
#penang-how .enabling-resilience .content-wrapper .left-title .l-title {
  left: 5.5rem;
  width: fit-content;
  top: 6rem;
}

.transition-sec {
  height: 80vh;
}
.transition-sec .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0px;
  padding-top: 40vh;
}
.transition-sec .bar-wrapper {
  height: 3.5rem;
  border-radius: 10rem;
  width: 100%;
  border: 1px solid;
  color: #2f5ca2;
  margin-bottom: 50vh;
  position: relative;
}
.transition-sec .bar-wrapper .progress {
  height: 100%;
  width: 0px;
  border-radius: 10rem;
  background-color: #2f5ca2;
  color: #f1f1f1;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 0.5rem;
  position: relative;
}
.transition-sec .bar-wrapper .progress .bi-gear {
  animation: 2s linear infinite rotating;
  transform-origin: center;
  transition: unset;
  transform: rotate(0);
}
.transition-sec .bar-wrapper .circle {
  height: 3rem;
  width: 3rem;
  border-radius: 10rem;
  background-color: #f1f1f1;
  position: absolute;
  right: 0.25rem;
  top: 0.18rem;
  border: 1px solid;
  color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: #2f5ca2;
}
.transition-sec.completed .circle {
  background-color: #2f5ca2;
  color: #2f5ca2;
}

@keyframes rotating {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
#are-we-ready {
  margin: -4rem 0rem 8rem 0rem;
  display: flex;
  align-items: start;
}
#are-we-ready > .desc {
  padding: 5rem 4rem;
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid;
  font-size: 1.3rem;
  margin-top: 2rem;
}
#are-we-ready .ready-wrapper {
  padding: 2rem 3rem 3rem 3rem;
}
#are-we-ready .ready-wrapper .item {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid;
  position: relative;
  cursor: pointer;
}
#are-we-ready .ready-wrapper .item .title {
  font-size: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#are-we-ready .ready-wrapper .item .title .c-arrow {
  border-radius: 10rem;
  border: 1px solid;
  height: 3rem;
  width: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in;
  transform: rotate(0deg);
}
#are-we-ready .ready-wrapper .item .desc {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 0rem 0rem;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  color: #2f5ca2;
  font-weight: 300;
  min-height: 0px;
  max-height: 0px;
  transition: all 0.2s ease-in;
}
#are-we-ready .ready-wrapper .item.active .desc {
  min-height: 5rem;
  max-height: unset;
  padding: 0rem 1rem 1rem 0rem;
}
#are-we-ready .ready-wrapper .item.active .title {
  color: #ff7c36;
}
#are-we-ready .ready-wrapper .item.active .title .c-arrow {
  transform: rotate(90deg);
}
#are-we-ready .ready-wrapper .item.active .title .c-arrow svg path {
  stroke: #ff7c36;
}
#are-we-ready .ready-wrapper .item:hover .desc {
  opacity: 1;
}
#are-we-ready .ready-wrapper .item:hover .title {
  color: #ff7c36;
}
#are-we-ready .ready-wrapper .item:hover .title .c-arrow {
  transform: rotate(90deg);
}
#are-we-ready .ready-wrapper .item:hover .title .c-arrow svg path {
  stroke: #ff7c36;
}

.big-percent {
  padding-top: 1rem;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 500 !important;
  border-bottom: 1px solid;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  position: relative;
}
.big-percent .r-highlighter {
  width: 8rem;
  height: 8rem;
  border-radius: 50rem;
  background-color: #ff7c36;
  position: absolute;
  top: 1.5rem;
  right: -1rem;
  z-index: -1;
}
.big-percent .small-txt {
  font-size: 2rem;
  font-weight: 300;
  position: relative;
  top: 0rem;
  left: 0rem;
  margin-bottom: 0.5rem;
}
.big-percent .percent {
  position: relative;
  top: -1rem;
  text-align: left;
}
.big-percent span {
  font-weight: 300 !important;
}

.penang-folder {
  background-color: #f1f1f1;
  padding-top: 0rem;
}
.penang-folder h3 {
  padding-top: 4rem;
}
.penang-folder .container {
  padding: 0;
}
.penang-folder .penang-2030 {
  background-color: rgba(241, 241, 241, 0.6);
  padding: 2rem;
  border-radius: 1.5rem;
  top: 2rem;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
  margin-bottom: 3rem;
}
.penang-folder .penang-2030.visible {
  top: 0;
  opacity: 1;
}
.penang-folder .penang-2030 div div {
  padding: 0.25rem 0rem;
  border-bottom: 1px solid;
  width: fit-content;
}
.penang-folder h3 .highlight_und .underline {
  bottom: 0.2rem;
  height: 0.8rem;
}
.penang-folder h4 {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.penang-folder h5 {
  font-weight: 400 !important;
}
.penang-folder h5 .highlight_und .underline {
  bottom: 0.1rem;
  height: 0.6rem;
}
.penang-folder .main-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.penang-folder .main-title #title {
  padding: 0rem 1rem;
  border: 1px solid;
  border-radius: 10rem;
}
.penang-folder .main-title h4 span {
  font-weight: 500;
}
.penang-folder .main-title a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.penang-folder .main-title img {
  height: 1rem;
  transform: rotate(-180deg);
}
.penang-folder .main-title span {
  font-size: 1.5rem;
  font-weight: 400;
}
.penang-folder .top-tabs {
  display: flex;
  padding-left: 3rem;
  margin-top: 2rem;
}
.penang-folder .top-tabs .tab {
  padding: 1rem 3rem 0.7rem 2.5rem;
  color: gray;
  border-top-right-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  font-weight: 400;
  letter-spacing: 0.025rem;
  cursor: pointer;
  transition: all 0.2s ease-in;
  font-size: 1.1rem;
  background-color: #D5D4D1;
}
.penang-folder .top-tabs .tab svg {
  height: 1rem;
}
.penang-folder .top-tabs .tab#water svg path {
  fill: gray;
}
.penang-folder .top-tabs .tab#heat, .penang-folder .top-tabs .tab#future {
  gap: 0rem;
}
.penang-folder .top-tabs .tab#future:hover svg path {
  stroke: #2f5ca2;
  fill: transparent;
}
.penang-folder .top-tabs .tab#future:hover svg #Trazado_7 {
  stroke: transparent;
}
.penang-folder .top-tabs .tab#enabling {
  gap: 0.3rem;
}
.penang-folder .top-tabs .tab.active, .penang-folder .top-tabs .tab#water.active {
  background-color: #E7E6E5;
  color: #2f5ca2;
}
.penang-folder .top-tabs .tab.active svg path, .penang-folder .top-tabs .tab#water.active svg path {
  fill: #2f5ca2;
}
.penang-folder .top-tabs .tab.active#future svg path, .penang-folder .top-tabs .tab#water.active#future svg path {
  stroke: #2f5ca2;
  fill: transparent;
}
.penang-folder .top-tabs .tab.active#future svg #Trazado_7, .penang-folder .top-tabs .tab#water.active#future svg #Trazado_7 {
  stroke: transparent;
}
.penang-folder .top-tabs .tab:hover, .penang-folder .top-tabs .tab#water:hover {
  color: #2f5ca2;
}
.penang-folder .top-tabs .tab:hover svg path, .penang-folder .top-tabs .tab#water:hover svg path {
  fill: #2f5ca2;
}
.penang-folder .folder-content {
  background-color: #E7E6E5;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  padding: 4rem;
  overflow-x: hidden;
}
.penang-folder .portfolios-wrapper {
  display: flex;
  gap: 0rem;
  margin: 2rem 0rem 3rem;
  width: fit-content;
}
.penang-folder .portfolios-wrapper .portfolio-group {
  display: flex;
  gap: 0rem;
  height: fit-content;
  opacity: 0;
  overflow: hidden;
  width: 0px;
}
.penang-folder .portfolios-wrapper .portfolio-group.active {
  width: 100%;
  gap: 1rem;
  opacity: 1;
}
.penang-folder .portfolios-wrapper .portfolio-group.active .portfolio {
  width: 22vw;
  opacity: 1;
  height: 100%;
  color: #2f5ca2;
}
.penang-folder .portfolios-wrapper .portfolio {
  border-radius: 1.5rem;
  border: 1px solid #2f5ca2;
  padding: 1rem;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  opacity: 0;
  gap: 2rem;
  height: initial;
  cursor: pointer;
  justify-content: space-between;
  transition: width 0.5s ease 1s, background-color 1s ease, opacity 1s ease 1s, color 0.2s ease 1.5s;
  width: 0px;
  height: 0px;
  color: #E7E6E5;
}
.penang-folder .portfolios-wrapper .portfolio .number {
  font-size: 2.07rem;
  font-weight: 700;
}
.penang-folder .portfolios-wrapper .portfolio .title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 400;
}
.penang-folder .portfolios-wrapper .portfolio:hover {
  background-color: #f1f1f1;
}

#penang-initiative .penang-folder .folder-content {
  padding: 0;
  overflow: unset;
}
#penang-initiative .penang-folder .folder-content .main-title {
  padding: 2rem;
}
#penang-initiative .penang-folder .folder-content .content-wrapper {
  padding: 3rem 4rem;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border: 1px solid;
  display: flex;
  gap: 4rem;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left {
  width: 55%;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left .sub-title {
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid;
  font-weight: 400;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left .desc {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left .desc b {
  font-weight: 400 !important;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left .desc p {
  font-weight: 300 !important;
  margin-bottom: 0px !important;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .left .desc p b {
  font-weight: 400 !important;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .right {
  width: 45%;
  height: fit-content;
  position: sticky;
  top: 3rem;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .right .img-wrapper {
  background-color: white;
  border-radius: 2rem;
  cursor: pointer;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .right .img-wrapper .expand-icon {
  position: absolute;
  right: 1rem;
  top: 1rem;
  opacity: 0.5;
  cursor: pointer;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .right .img-wrapper .expand-icon:hover {
  opacity: 1;
}
#penang-initiative .penang-folder .folder-content .content-wrapper .right .img-wrapper:hover .expand-icon {
  opacity: 1;
}
#penang-initiative .sdg-group {
  display: flex;
  gap: 0.5rem;
  color: white;
}
#penang-initiative .sdg-group .sdg {
  width: 2rem;
  height: 2rem;
  border-radius: 6rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
  cursor: pointer;
}
#penang-initiative .associated-sdgs, #penang-initiative .projects {
  margin-bottom: 2.5rem;
  position: relative;
}
#penang-initiative .associated-sdgs .title, #penang-initiative .projects .title {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: space-between;
}
#penang-initiative .associated-sdgs .title .txt, #penang-initiative .projects .title .txt {
  min-inline-size: fit-content;
  font-weight: 500;
  font-size: 1.2rem;
}
#penang-initiative .associated-sdgs .title .line, #penang-initiative .projects .title .line {
  width: 100%;
  height: 1px;
  background-color: #2f5ca2;
}
#penang-initiative .associated-sdgs .gradients, #penang-initiative .projects .gradients {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  pointer-events: none;
}
#penang-initiative .associated-sdgs .gradients .left-grad, #penang-initiative .associated-sdgs .gradients .right-grad, #penang-initiative .projects .gradients .left-grad, #penang-initiative .projects .gradients .right-grad {
  pointer-events: none;
  position: absolute;
  width: 20% !important;
  height: 100% !important;
  background: linear-gradient(104deg, rgb(231, 230, 229) 0%, rgba(231, 230, 229, 0) 100%);
}
#penang-initiative .associated-sdgs .gradients .left-grad, #penang-initiative .projects .gradients .left-grad {
  left: -4rem;
}
#penang-initiative .associated-sdgs .gradients .right-grad, #penang-initiative .projects .gradients .right-grad {
  right: -0.5rem;
  transform: rotate(180deg);
}
#penang-initiative .associated-sdgs .nav, #penang-initiative .projects .nav {
  z-index: 1;
  position: absolute;
  width: 112%;
  top: 50%;
  left: -6%;
  display: flex;
  justify-content: space-between;
}
#penang-initiative .associated-sdgs .nav div, #penang-initiative .projects .nav div {
  display: flex;
  height: 2rem;
  width: 2rem;
  border-radius: 10rem;
  border: 1px solid;
  padding: 0.5rem;
  opacity: 1;
  cursor: pointer;
}
#penang-initiative .associated-sdgs .nav div.inactive, #penang-initiative .projects .nav div.inactive {
  opacity: 0.2;
  cursor: unset;
}
#penang-initiative .associated-sdgs .nav div.left-btn, #penang-initiative .projects .nav div.left-btn {
  transform: rotate(-180deg);
}
#penang-initiative .associated-sdgs .nav .active, #penang-initiative .projects .nav .active {
  opacity: 1;
}
#penang-initiative .associated-sdgs .nav .active:hover, #penang-initiative .projects .nav .active:hover {
  background-color: #f1f1f1;
}
#penang-initiative .associated-sdgs.projects .group-wrapper, #penang-initiative .projects.projects .group-wrapper {
  overflow: hidden;
}
#penang-initiative .associated-sdgs .projects-group, #penang-initiative .projects .projects-group {
  display: flex;
  gap: 1rem;
  min-height: 10rem;
  overflow: hidden;
  width: max-content;
}
#penang-initiative .associated-sdgs .projects-group a, #penang-initiative .projects .projects-group a {
  width: 20vw;
  display: block;
}
#penang-initiative .associated-sdgs .projects-group .project, #penang-initiative .projects .projects-group .project {
  border: 1px solid transparent;
  border-radius: 1rem;
  padding: 1rem;
  background-color: #f0f0f0;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 500;
  display: flex;
  height: 100%;
  align-items: end;
  gap: 3rem;
  width: 100%;
  transition: all 0.4s ease-in;
}
#penang-initiative .associated-sdgs .projects-group .project img, #penang-initiative .projects .projects-group .project img {
  width: 15%;
}
#penang-initiative .associated-sdgs .projects-group .project:hover, #penang-initiative .projects .projects-group .project:hover {
  background-color: #f1f1f1;
  border-color: #2f5ca2;
}

.tooltip-inner {
  background-color: white;
  color: gray;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-top-color: white;
}

.tooltip.show {
  opacity: 1;
}

.modal {
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal .modal-content {
  height: 90vh;
}
.modal .modal-content .modal-body {
  height: 100%;
}
.modal .modal-content .img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.modal .modal-content .img-wrapper img {
  height: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  text-align: center;
}
.modal .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.menu-burger {
  position: sticky;
  z-index: 1000;
  top: 2rem;
}
.menu-burger .container {
  position: relative;
  top: 0rem;
  padding: 0;
}
.menu-burger .container.folders {
  top: 3rem;
}
.menu-burger .menu-wrapper {
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: rgba(58, 91, 157, 0.2);
  backdrop-filter: blur(11px);
  display: flex;
  flex-flow: column;
  width: 10rem;
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 4000;
  color: #f1f1f1;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease;
}
.menu-burger .menu-wrapper.visible {
  top: 1rem;
  opacity: 1;
}
.menu-burger .menu-wrapper .item {
  transition: background-color 0.2s ease;
  padding: 0.5rem 1rem;
  color: #2f5ca2;
  border-radius: 5rem;
  backdrop-filter: blur(-1px);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
}
.menu-burger .menu-wrapper .item:hover {
  background-color: rgba(58, 91, 157, 0.7);
  color: #f1f1f1;
  font-weight: 500;
  backdrop-filter: blur(10px);
}
.menu-burger .p-active, .menu-burger .keep-exploring {
  display: flex;
  justify-content: flex-end;
  padding-right: 4rem;
  right: 0rem;
  position: relative;
  top: 1rem;
  justify-self: flex-end;
  border-radius: 2rem;
  padding: 0.25rem 4rem 0.25rem 0.25rem;
  padding-left: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  font-weight: 400;
  transition: all ease-in 0.2s;
  transform-origin: center right;
  position: absolute;
}
.menu-burger .keep-exploring {
  position: absolute;
  opacity: 0;
  transform: rotate(20deg);
  padding-right: 3rem;
}
.menu-burger .keep-exploring i {
  font-size: 0.8rem;
  line-height: 1.5rem;
  margin-left: 0.25rem;
}
.menu-burger.animated .p-active {
  transform: rotate(-20deg);
  opacity: 0;
}
.menu-burger.animated .keep-exploring {
  transform: rotate(0deg);
  opacity: 1;
}
.menu-burger .burger-icon {
  border-radius: 10rem;
  backdrop-filter: blur(20px);
  border: 1px solid #2f5ca2;
  height: 3rem;
  width: 3rem;
  display: flex;
  gap: 0.1rem;
  flex-wrap: wrap;
  background-color: rgba(47, 92, 162, 0.2);
  padding: 0.75rem;
  align-items: center;
  align-self: end;
  position: absolute;
  z-index: 5000;
  top: 0.5rem;
  right: -0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-burger .burger-icon:hover {
  border: 1px solid #2f5ca2;
  background-color: rgba(255, 255, 255, 0.8);
}
.menu-burger .burger-icon:hover div {
  background-color: #26487e;
}
.menu-burger .burger-icon div {
  background-color: #2f5ca2;
  width: 100%;
  height: 2px;
}

@media (max-width: 800px) {
  .coalition {
    display: none;
  }
  .penang-folder .top-tabs .tab {
    padding: 1rem 2rem 0.7rem 1.5rem;
  }
  .penang-how-content {
    overflow-x: hidden;
  }
  .menu-burger {
    top: 0;
  }
  .menu-burger .container {
    position: relative;
    top: 1rem;
    padding: 0;
    right: 1rem;
  }
  .menu-burger .container.folders {
    top: 1rem;
  }
  .penang-folder h3 {
    padding-top: 6rem;
    font-size: 1.5rem !important;
    text-align: center;
  }
  #s-intro .fact .line {
    display: none;
  }
  .hero-title .big-title {
    font-size: 4.5rem;
    text-align: center;
  }
  .hero-title .big-subtitle {
    font-size: 1.5rem;
    margin-top: -1rem;
    text-align: center;
  }
  .hero-title .highlight_und .underline {
    height: 0.5rem;
  }
  .intro .border-wrapper {
    width: calc(100vw - 2rem);
    height: calc(100vh - 3rem);
    margin: 1rem;
  }
  .intro .text-box {
    padding: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2rem;
    backdrop-filter: blur(20px);
  }
  .intro .text-box .image {
    top: 0rem;
    margin-top: 1rem;
  }
  .intro .text-box .highlight_und .underline {
    height: 0.5rem;
  }
  .population-bar .d-flex .number, .climate-bar .d-flex .number {
    width: 25%;
  }
  .logos {
    padding: 0px;
    padding-bottom: 5rem;
  }
  .wtk {
    padding: 2rem 0.5rem 4rem 0.5rem;
  }
  .wtk .how .img .top-img, .wtk .what .img .top-img, .wtk .who .img .top-img {
    padding: 1rem;
  }
  .wtk .what .wrapper .img .title {
    width: 100%;
  }
  .logos-wrapper {
    display: grid;
    display: flex;
    flex-flow: column;
    gap: 2rem;
  }
  .logos-wrapper .org.empty {
    padding: 0rem;
    padding-right: unset;
  }
  .logos-wrapper .org.toh {
    display: none;
  }
  .logos-wrapper .org .d-text {
    padding: 2rem;
  }
  .logos-wrapper .v-line, .logos-wrapper .h-line {
    display: none;
  }
  .intro .text-box .desc {
    font-size: 0.8rem;
    line-height: 1rem;
    border-radius: 0.5rem;
    right: 1rem;
    bottom: 2rem;
  }
  #s-intro .container {
    flex-wrap: wrap;
  }
  .what-to-know .sec {
    flex-wrap: wrap;
  }
  .top-bar .container div {
    padding: 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  .top-bar .container {
    padding: 0;
  }
  .content .container > div {
    padding: 0rem 0rem;
  }
  .content .left {
    padding-right: 0rem !important;
  }
  #s-intro .images-wrapper {
    display: none;
  }
  #how .cont-mid h3 {
    font-size: 2rem !important;
  }
  .top-bar .container div:not(:first-of-type) {
    padding-left: 1rem;
  }
  .what-to-know .sec {
    margin: 2rem 0rem 3rem 0rem;
  }
  #what-old .sec {
    margin: 0rem;
  }
  #building-resilience .content-wrapper .intro-c .content {
    width: 90vw;
  }
  #building-resilience .content-wrapper .with-communities .desc {
    width: 90vw;
  }
  #building-resilience .content-wrapper .between-areas .desc {
    width: 90vw;
  }
  #building-resilience .content-wrapper {
    display: flex;
    gap: 5rem;
  }
  .calor {
    flex-wrap: wrap;
    height: 60rem;
  }
  .calor-wrapper.right {
    margin-top: 0;
    display: flex;
    justify-content: center;
  }
  #economic-diversification {
    margin-top: 6rem;
  }
  .comparison .big-outline-title {
    font-size: 2.7rem;
    line-height: 3rem;
    text-align: left;
    position: relative;
    margin-bottom: 0rem;
  }
  .comparison .container {
    height: auto;
  }
  .comparison .text-box {
    padding: 1rem;
    margin-top: 1.5rem;
  }
  .juxtapose.full {
    max-width: 90vw;
    width: 90vw !important;
    height: 80vh !important;
    top: unset;
    left: unset;
    transform: unset;
  }
  .comparison .text-box {
    padding: 1rem;
    color: #2f5ca2;
  }
  .comparison.active .text-box {
    color: #f1f1f1;
  }
  .comparison {
    flex-wrap: wrap;
    height: auto;
    padding-top: 4rem !important;
    margin: 2rem 0rem;
    flex-direction: column-reverse;
  }
  .calor {
    flex-wrap: wrap;
    height: 50rem;
    justify-content: center;
    margin: 1rem 0rem;
  }
  #economic-diversification {
    margin-bottom: 0;
  }
  #bring-back-nature {
    margin-top: 9rem;
  }
  #building-resilience .content-wrapper .with-communities .focus .title-outline {
    left: 5rem;
  }
  #building-resilience .content-wrapper .with-communities .focus {
    padding: 0rem;
    margin-top: 2rem;
  }
  #building-resilience .content-wrapper .with-communities .focus .wrapper .info-cursor .data div {
    padding: 0rem 0.5rem;
  }
  #building-resilience .content-wrapper .with-communities .focus .title-outline {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
  .coalition .photo-wrapper {
    height: 40vh;
  }
  .coalition .photo-wrapper img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #s-intro .fact .left {
    margin: 0rem 0rem 2rem 0rem;
    padding-right: 0 !important;
  }
  #s-intro .fact {
    flex-direction: column;
  }
  #s-intro .fact.fact-1 .photo-wrapper {
    width: 95%;
    height: 60vh;
  }
  .content .right .people-anim {
    position: absolute;
    bottom: 2rem;
    right: -8rem;
    scale: 0.5;
  }
  .content .right .people-anim-2 {
    left: 8%;
    top: 12%;
    scale: unset;
  }
  .content .right {
    position: relative;
  }
  .content.white {
    background-color: #f1f1f1;
  }
  #s-intro .fact.fact-2 .left {
    padding-right: 0 !important;
    padding-left: 0rem !important;
    margin: 3rem 0rem 0rem 0rem;
  }
  #s-intro .fact.fact-3 .left {
    margin: 0rem 0rem 2rem 0rem;
  }
  #s-intro .fact .right {
    height: fit-content;
    top: 0;
    padding-left: 0;
  }
  .content .right > div:not(.people-anim).image_2 {
    border-radius: 2rem;
    width: 100%;
    height: 60vh;
  }
  .cont-title .subtitle {
    display: none;
  }
  #hs-wrapper {
    padding-top: 0px;
  }
  #s-intro .fact.fact-3 .right {
    padding-left: 0;
  }
  #who .logos-wrapper {
    grid-template-columns: repeat(1, 1fr) !important;
    justify-self: center;
    gap: 3rem !important;
  }
  #who .logos-wrapper .v-line, #who .logos-wrapper .org .logo, #who .logos-wrapper .v-line, #who .logos-wrapper .org .learn-more {
    display: none;
  }
  #who .logos-wrapper .v-line, #who .logos-wrapper .h-line {
    display: none;
    justify-self: center;
  }
  #who .logos-wrapper .org.active .desc {
    right: -43%;
    top: -2rem;
  }
  #who .logos-wrapper .org.active .desc .tip {
    display: none;
  }
  .people-anim-2.active {
    overflow: visible !important;
  }
  #s-intro .fact {
    padding: 0.5rem;
    padding: 0.5rem;
  }
  #s-intro .fact .left {
    position: unset;
    margin-bottom: 0;
  }
  #s-intro .fact.fact-1 .photo-wrapper.s_photo {
    margin-top: 8rem;
  }
  #s-intro .fact.n-fact {
    padding: 0rem;
    margin: 6rem 0rem;
  }
  .content .right .people-anim.active {
    scale: 0.5;
    bottom: -6rem;
    right: -8rem;
  }
  .content .right .people-anim-2.active {
    scale: unset;
  }
  .content .right .people-anim .svg-wrapper, .content .right .people-anim-2 .svg-wrapper {
    width: 30rem;
    height: 30rem;
  }
  .content .right .people-anim-2 .svg-wrapper {
    top: 4% !important;
    left: -8% !important;
    position: relative;
    scale: 0.5;
  }
  .transition-bt {
    margin: 10rem 0rem;
  }
  .transition-bt h1 {
    font-weight: 500 !important;
    font-size: 2rem !important;
  }
  #s-intro .fact.n-fact {
    align-items: center;
  }
  #s-intro .fact.fact-4 {
    margin-top: 0rem;
    width: 100%;
  }
  #s-intro .fact.fact-4 .desc {
    margin: 1rem 0rem 0rem 0rem !important;
  }
  #s-intro .fact.fact-4 .more-events {
    padding-left: 0rem;
  }
  .content .right .flood {
    width: 100%;
    padding: 2rem 2.5rem !important;
    aspect-ratio: unset;
  }
  .content .right .flood .year {
    font-weight: 600 !important;
    font-size: 2rem;
    line-height: 2rem;
    padding-left: 0;
  }
  .content .right .flood .desc {
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 0rem !important;
  }
  #s-intro .fact .right .floods-wrapper {
    gap: 1rem;
    flex-direction: column;
  }
  #s-intro .fact.fact-4.active .flood-2, #s-intro .fact.fact-4.active .flood-3, #s-intro .fact.fact-4.active .flood-4 {
    left: 0rem !important;
  }
  #s-intro .fact.fact-4 .left {
    margin: 2rem 0rem 2rem 0rem;
  }
  .comparison .container-w {
    height: auto;
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .intro .text-box .img-caption {
    font-size: 1rem;
    position: unset;
    margin-top: 1.5rem;
    bottom: unset;
    padding: 1rem;
    width: 100%;
  }
  .big-percent .percent {
    top: 0rem;
  }
  .big-percent .percent {
    font-size: 3rem;
    line-height: 3rem;
    text-align: left;
  }
  .big-percent .small-txt {
    top: 0rem;
    left: 0rem;
  }
  .labour-force-wrapper .bottom {
    flex-flow: column;
  }
  h1 .highlight_und .underline {
    height: 0.8rem !important;
  }
  .wtk .big-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .wtk .how .content.container, .wtk .what .content.container, .wtk .who .content.container {
    background-color: transparent;
  }
  .wtk .how .top .title, .wtk .what .top .title, .wtk .who .top .title {
    width: 80%;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .wtk .how .top, .wtk .what .top, .wtk .who .top {
    line-height: 2rem;
    padding: 1rem 0rem 1rem 0.5rem;
  }
  .wtk .how .img .bottom, .wtk .what .img .bottom, .wtk .who .img .bottom {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
    transition: height 0.3s ease-in 0.2s, opacity 0.3s ease 0.5s;
    opacity: 0;
  }
  .wtk .what .wrapper {
    flex-direction: column;
  }
  .wtk .how.open .img .bottom, .wtk .what.open .img .bottom, .wtk .who.open .img .bottom {
    opacity: 1;
    gap: 1rem;
  }
  .wtk .how.open .content.container, .wtk .what.open .content.container, .wtk .who.open .content.container {
    margin: 0rem;
    padding: 0rem;
    height: 65rem;
  }
  .blinking-dash {
    margin: 0rem 0rem 1.5rem 0rem;
  }
  .wtk .how .img, .wtk .what .img, .wtk .who .img {
    height: 88%;
  }
  .wtk .what .img {
    height: 100%;
  }
  .wtk .what .wrapper .bottom .res-title {
    flex-direction: column;
    align-items: start;
  }
  .wtk .what .wrapper .img {
    width: 100%;
  }
  #building-resilience .content-wrapper .between-areas .content {
    flex-flow: column;
    align-items: start;
    gap: 1rem;
  }
  #building-resilience .content-wrapper .between-areas .content .desc {
    width: 100%;
  }
  #building-resilience .content-wrapper .between-areas .content .photos {
    width: 100%;
  }
  .logos-wrapper .org.active .desc {
    opacity: 1;
    position: absolute;
    width: 90vw;
    left: -20vw;
  }
  .logos-wrapper .org .desc .tip {
    display: none;
  }
  .logos-wrapper .org.active .desc {
    width: 92vw;
    left: -20vw;
    top: -25%;
  }
  .wtk .what .wrapper .right {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-flow: column-reverse;
    justify-content: start;
  }
  .wtk .what .wrapper .bottom {
    position: relative;
  }
  .wtk .what .wrapper .right .top-text p {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
  }
  .wtk .what.open .content.container {
    height: fit-content;
  }
  .wtk .how .img .img-wrapper, .wtk .what .img .img-wrapper, .wtk .who .img .img-wrapper {
    height: 100%;
  }
  .wtk .how .img .title h1, .wtk .what .img .title h1, .wtk .who .img .title h1 {
    line-height: 3.2rem !important;
    font-size: 3rem !important;
  }
  .wtk .how .img .title, .wtk .what .img .title, .wtk .who .img .title {
    width: 100%;
  }
  .what-to-know .big-percent .r-highlighter {
    width: 6rem;
    height: 6rem;
    top: 3.5rem;
    left: -1rem;
  }
  .wtk .how, .wtk .what, .wtk .who {
    padding: 1rem 0rem;
  }
  #labour-force {
    gap: 0rem;
  }
  #labour-force h2 {
    font-size: 1.3rem !important;
    margin-bottom: 0rem;
  }
  #labour-force .graph-wrapper {
    margin: 0rem 0rem 4rem;
  }
  .labour-force-wrapper {
    padding: 3rem 1rem 1rem 1rem;
    margin: 2rem 0rem;
  }
  .what-to-know .cont.bottom .sec .desc {
    top: 0rem;
  }
  .what-to-know .cont.bottom .sec .desc {
    padding: 0rem 0rem;
  }
  .what-to-know #ageing-pop {
    margin: 4rem 0rem;
  }
  .what-to-know #ageing-pop .desc {
    margin-bottom: 0rem;
  }
  .what-to-know #res-economy {
    margin-top: 6rem;
    flex-flow: column-reverse;
  }
  .what-to-know #res-economy .desc {
    margin-bottom: 0rem;
  }
  #who .cont .group .card:hover .desc {
    width: 95vw;
  }
  html, body {
    overflow-x: unset;
  }
  .ov-hidden {
    overflow-x: unset;
  }
  #penang-initiative .penang-folder, .penang-folder {
    padding: 0rem 0rem 0rem 0rem;
  }
  #penang-initiative .penang-folder .top-tabs, .penang-folder .top-tabs {
    overflow: scroll;
    margin-right: 1rem;
    padding-left: 1rem;
    margin-top: 1rem;
    flex-flow: row;
    border-top-right-radius: 1rem;
  }
  #penang-initiative .penang-folder .folder-content, .penang-folder .folder-content {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1rem 1rem 0rem 1rem;
  }
  #penang-initiative .associated-sdgs .gradients, #penang-initiative .projects .gradients {
    opacity: 0;
  }
  #penang-initiative .penang-folder .portfolios-wrapper .portfolio-group.active .portfolio {
    width: 100%;
  }
  #penang-initiative .penang-folder .folder-content .main-title {
    padding: 0rem 0rem 1rem 0rem;
    flex-wrap: wrap;
  }
  #penang-initiative .penang-folder .main-title #title {
    padding: 0.5rem 1rem;
    line-height: 1.7rem;
  }
  #penang-how .img-top .bottom {
    flex-flow: column;
    gap: 1rem;
    padding: 2rem;
    align-items: start;
  }
  #penang-how .content-wrapper {
    flex-flow: column;
  }
  #penang-how .content-wrapper .right-side {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #penang-how .content-wrapper .left-title {
    width: 100%;
    position: relative;
  }
  #penang-how .content-wrapper .right-side .r-title {
    margin-top: 0rem;
  }
  #penang-how .content-wrapper .left-title .l-title {
    font-size: 3.25rem;
    line-height: 3rem;
  }
  #penang-how .top-page {
    flex-direction: column;
    align-items: flex-start;
  }
  #penang-how .img-top .img-wrapper {
    height: 100%;
  }
  #penang-how .img-top .title {
    width: 100%;
  }
  #penang-initiative .penang-folder .folder-content .content-wrapper {
    padding: 1.5rem 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .penang-folder .portfolios-wrapper .portfolio-group.active .portfolio {
    width: 100%;
  }
  #penang-initiative .penang-folder .folder-content .content-wrapper .left {
    width: 100%;
  }
  .penang-folder .portfolios-wrapper .portfolio-group.active {
    width: 100%;
    flex-flow: column;
  }
  #penang-initiative .penang-folder .folder-content .content-wrapper .right {
    width: 100%;
    position: unset;
  }
  #penang-initiative .projects .projects-group a {
    width: 68vw;
  }
  #penang-initiative .associated-sdgs.projects .group-wrapper, #penang-initiative .projects.projects .group-wrapper {
    overflow: scroll;
  }
  #penang-initiative .projects .nav {
    display: none;
  }
  #penang-initiative .penang-folder .folder-content .content-wrapper .right .img-wrapper .expand-icon {
    display: none;
  }
  #penang-how .top-page {
    gap: 0.25rem;
  }
  #penang-how #flooding {
    margin: 3rem 0rem 2rem 0rem;
  }
  #penang-how .content-wrapper .right-side .r-title i {
    left: -1.2rem;
    top: -9.25px;
    font-size: 2.5rem;
  }
  #penang-how .content-wrapper .right-side p {
    font-size: 1.3rem;
    line-height: 2rem !important;
  }
  #penang-how .heat-wide {
    display: flex;
    flex-flow: column;
    margin: 2rem;
  }
  #penang-how .heat-wide .left-side {
    margin-right: 0;
  }
  #penang-how .heat-wide .right {
    width: 100%;
    margin-top: 2rem;
  }
  #penang-how .calor .calor-wrapper {
    height: 28rem;
  }
  #are-we-ready > .desc {
    padding: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  #are-we-ready {
    flex-direction: column;
  }
  #are-we-ready .ready-wrapper {
    padding: 1rem;
  }
  #are-we-ready .ready-wrapper .item .title {
    font-size: 2.4rem;
  }
  #s-intro .fact.fact-4.active .flood-1 {
    left: unset;
  }
  #s-intro .fact.fact-4.active .flood-1 div {
    margin-bottom: 0rem;
  }
  .content .container.facts-cont .heatwaves {
    margin: 8rem 0rem 8rem 0rem;
  }
  .content .container.facts-cont .heatwaves h1 {
    font-weight: 500 !important;
    font-size: 2rem !important;
  }
}
@media (min-height: 899px) {
  #s-intro .fact.fact-1 .photo-wrapper {
    width: 530px;
    height: 650px;
  }
  .content .right .people-anim, .content .right .people-anim-2 {
    top: 12rem;
  }
  .content .right > div:not(.people-anim).image_2 {
    width: 500px;
    height: 580px;
  }
  .content .right .people-anim, .content .right .people-anim-2 {
    top: 10%;
  }
}
@media (min-width: 1200px) {
  .wtk .who .logos-wrapper .v-line:nth-of-type(1) {
    left: 24.5%;
  }
  .wtk .who .logos-wrapper .v-line:nth-of-type(2) {
    left: 50.25%;
  }
  .wtk .who .logos-wrapper .v-line:nth-of-type(3) {
    left: 75.1%;
  }
}
@media (min-width: 1480px) {
  .wtk .who .logos-wrapper .v-line:nth-of-type(1) {
    left: 25%;
  }
  .wtk .who .logos-wrapper .v-line:nth-of-type(2) {
    left: 49.5%;
  }
  .wtk .who .logos-wrapper .v-line:nth-of-type(3) {
    left: 76%;
  }
}
@media (max-width: 1199px) {
  #who .logos-wrapper .org.empty {
    display: none;
  }
  .what-to-know .cont.bottom .sec .graph-wrapper {
    margin: 6rem 0rem;
  }
  .what-to-know #res-economy {
    margin-top: 5rem;
  }
  #who .logos-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
  #who .logos-wrapper .v-line:nth-of-type(1) {
    left: 31.5%;
  }
  #who .logos-wrapper .v-line:nth-of-type(2) {
    left: 68.5%;
  }
  #who .logos-wrapper .v-line:nth-of-type(3) {
    left: 105.5%;
  }
}

/*# sourceMappingURL=penang-upd.css.map */
