.page-footer {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  background-color: black;
  padding: 40px 20px; }
  @media only screen and (min-width: 700px) {
    .page-footer {
      padding: 80px 40px; } }
  .page-footer .page-footer__logo-vice-link {
    display: flex;
    height: 28px;
    line-height: 0;
    width: 218px; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__logo-vice-link {
        margin: 0 auto; } }
  .page-footer .page-footer__nav {
    margin-top: 40px; }
  .page-footer .page-footer__list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: left; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__list {
        align-items: center;
        flex-direction: row;
        justify-content: center; } }
  .page-footer .page-footer__list-item {
    margin-right: 15px; }
    .page-footer .page-footer__list-item .page-footer__list-item-link {
      display: inline-block;
      padding: 10px 0; }
    .page-footer .page-footer__list-item:last-child {
      margin-right: 0; }
      .page-footer .page-footer__list-item:last-child:lang(ar) {
        margin-right: 15px; }
    @media only screen and (max-width: 699px) {
      .page-footer .page-footer__list-item:first-child .page-footer__list-item-link {
        padding-top: 0; }
      .page-footer .page-footer__list-item:last-child .page-footer__list-item-link {
        padding-bottom: 0; } }
  .page-footer .page-footer__list-item-button {
    --web-kit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    display: inline; }
  .page-footer .page-footer__list-item-link,
  .page-footer .page-footer__list-item-button {
    color: white;
    text-transform: uppercase; }
  .page-footer .page-footer__list-item,
  .page-footer .page-footer__list-item-link,
  .page-footer .page-footer__list-item-button {
    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-normal); }
  .page-footer .page-footer__list-item-link:hover,
  .page-footer .page-footer__list-item-link:focus,
  .page-footer .page-footer__list-item-button:hover,
  .page-footer .page-footer__list-item-button:focus {
    text-decoration: underline; }
  .page-footer .page-footer__copyright {
    color: white;
    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-normal);
    margin-top: 40px; }
    @media only screen and (min-width: 700px) {
      .page-footer .page-footer__copyright {
        text-align: center; } }

.nav-bar__hamburger-button {
  align-items: center;
  background-color: black;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .nav-bar__hamburger-button button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font: inherit;
    height: 90%;
    padding: 0; }
    .nav-bar__hamburger-button button:hover {
      opacity: 0.6; }

.nav-bar__hamburger-button__hamburger {
  height: 16px;
  width: 16px; }

.nav-bar__hamburger-button .nav-bar__hamburger-button__hamburger-bar {
  background-color: white;
  height: 3px;
  margin: 2px 0;
  width: 16px; }

.nav-bar__title-bar-links {
  align-items: center;
  background-color: black;
  color: white;
  display: none;
  flex-direction: row;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
  text-decoration: none;
  text-transform: capitalize; }
  @media only screen and (min-width: 700px) {
    .nav-bar__title-bar-links {
      display: flex; } }
  .nav-bar__title-bar-links li {
    align-items: center;
    display: flex;
    height: 100%; }
  .nav-bar__title-bar-links li:nth-child(n+6) {
    display: none; }
  @media only screen and (min-width: 1000px) {
    .nav-bar__title-bar-links li:nth-child(n+6) {
      display: flex; }
    .nav-bar__title-bar-links li:nth-child(n+8) {
      display: none; } }
  .nav-bar__title-bar-links a {
    color: white;
    display: flex;
    padding: 0 10px;
    text-decoration: none; }

.nav-bar__social-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }
  .nav-bar__social-links li {
    display: flex;
    height: 100%;
    width: 40px; }
    .nav-bar__social-links li div {
      height: 100%;
      width: 100%; }
      .nav-bar__social-links li div a {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%; }
  .nav-bar__social-links li:last-child {
    margin-right: 0px; }
  .nav-bar__social-links svg {
    cursor: pointer; }

