@charset "UTF-8";
@import url("https://use.typekit.net/zkw7tag.css");
.byline {
  color: #222;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding: 0;
  margin: 8px 0;
  line-height: 1.5; }
  @media screen and (max-width: 425px) {
    .byline {
      font-size: 14px; } }
cite {
  position: absolute;
  padding: 8px 16px;
  color: #444444;
  font-family: bc-sklonar, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5; }

.dek {
  color: #222;
  font-family: Adelle Sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  padding: 0;
  margin: 16px 0;
  line-height: 1.5; }

header {
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  z-index: 1; }

.header-logo {
  display: none;
  opacity: 0;
  width: 150px;
  left: 8px;
  position: absolute;
  position: sticky;
  top: 15px;
  border: 0px solid;
  z-index: 999;
  height: 0; }

.headline {
  width: 540px; }

.headline a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #FF0000; }

.headline a:hover {
  color: #FF0000;
  border-bottom: 0px solid; }

.headline #dek {
  color: #111;
  font-family: Adelle Sans;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 8px;
  text-transform: uppercase; }

.headline h1 {
  color: #111111;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12vw;
  text-transform: uppercase;
  line-height: .95;
  margin: 0 0 16px; }
  @media screen and (min-width: 1500px) {
    .headline h1 {
      font-size: 180px; } }
.hero-art {
  height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  width: 100vw;
  position: sticky;
  top: 0;
  z-index: 0; }

.hero-img {
  height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  width: 100vw;
  position: absolute; }

.hero-img img {
  height: calc(var(--vh, 1vh) * 70);
  height: 70vh;
  width: initial;
  margin: 0 auto 0 23%; }
  @media screen and (max-width: 425px) {
    .hero-img img {
      height: calc(var(--vh, 1vh) * 50);
      height: 50vh;
      margin: 0 auto; } }
.intro-block {
  height: calc(var(--vh, 1vh) * 60);
  height: 60vh;
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 425px) {
    .intro-block {
      height: calc(var(--vh, 1vh) * 75);
      height: 70vh; } }
.intro-block:first-of-type {
  margin-top: calc(var(--vh, 1vh) * 20);
  margin-top: 20vh; }
  @media screen and (max-width: 425px) {
    .intro-block:first-of-type {
      margin-top: calc(var(--vh, 1vh) * 28);
      margin-top: 28vh; } }
.intro-block:last-of-type {
  margin-bottom: calc(var(--vh, 1vh) * 20);
  margin-bottom: 20vh;
  margin-top: calc(var(--vh, 1vh) * 20);
  margin-top: 20vh; }
  @media screen and (max-width: 425px) {
    .intro-block:last-of-type {
      margin-top: calc(var(--vh, 1vh) * 10);
      margin-top: 10vh; } }
.intro-block p {
  color: #111;
  max-width: 540px;
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  line-height: 1.3;
  padding: 16px 20px;
  margin: 0; }
  @media screen and (max-width: 425px) {
    .intro-block p {
      font-size: 32px; } }
.intro-blocks {
  width: 50vw;
  margin-left: 50vw;
  margin-top: -100vh;
  position: relative;
  z-index: 1; }

.m-headline {
  display: none; }

.scroll-items {
  height: 100%;
  flex-basis: 50%; }

@media screen and (max-width: 768px) {
  .headline {
    width: 100%;
    padding: 16px 16px; }
  .headline h1 {
    max-width: 640px;
    font-size: 25vw;
    margin: 0 0 4px; }
  #dek, .byline {
    max-width: 640px;
    margin: auto; }
  .intro-block p {
    margin: 0 16px; }
  .intro-blocks {
    width: 100vw;
    margin-left: 0; }
  .intro-block:last-of-type {
    align-items: flex-end;
    margin-bottom: 0; } }

.c-subnav-grid > ul ul, .c-tab-bar {
  display: none; }

.c-tab-bar {
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-top: 1px solid #e7e7e8;
  bottom: 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  opacity: 0;
  padding: 8px;
  position: fixed;
  right: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  z-index: 50000; }

.c-tab-bar {
  border-bottom: 1px solid #e7e7e8;
  border-top: 0;
  bottom: auto;
  -ms-flex-pack: start;
  justify-content: flex-start;
  top: 0; }

@media screen and (max-width: 425px) {
  .c-tab-bar {
    border-top: 1px solid #e7e7e8;
    bottom: 0;
    justify-content: flex-start;
    top: auto; } }

