@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;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");
a {
  text-decoration: none;
}

.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;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  padding-bottom: 0rem;
}

h1 {
  font-size: 2.98625rem !important;
}

h2 {
  font-size: 2.488125rem !important;
}

h3 {
  font-size: 2.07375rem !important;
}

h4 {
  font-size: 1.728125rem;
}

h5 {
  font-size: 1.44rem !important;
}

h6 {
  font-size: 1.2rem !important;
}

b {
  font-weight: 600 !important;
}

.bold {
  font-weight: 700 !important;
}

.medium {
  font-weight: 500 !important;
}

.regular {
  font-weight: 400 !important;
}

.yellow {
  background-color: #F4DA40;
  color: #000000;
}

.red, .orange {
  background-color: #FF5C39;
}

.green {
  background-color: #00CE7C;
}

.blue {
  background-color: #0394CD;
}

.lightgray {
  background-color: #EDEDED;
  color: #000000 !important;
}

@keyframes floating {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(5px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
html, body {
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: unset !important;
  font-size: 16px !important;
  font-weight: 400;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}

html.no-scroll {
  overflow: hidden;
}

* {
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

img {
  width: 100%;
}

.intro {
  height: 100vh;
  background-color: black;
  color: white;
  text-align: center;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: background-color ease 0s;
  -ms-transition: background-color ease 0s;
  transition: background-color ease 0s;
  -webkit-transition: opacity ease 0s;
  -ms-transition: opacity ease 0s;
  transition: opacity ease 0s;
}
.intro .final-phrase {
  font-size: 2rem;
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  z-index: -1;
  opacity: 0;
  scale: 1;
  transform-origin: left;
}
.intro .final-phrase h1 {
  opacity: 1 !important;
  margin-bottom: 0rem !important;
  text-align: center;
}
.intro .scroll-down {
  color: white;
  position: absolute;
  z-index: 5000;
  bottom: 2rem;
  width: 100%;
  font-size: 1rem;
  opacity: 0.25;
}
.intro .container {
  /*position: relative;
  top: 50%;
  transform: translateY(-50%);*/
}
.intro h1 {
  -webkit-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
  scale: 1.2;
  text-align: center;
}
.intro h1:nth-child(1) {
  margin-top: 45vh !important;
  margin-bottom: 25vh !important;
  opacity: 1;
}
.intro h1:nth-child(2) {
  margin-top: 0%;
  margin-bottom: 25vh !important;
  opacity: 0;
}
.intro h1:nth-child(3) {
  margin-top: 0%;
  opacity: 0;
}
.intro .big-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  scale: 1;
  margin-top: 25%;
  transform-origin: left;
  -webkit-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
  transition: all ease-in 0.4s;
}
.intro.one h1:nth-child(1) {
  margin-top: 20vh !important;
  margin-bottom: 15vh !important;
  opacity: 0.25;
  scale: 0.9;
}
.intro.one h1:nth-child(2) {
  opacity: 1;
}
.intro.two h1:nth-child(1) {
  margin-top: -2% !important;
  opacity: 0;
}
.intro.two h1:nth-child(2) {
  opacity: 0.25;
  margin-top: 0vh !important;
  margin-bottom: 12vh !important;
  scale: 0.9;
}
.intro.two .final-phrase h1:nth-child(1) {
  margin-bottom: 0rem !important;
}
.intro.two h1:nth-child(3) {
  opacity: 1;
  margin-top: 0% !important;
}
.intro.three h1:nth-child(2) {
  opacity: 0;
}
.intro.three h1:nth-child(3) {
  margin-top: -10% !important;
  opacity: 0;
  scale: 0.9;
}
.intro.three .big-logo {
  margin-top: 0% !important;
  opacity: 1;
}
.intro.five .big-logo {
  scale: 2.4;
  top: 65%;
}
.intro.six {
  background-color: transparent;
}
.intro.six .big-logo {
  opacity: 0;
  transition-duration: 0s;
}
.intro.six .final-phrase {
  opacity: 1;
  scale: 1.2;
}

.img-combo {
  padding: 15.75rem 0rem;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  padding-bottom: 2rem;
  position: relative;
  /*top:0rem;
  webkit-transition:top ease 0.3s;
  -ms-transition:top ease 0.3s;		
  transition:top ease 0.3s;
  background-color:transparent;*/
}
.img-combo .photo-wrapper {
  mix-blend-mode: multiply;
}
.img-combo .dec-text {
  position: absolute;
  font-size: 6rem;
  line-height: 6.2rem;
  font-weight: 800;
  color: lightgray;
  opacity: 0.18;
  top: 2rem;
  left: 4rem;
  z-index: 1;
}
.img-combo.right-photo {
  background-color: #000000;
  padding-top: 0rem;
  padding-bottom: 10rem;
  margin-top: 100vh;
}
.img-combo.left-photo {
  margin-top: 40vh;
  padding-top: 0px;
}
.img-combo.left-photo .dec-text {
  right: 10%;
  top: 2rem;
  left: unset;
}
.img-combo .wrapper {
  justify-content: space-between;
}
.img-combo .txt {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  gap: 1.75rem;
  padding-right: 4rem;
  overflow: visible;
  position: relative;
}
.img-combo .txt .desc {
  font-size: 1.75rem;
}
.img-combo .txt h3, .img-combo .txt .desc {
  opacity: 0;
  transition: all 0.5s ease 0.3s;
}
.img-combo.active .txt {
  opacity: 1;
}
.img-combo.active .txt h3, .img-combo.active .txt .desc {
  opacity: 1;
}
.img-combo .photo {
  position: relative;
}
.img-combo .photo-wrapper {
  position: relative;
}
.img-combo .photo-wrapper .curtain-wrapper {
  background-color: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.img-combo .photo-wrapper .curtain-wrapper div {
  background-color: #000000;
  -webkit-transition: height ease-in 0.4s;
  -ms-transition: height ease-in 0.4s;
  transition: height ease-in 0.4s;
}
.img-combo .photo-wrapper .curtain-wrapper div:not(.separator) {
  width: 11.76%;
}
.img-combo .photo-wrapper .curtain-wrapper div:not(.separator) {
  width: 11.76%;
}
.img-combo .photo-wrapper .curtain-wrapper div.separator {
  width: 1rem;
  height: 100%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(1) {
  height: 90%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(3) {
  height: 80%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(5) {
  height: 40%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(7) {
  height: 20%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(9) {
  height: 0%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(11) {
  height: 20%;
}
.img-combo .photo-wrapper .curtain-wrapper div:nth-child(13) {
  height: 50%;
}
.img-combo.prev.right-photo {
  background-color: #ffffff;
}
.img-combo.prev.right-photo .photo-wrapper .curtain-wrapper div {
  background-color: #ffffff;
}
.img-combo.active {
  background-color: transparent;
}
.img-combo.active .photo-wrapper .curtain-wrapper div {
  background-color: #ffffff;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:not(.separator) {
  width: 11.76%;
}
.img-combo.active .photo-wrapper .curtain-wrapper div.separator {
  width: 1rem;
  height: 0%;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(1) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(3) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(5) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(7) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(9) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(11) {
  height: 0px;
}
.img-combo.active .photo-wrapper .curtain-wrapper div:nth-child(13) {
  height: 0px;
}

.multipliers {
  padding: 5rem 0rem;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  width: 100%;
}
.multipliers .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 100%;
  justify-content: center;
}
.multipliers h1, .multipliers .s-heading {
  text-align: center !important;
  position: relative;
  top: 0;
}
.multipliers .s-heading {
  font-size: 1.5rem;
  height: max-content;
}
.multipliers .s-heading b span {
  color: #0394CD;
}
.multipliers h1 {
  margin-bottom: 1rem !important;
}
.multipliers .circle-group {
  display: flex;
  position: relative;
  height: 250px;
  margin: 4rem 0rem;
  width: 100%;
  top: -2rem;
  z-index: 1;
}
.multipliers .m-circle {
  border-radius: 100rem;
  height: 8.5rem;
  display: flex;
  width: 8.5rem;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: absolute;
  z-index: 200;
  font-weight: 500;
  line-height: 1.25rem;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  transition-duration: 0.3s;
}
.multipliers .m-circle:not(.sm, .xs, .lg, .md) {
  padding: 2rem;
}
.multipliers .m-circle.yellow {
  color: #000000;
}
.multipliers .m-circle:nth-of-type(1) {
  animation-delay: 1000ms;
}
.multipliers .m-circle:nth-of-type(2) {
  animation-delay: 2000ms;
}
.multipliers .m-circle:nth-of-type(3) {
  animation-delay: 3000ms;
}
.multipliers .m-circle:nth-of-type(4) {
  animation-delay: 4000ms;
}
.multipliers .m-circle:nth-of-type(5) {
  animation-delay: 5000ms;
}
.multipliers .m-circle:nth-of-type(6) {
  animation-delay: 6000ms;
}
.multipliers .m-circle:nth-of-type(7) {
  animation-delay: 7000ms;
}
.multipliers .m-circle:nth-of-type(8) {
  animation-delay: 8000ms;
}
.multipliers .m-circle:nth-of-type(9) {
  animation-delay: 9000ms;
}
.multipliers .m-circle:nth-of-type(10) {
  animation-delay: 10000ms;
}
.multipliers .m-circle:nth-of-type(11) {
  animation-delay: 11000ms;
}
.multipliers .m-circle:nth-of-type(12) {
  animation-delay: 12000ms;
}
.multipliers .m-circle:nth-of-type(13) {
  animation-delay: 13000ms;
}
.multipliers .m-circle:nth-of-type(14) {
  animation-delay: 14000ms;
}
.multipliers .m-circle:nth-of-type(15) {
  animation-delay: 15000ms;
}
.multipliers .m-circle:nth-of-type(16) {
  animation-delay: 16000ms;
}
.multipliers .m-circle:nth-of-type(17) {
  animation-delay: 17000ms;
}
.multipliers .m-circle:nth-of-type(18) {
  animation-delay: 18000ms;
}
.multipliers .m-circle:nth-of-type(19) {
  animation-delay: 19000ms;
}
.multipliers .m-circle:nth-of-type(20) {
  animation-delay: 20000ms;
}
.multipliers .m-circle:nth-of-type(21) {
  animation-delay: 21000ms;
}
.multipliers .m-circle:nth-of-type(22) {
  animation-delay: 22000ms;
}
.multipliers .m-circle:nth-of-type(23) {
  animation-delay: 23000ms;
}
.multipliers .m-circle:nth-of-type(24) {
  animation-delay: 24000ms;
}
.multipliers .m-circle:nth-of-type(25) {
  animation-delay: 25000ms;
}
.multipliers .m-circle.xs {
  z-index: 0;
  width: 1rem;
  height: 1rem;
}
.multipliers .m-circle.sm {
  z-index: 0;
  width: 2rem;
  height: 2rem;
}
.multipliers .m-circle.md {
  z-index: 0;
  width: 3rem;
  height: 3rem;
}
.multipliers .m-circle.lg {
  z-index: 0;
  width: 4.5rem;
  height: 4.5rem;
}
.multipliers .m-circle.xl {
  z-index: 0;
  width: 5rem;
  height: 5rem;
}
.multipliers .bucket {
  position: relative;
}
.multipliers.prev .right-bucket .m-circle {
  transition-duration: 2s;
  opacity: 0;
  right: -20rem !important;
}
.multipliers.prev .center-bucket .m-circle.blue.first, .multipliers.prev .center-bucket .m-circle.blue.second, .multipliers.prev .center-bucket .m-circle.md.blue {
  transition-duration: 2s;
  opacity: 0;
  top: -20rem !important;
}
.multipliers.prev .center-bucket .m-circle.green.second, .multipliers.prev .center-bucket .m-circle.green.first {
  transition-duration: 2s;
  bottom: -15rem !important;
}
.multipliers.prev .left-bucket .m-circle {
  transition-duration: 2s;
  opacity: 0;
  left: -20rem !important;
}
.multipliers .right-bucket .m-circle.red {
  top: -10rem;
  right: 10rem;
}
.multipliers .right-bucket .m-circle.yellow {
  top: 16rem;
  right: 11rem;
}
.multipliers .right-bucket .m-circle.blue {
  bottom: -3rem;
  top: unset;
  right: -3rem;
}
.multipliers .right-bucket .m-circle.green {
  right: -5rem;
  top: -2rem;
}
.multipliers .right-bucket .m-circle.md.red {
  right: -11rem;
  top: -8rem;
}
.multipliers .right-bucket .m-circle.md.red {
  right: 0rem;
  top: -10rem;
}
.multipliers .right-bucket .m-circle.md.red.second {
  top: 24rem;
  right: -5rem;
}
.multipliers .right-bucket .m-circle.xl.green {
  top: 23rem;
  right: 1rem;
}
.multipliers .right-bucket .m-circle.xl.yellow {
  top: 3rem;
  right: 10rem;
}
.multipliers .right-bucket .m-circle.xs.yellow {
  top: 12rem;
  left: 6rem;
}
.multipliers .center-bucket .m-circle.blue.first {
  top: -13rem;
  left: 1rem;
}
.multipliers .center-bucket .m-circle.blue.second {
  top: -5rem;
  right: -1rem;
}
.multipliers .center-bucket .m-circle.green.first {
  bottom: -1rem;
  right: -1rem;
}
.multipliers .center-bucket .m-circle.yellow {
  bottom: -7rem;
  left: 0rem;
}
.multipliers .center-bucket .m-circle.lg.red {
  top: 7rem;
  left: -6rem;
}
.multipliers .center-bucket .m-circle.md.red {
  bottom: 7rem;
  left: -13rem;
}
.multipliers .center-bucket .m-circle.md.yellow {
  right: -2rem;
  top: 7rem;
}
.multipliers .center-bucket .m-circle.xs.green {
  bottom: 2rem;
  right: 0rem;
}
.multipliers .center-bucket .m-circle.md.blue {
  top: -18rem;
  left: 18rem;
}
.multipliers .center-bucket .m-circle.sm.blue {
  top: 5rem;
  left: 8rem;
}
.multipliers .center-bucket .m-circle.sm.blue.first {
  top: 0rem;
  left: 2rem;
}
.multipliers .left-bucket .m-circle.red.first {
  top: -10rem;
  left: 3rem;
}
.multipliers .left-bucket .m-circle.red.second {
  top: -4rem;
  left: 12rem;
}
.multipliers .left-bucket .m-circle.red.third {
  bottom: -10rem;
  left: 6rem;
}
.multipliers .left-bucket .m-circle.yellow {
  bottom: 6rem;
  left: -2rem;
}
.multipliers .left-bucket .m-circle.md.yellow {
  bottom: -9rem;
  left: -5rem;
}
.multipliers .left-bucket .m-circle.sm.red {
  bottom: 1rem;
  right: 10rem;
}
.multipliers .left-bucket .m-circle.md.red {
  top: -4rem;
  left: -6rem;
}
.multipliers .left-bucket .m-circle.sm.yellow {
  top: -15rem;
  left: 0rem;
}
.multipliers .titles {
  display: flex;
  width: 95%;
  justify-content: space-around;
  align-items: center;
  height: max-content;
  overflow: hidden;
  opacity: 0;
}
.multipliers .titles i {
  font-size: 2rem;
}
.multipliers .together {
  height: 0rem;
  overflow: hidden;
  opacity: 0;
  scale: 1;
  position: relative;
  z-index: 1000;
}
.multipliers .together h4 {
  font-weight: 300;
}
.multipliers .sdgs-fact {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform-origin: left;
}
.multipliers .ondas {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  z-index: 0;
  scale: 0;
  transition: all 0.3s ease 0.1s;
}
.multipliers .ondas .onda-12 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 120.9rem;
  height: 120.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 1290ms;
  opacity: 0;
}
.multipliers .ondas .onda-11 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 110.9rem;
  height: 110.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 1190ms;
  opacity: 0;
}
.multipliers .ondas .onda-10 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 100.9rem;
  height: 100.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 1090ms;
  opacity: 0;
}
.multipliers .ondas .onda-9 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 90.9rem;
  height: 90.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 990ms;
  opacity: 0;
}
.multipliers .ondas .onda-8 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 80.9rem;
  height: 80.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 890ms;
  opacity: 0;
}
.multipliers .ondas .onda-7 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 70.9rem;
  height: 70.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 790ms;
  opacity: 0;
}
.multipliers .ondas .onda-6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 60.9rem;
  height: 60.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 690ms;
  opacity: 0;
}
.multipliers .ondas .onda-5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 50.9rem;
  height: 50.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 590ms;
  opacity: 0;
}
.multipliers .ondas .onda-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 40.9rem;
  height: 40.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 490ms;
  opacity: 0;
}
.multipliers .ondas .onda-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left;
  width: 30.9rem;
  height: 30.9rem;
  border-radius: 100%;
  z-index: 0;
  box-shadow: 2px 2px 20px #e0dede;
  transition: all 0.3s ease 390ms;
  opacity: 0;
}
.multipliers h1, .multipliers .s-heading {
  opacity: 0;
  position: relative;
  z-index: 1000;
}
.multipliers.open .circle-group {
  width: 100%;
  top: 0rem;
}
.multipliers.open .titles, .multipliers.open h1:nth-of-type(1), .multipliers.open .s-heading {
  opacity: 1;
}
.multipliers.open .m-circle {
  animation-name: none;
}
.multipliers.open .right-bucket .m-circle.red {
  top: -1rem;
  right: 2rem;
}
.multipliers.open .right-bucket .m-circle.yellow {
  top: 0rem;
  right: 11rem;
}
.multipliers.open .right-bucket .m-circle.blue {
  bottom: -2rem;
  top: unset;
  right: 9rem;
}
.multipliers.open .right-bucket .m-circle.green {
  right: 0rem;
  top: 7rem;
}
.multipliers.open .right-bucket .m-circle.md.red {
  right: 4rem;
  top: -2rem;
}
.multipliers.open .right-bucket .m-circle.md.red.second {
  top: 5rem;
  right: 7rem;
}
.multipliers.open .right-bucket .m-circle.xl.green {
  top: 6rem;
  right: -2rem;
}
.multipliers.open .right-bucket .m-circle.xl.yellow {
  top: 0rem;
  right: 15rem;
}
.multipliers.open .right-bucket .m-circle.xs.yellow {
  top: -1rem;
  right: 10rem;
}
.multipliers.open .center-bucket .m-circle.blue.first {
  top: 0rem;
  left: 4rem;
}
.multipliers.open .center-bucket .m-circle.blue.second {
  top: 0rem;
  right: 1rem;
}
.multipliers.open .center-bucket .m-circle.green.first {
  bottom: -3rem;
  right: 2rem;
}
.multipliers.open .center-bucket .m-circle.yellow {
  bottom: -2rem;
  left: 4rem;
}
.multipliers.open .center-bucket .m-circle.lg.red {
  top: 8rem;
  left: -6rem;
}
.multipliers.open .center-bucket .m-circle.md.red {
  bottom: 7rem;
  left: -6rem;
}
.multipliers.open .center-bucket .m-circle.md.yellow {
  right: -2rem;
  top: 8rem;
}
.multipliers.open .center-bucket .m-circle.xs.green {
  bottom: 1rem;
  right: 3rem;
}
.multipliers.open .center-bucket .m-circle.md.blue {
  top: 0rem;
  left: 9rem;
}
.multipliers.open .center-bucket .m-circle.sm.blue {
  top: 7rem;
  left: 9rem;
}
.multipliers.open .center-bucket .m-circle.sm.blue.first {
  top: 0rem;
  left: 4rem;
}
.multipliers.open .left-bucket .m-circle.red.first {
  top: -2rem;
  left: 3rem;
}
.multipliers.open .left-bucket .m-circle.red.second {
  top: -2rem;
  left: 11rem;
}
.multipliers.open .left-bucket .m-circle.red.third {
  bottom: 0rem;
  left: 9rem;
}
.multipliers.open .left-bucket .m-circle.yellow {
  bottom: 0rem;
  left: 0rem;
}
.multipliers.open .left-bucket .m-circle.sm.yellow {
  top: 7rem;
  left: 0rem;
}
.multipliers.open .left-bucket .m-circle.md.yellow {
  bottom: 1rem;
  left: 5rem;
}
.multipliers.open .left-bucket .m-circle.sm.red {
  bottom: 6rem;
  right: 12rem;
}
.multipliers.open .left-bucket .m-circle.md.red {
  top: 0rem;
  left: 0rem;
}
.multipliers.open .ondas {
  scale: 0;
}
.multipliers.join .right-bucket .m-circle.red {
  top: -7rem;
  right: 23rem;
}
.multipliers.join .right-bucket .m-circle.yellow {
  top: 5rem;
  right: 20rem;
}
.multipliers.join .right-bucket .m-circle.blue {
  bottom: -4rem;
  right: 18rem;
}
.multipliers.join .right-bucket .m-circle.green {
  right: 15rem;
  top: -1rem;
}
.multipliers.join .right-bucket .m-circle.md.red {
  right: 21rem;
  top: -4rem;
}
.multipliers.join .right-bucket .m-circle.md.red.second {
  top: 5rem;
  right: 10rem;
}
.multipliers.join .right-bucket .m-circle.xl.green {
  top: -2rem;
  right: 12rem;
}
.multipliers.join .right-bucket .m-circle.xl.yellow {
  top: 8rem;
  right: 15rem;
}
.multipliers.join .center-bucket .m-circle.blue.first {
  top: 0rem;
  left: -1rem;
}
.multipliers.join .center-bucket .m-circle.blue.second {
  top: 0rem;
  right: 3rem;
}
.multipliers.join .center-bucket .m-circle.green.first {
  bottom: -4rem;
  right: 4rem;
}
.multipliers.join .center-bucket .m-circle.yellow {
  bottom: 3rem;
  left: 4rem;
}
.multipliers.join .center-bucket .m-circle.lg.red {
  top: 8rem;
  left: -2rem;
}
.multipliers.join .center-bucket .m-circle.md.red {
  bottom: 7rem;
  left: -6rem;
}
.multipliers.join .center-bucket .m-circle.md.yellow {
  right: 3rem;
  top: 12rem;
}
.multipliers.join .center-bucket .m-circle.xs.green {
  bottom: 1rem;
  right: 3rem;
}
.multipliers.join .center-bucket .m-circle.md.blue {
  top: 0rem;
  left: 9rem;
}
.multipliers.join .center-bucket .m-circle.sm.blue {
  top: 7rem;
  left: 8rem;
}
.multipliers.join .center-bucket .m-circle.sm.blue.first {
  top: 0rem;
  left: 0rem;
}
.multipliers.join .left-bucket .m-circle.red.first {
  top: -8rem;
  left: 24rem;
}
.multipliers.join .left-bucket .m-circle.red.second {
  top: -4rem;
  left: 14rem;
}
.multipliers.join .left-bucket .m-circle.red.third {
  bottom: -2rem;
  left: 19rem;
}
.multipliers.join .left-bucket .m-circle.yellow {
  bottom: 4rem;
  left: 13rem;
}
.multipliers.join .left-bucket .m-circle.md.yellow {
  bottom: 0rem;
  left: 13rem;
}
.multipliers.join .left-bucket .m-circle.sm.yellow {
  top: 5rem;
  left: 10rem;
}
.multipliers.join .left-bucket .m-circle.sm.red {
  bottom: -1rem;
  right: -8rem;
}
.multipliers.join .left-bucket .m-circle.md.red {
  top: -4rem;
  left: 20rem;
}
.multipliers.join .circle-group {
  top: -3rem;
}
.multipliers.join .s-heading, .multipliers.join h1:not(.sdgs-fact) {
  opacity: 0 !important;
  top: -1rem;
}
.multipliers.join .sdgs-fact {
  opacity: 0;
}
.multipliers.join .titles {
  height: 0rem;
  opacity: 0;
  position: relative;
  z-index: 1000;
}
.multipliers.join .together {
  height: max-content;
  opacity: 1;
  scale: 1.2;
}
.multipliers.join .ondas {
  scale: 0.8;
}
.multipliers.join .ondas div {
  opacity: 1;
}
.multipliers.explosion .m-circle {
  color: transparent;
  animation-name: floating;
}
.multipliers.explosion .right-bucket .m-circle.red {
  top: -7rem;
  right: -23rem;
}
.multipliers.explosion .right-bucket .m-circle.yellow {
  top: 5rem;
  right: -20rem;
}
.multipliers.explosion .right-bucket .m-circle.blue {
  bottom: -4rem;
  right: -18rem;
}
.multipliers.explosion .right-bucket .m-circle.green {
  right: -14rem;
  top: -10rem;
}
.multipliers.explosion .right-bucket .m-circle.md.red {
  right: 3rem;
  top: -10rem;
}
.multipliers.explosion .right-bucket .m-circle.md.red.second {
  top: 5rem;
  right: -10rem;
}
.multipliers.explosion .right-bucket .m-circle.xl.green {
  top: -2rem;
  right: -12rem;
}
.multipliers.explosion .right-bucket .m-circle.xl.yellow {
  top: 8rem;
  right: -15rem;
}
.multipliers.explosion .center-bucket .m-circle.blue.first {
  top: -25rem;
  left: -1rem;
}
.multipliers.explosion .center-bucket .m-circle.blue.second {
  top: -24rem;
  right: -13rem;
}
.multipliers.explosion .center-bucket .m-circle.green.first {
  bottom: -8rem;
  right: -21rem;
}
.multipliers.explosion .center-bucket .m-circle.yellow {
  bottom: -17rem;
  left: 4rem;
}
.multipliers.explosion .center-bucket .m-circle.lg.red {
  top: -11rem;
  left: -21rem;
}
.multipliers.explosion .center-bucket .m-circle.md.red {
  bottom: -3rem;
  left: -15rem;
}
.multipliers.explosion .center-bucket .m-circle.md.yellow {
  right: 3rem;
  top: -12rem;
}
.multipliers.explosion .center-bucket .m-circle.xs.green {
  bottom: -10rem;
  right: 3rem;
}
.multipliers.explosion .center-bucket .m-circle.md.blue {
  top: -14rem;
  left: 11rem;
}
.multipliers.explosion .center-bucket .m-circle.sm.blue {
  top: -9rem;
  left: -3rem;
}
.multipliers.explosion .center-bucket .m-circle.sm.blue.first {
  top: -16rem;
  left: -10rem;
}
.multipliers.explosion .left-bucket .m-circle.red.first {
  top: -8rem;
  left: -24rem;
}
.multipliers.explosion .left-bucket .m-circle.red.second {
  top: -4rem;
  left: -14rem;
}
.multipliers.explosion .left-bucket .m-circle.red.third {
  bottom: -2rem;
  left: -19rem;
}
.multipliers.explosion .left-bucket .m-circle.yellow {
  bottom: 4rem;
  left: -13rem;
}
.multipliers.explosion .left-bucket .m-circle.md.yellow {
  bottom: 0rem;
  left: -13rem;
}
.multipliers.explosion .left-bucket .m-circle.sm.red {
  bottom: -6rem;
  right: -17rem;
}
.multipliers.explosion .left-bucket .m-circle.md.red {
  top: -4rem;
  left: -20rem;
}
.multipliers.explosion .circle-group {
  top: 0rem;
}
.multipliers.explosion .together {
  opacity: 0;
}
.multipliers.explosion .sdgs-fact {
  opacity: 1;
  scale: 1.2;
}
.multipliers.explosion .ondas {
  scale: 1.2;
}
.multipliers.explosion .ondas div {
  opacity: 0.5;
}