.nav-bar__network-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%; }
  .nav-bar__network-bar ul {
    align-items: center;
    display: flex;
    height: 56px;
    margin: 0;
    -ms-overflow-style: none;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 0;
    white-space: nowrap; }
    .nav-bar__network-bar ul::-webkit-scrollbar {
      display: none; }
  .nav-bar__network-bar li {
    display: flex;
    height: 100%;
    padding: 0 20px; }
    .nav-bar__network-bar li div {
      align-items: center;
      display: flex;
      height: 100%; }
    .nav-bar__network-bar li a {
      display: flex;
      padding: 16px 0; }
  .nav-bar__network-bar li:first-child {
    padding-left: 20px; }
    @media only screen and (min-width: 700px) {
      .nav-bar__network-bar li:first-child {
        padding-left: 40px; } }
  .nav-bar__network-bar li:not(:last-child):after {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    display: flex;
    height: 20px;
    left: 20px;
    pointer-events: none;
    position: relative;
    top: 20px; }

.nav-bar__primary-menu-links {
  background-color: black;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-hed-bold);
  list-style-type: none;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .nav-bar__primary-menu-links li {
    padding: 5px 0; }
  .nav-bar__primary-menu-links a {
    color: white;
    cursor: pointer;
    display: inline-block;
    text-decoration: inherit;
    width: 100%; }

.nav-bar__secondary-menu-links {
  background-color: black;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  padding: 0;
  text-transform: capitalize; }
  @media only screen and (min-width: 700px) {
    .nav-bar__secondary-menu-links {
      font-size: var(--font-size-h3); } }
  @media only screen and (min-width: 1000px) {
    .nav-bar__secondary-menu-links li:nth-last-child(-n+2) {
      border-bottom: none; } }
  .nav-bar__secondary-menu-links li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-basis: 100%;
    flex-grow: 1; }
    @media only screen and (min-width: 1000px) {
      .nav-bar__secondary-menu-links li {
        flex-basis: 44%;
        margin-right: 6%; } }
  .nav-bar__secondary-menu-links li:last-child {
    border-bottom: none; }
  .nav-bar__secondary-menu-links a {
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding: 15px 0;
    text-decoration: inherit;
    width: 100%; }

.navbar-search {
  width: 100%; }
  .navbar-search .search-bar {
    background-color: black;
    font-family: var(--font-family-dek);
    margin-bottom: 20px;
    position: relative;
    width: 100%; }
    @media only screen and (min-width: 700px) {
      .navbar-search .search-bar:lang(ar) {
        width: 400px; } }
    .navbar-search .search-bar input {
      background: rgba(255, 255, 255, 0.4);
      border: none;
      border-radius: 2px;
      color: white;
      font-size: var(--font-size-h5);
      font-weight: var(--font-weight-body-normal);
      padding: 18.5px 40px 18.5px 20px;
      width: 100%; }
      .navbar-search .search-bar input:focus {
        background: white;
        color: black; }
    .navbar-search .search-bar input::placeholder {
      color: white; }
    .navbar-search .search-bar input:focus::placeholder {
      color: black; }
    .navbar-search .search-bar .nav-bar__search-bar__button {
      align-items: center;
      background: rgba(255, 255, 255, 0);
      border: none;
      cursor: pointer;
      display: flex;
      height: 100%;
      justify-content: center;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 50px; }
      .navbar-search .search-bar .nav-bar__search-bar__button svg {
        height: 16px;
        width: 16px; }
        .navbar-search .search-bar .nav-bar__search-bar__button svg path {
          fill: white; }
      .navbar-search .search-bar .nav-bar__search-bar__button.focus svg path {
        fill: black; }

.search-bar {
  background-color: white;
  font-family: var(--font-family-dek);
  margin-bottom: 20px;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .search-bar:lang(ar) {
      width: 400px; } }
  .search-bar input {
    background: white;
    border: none;
    border-bottom: 1px solid black;
    border-radius: 2px;
    color: black;
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-body-bold);
    padding: 18.5px 40px 18.5px 0;
    width: 100%; }
    .search-bar input:focus {
      background: white;
      color: black;
      outline-color: black; }
  .search-bar input::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search-bar input:focus::placeholder {
    color: rgba(0, 0, 0, 0.4); }
  .search-bar .nav-bar__search-bar__button {
    align-items: center;
    background: rgba(255, 255, 255, 0);
    border: none;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px; }
    .search-bar .nav-bar__search-bar__button svg {
      height: 20px;
      width: 20px; }
      .search-bar .nav-bar__search-bar__button svg path {
        fill: black; }

