@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");
}
.test-photo {
  background-color: #000000;
  height: 100vh;
  overflow: hidden;
  transition: background-color 0.2s ease-in;
}
.test-photo.active {
  background-color: #ffffff;
}
.test-photo.active .item .text {
  color: #000000;
  right: -27%;
}
.test-photo.active .item .img-wrapper {
  left: -20%;
  top: -20%;
  transition: left 0.3s ease-out, top 0.3s ease-out;
}
.test-photo.active .item .btn {
  color: #000000;
}
.test-photo.active .item .btn:hover {
  color: #0294CD;
  border-color: #0294CD;
}
.test-photo.active .item:nth-child(2) .text {
  right: -15%;
}
.test-photo.active .item:nth-child(2) .img-wrapper {
  top: -60%;
  left: -15%;
}
.test-photo.active .item:nth-child(3) .img-wrapper {
  top: -5%;
}
.test-photo.active.bg-blue {
  background-color: #0294CD;
}
.test-photo.active.bg-blue .item .text {
  color: #ffffff;
}
.test-photo.active.bg-blue .item .title {
  color: #ffffff;
  mix-blend-mode: difference;
}
.test-photo.active.bg-blue .item .btn {
  color: #ffffff;
}
.test-photo.active.bg-blue .item .btn:hover {
  color: #000000;
  border-color: #000000;
}
.test-photo .wrapper {
  display: inline-flex;
  align-items: center;
  height: 100%;
  width: 200vw;
  position: relative;
  top: 0;
  transition: top 1s ease;
  opacity: 1;
}
.test-photo .wrapper.vis {
  top: -10%;
}
.test-photo .item {
  color: #ffffff;
  width: 50%;
  margin: 0 5%;
  position: relative;
  display: flex;
  justify-content: end;
}
.test-photo .item .img-wrapper {
  width: 80%;
  position: absolute;
  left: 0;
  top: 0;
  scale: 0.8;
  transition: all 0.2s ease;
}
.test-photo .item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.test-photo .item .text {
  position: relative;
  width: 65%;
  top: 5rem;
  right: -10%;
  font-size: 1.5rem;
  line-height: 2rem;
  transition: all 0.2s ease;
}
.test-photo .item .text .content {
  margin: 1rem 0.5rem;
}
.test-photo .item .text span {
  transition: none;
  font-weight: 600;
}
.test-photo .item .btn {
  margin: 0rem 0.5rem;
}
.test-photo .item .title {
  position: absolute;
  color: #0294CD;
  font-size: 4.5rem;
  font-weight: 700;
  right: 35%;
  top: 5%;
  mix-blend-mode: screen;
}
.test-photo .item:nth-child(2) .img-wrapper {
  width: 60%;
  top: -10%;
}
.test-photo .item:nth-child(3) .title {
  right: 20%;
}

.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: #ffffff;
  font-family: "Berthold", Berthold Akzidenz Grotesk, sans-serif !important;
  font-size: 20px;
  font-kerning: none !important;
  letter-spacing: 0.06rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
html, body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif !important;
  scroll-behavior: unset !important;
  font-size: 16px !important;
  line-height: 29px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: inherit;
}

