.vice-ad {
  position: relative;
  width: 100%; }

.vice-ad__container {
  text-align: center; }

.vice-ad__ad {
  line-height: 0; }

.vice-ad__disclaimer {
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-accent-normal);
  line-height: var(--line-height-accent-tight);
  margin-bottom: 5px;
  text-transform: uppercase; }

.vice-ad__container--top-border::before {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px; }

.vice-ad__container--top-border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container--top-border::after {
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px; }

.vice-ad__container--bottom-border::before {
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10px; }

.vice-ad__container--bottom-border::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%;
  margin-top: 10px; }

.vice-ad__container--bottom-border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container--border::before, .vice-ad__container--border::after {
  background-color: rgba(0, 0, 0, 0.1);
  content: '';
  height: 1px;
  margin: 0 auto;
  width: 100%; }

.vice-ad__container--border::before {
  margin-bottom: 10px; }

.vice-ad__container--border::after {
  margin-top: 10px; }

.vice-ad__container--border .vice-ad__disclaimer {
  margin-top: -5px; }

.vice-ad__container .vice-ad__disclaimer,
.vice-ad__container--border::before,
.vice-ad__container--border::after,
.vice-ad__container--top-border::before,
.vice-ad__container--top-border::after,
.vice-ad__container--bottom-border::before,
.vice-ad__container--bottom-border::after,
.vice-ad__container[data-slot-is-loaded='true'][data-slot-is-empty='true'],
.vice-ad__container[data-slot-is-loaded='true'][data-slot-is-collapsed='true'] {
  display: none; }

.vice-ad__container[data-slot-is-loaded='true'] .vice-ad__disclaimer,
.vice-ad__container--top-border[data-slot-is-loaded='true']::before,
.vice-ad__container--top-border[data-slot-is-loaded='true']::after,
.vice-ad__container--bottom-border[data-slot-is-loaded='true']::before,
.vice-ad__container--bottom-border[data-slot-is-loaded='true']::after,
.vice-ad__container--border[data-slot-is-loaded='true']::before,
.vice-ad__container--border[data-slot-is-loaded='true']::after {
  display: block; }

.player-component {
  text-align: center;
  padding-top: 56.25%;
  position: relative; }

.player-component .player-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%; }

@font-face {
  font-display: swap;
  font-family: 'Neue Haas Grotesk Text';
  font-style: normal;
  font-weight: 700;
  src: url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.eot?#iefix") format("embedded-opentype"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff2") format("woff2"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.woff") format("woff"), url("https://vice-web-statics-cdn.vice.com/fonts/NeueHaasGroteskText/NeueHaasGroteskText-700.ttf") format("truetype"); }

.videoPoster-component {
  cursor: pointer;
  position: absolute;
  top: 0; }

.videoPoster-component:hover polygon {
  fill: gray; }

.videoPoster-component svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.videoPoster-component .videoPoster-title {
  position: absolute;
  color: white;
  font-size: 16px;
  top: 0px;
  font-family: 'Neue Haas Grotesk Text', Helvetica, sans-serif;
  font-weight: bold;
  padding: 20px;
  width: 100%;
  text-align: left;
  z-index: 2; }

.videoPoster-component img {
  max-width: 100%;
  max-height: 100%; }

.videoPoster-component .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6); }

@media (min-width: 700px) {
  .videoPoster-component .videoPoster-title {
    font-size: 20px; } }

@media (min-width: 1000px) {
  .videoPoster-component .videoPoster-title {
    font-size: 28px; } }

