@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Rajdhani", sans-serif;
}
*::before, *::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

body {
  background: #e9e0d8;
  margin: 0px;
  padding: 0px;
}

.eco-system-container {
  width: 1184px;
  max-width: 100vw;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  background: linear-gradient(144.43deg, #b16323 -12.79%, rgb(26, 21, 17) 32.45%, #34251c 133.41%);
  border-radius: 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  padding: 0rem 1rem;
  min-height: 600px;
  margin: 1rem auto;
}
.eco-system-container .circle-container {
  position: relative;
  width: 100%;
  height: 50vh;
  max-height: 600px;
}
.eco-system-container .circle-container .circle {
  position: absolute;
  width: 15vw;
  height: 15vw;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background-color: radial-gradient(50% 50% at 50% 50%, #ffe0ce 0%, #ffe1cd 100%);
  color: white;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.eco-system-container .circle-container .center-circle {
  width: 25vw;
  height: 25vw;
  max-width: 350px;
  max-height: 350px;
  background: radial-gradient(50% 50% at 50% 50%, #ffe0ce 0%, #ffe1cd 100%);
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  opacity: 1;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.eco-system-container .circle-container .center-circle img {
  width: 70%;
}
.eco-system-container .circle-container .center-circle h3 {
  font-size: 2rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
  width: 70%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.eco-system-container .circle-container .sub-circle {
  background-color: #faeee3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.eco-system-container .circle-container .sub-circle:hover {
  transform: scale(1.4) rotateZ(5deg);
  background: #0e0e0e;
  box-shadow: 0 20px 40px rgba(255, 115, 0, 0.402);
  z-index: 10;
}
.eco-system-container .circle-container .sub-circle:hover .links span {
  color: white;
}
.eco-system-container .circle-container .sub-circle img {
  width: 60%;
}
.eco-system-container .circle-container .links {
  font-size: 12px;
  margin-top: 5px;
  width: 70%;
}
.eco-system-container .circle-container .links span {
  font-size: 14px;
  line-height: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
  text-align: center;
  text-wrap: balance;
  letter-spacing: -0.5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.buttonGroup {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.dhnNewsLetterPodcast {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: linear-gradient(144.43deg, #fee3d2 -24.79%, #ffffff 32.45%, #fadac5 120.41%);
  min-height: 40vh;
  width: 100%;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastImg {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastImg img.mic {
  position: absolute;
  top: -10%;
  left: 0;
  width: 30%;
  height: 60%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastImg img.podcast-logo {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 5rem;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 0rem 2rem;
  gap: 1rem;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent h2 {
  font-size: 3rem;
  line-height: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent h2 i {
  font-style: normal;
  color: #f25c05;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 70%;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #27211c;
  width: 90%;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f25c05;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button:hover {
  background: #2b2b2b;
  color: white;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button:active {
  background: #f25c05;
  color: white;
  transform: translateY(2px);
}
.dhnNewsLetterPodcast .dhnNewsLetterPodcastContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.dhnInnovationChallenge {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: black;
  background-size: cover;
  min-height: 40vh;
  width: 100%;
}
.dhnInnovationChallenge .dhnInnovationImg {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.dhnInnovationChallenge .dhnInnovationImg img.trophy {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 40%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dhnInnovationChallenge .dhnInnovationImg img.innovation-logo {
  width: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 12%;
  margin-bottom: auto;
}
.dhnInnovationChallenge .dhnInnovationContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 4rem 2rem;
  gap: 1rem;
  color: white;
}
.dhnInnovationChallenge .dhnInnovationContent h2 {
  font-size: 4rem;
  line-height: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.dhnInnovationChallenge .dhnInnovationContent h2 i {
  font-style: normal;
  color: #5cc4ff;
}
.dhnInnovationChallenge .dhnInnovationContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.dhnInnovationChallenge .dhnInnovationContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  width: 90%;
}
.dhnInnovationChallenge .dhnInnovationContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #03a3ff;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dhnInnovationChallenge .dhnInnovationContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.dhnInnovationChallenge .dhnInnovationContent button:hover {
  background: #191e3b;
  color: white;
}
.dhnInnovationChallenge .dhnInnovationContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.dhnInnovationChallenge .dhnInnovationContent button:active {
  background: #3c9fd8;
  color: white;
  transform: translateY(2px);
}
.dhnInnovationChallenge .dhnInnovationContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.digitalHealthPlace {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: url(/assets/images/dhp-bg.jpg) center center;
  background-size: cover;
  min-height: 40vh;
  width: 100%;
}
.digitalHealthPlace .digitalHealthPlaceImg {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-left: 5%;
  padding: 3rem 0px;
  gap: 1rem;
}
.digitalHealthPlace .digitalHealthPlaceImg img.dhp-frame {
  width: 100%;
  height: auto;
  border: 1%;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.digitalHealthPlace .digitalHealthPlaceImg img.dhp-logo {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: auto;
}
.digitalHealthPlace .digitalHealthPlaceContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 4rem 2rem;
  gap: 1rem;
  color: white;
}
.digitalHealthPlace .digitalHealthPlaceContent h2 {
  font-size: 4.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.digitalHealthPlace .digitalHealthPlaceContent h2 i {
  font-style: normal;
  color: #ffffff;
}
.digitalHealthPlace .digitalHealthPlaceContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.digitalHealthPlace .digitalHealthPlaceContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  width: 90%;
}
.digitalHealthPlace .digitalHealthPlaceContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #001463;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digitalHealthPlace .digitalHealthPlaceContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.digitalHealthPlace .digitalHealthPlaceContent button:hover {
  background: #191e3b;
  color: white;
}
.digitalHealthPlace .digitalHealthPlaceContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.digitalHealthPlace .digitalHealthPlaceContent button:active {
  background: #3c9fd8;
  color: white;
  transform: translateY(2px);
}
.digitalHealthPlace .digitalHealthPlaceContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.dhnForum {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: linear-gradient(144.43deg, #e8e1d9 -24.79%, #fff7f2 32.45%, #cfc0ae 120.41%);
  background-size: cover;
  min-height: 45vh;
  width: 100%;
  overflow: hidden;
}
.dhnForum .dhnForumImg {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 3rem 0px;
  overflow: hidden;
}
.dhnForum .dhnForumImg #background-video {
  position: absolute;
  top: 0px;
  left: -15%;
  width: 140%;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.dhnForum .dhnForumImg img.dhp-frame {
  width: 100%;
  height: auto;
  border: 1%;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.dhnForum .dhnForumImg img.dhnForum-logo {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  margin-left: 10%;
}
.dhnForum .dhnForumContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 4rem 2rem;
  gap: 1rem;
  color: #34251c;
}
.dhnForum .dhnForumContent h2 {
  font-size: 4.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #34251c;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.dhnForum .dhnForumContent h2 i {
  font-style: normal;
  color: #34251c;
}
.dhnForum .dhnForumContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #34251c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.dhnForum .dhnForumContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #34251c;
  width: 90%;
}
.dhnForum .dhnForumContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f25c05;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dhnForum .dhnForumContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.dhnForum .dhnForumContent button:hover {
  background: #3b2d19;
  color: white;
}
.dhnForum .dhnForumContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.dhnForum .dhnForumContent button:active {
  background: #f25c05;
  color: white;
  transform: translateY(2px);
}
.dhnForum .dhnForumContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.dhnMobileApp {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: linear-gradient(144.43deg, #fee3d2 0%, #fff7f2 50%, #fef5ea 120.41%);
  background: #f25c05;
  background-size: cover;
  min-height: 45vh;
  width: 100%;
  overflow: hidden;
}
.dhnMobileApp .dhnMobileAppImg {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 3rem 0px;
  overflow: hidden;
}
.dhnMobileApp .dhnMobileAppImg #background-video {
  position: absolute;
  top: 0px;
  left: -15%;
  width: 140%;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.dhnMobileApp .dhnMobileAppImg img.dhnMobileAppInHand {
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0px;
  position: absolute;
  left: 0px;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.dhnMobileApp .dhnMobileAppImg img.dhnMobileApp-logo {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  margin-left: 10%;
}
.dhnMobileApp .dhnMobileAppContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 4rem 2rem;
  gap: 1rem;
  color: #ffffff;
}
.dhnMobileApp .dhnMobileAppContent h2 {
  font-size: 6rem;
  line-height: 4.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.dhnMobileApp .dhnMobileAppContent h2 i {
  font-style: normal;
  color: #34251c;
}
.dhnMobileApp .dhnMobileAppContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #34251c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.dhnMobileApp .dhnMobileAppContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  width: 90%;
}
.dhnMobileApp .dhnMobileAppContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f25c05;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dhnMobileApp .dhnMobileAppContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.dhnMobileApp .dhnMobileAppContent button:hover {
  background: #3b2d19;
  color: white;
}
.dhnMobileApp .dhnMobileAppContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.dhnMobileApp .dhnMobileAppContent button:active {
  background: #f25c05;
  color: white;
  transform: translateY(2px);
}
.dhnMobileApp .dhnMobileAppContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.dhnInsights {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 0rem 0rem;
  gap: 1rem;
  background: white;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  background: linear-gradient(144.43deg, #fee3d2 0%, #fff7f2 50%, #fef5ea 120.41%);
  background-size: cover;
  min-height: 45vh;
  width: 100%;
  overflow: hidden;
}
.dhnInsights .dhnInsightsImg {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding: 3rem 0px;
  overflow: hidden;
}
.dhnInsights .dhnInsightsImg #background-video {
  position: absolute;
  top: 0px;
  left: -15%;
  width: 140%;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.dhnInsights .dhnInsightsImg img.dhnMobileAppInHand {
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  bottom: 0px;
  position: absolute;
  left: 0px;
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
}
.dhnInsights .dhnInsightsImg img.dhnInsights-logo {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  margin-left: 10%;
}
.dhnInsights .dhnInsightsContent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 4rem 2rem;
  gap: 1rem;
  color: #34251c;
}
.dhnInsights .dhnInsightsContent h2 {
  font-size: 6rem;
  line-height: 4.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #34251c;
  width: 80%;
  text-align: left;
  max-width: 80%;
}
.dhnInsights .dhnInsightsContent h2 i {
  font-style: normal;
  color: #f25c05;
}
.dhnInsights .dhnInsightsContent .subTitle {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #34251c;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 80%;
}
.dhnInsights .dhnInsightsContent p {
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #34251c;
  width: 90%;
}
.dhnInsights .dhnInsightsContent button {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #f25c05;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dhnInsights .dhnInsightsContent button img {
  width: 0px;
  height: 0px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.dhnInsights .dhnInsightsContent button:hover {
  background: #3b2d19;
  color: white;
}
.dhnInsights .dhnInsightsContent button:hover img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}
.dhnInsights .dhnInsightsContent button:active {
  background: #f25c05;
  color: white;
  transform: translateY(2px);
}
.dhnInsights .dhnInsightsContent button:active img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1184px;
  margin: auto;
  gap: 1rem;
}

.ecoSystemHero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 720px;
  margin: 1rem 0px;
  width: 100%;
  height: 50vh;
  background: linear-gradient(144.43deg, #b16323 -12.79%, rgb(26, 21, 17) 32.45%, #34251c 133.41%);
  border-radius: 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
  display: none;
}
.ecoSystemHero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.ecoSystemIntro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 2rem 4rem;
  background: linear-gradient(144.43deg, #fadac5 -24.79%, #e0e0e0 32.45%, #fadac5 110.41%);
  border-radius: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12);
  min-height: 40vh;
}
.ecoSystemIntro h1 {
  font-size: 4rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #27211c;
  width: 50%;
  text-align: right;
  max-width: 50%;
}
.ecoSystemIntro h1 i {
  font-style: normal;
  color: #f25c05;
}
.ecoSystemIntro span {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #27211c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.hero-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  margin: auto;
  max-width: 100%;
  padding: 1rem;
  background: linear-gradient(144.43deg, #fcaa67 -12.79%, #e0e0e0 32.45%, #f9e7db 133.41%);
}

.hero-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  max-width: 1184px;
}
.hero-carousel .carousel-container {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin: 1rem auto;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
  background: linear-gradient(147.15deg, #ffffff 10.71%, #fcd7c1 86.96%);
  transition: all 0.2s ease-in-out;
}
.hero-carousel .carousel-container:hover {
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
  filter: brightness(1.05) saturate(1.1);
}
.hero-carousel .carousel-container .carousel-wrapper {
  display: flex;
  transition: transform 0.2s ease-in-out;
}
.hero-carousel .carousel-container .carousel-wrapper .slide {
  min-width: 100%;
  height: 50vh;
  min-height: 380px;
  max-height: 20em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: white;
  box-sizing: border-box;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .ribbon {
  position: absolute;
  top: 0rem;
  left: 3rem;
  background: #f25c05;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  text-align: center;
  font-size: 1rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 3rem;
  color: #27211c;
  width: 60%;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text span.podcastDate {
  background: #f25c05;
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text h2 {
  font-size: 2.2rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 85%;
  margin: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: -1px;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text h2 i {
  font-style: normal;
  color: #f25c05;
  font-weight: 600;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy {
  display: flex;
  align-items: center;
  gap: 3rem;
  justify-content: space-between;
  padding: 0.25rem 0.3rem;
  background: linear-gradient(90deg, #17110c 0%, #473220 33.5%, #17110c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy .hostedByLabel {
  background: #e9e0d8;
  color: #27211c;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy .hostedByName {
  font-size: 14px;
  text-transform: uppercase;
  color: #e9e0d8;
  margin-right: 0.5rem;
  font-weight: bold;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__image {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  filter: saturate(0) contrast(1.2) brightness(1.1);
}
.hero-carousel .pagination {
  text-align: center;
  position: absolute;
  bottom: 14%;
  left: 7%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-carousel .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: rgba(179, 179, 179, 0.6196078431);
  border-radius: 50%;
  cursor: pointer;
}
.hero-carousel .pagination span.active {
  background: #f25c05;
}

.timelineContainer {
  width: 100%;
  background: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.timelineContainer .timelineContent {
  width: 1184px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.timelineContainer .timelineContent .timelineSelectYear {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.timelineContainer .timelineContent .timelineSelectYear select {
  padding: 0.5rem;
  border-radius: 5px;
  border: 1px solid #f25c05;
  background: white;
  color: #27211c;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.timelineContainer .timelineContent .timelineSelectYear select:focus {
  outline: none;
}
.timelineContainer .timelineContent ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.timelineContainer .timelineContent ul li a {
  text-decoration: none;
  color: #27211c;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5rem;
  border-radius: 5px;
  background: #f9f9f9;
  transition: all 0.2s ease-in-out;
}
.timelineContainer .timelineContent ul li a:hover, .timelineContainer .timelineContent ul li a.active {
  background: #f25c05;
  color: white;
}
.timelineContainer .timelineContent ul li a:active {
  background: #af4202;
}

.episodesOfTheYear {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  display: none;
  background: linear-gradient(144.43deg, #d8d8d8 -12.79%, #f0f0f0 32.45%, #f9e7db 133.41%);
}

.podcastListContainer {
  display: flex;
  width: 1184px;
  margin: auto;
  gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: 1rem auto;
}
.podcastListContainer .podcastMonthTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem 0px;
}
.podcastListContainer .podcastMonthTitle h3 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  gap: 1rem;
}
.podcastListContainer .podcastMonthTitle h3::after {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  border-bottom: 1.5px dotted #e8580b;
  margin-right: 1rem;
}
.podcastListContainer .podcastItemContainer {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1rem;
  max-height: 300px;
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0);
}
.podcastListContainer .podcastItemContainer:nth-child(even) {
  background: #f9f9f9;
}
.podcastListContainer .podcastItemContainer:hover {
  cursor: pointer;
  box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  border: 2px solid rgb(254, 112, 4);
}
.podcastListContainer .podcastItemContainer:hover .podcastImageContainer img {
  width: 110%;
}
.podcastListContainer .podcastItemContainer:hover .podcastImageContainer span.podcastTypeLabel {
  background: #f25c05;
}
.podcastListContainer .podcastItemContainer:hover .podcastTextContainer .podcastDate {
  background: #f25c05;
  color: rgb(255, 255, 255);
}
.podcastListContainer .podcastItemContainer .podcastImageContainer {
  width: 30%;
  position: relative;
  overflow: hidden;
}
.podcastListContainer .podcastItemContainer .podcastImageContainer span.podcastTypeLabel {
  position: absolute;
  top: 5%;
  right: 5%;
  background: rgba(0, 0, 0, 0.1921568627);
  color: white;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.podcastListContainer .podcastItemContainer .podcastImageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate {
  aspect-ratio: 1/1;
  color: rgb(0, 0, 0);
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate span:nth-child(1) {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate span:nth-child(2) {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: bold;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer h3 {
  font-size: 2.5rem;
  line-height: 2.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #27211c;
  margin: 0px;
  letter-spacing: -1px;
  max-width: 80%;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer h3 i {
  font-style: normal;
  color: #f25c05;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.1rem;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy .hostedByLabel {
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #27211c;
}
.podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy .hostedByName {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #f25c05;
}

@media screen and (max-width: 1024px) {
  .hero-carousel-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin: auto;
    max-width: 100%;
    padding: 0rem;
    background: linear-gradient(144.43deg, #fcaa67 -12.79%, #e0e0e0 32.45%, #f9e7db 133.41%);
  }
  .hero-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
  }
  .hero-carousel .carousel-container {
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    margin: 0rem auto;
    overflow: hidden;
    border-radius: 0rem;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    background: linear-gradient(147.15deg, #ffffff 10.71%, #fcd7c1 86.96%);
    transition: all 0.2s ease-in-out;
  }
  .hero-carousel .carousel-container:hover {
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.12);
    filter: brightness(1.05) saturate(1.1);
  }
  .hero-carousel .carousel-container .carousel-wrapper {
    display: flex;
    transition: transform 0.2s ease-in-out;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide {
    min-width: 100%;
    height: 80vh;
    min-height: 380px;
    max-height: 75vh;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: bold;
    color: white;
    box-sizing: border-box;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex-direction: column-reverse;
    position: relative;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .ribbon {
    position: absolute;
    top: 0vh;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 115, 0, 0.651);
    -webkit-backdrop-filter: blur(40px);
            backdrop-filter: blur(40px);
    color: white;
    padding: 0.6rem 0.6rem 0.3rem;
    border-radius: 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 100vw;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1rem;
    color: #27211c;
    width: 100vw;
    flex: 1;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text h2 {
    font-size: 2rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: 400;
    max-width: 100vw;
    text-align: center;
    white-space: wrap;
    text-wrap: balance;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text h2 i {
    font-style: normal;
    color: #f25c05;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.25rem 0.3rem;
    background: linear-gradient(90deg, #17110c 0%, #473220 33.5%, #17110c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy .hostedByLabel {
    background: #e9e0d8;
    color: #27211c;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    font-weight: bold;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__text .slideContent__hostedBy .hostedByName {
    font-size: 12px;
    text-transform: uppercase;
    color: #e9e0d8;
    margin-right: 0.5rem;
    font-weight: bold;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__image {
    width: 100vw;
    height: 100vw;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .hero-carousel .carousel-container .carousel-wrapper .slide .slideContent .slideContent__image img {
    width: 100vw;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    aspect-ratio: 1/1;
  }
  .hero-carousel .pagination {
    text-align: center;
    position: absolute;
    bottom: 0.5rem;
    margin: 0 auto;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    left: 50%;
  }
  .hero-carousel .pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: grey;
    border-radius: 50%;
    cursor: pointer;
  }
  .hero-carousel .pagination span.active {
    background: #f25c05;
  }
  .podcastListContainer {
    display: flex;
    width: 100vw;
    margin: auto;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 1rem auto;
    box-sizing: border-box;
    padding: 0;
  }
  .podcastListContainer .podcastItemContainer {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    max-height: 70vh;
    background: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0);
    width: 95vw;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .podcastListContainer .podcastItemContainer:nth-child(even) {
    background: #f9f9f9;
  }
  .podcastListContainer .podcastItemContainer:hover {
    cursor: pointer;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border: 2px solid rgb(254, 112, 4);
  }
  .podcastListContainer .podcastItemContainer:hover .podcastImageContainer img {
    width: 100%;
  }
  .podcastListContainer .podcastItemContainer:hover .podcastImageContainer span.podcastTypeLabel {
    background: #f25c05;
  }
  .podcastListContainer .podcastItemContainer:hover .podcastTextContainer .podcastDate {
    background: #f25c05;
    color: rgb(255, 255, 255);
  }
  .podcastListContainer .podcastItemContainer .podcastImageContainer {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .podcastListContainer .podcastItemContainer .podcastImageContainer span.podcastTypeLabel {
    position: absolute;
    top: 5%;
    right: 5%;
    background: rgba(0, 0, 0, 0.1921568627);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.2s ease-in-out;
  }
  .podcastListContainer .podcastItemContainer .podcastImageContainer img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    transition: all 0.2s ease-in-out;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate {
    aspect-ratio: auto;
    color: rgb(0, 0, 0);
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    gap: 0.5rem;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate span:nth-child(1) {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .podcastDate span:nth-child(2) {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer h3 {
    font-size: 2rem;
    line-height: 1.85rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #27211c;
    margin: 0px;
    letter-spacing: -1px;
    max-width: 100%;
    text-align: center;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer h3 i {
    font-style: normal;
    color: #f25c05;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy .hostedByLabel {
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #27211c;
  }
  .podcastListContainer .podcastItemContainer .podcastTextContainer .hostedBy .hostedByName {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #f25c05;
  }
  .timelineContainer {
    width: 100%;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .timelineContainer .timelineContent {
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .timelineContainer .timelineContent::-webkit-scrollbar {
    display: none;
  }
  .timelineContainer .timelineContent .timelineSelectYear {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .timelineContainer .timelineContent .timelineSelectYear select {
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #f25c05;
    background: white;
    color: #27211c;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .timelineContainer .timelineContent .timelineSelectYear select:focus {
    outline: none;
  }
  .timelineContainer .timelineContent ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .timelineContainer .timelineContent ul li a {
    text-decoration: none;
    color: #27211c;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5rem;
    border-radius: 5px;
    background: #f9f9f9;
    transition: all 0.2s ease-in-out;
  }
  .timelineContainer .timelineContent ul li a:hover, .timelineContainer .timelineContent ul li a.active {
    background: #f25c05;
    color: white;
  }
  .timelineContainer .timelineContent ul li a:active {
    background: #af4202;
  }
}/*# sourceMappingURL=dhn-eco-system.css.map */