.img-combo.left-photo .txt {
  padding-right: 0rem;
  padding-left: 4rem;
  transition: all 0.3s ease 0s;
}
.img-combo.left-photo .curtain-wrapper div {
  background-color: #ffffff;
}
.img-combo.left-photo .curtain-wrapper div:not(.separator) {
  width: 11.76%;
}
.img-combo.left-photo .curtain-wrapper div.separator {
  width: 1rem;
  height: 100%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(1) {
  height: 70%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(3) {
  height: 60%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(5) {
  height: 50%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(7) {
  height: 40%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(9) {
  height: 30%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(11) {
  height: 20%;
}
.img-combo.left-photo .curtain-wrapper div:nth-child(13) {
  height: 0rem;
}
.img-combo.left-photo.active {
  background-color: #ffffff;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div {
  background-color: #ffffff;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:not(.separator) {
  width: 11.76%;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div.separator {
  width: 1rem;
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(1) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(3) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(5) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(7) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(9) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(11) {
  height: 0px;
}
.img-combo.left-photo.active .photo-wrapper .curtain-wrapper div:nth-child(13) {
  height: 0rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0px !important;
}

footer h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
}
footer h5 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

h3 {
  font-size: 2.0625rem !important;
  font-weight: 500 !important;
}

.design-to-impact {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 10rem;
}
.design-to-impact .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.25rem;
  position: relative;
}
.design-to-impact .graphic-wrappe {
  width: 70%;
}
.design-to-impact .choose-your-impact {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tooltip-arrow {
  transition: none;
}

.tooltip-inner {
  border-radius: 1rem;
}

.diversify-investment {
  opacity: 0;
  position: relative;
  top: 2rem;
}
.diversify-investment.shown {
  opacity: 1;
  top: -3rem;
}
.diversify-investment h3 {
  margin-bottom: 1.25rem !important;
}
.diversify-investment .card-wrapper {
  position: relative;
  width: 100%;
}
.diversify-investment .card-wrapper > div {
  padding: 1.25rem;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  height: 23rem;
  overflow: hidden;
  cursor: pointer;
  min-width: 27.25%;
}
.diversify-investment .card-wrapper > div.yellow {
  color: #000000;
}
.diversify-investment .card-wrapper > div .desc {
  max-height: 0px;
  overflow: hidden;
}
.diversify-investment .card-wrapper > div .tag {
  border: 2px solid;
  padding: 0rem 1rem;
  border-radius: 5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 1.4375rem;
  opacity: 1;
}
.diversify-investment .card-wrapper > div h3 {
  margin-bottom: 0rem;
  font-weight: 600;
  opacity: 1;
}
.diversify-investment .card-wrapper > div:nth-child(2) {
  left: -2rem;
}
.diversify-investment .card-wrapper > div:nth-child(3) {
  left: -4rem;
}
.diversify-investment .card-wrapper > div:nth-child(4) {
  left: -6rem;
}
.diversify-investment .card-wrapper > div:nth-child(2).zero {
  left: 0rem;
}
.diversify-investment .card-wrapper > div:nth-child(3).zero {
  left: -4rem;
}
.diversify-investment .card-wrapper > div.active .desc {
  max-height: 100%;
}
.diversify-investment .card-wrapper > div.active h3, .diversify-investment .card-wrapper > div.active .tag {
  opacity: 0;
}
.diversify-investment .card-wrapper > div:nth-child(2).active {
  left: -4rem;
}
.diversify-investment .card-wrapper > div:nth-child(3).active {
  left: -6rem;
}
.diversify-investment .card-wrapper > div .hole {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 2rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
.diversify-investment .card-wrapper > div:nth-of-type(1) .hole {
  background-color: #ffffff;
}
.diversify-investment .card-wrapper > div:nth-of-type(2) .hole {
  background-color: #F4DA40;
}
.diversify-investment .card-wrapper > div:nth-of-type(3) .hole {
  background-color: #FF5C39;
}
.diversify-investment .card-wrapper > div:nth-of-type(4) .hole {
  background-color: #0394CD;
}

.fdti {
  position: relative;
  padding: 0rem 0rem 0rem 0rem;
  transition: none;
}
.fdti .top {
  font-size: 14rem;
  font-weight: 600;
  color: #000000;
  text-wrap: nowrap;
  white-space: nowrap;
  padding: 7rem 2rem;
  transition: opacity ease-in 0.2s;
  opacity: 1;
}
.fdti .top.hidden {
  opacity: 0;
}
.fdti.active .top {
  opacity: 1;
}
.fdti .bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  font-size: 2rem;
  transform-origin: left;
  text-align: center;
}
.fdti .bottom.shown {
  opacity: 1;
}
.fdti.shown .top {
  opacity: 0;
}

.sec-title {
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.solutions {
  padding-top: 0rem;
  position: relative;
}
.solutions .container {
  position: relative;
}
.solutions .filters-wrapper {
  position: relative;
  top: 0rem;
  padding-top: 1rem;
  left: 0;
  width: 100%;
  transition: none;
  background-color: #ffffff;
}
.solutions .filters {
  flex-wrap: wrap;
  gap: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 2px solid;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.solutions h3 {
  margin-bottom: 1.875rem;
}
.solutions .bottom-filters, .solutions .top-filters, .solutions .region-filters, .solutions .impact-filters {
  display: flex;
  gap: 0.625rem;
}
.solutions .top-filters {
  align-items: center;
}
.solutions .top-filters i {
  font-size: 1.5rem;
  cursor: pointer;
  opacity: 0;
}
.solutions .top-filters i.active {
  opacity: 1;
}
.solutions .top-filters div {
  padding: 0.625rem 1.25rem;
  font-size: 1.4375rem;
  border-radius: 10rem;
  cursor: pointer;
  background-color: #f1f1f1;
}
.solutions .top-filters div.active {
  background-color: #000000;
  color: #ffffff;
}
.solutions .bottom-filters::-webkit-scrollbar {
  display: none;
}
.solutions .bottom-filters {
  overflow: hidden;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.solutions .bottom-filters .bg-transparent {
  width: 20%;
  height: 100%;
  position: absolute;
  z-index: 100;
  pointer-events: none;
}
.solutions .bottom-filters .bg-transparent.focus {
  left: 0;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
}
.solutions .bottom-filters .bg-transparent.region {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  opacity: 0;
}
.solutions .bottom-filters .bg-transparent.active {
  opacity: 1;
}
.solutions .bottom-filters div div {
  border: 2px solid;
  padding: 0.625rem;
  opacity: 0.25;
  border-radius: 5rem;
  width: max-content;
  cursor: pointer;
  font-weight: 500;
  background-color: #ffffff;
}
.solutions .bottom-filters div div.active {
  background-color: #efefef;
}
.solutions .bottom-filters div.active div {
  opacity: 1;
}
.solutions .solutions-wrapper {
  width: 100%;
  width: calc(100% + 2rem);
  margin: 0rem -1rem;
  flex-wrap: wrap;
  gap: 2rem 0rem;
  margin-top: 2rem;
}
.solutions .solutions-wrapper .content {
  background-color: #F7F7F7;
  border-bottom: 6px solid #ffffff;
}
.solutions .solutions-wrapper .solution-card {
  padding: 0rem 1rem;
  cursor: url("../img/select.svg"), auto;
}
.solutions .solutions-wrapper .solution-card .c-tag {
  background-color: #ffffff;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 4rem;
  margin-bottom: 0.625rem;
}
.solutions .solutions-wrapper .solution-card .top {
  padding: 1rem;
  min-height: 10rem;
}
.solutions .solutions-wrapper .solution-card .photo-wrapper {
  height: 10rem;
}
.solutions .solutions-wrapper .solution-card .photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions .solutions-wrapper .solution-card h5.title {
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding-bottom: 0.25rem !important;
}
.solutions .solutions-wrapper .solution-card h5.location {
  font-size: 0.8rem !important;
  margin-top: 0 !important;
  padding-top: 0px !important;
  font-weight: 400 !important;
}
.solutions .solutions-wrapper .solution-card[data-cat=community_resilience] .content {
  border-color: #F4DA40;
}
.solutions .solutions-wrapper .solution-card[data-cat=community_resilience] .c-tag {
  background-color: #F4DA40;
}
.solutions .solutions-wrapper .solution-card[data-cat=energy_resilience] .content {
  border-color: #FF5C39;
}
.solutions .solutions-wrapper .solution-card[data-cat=energy_resilience] .c-tag {
  background-color: #FF5C39;
}
.solutions .solutions-wrapper .solution-card[data-cat=water_resilience] .content {
  border-color: #0394CD;
}
.solutions .solutions-wrapper .solution-card[data-cat=water_resilience] .c-tag {
  background-color: #0394CD;
}
.solutions .solutions-wrapper .solution-card[data-cat=economic_resilience] .content {
  border-color: #00CE7C;
}
.solutions .solutions-wrapper .solution-card[data-cat=economic_resilience] .c-tag {
  background-color: #00CE7C;
}

#modal-det, .funds-simple-page {
  background-color: rgba(0, 0, 0, 0.7);
}
#modal-det h6, .funds-simple-page h6 {
  font-weight: 600 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
#modal-det .btn-close, .funds-simple-page .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #f3f1f1;
  padding: 0.75rem;
  border-radius: 4rem;
  z-index: 1000;
  opacity: 1;
  font-size: 0.7rem;
  transform-origin: center;
  transform: rotate(0deg);
}
#modal-det .btn-close:hover, .funds-simple-page .btn-close:hover {
  transform: rotate(90deg);
}
#modal-det .sdg-connection, .funds-simple-page .sdg-connection {
  display: flex;
  gap: 0.5rem;
  align-items: baseline;
  margin: 1rem 0rem;
}
#modal-det .location, .funds-simple-page .location {
  margin-top: 1rem;
  font-size: 1.8rem !important;
  font-weight: 300 !important;
}
#modal-det .desc, .funds-simple-page .desc {
  padding: 1rem 0rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
#modal-det .person, .funds-simple-page .person {
  display: flex;
  gap: 0.5rem;
}
#modal-det .sdg-group, .funds-simple-page .sdg-group {
  display: flex;
  gap: 0.5rem;
}
#modal-det .sdg-group .sdg, .funds-simple-page .sdg-group .sdg {
  width: 2rem;
  height: 2rem;
  border-radius: 6rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1rem;
}
#modal-det .left, #modal-det .right, #modal-det .top, #modal-det .bottom, .funds-simple-page .left, .funds-simple-page .right, .funds-simple-page .top, .funds-simple-page .bottom {
  position: relative;
}
#modal-det .left, .funds-simple-page .left {
  color: #ffffff;
}
#modal-det .left .bg-transparent, .funds-simple-page .left .bg-transparent {
  background: none;
  background-color: black !important;
  opacity: 0.7;
}
#modal-det .left .bottom, .funds-simple-page .left .bottom {
  width: 100%;
}
#modal-det .right-wrapper, .funds-simple-page .right-wrapper {
  position: relative;
  padding: 3rem 0rem 2rem 0rem;
}
#modal-det .right, .funds-simple-page .right {
  padding: 0rem 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 95%;
  overflow: scroll;
  padding-bottom: 10rem;
  font-weight: 300;
  position: relative;
}
#modal-det .right .two-column, .funds-simple-page .right .two-column {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#modal-det .shocks-stresses-wrapper, .funds-simple-page .shocks-stresses-wrapper {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#modal-det .shocks-stresses-wrapper div, .funds-simple-page .shocks-stresses-wrapper div {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
#modal-det .shocks-stresses, .funds-simple-page .shocks-stresses {
  margin: 1rem 0rem;
  margin-top: 1.5rem;
}
#modal-det .multi-group, .funds-simple-page .multi-group {
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  margin-top: 0.5rem;
}
#modal-det .multi-group > div, .funds-simple-page .multi-group > div {
  border-radius: 100rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  padding-left: 2rem;
  background-color: #f1f1f1;
  color: black;
  position: relative;
}
#modal-det .multi-group > div .m-circle, .funds-simple-page .multi-group > div .m-circle {
  position: absolute;
  top: 0px;
  left: 0rem;
  z-index: 1;
  height: 1.75rem;
  width: 1.75rem;
  padding: 0;
  border-radius: 2rem;
}
#modal-det .photo, .funds-simple-page .photo {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
#modal-det .box, .funds-simple-page .box {
  padding: 0.75rem 1.25rem;
  padding-bottom: 2.5rem;
  border-radius: 0.6rem;
  background-color: #ffffff;
  margin-top: 0.75rem;
}
#modal-det .investment-wrapper, .funds-simple-page .investment-wrapper {
  width: 100%;
  margin-top: 1.5rem;
}
#modal-det .investment-wrapper .box div, .funds-simple-page .investment-wrapper .box div {
  padding: 0.5rem 0rem;
  border-bottom: 1px solid #f5f5f5;
}
#modal-det .budget-wrapper, .funds-simple-page .budget-wrapper {
  width: 100%;
}
#modal-det .modal-body, .funds-simple-page .modal-body {
  padding: 0;
  height: 92vh;
  background-color: #f7f7f7;
}
#modal-det .modal-dialog, .funds-simple-page .modal-dialog {
  min-width: 95vw;
  min-height: 90vh;
  top: 0%;
}
#modal-det .mix-wrapper, .funds-simple-page .mix-wrapper {
  margin-top: 1rem;
  flex-flow: wrap;
}
#modal-det .mix-wrapper > div, .funds-simple-page .mix-wrapper > div {
  padding: 0.5rem;
  width: 100%;
}
#modal-det .mix-wrapper > div > div, .funds-simple-page .mix-wrapper > div > div {
  background-color: #fafafa;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  text-align: center;
  padding: 0.5rem;
}
#modal-det .multipliers-mix, .funds-simple-page .multipliers-mix {
  margin-bottom: 1.5rem;
  padding: 1rem 0rem;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  width: 100%;
}
#modal-det .multi-type, .funds-simple-page .multi-type {
  text-align: left;
  font-weight: 400;
  font-size: 0.8rem;
}
#modal-det .modal-header, .funds-simple-page .modal-header {
  background: transparent;
  padding: 0 0 1rem 0rem;
}
#modal-det .modal-content, .funds-simple-page .modal-content {
  border: none;
}
#modal-det .bg-transparent, .funds-simple-page .bg-transparent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#modal-det .left-content, .funds-simple-page .left-content {
  padding: 2rem;
  align-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  height: 100%;
}
#modal-det .resources-box h6, .funds-simple-page .resources-box h6 {
  margin-bottom: 0.75rem;
}
#modal-det .resources-box div:not(#resources), .funds-simple-page .resources-box div:not(#resources) {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #ffffff;
  margin-bottom: 0.75em;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#modal-det .resources-box div:not(#resources):hover, .funds-simple-page .resources-box div:not(#resources):hover {
  background-color: lightgray;
}
#modal-det .resources-box #resources, .funds-simple-page .resources-box #resources {
  margin-top: 1rem;
}
#modal-det .bg-transparent.top, #modal-det .bg-transparent.bottom, .funds-simple-page .bg-transparent.top, .funds-simple-page .bg-transparent.bottom {
  position: absolute;
  width: 100%;
  height: 5rem;
  z-index: 200;
}
#modal-det .bg-transparent.top, .funds-simple-page .bg-transparent.top {
  top: 0px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