@keyframes blink {
  0% {
    color: #000; }
  49% {
    color: #000; }
  50% {
    color: transparent; }
  99% {
    color: transparent; }
  100% {
    color: #000; } }

.loading-fallback {
  animation: blink 1s infinite;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h1);
  font-weight: bold;
  user-select: none;
  text-transform: uppercase; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.keep-reading-lockup {
  height: 160px;
  position: relative;
  width: 160px;
  user-select: none;
  display: inline-block; }
  .keep-reading-lockup__letters {
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    height: 100%;
    width: 100%; }
    .keep-reading-lockup__letters__char {
      font-family: var(--font-family-accent);
      font-size: var(--font-size-h4);
      height: 80px;
      position: absolute;
      width: 16px;
      left: 45%;
      top: 0;
      text-transform: uppercase;
      transform-origin: bottom center; }
  .keep-reading-lockup__arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%; }

.split-header--dark {
  background-color: black;
  color: white; }

.split-header--light {
  background-color: transparent;
  color: black; }

.split-header--caps {
  text-transform: uppercase; }

.split-header__hed {
  color: inherit;
  display: block;
  font-family: var(--font-family-hed);
  -webkit-font-smoothing: antialiased;
  font-weight: var(--font-weight-hed-bold);
  line-height: var(--line-height-hed-normal);
  line-height: 1;
  margin: 0;
  padding: 0; }
  .split-header__hed--size-1 {
    font-size: var(--font-size-h1); }
  .split-header__hed--size-2 {
    font-size: var(--font-size-h2); }
  .split-header__hed--size-3 {
    font-size: var(--font-size-h3); }
  .split-header__hed--size-4 {
    font-size: var(--font-size-h4); }
  .split-header__hed--size-5 {
    font-size: var(--font-size-h5); }
  .split-header__hed--size-6 {
    font-size: var(--font-size-h6); }

.newsletter-signup {
  padding: 40px 20px; }
  @media only screen and (min-width: 700px) {
    .newsletter-signup {
      padding: 40px; } }
  .newsletter-signup--light {
    background-color: white;
    color: black; }
  .newsletter-signup--dark {
    background-color: black;
    color: white; }
  @media only screen and (min-width: 1000px) {
    .newsletter-signup__content {
      max-width: 66.67%; } }
  .newsletter-signup__title {
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    -webkit-hyphens: auto;
    hyphens: auto;
    line-height: var(--line-height-hed-tight);
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .newsletter-signup__form {
    display: flex;
    margin-bottom: 20px;
    position: relative; }
  .newsletter-signup__input {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    vertical-align: middle;
    background-color: rgba(255, 255, 255, 0.4);
    color: white;
    border: 0;
    width: 100%; }
    .newsletter-signup--success .newsletter-signup__input {
      background-color: #ffd600;
      color: black; }
    .newsletter-signup__input::placeholder {
      color: white; }
    .newsletter-signup__input:focus, .newsletter-signup__input:active {
      background-color: white;
      color: black; }
  .newsletter-signup__submit {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-tight);
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    margin-left: 10px;
    vertical-align: middle;
    background-color: white;
    color: black;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    word-break: keep-all; }
    .newsletter-signup__submit:hover {
      background-color: #ccc; }
  .newsletter-signup__disclaimer {
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5);
    line-height: var(--line-height-dek-loose);
    color: rgba(255, 255, 255, 0.6); }
  .newsletter-signup__check {
    position: absolute;
    right: 20px;
    top: 17px; }

.vice-button {
  --web-kit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  display: block;
  font-family: var(--font-family-dek);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-dek-normal);
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  width: 100%; }
  .vice-button, .vice-button--black {
    background: linear-gradient(black, black);
    color: white; }
    .vice-button:hover, .vice-button:focus, .vice-button:active, .vice-button--black:hover, .vice-button--black:focus, .vice-button--black:active {
      background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(black, black); }
  .vice-button--outline {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .vice-button--outline-dark {
    background: linear-gradient(black, black);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2); }
  .vice-button--white, .vice-button--outline {
    background: linear-gradient(white, white);
    color: black; }
    .vice-button--white:hover, .vice-button--white:focus, .vice-button--white:active, .vice-button--outline:hover, .vice-button--outline:focus, .vice-button--outline:active {
      background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(white, white); }

.user-newsletter {
  background-color: black;
  color: white; }
  .user-newsletter--light {
    background-color: white;
    color: black; }
  .user-newsletter__content {
    padding: 40px 20px; }
    @media only screen and (min-width: 700px) {
      .user-newsletter__content {
        padding: 40px; } }
  .user-newsletter__heading {
    margin-bottom: 20px; }
  .user-newsletter__title {
    -webkit-hyphens: auto;
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    line-height: var(--line-height-hed-tight);
    font-size: var(--font-size-h1);
    text-transform: uppercase;
    margin: 0;
    hyphens: auto; }
  .user-newsletter__dek {
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-normal);
    font-size: var(--font-size-h4);
    margin-top: 20px;
    margin-bottom: 0; }
  .user-newsletter__form {
    display: flex;
    margin-bottom: 20px; }
    .user-newsletter__form__wrap {
      width: 100%; }
      @media only screen and (min-width: 700px) {
        .user-newsletter__form__wrap {
          position: relative; } }
    .user-newsletter__form input[type='email'] {
      border: 0;
      height: 50px;
      padding: 0 20px;
      font-size: var(--font-size-h5);
      font-family: var(--font-family-dek);
      vertical-align: middle;
      background-color: rgba(255, 255, 255, 0.4);
      color: white;
      border-radius: 2px;
      width: 100%; }
      .user-newsletter--light .user-newsletter__form input[type='email'] {
        background: white;
        color: black;
        border: 1px solid rgba(0, 0, 0, 0.2); }
      @media only screen and (min-width: 700px) {
        .user-newsletter__form input[type='email'] {
          margin-bottom: 0; } }
      .user-newsletter__form input[type='email']::placeholder {
        color: white; }
        .user-newsletter--light .user-newsletter__form input[type='email']::placeholder {
          color: rgba(0, 0, 0, 0.2); }
      .user-newsletter__form input[type='email'].user-newsletter__form__input--disabled {
        background-color: black;
        border: solid 1px rgba(255, 255, 255, 0.2); }
        .user-newsletter--light .user-newsletter__form input[type='email'].user-newsletter__form__input--disabled {
          background-color: white;
          color: black;
          border: 1px solid rgba(0, 0, 0, 0.2); }
      .user-newsletter__form input[type='email'].user-newsletter__form__input--error {
        border: solid 1px #c80000;
        background-color: #c80000; }
        .user-newsletter--light .user-newsletter__form input[type='email'].user-newsletter__form__input--error {
          background-color: white;
          border: solid 1px #c80000;
          color: #c80000; }
  .user-newsletter__submit {
    margin-left: 15px;
    font-weight: var(--font-weight-dek-bold);
    width: auto;
    word-break: keep-all; }
  .user-newsletter__error {
    margin-top: 20px;
    font-family: var(--font-family-dek);
    font-size: var(--font-size-h5); }
    .user-newsletter--light .user-newsletter__error {
      color: #c80000; }
  .user-newsletter__edit-button {
    cursor: pointer;
    color: white;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 20px 0 0 0;
    font-size: var(--font-size-h5);
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-loose);
    text-decoration: underline; }
    @media only screen and (min-width: 700px) {
      .user-newsletter__edit-button {
        margin: 0; } }
    .user-newsletter__edit-button:hover {
      opacity: 0.4; }
    .user-newsletter--light .user-newsletter__edit-button {
      color: black; }
    @media only screen and (min-width: 700px) {
      .user-newsletter__edit-button {
        position: absolute;
        right: 20px;
        top: 14px; } }
  .user-newsletter__terms {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-family-dek);
    line-height: var(--line-height-dek-loose);
    font-size: var(--font-size-h5);
    margin: 0; }
    .user-newsletter__terms a {
      color: white; }
    .user-newsletter--light .user-newsletter__terms {
      color: rgba(0, 0, 0, 0.8); }
      .user-newsletter--light .user-newsletter__terms a {
        color: black; }
    .user-newsletter__terms + .user-newsletter__terms {
      margin-top: 15px; }
  .user-newsletter__confirm__dek {
    font-family: var(--font-family-dek);
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: var(--font-size-h4);
    line-height: var(--line-height-dek-loose); }
  .user-newsletter__confirm__resend {
    width: auto;
    font-weight: var(--font-weight-dek-bold); }

.user-newsletter-signup a:hover {
  opacity: 0.6; }

.user-newsletter-signup--dark {
  background-color: black; }
  @media only screen and (min-width: 1000px) {
    .user-newsletter-signup--dark .user-newsletter {
      width: 66.67%; } }
  .user-newsletter-signup--dark a:hover {
    color: white; }

.three-up {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: column;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .three-up {
      flex-flow: row;
      flex-wrap: wrap; } }
  .three-up .three-up__item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%; }
    .three-up .three-up__item:nth-child(3) {
      border-right: none; }
    .three-up .three-up__item:last-child {
      border-bottom: none; }
    @media only screen and (min-width: 700px) {
      .three-up .three-up__item {
        border-bottom: none;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        width: 33.33333%; }
        .three-up .three-up__item:lang(ar) {
          border-left: 1px solid rgba(0, 0, 0, 0.1);
          border-right: none; } }
  .three-up .three-up__vice-card {
    display: flex;
    flex-flow: row;
    height: 100%;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .three-up__vice-card {
        flex-flow: column;
        width: 100%; } }
  .three-up .vice-card__vice-card-image {
    width: 150px;
    min-width: 150px;
    max-width: 150px; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-image {
        width: 100%;
        min-width: initial;
        max-width: initial; } }
  .three-up .vice-card__content {
    background-color: white;
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    justify-content: center;
    padding: 20px;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__content {
        display: block;
        height: 100%;
        order: 2;
        padding: 40px; } }
  .three-up .vice-card__vice-card-image .vice-card-image__link,
  .three-up .vice-card__vice-card-image .vice-card-image__placeholder-image {
    height: 100%; }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-image .vice-card-image__link,
      .three-up .vice-card__vice-card-image .vice-card-image__placeholder-image {
        height: auto; } }
  .three-up .vice-card__vice-card-hed {
    font-size: var(--font-size-h4); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-hed {
        font-size: var(--font-size-h3); } }
  .three-up .vice-card__vice-card-dek {
    display: none;
    font-size: var(--font-size-h5); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card__vice-card-dek {
        display: block; } }
    @media only screen and (min-width: 1000px) {
      .three-up .vice-card__vice-card-dek {
        font-size: var(--font-size-h4); } }
  .three-up .vice-card--dark .vice-card__content {
    background-color: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media only screen and (min-width: 700px) {
      .three-up .vice-card--dark .vice-card__content {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }
  .three-up .three-up__item:last-child .vice-card .vice-card__content,
  .three-up .three-up__item:last-child .vice-card--dark .vice-card__content {
    border-bottom: none; }
  @media only screen and (min-width: 700px) {
    .three-up .three-up__item:nth-child(3n) .vice-card .vice-card__content,
    .three-up .three-up__item:nth-child(3n) .vice-card--dark .vice-card__content {
      border-right: none; } }


/*# sourceMappingURL=[slug].26f17a0b.chunk.css.map*/