.modal video {
  width: 100%;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal-header {
  border-bottom: none;
  padding: 0;
}

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

.blue {
  color: #0294CD;
}

.red {
  color: #FF5C39;
}

.green {
  color: #00CE7C;
}

.yellow {
  color: #F4DA40;
}

.bg-red {
  background-color: #FF5C39;
}

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

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

.h {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
}

.btn {
  border-radius: 3rem;
  color: white;
  border: 2px solid;
  padding: 0.5rem 1rem;
}

.homepagebody h6 {
  font-size: 1.125rem !important;
  line-height: 1.9375rem !important;
}
.homepagebody h3 {
  font-size: 1.5rem !important;
  line-height: 1.875rem !important;
  font-weight: 700 !important;
}
.homepagebody h2 {
  font-size: 1.875rem !important;
  line-height: 2.375rem !important;
  font-weight: 700 !important;
}
.homepagebody h1, .homepagebody h2, .homepagebody h3, .homepagebody h4, .homepagebody h5, .homepagebody h6 {
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

h1 {
  font-size: 3rem !important;
  line-height: 3.375rem !important;
  font-weight: 700 !important;
}

.highlight_und {
  display: inline-block;
  position: relative;
}
.highlight_und .underline {
  height: 1rem;
  position: absolute;
  z-index: 0;
  bottom: 0.1rem;
  width: 100%;
  background-color: #0294CD;
}
.highlight_und .txt {
  position: relative;
}

.homepagebody h1, .homepagebody h2, .homepagebody h3, .homepagebody h4, .homepagebody h5, .homepagebody h6 {
  font-weight: 700 !important;
}
.homepagebody h1.medium, .homepagebody h2.medium, .homepagebody h3.medium, .homepagebody h4.medium, .homepagebody h5.medium, .homepagebody h6.medium {
  font-weight: 500 !important;
}
.homepagebody h1.regular, .homepagebody h2.regular, .homepagebody h3.regular, .homepagebody h4.regular, .homepagebody h5.regular, .homepagebody h6.regular {
  font-weight: 400 !important;
}

.hero {
  color: #ffffff;
  background-color: #000000;
  overflow-x: hidden;
  position: relative;
}
.hero h6 {
  position: relative;
}
.hero .header {
  display: flex;
  margin-bottom: 1.75rem;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.hero .header .nav-btns {
  display: flex;
  position: relative;
  gap: 0.5rem;
}
.hero .header .nav-btns div {
  border-radius: 4rem;
  color: white;
  border: 2px solid;
  text-align: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.hero .header .nav-btns div.left img {
  transform: rotate(90deg);
  transform-origin: center center;
  top: -0.1rem;
  left: -0.1rem;
  position: relative;
}
.hero .header .nav-btns div.right img {
  transform: rotate(-90deg);
  transform-origin: center center;
  top: -0.1rem;
  left: 0.1rem;
  position: relative;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.hero .bg-transparent {
  cursor: url("../img/view.svg"), auto;
  pointer-events: all;
}
.hero .anim-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  margin-top: 10rem;
  cursor: url("../img/view.svg"), auto;
}
.hero .anim-logo .center {
  position: relative;
  margin: 0px 1.25rem;
  max-width: 190px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #0294CD;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  scale: 0;
  font-family: "Berthold", Berthold Akzidenz Grotesk, sans-serif !important;
}
.hero .anim-logo .center h5 {
  font-family: "Berthold", Berthold Akzidenz Grotesk, sans-serif !important;
  font-weight: normal !important;
  font-kerning: none !important;
  letter-spacing: 0.06rem;
  font-size: 1.1rem !important;
}
.hero .anim-logo .left, .hero .anim-logo .right {
  cursor: url("../img/view.svg"), auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all ease-in 0.6s;
  -ms-transition: all ease-in 0.6s;
  transition: all ease-in 0.6s;
}
.hero .anim-logo .left {
  top: -5rem;
}
.hero .anim-logo .right {
  top: 5rem;
}
.hero .recalibrating {
  margin-top: 8rem;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.hero .recalibrating, .hero .redesigning, .hero .resilient {
  margin-bottom: 0px;
  padding-bottom: 0px;
  opacity: 0;
  -webkit-transition: margin-top ease-in 0.4s, opacity ease-in 0.2s;
  -ms-transition: margin-top ease-in 0.4s, opacity ease-in 0.2s;
  transition: margin-top ease-in 0.4s, opacity ease-in 0.2s;
}
.hero.one .recalibrating {
  opacity: 1;
  margin-top: 3.3rem;
  display: block;
}
.hero.one .anim-logo .left, .hero.one .anim-logo .right {
  top: 0;
  opacity: 1;
}
.hero.one .center {
  scale: 1;
}
.hero.one .trending-subjects .ts-group .ts-item {
  opacity: 1;
}
.hero.one .trending-subjects .ts-group .ts-item:nth-of-type(2), .hero.one .trending-subjects .ts-group .ts-item:nth-of-type(3), .hero.one .trending-subjects .ts-group .ts-item:nth-of-type(4), .hero.one .trending-subjects .ts-group .ts-item:nth-of-type(5) {
  opacity: 1;
  right: 0;
}
.hero.two .recalibrating {
  opacity: 0;
  margin-top: 0rem;
}
.hero.two .redesigning {
  opacity: 1;
  scale: 1.2;
  margin-top: 0.5rem;
}
.hero.three .recalibrating {
  opacity: 0;
  margin-top: -3rem;
}
.hero.three .redesigning {
  opacity: 0;
}
.hero.three .resilient {
  opacity: 1;
  scale: 1.5;
  margin-top: 0.3rem;
}
.hero.three .anim-logo .right {
  top: -4rem;
  opacity: 0;
}
.hero.four .anim-logo .left {
  top: 4rem;
  opacity: 0;
}
.hero .trending-subjects {
  margin-bottom: 1.25rem;
  position: relative;
}
.hero .trending-subjects .left-grad, .hero .trending-subjects .right-grad {
  position: absolute;
  width: 200px;
  height: 100%;
  z-index: 900;
  bottom: 3.5rem;
}
.hero .trending-subjects .left-grad {
  cursor: url("../img/left.svg"), auto;
  left: 0px;
}
.hero .trending-subjects .right-grad {
  cursor: url("../img/right.svg"), auto;
  right: 15%;
  right: -100px;
}
.hero .trending-subjects .ts-group {
  display: flex;
  overflow: scroll;
  width: 130%;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.hero .trending-subjects .ts-group::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.hero .trending-subjects .ts-group a {
  pointer-events: all;
}
.hero .trending-subjects .ts-group .ts-item {
  background-color: #ffffff;
  color: #000000;
  padding: 1rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.9375rem;
  position: relative;
  min-height: 273.5px;
  pointer-events: all;
  opacity: 0;
  transition: all ease-in 0.3s;
  transition-delay: 0.2s;
}
.hero .trending-subjects .ts-group .ts-item:nth-of-type(2), .hero .trending-subjects .ts-group .ts-item:nth-of-type(3), .hero .trending-subjects .ts-group .ts-item:nth-of-type(4), .hero .trending-subjects .ts-group .ts-item:nth-of-type(5) {
  opacity: 0;
  right: -2rem;
}
.hero .trending-subjects .ts-group .ts-item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.hero .trending-subjects .ts-group .ts-item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.hero .trending-subjects .ts-group .ts-item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.hero .trending-subjects .ts-group .ts-item .cat {
  font-weight: 700;
  margin-bottom: 0.24rem;
}
.hero .trending-subjects .ts-group .ts-item .desc {
  font-weight: 500;
  margin-bottom: 1rem;
}
.hero .trending-subjects .ts-group .ts-item .rm-btn {
  padding: 0.25rem 1.0627rem;
  border: 1px solid #0294CD;
  color: #0294CD;
  font-weight: 500;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.hero .trending-subjects .ts-group .ts-item.transparent {
  opacity: 0;
}

.intro {
  padding: 7.5rem 0rem;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
}
.intro .container {
  justify-content: center;
  display: flex;
}
.intro h3 {
  position: relative;
  margin: 0rem 5rem;
  text-align: left;
}
.intro h3:nth-of-type(1) {
  left: -60%;
}
.intro h3:nth-of-type(2) {
  right: -60%;
}
.intro h2 {
  position: relative;
  top: 8rem;
  margin-top: 4.125rem;
  text-align: center;
}
.intro h3, .intro h2 {
  -webkit-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.intro.active h3:nth-of-type(1) {
  left: 0;
}
.intro.active h3:nth-of-type(2) {
  right: 0;
}
.intro.active h2 {
  top: 0;
}
.intro .highlight_und:nth-of-type(1) .underline, .intro .highlight_und:nth-of-type(2) .underline {
  width: 107%;
}

.resilience-journals {
  background-color: #000000;
  color: #ffffff;
  padding: 10.625rem 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
}
.resilience-journals .h {
  display: flex;
}
.resilience-journals .h > div {
  display: inline-block;
}
.resilience-journals .white {
  width: 0px;
  overflow: visible;
  margin-right: 1rem;
}
.resilience-journals .white div {
  -webkit-transition: all ease-in 0.5s;
  -ms-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  opacity: 0;
  display: none;
}
.resilience-journals .subh {
  line-height: 3.375rem;
  font-size: 4.5rem;
  color: #ffffff;
  text-align: right;
  margin-top: 0.9375rem;
  /*opacity:0.7;*/
  opacity: 0;
  position: relative;
  right: -10rem;
}
.resilience-journals h3 {
  margin: 2rem 0rem;
  padding-bottom: 1.4rem;
  opacity: 0;
  -webkit-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.resilience-journals .highlight_und {
  font-weight: 700;
  font-size: 4.0625rem;
  top: 5rem;
  position: relative;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.resilience-journals .highlight_und div {
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  line-height: 4.0625rem;
  -webkit-transition: all ease-in 3s;
  -ms-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.resilience-journals .highlight_und div:nth-of-type(2) {
  top: 5rem;
}
.resilience-journals .highlight_und .underline {
  opacity: 0;
}
.resilience-journals .left-grad {
  position: absolute;
  z-index: 900;
  /*left:-0.1rem;*/
  left: 25.5%;
  width: 7.375rem;
  /*height: 100%;*/
  height: 380px;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  opacity: 0;
  transition-delay: 300ms;
  cursor: url("../img/left.svg"), auto;
}
.resilience-journals .right-grad {
  position: absolute;
  z-index: 1000;
  right: -0.1rem;
  width: 7.375rem;
  height: 100%;
  top: 0px;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0) 100%);
  opacity: 0;
  transition-delay: 300ms;
  cursor: url("../img/right.svg"), auto;
}
.resilience-journals .journals {
  display: flex;
  align-items: center;
  width: 130%;
  position: relative;
}
.resilience-journals .journals-wrapper {
  display: flex;
  width: 100%;
  margin-left: 2.25rem;
  position: relative;
  transform-origin: left;
  transform: scale(2);
  /*transform: translateX(10rem);*/
  -webkit-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
  overflow: scroll;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.resilience-journals .journals-wrapper::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.resilience-journals .journals-wrapper .item {
  background-color: gray;
  margin-right: 1rem;
  height: 15.8125rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.resilience-journals .journals-wrapper .item.transparent {
  opacity: 0;
}
.resilience-journals .journals-wrapper .item a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.resilience-journals .journals-wrapper .item .title-wrapper {
  position: absolute;
  font-size: 1.3125rem !important;
  line-height: 1.875rem !important;
  font-weight: 700;
  bottom: -6.125rem;
  opacity: 0;
  padding: 1rem;
  text-transform: uppercase;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 0.5rem;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.5, 1.275);
}
.resilience-journals .journals-wrapper .item .title-wrapper .title {
  font-family: "Poppins", sans-serif !important;
}
.resilience-journals .journals-wrapper .item .title-wrapper .d-arrow {
  width: 2rem;
  height: 2rem;
  background-color: #0294CD;
  border-radius: 4rem;
  position: relative;
  text-align: center;
  opacity: 0;
  transition-delay: 0.2s;
}
.resilience-journals .journals-wrapper .item:hover .title-wrapper {
  bottom: 0px;
}
.resilience-journals .journals-wrapper .item:hover .title-wrapper .d-arrow {
  opacity: 1;
}
.resilience-journals .journals-wrapper .item:nth-child(1) {
  margin-top: 1.6875rem;
}
.resilience-journals .journals-wrapper .item:nth-child(2) {
  margin-top: 7.375rem;
}
.resilience-journals .journals-wrapper .item:nth-child(3) {
  margin-top: 4.3125rem;
}
.resilience-journals .journals-wrapper .item:nth-child(4) {
  margin-top: 6.75rem;
}
.resilience-journals .journals-wrapper .item:last-child {
  margin-right: 6.75rem;
}
.resilience-journals.bg-white {
  background-color: #ffffff;
}
.resilience-journals.bg-white .left-grad, .resilience-journals.bg-white .right-grad {
  opacity: 0 !important;
  transition: opacity 0.2s ease-in;
}
.resilience-journals.active .journals-wrapper {
  transform: scale(1);
  transform: none;
}
.resilience-journals.active .left-grad, .resilience-journals.active .right-grad {
  opacity: 1;
}
.resilience-journals.active .highlight_und {
  top: 0;
  opacity: 1;
}
.resilience-journals.active .highlight_und div:nth-of-type(2) {
  top: 0rem;
}
.resilience-journals.active .white div {
  display: block;
}
.resilience-journals.active .white-1 {
  width: 7rem;
}
.resilience-journals.active .white-2 {
  width: 14.9rem;
}
.resilience-journals.final .white {
  min-width: fit-content;
  max-width: fit-content;
}
.resilience-journals.final .white div {
  opacity: 1;
}
.resilience-journals.final .subh {
  opacity: 0.7;
  right: 0;
}
.resilience-journals.final h3 {
  opacity: 1;
}
.resilience-journals.final .highlight_und .underline {
  opacity: 1;
}
.resilience-journals.final .item .title-wrapper {
  bottom: -3.125rem;
  opacity: 1;
}

.photo-carousel {
  height: 100vh;
  position: relative;
  background-color: #000000;
  overflow: hidden;
  background-color: transparent;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.photo-carousel img {
  position: absolute;
  height: auto;
  width: 200%;
  max-width: none;
  top: -80%;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.photo-carousel .container {
  /*height:100%;
  position:relative;*/
  display: flex;
  flex-flow: column;
  align-items: center;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  justify-content: center;
}
.photo-carousel .text-box {
  padding: 1rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  position: relative;
  opacity: 1;
  margin: calc(50vh - 3rem) 0;
}
.photo-carousel .text-box:nth-child(1) {
  margin: calc(50vh - 5rem) 0 40vh;
}
.photo-carousel .text-box:nth-child(2) {
  margin: 49vh 0 43vh;
}
.photo-carousel .text-box:nth-child(3) {
  margin: 47vh 0 53vh;
}
.photo-carousel .text-box.active {
  opacity: 1;
}
.photo-carousel .text-box .highlight_und .underline {
  height: 0.5rem;
}
.photo-carousel .text-box .highlight_und .txt {
  font-weight: 700;
}

.map *:focus, .mapita *:focus {
  outline: none !important;
}

.overlapped-sec {
  position: relative;
  color: #ffffff;
  transition: none;
  margin-top: 100vh;
}
.overlapped-sec .slide {
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0 !important;
}
.overlapped-sec .slide.bg-blue {
  top: 0px;
  overflow: hidden;
  z-index: 1000;
  position: relative;
  height: 100vh;
  transition: none;
  transition: background-color 0.2s ease-in;
}
.overlapped-sec .slide.bg-blue.active {
  background-color: #0294CD;
}
.overlapped-sec .slide.bg-blue.fixed {
  position: fixed;
  top: -100vh !important;
  z-index: 0;
}
.overlapped-sec .slide.bg-blue .indications {
  margin-top: 0.5rem;
  font-size: 1rem;
  opacity: 0;
  padding: 1rem;
  border-radius: 3rem;
  background-color: #0094cd;
}
.overlapped-sec .slide.bg-blue .mapboxgl-popup-content {
  z-index: 5000;
}
.overlapped-sec .slide.bg-blue #map-img {
  position: absolute;
  transform-origin: center center;
  bottom: -140%;
  left: 50%;
  width: 50%;
  opacity: 0.8;
  transition: bottom 0.4s ease-in;
  transform: translate(-50%, -50%);
}
.overlapped-sec .slide.bg-blue #map-img.visible {
  bottom: -100%;
}
.overlapped-sec .slide.bg-blue h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overlapped-sec .slide.bg-blue .btn {
  position: relative;
  z-index: 1;
  background-color: #0294CD;
}
.overlapped-sec .slide.bg-blue .btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.overlapped-sec .slide.bg-blue .btn img {
  transform: rotate(270deg);
}
.overlapped-sec .slide.bg-blue .content {
  justify-content: center;
  flex-flow: column;
  position: relative;
  z-index: 1000;
  pointer-events: none;
  gap: 2rem;
  color: #ffffff;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  height: calc(100vh - 10rem);
  display: flex;
  flex-wrap: nowrap;
  padding: 5vh 0rem;
}
.overlapped-sec .slide.bg-blue .content.hidden {
  opacity: 0;
}
.overlapped-sec .slide.bg-blue .content a {
  pointer-events: all;
}
.overlapped-sec .slide.bg-blue .title {
  opacity: 0;
}
.overlapped-sec .slide.bg-blue .map-wrapper {
  scale: 1;
  position: relative;
  width: 100%;
  height: 100%;
}
.overlapped-sec .slide.bg-blue .map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40%;
  bottom: 0;
  left: 0%;
  opacity: 0;
  transform-origin: center;
  z-index: -1;
  transition: top 0.3s ease-in, scale 0.3s ease-in, opacity 0s ease-in;
}
.overlapped-sec .slide.bg-blue .map canvas {
  width: 100vw !important;
  height: auto !important;
}
.overlapped-sec .slide.bg-blue .map.visible {
  top: 0%;
}
.overlapped-sec .slide.bg-blue.second-part .h {
  font-size: 3.5rem;
  line-height: 3rem;
}
.overlapped-sec .slide.bg-blue.second-part h2 {
  font-size: 1.2rem !important;
  line-height: 2rem !important;
}
.overlapped-sec .slide.bg-blue.second-part #map-img {
  left: 40%;
  scale: 0.5;
  opacity: 0;
}
.overlapped-sec .slide.bg-blue.second-part .population-n, .overlapped-sec .slide.bg-blue.second-part h2.text-center {
  opacity: 0;
  height: 0px;
  display: none;
}
.overlapped-sec .slide.bg-blue.second-part .numbers {
  margin-top: 0rem;
}
.overlapped-sec .slide.bg-blue.second-part .numbers h2 {
  font-weight: 500 !important;
}
.overlapped-sec .slide.bg-blue.second-part .map-wrapper {
  scale: 1;
}
.overlapped-sec .slide.bg-blue.second-part .map {
  top: 0%;
  left: 0%;
  opacity: 0.6;
  z-index: 1;
}
.overlapped-sec .slide.bg-blue.second-part .map.f-opacity {
  opacity: 1;
}
.overlapped-sec .slide.bg-blue.second-part .mapboxgl-canvas-container {
  position: relative;
  height: 100%;
}
.overlapped-sec .slide.bg-blue.second-part .indications {
  opacity: 0.8;
}
.overlapped-sec .slide.bg-blue.third-part .title {
  opacity: 1;
  z-index: 5000;
  position: relative;
}
.overlapped-sec .slide.bg-blue.third-part .content {
  top: 0;
}
.overlapped-sec .slide.bg-blue.third-part .map {
  opacity: 0.4;
}
.overlapped-sec .slide .text {
  gap: 1rem;
  display: flex;
  flex-flow: wrap;
}
.overlapped-sec .slide .text h2, .overlapped-sec .slide .text h5 {
  margin-bottom: 0px;
}
.overlapped-sec .slide.bg-red {
  top: calc(100vh - 10.75rem);
  top: 5rem !important;
  z-index: 2000;
  margin-top: 100vh;
}
.overlapped-sec .slide.bg-red .btn {
  color: #ffffff;
}
.overlapped-sec .slide.bg-red .btn:hover {
  background-color: #000000;
}
.overlapped-sec .slide.bg-red .main-img {
  position: relative;
  bottom: -0.2rem;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.5, 1.275);
  height: 60vh;
  width: auto;
}
.overlapped-sec .slide.bg-red .container {
  height: calc(100% - 170px);
  position: relative;
}
.overlapped-sec .slide.bg-red .content {
  justify-content: space-around;
  bottom: 0px;
}
.overlapped-sec .slide.bg-green {
  top: calc(100vh - 5.375rem);
  top: 10rem !important;
  z-index: 3000;
}
.overlapped-sec .slide.bg-green .btn {
  color: #ffffff;
}
.overlapped-sec .slide.bg-green .btn:hover {
  background-color: #000000;
}
.overlapped-sec .slide.bg-green .main-img {
  /*transform: rotate(7deg);
  transition-delay:0.25s;
  transition-timing-function: cubic-bezier(0.375, 1.885, 0.5, 2.275);*/
  height: 60vh;
  width: auto;
}
.overlapped-sec .slide.bg-green .container {
  position: relative;
}
.overlapped-sec .slide.bg-green .content {
  margin-top: 0rem;
  justify-content: space-around;
  bottom: 0;
}
.overlapped-sec .slide.bg-yellow {
  top: 100vh;
  top: 15rem !important;
  z-index: 4000;
  overflow: hidden;
}
.overlapped-sec .slide.bg-yellow > img {
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.overlapped-sec .slide.bg-yellow .content {
  margin-top: 3.4375rem;
}
.overlapped-sec .slide.bg-yellow .title {
  color: #000000;
}
.overlapped-sec .slide.bg-yellow .c-arrow img {
  filter: invert(1);
}
.overlapped-sec .slide.bg-yellow.active {
  padding-bottom: 25.5rem;
  bottom: -3rem;
}
.overlapped-sec .slide.bg-yellow.active > img {
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.overlapped-sec .slide.bg-yellow .btn {
  color: #000000;
}
.overlapped-sec .slide.bg-yellow .btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.overlapped-sec .slide.bg-yellow .text {
  margin-bottom: 28rem;
}
.overlapped-sec .slide.bg-transparent {
  height: 50vh;
}
.overlapped-sec .slide .content {
  display: flex;
  color: #000000;
  align-items: center;
  gap: 4rem;
}
.overlapped-sec .population-n {
  text-align: center;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 6.25rem;
  position: relative;
  z-index: 1;
}
.overlapped-sec .numbers {
  display: flex;
  color: #000000;
  gap: 4rem;
  justify-content: center;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.overlapped-sec .title {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  padding: 1rem 0rem;
  font-family: "Poppins", sans-serif !important;
}
.overlapped-sec .title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.overlapped-sec .c-arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4rem;
  border: 2px solid;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlapped-sec .c-arrow img {
  width: 60%;
  transform: rotate(180deg);
}

.programs {
  padding: 3.125rem 0rem;
  background-color: #ffffff;
  z-index: 1;
}
.programs .pills-wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.programs #completed-programs {
  justify-content: left;
  display: flex;
  opacity: 0.4;
  gap: 0.5rem;
  cursor: pointer;
}
.programs #completed-programs img {
  filter: invert(1);
}
.programs .completed-programs {
  display: flex;
  position: relative;
  top: 1rem;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  justify-content: left;
}
.programs .completed-programs .pill {
  opacity: 0.7;
}
.programs .completed-programs.active {
  top: 0;
  opacity: 1;
  max-height: 500px;
}
.programs .pill {
  padding: 0.5rem 1rem;
  border-radius: 10rem;
  border: 2px solid;
}
.programs .pill.green {
  color: #000000;
  border: 2px solid #00CE7C;
}
.programs .pill.green:hover {
  background-color: #00CE7C;
  color: #ffffff;
}
.programs .pill.red {
  color: #000000;
  border: 2px solid #FF5C39;
}
.programs .pill.red:hover {
  background-color: #FF5C39;
  color: #ffffff;
}
.programs .pill.yellow {
  color: #000000;
  border: 2px solid #F4DA40;
}
.programs .pill.yellow:hover {
  background-color: #F4DA40;
}
.programs .pill.blue {
  color: #000000;
  border: 2px solid #0294CD;
}
.programs .pill.blue:hover {
  background-color: #0294CD;
  color: #ffffff;
}

.resource-center {
  background-color: #EFEFEF;
  padding: 6.25rem 0rem;
  position: relative;
}
.resource-center .wrapper {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 2rem;
  left: 0;
}
.resource-center .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 120s linear infinite;
  font-size: 6rem;
  line-height: 6rem;
  color: white;
  font-weight: bold;
}
.resource-center .marquee p {
  display: inline-block;
  font-size: 7rem !important;
  line-height: 7rem !important;
  color: white !important;
  font-weight: bold !important;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
.resource-center .resources {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  gap: 1rem;
}
.resource-center .resources .item {
  height: 21.875rem;
  border-radius: 1rem;
  background-color: #e0e0e0;
  color: #ffffff;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.resource-center .resources .item .text, .resource-center .resources .item .text-expand {
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  padding: 1rem;
  bottom: 0rem;
  width: 100%;
}
.resource-center .resources .item .text-expand {
  opacity: 0;
  bottom: -1rem;
}
.resource-center .resources .item .desc, .resource-center .resources .item h3 {
  opacity: 1;
  -webkit-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.resource-center .resources .item h3 {
  font-size: 1.25rem !important;
  line-height: 1.475rem !important;
  font-weight: 600 !important;
}
.resource-center .resources .item .desc {
  line-height: 1.25rem;
}
.resource-center .resources .item.mid-active {
  width: 260%;
}
.resource-center .resources .item.mid-active .text {
  opacity: 0;
}
.resource-center .resources .item.active .text-expand {
  opacity: 1;
  bottom: 0;
}
.resource-center .resources .item.active .text {
  opacity: 0;
}
.resource-center .resources .item.active .desc, .resource-center .resources .item.active h3 {
  opacity: 1;
}
.resource-center .resources .item.inactive .text-expand, .resource-center .resources .item.inactive .text, .resource-center .resources .item.inactive .desc, .resource-center .resources .item.inactive h3 {
  opacity: 0;
}
.resource-center .resources .item:nth-of-type(1) a {
  cursor: url("../img/learn.svg"), auto;
}
.resource-center .resources .item:nth-of-type(2) a {
  cursor: url("../img/learn.svg"), auto;
}
.resource-center .resources .item:nth-of-type(3) a {
  cursor: url("../img/view.svg"), auto;
}
.resource-center .resources .item:nth-of-type(4) a {
  cursor: url("../img/learn.svg"), auto;
}
.resource-center .resources .item:nth-of-type(5) a {
  cursor: url("../img/listen.svg"), auto;
}
.resource-center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.resource-center .overlapped-sec .slide .text {
  gap: 0.25rem;
}

.bg-transparent {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3) !important;
  position: absolute;
  top: 0px;
  left: 0px;
}

.circular-banners {
  background-color: #000000;
  padding: 6.25rem;
  cursor: url("../img/back.svg"), auto;
  pointer-events: all;
}
.circular-banners .wrapper {
  display: flex;
}
.circular-banners .wrapper a {
  display: flex;
  width: 100%;
}
.circular-banners .wrapper .item {
  background-color: #2f2f2f;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-shadow: 5px 5px 20px black;
}
.circular-banners .wrapper .item video {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
  max-width: none;
  pointer-events: none;
}
.circular-banners .wrapper .item h3, .circular-banners .wrapper .item h2 {
  position: relative;
}
.circular-banners .wrapper a:nth-of-type(1) .item video {
  left: 0;
}
.circular-banners .wrapper a:nth-of-type(2) .item video {
  left: -100%;
}
.circular-banners .wrapper a:nth-of-type(3) .item video {
  right: 0;
}

.container {
  padding: 0;
}

.mobile {
  display: none !important;
}

footer {
  background-color: #ffffff !important;
}

@media (max-width: 700px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: initial !important;
  }
  .hero .anim-logo {
    flex-flow: wrap;
    gap: 1rem;
    flex-direction: column;
  }
  .intro .container {
    text-align: left;
  }
  .hero .trending-subjects {
    padding: 1rem;
  }
  .hero .trending-subjects .ts-group {
    width: 100%;
  }
  .hero .trending-subjects .ts-group .ts-item.transparent {
    display: none;
  }
  .intro h3 {
    margin: 0rem 2rem;
    text-align: left;
  }
  .intro h2 {
    padding: 0rem 2rem;
    margin-top: 2.5rem !important;
  }
  .homepagebody .intro h3, .homepagebody .intro h2 {
    font-size: 1.8rem !important;
    line-height: 2.5rem !important;
    text-align: left;
  }
  .highlight_und .underline {
    width: 55%;
  }
  .resilience-journals {
    padding: 2rem 2rem 3rem 2rem;
  }
  .resilience-journals .left-grad {
    left: -2rem;
    bottom: 0px;
    height: 350px;
  }
  .resilience-journals .right-grad {
    right: -2rem;
  }
  .resilience-journals .h, .resilience-journals .subh, .resilience-journals h3 {
    position: relative;
    z-index: 3000;
  }
  .resilience-journals .journals {
    flex-flow: wrap;
  }
  .resilience-journals .journals-wrapper {
    margin-left: 0rem;
  }
  .resilience-journals .journals-wrapper .item:nth-child(1), .resilience-journals .journals-wrapper .item:nth-child(2), .resilience-journals .journals-wrapper .item:nth-child(3), .resilience-journals .journals-wrapper .item:nth-child(4) {
    margin-top: 0rem;
  }
  .circular-banners {
    padding: 2rem;
  }
  .circular-banners .wrapper {
    flex-wrap: wrap;
  }
  .circular-banners .wrapper .item {
    height: 19.4379rem;
    width: 19.4379rem;
  }
  .resource-center {
    padding: 2rem;
  }
  .resource-center .resources {
    flex-direction: column;
  }
  .resource-center .resources .item {
    height: 20rem;
  }
  .resource-center .resources .item:hover {
    width: 100%;
  }
  .homepagebody h1 {
    font-size: 1.875rem !important;
    line-height: 2rem !important;
  }
  .overlapped-sec.mobile {
    display: block !important;
    height: auto;
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
    margin-top: 100vh;
  }
  .overlapped-sec.mobile .map-mob {
    position: relative;
    top: unset;
    bottom: unset;
    min-height: 420px;
    width: 100%;
    scale: 1;
  }
  .overlapped-sec.mobile .c-arrow {
    flex: none;
  }
  .overlapped-sec.mobile .slide {
    position: relative;
    top: unset !important;
    overflow: hidden;
    margin-top: unset !important;
  }
  .overlapped-sec.mobile .slide .content {
    position: relative;
    margin-top: 0rem;
    transition-delay: 0s;
    max-height: 0;
    padding: 0 1rem;
    opacity: 0;
    overflow: visible;
    flex-direction: column;
    height: auto;
  }
  .overlapped-sec.mobile .slide.bg-blue {
    height: auto;
  }
  .overlapped-sec.mobile .slide.bg-blue .btn {
    margin-bottom: 4.5rem;
    margin-top: 1rem;
  }
  .overlapped-sec.mobile .slide.bg-blue:not(.active) .title {
    opacity: 1;
  }
  .overlapped-sec.mobile .slide.bg-blue.active {
    padding: 0rem 0rem;
  }
  .overlapped-sec.mobile .slide.bg-blue .content {
    gap: 0.5rem;
    max-height: unset;
    height: fit-content;
  }
  .overlapped-sec.mobile .slide.active .content {
    opacity: 1;
    margin-top: 0rem;
    padding: 1rem;
    top: 0;
    max-height: fit-content;
  }
  .overlapped-sec.mobile .slide.bg-red .content, .overlapped-sec.mobile .slide.bg-green .content, .overlapped-sec.mobile .slide.bg-yellow .content {
    padding-bottom: 0rem;
    gap: 0;
    flex-direction: column-reverse;
  }
  .overlapped-sec.mobile .slide.bg-red .content img, .overlapped-sec.mobile .slide.bg-green .content img, .overlapped-sec.mobile .slide.bg-yellow .content img {
    height: auto;
  }
  .overlapped-sec.mobile .slide.bg-yellow .content .btn {
    margin-bottom: 10rem;
  }
  .overlapped-sec.mobile .slide.bg-yellow .content img {
    position: absolute;
  }
  .overlapped-sec.mobile .slide.bg-yellow .content .text {
    margin-bottom: 2rem;
  }
  .overlapped-sec .slide.bg-yellow.active {
    bottom: unset;
    padding-bottom: 0px;
  }
  .overlapped-sec .slide.bg-yellow.active .content {
    margin-top: 0rem;
  }
  .overlapped-sec .population-n, .h, .resilience-journals .highlight_und {
    font-size: 3rem !important;
    line-height: 3.375rem !important;
  }
  .overlapped-sec .numbers {
    gap: 4rem;
    margin-top: 5.375rem;
    gap: 1rem;
    margin-bottom: 0%;
    margin-top: 0rem;
  }
  .overlapped-sec .slide.bg-blue .map {
    scale: 1;
    position: relative;
    opacity: 1;
    overflow: visible;
    height: 100%;
  }
  .overlapped-sec .slide.bg-blue .map .mapboxgl-canvas-container {
    min-height: 500px;
  }
  .homepagebody h2 {
    font-size: 1.375rem !important;
    line-height: 1.5375rem !important;
  }
  .overlapped-sec .map img {
    width: 70%;
  }
  .overlapped-sec .map .map {
    bottom: unset;
    top: unset;
  }
  .overlapped-sec .title {
    padding: 1rem;
  }
  .overlapped-sec .slide.bg-red .content, .overlapped-sec .slide.bg-green .content, .overlapped-sec .slide.bg-yellow .content {
    flex-direction: column;
  }
  .programs {
    padding: 2rem;
  }
  .programs .pill {
    text-align: left;
  }
  .map-mob {
    top: 10%;
    position: absolute;
  }
  .map-mob img {
    width: 100%;
  }
  .overlapped-sec .slide.bg-red .content h5 {
    font-size: 1rem;
  }
  .resilience-journals .h {
    flex-direction: column;
  }
  .resilience-journals .h div {
    display: flex;
  }
  .resilience-journals.final h3 {
    font-size: 1.125rem !important;
    line-height: 1.9375rem !important;
    margin-bottom: 0px;
  }
  .resilience-journals.final .subh {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    text-align: left;
  }
  .resilience-journals.final .highlight_und .underline {
    width: 100%;
  }
  .overlapped-sec .slide .btn {
    margin-bottom: 1rem;
  }
  .overlapped-sec .c-arrow {
    width: 2rem;
    height: 2rem;
  }
  .overlapped-sec {
    margin-top: 0px;
  }
  .photo-carousel {
    height: auto;
    overflow-x: scroll;
    padding: 5rem 0rem;
  }
  .photo-carousel .container {
    flex-flow: wrap;
    position: relative;
    left: unset;
    height: 100%;
  }
  .photo-carousel .text-box:nth-child(2) {
    margin: 4rem 0rem !important;
  }
  .photo-carousel .text-box, .photo-carousel .text-box {
    margin: auto 5% !important;
    /*margin-left: 12.5%; */
  }
  .photo-carousel img {
    top: 0;
    height: 100%;
    width: 265%;
    object-fit: cover;
    position: fixed;
    z-index: -1;
  }
  .intro {
    padding: 2rem 0rem;
  }
  .programs .pills-wrapper {
    line-height: 1.2rem;
    text-align: center;
  }
  .programs .completed-programs.active {
    max-height: 100%;
  }
  .programs #completed-programs {
    margin-top: 2rem;
  }
  .circular-banners .wrapper a {
    justify-content: center;
  }
  .circular-banners .wrapper .item video {
    width: 100%;
    height: 300%;
    left: unset;
  }
  .circular-banners .wrapper a:nth-of-type(1) .item video {
    top: 0%;
    left: unset;
  }
  .circular-banners .wrapper a:nth-of-type(2) .item video {
    top: -100%;
    left: unset;
  }
  .circular-banners .wrapper a:nth-of-type(3) .item video {
    top: -200%;
    left: unset;
  }
  .resilience-journals .highlight_und div {
    margin-bottom: 0rem;
    line-height: 4rem;
  }
  .resilience-journals.active .highlight_und {
    margin-bottom: 1.5rem;
  }
  .highlight_und .underline {
    height: 0.8rem;
    bottom: 0.6rem;
  }
  .intro .highlight_und .underline {
    height: 0.6rem;
    bottom: 0.2rem;
    width: 105%;
  }
  .resilience-journals .journals-wrapper .item {
    width: 75%;
    margin-right: 1.5rem;
  }
  .photo-carousel .text-box .highlight_und .underline {
    height: 0.5rem;
    width: 100%;
    bottom: 0.2rem;
  }
  .resource-center .resources .item.mid-active {
    width: 100%;
  }
  .test-photo .wrapper {
    width: 700vw;
  }
  .test-photo .item {
    width: 130vw;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1080px;
  }
}
/*

@media (min-width: 1200px) and (max-width: 1400px) and (min-height: 643px) and (max-height: 700px){
	.overlapped-sec .slide.bg-red .content, .overlapped-sec .slide.bg-green .content{
		bottom: -2rem;
	}

	.overlapped-sec .slide.bg-blue .content{
	    height: calc(100vh - 14rem);
    	gap: 2rem;
    	top: -12vh;
	}

	.overlapped-sec .slide.bg-blue .map {
		height: 71%;
	}

	.overlapped-sec .slide.bg-blue.second-part .h {
    	font-size: 2.5rem;
    	line-height: 1.5rem;
	}
}

*/
@media (min-width: 980px) and (max-width: 1199px) {
  .overlapped-sec .population-n {
    font-size: 4.25rem;
  }
  .homepagebody h1 {
    font-size: 2rem !important;
  }
  .overlapped-sec .slide.bg-red .content {
    bottom: 2rem;
  }
  .overlapped-sec .slide.bg-green .content {
    bottom: 2rem;
  }
  .overlapped-sec .numbers h2 {
    font-size: 1.475rem !important;
    line-height: 2.075rem !important;
  }
  .circular-banners .wrapper .item {
    height: 100%;
  }
  .overlapped-sec .slide.bg-blue .content {
    gap: 2rem;
    height: calc(100vh - 14rem);
  }
  .overlapped-sec .slide.bg-blue.second-part .map {
    top: -8%;
  }
}
@media (min-height: 550px) and (max-height: 600px) and (min-width: 1080px) {
  html, body {
    font-size: 14px !important;
  }
  .overlapped-sec .slide.bg-blue .content {
    top: -15vh;
    height: calc(100vh - 14rem);
  }
  .overlapped-sec .slide.bg-red .main-img {
    width: 30%;
  }
  .overlapped-sec .slide.bg-green .main-img {
    width: 25%;
  }
  .overlapped-sec .slide.bg-yellow .content {
    margin-top: 2rem;
  }
  .hero .trending-subjects .ts-group .ts-item {
    min-height: 16rem;
  }
  .overlapped-sec .slide.bg-blue .content {
    top: -4rem;
    height: calc(100vh - 15rem);
    justify-content: center;
  }
  .overlapped-sec .slide.bg-red {
    top: calc(100vh - 15rem);
  }
  .overlapped-sec .slide.bg-green {
    top: calc(100vh - 10rem);
  }
  .overlapped-sec .slide.bg-yellow {
    top: 88vh;
  }
  /*.overlapped-sec .population-n {
      line-height: 1rem;
  }*/
  .circular-banners .wrapper .item {
    height: 100%;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) and (min-height: 700px) {
  body, html {
    font-size: 14px !important;
  }
  .resilience-journals .highlight_und {
    font-size: 3.5rem;
  }
  .resilience-journals .highlight_und div {
    margin-bottom: 0rem;
  }
  .resilience-journals .highlight_und .underline {
    bottom: 0.3rem;
  }
  .circular-banners .wrapper .item {
    height: 100%;
  }
  .hero .trending-subjects .ts-group .ts-item {
    min-height: 215px;
  }
  .overlapped-sec .slide.bg-red .main-img {
    bottom: -5.5rem;
    width: 50%;
  }
  .overlapped-sec .slide.bg-red .content {
    bottom: 3rem;
  }
  .overlapped-sec .slide.bg-green .content {
    bottom: 7rem;
  }
  .overlapped-sec .slide.bg-green .main-img {
    bottom: -4rem;
    position: relative;
  }
}
@media (min-width: 1900px) {
  .overlapped-sec .slide.bg-blue.second-part .h {
    font-size: 4.5rem;
    line-height: 5rem;
    margin-top: 1rem;
  }
  .overlapped-sec .slide.bg-blue.second-part h2 {
    font-size: 1.8rem !important;
    line-height: 2rem !important;
  }
  .overlapped-sec .slide.bg-blue .map {
    height: 80%;
  }
  .overlapped-sec .slide.bg-blue .content {
    height: calc(100vh - 14rem);
  }
}
@media (min-width: 577px) and (max-width: 1000px) {
  .resilience-journals .desktop {
    display: none !important;
  }
  .resilience-journals .h.mobile {
    flex-direction: row;
    display: flex !important;
  }
  .resilience-journals .white {
    margin-right: 0;
  }
  .resilience-journals.active .white-2 {
    width: auto;
    margin-right: 1rem;
  }
  .resilience-journals.active .white-1 {
    width: auto;
    margin-right: 1rem;
  }
  .resilience-journals .highlight_und {
    font-size: 2.5rem;
  }
  .resilience-journals .highlight_und .underline {
    height: 0.7rem;
    bottom: 0.7rem;
  }
  .photo-carousel img {
    width: 250%;
  }
  html, body {
    font-size: 14px !important;
  }
  .container {
    min-width: 580px;
    max-width: 650px;
  }
  .hero .anim-logo {
    flex-direction: column;
    gap: 2rem;
  }
  .intro h3 {
    position: relative;
    margin: 0rem;
    text-align: left;
  }
  .resilience-journals {
    padding: 2rem 2rem 3rem 2rem;
  }
  .resilience-journals .h, .resilience-journals .subh, .resilience-journals h3 {
    position: relative;
    z-index: 3000;
  }
  .resilience-journals .journals {
    flex-flow: wrap;
    width: 100%;
  }
  .resilience-journals .journals-wrapper {
    margin-left: 0rem;
    margin: 2rem 0rem;
  }
  .resilience-journals .journals-wrapper .item:nth-child(1), .resilience-journals .journals-wrapper .item:nth-child(2), .resilience-journals .journals-wrapper .item:nth-child(3), .resilience-journals .journals-wrapper .item:nth-child(4) {
    margin-top: 0rem;
  }
  .resilience-journals .h {
    flex-direction: column;
  }
  .resilience-journals .h div {
    display: flex;
  }
  .resilience-journals.final h3 {
    font-size: 1.125rem !important;
    line-height: 1.9375rem !important;
    margin-bottom: 0px;
  }
  .resilience-journals.final .subh {
    font-size: 1.875rem;
    line-height: 1.9375rem;
    text-align: left;
  }
  .resilience-journals.final .highlight_und .underline {
    width: 100%;
  }
  .resilience-journals .right-grad {
    right: 0rem;
  }
  .resilience-journals .left-grad {
    left: -1rem;
    bottom: 0px;
    height: 350px;
  }
  .resilience-journals .highlight_und div {
    margin-bottom: 0rem;
    line-height: 4rem;
  }
  .resilience-journals.active .highlight_und {
    margin-bottom: 1.5rem;
  }
  .resilience-journals .journals-wrapper .item {
    width: 100%;
    height: 300px;
    margin-right: 1.5rem;
  }
  .overlapped-sec .slide .content {
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: flex-end;
  }
  .overlapped-sec .slide.bg-blue .content {
    align-items: center;
  }
  .overlapped-sec .slide.bg-yellow > img {
    bottom: 2rem;
  }
  .overlapped-sec .slide.bg-red .main-img {
    bottom: -2rem;
  }
  .overlapped-sec .slide.bg-green .main-img {
    position: relative;
    bottom: -2rem;
  }
}
/*
@media (min-width: 768px) and (max-width: 992px){
	html,body{
		font-size: 14px !important;
	}

	.overlapped-sec .slide .content{
		flex-direction: column-reverse;
		gap: 1rem;
		align-items: flex-end;
		position: relative;
	}

	.overlapped-sec .slide.bg-red .content, .overlapped-sec .slide.bg-green .content {
		position: relative;
	}

	.overlapped-sec .slide.bg-blue .content{
		align-items: center;
	}	
}
*/
@media (min-width: 993px) and (max-width: 1200px) {
  html, body {
    font-size: 14px !important;
  }
  .overlapped-sec .slide.bg-blue.second-part .content {
    justify-content: center;
    position: relative;
    top: 0;
  }
  .overlapped-sec .slide.bg-green .content {
    bottom: 0;
    gap: 0;
  }
  .overlapped-sec .slide.bg-green .content, .overlapped-sec .slide.bg-red .content {
    z-index: -1;
  }
  .overlapped-sec .slide.bg-green .main-img {
    position: relative;
    bottom: -2rem;
  }
  .overlapped-sec .slide.bg-red .main-img {
    position: relative;
    bottom: -7rem;
  }
  .overlapped-sec .slide.bg-blue.second-part .map {
    top: 0;
  }
  .overlapped-sec .slide.bg-blue.second-part .content {
    top: -4rem;
  }
}

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