.nav-bar__sign-in-sign-up {
  align-items: center;
  display: flex;
  text-transform: uppercase; }
  @media only screen and (min-width: 700px) {
    .nav-bar__sign-in-sign-up {
      display: flex; } }
  .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
    align-items: center;
    display: flex; }
  .nav-bar__sign-in-sign-up a {
    color: white;
    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-normal);
    text-decoration: none; }
    .nav-bar__sign-in-sign-up a:first-child {
      padding-left: 20px; }
      .nav-bar__sign-in-sign-up a:first-child:lang(ar) {
        padding-left: 0;
        padding-right: 20px; }
      @media only screen and (min-width: 700px) {
        .nav-bar__sign-in-sign-up a:first-child {
          padding-left: 40px; }
          .nav-bar__sign-in-sign-up a:first-child:lang(ar) {
            padding-left: 0;
            padding-right: 40px; } }
    .nav-bar__sign-in-sign-up a:last-child:lang(ar) {
      padding-left: 20px; }
      @media only screen and (min-width: 700px) {
        .nav-bar__sign-in-sign-up a:last-child:lang(ar) {
          padding-left: 40px; } }
  .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
    display: none; }
  @media only screen and (min-width: 700px) {
    .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
      display: none; }
    .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
      display: inline-block; }
      .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts a {
        padding-right: 20px; } }

.nav-bar__title-language-picker__overlay--open {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 27; }

.nav-bar__title-language-picker {
  background-color: black;
  color: white;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-hed-bold);
  margin: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2; }
  .nav-bar__title-language-picker:lang(ar) {
    left: 0;
    right: auto; }
  @media only screen and (min-width: 700px) {
    .nav-bar__title-language-picker {
      width: 330px; } }
  .nav-bar__title-language-picker .nav-bar__title-language-picker__contents {
    max-height: 96vh;
    overflow-y: scroll;
    overscroll-behavior: contain;
    padding: 0 20px; }
    @media only screen and (min-width: 700px) {
      .nav-bar__title-language-picker .nav-bar__title-language-picker__contents {
        padding: 0 40px; } }
    .nav-bar__title-language-picker .nav-bar__title-language-picker__contents:lang(ar) {
      text-align: left; }
    .nav-bar__title-language-picker .nav-bar__title-language-picker__contents ul {
      padding-bottom: 50px; }
      @media only screen and (max-width: 699px) {
        .nav-bar__title-language-picker .nav-bar__title-language-picker__contents ul {
          padding-bottom: 150px; } }
  .nav-bar__title-language-picker .nav-bar__title-language-picker__vice-editions {
    font-size: var(--font-size-h2);
    padding-top: 40px;
    text-transform: uppercase; }
  .nav-bar__title-language-picker .nav-bar__title-language-picker--close, .nav-bar__title-language-picker .nav-bar__title-language-picker--open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    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-normal);
    padding: 10px 20px 10px 0;
    text-align: right; }
    .nav-bar__title-language-picker .nav-bar__title-language-picker--close:lang(ar), .nav-bar__title-language-picker .nav-bar__title-language-picker--open:lang(ar) {
      padding-left: 20px;
      text-align: left; }
      @media only screen and (min-width: 700px) {
        .nav-bar__title-language-picker .nav-bar__title-language-picker--close:lang(ar), .nav-bar__title-language-picker .nav-bar__title-language-picker--open:lang(ar) {
          padding-left: 40px; } }
    @media only screen and (min-width: 700px) {
      .nav-bar__title-language-picker .nav-bar__title-language-picker--close, .nav-bar__title-language-picker .nav-bar__title-language-picker--open {
        padding: 10px 40px 10px 0; } }
  .nav-bar__title-language-picker ul {
    list-style-type: none;
    padding-left: 0; }
    .nav-bar__title-language-picker ul:lang(ar) {
      padding-right: 0; }
  .nav-bar__title-language-picker li {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    height: 48px; }
  .nav-bar__title-language-picker li:last-child {
    border-bottom: none; }
  .nav-bar__title-language-picker li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-bar__title-language-picker button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%; }
    .nav-bar__title-language-picker button:hover div {
      opacity: 0.6; }
  .nav-bar__title-language-picker a {
    color: white;
    display: flex;
    height: 100%;
    text-decoration: none;
    width: 100%; }
    .nav-bar__title-language-picker a:lang(ar) {
      justify-content: flex-end;
      order: 1; }
    .nav-bar__title-language-picker a div {
      align-items: center;
      display: flex; }

