/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
    ========================================================================== */
/**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0; }

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block; }

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent; }

/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder; }

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%; }

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
    ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none; }

/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible; }

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none; }

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline; }

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto; }

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block; }

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item; }

/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none; }

/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none; }

:root {
  --color-primary: black;
  --color-accent: black;
  --font-family-hed: Neue Haas Grotesk Display, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Neue Haas Grotesk Text, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Source Code Pro, Monaco, monospace;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.75rem;
  --line-height-dropcap: 3.6875rem; }

:root:lang(el),
:root:lang(ru),
:root:lang(ro) {
  --font-family-hed: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Lora, Georgia, serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ar) {
  --font-family-hed: Adelle Sans Arabic, Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-hed-normal: 400;
  --font-weight-hed-bold: 700;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Helvetica Neue World, Helvetica Neue, Helvetica, Arial, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Muna, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.75rem;
  --font-size-dropcap: 3.8125rem;
  --line-height-dropcap: 3.75rem; }

:root:lang(ja) {
  --font-family-hed: Noto Sans JP, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans JP, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans JP, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans JP, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

:root:lang(ko) {
  --font-family-hed: Noto Sans KR, sans-serif;
  --font-weight-hed-normal: 500;
  --font-weight-hed-bold: 900;
  --line-height-hed-tight: 1;
  --line-height-hed-normal: 1.3;
  --line-height-hed-loose: 1.7;
  --font-family-dek: Noto Sans KR, sans-serif;
  --font-weight-dek-normal: 400;
  --font-weight-dek-bold: 700;
  --line-height-dek-tight: 1;
  --line-height-dek-normal: 1.3;
  --line-height-dek-loose: 1.7;
  --font-family-accent: Noto Sans KR, sans-serif;
  --font-weight-accent-normal: 400;
  --font-weight-accent-bold: 700;
  --line-height-accent-tight: 1;
  --line-height-accent-normal: 1.3;
  --line-height-accent-loose: 1.7;
  --font-family-body: Noto Sans KR, sans-serif;
  --font-weight-body-normal: 400;
  --font-weight-body-bold: 700;
  --line-height-body-tight: 1;
  --line-height-body-normal: 1.3;
  --line-height-body-loose: 1.7;
  --font-size-h1: 3.125rem;
  --font-size-h2: 2rem;
  --font-size-h3: 1.25rem;
  --font-size-h4: 1rem;
  --font-size-h5: 0.8125rem;
  --font-size-h6: 0.6875rem;
  --font-size-body: 1.125rem;
  --font-size-dropcap: 3.125rem;
  --line-height-dropcap: 3.0625rem; }

*,
*::before,
*::after,
html {
  box-sizing: border-box; }

html {
  font-size: 16px; }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

html,
body,
a {
  color: black; }

a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.4); }

.error {
  background-color: black;
  color: white;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-family: var(--font-family-hed);
  font-weight: var(--font-weight-hed-bold); }
  .error__link {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size: 20px; }
    .error__link:hover {
      opacity: 0.7;
      color: white; }
    @media only screen and (min-width: 700px) {
      .error__link {
        font-size: 32px; } }
  .error__code {
    font-size: 120px;
    color: black;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: white;
    margin: 0 auto; }
    @media only screen and (min-width: 700px) {
      .error__code {
        font-size: 300px;
        height: 440px; } }

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

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

.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);
    word-break: keep-all;
    max-width: 130px;
    width: 100%; }
  .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); }

.sharethrough-ad .vice-ad__ad {
  border: none; }
  .sharethrough-ad .vice-ad__ad .str-adunit {
    margin: 0;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    background-color: white; }
    @media only screen and (min-width: 700px) {
      .sharethrough-ad .vice-ad__ad .str-adunit {
        flex-direction: row;
        padding: 40px 0; } }
    .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper {
      width: 50%;
      height: auto !important;
      max-width: 150px;
      min-width: 150px;
      flex-grow: 1;
      background-color: white; }
      @media only screen and (min-width: 700px) and (max-width: 999px) {
        .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper {
          width: 33.3% !important;
          min-width: 33.3% !important;
          max-width: 400px; } }
      @media only screen and (min-width: 1000px) {
        .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper {
          width: 50%;
          max-width: 400px;
          min-width: 50%; } }
      @media only screen and (min-width: 1000px) {
        .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper {
          width: 50%;
          min-width: 50%; } }
      .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper .str-thumbnail {
        margin: 0;
        width: 100%;
        height: auto;
        padding-top: 100%; }
        @media only screen and (min-width: 700px) {
          .sharethrough-ad .vice-ad__ad .str-adunit .thumbnail-wrapper .str-thumbnail {
            padding-top: 56.25%; } }
    .sharethrough-ad .vice-ad__ad .str-adunit .str-text {
      padding: 20px;
      flex-grow: 1; }
      @media only screen and (min-width: 700px) {
        .sharethrough-ad .vice-ad__ad .str-adunit .str-text {
          padding: 0 40px 0 20px; } }
      .sharethrough-ad .vice-ad__ad .str-adunit .str-text .str-title {
        font-size: var(--font-size-h4);
        font-family: var(--font-family-hed);
        line-height: var(--line-height-hed-normal);
        font-weight: var(--font-weight-hed-bold); }
        @media only screen and (min-width: 700px) {
          .sharethrough-ad .vice-ad__ad .str-adunit .str-text .str-title {
            font-size: var(--font-size-h2); } }
      .sharethrough-ad .vice-ad__ad .str-adunit .str-text .str-description {
        display: none;
        font-family: var(--font-family-dek);
        font-weight: var(--font-weight-dek-normal);
        line-height: var(--line-height-dek-loose);
        font-size: var(--font-size-h4); }
        @media only screen and (min-width: 700px) {
          .sharethrough-ad .vice-ad__ad .str-adunit .str-text .str-description {
            display: block; } }
      .sharethrough-ad .vice-ad__ad .str-adunit .str-text .str-advertiser {
        color: black;
        font-family: var(--font-family-accent);
        font-size: var(--font-size-h6);
        text-transform: uppercase; }
    .sharethrough-ad .vice-ad__ad .str-adunit .str-bottom {
      padding: 0 20px; }
      @media only screen and (min-width: 700px) {
        .sharethrough-ad .vice-ad__ad .str-adunit .str-bottom {
          padding: 0 40px 0 20px; } }

.loading-lockup-infinite {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .loading-lockup-infinite__button {
    border: none 0px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-decoration: underline;
    font-family: var(--font-family-hed);
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-hed-bold);
    cursor: pointer;
    width: 147px; }
    .loading-lockup-infinite__button:hover {
      opacity: 0.6; }
    @media only screen and (min-width: 700px) {
      .loading-lockup-infinite__button {
        width: auto; } }
    .loading-lockup-infinite--loading .loading-lockup-infinite__button {
      outline: 0; }

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

.promo a {
  display: flex;
  padding: 20px;
  text-decoration: none; }
  @media only screen and (min-width: 700px) {
    .promo a {
      padding: 40px; } }

.promo__image {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  height: 80px; }
  @media only screen and (min-width: 700px) {
    .promo__image {
      min-width: 120px;
      max-width: 120px;
      width: 120px;
      height: 120px; } }

.promo__content {
  margin-left: 20px;
  align-self: center; }
  .promo__content__title {
    font-family: var(--font-family-hed);
    font-weight: var(--font-weight-hed-bold);
    font-size: var(--font-size-h4);
    line-height: var(--line-height-hed-normal);
    margin-top: 0;
    margin-bottom: 10px; }
  .promo__content__sub {
    font-family: var(--font-family-accent);
    font-size: var(--font-size-h6);
    line-height: var(--line-height-accent-normal);
    text-transform: uppercase; }

.promo-row {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 0;
  background-color: black; }
  .promo-row::-webkit-scrollbar {
    display: none; }
  @media only screen and (min-width: 1000px) {
    .promo-row {
      grid-template-columns: repeat(3, 1fr); } }
  .promo-row a {
    color: white; }
    .promo-row a:hover {
      color: rgba(255, 255, 255, 0.6); }
  .promo-row li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.2); }
  .promo-row--light {
    background-color: white; }
    .promo-row--light a {
      color: black; }
      .promo-row--light a:hover {
        color: rgba(0, 0, 0, 0.6); }
    .promo-row--light li + li {
      border-left: solid 1px rgba(0, 0, 0, 0.2); }
  .promo-row--two {
    grid-template-columns: repeat(2, 300px); }
    @media only screen and (min-width: 700px) {
      .promo-row--two {
        grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 1000px) {
    .promo-row {
      overflow-x: hidden; } }
  .promo-row__item {
    width: 100%; }


/*# sourceMappingURL=c29f156dbce6606745255447055eb2b430d79184_CSS.3f79c2e0.chunk.css.map*/