#modal-det .bg-transparent.bottom, .funds-simple-page .bg-transparent.bottom {
  bottom: 3rem;
  top: unset;
  height: 10rem;
  background: linear-gradient(0deg, rgb(247, 247, 247) 0%, rgba(255, 255, 255, 0) 100%);
}
#modal-det .bg-transparent.bottom i, .funds-simple-page .bg-transparent.bottom i {
  bottom: -2rem;
  position: absolute;
  text-align: center;
  width: 100%;
  color: lightgray;
  font-size: x-large;
}
#modal-det .budget, #modal-det .date, .funds-simple-page .budget, .funds-simple-page .date {
  margin-bottom: 0.75rem;
  display: flex;
  gap: 0.5rem;
}
#modal-det .budget-status h6, .funds-simple-page .budget-status h6 {
  font-size: 1rem;
}
#modal-det .budget-status .status-wrapper, .funds-simple-page .budget-status .status-wrapper {
  width: 100%;
  height: 1.5rem;
  background-color: #f1f1f1;
  border-radius: 4rem;
  margin-top: 0.5rem;
  position: relative;
  font-weight: 400;
}
#modal-det .budget-status .status-wrapper .pilot, .funds-simple-page .budget-status .status-wrapper .pilot {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 1;
  height: 100%;
  border-radius: 10rem;
  bottom: 0;
}
#modal-det .budget-status .status-wrapper .status, .funds-simple-page .budget-status .status-wrapper .status {
  background-color: #00CE7C;
  height: 1.5rem;
  color: #ffffff;
  border-radius: 4rem;
  position: relative;
}
#modal-det .budget-status .status-wrapper .digit, .funds-simple-page .budget-status .status-wrapper .digit {
  font-size: 0.8rem;
  position: absolute;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  background-color: #00CE7C;
  border-radius: 4rem;
  line-height: 2rem;
  text-align: center;
  top: -0.25rem;
  font-weight: 600;
}
#modal-det .budget-status .status-wrapper .pilot-status, .funds-simple-page .budget-status .status-wrapper .pilot-status {
  font-weight: 500;
  color: #000000;
  opacity: 0.4;
  font-size: 0.8rem;
  height: 100%;
  width: max-content;
  padding-left: 0.5rem;
  line-height: 1.5rem;
  position: absolute;
  bottom: -1.9rem;
}
#modal-det a, .funds-simple-page a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.multipliers .ripple_wrapper {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #eff2f5;
  position: absolute;
  top: 0rem;
  background-color: white;
  opacity: 0;
}