.fixed-slot {
  background-color: black;
  height: auto;
  margin: auto;
  max-width: 1600px;
  overflow: hidden;
  position: relative; }
  @media only screen and (min-width: 1600px) {
    .fixed-slot .celtra-height-full,
    .fixed-slot .homepage-container .celtra-height-full {
      height: calc(1600px * 0.5); } }
  .fixed-slot .docked-slot {
    display: none; }
    @media only screen and (min-width: 700px) {
      .fixed-slot .docked-slot {
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center; } }
    .fixed-slot .docked-slot .vice-ad__disclaimer {
      color: white; }
    .fixed-slot .docked-slot .celtra-height-half {
      height: 30vh; }
    .fixed-slot .docked-slot .celtra-height-sticky {
      background-color: black;
      -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
      box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
      height: 30vh;
      width: 100vw; }
  .fixed-slot .ad {
    padding: 5px 0; }

.fixed-content {
  background-color: black;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  height: auto;
  margin: auto;
  max-width: 1600px;
  padding: 0 20px;
  width: 100%;
  z-index: 1000; }
  @media only screen and (min-width: 700px) {
    .fixed-content {
      padding: 0 40px; } }
  .fixed-content__element {
    background-color: black;
    position: relative; }

.nav-bar {
  background-color: black;
  max-width: 1600px;
  position: fixed;
  width: 100%;
  z-index: 25; }
  .nav-bar a:hover {
    color: white;
    opacity: 0.6; }
  .nav-bar .nav-bar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    height: 35px;
    justify-content: space-between; }
    .nav-bar .nav-bar-top .nav-bar__title-language-picker {
      z-index: 27; }
  .nav-bar .nav-bar__title-bar {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    display: flex;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
    transition-duration: 0.25s;
    z-index: 26; }
    .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left, .nav-bar .nav-bar__title-bar .nav-bar__title-bar__right, .nav-bar .nav-bar__title-bar .nav-bar__title-bar__center {
      display: flex; }
    .nav-bar .nav-bar__title-bar .nav-bar__vice-logo__wrapper {
      align-items: center;
      display: flex; }
      .nav-bar .nav-bar__title-bar .nav-bar__vice-logo__wrapper svg {
        height: 24px;
        width: 76px; }
    .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
      display: none; }
    .nav-bar .nav-bar__title-bar .nav-bar__social-links {
      align-items: center;
      display: none;
      margin: 0 -10px 0 0;
      min-width: 120px; }
      .nav-bar .nav-bar__title-bar .nav-bar__social-links:lang(ar) {
        margin: 0 0 0 -10px; }
      .nav-bar .nav-bar__title-bar .nav-bar__social-links a {
        display: flex;
        width: 100%; }
    @media only screen and (min-width: 700px) {
      .nav-bar .nav-bar__title-bar {
        height: 80px;
        padding: 0 40px; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__center {
          display: none; }
        .nav-bar .nav-bar__title-bar .nav-bar__sign-in-sign-up {
          display: none; }
        .nav-bar .nav-bar__title-bar .nav-bar__social-links {
          display: flex; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
          display: flex;
          margin: 0;
          padding: 0 0 0 20px; }
          .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper:lang(ar) {
            padding-left: 10px;
            padding-right: 20px; }
        .nav-bar .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__title-bar-links {
          margin: 0;
          padding: 0 0 0 20px; } }
  .nav-bar .nav-bar__dropdown-menu {
    background: black;
    bottom: 0;
    display: none;
    max-width: 1600px;
    overflow-y: scroll;
    overscroll-behavior: contain;
    position: fixed;
    top: 84px;
    width: 100%; }
    .nav-bar .nav-bar__dropdown-menu--open {
      display: block; }
    @media only screen and (min-width: 700px) {
      .nav-bar .nav-bar__dropdown-menu {
        top: 115px; } }
    .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns {
      display: flex;
      flex-direction: column;
      padding: 0 20px 20px; }
      .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__social-links {
        margin-left: -10px; }
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__social-links .nav-bar__social-links__link {
          height: 40px; }
      @media only screen and (min-width: 700px) {
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns {
          flex-direction: row;
          padding: 0 40px 40px; }
          .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__dropdown-menu__left {
            display: flex;
            flex-basis: 180%;
            flex-direction: column;
            margin-right: 50px; } }
      @media only screen and (min-width: 1000px) {
        .nav-bar .nav-bar__dropdown-menu .nav-bar__dropdown-menu__columns .nav-bar__dropdown-menu__left {
          flex-basis: 600px; } }
  .nav-bar .page-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .nav-bar--mini .nav-bar-top {
    display: none; }
  .nav-bar--mini .nav-bar__title-bar {
    height: 50px;
    justify-content: space-between; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar-links {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar__center {
      display: flex; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__title-bar__left .nav-bar__vice-logo__wrapper {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__social-links {
      display: none; }
    .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up {
      display: inherit; }
      .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__account-icon {
        display: inline-block; }
      .nav-bar--mini .nav-bar__title-bar .nav-bar__sign-in-sign-up .nav-bar__sign-in-sign-up__prompts {
        display: none; }
  .nav-bar--mini .nav-bar__dropdown-menu {
    top: 50px; }

.nav-bar__spacer {
  background-color: black;
  height: 85px;
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .nav-bar__spacer {
      height: 115px; } }

.snackbar {
  position: fixed;
  min-height: 50px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h5);
  font-weight: bold; }
  @media only screen and (min-width: 700px) {
    .snackbar {
      display: flex;
      justify-content: center; } }
  .snackbar__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    max-width: 400px;
    background-color: black;
    color: white;
    padding: 15px 20px;
    min-height: 50px;
    border-radius: 2px; }

.vice-card-dek {
  display: block;
  font-family: var(--font-family-dek);
  font-weight: var(--font-weight-dek-normal);
  line-height: var(--line-height-dek-loose);
  margin: 0;
  width: 100%; }
  .vice-card-dek--dark {
    color: white; }

.banner {
  min-height: 50px;
  background-color: black;
  color: white;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  border-top: solid 1px #333333;
  z-index: 1;
  line-height: var(--line-height-hed-normal);
  font-family: var(--font-family-hed);
  font-weight: bold; }
  @media only screen and (min-width: 700px) {
    .banner {
      min-height: 80px; } }
  .banner--display-logo {
    padding: 20px 20px; }
    @media only screen and (max-width: 699px) {
      .banner--display-logo {
        align-items: flex-start;
        flex-direction: column-reverse; } }
  .banner__content {
    margin-right: 40px;
    width: 300px; }
  .banner:hover .banner--text--hover {
    opacity: 0.6; }
  @media only screen and (max-width: 699px) {
    .banner__logo {
      padding: 0 0 20px 0; } }
  .banner__link {
    text-decoration: none;
    color: white; }
    .banner__link a {
      cursor: pointer; }
    .banner__link:visited {
      color: white; }
  .banner--action {
    display: block; }
    @media only screen and (min-width: 700px) {
      .banner--action {
        display: flex; } }
  .banner__action {
    margin-top: 5px; }
    @media only screen and (min-width: 700px) {
      .banner__action {
        margin-top: 0; } }
  .banner__close-button {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px; }
    .banner__close-button img {
      width: 16px;
      height: 16px; }

.vice-card-details {
  display: block;
  font-family: var(--font-family-accent);
  font-size: var(--font-size-h6);
  line-height: var(--line-height-hed-normal);
  text-transform: uppercase;
  width: 100%; }
  .vice-card-details--dark {
    color: white; }
    .vice-card-details--dark .vice-card-details__byline a {
      color: white; }
      .vice-card-details--dark .vice-card-details__byline a:hover, .vice-card-details--dark .vice-card-details__byline a:active {
        color: rgba(255, 255, 255, 0.6); }
  .vice-card-details .vice-card-details__duration,
  .vice-card-details .vice-card-details__pub-date {
    display: block; }
  .vice-card-details .vice-card-details__pub-date {
    margin-top: 10px; }

.modal {
  align-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: initial;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.mouse-locked {
  pointer-events: none; }

.vice-card-hed {
  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);
  margin: 0;
  width: 100%; }
  .vice-card-hed .vice-card-hed__link {
    text-decoration: none; }
  .vice-card-hed--dark .vice-card-hed__link {
    color: white; }
    .vice-card-hed--dark .vice-card-hed__link:hover, .vice-card-hed--dark .vice-card-hed__link:focus {
      color: rgba(255, 255, 255, 0.6); }

.ad-unit {
  position: relative; }

.ad-unit__disclaimer {
  text-transform: uppercase;
  color: #aaaaaa; }

.sticky-ad-unit {
  position: fixed;
  background-color: #f1f1f1;
  z-index: 1;
  top: 60px;
  -webkit-transition: all 0.2s ease-in-out 0ms;
  -moz-transition: all 0.2s ease-in-out 0ms;
  -o-transition: all 0.2s ease-in-out 0ms;
  -ms-transition: all 0.2s ease-in-out 0ms;
  -webkit-transition: all 0.2s ease-in-out 0ms;
  transition: all 0.2s ease-in-out 0ms; }

.sticky-ad-unit.fill-header {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  -webkit-transform: translateY(calc(60px * -1));
  -moz-transform: translateY(calc(60px * -1));
  -o-transform: translateY(calc(60px * -1));
  -ms-transform: translateY(calc(60px * -1));
  -webkit-transform: translateY(calc(60px * -1));
  -ms-transform: translateY(calc(60px * -1));
  transform: translateY(calc(60px * -1)); }

.sticky-ad-unit__placeholder {
  height: 92px; }

.sticky-ad-unit.stick-top {
  -webkit-transform: translateY(calc(92px + 60px * -1));
  -moz-transform: translateY(calc(92px + 60px * -1));
  -o-transform: translateY(calc(92px + 60px * -1));
  -ms-transform: translateY(calc(92px + 60px * -1));
  -webkit-transform: translateY(calc(92px + 60px * -1));
  -ms-transform: translateY(calc(92px + 60px * -1));
  transform: translateY(calc(92px + 60px * -1)); }

.sticky-ad-unit.stick-top--absolutely {
  position: absolute;
  top: 60px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

@media only screen and (min-width: 1600px) {
  .ad-width {
    max-width: 1600px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto; }
  .ad-width > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

.celtra-height-half {
  height: 50vh; }

.homepage-container .celtra-height-half {
  height: 80vw;
  width: 100vw; }

.celtra-height-half,
.homepage-container .celtra-height-half {
  min-height: 260px; }

@media only screen and (min-width: 650px) {
  .celtra-height-half,
  .homepage-container .celtra-height-half {
    height: calc((100vw - 80px) * 0.562);
    width: auto; } }

@media only screen and (min-width: 850px) {
  .celtra-height-half,
  .homepage-container .celtra-height-half {
    height: calc(50vh - 60px); } }

.celtra-height-full,
.homepage-container .celtra-height-full {
  height: calc(100vh - 60px - 40px);
  width: auto; }

@media only screen and (min-width: 650px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc(100vh - 60px - 80px); } }

@media only screen and (min-width: 850px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc((100vw - 160px) * 0.562); } }

@media only screen and (min-width: 1600px) {
  .celtra-height-full,
  .homepage-container .celtra-height-full {
    height: calc(1600px * 0.5); } }

body .celtra-height-sticky {
  height: 30vh;
  width: 100vw;
  -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22);
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.22); }

@media only screen and (min-width: 850px) {
  .short-form-article__body__content .article__body .celtra-ad-v3 {
    width: 640px; } }

.long-form-article__content .article__body .celtra-ad-v3 {
  margin-left: auto;
  margin-right: auto; }

.celtra-fixed-aspect {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  max-width: calc((100vh - 60px) * 1.5625);
  margin: 0 auto; }

.celtra-fixed-aspect:before {
  content: '';
  display: block;
  padding-top: 56.25%; }

.celtra-fixed-aspect > iframe {
  position: absolute;
  top: 0;
  left: 0; }

.placeholder-image {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
  background-color: #ccc; }
  .placeholder-image > * {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  @supports (object-fit: cover) {
    .placeholder-image > img {
      object-fit: cover; } }

.placeholder-image--1-1.placeholder-image,
.placeholder-image--1-1 {
  padding-top: 100%; }

.placeholder-image--10-4.placeholder-image,
.placeholder-image--10-4 {
  padding-top: 40%; }

.placeholder-image--16-9.placeholder-image,
.placeholder-image--16-9 {
  padding-top: 56.25%; }

@media only screen and (min-width: 0px) {
  .placeholder-image--1-1--sm.placeholder-image,
  .placeholder-image--1-1--sm {
    padding-top: 100%; }
  .placeholder-image--10-4--sm.placeholder-image,
  .placeholder-image--10-4--sm {
    padding-top: 40%; }
  .placeholder-image--16-9--sm.placeholder-image,
  .placeholder-image--16-9--sm {
    padding-top: 56.25%; } }

@media only screen and (min-width: 700px) {
  .placeholder-image--1-1--md.placeholder-image,
  .placeholder-image--1-1--md {
    padding-top: 100%; }
  .placeholder-image--10-4--md.placeholder-image,
  .placeholder-image--10-4--md {
    padding-top: 40%; }
  .placeholder-image--16-9--md.placeholder-image,
  .placeholder-image--16-9--md {
    padding-top: 56.25%; } }

@media only screen and (min-width: 1000px) {
  .placeholder-image--1-1--lg.placeholder-image,
  .placeholder-image--1-1--lg {
    padding-top: 100%; }
  .placeholder-image--10-4--lg.placeholder-image,
  .placeholder-image--10-4--lg {
    padding-top: 40%; }
  .placeholder-image--16-9--lg.placeholder-image,
  .placeholder-image--16-9--lg {
    padding-top: 56.25%; } }

@media only screen and (min-width: 1600px) {
  .placeholder-image--1-1--xl.placeholder-image,
  .placeholder-image--1-1--xl {
    padding-top: 100%; }
  .placeholder-image--10-4--xl.placeholder-image,
  .placeholder-image--10-4--xl {
    padding-top: 40%; }
  .placeholder-image--16-9--xl.placeholder-image,
  .placeholder-image--16-9--xl {
    padding-top: 56.25%; } }

.vice-card-image {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative; }
  .vice-card-image .responsive-image {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .vice-card-image .responsive-image__img {
      width: auto;
      height: 100%;
      object-fit: cover; }
  .vice-card-image .vice-card-image__link {
    display: block;
    width: 100%; }
  .vice-card-image__placeholder-image {
    position: relative; }
  .vice-card-image .responsive-image {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .vice-card-image .responsive-image__img {
      width: auto;
      height: 100%;
      object-fit: cover; }
  .vice-card-image .vice-card-image__link {
    display: block;
    width: 100%; }
  .vice-card-image .vice-card-image__link {
    display: block;
    position: relative;
    width: 100%; }
  .vice-card-image .vice-card-image__link:hover .icon-play-circle__foreground {
    fill: rgba(0, 0, 0, 0.4); }
  .vice-card-image .vice-card-image__icon-play-circle {
    bottom: 20px;
    height: 40px;
    left: 20px;
    position: absolute;
    width: 40px; }
    .vice-card-image .vice-card-image__icon-play-circle:lang(ar) {
      right: 20px; }

.responsive-image {
  color: transparent;
  display: block;
  line-height: 0;
  overflow: hidden;
  position: relative; }

.responsive-image__img {
  display: block;
  height: auto;
  width: 100%; }

.responsive-image--fade-in-on-load .responsive-image__img {
  opacity: 0;
  transition: opacity 0.3s; }

.responsive-image--fade-in-on-load.responsive-image--loaded .responsive-image__img {
  opacity: 1; }

.lazyloader--fadeIn {
  transition: opacity 0.3s ease-in; }

.lazyloader--relative {
  position: relative; }
  .lazyloader--relative img,
  .lazyloader--relative picture {
    height: 100%;
    object-fit: cover;
    width: 100%; }

.lazyloader--lazy {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1; }

.lazyloader--loading {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 2; }

.lazyloader--lowres {
  opacity: 0.2; }
  .lazyloader--lowres picture,
  .lazyloader--lowres img {
    filter: blur(5px) grayscale(90%); }

.vice-card-rubric {
  display: block;
  font-family: var(--font-family-hed);
  font-size: var(--font-size-h5);
  line-height: var(--line-height-hed-normal);
  width: 100%; }
  @media only screen and (min-width: 700px) {
    .vice-card-rubric {
      font-size: var(--font-size-h4); } }
  .vice-card-rubric .vice-card-rubric__link {
    text-decoration: underline; }
  .vice-card-rubric--dark .vice-card-rubric__link,
  .vice-card-rubric--dark .vice-card-rubric__label {
    color: white; }
  .vice-card-rubric--dark .vice-card-rubric__link:hover,
  .vice-card-rubric--dark .vice-card-rubric__link:focus {
    color: rgba(255, 255, 255, 0.6); }
  .vice-card-rubric--garage .vice-card-rubric__link,
  .vice-card-rubric--garage .vice-card-rubric__label {
    color: #0000db; }
  .vice-card-rubric--motherboard .vice-card-rubric__link,
  .vice-card-rubric--motherboard .vice-card-rubric__label {
    color: #4e37d3; }
  .vice-card-rubric--munchies .vice-card-rubric__link,
  .vice-card-rubric--munchies .vice-card-rubric__label {
    color: #e54237; }
  .vice-card-rubric--vice-news .vice-card-rubric__link,
  .vice-card-rubric--vice-news .vice-card-rubric__label {
    color: #f8d455; }
  .vice-card-rubric--i-d .vice-card-rubric__link,
  .vice-card-rubric--i-d .vice-card-rubric__label {
    color: #e5297a; }
  .vice-card-rubric--refinery-29 .vice-card-rubric__link,
  .vice-card-rubric--refinery-29 .vice-card-rubric__label {
    color: #ef4b4b; }

body {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: var(--font-family-body); }

.container {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  max-width: 1600px;
  margin: 0 auto;
  height: 100vh; }

.main-content {
  background: white;
  overflow-x: hidden; }
  .main-content.full-page-iframe {
    overflow-x: visible; }

.vice-card .vice-card__vice-card-rubric {
  margin-bottom: 10px; }

.vice-card .vice-card__vice-card-dek,
.vice-card .vice-card__vice-card-details {
  margin: 10px 0 0; }


/*# sourceMappingURL=140e6770ffcce3163c8e52e62516cee0e1d99908_CSS.d4d6fa1a.chunk.css.map*/