.enabled {
  display: block;
  opacity: 1; }

.c-tab-bar__logo {
  display: block;
  height: 40px;
  color: #333;
  border-bottom: 0; }

@media screen and (min-width: 400px) {
  .c-tab-bar__logo svg {
    max-width: 150px; } }

.c-tab-bar__logo svg {
  height: 40px;
  -webkit-transition: fill .3s;
  transition: fill .3s; }

@media (min-width: 728px) {
  .c-float-right, .c-sidebar-right, .float-right {
    float: right;
    margin-left: 5%;
    width: 45%; } }

@media (min-width: 1020px) {
  .c-float-right, .c-sidebar-right, .float-right {
    width: 50%;
    margin-right: -20%; } }

.c-float-right, .c-float-left {
  position: relative;
  z-index: 2; }

.c-entry-sidebar {
  font-family: Helvetica, sans-serif;
  background-color: #EFEFF0;
  color: #424242;
  font-size: .9em;
  margin-bottom: 1.2rem;
  padding: 16px; }

aside {
  height: 100%;
  width: 100%; }

aside q {
  font-family: "Heroic",Arial Narrow,Helvetica,sans-serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1;
  font-size: 2em;
  color: #d92156;
  display: block;
  margin-bottom: 1.2rem;
  padding-top: 1rem;
  position: relative;
  padding-right: 1.25rem; }

aside q:before {
  background-color: #000;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  right: 19px;
  top: 1px;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 35px;
  z-index: 1; }

aside q:after {
  background: #000;
  content: "";
  height: 2px;
  position: absolute;
  right: 18px;
  top: 0;
  left: 0;
  z-index: 1; }

blockquote {
  font-family: Helvetica, sans-serif;
  background-color: transparent;
  border-left: 3px solid #393092;
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.6;
  margin: 1.2rem 0;
  overflow: hidden;
  padding: 0.6rem 1.2rem;
  text-transform: none; }

.column-width {
  display: block;
  width: 100%;
  min-height: 1px;
  margin: 64px 0; }

.column-width img {
  display: block;
  width: 100%;
  height: 100%; }

.c-entry-sidebar {
  font-family: Helvetica, sans-serif;
  background-color: #EFEFF0;
  color: #424242;
  font-size: .9em;
  margin-bottom: 1.2rem;
  padding: 16px; }

/*
.dropcap:first-letter  {
  font-family: Pathways, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 4.7em;
  color: #d92156;
  float: left;
  line-height: 1;
  margin: 0 0.1em 0 0;
  position: relative;
  text-indent: 0;
} */
figcaption {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 14px;
  color: #111;
  margin: 4px 0; }

.fullbleed {
  display: flex;
  justify-content: center;
  margin: 64px 0; }

.fullbleed img {
  display: block;
  height: 66.7vw; }
  @media screen and (min-width: 769px) {
    .fullbleed img {
      display: block;
      height: 80vh;
      width: calc((80vh / 2 ) * 3); } }
