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

li {
  text-decoration: underline;
}

li:hover {
  color: #467aa9;
}

.top {
  justify-content: space-around;
  display: flex;
}

.nav-bar-wrapper {
  z-index: 999;
  width: 100%;
  height: 75px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #363636;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.fdd-logo-2 {
  height: 100%;
  margin-top: 0;
  margin-bottom: 9px;
  margin-left: 30px;
}

.progress-bar {
  width: 100vw;
  height: 9px;
  background-image: linear-gradient(rgba(104, 104, 104, .5), rgba(104, 104, 104, .5));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-div-2 {
  width: 800px;
  height: 100%;
  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;
  align-content: space-around;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-top-heading {
  width: 80%;
  opacity: .8;
  color: #fff;
  text-align: center;
  align-self: auto;
  margin-bottom: 9px;
  font-family: urw-din, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 25px;
  transition: all .25s;
  display: block;
}

.feature-image {
  z-index: 10;
  height: auto;
  min-height: 93svh;
  background-image: url('../images/Visual_IranBackedTerroristGroups_LogoBackground_Desktop_v01.jpeg');
  background-position: 50%;
  background-size: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link {
  color: rgba(39, 39, 39, .75);
  border-bottom: 1px #467aa9;
  text-decoration: underline;
  transition: border-width .2s;
}

.link:hover {
  color: #467aa9;
}

.title-wrapper {
  height: 100%;
  flex: 1;
}

.main-title {
  max-width: 70vw;
  color: #d90700;
  text-align: center;
  letter-spacing: -.3px;
  text-transform: uppercase;
  margin-bottom: auto;
  font-family: urw-din-condensed, sans-serif;
  font-size: 5vh;
  font-weight: 400;
  line-height: 5.3vh;
}

.author {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 1.9vh;
  font-weight: 700;
  line-height: 1.7vh;
  text-decoration: none;
  display: block;
}

.title-section {
  z-index: 10;
  height: 100%;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 4%;
  display: flex;
  position: static;
  top: auto;
  bottom: 16%;
  left: 0%;
  right: 0%;
}

.author-wrapper {
  margin-top: 15px;
}

.horizontal-divider {
  width: 10%;
  height: 5px;
  background-color: #c23d3b;
  margin-top: 15px;
}

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

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

.content-container {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: none;
  position: relative;
}

.content-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-14 {
  color: #494949;
  text-align: left;
  font-family: urw-din, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.content-wrapper {
  width: 50%;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.text-center-2 {
  color: rgba(51, 51, 51, .75);
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

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

.credits-share-wrapper {
  margin-top: 2rem;
}

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

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

.share-this-visual-text {
  opacity: .8;
  color: rgba(51, 51, 51, .94);
  text-transform: none;
  margin-bottom: 11px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

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

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

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

.separator-2 {
  width: 20%;
  height: 3px;
  background-color: rgba(51, 51, 51, .8);
  margin-bottom: 10px;
}

.text-block-8 {
  opacity: .9;
  color: rgba(51, 51, 51, .8);
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

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

.fdd-right-arrow-svg {
  width: 30px;
  height: 30px;
  color: #00558c;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.related-visuals {
  width: 97%;
  border: 1px rgba(0, 0, 0, .08);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 25px;
  display: flex;
  overflow: auto;
}

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

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

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

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

.image-shadow {
  width: 360px;
  height: 212px;
  color: #fff;
  object-fit: fill;
  border-radius: 3px;
  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 rgba(0, 0, 0, .64);
}

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

.footer-heading-2 {
  width: auto;
  color: #00558c;
  letter-spacing: -2.75px;
  text-transform: none;
  flex: none;
  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 {
  width: 100%;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  overflow: visible;
}

.swiper-slide {
  width: 360px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  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);
}

.swiper-slide.ishidden {
  display: none;
}

.spacer {
  width: 15px;
  height: 15px;
}

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

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

.fdd-issues {
  height: 90px;
  background-image: linear-gradient(270deg, #008ec0, #00558c);
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.fdd-issues-wrapper-2 {
  width: 100%;
  max-width: 1140px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: -153px;
}

.heading-9 {
  color: #fff;
  font-family: Vollkorn, serif;
  font-style: italic;
  font-weight: 400;
}

.post-bar-content {
  color: #fff;
  text-transform: uppercase;
  margin-left: 50px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

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

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

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

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

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

.media-center-button {
  height: auto;
  color: #5484af;
  text-align: center;
  border: 2px solid #467aa9;
  border-radius: 22px;
  align-items: center;
  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: #467aa9;
}

.lwj-footer-social-icon-link {
  text-decoration: none;
}

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

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

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

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

.html-embed {
  width: 100vw;
  height: 100svh;
  margin-top: 0;
}

.html-embed.mobile {
  display: none;
}

.main-block {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.title-wrap {
  height: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  color: #e20000;
  font-family: urw-din-condensed, sans-serif;
  font-weight: 900;
}

._2 {
  z-index: 1000;
  width: 35svh;
  max-width: 800px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: static;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._1 {
  z-index: 1000;
  width: 60%;
  max-width: none;
  position: static;
}

._1.bottom {
  width: 100%;
}

._3 {
  width: 60%;
  max-width: none;
}

._3.bottom {
  width: 100%;
}

.green {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  color: rgba(0, 0, 0, .7);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 5px;
  margin-top: 39px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  transition: all .25s;
}

.button:hover {
  color: #fff;
  background-color: #2c2c2c;
  font-weight: 700;
}

.red {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-14 {
  color: #a1a1a1;
  align-items: center;
  font-family: urw-din-condensed, sans-serif;
  font-size: 1vh;
  display: flex;
}

.fdd-button-navbar {
  text-transform: uppercase;
  background-color: #363636;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 0;
  padding: 10px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  line-height: 100%;
  transition: all .25s;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.fdd-button-navbar:hover {
  background-color: #696969;
  font-weight: 700;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.tab-grid {
  width: 70%;
  max-height: 100%;
  max-width: 1100px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(335px, 335px));
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  align-items: start;
  justify-items: center;
  margin: 0 20px 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  transition: all .3s;
  display: grid;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 7%;
  right: auto;
  overflow: scroll;
}

.tab-grid.blur {
  filter: blur(5px);
  cursor: not-allowed;
  margin-left: 20px;
  margin-right: auto;
  position: relative;
}

.ellipse {
  width: 335px;
  max-width: 335px;
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: rgba(97, 97, 97, .42);
  border: .25px solid rgba(170, 153, 153, .24);
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 14px;
  font-family: urw-din-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  position: relative;
}

.ellipse:hover {
  font-weight: 700;
  transform: scale(1.05);
  box-shadow: 8px 8px 5px rgba(0, 0, 0, .2);
}

.ellipse.hovertag {
  opacity: 1;
  filter: grayscale(0%);
  display: none;
}

.group-image {
  width: 80px;
  height: 80px;
  filter: grayscale();
  object-fit: cover;
  border: 1px solid #c4c4c4;
  border-radius: 100%;
}

.group-image.hover {
  filter: grayscale(0%);
  box-shadow: 0 0 13px 5px rgba(0, 0, 0, .23);
}

.group-image.inside {
  filter: none;
}

.group-name {
  white-space: pre-wrap;
  line-height: 120%;
  transition: opacity .2s;
}

.content-main {
  width: 100%;
  height: 80vh;
  max-height: 950px;
  background-color: #403f42;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  width: auto;
  height: 40vh;
}

.buttons-wrapper {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.right-col {
  width: 25vw;
  height: 100%;
  max-width: 383.797px;
  background-color: #fdfdfd;
  background-image: linear-gradient(to top, #000, #cfcfcf 0%, #fff);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: auto;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0%;
}

.filter-button {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5vh;
  padding: 10px;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.filter-button:hover, .filter-button.hover-effect, .filter-button.hover-effect-2 {
  outline-offset: 0px;
  background-color: rgba(255, 0, 0, .14);
  outline: 1px solid #de0000;
}

.svg-op-1 {
  opacity: 1;
}

.popup {
  z-index: 10;
  height: 70%;
  max-width: 700px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin: auto;
  padding: 39px;
  font-family: lato, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
  box-shadow: 0 4px 20px 19px rgba(0, 0, 0, .4);
}

.popup.is-hidden {
  width: 0;
  height: auto;
  max-width: none;
  box-shadow: none;
  background-color: #c7c7c7;
  border-style: none;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  position: static;
}

.popup-klname {
  color: rgba(0, 0, 0, .7);
  font-family: lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.div-block-2 {
  margin-left: 14px;
}

.poup-image {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  border-radius: 100%;
}

.p-bottombar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-9 {
  color: rgba(0, 0, 0, .7);
  text-transform: none;
  font-family: urw-din-condensed, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.popup-keyleader {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.popup-keyleader.is-hidden {
  display: none;
}

.icon {
  width: 25px;
  height: 25px;
  color: #ff2327;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-text-header {
  color: rgba(0, 0, 0, .7);
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: urw-din-condensed, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.p-heading {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.list {
  padding-left: 20px;
}

.p-top-name {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.b-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.bottom-text {
  color: rgba(0, 0, 0, .7);
  margin-top: 0;
  font-size: 17px;
  line-height: 22px;
  list-style-type: square;
}

.text-span {
  color: rgba(0, 0, 0, .7);
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.p-bottom-frame {
  display: flex;
}

.text-block-10 {
  margin-top: 2px;
  font-size: 15px;
  font-style: italic;
  line-height: 17px;
}

.founded-wrap {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.popup-heading {
  max-width: 800px;
  color: rgba(0, 0, 0, .7);
  text-align: left;
  text-transform: uppercase;
  white-space: pre-line;
  font-family: urw-din-condensed, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.link-6 {
  color: rgba(0, 0, 0, .7);
  border-bottom: 1px solid #467aa9;
  text-decoration: none;
  transition: all .2s;
}

.link-6:hover {
  color: #467aa9;
  border-bottom-width: 3px;
}

.p-heading-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0;
  display: flex;
}

.close-icon {
  width: 3vh;
  height: 3vh;
  color: rgba(22, 0, 66, .29);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: color .25s;
  display: flex;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.close-icon:hover {
  color: #a7a2b1;
}

.p-heading-2-top {
  grid-column-gap: .5vh;
  grid-row-gap: .5vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.p-heading-2 {
  border-left-style: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.p-top-image {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.p-bottom-image {
  width: 4vh;
  height: 4vh;
  max-width: none;
  object-fit: fill;
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 9%;
  padding: 1%;
}

.popup-klimage {
  width: 5vh;
  height: 5vh;
  object-fit: cover;
  border-radius: 11%;
  margin-right: 7px;
}

.p-top-bar {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: grid;
}

.text-block-10-copy {
  color: rgba(0, 0, 0, .7);
  margin-top: 2px;
  padding-left: 0;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
}

.vertical-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .14);
  margin-top: 1vh;
  margin-bottom: 12px;
}

.div-block-7 {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  justify-content: space-between;
  align-items: center;
  margin-left: 26px;
  display: flex;
}

.svg-op {
  opacity: 0;
}

.svg-op.svg-op-1 {
  opacity: 1;
}

.grid {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  display: flex;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.tab-leg {
  width: 2.5rem;
  height: 5px;
  max-width: 35px;
  background-color: #994747;
  border-radius: 6px;
}

.tab-leg.lebanon {
  background-color: #998ae4;
}

.tab-leg.syria {
  background-color: #ffea00;
}

.tab-leg.gaza {
  background-color: #03a9f4;
}

.tab-leg.westb {
  background-color: #ff8000;
}

.text-block-15 {
  margin-left: 8px;
}

.paragraph {
  color: #5a5a5a;
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.image {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.button-2 {
  text-transform: uppercase;
  background-color: #9b9b9b;
  border-radius: 3px;
  margin-top: 2vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 39px;
  padding-right: 39px;
  font-family: urw-din, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  background-color: #595f64;
}

.map-button-wrap {
  max-width: 250px;
  flex: 1;
}

.popup-main {
  z-index: 10;
  height: auto;
  max-width: none;
  box-shadow: none;
  opacity: 0;
  background-color: #c7c7c7;
  border: 1px rgba(0, 0, 0, .25);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  margin: auto;
  padding: 39px 0;
  font-family: lato, sans-serif;
  transition: all .2s;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
  transform: scale(0);
}

.popup-main.open {
  width: auto;
  height: auto;
  max-height: 96%;
  max-width: 900px;
  opacity: 1;
  outline-offset: 0px;
  background-color: #fff;
  outline: 1px solid #8d8d8d;
  margin-top: auto;
  padding: 24px;
  position: relative;
  overflow: auto;
  transform: scale(1);
  box-shadow: 7px 8px 5px rgba(0, 0, 0, .44);
}

.name-photo-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.separator {
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.separator.on {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(90, 90, 90, .93);
  display: flex;
}

.heading-15 {
  color: #494949;
  text-align: left;
  font-family: urw-din, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.heading-16 {
  color: #494949;
  text-align: left;
  margin-top: 20px;
  font-family: urw-din, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
}

.button-3 {
  color: rgba(0, 0, 0, .7);
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .7);
  border-radius: 5px;
  margin-top: 39px;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  transition: all .25s;
}

.button-3:hover {
  color: #fff;
  background-color: #2c2c2c;
  font-weight: 700;
}

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

.swiper {
  width: 100%;
}

.swiper-wrapper-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

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

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

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

.image-shadow-2:hover {
  box-shadow: 0 4px 15px -3px rgba(0, 0, 0, .64);
}

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

.swiper-slide-2 {
  width: auto;
  flex: none;
  margin-right: 20px;
}

.container {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.1em 2em;
}

.related-wrap-2 {
  width: 360px;
}

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

.swiper-horizontal.ui.is-hidden, .swiper-scrollbar {
  display: none;
}

.swiper-pagination-2 {
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}

.swiper-arrow {
  width: 6em;
  height: 3em;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  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;
}

.slider-css {
  height: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  display: flex;
}

.text-span-3, .pre {
  white-space: pre;
}

.a.bottom-text {
  text-decoration: underline;
}

.close {
  width: 40px;
  height: 40px;
  color: #4c4c4c;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s ease-out;
  display: flex;
}

.close:hover {
  transform: scale(1.2);
}

.close-windown {
  z-index: 5;
  cursor: w-resize;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-11 {
  position: absolute;
}

.loading-screen {
  z-index: 20;
  background-color: #272727;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  width: 50px;
  height: 50px;
}

.lottie-animation {
  width: 80px;
}

@media screen and (min-width: 1920px) {
  .text-block-9 {
    font-size: 22px;
  }

  .popup-keyleader {
    margin-left: 0;
  }

  .icon {
    width: 30px;
    height: 30px;
  }

  .bottom-text-header {
    margin-bottom: 6px;
    font-size: 22px;
  }

  .bottom-text {
    font-size: 18px;
    line-height: 24px;
  }

  .text-span {
    font-weight: 600;
  }

  .text-block-10 {
    margin-top: 13px;
  }

  .founded-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .popup-heading {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    text-decoration: none;
  }

  .p-heading-copy {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-heading-2 {
    margin-top: 0;
  }

  .popup-klimage {
    width: 5vh;
    height: 5vh;
  }

  .text-block-10-copy {
    margin-top: 2px;
  }
}

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

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

  .feature-image {
    min-height: 70svh;
    background-image: url('../images/Visual_IranBackedTerroristGroups_LogoBackground_Mobile_v01.jpg');
    background-size: cover;
    justify-content: space-around;
    padding-bottom: 40px;
  }

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

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

  .content-container {
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section {
    height: auto;
    max-height: none;
    margin-bottom: 0;
    position: relative;
    overflow: visible;
  }

  .heading-14 {
    padding-left: 15%;
    font-size: 22px;
  }

  .content-wrapper {
    width: 80%;
  }

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

  .separator-2 {
    background-color: rgba(0, 0, 0, .6);
  }

  .text-block-8 {
    color: rgba(0, 0, 0, .7);
    font-size: 12px;
    line-height: 20px;
  }

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

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

  .image-shadow {
    width: 100%;
  }

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

  .swiper-slide {
    width: 350px;
  }

  .fdd-issues-wrapper-2 {
    justify-content: flex-start;
    margin-left: 10px;
    padding-left: 0;
    left: auto;
  }

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

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

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

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

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

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

  .html-embed {
    width: 100vw;
  }

  ._2 {
    width: 25svh;
  }

  ._1 {
    width: 100vw;
  }

  ._1.bottom {
    display: none;
  }

  ._3 {
    width: 100vw;
  }

  ._3.bottom, .fdd-button-navbar {
    display: none;
  }

  .tab-grid {
    width: 90%;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    overflow: hidden;
  }

  .ellipse {
    width: 100%;
    max-width: none;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: row;
    justify-content: space-between;
  }

  .group-image {
    width: 80px;
    max-width: none;
  }

  .group-name {
    text-align: left;
    font-size: 18px;
  }

  .content-main {
    height: auto;
    max-height: none;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0;
    position: relative;
    overflow: visible;
  }

  .image-wrapper {
    height: 15vh;
  }

  .buttons-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-top: 0;
    margin-left: 20px;
    display: grid;
  }

  .right-col {
    width: 100%;
    height: auto;
    max-height: 100vh;
    max-width: none;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
  }

  .filter-button {
    width: 135.523px;
    margin-bottom: 0;
  }

  .popup {
    z-index: 10;
    max-width: 600px;
    padding: 22px;
    display: block;
    top: 461px;
    overflow: auto;
  }

  .popup.is-hidden {
    display: none;
  }

  .popup-klname {
    font-family: urw-din-condensed, sans-serif;
    font-size: 18px;
  }

  .poup-image {
    width: 100px;
    height: 100px;
  }

  .text-block-9 {
    font-family: urw-din-semi-condensed, sans-serif;
    font-size: 18px;
  }

  .popup-keyleader {
    margin-left: 10px;
  }

  .icon {
    width: 20px;
    height: 20px;
  }

  .bottom-text-header {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .p-heading {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .p-top-name {
    max-width: 70dvw;
  }

  .text-span {
    text-transform: capitalize;
    font-size: 16px;
  }

  .text-block-10 {
    margin-top: 3px;
    font-size: 15px;
  }

  .popup-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .p-heading-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .close-icon {
    width: 5dvw;
    height: 5dvw;
  }

  .p-heading-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 5px;
  }

  .p-top-image {
    padding-right: 4px;
  }

  .p-bottom-image {
    width: 6vh;
    height: 6vh;
    padding: 0;
  }

  .popup-klimage {
    width: 4vh;
    height: 4vh;
  }

  .text-block-10-copy {
    margin-top: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .div-block-7 {
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    justify-content: center;
    margin-left: 0;
  }

  .grid {
    order: 1;
  }

  .tab-leg {
    width: 30px;
  }

  .map-button-wrap {
    max-width: none;
    order: -1;
    align-items: center;
    display: flex;
  }

  .popup-main {
    z-index: 10;
    max-width: 600px;
    padding: 22px;
    display: none;
    top: 461px;
    overflow: auto;
  }

  .popup-main.open {
    margin-top: 0;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 220px;
  }

  .div-block-9 {
    display: none;
  }

  .name-photo-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .heading-15, .heading-16 {
    padding-left: 15%;
    font-size: 22px;
  }

  .image-shadow-2 {
    width: 100%;
  }

  .swiper-slide-2 {
    width: 50%;
  }

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

@media screen and (max-width: 767px) {
  .nav-bar-wrapper {
    justify-content: center;
  }

  .fdd-logo-div-2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-div-2 {
    display: none;
  }

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

  .title-section {
    bottom: 6%;
  }

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

  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-section {
    max-height: none;
  }

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

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

  .share-icons {
    width: 100px;
  }

  .italic-text-2 {
    color: rgba(0, 0, 0, .8);
  }

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

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

  .text-block-8 {
    color: rgba(0, 0, 0, .7);
    line-height: 20px;
  }

  .creative-credit-div {
    text-align: left;
    border-top: 3px rgba(0, 0, 0, .8);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    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;
  }

  .image-shadow {
    width: 322px;
  }

  .swiper-slide {
    width: 350px;
  }

  .fdd-issues-wrapper-2 {
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    margin: auto 10px;
  }

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

  .footer-top {
    color: #3a5b70;
  }

  .fdd-footer {
    height: 250px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .html-embed {
    display: none;
  }

  .html-embed.mobile {
    display: flex;
  }

  ._1, ._3 {
    width: 200vw;
  }

  .tab-grid {
    width: auto;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-right: 0;
    overflow: hidden;
  }

  .ellipse {
    max-width: 335px;
    padding: 0 8px;
  }

  .group-name {
    text-align: left;
  }

  .right-col {
    max-width: none;
  }

  .filter-button {
    margin-bottom: .15vh;
  }

  .popup {
    padding: 20px;
  }

  .p-bottombar {
    grid-template-columns: 1fr;
    font-size: 12px;
    line-height: 15px;
  }

  .bottom-text-header {
    font-size: 18px;
    line-height: 20px;
  }

  .p-heading {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .p-top-name {
    max-width: 90dvw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .b-left {
    grid-template-columns: 1fr;
  }

  .founded-wrap {
    width: 100%;
    align-self: flex-start;
  }

  .popup-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .p-heading-copy {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
  }

  .p-heading-2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .p-top-image {
    border-right-style: none;
    padding-right: 0;
    display: block;
  }

  .popup-klimage {
    width: 4vh;
    height: 4vh;
  }

  .paragraph {
    width: 200px;
    font-size: 18px;
    line-height: 25px;
  }

  .popup-main {
    padding: 20px;
  }

  .name-photo-wrap {
    width: 80%;
    grid-template-columns: .25fr 1fr;
  }

  .image-shadow-2 {
    width: 322px;
  }

  .swiper-slide-2 {
    width: 100%;
  }

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

@media screen and (max-width: 479px) {
  .nav-bar-wrapper {
    width: auto;
    justify-content: flex-start;
    position: static;
  }

  .fdd-logo-div-2 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .progress-bar {
    width: auto;
  }

  .title-div-2 {
    display: none;
  }

  .feature-image {
    width: 100vw;
    height: auto;
    min-height: auto;
    background-size: cover;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

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

  .author {
    text-align: center;
    margin-bottom: 0;
    font-size: 3vw;
  }

  .title-section {
    margin-bottom: 10%;
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .author-wrapper {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .horizontal-divider {
    width: 10vw;
    margin: 0 0 0;
  }

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

  .content-container {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .heading-14 {
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0%;
    font-size: 18px;
  }

  .content-wrapper {
    width: 80%;
  }

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

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

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

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

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

  .separator-2 {
    width: 20%;
  }

  .text-block-8 {
    color: rgba(0, 0, 0, .7);
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 20px;
  }

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

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

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

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

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

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

  .related-wrap {
    width: 300px;
  }

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

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

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

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

  .related-bylines {
    letter-spacing: normal;
    align-self: auto;
    margin-left: 0;
    margin-right: auto;
  }

  .fdd-issues {
    height: 120px;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
  }

  .fdd-issues-wrapper-2 {
    width: 90%;
    flex-direction: row;
    align-content: stretch;
    align-items: center;
  }

  .post-bar-content {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 20px;
  }

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

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

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

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

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

  .html-embed {
    width: 100vw;
    height: 100svh;
  }

  .html-embed.mobile {
    width: 100%;
    height: 110vh;
    justify-content: center;
    display: flex;
  }

  .title-wrap {
    width: 100%;
    height: 100%;
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    flex-direction: column;
    flex: 1;
    padding-bottom: 0%;
  }

  ._2 {
    width: 60svw;
    top: 1%;
    overflow: hidden;
  }

  ._1.bottom {
    margin-bottom: 10px;
    display: block;
  }

  ._3 {
    max-width: none;
  }

  ._3.bottom {
    display: block;
  }

  .green {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .red {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-14 {
    margin-top: 0;
  }

  .tab-grid {
    padding-right: 0;
    overflow: scroll;
  }

  .ellipse {
    max-width: 380.172px;
  }

  .ellipse:hover {
    transform: none;
  }

  .group-image {
    width: 60px;
    height: 60px;
  }

  .content-main {
    width: 100%;
    padding: 0;
  }

  .image-wrapper {
    height: 22vh;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .right-col {
    max-height: none;
    padding: 8px;
    top: 0;
    box-shadow: 0 13px 9px rgba(0, 0, 0, .2);
  }

  .filter-button {
    border-width: 2px;
    padding: 1vh;
  }

  .filter-button:hover {
    outline-offset: 0px;
    background-color: rgba(255, 255, 255, .14);
    outline: 1px #de0000;
  }

  .popup {
    width: auto;
    background-color: #fff;
    border-right-style: none;
    border-radius: 20px;
    display: flex;
    position: fixed;
    top: 0;
    left: 2%;
    right: 2%;
    overflow: auto;
  }

  .popup-klname {
    font-size: 16px;
    line-height: 18px;
  }

  .poup-image {
    width: 70px;
    height: 70px;
    max-height: none;
  }

  .p-bottombar {
    display: flex;
  }

  .text-block-9, .bottom-text-header {
    font-size: 16px;
    line-height: 18px;
  }

  .p-heading {
    margin-bottom: 0;
  }

  .list {
    margin-bottom: 0;
  }

  .p-top-name {
    max-width: none;
  }

  .b-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .bottom-text {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    list-style-type: square;
  }

  .text-span {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-10 {
    font-size: 1.5vh;
    line-height: 1.7vh;
  }

  .popup-heading {
    font-size: 20px;
    line-height: 22px;
  }

  .p-heading-copy {
    width: 100%;
    border-left-style: none;
    justify-content: flex-start;
  }

  .close-icon {
    width: 5dvw;
    height: 5dvw;
    top: 5%;
    right: 2%;
  }

  .p-heading-2 {
    margin-bottom: 0;
  }

  .p-top-image {
    display: flex;
  }

  .popup-klimage {
    width: 40px;
    height: 40px;
    display: block;
  }

  .text-block-10-copy {
    font-size: 13px;
    line-height: 16px;
  }

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

  .image {
    height: 100%;
  }

  .popup-main {
    width: auto;
    height: 0;
    background-color: #fff;
    border-right-style: none;
    border-radius: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: auto;
  }

  .popup-main.open {
    z-index: 10;
    width: auto;
    height: auto;
    max-width: none;
    background-color: #fff;
    margin-top: 0%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .name-photo-wrap {
    height: 80px;
    margin-left: 10px;
  }

  .separator {
    z-index: -10;
    position: absolute;
  }

  .separator.on {
    height: auto;
    position: absolute;
  }

  .heading-15, .heading-16 {
    text-align: center;
    margin-bottom: 5px;
    padding-left: 0%;
    font-size: 18px;
  }

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

  .related-wrap-2 {
    width: 300px;
  }
}

#w-node-_4492c58d-edf8-fe2d-cee8-4812e7e38279-a728f4f8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4492c58d-edf8-fe2d-cee8-4812e7e3827d-a728f4f8 {
  align-self: start;
}

#i-abd-al-qadir-blue.w-node-_21236f44-1028-0391-f230-b7dc01ced328-a728f4f8, #i-Al-Aqsa-purple-blue-orange.w-node-_21236f44-1028-0391-f230-b7dc01ced330-a728f4f8, #i-asaib-red.w-node-_7ac94ce8-5fff-e557-9656-3256f964cc8b-a728f4f8, #i-badr-red.w-node-d02ad3d4-bc86-1572-409f-4a6eb33111bb-a728f4f8, #i-DFLP-red-purple-orange-blue.w-node-_21236f44-1028-0391-f230-b7dc01ced320-a728f4f8, #i-Hamas-purple-blue-orange.w-node-_21236f44-1028-0391-f230-b7dc01ced31c-a728f4f8, #i-harakat-red.w-node-_6e451339-a3da-ce99-2aa6-0949267a8560-a728f4f8, #i-Hezbollah-red-purple.w-node-_21236f44-1028-0391-f230-b7dc01ced324-a728f4f8, #i-IJMP-red-purple-orange-blue.w-node-_21236f44-1028-0391-f230-b7dc01ced334-a728f4f8, #i-IRGC-QF-red-purple.w-node-_21236f44-1028-0391-f230-b7dc01ced34c-a728f4f8, #i-kataib-red.w-node-e2183004-9702-0256-dd71-f8bcda85abaf-a728f4f8, #i-Lions-orange.w-node-_21236f44-1028-0391-f230-b7dc01ced344-a728f4f8, #i-Liwa-al-quds-red.w-node-_21236f44-1028-0391-f230-b7dc01ced338-a728f4f8, #i-Fate-red.w-node-_21236f44-1028-0391-f230-b7dc01ced33c-a728f4f8, #i-Zeynabiyoum-red.w-node-_21236f44-1028-0391-f230-b7dc01ced340-a728f4f8, #i-PMM-blue-orange.w-node-_21236f44-1028-0391-f230-b7dc01ced318-a728f4f8, #i-PFLP-red-purple-orange-blue.w-node-_21236f44-1028-0391-f230-b7dc01ced350-a728f4f8, #i-PFLP-GC-red-purple-blue.w-node-_21236f44-1028-0391-f230-b7dc01ced32c-a728f4f8, #i-PRC-blue-orange.w-node-_21236f44-1028-0391-f230-b7dc01ced348-a728f4f8 {
  justify-self: center;
}

#w-node-_6899d4a7-e27b-f889-0ffb-537565657b0b-a728f4f8, #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce6e-a728f4f8, #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce75-a728f4f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_21236f44-1028-0391-f230-b7dc01ced321-a728f4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce6e-a728f4f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce75-a728f4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4492c58d-edf8-fe2d-cee8-4812e7e38276-a728f4f8 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_4492c58d-edf8-fe2d-cee8-4812e7e3827d-a728f4f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_4492c58d-edf8-fe2d-cee8-4812e7e3828e-a728f4f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4492c58d-edf8-fe2d-cee8-4812e7e382a2-a728f4f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce6e-a728f4f8 {
    justify-self: start;
  }

  #w-node-d1848f3a-55c0-ccf1-c22d-b41f9143ce75-a728f4f8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}