.press-page {
  background-color: white;
}
.press-page a {
  color: #038294;
}
.press-page .button {
  background: #038294;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}

.press-page-header {
  background: black url(../jpg/bg_header.jpg) center no-repeat;
  background-size: cover;
}

.press-page-header__banner {
  padding: 5rem 2.5rem;
}
@media (min-width: 48em) {
  .press-page-header__banner {
    padding: 7.5rem 5rem;
  }
}
.press-page-header__banner h1 {
  color: white;
  margin: 0;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media (min-width: 48em) {
  .press-page-header__banner h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

.press-page-nav {
  display: none;
}
@media (min-width: 48em) {
  .press-page-nav {
    background-color: #02616e;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    position: sticky;
  }
}
.press-page-nav a {
  color: white;
  display: block;
  padding: 1.25rem;
  text-decoration: none;
}
.press-page-nav a:hover {
  text-decoration: underline;
}
.press-page-nav a span {
  display: none;
}
@media (min-width: 60em) {
  .press-page-nav a span {
    display: inline;
  }
}

@media (min-width: 60em) {
  .press-page__inner {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

.press-page-title {
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin: 0 0 1.875rem;
}
@media (min-width: 48em) {
  .press-page-title {
    margin: 0 0 2.5rem;
  }
}

.press-page-about__inner,
.press-page-hostile__inner,
.press-page-news__inner,
.press-page-radio__inner,
.press-page-images__inner,
.press-page-where__inner {
  margin: 0 auto;
  max-width: 25rem;
  padding: 5rem 2.5rem;
}
@media (min-width: 48em) {
  .press-page-about__inner,
  .press-page-hostile__inner,
  .press-page-news__inner,
  .press-page-radio__inner,
  .press-page-images__inner,
  .press-page-where__inner {
    overflow: hidden;
    max-width: 75rem;
    padding: 7.5rem 2.5rem;
  }
}

.press-page-about__inner {
  display: grid;
  grid-gap: 2.5rem;
}
@media (min-width: 48em) {
  .press-page-about__inner {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5rem;
    align-items: center;
  }
}
.press-page-about__inner .press-page-title {
  margin-top: 0;
  margin-bottom: 1.875rem;
  text-align: left;
}
.press-page-about__inner p:last-child {
  padding-bottom: 0;
}

.press-page-about__photo img {
  border-radius: 0.375rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.14);
}

.press-page-hostile {
  background: #f4f1ea url(../png/map.png) center 3.75rem no-repeat;
  background-size: cover;
  position: relative;
}
.press-page-hostile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(244, 241, 234, 0), rgba(244, 241, 234, 0.5));
}

.press-page-hostile__inner {
  position: relative;
  z-index: 1;
}

.press-page-hostile__types {
  margin: 0 -1.5rem 1.25rem;
  display: grid;
  grid-gap: 2.5rem;
}
@media (min-width: 48em) {
  .press-page-hostile__types {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.875rem;
  }
}

.press-page-hostile__note {
  font-size: 0.875rem;
  font-style: italic;
  opacity: 0.75;
}
@media (min-width: 48em) {
  .press-page-hostile__note {
    text-align: center;
  }
}

.press-page-hostile__content {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  padding: 1.25rem 2.5rem 2.5rem;
}
@media (min-width: 48em) {
  .press-page-hostile__content {
    padding: 1.875rem 3.125rem 3.125rem;
  }
}
.press-page-hostile__content h3 {
  color: #038294;
  letter-spacing: 0.2em;
}
.press-page-hostile__content button {
  color: #038294;
  text-decoration: underline;
  box-shadow: none;
  padding: 0;
  background: none;
}
.press-page-hostile__content button:hover {
  text-decoration: none;
}

.press-page-hostile__content-list {
  display: none;
}

@media (min-width: 48em) {
  .press-page-news__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.75rem;
  }
}
@media (min-width: 48em) {
  .press-page-news__inner .press-page-title {
    grid-column: 1/3;
  }
}

.press-page-news__articles {
  margin-bottom: 5rem;
}
@media (min-width: 48em) {
  .press-page-news__articles {
    margin-bottom: 0;
  }
}

.press-page-news__articles-list {
  list-style: none;
  padding: 0;
  margin: 0 -1.25rem;
  display: grid;
  grid-gap: 2.5rem;
}
@media (min-width: 48em) {
  .press-page-news__articles-list {
    margin: 0;
  }
}

.press-page-news__article-link {
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
@media (min-width: 60em) {
  .press-page-news__article-link {
    display: grid;
    grid-template-columns: 8.75rem 1fr;
    grid-column-gap: 1.875rem;
  }
}
.press-page-news__article-link:hover {
  background-color: rgba(3, 130, 148, 0.1);
}

.press-page-news__article-photo {
  margin-bottom: 1.25rem;
}
@media (min-width: 60em) {
  .press-page-news__article-photo {
    grid-row: 1/4;
    margin-bottom: 0;
  }
}
.press-page-news__article-photo img {
  object-fit: cover;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 0.375rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.14);
}

.press-page-news__article-from {
  grid-column: 2;
  grid-row: 1;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.press-page-news__article-date {
  grid-column: 2;
  grid-row: 2;
  color: #444;
  opacity: 0.5;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 1rem;
}

.press-page-news__article-title {
  grid-column: 2;
  grid-row: 3;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.35;
  margin: 0;
}

.press-page-news__todd-sub {
  font-weight: bold;
  color: #444;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}

.press-page-news__todd-photo {
  margin: 0 -1.25rem;
}
.press-page-news__todd-photo img {
  border-radius: 0.375rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.14);
}

.press-page-news__todd-title {
  margin-bottom: 0.3125rem;
}

.press-page-news__todd-content {
  font-size: 16px;
  font-size: 1rem;
}
.press-page-news__todd-content ul {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1.25rem;
}
.press-page-news__todd-content li {
  margin-bottom: 0.625rem;
}

.press-page-news__todd-control {
  border-top: 1px solid #ccc;
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 48em) {
  .press-page-news__todd-control {
    flex-direction: row;
  }
}

.press-page-radio {
  background-color: #f4f1ea;
}

.press-page-radio__episodes-list {
  list-style: none;
  margin: 0 -1.25rem;
  padding: 0;
  display: grid;
  grid-gap: 2.5rem;
}
@media (min-width: 48em) {
  .press-page-radio__episodes-list {
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

.press-page-radio__episode-link {
  display: block;
  text-decoration: none;
  padding: 1.25rem;
  border-radius: 0.5rem;
}
.press-page-radio__episode-link:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

.press-page-radio__episode-photo {
  margin-bottom: 1.25rem;
}
.press-page-radio__episode-photo img {
  border-radius: 0.375rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.14);
}

.press-page-radio__episode-title {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.35;
  margin: 0 0 0.625rem;
}

.press-page-radio__episode-date {
  color: #444;
  opacity: 0.5;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
}

.press-page-images__photo {
  margin-bottom: 1.875rem;
}
.press-page-images__photo img {
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.15);
}

.press-page-images__detail {
  display: grid;
  grid-gap: 2.5rem;
  max-width: 45rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .press-page-images__detail {
    grid-template-columns: 1fr auto;
    padding-bottom: 0;
  }
}

.press-page-images__caption {
  margin-bottom: 1rem;
}

.press-page-images__credit {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.press-page-images__controls .button {
  color: white;
}
.press-page-images__controls .button:hover {
  background-color: #025662;
  cursor: pointer;
}

.press-page-images__contact {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 5rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 1.875rem;
  text-align: center;
}
.press-page-images__contact button {
  background: none;
  color: #038294;
  text-decoration: underline;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  box-shadow: none;
}
.press-page-images__contact button:hover {
  text-decoration: none;
}

.press-page-where {
  overflow: hidden;
  background-color: #f4f1ea;
}

.press-page-where__inner {
  max-width: 100%;
}
@media (min-width: 48em) {
  .press-page-where__inner {
    display: grid;
    grid-column-gap: 5rem;
    grid-template-columns: 2fr 1fr;
    max-width: 75rem;
  }
}
@media (min-width: 60em) {
  .press-page-where__inner {
    grid-template-columns: 2fr 1.5fr;
  }
}
@media (min-width: 48em) {
  .press-page-where__inner .press-page-title {
    grid-column: 1/3;
  }
}

.press-page-where__photos {
  margin: 0 auto 2.5rem;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .press-page-where__photos {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.press-page-where__photos img {
  border-radius: 0.375rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.14);
}

.press-page-where__countries-title {
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.press-page-where__countries {
  margin: 0 auto 5rem;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .press-page-where__countries {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
}
@media (min-width: 72em) {
  .press-page-where__countries {
    margin-bottom: 1.25rem;
  }
}
.press-page-where__countries ul {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
@media (min-width: 48em) {
  .press-page-where__countries ul {
    columns: 2;
  }
}
.press-page-where__countries .press-page-where__country {
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: center left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.press-page-where__countries .press-page-where__country a {
  display: block;
  padding: 1rem 0 0.875rem 3.125rem;
}

@media (min-width: 48em) {
  .press-page-where__gpg {
    grid-column: 1/3;
  }
}

.press-page-where__gpg-note {
  background-color: rgba(219, 208, 186, 0.5);
  font-weight: normal;
  margin: 0 -2.5rem;
  padding: 1.25rem 2.5rem;
  font-size: 1rem;
}
@media (min-width: 48em) {
  .press-page-where__gpg-note {
    margin: 0 -0.625rem;
    text-align: center;
  }
}
@media (min-width: 72em) {
  .press-page-where__gpg-note {
    margin: 0;
  }
}

.press-page-where__gpg-map {
  margin: 0 -2.5rem;
}

.press-invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.press-images-carrousel {
  position: relative;
}

.press-images-carrousel__container {
  white-space: nowrap;
}

.press-images-carrousel__control__list {
  position: absolute;
  list-style-type: none;
  top: 100%;
  right: 0;
  left: 0;
  padding-left: 0;
  text-align: center;
}

.press-images-carrousel__control__list__item {
  display: inline-block;
  margin: 0 0.5em;
}

.press-images-carrousel__control__list__link {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: white;
  border: 1px solid #038294;
  border-radius: 1em;
  cursor: pointer;
}
.press-images-carrousel__control__list__link:focus, .press-images-carrousel__control__list__link:hover, .press-images-carrousel__control__list__link:active, .press-images-carrousel__control__list__link[aria-selected=true] {
  background-color: #038294;
}
.press-images-carrousel__control__list__link:focus, .press-images-carrousel__control__list__link:hover, .press-images-carrousel__control__list__link:active {
  outline: 2px dotted #038294;
}

.press-images-carrousel__button-container {
  position: absolute;
  top: 1.25rem;
  z-index: 9;
}
@media (min-width: 48em) {
  .press-images-carrousel__button-container {
    top: 50%;
  }
}
@media (min-width: 48em) {
  .press-images-carrousel__button-container {
    top: 16.5rem;
  }
}

.press-images-carrousel__button__previous {
  left: -1.25rem;
}
@media (min-width: 48em) {
  .press-images-carrousel__button__previous {
    left: -0.625rem;
  }
}

.press-images-carrousel__button__next {
  right: -1.25rem;
}
@media (min-width: 48em) {
  .press-images-carrousel__button__next {
    right: -0.625rem;
  }
}

.press-images-carrousel__button__button {
  margin: 0;
  padding: 0.375rem;
  background: #038294;
  border: 0;
  cursor: pointer;
}
@media (min-width: 48em) {
  .press-images-carrousel__button__button {
    padding: 1rem;
  }
}
.press-images-carrousel__button__button:hover {
  background: #025662;
}

.fade .carrousel__content {
  animation: fadein 1s;
  white-space: normal;
}

.fade .carrousel__content[aria-hidden=true] {
  animation: fadeout 1s;
}

.fade .carrousel__content[aria-hidden=true] {
  display: none;
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.125rem 0.5rem 7.5rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media (min-width: 23em) {
  .dialog {
    padding: 3.125rem 1.25rem 7.5rem;
  }
}
.dialog[aria-hidden=false] {
  animation-name: showDialog;
  animation-duration: 0.3s;
  display: block;
}

@keyframes showDialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dialog__close {
  position: absolute;
  right: 1rem;
  top: 1.875rem;
  background: #038294;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  text-indent: -999rem;
  background: #038294 url(https://assets.persecution.com/public/graphics/site/press/icon_close.svg) center no-repeat;
  background-size: 2rem auto;
}
@media (min-width: 23em) {
  .dialog__close {
    right: 1.875rem;
  }
}
@media (min-width: 32em) {
  .dialog__close {
    right: auto;
    left: calc(50% + 11.875rem);
  }
}
.dialog__close:hover {
  background: #025662 url(https://assets.persecution.com/public/graphics/site/press/icon_close.svg) center no-repeat;
  background-size: 2.25rem auto;
}

.dialog__inner {
  background-color: white;
  padding: 1.5rem 1.25rem;
  color: #444;
  margin: 0 auto;
  max-width: 30rem;
  border-radius: 0.3125rem;
}
@media (min-width: 24em) {
  .dialog__inner {
    padding: 2.5rem 1.875rem;
  }
}
.dialog[aria-hidden=false] .dialog__inner {
  animation-name: showDialogForm;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.dialog__inner h2 {
  margin: 0 0 1.25rem;
  line-height: 1.25;
}
@media (min-width: 24em) {
  .dialog__inner h2 {
    margin-bottom: 1.875rem;
  }
}
.dialog__inner label {
  color: #038294;
}
.dialog__inner [type=submit] {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.dialog__inner [type=submit]:hover {
  background: #025662;
}

.press-country-list ul {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
}
.press-country-list .press-country-list__country {
  background-repeat: no-repeat;
  background-size: 2rem auto;
  background-position: center left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.press-country-list .press-country-list__country a {
  display: block;
  color: #038294;
  padding: 1rem 0 0.875rem 3.125rem;
}

.dialog__photo {
  margin: 0 -1.25rem 1.25rem;
}
@media (min-width: 24em) {
  .dialog__photo {
    margin: 0 -1.875rem 1.875rem;
  }
}

@keyframes showDialogForm {
  0% {
    transform: translateY(5rem) scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.lp-map {
  color: #444;
  background-color: #f4f1ea;
}
@media (min-width: 48em) {
  .lp-map {
    padding: 0 1.875rem 5rem;
  }
}
@media (min-width: 72em) {
  .lp-map {
    padding: 0 2.5rem 5rem;
  }
}
.gpg-embedded .lp-map {
  padding: 0 0 2.5rem;
}
@media (min-width: 74.75em) {
  .gpg-embedded .lp-map {
    padding-top: 1.25rem;
  }
}
.no-js .lp-map {
  display: none;
}

.lp-map__inner {
  margin: 0 auto;
  max-width: 75rem;
  border-top: 0.125rem solid #dbd0ba;
}
@media (min-width: 48em) {
  .lp-map__inner {
    border: 0.125rem solid #dbd0ba;
    border-radius: 0.25rem;
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 48em) {
  .gpg-embedded .lp-map__inner {
    border: none;
    border-bottom: 0.125rem solid #dbd0ba;
    border-radius: 0;
  }
}
@media (min-width: 74.75em) {
  .gpg-embedded .lp-map__inner {
    border: 0.125rem solid #dbd0ba;
    border-radius: 0.25rem;
  }
}

.lp-map__figure {
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__figure {
    overflow: hidden;
  }
}

.lp-map__embed {
  padding-top: 62.0220588%;
  position: relative;
}
.lp-map__embed svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-map__embed svg .st1,
.lp-map__embed svg .st2,
.lp-map__embed svg .st6 {
  transition: all 0.4s ease;
}
.lp-map__embed svg .st1.is-hovered,
.lp-map__embed svg .st2.is-hovered,
.lp-map__embed svg .st6.is-hovered {
  fill: #038294;
}

.lp-map__legend {
  background-color: rgba(244, 241, 234, 0.7);
  margin-top: -1.875rem;
  position: relative;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 25.875em) {
  .lp-map__legend {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-map__legend {
    margin-top: 0;
    bottom: 1.875rem;
    display: flex;
    left: 50%;
    width: 95%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media (min-width: 60em) {
  .lp-map__legend {
    left: 1.875rem;
    transform: none;
    width: auto;
  }
}

.lp-map__legend-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  margin: 0 0.625rem 0.625rem;
  padding-left: 1.875rem;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .lp-map__legend-box {
    margin: 0 0.625rem;
  }
}
.lp-map__legend-box:last-child {
  margin-bottom: 0;
}
.lp-map__legend-box::before {
  content: "";
  align-self: stretch;
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 50%;
  height: 1rem;
  margin-top: -0.5rem;
}

.lp-map__legend-box--restricted::before {
  background-color: #38281c;
}

.lp-map__legend-box--hostile::before {
  background-color: #726b58;
}

.map-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
}

.map-hover__country {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #038294;
}
.is-restricted .map-hover__country {
  color: #38281c;
}
.is-hostile .map-hover__country {
  color: #726b58;
}

.map-hover__level {
  font-style: italic;
}

.lp-map__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #038294;
  font-style: italic;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-map__title {
    padding: 3.875rem 3.125rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-map__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .lp-map__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.lp-map__boxes {
  padding: 0 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__boxes {
    padding: 0 0.625rem 3.125rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .lp-map__boxes {
    padding: 0 1.875rem 1.875rem;
  }
}
.map-box {
  padding-bottom: 2.5rem;
}
@media (min-width: 25.875em) {
  .map-box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .map-box {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 1.25rem;
  }
}

.map-box__img {
  padding-bottom: 1rem;
  position: relative;
}
.map-box__img::before {
  opacity: 0.925;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.25rem;
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.3));
}
.map-box__img img {
  border-radius: 0.25rem;
}

.map-box__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  margin: 0;
}
.map-box--centralasia .map-box__content h3, .map-box--northkorea .map-box__content h3 {
  color: #77715a;
}
.map-box--iraq .map-box__content h3 {
  color: #2f8b83;
}
.map-box--cuba .map-box__content h3, .map-box--china .map-box__content h3 {
  color: #038294;
}
.map-box__content p {
  padding-bottom: 0;
}

@media (min-width: 32em) {
  .map-box--give {
    display: flex;
  }
}
.map-box--give .map-box__content {
  background-color: #3a372c;
  border-radius: 0.25rem;
  color: white;
  padding: 1.25rem 1.25rem 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 32em) {
  .map-box--give .map-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 36em) {
  .map-box--give .map-box__content {
    flex-basis: 50%;
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 84em) {
  .map-box--give .map-box__content {
    padding: 1.25rem 3.125rem;
  }
}
.map-box--give .map-box__content p {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 25.875em) {
  .map-box--give .map-box__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 32em) {
  .map-box--give .map-box__content p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (min-width: 48em) {
  .map-box--give .map-box__content p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 54em) {
  .map-box--give .map-box__content p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .map-box--give .map-box__content p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .map-box--give .map-box__content p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 84em) {
  .map-box--give .map-box__content p {
    font-size: 32px;
    font-size: 2rem;
    padding-bottom: 2.5rem;
  }
}

.map-box__level {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.625rem;
}