picture cite {
  position: relative;
  padding: 8px 0;
  color: #222;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.5; }

.fullbleed cite {
  padding: 8px; }

section {
  max-width: 730px;
  padding: 0 16px;
  margin: 0 auto; }

section h2 {
  color: #000;
  font-family: Heroic, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 0.975;
  margin: 0 auto 16px; }

section p, section ul {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6; }

strong {
  font-weight: 700; }

.wide {
  display: flex;
  justify-content: center;
  margin: 64px 0; }

.wide img {
  display: block;
  width: 100%;
  max-width: 880px; }

@media screen and (max-width: 768px) {
  aside q {
    font-size: 1.5em; } }

.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

.c-footer {
  background-color: #000;
  color: #fff;
  padding-top: 16px;
  border-top: 1px solid #343434;
  display: block; }

@media (min-width: 728px) {
  .c-footer__wrapper {
    display: table;
    padding: 16px 0;
    width: 100%; } }

.c-footer__wrapper {
  display: block;
  text-align: center; }

.l-wrapper {
  margin: 0 auto;
  max-width: 1100px; }

@media (min-width: 1024px) {
  .c-footer__section-logo {
    text-align: left; } }

@media (min-width: 728px) {
  .c-footer__section-logo {
    text-align: center;
    vertical-align: middle;
    width: 200px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal; }

.c-footer a {
  color: #e2127a;
  vertical-align: baseline;
  border: 0px solid; }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

@media (min-width: 1024px) {
  .c-footer__section-vox {
    text-align: right !important; } }

@media (min-width: 728px) {
  .c-footer__section-vox {
    text-align: right;
    width: 290px; } }

@media (min-width: 728px) {
  .c-footer__section {
    display: table-cell;
    text-align: left;
    vertical-align: middle; } }

.c-footer__section {
  font-size: 0.75em;
  padding: 8px 16px; }

.c-footer .u-list-dot-sep {
  margin: 0 0 8px;
  padding: 0; }

.u-list-dot-sep {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }

.u-list-dot-sep li {
  display: inline-block; }

.u-list-dot-sep li:after {
  content: "\2022";
  display: inline-block;
  margin: 0 8px; }

@media (min-width: 1024px) {
  .c-footer__section-vox a {
    margin-bottom: 8px; } }

.u-hidden-text {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0; }

.u-block {
  display: block; }

.c-footer__vox-logo path, .c-footer__vox-logo polygon, .c-footer__vox-logo rect {
  fill: #fff; }

svg:not(:root) {
  overflow: hidden; }

@media (min-width: 600px) {
  .c-footer__vox-logo {
    max-width: 150px;
    padding-top: 16px; } }

.c-footer__vox-logo {
  width: 100%;
  max-width: 150px; }

.c-footer__section-logo {
  text-align: center;
  vertical-align: middle;
  width: 170px;
  margin: auto; }

.c-wide-block .e-image img, .c-wide-block figure, .c-wide-block iframe, .c-wide-block img, .wide-image-block .e-image img, .wide-image-block figure, .wide-image-block iframe, .wide-image-block img {
  margin: 0 auto;
  width: 100%; }

.entry-content .e-image img {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.entry-content .e-image img.c-dynamic-image {
  width: 100%; }

.entry-content .e-image img.c-dynamic-image.lazy-loaded {
  width: auto; }

.c-picture {
  display: block;
  width: 100%;
  min-height: 1px; }

.c-picture img {
  display: block;
  width: 100%;
  height: auto; }

.e-image {
  margin: 2.2rem 0; }

.e-image .c-dynamic-image,
.e-image__image,
.e-image img {
  display: block;
  margin-bottom: 0;
  width: 100%; }

.e-image .c-dynamic-image.lazy-loaded,
.e-image__image.lazy-loaded,
.e-image img.lazy-loaded {
  max-width: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.e-image__meta {
  font-family: Helvetica, sans-serif;
  border-bottom: 1px solid #e7e7e8;
  color: #626262;
  display: block;
  font-size: 0.75em;
  width: 100%;
  padding: 8px 0; }

.fonts-loaded .e-image__meta {
  font-family: Helvetica, sans-serif; }

.e-image__meta p {
  font-size: inherit;
  display: inline; }

@media (min-width: 728px) {
  .e-image__meta {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 600px) {
  .e-image__meta {
    border-bottom: 1px solid #e7e7e8; } }

.e-image__meta-caption,
.e-image figcaption {
  display: inline; }

.e-image__meta-caption + cite:before,
.e-image figcaption + cite:before {
  display: inline-block;
  padding: 0 5px 0 3px;
  content: "|"; }

.e-image__meta-cite,
.e-image cite {
  display: inline;
  opacity: 0.75; }

.e-image__scale {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%; }

.e-image__scale > :not(.p-badge) {
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.e-image__scale img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.e-image--hero {
  margin-bottom: 32px;
  margin-top: 0; }

@media (max-width: 880px) {
  .e-image--hero {
    margin: 0 -16px 32px; }
  .e-image--hero .e-image__meta {
    padding: 8px; } }

.e-image__inner {
  display: block;
  position: relative; }

.l-feature .c-wide-block .caption,
.l-feature .c-wide-block .e-image__meta,
.l-feature .p-fullbleed-block .caption,
.l-feature .p-fullbleed-block .e-image__meta {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 16px; }

@media (min-width: 728px) {
  .c-float-left .e-image,
  .c-float-right .e-image,
  .float-left .e-image,
  .float-right .e-image,
  .left .e-image,
  .right .e-image {
    margin-top: 0;
    margin-bottom: 2px; } }

section {
  z-index: 1; }

/* -- Train -- */
#XRP4SZIC {
  height: 66.66667vw;
  width: 100vw;
  position: relative;
  margin-top: -12vw;
  z-index: -1; }
  #XRP4SZIC #QGS8V5ZH {
    width: 43vw;
    position: absolute;
    text-align: right;
    bottom: 3vw;
    right: 3vw; }
  @media screen and (max-width: 768px) {
    #XRP4SZIC {
      margin-top: -6vw; }
      #XRP4SZIC #QGS8V5ZH {
        bottom: 0vw; } }
  @media screen and (max-width: 425px) {
    #XRP4SZIC {
      height: 100%;
      margin: 32px 0; }
      #XRP4SZIC #QGS8V5ZH {
        position: relative;
        width: 90%;
        text-align: left;
        bottom: inherit;
        right: inherit;
        margin: 0 auto; } }
/* -- Hatch -- */
#LLBEHSFI {
  height: 51vw;
  width: 100vw;
  position: relative;
  overflow: hidden; }
  #LLBEHSFI img {
    position: absolute;
    top: 6vw;
    right: 0;
    width: 56%;
    max-width: 100%; }
  #LLBEHSFI #YDT0AVXN {
    width: 34vw;
    position: absolute;
    top: 8vw;
    left: 13vw; }
  @media screen and (max-width: 425px) {
    #LLBEHSFI {
      height: 100%;
      margin: 32px 0; }
      #LLBEHSFI img {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit; }
      #LLBEHSFI #YDT0AVXN {
        position: relative;
        width: 90%;
        text-align: left;
        top: inherit;
        left: inherit;
        margin: 0 auto; } }