.multipliers.ripple .ripple_wrapper {
  opacity: 1;
}

.multipliers .ripple_wrapper button {
  position: absolute;
  animation: ripple 5s infinite;
  border-radius: 100%;
  border: none;
  background-color: #eff2f5;
  box-shadow: inset 10px 10px 20px #a5a7a9, inset -10px -10px 20px #ffffff;
  transition: 0.33s ease-in all;
  opacity: 0;
}

@keyframes ripple {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 800px;
    height: 800px;
    opacity: 0;
  }
}
.multipliers .ripple_wrapper button:nth-child(1) {
  animation-delay: 500ms;
}

.multipliers .ripple_wrapper button:nth-child(2) {
  animation-delay: 1000ms;
}

.multipliers .ripple_wrapper button:nth-child(3) {
  animation-delay: 1500ms;
}

.multipliers .ripple_wrapper button:nth-child(4) {
  animation-delay: 2000ms;
}

.multipliers .ripple_wrapper button:nth-child(5) {
  animation-delay: 2500ms;
}

.multipliers.ripple .circle-group {
  opacity: 0;
}
.multipliers.ripple .s-heading, .multipliers.ripple h1:not(.rip) {
  opacity: 0 !important;
}

.mobile {
  display: none;
}

.container, .container-lg, .container-md, .container-sm {
  height: 100%;
}

