@charset "UTF-8";
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap");
@font-face {
  font-family: "Atacama";
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-Light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Atacama";
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Atacama";
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-Italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Atacama";
  font-style: normal;
  font-weight: 500;
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Atacama";
  font-style: normal;
  font-weight: 600;
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Atacama";
  src: url("https://www.bu.edu/cdn/fonts/Atacama/Atacama-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.body-2026-world-cup {
  background: #ffffff;
  color: #555555;
  font-family: "Satoshi", sans-serif;
}

.wp-block-editorial-leadin {
  margin-bottom: 3.5em;
}

@media (min-width: 500px) {
  .wp-block-editorial-leadin.is-style-text-over-image .wp-block-leadin-media {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .wp-block-editorial-leadin.is-style-text-over-image .wp-block-leadin-media {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .wp-block-editorial-leadin.is-style-text-over-image .wp-block-leadin-media {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .wp-block-editorial-leadin.is-style-text-over-image .wp-block-leadin-media {
    height: 700px;
  }
}

.wp-block-group .wp-block-group__inner-container {
  display: grid;
  grid-template-rows: auto auto auto;
  row-gap: 20px;
  max-width: 600px;
}
.wp-block-group .wp-block-group__inner-container .wp-block-preformatted.category,
.wp-block-group .wp-block-group__inner-container .eyebrow,
.wp-block-group .wp-block-group__inner-container h1 {
  margin: 0;
}
.wp-block-group .wp-block-group__inner-container h1 {
  margin-bottom: 20px;
}

.wp-block-preformatted.category {
  align-items: center;
  background: #1a247d;
  border-radius: 150px;
  color: #f4f4f4;
  display: inline-flex;
  font-family: "Satoshi", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 8px;
  padding: 8px 20px;
  width: fit-content;
}
.wp-block-preformatted.category::before {
  background: #ffffff;
  border-radius: 50%;
  content: "";
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}

.eyebrow {
  color: #cb2026;
  font-family: "Satoshi", sans-serif;
  font-size: 1.0625rem;
  font-style: italic;
  font-weight: 500;
}

.wp-prepress-layout-article-content h1 {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.butoday-block-editorial-introparagraph {
  margin-top: 24px;
}

.stat-wrap {
  margin-bottom: 80px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 56px;
  padding: 0;
  width: 100vw;
}
@media (min-width: 1628px) {
  .stat-wrap {
    margin-left: -1.84275vw;
    margin-right: -1.84275vw;
    width: auto;
  }
}
.stat-wrap .blue-stripe,
.stat-wrap .green-stripe {
  height: clamp(80px, 12.285vw, 200px);
  width: 100%;
}
.stat-wrap .blue-stripe {
  background: #1a247d;
}
.stat-wrap .green-stripe {
  background: #004c3f;
}

.wc-stats {
  background: #ffffff;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  height: auto;
  justify-items: center;
  padding: 16px 0;
  width: 100%;
}
@media (min-width: 915px) {
  .wc-stats {
    grid-template-columns: repeat(3, 1fr);
    height: 200px;
    padding: 40px 24px;
    row-gap: 32px;
  }
}

.wc-stat {
  margin: 32px 0;
  text-align: center;
}
.wc-stat.wc-stat--divided {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 32px;
}
@media (min-width: 915px) {
  .wc-stat.wc-stat--divided {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
  }
}
.wc-stat__number {
  color: #cb2026;
  font-family: "Atacama", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 915px) {
  .wc-stat__number {
    font-size: 2rem;
  }
}
.wc-stat__label {
  color: #555555;
  font-family: "Satoshi", sans-serif;
  font-size: 0.7625rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 915px) {
  .wc-stat__label {
    font-size: 0.8125rem;
  }
}

.flag-nav {
  background: #ffffff;
  display: none;
  position: relative;
  z-index: 0;
}

.flag-nav-item {
  cursor: pointer;
  overflow: visible;
  position: relative;
  z-index: 0;
}
.flag-nav-item::after {
  background: #b486ff;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
  width: 10px;
  z-index: -1;
}
.flag-nav-item.is-active.row-top::after {
  opacity: 1;
  transform: translate(-50%, calc(-50% - 39px));
}
.flag-nav-item.is-active.row-bottom::after {
  opacity: 1;
  transform: translate(-50%, calc(-50% + 39px));
}
.flag-nav-item img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.flag-nav-item[aria-label="United States"] img {
  object-position: left center;
}
.flag-nav-item[aria-label=Uzbekistan] img {
  object-position: left center;
}

.flag-nav-img-wrap {
  border-radius: 4px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}
.flag-nav-img-wrap::before {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@media (min-width: 500px) {
  .flag-nav {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, minmax(0, 75px));
    justify-content: center;
    margin: 0 auto;
    padding: 16px;
    width: 100%;
  }
  .flag-nav-item {
    aspect-ratio: unset;
    height: 50px;
    max-height: 50px;
    max-width: 75px;
    width: 75px;
  }
  .flag-indicator {
    display: block;
  }
  .flag-dropdown-wrap {
    display: none;
  }
}
@media (min-width: 600px) {
  .flag-nav {
    gap: 9px;
    grid-template-columns: repeat(6, minmax(0, 75px));
    padding: 18px;
  }
}
@media (min-width: 768px) {
  .flag-nav {
    gap: 10px;
    grid-template-columns: repeat(8, minmax(0, 75px));
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .flag-nav {
    gap: 12px;
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .flag-nav {
    gap: 12px;
    grid-template-columns: repeat(12, 75px);
    grid-template-rows: repeat(2, 50px);
    justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
    padding: 24px 40px 40px;
    row-gap: 24px;
    width: auto;
  }
  .flag-nav-item {
    aspect-ratio: unset;
    height: 50px;
    width: 75px;
  }
}
@media (min-width: 1628px) {
  .flag-nav {
    margin-left: -1.84275vw;
    margin-right: -1.84275vw;
  }
}
.country-picker-wrap {
  display: block;
  padding: 16px;
}
@media (min-width: 500px) {
  .country-picker-wrap {
    display: none;
  }
}

.country-picker-trigger {
  align-items: center;
  border-bottom: 2px solid #1a247d;
  cursor: pointer;
  display: flex;
  gap: 12px;
  padding: 12px 0;
  -webkit-tap-highlight-color: transparent;
}

.country-picker-flag {
  border-radius: 4px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  flex-shrink: 0;
  height: 50px;
  overflow: hidden;
  width: 75px;
}
.country-picker-flag img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.country-picker-name {
  color: #555555;
  flex: 1;
  font-family: "Atacama", Georgia, serif;
  font-size: 1.2rem;
}

.country-picker-chevron {
  align-items: center;
  display: flex;
  transition: transform 0.2s ease;
}
.is-open .country-picker-chevron {
  transform: rotate(180deg);
}

.country-picker-backdrop {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  inset: 0;
  opacity: 0;
  position: fixed;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 200;
}
.country-picker-backdrop.is-open {
  display: block;
  opacity: 1;
}

.country-picker-panel {
  background: #ffffff;
  border-radius: 16px 16px 0 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 70vh;
  left: 0;
  position: fixed;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 201;
}
.country-picker-panel.is-open {
  transform: translateY(0);
}

.country-picker-panel-header {
  align-items: center;
  border-bottom: 1px solid rgba(26, 36, 125, 0.1);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 20px 24px 16px;
}

.country-picker-panel-title {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.country-picker-panel-close {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
}
.country-picker-panel-close:hover {
  color: #555555;
}

.country-picker-list {
  flex: 1;
  list-style: none;
  overflow-y: auto;
  padding: 8px 0 24px;
  -webkit-overflow-scrolling: touch;
}

.country-picker-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 16px;
  padding: 10px 24px;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s ease;
}
.country-picker-item:hover {
  background: rgba(26, 36, 125, 0.04);
}
.country-picker-item.is-selected::after {
  background: #b486ff;
  border-radius: 50%;
  content: "";
  height: 8px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.country-picker-item.is-selected .country-picker-item-name {
  font-weight: 700;
}

.country-picker-item-flag {
  border-radius: 4px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  flex-shrink: 0;
  height: 50px;
  overflow: hidden;
  width: 75px;
}
.country-picker-item-flag img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  width: 100%;
}

.country-picker-item-name {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 1.1rem;
  transition: color 0.15s ease;
}

.splide {
  margin: 32px auto 0;
  max-width: 700px;
  position: relative;
}
.splide:not(.is-initialized) {
  visibility: hidden;
}
@media (min-width: 960px) {
  .splide {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .splide {
    max-width: 1100px;
  }
}
.splide__track {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.splide__arrow {
  display: none !important;
}
.splide__pagination {
  display: none;
}

.slide-inner {
  padding: 20px 20px 0;
  text-align: center;
}

.wp-prepress-layout-article-content .slide-country {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.slide-rule {
  background: #1a247d;
  height: 1px;
  margin: 0 auto 16px;
  width: 40px;
}

.slide-media .slide-caption {
  font-size: 10px;
  margin: -48px 0 48px;
  text-align: left;
  text-transform: uppercase;
}
.slide-media .slide-caption:empty {
  display: none;
}

.slide-flag-wrap {
  aspect-ratio: 3/2;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  cursor: grab;
  height: auto;
  margin: 0 0 56px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 960px) {
  .slide-flag-wrap {
    aspect-ratio: unset;
    height: 450px;
    width: 100%;
  }
}
.slide-flag-wrap::before {
  align-items: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.14) 10%, rgba(0, 0, 0, 0.09) 25%, rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.01) 65%, rgba(0, 0, 0, 0) 100%);
  color: rgba(255, 255, 255, 0.9);
  content: "← drag to explore →";
  display: flex;
  font-family: "Satoshi", sans-serif;
  font-size: 0.85rem;
  inset: 0;
  justify-content: center;
  letter-spacing: 0.08em;
  padding-bottom: 12px;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.4s ease;
  z-index: 2;
}
.slide-flag-wrap::after {
  background: rgba(0, 0, 0, 0.08);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.slide-flag-wrap:active {
  cursor: grabbing;
}
.slide-flag-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  width: 100%;
}

.hint-dismissed .slide-flag-wrap::before {
  opacity: 0;
  pointer-events: none;
}

.slide-quotemark {
  color: #b486ff;
  font-size: 2.5rem;
  letter-spacing: -4px;
  line-height: 1;
  margin-bottom: 24px;
}

.slide-quote-block {
  margin: 0 auto 32px;
  max-width: 500px;
  text-align: left;
  width: 100%;
}

.slide-quote {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 500px) {
  .slide-quote {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .slide-quote {
    font-size: 1.25rem;
  }
}

.slide-attribution {
  color: #cb2026;
  font-family: "Atacama", Georgia, serif;
  font-size: 0.8rem;
  text-align: center;
}

.full-quote-link {
  color: #cb2026;
  cursor: pointer;
  font-family: "Atacama", Georgia, serif;
  font-size: 0.8rem;
  margin-left: 4px;
  text-decoration: underline;
}
.full-quote-link:hover {
  opacity: 0.75;
}

.modal-overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  justify-content: center;
  left: 50%;
  margin: 0;
  position: fixed;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1000;
}
.modal-overlay.is-open {
  display: flex;
}

#quoteModal .modal-box {
  background: #ffffff;
  border-radius: 8px;
  max-height: 80vh;
  max-width: 640px;
  overflow-y: auto;
  padding: 40px 48px;
  position: relative;
  width: 90%;
}
#quoteModal .modal-country {
  color: #555555;
  font-family: "Atacama", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 24px;
}
#quoteModal .modal-quote-block {
  border-bottom: 0.5px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
#quoteModal .modal-quote-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#quoteModal .modal-quote-text {
  color: #555555;
  font-family: "Satoshi", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
#quoteModal .modal-attribution {
  color: #cb2026;
  font-family: "Satoshi", sans-serif;
  font-size: 0.8rem;
}
#quoteModal .modal-close {
  background: none;
  border: none;
  color: #888;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  right: 20px;
  top: 16px;
}
#quoteModal .modal-close:hover {
  color: #555555;
}

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