/* --  Ladder -- */
#ABZVQLIA {
  width: 480px;
  float: right;
  margin: 0 32px; }
  #ABZVQLIA img {
    width: 30vw;
    max-width: 100%; }
  @media screen and (max-width: 1120px) {
    #ABZVQLIA {
      width: 40vw;
      margin: 0 32px; } }
  @media screen and (max-width: 425px) {
    #ABZVQLIA {
      width: 100%;
      float: inherit;
      margin: 32px 0; }
      #ABZVQLIA img {
        margin: 0 auto; } }
/* --  Vault -- */
#MNKOPYB2 {
  height: 50vw;
  width: 100vw;
  position: relative;
  overflow: hidden; }
  #MNKOPYB2 img {
    position: absolute;
    top: 0;
    right: -7vw;
    width: 71vw; }
  #MNKOPYB2 #PVX0R0DY {
    position: absolute;
    top: 12vw;
    width: 30vw;
    left: 15vw; }
  @media screen and (max-width: 425px) {
    #MNKOPYB2 {
      height: 100%;
      margin: 32px 0; }
      #MNKOPYB2 img {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit; }
      #MNKOPYB2 #PVX0R0DY {
        position: relative;
        width: 90%;
        text-align: left;
        top: inherit;
        left: inherit;
        margin: 0 auto; } }
/* --  Boat -- */
#R58KXRNH img {
  max-width: 70vw;
  margin: 64px auto; }

/* --  Cliff -- */
#HG7H4GB7 img {
  max-width: 360px;
  float: left;
  margin-right: 80px; }
  @media screen and (max-width: 1120px) {
    #HG7H4GB7 img {
      width: 40vw;
      margin-right: 16px; } }
  @media screen and (max-width: 425px) {
    #HG7H4GB7 img {
      margin: 32px 16px 32px 0;
      width: 35vw; } }
/* --  Rope -- */
#IL1K2BEO {
  height: 66.66667vw;
  width: 100vw;
  position: relative;
  margin: -8vw 0;
  z-index: -1;
  overflow: hidden; }
  #IL1K2BEO img {
    position: absolute;
    top: 0;
    left: 0; }
  #IL1K2BEO #RACMGFEL {
    width: 39vw;
    text-align: right;
    position: absolute;
    top: 33vw;
    left: 14vw; }
  @media screen and (max-width: 425px) {
    #IL1K2BEO {
      margin: 32px 0; }
      #IL1K2BEO img {
        width: 180vw;
        top: -39vw;
        left: -62vw; }
      #IL1K2BEO #RACMGFEL {
        width: 90%;
        top: inherit;
        bottom: 0;
        left: 5vw;
        text-align: left; } }
/* --  Smoke -- */
#S0XL7H6T {
  height: 66.6667vw;
  width: 100vw;
  position: relative;
  margin: 0;
  z-index: -1; }
  #S0XL7H6T img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  #S0XL7H6T #AVSX4DCF {
    position: absolute;
    top: 14vw;
    width: 34vw;
    left: 57vw; }
  @media screen and (max-width: 425px) {
    #S0XL7H6T {
      height: 100%;
      margin: 32px 0; }
      #S0XL7H6T img {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit; }
      #S0XL7H6T #AVSX4DCF {
        position: relative;
        width: 90%;
        text-align: left;
        top: inherit;
        left: inherit;
        margin: 0 auto; } }