.multipliers .container, .multipliers .container-lg, .multipliers .container-md, .multipliers .container-sm {
  height: auto;
}

.space-top {
  height: 10rem;
}

.bg-footer {
  height: 10rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(240, 240, 240, 0) 0%, rgb(236, 236, 236) 100%);
}

.funds-simple-page .container {
  justify-content: space-between;
  gap: 3rem;
}
.funds-simple-page .sdg-connection {
  width: 100%;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 0rem;
}
.funds-simple-page .sdg-connection .sdg-group {
  color: #ffffff;
}
.funds-simple-page .mix-wrapper {
  gap: 1rem;
  flex-flow: column;
}
.funds-simple-page .mix-wrapper > div {
  background-color: #fafafa;
  border-radius: 0.5rem;
  /*display: flex;
   		flex-direction: column;
   		align-items: flex-start;*/
}
.funds-simple-page .mix-wrapper > div > div {
  background-color: unset;
  margin-bottom: 0rem;
  border-radius: unset;
  margin-top: 0rem;
  text-align: left;
}
.funds-simple-page .page-header {
  position: relative;
  height: 25rem;
}
.funds-simple-page .page-header .bg-transparent {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.funds-simple-page .page-header .text {
  color: white;
  padding-bottom: 2rem;
}
.funds-simple-page .investment-wrapper {
  margin-top: unset;
  margin-bottom: unset;
}
.funds-simple-page .shocks-stresses {
  margin: 0rem;
  margin-top: unset;
}
.funds-simple-page .person {
  display: flex;
  gap: 0.5rem;
  flex-flow: column;
  margin-bottom: 2rem;
}
.funds-simple-page .multipliers-mix, .funds-simple-page .budget-wrapper {
  width: unset;
}
.funds-simple-page .left {
  padding: 3rem 0rem;
  color: #000000;
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.funds-simple-page .left .desc {
  font-weight: 300;
  color: #6b6b6b;
  font-size: 1.2rem;
  border: none;
  padding: 0rem 0rem;
  margin-bottom: 0rem;
  border-bottom: 1px solid;
}
.funds-simple-page .left .desc p {
  font-size: 1.2rem;
  color: #6b6b6b;
  font-weight: 300;
}
.funds-simple-page .left .desc .subtitle {
  font-weight: 400;
  color: #000000;
}
.funds-simple-page .left .desc .subtitle p {
  font-weight: 400;
  color: #000000;
}
.funds-simple-page .full-content-wrapper {
  background-color: #f1f1f1;
}
.funds-simple-page .multi-group {
  flex-direction: column;
}
.funds-simple-page .multi-group > div {
  width: max-content;
}
.funds-simple-page .right {
  padding: 4rem 0rem 0rem 0rem;
  overflow: unset;
  height: fit-content;
  position: sticky;
  top: 0;
  flex-direction: column;
  width: unset;
}
.funds-simple-page .right .box .d-flex {
  gap: 0rem;
  flex-direction: column;
}
.funds-simple-page .multipliers-mix {
  margin: 2rem 0rem;
}

@media (min-width: 980px) and (max-width: 1200px) {
  html, body {
    font-size: 14px !important;
  }
  .multipliers {
    padding: 2rem 0rem;
  }
  .multipliers .circle-group {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px;
    padding: 0;
  }
}
@media (max-width: 860px) {
  .full-content-wrapper .container {
    flex-flow: column;
  }
  .funds-simple-page .left {
    padding: 0rem 0rem;
  }
  .funds-simple-page .right {
    padding: 0;
  }
  .mobile {
    display: initial;
  }
  .mobile.flex {
    display: flex;
  }
  .desktop {
    display: none;
  }
  .intro h1:nth-child(1) {
    margin-top: 70% !important;
  }
  .intro h1 {
    scale: 1;
  }
  .intro.one h1:nth-child(1) {
    margin-top: 0vh !important;
    margin-bottom: -8% !important;
    opacity: 0;
  }
  h1 {
    font-size: 2.4rem !important;
    line-height: 2.6rem !important;
  }
  h3 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    text-align: center !important;
  }
  .intro.two h1:nth-child(2) {
    margin-bottom: 0 !important;
    opacity: 0;
    margin-top: -55% !important;
  }
  .intro h1:nth-child(2) {
    margin-top: 30% !important;
  }
  .intro.two h1:nth-child(3) {
    margin-top: 30% !important;
  }
  .img-combo.active .txt .desc, .img-combo .txt h3, .img-combo .txt .desc {
    opacity: 1 !important;
  }
  .img-combo .wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .img-combo .txt {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .img-combo .txt .desc {
    font-size: 1.2rem;
    text-align: center;
  }
  .img-combo.left-photo {
    margin-top: 100vh;
  }
  .img-combo.left-photo .container {
    top: -100vh;
    position: relative;
  }
  .img-combo .dec-text {
    top: -3rem;
    left: 0rem;
    font-size: 4rem;
    line-height: 4.2rem;
  }
  .fdti {
    margin-top: 0vh;
  }
  .fdti .top {
    position: relative;
    top: -110vh;
  }
  .fdti .bottom {
    position: relative;
    top: -150vh;
    font-size: 1.2rem;
  }
  .dec-text {
    display: none;
  }
  .container {
    padding: 2rem;
  }
  .intro.five .big-logo {
    scale: 1.7;
    top: 50%;
  }
  .intro .final-phrase, .intro.six .final-phrase {
    scale: 1;
    margin-top: -5%;
  }
  .intro .final-phrase h1:nth-of-type(2), .intro.six .final-phrase h1:nth-of-type(2) {
    margin-top: 0 !important;
    position: relative;
    transform: none;
    top: 0px !important;
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
  .multipliers {
    padding: 1rem 0rem !important;
  }
  .multipliers .circle-group {
    top: -20rem;
    overflow-x: scroll;
  }
  .multipliers .m-circle {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    width: 7rem;
    height: 7rem;
    font-size: 0.8rem;
    padding: 1rem;
    line-height: 1rem;
  }
  .multipliers .m-circle:not(.main) {
    display: none;
  }
  .multipliers .s-heading {
    font-size: 1rem;
  }
  .multipliers .bucket {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  .multipliers .bucket h4 {
    text-align: center !important;
    width: 100%;
  }
  .multipliers.open .titles {
    display: none;
  }
  .multipliers.open .circle-group {
    height: auto;
    gap: 1rem;
    margin: 2rem 0rem;
    position: relative;
  }
  .solutions .filters-wrapper {
    top: -2rem;
  }
  #modal-det .modal-body {
    flex-wrap: wrap;
  }
  .img-combo.right-photo {
    background-color: #000;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .diversify-investment, .diversify-investment.shown {
    top: -140vh;
  }
  .diversify-investment .card-wrapper, .diversify-investment.shown .card-wrapper {
    flex-wrap: wrap;
  }
  .diversify-investment .card-wrapper > div, .diversify-investment.shown .card-wrapper > div {
    left: 0 !important;
    height: auto;
    padding-top: 5rem;
  }
  .diversify-investment .card-wrapper > div h3, .diversify-investment.shown .card-wrapper > div h3 {
    text-align: left !important;
  }
  .diversify-investment .card-wrapper > div.active h3, .diversify-investment .card-wrapper > div.active .tag, .diversify-investment.shown .card-wrapper > div.active h3, .diversify-investment.shown .card-wrapper > div.active .tag {
    opacity: 1;
    margin-bottom: 0.5rem !important;
  }
  .sec-title {
    margin-bottom: -2rem;
    margin-top: 0rem;
    position: relative;
    top: -130vh;
  }
  .solutions {
    top: -128vh;
    margin-bottom: -130vh;
  }
  #modal-det .modal-dialog {
    min-height: auto;
  }
  #modal-det .right {
    overflow: visible;
  }
  #modal-det .modal-body {
    height: auto;
  }
  #modal-det .right {
    padding-bottom: 0;
  }
  #modal-det .bg-transparent {
    display: none;
  }
  #modal-det .left-content {
    position: relative;
  }
  #modal-det .left .bg-transparent {
    display: block;
    background-color: rgba(0, 0, 0, 0.768627451) !important;
    background: none;
  }
  #modal-det .multi-group {
    flex-wrap: wrap;
  }
  #modal-det .btn-close {
    position: fixed;
  }
  .fdti .top {
    padding: 2rem 0rem 4rem 0rem;
  }
  .fdti .bottom {
    width: 100%;
    opacity: 0 !important;
  }
  #modal-det .right-wrapper {
    position: relative;
    padding: 1rem 0rem 1rem 0rem;
  }
  #modal-det .right {
    padding: 0rem 1rem;
  }
  .budget-wrapper .box .d-flex {
    flex-flow: wrap;
    gap: 0rem !important;
  }
  .solutions .top-filters {
    width: 100%;
    justify-content: center;
  }
  .solutions .top-filters i {
    opacity: 0.2;
  }
  .together_mob {
    position: absolute;
    top: 45%;
    font-size: 1.3rem;
    text-align: center;
  }
  .together_mob h2 {
    font-size: 1.5rem !important;
  }
  .together_mob h5 {
    font-size: 1.2rem !important;
    margin-top: 1rem !important;
  }
  .multipliers .ondas {
    top: 205%;
  }
  .multipliers .ondas .onda-12 {
    width: 10.8rem;
    height: 10.8rem;
  }
  .multipliers .ondas .onda-11 {
    width: 9.9rem;
    height: 9.9rem;
  }
  .multipliers .ondas .onda-10 {
    width: 9rem;
    height: 9rem;
  }
  .multipliers .ondas .onda-9 {
    width: 8.1rem;
    height: 8.1rem;
  }
  .multipliers .ondas .onda-8 {
    width: 7.2rem;
    height: 7.2rem;
  }
  .multipliers .ondas .onda-7 {
    width: 6.3rem;
    height: 6.3rem;
  }
  .multipliers .ondas .onda-6 {
    width: 5.4rem;
    height: 5.4rem;
  }
  .multipliers .ondas .onda-5 {
    width: 4.5rem;
    height: 4.5rem;
  }
  .multipliers .ondas .onda-4 {
    width: 3.6rem;
    height: 3.6rem;
  }
  .multipliers .ondas .onda-3 {
    width: 2.7rem;
    height: 2.7rem;
  }
  .multipliers .scroll-lr {
    width: 100%;
    text-align: center;
    opacity: 0.3;
    font-size: 0.8rem;
    margin-top: 0rem;
  }
  .multipliers .scroll-lr i {
    font-size: 0.8rem;
  }
  .multipliers.ripple .scroll-lr {
    opacity: 0;
  }
  .multipliers.ripple .ondas {
    scale: 4;
  }
  .multipliers.ripple .ondas div {
    opacity: 1;
  }
}
@media (min-height: 550px) and (max-height: 600px) {
  html, body {
    font-size: 14px !important;
  }
  .multipliers {
    padding: 3rem 0rem !important;
  }
  .multipliers .circle-group {
    height: 220px;
    margin: 2rem 0rem 4rem 0rem;
  }
  .intro.five .big-logo {
    scale: 2.2;
    top: 68%;
  }
  .intro .final-phrase {
    top: 60%;
  }
  .intro.one h1:nth-child(1) {
    margin-bottom: 15vh !important;
  }
  .intro.two h1:nth-child(2) {
    margin-top: -7vh !important;
  }
  .intro.three h1:nth-child(2) {
    margin-top: 0rem !important;
  }
}
@media (min-height: 600px) and (max-height: 680px) and (min-width: 1200px) {
  .multipliers {
    padding: 2rem 0rem !important;
  }
  .intro.one h1:nth-child(1) {
    margin-top: 18vh !important;
    margin-bottom: 14vh !important;
  }
  .intro.two h1:nth-child(1) {
    margin-top: 0% !important;
    opacity: 0;
  }
  .intro.two h1:nth-child(2) {
    margin-top: -6vh !important;
    margin-bottom: 11vh !important;
  }
  .intro.two .final-phrase h1:nth-child(2) {
    margin-top: 0rem !important;
  }
}
@media (min-height: 800px) {
  .multipliers {
    padding: 8rem 0rem 5rem 0rem;
  }
}
@media (min-height: 700px) and (max-width: 860px) {
  .intro h1:nth-child(1) {
    margin-top: 40vh !important;
  }
  .intro h1:nth-child(2) {
    margin-top: 28vh !important;
  }
  .intro.two h1:nth-child(3) {
    margin-top: 30vh !important;
  }
  .multipliers {
    padding: 5rem 0rem !important;
  }
  .diversify-investment {
    top: -120vh;
  }
  .diversify-investment.shown {
    top: -140vh;
  }
  .diversify-investment, .diversify-investment.shown {
    opacity: 1;
  }
}
@media (min-width: 980px) and (max-width: 1200px) and (min-height: 700px) {
  .multipliers {
    padding: 8rem 0rem;
  }
}
@media (max-width: 860px) and (min-height: 700px) {
  .multipliers .m-circle {
    width: 10rem;
    height: 10rem;
    font-size: 1rem;
  }
  .multipliers .bucket {
    width: 70%;
  }
  .multipliers .scroll-lr {
    bottom: 11vh;
  }
  .multipliers .ondas {
    top: 190%;
  }
  .together_mob {
    position: absolute;
    top: 32%;
    width: 67%;
  }
}

/*# sourceMappingURL=rcifunds.css.map */
