:root {
  --white: white;
  --black: black;
  --primary-color: #00558c;
  --secondary-color: #467aa9;
  --tertiary-color: #f1e8b8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #fff;
}

.link-6 {
  color: #ffffffb3;
  font-weight: 700;
  text-decoration: none;
}

.progress-bar {
  background-image: linear-gradient(#68686880, #68686880);
  width: 100vw;
  height: 9px;
  margin-top: 81.5px;
  position: absolute;
}

.nav-button-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.nav-button-text.nav {
  -webkit-text-stroke-color: #fff;
  padding: 5px 25px;
  font-size: 12px;
  line-height: 20px;
}

.fdd-logo-div {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  width: 300px;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around center;
  align-items: center;
  width: 800px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-top-heading {
  opacity: .63;
  color: #fff;
  text-align: center;
  align-self: auto;
  width: 80%;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: var(--primary-color);
  border-bottom: 2px solid var(--tertiary-color);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 75px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.fdd-logo-2 {
  max-width: 70%;
  margin-top: 0;
  margin-left: 30px;
}

.fdd-buttonn-nav {
  color: #5484af;
  text-align: center;
  border: 2px solid #467aa9;
  border-radius: 22px;
  align-items: center;
  height: auto;
  margin-right: 81px;
  padding-right: 0;
  line-height: 42px;
  text-decoration: none;
  display: none;
}

.fdd-buttonn-nav.square {
  opacity: .8;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #e4e4e4;
  background-color: #0000;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  transition: all .2s;
  position: absolute;
  inset: 29% 4.5% auto auto;
}

.fdd-buttonn-nav.square:hover {
  color: #000;
  background-color: #c2c2c2;
}

.fdd-buttonn-nav.square.w--current {
  background-color: #0000;
  border-color: #fff;
  position: absolute;
}

.title-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text {
  flex-direction: column;
  align-items: flex-start;
  width: 600px;
  margin: 20px auto;
  display: flex;
}

.title-text-head {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.text-center-2 {
  color: #333333bf;
  text-align: center;
  margin-bottom: 20px;
}

.text-center-2.mb-0 {
  color: #505050;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 2.1rem;
}

.title-wrapper {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: 1;
  height: 100%;
  margin-bottom: 20px;
}

.heading-para {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-top: 50px;
  margin-bottom: 40px;
  display: flex;
}

.heading-para.top {
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: auto;
}

.subtitle {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 31px;
}

.header-main {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 16 / 9;
  background-image: url('../images/feature.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  max-width: 1010px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  /* display: none; */
}

.title {
  z-index: 10;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0%;
  display: flex;
  position: static;
  inset: auto 0% 16%;
}

.author-wrapper {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: block;
}

.main-title {
  color: #454749;
  text-align: center;
  letter-spacing: -.3px;
  text-transform: uppercase;
  max-width: 70vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: urw-din-condensed, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 40px;
}

.wide-divider {
  background-color: #868686;
  width: 30px;
  height: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right:auto;
}

.background-video {
  height: 100%;
}

.features-right {
  grid-row-gap: 200px;
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  display: block;
  position: relative;
}

.interactive {
  width: 100vw;
  position: relative;
}

.story {
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 200px;
}

.map {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 10px;
}

.features-card-title {
  color: #00558c;
  letter-spacing: -1px;
  margin-bottom: 12px;
  font-family: Exo, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
}

.features-card {
  -webkit-backdrop-filter: saturate(200%) blur(8px);
  backdrop-filter: saturate(200%) blur(8px);
  transform-origin: 50% 0;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #ebebeb;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 222px;
}

.features-card.hide {
  display: none;
}

.paragraph {
  color: #00558c;
  text-align: left;
  margin-top: 12px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.heading-5 {
  text-align: center;
  font-family: urw-din-condensed, sans-serif;
}

.interactive-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.code-embed {
  width: 1200px;
  height: 1400px;
  padding-bottom: 0;
  overflow: hidden;
}

.fdd-footer-wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.related-bylines {
  color: #323232;
  letter-spacing: normal;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.swiper {
  width: 100%;
}

.heading-wrapper-4 {
  width: 100%;
  height: 50px;
  margin-bottom: 35px;
  padding-bottom: 12px;
  display: flex;
}

.italic-text-3 {
  letter-spacing: normal;
  font-size: 15px;
  font-style: italic;
  font-weight: 500;
}

.share-icons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

.lwj-footer-social-icon-link {
  color: #00558c;
  text-decoration: none;
}

.text-block-8 {
  opacity: .9;
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: block;
  font-family: Lato, sans-serif;
  color:#2c3e50
}

.related-image-live {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.divider-3 {
  background-color: #00558c;
  flex: 1;
  align-self: flex-end;
  height: 1px;
  line-height: 5px;
}

.link-5 {
  color: #467aa9;
  font-weight: 600;
  text-decoration: none;
}

.share-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.italic-text-5 {
  letter-spacing: normal;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
}

.image-shadow {
  color: #fff;
  object-fit: fill;
  border-radius: 3px;
  width: 360px;
  height: 212px;
  padding: 0;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  box-shadow: 0 0 #000;
}

.image-shadow:hover {
  box-shadow: 0 4px 15px -3px #000000a3;
}

.fdd-footer {
  border: 1px #467aa9;
  border-top: .5px solid #78a4c8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 158px;
  margin-top: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.swiper-arrow {
  filter: invert() grayscale();
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  width: 6em;
  height: 3em;
  margin-right: 1em;
  transition: all .2s;
  display: inline-block;
}

.swiper-arrow.button-prev {
  background-image: url('../images/right.svg');
  margin-right: 0;
  transform: rotate(-180deg);
}

.swiper-arrow.button-next {
  background-image: url('../images/right.svg');
  margin-right: 0;
}

.swiper-pagination {
  margin: 0;
  display: none;
  position: absolute;
}

.media-center-button {
  color: #00558c;
  text-align: center;
  border: 2px solid #00558c;
  border-radius: 22px;
  align-items: center;
  height: auto;
  margin-right: 81px;
  padding-right: 0;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.47, 0, .745, .715);
  display: flex;
}

.media-center-button:hover {
  color: #fff;
  background-color: #00558c;
  border-color: #467aa9;
}

.social-media-icon-footer {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.social-media-icon-footer:hover {
  color: #013353;
}

.grid-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-left: 0;
}

.link-7 {
  color: #00558c;
  font-weight: 700;
  text-decoration: none;
}

.footer-top {
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.media-center-text {
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 13px;
  font-weight: 700;
}

.separator-2 {
  background-color: #3d3d3dcc;
  width: 20%;
  height: 1px;
  margin-bottom: 10px;
}

.swiper-horizontal.ui {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.footer-heading-2 {
  color: #00558c;
  letter-spacing: -2.75px;
  text-transform: none;
  flex: none;
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  font-family: urw-din, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
}

.sticky-heading-container {
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: sticky;
  left: 0;
  overflow: visible;
}

.lwj-footer-social-icons {
  color: #00558c;
  justify-content: center;
  display: flex;
}

.share-this-visual-text {
  opacity: .8;
  color: #00558c;
  text-transform: none;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.social-icon {
  color: #00558c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.social-icon:hover {
  color: #868282;
}

.share-socials-link {
  opacity: .9;
  color: #6b6b6b;
  object-fit: fill;
  border: 1px #000;
  width: auto;
  max-width: none;
  height: 25px;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  transition: color .2s;
}

.share-socials-link:hover {
  color: #00558c;
}

.swiper-slide {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 360px;
  margin-right: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.swiper-slide:hover {
  transform: translate(0, -12px);
}

.creative-credit-div {
  color: #00558c;
  text-align: center;
  border: 1px #00558c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 81px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.related-visuals {
  border: 1px #00000014;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 97%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
  display: block;
  overflow: auto;
}

.swiper-scrollbar {
  display: none;
}

.swiper-component {
  width: 100%;
  position: relative;
}

.related-title {
color: #467aa9;
    text-transform: none;
    margin-bottom: 5px;
    font-family: lato, sans-serif;
    font-weight: 800;
    line-height: 18px;
    text-decoration: none;
    transition: color .2s;
}

.related-title:hover {
  color: #1c3d5c;
}

.container {
  width:100vw;
  padding: 1.1em 2em;
}
.grid-container {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Legend styles */
.legend-wrapper {
    margin-bottom: 20px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.08),
        0 4px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.legend-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    transition: all 0.2s ease;
    border-radius: 6px;
}



.legend-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
    transition: all 0.2s ease;
}

.legend-item:hover .legend-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.legend-text {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    font-family: lato, sans-serif;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.legend-item:hover .legend-text {
    color: #000;
}

.footer-links-socials-div {
  justify-content: center;
  align-items: center;
  margin-left: 2vw;
  padding-left: 71px;
  display: flex;
}

.slider-css {
  height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.swiper-wrapper {
  cursor: grab;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 18px;
  padding-right: 0;
  display: flex;
}

.related-wrap.ishidden {
  display: none;
}

.posts-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 2;
  width: 350px;
  position: absolute;
  inset: auto 4% 12% auto;
}

.tag-button {
  color: #fff;
  background-color: #6b8499;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.date {
  color: #3d3d3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  display: block;
}

.text-center-2-copy {
  color: #333333bf;
  text-align: center;
  margin-bottom: 20px;
}

.text-center-2-copy.mb-0 {
  color: #00558c;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.7rem;
}

.div-block-3 {
  width: 100%;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-span {
  text-transform: none;
  font-family: urw-din-condensed, sans-serif;
  font-size: 35px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .fdd-logo-div {
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% 0% auto;
  }

  .title-div {
    display: none;
  }

  .nav-top-heading {
    display: block;
  }

  .fdd-logo-2 {
    width: 70%;
    max-width: none;
    margin: auto;
    display: block;
  }

  .fdd-buttonn-nav {
    margin-bottom: 11px;
    margin-right: 0;
  }

  .fdd-buttonn-nav.square {
    margin-bottom: 0;
  }

  .text {
    width: 80%;
  }

  .title-text-head {
    line-height: 22px;
  }

  .text-center-2.mb-0 {
    font-size: 16px;
    line-height: 25px;
  }

  .header-main {
    justify-content: space-around;
    padding-bottom: 40px;
  }

  .author-wrapper {
    font-size: 20px;
  }

  .main-title {
    font-size: 5vw;
    line-height: 5vw;
  }

  .features-card {
    padding: 15px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 18px;
  }

  .code-embed {
    width: 100vw;
  }

  .fdd-footer-wrapper-2 {
    justify-content: space-between;
    width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-wrapper-4 {
    width: 800px;
    margin-top: 45px;
    margin-bottom: 10px;
    padding: 0;
  }

  .text-block-8 {
    font-size: 12px;
    line-height: 20px;
  }

  .image-shadow {
    width: 350px;
  }

  .fdd-footer {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .media-center-button {
    margin-bottom: 11px;
    margin-right: 0;
  }

  .grid-5 {
    grid-column-gap: 15px;
    grid-row-gap: 10px;
    grid-template: "."
    / 1fr;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    place-items: center;
  }

  .footer-top {
    font-size: 13px;
    line-height: 18px;
  }

  .footer-heading-2 {
    font-size: 35px;
  }

  .swiper-slide {
    width: 350px;
  }

  .creative-credit-div {
    margin-top: 56px;
  }

  .container {
margin-left: auto;
    margin-right: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .footer-links-socials-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .image {
    width: 150px;
  }

  .date {
    font-size: 20px;
  }

  .text-center-2-copy.mb-0 {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .fdd-logo-div {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .title-div {
    display: none;
  }

  .navbar {
    justify-content: center;
  }

  .fdd-logo-2 {
    width: 60%;
  }

  .fdd-buttonn-nav.square {
    margin-bottom: 52px;
    display: flex;
  }

  .title-wrap {
    width: auto;
  }

  .text-center-2.mb-0 {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-para {
    margin-bottom: 40px;
  }

  .header-main {
    aspect-ratio: 16 / 9;
    background-size: contain;
    background-attachment: scroll;
    height: auto;
  }

  .title {
    bottom: 6%;
  }

  .author-wrapper {
    font-size: 16px;
    line-height: 16px;
  }

  .main-title {
    max-width: 80vw;
    font-size: 6vw;
    line-height: 6.5vw;
  }

  .code-embed {
    height: 2600px;
  }

  .fdd-footer-wrapper-2 {
    flex-flow: column;
    place-content: stretch space-between;
    height: auto;
    margin-left: 0;
  }

  .share-icons {
    width: 100px;
  }

  .text-block-8 {
    line-height: 20px;
  }

  .image-shadow {
    width: 322px;
  }

  .fdd-footer {
    height: 250px;
    position: absolute;
    inset: auto 0%;
  }

  .grid-5 {
    place-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-top {
    color: #00558c;
  }

  .separator-2 {
    width: 40%;
    height: 2px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .share-this-visual-text {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .share-socials-link {
    height: 25px;
  }

  .swiper-slide {
    width: 350px;
  }

  .creative-credit-div {
    text-align: left;
    border-top: 3px #000c;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .related-visuals {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 25px;
  }

  .container {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .italic-text-2 {
    color: #000c;
  }

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

  .text-center-2-copy.mb-0 {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  .progress-bar {
    margin-top: 63.5px;
  }

  .nav-button-text.nav {
    display: none;
  }

  .author-wrapper {
    font-size: 14px;
    line-height: 14px;
    margin: 5 0 10 0;
  }
  .fdd-logo-div {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .title-div {
    display: none;
  }

  .navbar {
    justify-content: flex-start;
    height: 57px;
  }

  .fdd-logo-2 {
    width: 40%;
    margin: 35px;
  }

  .fdd-buttonn-nav.square {
    -webkit-text-stroke-color: #000;
    background-image: url('../images/download.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-style: none;
    flex: 0 auto;
    justify-content: center;
    width: 20px;
    height: 20px;
    display: block;
  }

  .title-wrap {
    flex-direction: column;
    flex: 1;
    width: 100%;
    height: 100%;
  }

  .text {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-center-2 {
    font-size: 30px;
  }

  .text-center-2.mb-0 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .heading-para.top {
    margin-top: 0;
  }

  .header-main {
    aspect-ratio: 16 / 9;
    background-position: 50%;
    background-size: contain;
    justify-content: space-around;
    width: 100vw;
    height: auto;
    margin-top: 57px;
    padding-bottom: 0;
    display: block;
  }

  .title {
    margin-top: 10px;
    margin-bottom: 0%;
  }

  .author-wrapper {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .main-title {
    max-width: none;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .wide-divider {
    width: 80%;
    height: 1px;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .features-card {
    padding: 7px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 15px;
  }

  .fdd-footer-wrapper-2 {
    flex-flow: column wrap;
    align-items: center;
  }

  .related-bylines {
    letter-spacing: normal;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
    font-family: lato, sans-serif;
  }

  .heading-wrapper-4 {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .italic-text-3 {
    font-size: 13px;
  }

  .text-block-8 {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 20px;
  }

  .related-image-live {
    max-width: none;
  }

  .divider-3 {
    flex: 1;
    align-self: center;
    width: auto;
    margin-top: 22px;
    position: static;
    bottom: -9712.09px;
    left: 156.997px;
  }

  .link-5 {
    line-height: 1.5px;
  }

  .italic-text-5 {
    font-size: 13px;
  }

  .image-shadow {
    box-shadow: none;
    background-image: url('../images/Visual_IranNuclearTimeline_FeatureImage_v01-1024x575.jpeg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    width: 100%;
    height: 200px;
    margin-left: 0;
    margin-right: auto;
    transition-property: none;
    display: block;
  }

  .fdd-footer {
    border-bottom-style: none;
    height: 350px;
    position: static;
    inset: auto 0% 0%;
  }

  .grid-5 {
    grid-column-gap: 21px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: column;
  }

  .footer-top {
    margin-left: -10px;
  }

  .separator-2 {
    width: 20%;
  }

  .footer-heading-2 {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .sticky-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .lwj-footer-social-icons {
    padding-left: 0;
  }

  .share-socials-link {
    text-decoration: none;
  }

  .swiper-slide {
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
    height: auto;
    margin-right: 20px;
    display: flex;
  }

  .swiper-slide:hover {
    transform: translate(0);
  }

  .creative-credit-div {
    width: 80%;
    margin-top: 24px;
    margin-bottom: 25px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .related-visuals {
    align-items: center;
  }

  .footer-links-socials-div {
    order: 1;
    align-self: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .related-wrap {
    width: 300px;
  }

  .posts-container {
    justify-content: flex-end;
  }

  .date {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-center-2-copy {
    font-size: 30px;
  }

  .text-center-2-copy.mb-0 {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

#w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf5d-cce10bb7, #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf6c-cce10bb7, #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf75-cce10bb7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf6c-cce10bb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf75-cce10bb7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf6c-cce10bb7 {
    justify-self: start;
  }

  #w-node-c0ba8a1c-dcd0-c21e-d1b7-be0d10dcdf75-cce10bb7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'urw-din', 'Arial', sans-serif;     
    padding: 20px;
    line-height: 1.4;
}



/* Grid wrapper */
.grid-wrapper {
    background: white;
    overflow-x: auto;
    max-width: 80vw;
}

/* Status grid */
.status-grid {
    display: grid;
    grid-template-columns: 200px repeat(6, 150px);
    grid-template-rows: 80px repeat(6, 80px);
    gap: 2px;
    min-width: 200px;
}

/* Grid cells */
.grid-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.2s ease;
    position: relative;
    cursor: pointer;
}

/* Header styles */
.header {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}

.header-empty {
    background: transparent;
    border: none;
    cursor: default;
}

.organization-header {
    background-color: #ffffff;
    /* border: 1px solid #000000; */
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.organization-header:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Country header styles */
.country-header {
    background-color: rgba(220, 220, 220, 0.5);
    border-radius: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    gap: 8px;
    white-space: nowrap;
    font-family: lato, sans-serif;
    
}

.country-header .country-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.country-header:hover {
    background-color: rgba(200, 200, 200, 0.7);
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.country-header:hover .country-icon {
    transform: scale(1.1);
}

/* Status cell styles */
.status-cell {
    background-color: #ffffff;
    border-radius: 12px;
    /* border: 1px solid #e0e0e0; */
    cursor: pointer;
}

.status-cell:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.status-approved:hover {
    background-color: #f0f9f0;
    border-color: #386641;
}

.status-rejected:hover {
    background-color: #fdf0f0;
    border-color: #BC4749;
}

.status-partial:hover {
    background-color: #fef9f0;
    border-color: #F4A261;
}

/* Status icons */
.status-icon {
    width: 48px;
    height: 48px;
    transition: all 0.2s ease;
}

/* Icon hover effects */
.status-cell:hover .status-icon {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}

/* Tooltip styles */
.tooltip {
    position: fixed;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #2c3e50;
    padding: 20px 24px;
    border-radius: 12px;
    font-size: 15px;
    line-height: 1.6;
    max-width: 400px;
    min-width: 280px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 6px 20px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    white-space: normal;
    word-wrap: break-word;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.tooltip.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.tooltip.pinned {
    background: linear-gradient(135deg, #ffffff 0%, #f0f8ff 100%);
    border: 2px solid #4da6ff;
    box-shadow: 
        0 25px 50px rgba(77, 166, 255, 0.15),
        0 8px 25px rgba(77, 166, 255, 0.1),
        0 0 0 1px rgba(77, 166, 255, 0.1);
}

/* Close button for pinned tooltips */
.tooltip-close {
    position: absolute;
    top: 8px;
    right: 12px;
    width: 24px;
    height: 24px;
    border: none;
    background: rgba(108, 117, 125, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #6c757d;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.8);
}

.tooltip.pinned .tooltip-close {
    opacity: 1;
    transform: scale(1);
}

.tooltip-close:hover {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    transform: scale(1.1);
}

/* Links within tooltips */
.tooltip a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 102, 204, 0.3);
    transition: all 0.2s ease;
    padding: 1px 2px;
    border-radius: 3px;
}

.tooltip a:hover {
    color: #004499;
    background: rgba(0, 102, 204, 0.05);
    border-bottom-color: #0066cc;
    transform: translateY(-1px);
}

.tooltip a:visited {
    color: #6f42c1;
    border-bottom-color: rgba(111, 66, 193, 0.3);
}

.tooltip a:visited:hover {
    color: #5a2d91;
    background: rgba(111, 66, 193, 0.05);
    border-bottom-color: #6f42c1;
}

/* Focus styles for accessibility */
.tooltip a:focus {
    outline: 2px solid #4da6ff;
    outline-offset: 2px;
    border-radius: 4px;
    background: rgba(77, 166, 255, 0.1);
}

/* Arrow pointing down (tooltip above cursor) */
.tooltip.tooltip-above::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

/* Arrow pointing up (tooltip below cursor) */
.tooltip.tooltip-below::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
    filter: drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.1));
}

.tooltip.pinned.tooltip-above::after {
    border-top-color: #f0f8ff;
}

.tooltip.pinned.tooltip-below::after {
    border-bottom-color: #f0f8ff;
}

/* Default arrow (fallback) - hide it to avoid conflicts */
.tooltip::after {
    display: none;
}

/* Pin indicator */
.tooltip.pinned::before {
    content: '📌';
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 12px;
    opacity: 0.7;
}

/* Responsive design */
@media (max-width: 1200px) {
    .container {
        padding: 10px;
    }
    
    .status-grid {
        grid-template-columns: 144px repeat(6, 112px);
        grid-template-rows: 60px repeat(6, 60px);
        min-width: 816px;
    }
    
    .organization-header,
    .country-header {
        font-size: 13px;
    }
    
    .legend-wrapper {
        padding: 12px 16px;
        margin-bottom: 16px;
    }
    
    .legend-items {
        gap: 20px;
    }
    
    .legend-icon {
        width: 18px;
        height: 18px;
    }
    
    .legend-text {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .container {
        padding: 0;
    }
    
    .grid-wrapper {
        padding: 8px;
        border-radius: 8px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .status-grid {
        grid-template-columns: 96px repeat(6, 80px);
        grid-template-rows: 48px repeat(6, 48px);
        gap: 1px;
        min-width: 576px;
    }
    
    .grid-cell {
        padding: 5px;
        font-size: 11px;
        border-radius: 5px;
    }
    
    .organization-header,
    .country-header {
        font-size: 12px;
        padding: 5px 6px;
    }
    
    .country-header {
        border-radius: 8px;
        gap: 4px;
        white-space: normal;
        line-height: 1.2;
        text-align: center;
        flex-direction: column;
    }
    
    .country-header .country-icon {
        width: 16px;
        height: 16px;
    }
    
    .status-icon {
        width: 26px;
        height: 26px;
    }
    
    .tooltip {
        max-width: 250px;
        padding: 20px 24px;
        font-size: 12px;
        border-radius: 6px;
    }
    
    .legend-wrapper {
        padding: 10px 12px;
        margin-bottom: 12px;
        border-radius: 8px;
    }
    
    .legend-items {
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .legend-icon {
        width: 16px;
        height: 16px;
    }
    
    .legend-text {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 5px;
    }
    
    .grid-wrapper {
        padding: 5px;
        border-radius: 6px;
    }
    
    .status-grid {
        grid-template-columns: 64px repeat(6, 56px);
        grid-template-rows: 40px repeat(6, 40px);
        gap: 1px;
        min-width: 400px;
    }
    
    .grid-cell {
        padding: 3px;
        font-size: 9px;
        border-radius: 3px;
    }
    
    .organization-header,
    .country-header {
        font-size: 10px;
        padding: 3px 4px;
        line-height: 1.1;
    }
    
    .country-header {
        border-radius: 6px;
        gap: 3px;
        white-space: normal;
        line-height: 1.1;
        text-align: center;
        flex-direction: column;
    }
    
    .country-header .country-icon {
        width: 12px;
        height: 12px;
    }
    
    .status-icon {
        width: 18px;
        height: 18px;
    }
    
    .tooltip {
        max-width: 200px;
        padding: 20px 24px;
        font-size: 11px;
        border-radius: 4px;
    }

    .wide-divider {
        width: 20%;
        height: 1px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .legend-wrapper {
        padding: 8px 10px;
        margin-bottom: 10px;
        border-radius: 6px;
    }
    
    .legend-items {
        gap: 12px;
        flex-direction: column;
        align-items: center;
    }

    .text-span {
        font-size: 18px;
        font-weight: 500;
    }

    .text-center-2.mb-0 {
        font-size: 14px;
        line-height: 20px;
        max-width: 80%;
    }

    .grid-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .legend-item {
        gap: 6px;
    }
    
    .legend-icon {
        width: 14px;
        height: 14px;
    }
    
    .legend-text {
        font-size: 11px;
    }
    
    /* Reduce hover effects on small screens */
    .status-cell:hover {
        transform: scale(1.02);
    }
    
    .status-cell:hover .status-icon {
        transform: scale(1.05);
    }
    
    .organization-header:hover {
        transform: translateY(-1px);
    }
    
    .country-header:hover {
        transform: translateX(2px);
    }
}

/* Animation for grid loading */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid-cell {
    animation: fadeInUp 0.6s ease forwards;
}

.grid-cell:nth-child(1) { animation-delay: 0.1s; }
.grid-cell:nth-child(2) { animation-delay: 0.15s; }
.grid-cell:nth-child(3) { animation-delay: 0.2s; }
.grid-cell:nth-child(4) { animation-delay: 0.25s; }
.grid-cell:nth-child(5) { animation-delay: 0.3s; }
.grid-cell:nth-child(6) { animation-delay: 0.35s; }
.grid-cell:nth-child(7) { animation-delay: 0.4s; }

/* Focus states for accessibility */
.grid-cell:focus {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}

/* Mobile-specific enhancements */
@media (max-width: 768px) {
    /* Improve touch targets */
    .grid-cell {
        min-height: 44px; /* Apple's recommended minimum touch target */
        min-width: 44px;
    }
    
    /* Smooth scrolling for the grid wrapper */
    .grid-wrapper {
        scroll-behavior: smooth;
    }
    
    /* Add scroll indicators */
    .grid-wrapper::-webkit-scrollbar {
        height: 8px;
    }
    
    .grid-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    
    .grid-wrapper::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }
    
    .grid-wrapper::-webkit-scrollbar-thumb:hover {
        background: #a1a1a1;
    }
    
    /* Improve tooltip visibility on mobile */
    .tooltip {
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        z-index: 9999;
    }
    
    /* Reduce animation complexity on mobile for better performance */
    .grid-cell {
        animation: none;
    }
    
    .status-cell:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
}

/* Landscape orientation on mobile */
@media (max-width: 768px) and (orientation: landscape) {
    .status-grid {
        grid-template-columns: 100px repeat(6, 90px);
        grid-template-rows: 50px repeat(6, 50px);
        min-width: 640px;
    }
    
    .grid-cell {
        font-size: 11px;
    }
    
    .organization-header,
    .country-header {
        font-size: 12px;
    }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .status-icon {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* Print styles */
@media print {
    .tooltip {
        display: none;
    }
    
    .status-cell:hover {
        transform: none;
        box-shadow: none;
    }
    
    .grid-wrapper {
        box-shadow: none;
    }
}