aside {
  height: 100%;
  width: 100%; }

aside q {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1;
  font-size: 3.69231vw;
  color: #000;
  display: block;
  margin-bottom: 1.2rem;
  padding-top: 1rem;
  position: relative;
  padding-right: 1.25rem; }
  @media screen and (max-width: 768px) {
    aside q {
      font-size: 1.5em; } }
  @media screen and (min-width: 1366px) {
    aside q {
      font-size: 2.8em; } }
aside q:before {
  display: none; }

aside q:after {
  display: none; }

#BG1, #BG2, #FG1 {
  position: absolute;
  top: 0;
  height: 80%;
  width: 100%;
  background-size: contain;
  background-position: center bottom; }
  @media screen and (max-width: 425px) {
    #BG1, #BG2, #FG1 {
      background-size: 200%; } }
.byline div {
  background-color: #FFF;
  padding: 1px 3px;
  -webkit-box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
          box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
  margin: 4px 0; }

.c-entry-sidebar {
  background-color: #FFF;
  border: solid 2px #FF0000; }

.content {
  width: 100%;
  background: #FFF;
  position: relative;
  margin: 0 auto;
  z-index: 2; }
  @media screen and (max-width: 425px) {
    .content {
      margin-top: 64px; } }
.dropcap {
  margin-top: 64px; }

#firstgraf {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  margin: 0 12px 0 0;
  line-height: 0.88;
  float: left;
  color: #000;
  display: flex; }
  @media screen and (max-width: 768px) {
    #firstgraf {
      font-size: 64px;
      margin: 0 8px 0 0;
      line-height: 0.86; } }
.firstword {
  font-family: abolition, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 88px;
  margin: 0 12px 0 0;
  line-height: 0.88;
  float: left;
  color: #000;
  display: flex; }
  @media screen and (max-width: 768px) {
    .firstword {
      font-size: 64px;
      margin: 0 8px 0 0;
      line-height: 0.86; } }
#footer {
  background: #111; }

#footer .m-ad {
  padding: 64px 0; }

mark {
  background-color: #FFF;
  padding: 1px 3px;
  -webkit-box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF;
          box-shadow: 5px 0 0 #FFF, -5px 0 0 #FFF; }

.section-break {
  max-width: 180px;
  margin: 64px auto -15px; }
  @media screen and (max-width: 425px) {
    .section-break {
      max-width: 120px; } }
@font-face {
  font-family: Adelle Sans;
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/verge/AdelleSans-Italic.woff2");
  font-weight: 400; }

@font-face {
  font-family: Heroic;
  src: url("https://cdn.vox-cdn.com/shared_fonts/unison/verge/heroic-cond-vrg-web-ltd-hvy.woff2") format("woff2");
  font-weight: 700; }

/* @font-face {
  font-family: Pathways;
  src: url('<%= asset_url('https://cdn.vox-cdn.com/csk/f1b13741-32a8-467c-a725-c415e65fae08/4b690ddc-b263-4116-a85a-09328d34e219/stylesheets/fonts/Abolition.otf') %>')
  format('otf');
} */
html, body {
  font-size: 18px;
  color: #424242; }

body {
  margin: 0 auto;
  background: #FFFFFF;
  position: relative; }

a {
  color: #FF0000;
  text-decoration: none;
  border-bottom: 1px solid #FF0000; }

a:hover {
  border-bottom: 0; }

.ad {
  margin: 32px auto; }

article {
  height: 100%; }

#end-mark:after {
  color: #FF0000;
  content: " ■"; }

img, svg {
  display: block;
  width: 100%; }

.m-ad {
  position: relative;
  display: flex;
  justify-content: center; }

.m-ad iframe {
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%); }

.p-entry-hr {
  margin: 64px 0; }

.scroll-target {
  height: 100%;
  position: relative; }

@media screen and (max-width: 768px) {
  section.ad {
    position: relative;
    margin-top: 0; }
    section.ad .ad__inner {
      max-width: 800px;
      margin: 45px auto 45px auto;
      text-align: center; }
  #div-gpt-ad-csk_athena_2 {
    min-width: auto; } }
