.PrimaryAsset_container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto 60px;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .PrimaryAsset_container {
    margin-bottom: 35px;
  }
  [lang=ja] .PrimaryAsset_container {
    margin-bottom: 24px;
  }
}

@media (min-width: 1281px) and (max-width: 1599px) {
  .PrimaryAsset_container.PrimaryAsset_big-size {
    margin: 0 10% 60px;
  }
}

@media (min-width: 920px) and (max-width: 1280px) {
  .PrimaryAsset_container.PrimaryAsset_big-size {
    margin: 0 40px 60px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .PrimaryAsset_container.PrimaryAsset_big-size {
    margin: 0 40px 60px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .PrimaryAsset_container.PrimaryAsset_big-size {
    margin: 0 20px 30px;
  }
}

[dir=rtl] .PrimaryAsset_container {
  direction: ltr;
}
.InlineCarousel_carousel-container {
  position: relative;
  height: 0;
  padding-bottom: 67%;
  overflow: hidden;
}

.InlineCarousel_carousel-container .InlineCarousel_carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.InlineCarousel_item {
  height: 100%;
}

.InlineCarousel_item > .InlineCarousel_inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.InlineCarousel_prev-arrow,
.InlineCarousel_next-arrow {
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 25px;
  top: 50%;
  margin-top: -11px;
}

.InlineCarousel_prev-arrow svg,
.InlineCarousel_next-arrow svg {
  width: 100%;
  height: 100%;
  fill: white;
  pointer-events: none;
}

.InlineCarousel_prev-arrow {
  left: 20px;
}

.InlineCarousel_next-arrow {
  right: 20px;
}

.InlineCarousel_zoom-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
}

.InlineCarousel_zoom-button svg {
  width: 24px;
  height: 24px;
  fill: white;
  pointer-events: none;
}

.InlineCarousel_prev-arrow,
.InlineCarousel_next-arrow,
.InlineCarousel_zoom-button {
  background: transparent;
  border: none;
}

.InlineCarousel_info {
  padding-top: 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .InlineCarousel_info {
    padding-top: 20px;
  }
}

.InlineCarousel_info figcaption {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.InlineCarousel_info figcaption a {
  border-bottom: 1px dotted #128fdd;
}

.InlineCarousel_info figcaption .InlineCarousel_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}

.InlineCarousel_info .InlineCarousel_bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.InlineCarousel_info .InlineCarousel_bars .InlineCarousel_bar {
  height: 3px;
  width: 3%;
  background: #e6e6e6;
  margin: 0 4px;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 0px) and (max-width: 639px) {
  .InlineCarousel_info .InlineCarousel_bars .InlineCarousel_bar {
    width: 5%;
  }
}

.InlineCarousel_info .InlineCarousel_bars .InlineCarousel_bar.InlineCarousel_active {
  background: #313132;
}
.Slideshow_container {
  max-width: 1280px;
  margin: 30px auto 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.Slideshow_container .Slideshow_line {
  content: '';
  margin: 20px 0;
  display: block;
  width: 80px;
  height: 1px;
  background: #F37021;
}

.Slideshow_container .Slideshow_header {
  margin-bottom: 10px;
  color: #313132;
}

.Slideshow_container .Slideshow_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 18px;
  padding: 0;
}

.Slideshow_container .Slideshow_description {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  padding-top: 6px;
  line-height: 1.4;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Slideshow_container {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .Slideshow_container {
    margin-bottom: 24px;
  }
}

.Slideshow_container.Slideshow_small {
  width: 33%;
  max-width: 480px;
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Slideshow_container.Slideshow_small.Slideshow_standard {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Slideshow_container.Slideshow_small {
    padding-left: 20px;
  }
  .Slideshow_container.Slideshow_small.Slideshow_standard {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
    padding-left: 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Slideshow_container.Slideshow_small {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  [lang=ja] .Slideshow_container.Slideshow_small {
    margin-bottom: 4px;
  }
}

.Slideshow_container.Slideshow_standard {
  padding: 0;
}

.Slideshow_preview-container figure {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 68.7%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Slideshow_preview-container figure:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.Slideshow_preview-container figure:hover:after {
  opacity: 1;
}

.Slideshow_preview-container figure:hover .Slideshow_expand-button {
  background: white;
}

.Slideshow_preview-container figure:hover .Slideshow_expand-button svg {
  fill: black;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Slideshow_inline-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .Slideshow_inline-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Slideshow_inline-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Slideshow_inline-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.Slideshow_inline-container > div {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Slideshow_inline-container.Slideshow_standard {
    margin-left: 11.45833%;
    width: 88.54167%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Slideshow_inline-container.Slideshow_standard {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Slideshow_inline-container.Slideshow_standard {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.Slideshow_caption {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-top: 20px;
  direction: ltr;
}

.Slideshow_caption .Slideshow_count {
  color: #86888B;
}

[dir=rtl] .Slideshow_caption {
  text-align: right;
}

.Slideshow_expand-button {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid white;
  font-size: 15px;
  -webkit-transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.Slideshow_expand-button svg {
  fill: white;
  -webkit-transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.dark .Slideshow_title, .dark .Slideshow_description {
  color: white !important;
}
.SmallVideo_small-video {
  width: 33%;
  float: right;
  margin: 0 0 15px 30px;
  padding-top: 5px;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .SmallVideo_small-video.SmallVideo_mega {
    padding-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallVideo_small-video.SmallVideo_mega {
    padding-right: 0;
  }
}

.SmallVideo_small-video.SmallVideo_left {
  float: left;
  margin: 0 15px 0 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .SmallVideo_small-video {
    padding-top: 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallVideo_small-video {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 40px 0 !important;
  }
  [lang=ja] .SmallVideo_small-video {
    margin: 0 0 24px !important;
  }
}

.SmallVideo_small-video iframe {
  border: 0 !important;
}

.SmallVideo_small-video .SmallVideo_title-caption {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 15px 30px 15px 0;
  font-size: 14px;
  color: #313132;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallVideo_small-video .SmallVideo_title-caption {
    padding: 15px 20px 0;
  }
}

.SmallVideo_small-video .SmallVideo_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}

.dark .SmallVideo_title-caption {
  color: white !important;
}
.SmallNumber_small-number-container {
  float: right;
  padding: 0 15px;
  margin: 0 0 30px 30px;
  width: auto;
  max-width: 50%;
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallNumber_small-number-container {
    float: none;
    padding: 15px 20px 30px;
    margin: 0;
    width: 100%;
  }
  [lang=ja] .SmallNumber_small-number-container {
    padding: 0;
    margin: 15px 0 24px;
  }
}

.SmallNumber_small-number-container.SmallNumber_standard {
  padding-right: 0;
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallNumber_small-number-container.SmallNumber_standard {
    padding: 0 0 30px;
  }
}

.SmallNumber_small-number-container .SmallNumber_small-number figure h3 {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 84px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 1;
}

.SmallNumber_small-number-container .SmallNumber_small-number figcaption {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 14px;
  margin-top: 15px;
}

.dark .SmallNumber_small-number-container p, .dark .SmallNumber_small-number-container h3 {
  color: white;
}
.Backstory_container {
  display: block;
  margin: 0 0 30px;
  border-bottom: none !important;
}

@media (min-width: 1600px) {
  .Backstory_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Backstory_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Backstory_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Backstory_container {
    margin-left: 0%;
  }
}

.Backstory_container.Backstory_mega {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-left: 17.05426%;
  width: 65.89147%;
  float: left;
  margin-right: 2.32558%;
}

.Backstory_container.Backstory_mega:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Backstory_container.Backstory_mega {
    margin-left: 0%;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Backstory_container.Backstory_mega .Backstory_content {
    margin: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Backstory_container .Backstory_headline {
    font-size: 18px;
    line-height: 28px;
  }
  .Backstory_container .Backstory_description {
    font-size: 14px;
    line-height: 26px;
  }
  [lang=ja] .Backstory_container {
    margin-bottom: 24px;
  }
  [lang=ja] .Backstory_container .Backstory_content {
    padding: 24px 0;
  }
}

.Backstory_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 35px 0;
}

.Backstory_image-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
}

.Backstory_image-container img {
  display: block;
  width: 128px;
}

.Backstory_text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding: 0 15px 0 30px;
}

.Backstory_backstory-title {
  text-transform: uppercase;
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  margin-bottom: 7px;
  color: #86888B;
  display: block;
}

.Backstory_headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #313132;
}

.Backstory_description {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  color: #86888B;
  font-size: 16px;
  line-height: 34px;
}

.dark .Backstory_headline {
  color: white;
}

.dark .Backstory_content {
  border-top: 1px solid #313132;
  border-bottom: 1px solid #313132;
}
.RelatedCoverage_related-coverage-module {
  margin: 60px 0;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_recirc {
  margin-bottom: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .RelatedCoverage_related-coverage-module {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .RelatedCoverage_related-coverage-module {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .RelatedCoverage_related-coverage-module {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module {
    margin: 30px 0;
  }
}

.RelatedCoverage_related-coverage-module:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #EBEBEB;
  margin-top: 30px;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_related-coverage-title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  color: #86888B;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: .1rem;
}

.RelatedCoverage_related-coverage-module > ul {
  margin-bottom: 0 !important;
}

.RelatedCoverage_related-coverage-module li {
  list-style-type: none;
  position: relative;
  min-height: 55px;
  padding-bottom: 15px;
}

.RelatedCoverage_related-coverage-module li:last-child {
  padding-bottom: 0;
}

.RelatedCoverage_related-coverage-module li.RelatedCoverage_next-article {
  padding-bottom: 40px;
}

.RelatedCoverage_related-coverage-module li.RelatedCoverage_recirc {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}

.RelatedCoverage_related-coverage-module li.RelatedCoverage_recirc:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module li {
    min-height: 0;
    padding-bottom: 25px;
  }
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_button-container {
  width: 26px;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_button-container:not(.RelatedCoverage_added) {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #128fdd;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_item-container:hover {
  color: #F37021;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_item-container.RelatedCoverage_black {
  color: black;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_item-container.RelatedCoverage_black:hover {
  color: #F37021;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_item-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_related-image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 82px;
  height: 55px;
  margin: 0 30px 0 0;
  background: #FAFAFA url(//static.reuters.com/resources_v2/react/CKB-23169-b72/0b9ae0631dc9cb1d12dd2eb240ef07bb.png) no-repeat center;
  background-size: 40px;
  overflow: hidden;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_related-image img {
  display: block;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module .RelatedCoverage_related-image {
    display: none;
  }
}

[dir='rtl'] .RelatedCoverage_related-coverage-module .RelatedCoverage_related-image {
  margin: 0 0 0 30px;
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_related-headline {
  max-width: 500px;
  margin: 0;
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.3;
  display: inline-block;
}

[dir='rtl'] .RelatedCoverage_related-coverage-module .RelatedCoverage_related-headline {
  margin: 0 0 0 20px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module .RelatedCoverage_related-headline {
    width: 100%;
  }
}

.RelatedCoverage_related-coverage-module .RelatedCoverage_updated {
  display: block;
  color: #86888B;
  font-size: 13px;
  margin-top: 5px;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module.RelatedCoverage_two-column ul {
    display: block;
  }
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column li:nth-child(odd) {
  padding-right: 20px;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column li:last-child {
  padding-bottom: 0;
}

@media (min-width: 0px) and (max-width: 639px) {
  .RelatedCoverage_related-coverage-module.RelatedCoverage_two-column li {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_related-image {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_more-button {
  font-size: 16px;
  line-height: 1.3;
  color: #128fdd;
  margin-top: 10px;
  cursor: pointer;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[lang=ja] .RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_more-button,
[lang=zh] .RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_more-button {
  font-size: 12px;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_more-button svg {
  margin-left: 8px;
}

.RelatedCoverage_related-coverage-module.RelatedCoverage_two-column .RelatedCoverage_more-button svg path {
  stroke: #128fdd;
}
.Pullquote_container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 1281px) and (max-width: 1599px) {
  .Pullquote_container {
    font-size: 9px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container {
    font-size: 8px;
  }
}

.Pullquote_container .Pullquote_quote-body {
  font-family: "freight-semibold", serif;
  -webkit-font-smoothing: antialiased;
  font-style: italic;
  font-size: 28px;
  line-height: 1.43;
  color: #3f3f40;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .Pullquote_container .Pullquote_quote-body {
    width: 65.625%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_quote-body {
    margin-left: 11.45833%;
  }
}

@media (min-width: 640px) and (max-width: 919px) and (min-width: 640px) and (max-width: 919px) {
  .Pullquote_container .Pullquote_quote-body {
    margin-left: 8.62069%;
  }
}

.Pullquote_container .Pullquote_quote-byline {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.63;
  color: #86888B;
}

@media (min-width: 1600px) {
  .Pullquote_container .Pullquote_quote-byline {
    width: 65.625%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_quote-byline {
    margin-left: 11.45833%;
  }
}

@media (min-width: 640px) and (max-width: 919px) and (min-width: 640px) and (max-width: 919px) {
  .Pullquote_container .Pullquote_quote-byline {
    margin-left: 8.62069%;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_mega {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 20px 20px 0;
  margin: 40px 0;
}

.Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-line {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 2px;
  width: 20%;
  background-color: #F37021;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 57.36434%;
    float: left;
    margin-right: 2.32558%;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .Pullquote_container .Pullquote_content.Pullquote_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-line {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #F37021;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container .Pullquote_content.Pullquote_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 20px 0;
    margin: 20px 0 40px;
  }
  .Pullquote_container .Pullquote_content.Pullquote_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-body {
  position: relative;
  padding-top: 30px;
  margin: 0;
  padding: 0 0 15px;
  font-size: 26px;
  font-style: italic;
  color: #313132;
  line-height: 1.4;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-body:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-body {
    font-size: 18px;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-byline {
  margin: 0;
  padding: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-byline {
    padding: 0;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_mega.Pullquote_small-pullquote .Pullquote_quote-line {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  height: 2px;
  width: 20%;
  background-color: #F37021;
}

.Pullquote_container .Pullquote_content.Pullquote_standard {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 15px 0 0;
  margin: 0 0 30px;
}

.Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-line {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 20%;
  background-color: #F37021;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 8.52713%;
    padding: 15px 0;
  }
  .Pullquote_container .Pullquote_content.Pullquote_standard:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin: 0 0 30px;
  }
  .Pullquote_container .Pullquote_content.Pullquote_standard:after {
    content: " ";
    display: block;
    clear: both;
  }
  [lang=ja] .Pullquote_container .Pullquote_content.Pullquote_standard {
    margin-bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    margin-left: 11.45833%;
  }
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-line {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #F37021;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    margin-left: 11.45833%;
  }
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-line {
    content: "";
    position: absolute;
    left: -60px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #F37021;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard {
    margin-left: 0%;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-body {
  position: relative;
  padding-top: 30px;
  margin: 0;
  padding: 0 0 15px;
  font-size: 26px;
  font-style: italic;
  color: #313132;
  line-height: 1.4;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-body:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-body {
    font-size: 18px;
  }
}

.Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-byline {
  margin: 0;
  padding: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container .Pullquote_content.Pullquote_standard .Pullquote_quote-byline {
    padding: 0;
  }
}

.Pullquote_container.Pullquote_small-pullquote {
  width: 33%;
  max-width: 480px;
  float: right;
  margin: 0 0 0 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container.Pullquote_small-pullquote {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .Pullquote_container.Pullquote_small-pullquote:after {
    content: " ";
    display: block;
    clear: both;
  }
  [lang=ja] .Pullquote_container.Pullquote_small-pullquote {
    float: none;
    margin-bottom: 24px;
  }
}

.Pullquote_container.Pullquote_small-pullquote:before {
  display: none;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote {
  padding: 0 20px;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote .Pullquote_quote-body {
  font-size: 18px;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote .Pullquote_quote-byline {
  font-size: 14px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
  .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote:after {
    content: " ";
    display: block;
    clear: both;
  }
  [lang=ja] .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote {
    margin-bottom: 0;
  }
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_small-pullquote.Pullquote_mega {
  padding-top: 30px;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard {
  padding: 0;
  margin-bottom: 0;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-line {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 2px;
  width: 20%;
  background-color: #F37021;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-body {
  padding-top: 30px;
  font-size: 18px;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-byline {
  font-size: 14px;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-body, .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-byline {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-body:after, .Pullquote_container.Pullquote_small-pullquote .Pullquote_content.Pullquote_standard .Pullquote_quote-byline:after {
  content: " ";
  display: block;
  clear: both;
}

.dark .Pullquote_container .Pullquote_content.Pullquote_mega .Pullquote_quote-body {
  color: white;
}
.Embed_embed-container {
  margin: 60px 0;
}

@media (min-width: 1600px) {
  .Embed_embed-container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Embed_embed-container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Embed_embed-container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Embed_embed-container {
    margin-left: 0%;
  }
}

.Embed_embed-container iframe {
  width: 100%;
}

.Embed_embed-container .tw_ph,
.Embed_embed-container .poll_ph {
  display: none !important;
}

.Embed_embed-container .cms-insert .cms-caption-text {
  font-family: 'freight-book', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.3;
  min-height: 36px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Embed_embed-container .cms-insert img {
  width: 100% !important;
}

.Embed_embed-container .video-container {
  width: 100%;
  height: 0;
  padding-bottom: calc(9/16 * 100%);
  position: relative;
}

.Embed_embed-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.Embed_embed-container .embed-backstory {
  position: relative;
  cursor: pointer;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
}

.Embed_embed-container .embed-backstory .backstory-image {
  width: 30%;
  overflow: hidden;
}

.Embed_embed-container .embed-backstory .backstory-body {
  padding: 18px 20px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Embed_embed-container .embed-backstory .backstory-body {
    padding: 12px 20px;
  }
}

.Embed_embed-container .embed-backstory .backstory-body .backstory-headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  color: #111;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Embed_embed-container .embed-backstory .backstory-body .backstory-headline {
    font-size: 16px;
  }
}

.Embed_embed-container .embed-backstory .backstory-body .backstory-description {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #666;
  line-height: 18px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Embed_embed-container .embed-backstory .backstory-body .backstory-description {
    display: none;
  }
}

.Embed_embed-container .tweet_embed.infographic {
  width: 100% !important;
}

.Embed_embed-container .twitter-tweet {
  margin: 0 auto !important;
}

.Embed_embed-container .embed-poll {
  border: 1px solid #EBEBEB;
  padding: 15px;
  text-align: center;
}

.Embed_embed-container .embed-poll img {
  display: inline-block;
}

.Embed_embed-container .embed-poll .reutersPollingWidgetLink {
  width: 100% !important;
  max-width: 100% !important;
}

.Embed_embed-container .embed-poll .reutersPollingWidgetContainer svg {
  position: relative !important;
}

.Embed_embed-container .embed-soundcloud iframe {
  height: auto;
}
.Graphic_container {
  margin: 60px 0;
}

@media (min-width: 1600px) {
  .Graphic_container.Graphic_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Graphic_container.Graphic_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Graphic_container.Graphic_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Graphic_container.Graphic_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Graphic_container.Graphic_mega {
    padding: 0 20px;
  }
}

@media (min-width: 1600px) {
  .Graphic_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Graphic_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Graphic_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Graphic_container {
    margin-left: 0%;
  }
}

[lang=ja] .Graphic_container {
  margin: 24px 0;
}

.Graphic_container img {
  width: 100%;
}

.Graphic_container .embed-poll {
  border: 1px solid #EBEBEB;
  padding: 15px;
  text-align: center;
}

.Graphic_container .embed-poll img {
  display: inline-block;
}

.Graphic_container .embed-poll .reutersPollingWidgetLink {
  width: 100% !important;
  max-width: 100% !important;
}

.Graphic_container .embed-poll .reutersPollingWidgetContainer svg {
  position: relative !important;
}
.Instagram_container {
  margin: 60px 0;
}

@media (min-width: 1600px) {
  .Instagram_container.Instagram_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Instagram_container.Instagram_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Instagram_container.Instagram_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Instagram_container.Instagram_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1600px) {
  .Instagram_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Instagram_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Instagram_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Instagram_container {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .Instagram_container {
    margin: 24px 0;
  }
}

.Instagram_container img {
  display: inline-block;
  width: 100%;
}
.Soundcloud_container {
  margin: 60px 0;
}

@media (min-width: 1600px) {
  .Soundcloud_container.Soundcloud_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Soundcloud_container.Soundcloud_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Soundcloud_container.Soundcloud_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Soundcloud_container.Soundcloud_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1600px) {
  .Soundcloud_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Soundcloud_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Soundcloud_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Soundcloud_container {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .Soundcloud_container {
    margin: 24px 0;
  }
}

.Soundcloud_container iframe {
  width: 100%;
}
.Tweet_container {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container {
    margin: 0 0 30px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Tweet_container {
    margin-bottom: 24px;
  }
}

.Tweet_container .Tweet_inner {
  width: 100%;
}

.Tweet_container .Tweet_inner.Tweet_small {
  width: 50%;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container .Tweet_inner.Tweet_small {
    width: 100%;
  }
}

.Tweet_container.Tweet_left {
  float: left;
  margin-right: 20px;
}

.Tweet_container.Tweet_right {
  float: right;
  margin-left: 20px;
}

.Tweet_container.Tweet_right, .Tweet_container.Tweet_left {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_right, .Tweet_container.Tweet_left {
    float: none;
    margin: 0 0 30px;
  }
}

.Tweet_container.Tweet_right.Tweet_small, .Tweet_container.Tweet_left.Tweet_small {
  width: 50%;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_right.Tweet_small, .Tweet_container.Tweet_left.Tweet_small {
    width: 100%;
  }
}

.Tweet_container.Tweet_right.Tweet_small .Tweet_inner, .Tweet_container.Tweet_left.Tweet_small .Tweet_inner {
  width: 100%;
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .Tweet_container.Tweet_right, [lang=ja] .Tweet_container.Tweet_left {
    margin-bottom: 24px;
  }
}

.Tweet_container.Tweet_mega {
  margin: 8px 0 30px;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega {
    padding: 0 20px;
  }
}

.Tweet_container.Tweet_mega.Tweet_left {
  margin-right: 30px;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega.Tweet_left {
    padding-left: 20px;
  }
}

.Tweet_container.Tweet_mega.Tweet_right {
  margin-left: 30px;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega.Tweet_right {
    padding-right: 20px;
  }
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega.Tweet_right, .Tweet_container.Tweet_mega.Tweet_left {
    width: 100%;
    margin: 0 0 20px;
  }
}

.Tweet_container.Tweet_mega.Tweet_right.Tweet_small, .Tweet_container.Tweet_mega.Tweet_left.Tweet_small {
  width: auto;
}

.Tweet_container.Tweet_mega.Tweet_right .Tweet_small, .Tweet_container.Tweet_mega.Tweet_left .Tweet_small {
  width: 380px;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega.Tweet_right .Tweet_small, .Tweet_container.Tweet_mega.Tweet_left .Tweet_small {
    width: 100%;
  }
}

.Tweet_container.Tweet_mega .Tweet_small {
  width: 380px;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .Tweet_container.Tweet_mega .Tweet_small {
    width: 100%;
  }
}

.Tweet_container .tweet_embed.infographic {
  width: 100% !important;
}

.Tweet_container .twitter-tweet {
  margin: 0 auto !important;
}
.Youtube_container {
  margin: 60px 0;
}

@media (min-width: 1600px) {
  .Youtube_container.Youtube_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Youtube_container.Youtube_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Youtube_container.Youtube_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Youtube_container.Youtube_mega {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 1600px) {
  .Youtube_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .Youtube_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .Youtube_container {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Youtube_container {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Youtube_container {
    margin: 24px 0;
  }
}

.Youtube_container iframe {
  width: 100%;
}

.Youtube_container .Youtube_video-container {
  width: 100%;
  height: 0;
  padding-bottom: calc(9/16 * 100%);
  position: relative;
}

.Youtube_container .Youtube_video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.StockChart_container {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1281px) {
  .StockChart_container {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 640px) and (max-width: 1280px) {
  .StockChart_container {
    width: 42.70833%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .StockChart_container {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  [lang=ja] .StockChart_container {
    float: none;
  }
}

.StockChart_module-container {
  width: 100%;
}

.StockChart_quote-data-container {
  position: relative;
  height: 0;
  padding-bottom: 16%;
}

.StockChart_quote-data-container .StockChart_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row.StockChart_top {
  margin-bottom: 4px;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_name {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_name a {
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_name a:hover {
  color: #F37021;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_quote {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  text-align: right;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_info {
  font-size: 12px;
  color: #86888B;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_info .StockChart_ric {
  padding-right: 4px;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_info .StockChart_exchange {
  width: 60%;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_change {
  text-align: right;
  font-size: 14px;
  color: #86888B;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_change .StockChart_pos {
  color: #417505;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_change .StockChart_neg {
  color: #D80A0A;
}

.StockChart_quote-data-container .StockChart_header .StockChart_row .StockChart_change .StockChart_net-change {
  padding-right: 4px;
}

.StockChart_quote-chart-container {
  position: relative;
  height: 0;
  padding-bottom: calc(140/286 * 100%);
}

.StockChart_quote-chart-container .StockChart_chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.StockChart_quote-chart-container .StockChart_chart.StockChart_pending img {
  opacity: .25;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.StockChart_quote-chart-container .StockChart_chart img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
}

.StockChart_ric-buttons .StockChart_button-items .StockChart_button {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #86888B;
  letter-spacing: .05rem;
  display: inline-block;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.StockChart_ric-buttons .StockChart_button-items .StockChart_button.StockChart_selected {
  color: #F37021;
}

.StockChart_ric-buttons .StockChart_button-items .StockChart_button:hover {
  color: #313132;
}

.StockChart_ric-buttons .StockChart_button-items .StockChart_button:hover.StockChart_selected {
  color: #F37021;
}

.quote-data-enter,
.quote-chart-enter {
  opacity: 0;
}

.quote-data-enter-active,
.quote-chart-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.quote-data-leave,
.quote-chart-leave {
  opacity: 1;
}

.quote-data-leave-active,
.quote-chart-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.FlexGallery_flex-gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.FlexGallery_gallery-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 1080px;
  width: 100%;
}

@media (max-width: 1920px) {
  .FlexGallery_gallery-container {
    min-height: 980px;
  }
}

@media (max-width: 1680px) {
  .FlexGallery_gallery-container {
    min-height: 840px;
  }
}

@media (max-width: 1440px) {
  .FlexGallery_gallery-container {
    min-height: 720px;
  }
}

@media (max-width: 1024px) {
  .FlexGallery_gallery-container {
    min-height: 640px;
  }
}

@media (max-width: 960px) {
  .FlexGallery_gallery-container {
    min-height: 480px;
  }
}

@media (max-width: 800px) {
  .FlexGallery_gallery-container {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .FlexGallery_gallery-container {
    min-height: 380px;
  }
}

@media (max-width: 580px) {
  .FlexGallery_gallery-container {
    min-height: 320px;
  }
}

@media (max-width: 420px) {
  .FlexGallery_gallery-container {
    min-height: 280px;
  }
}

.FlexGallery_gallery-container.FlexGallery_standard-article {
  min-height: 300px;
}

@media (min-width: 1600px) {
  .FlexGallery_gallery-container.FlexGallery_standard-article {
    min-height: 540px;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .FlexGallery_gallery-container.FlexGallery_standard-article {
    min-height: 420px;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .FlexGallery_gallery-container.FlexGallery_standard-article {
    min-height: 380px;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .FlexGallery_gallery-container.FlexGallery_standard-article {
    min-height: 320px;
  }
}

.FlexGallery_gallery-container.FlexGallery_standard-article .FlexGallery_img-wrapper .FlexGallery_hover-caption-container {
  display: none;
}

.FlexGallery_gallery-container.FlexGallery_standard-article .FlexGallery_img-wrapper .FlexGallery_image-item {
  opacity: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.FlexGallery_gallery-container.FlexGallery_standard-article .FlexGallery_img-wrapper:hover .FlexGallery_image-item {
  opacity: .5;
}

.FlexGallery_flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.FlexGallery_flex-wrapper.FlexGallery_flipped {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.FlexGallery_flex-wrapper > div {
  -webkit-box-flex: calc((100/3)*2);
      -ms-flex: calc((100/3)*2);
          flex: calc((100/3)*2);
  width: 100%;
}

.FlexGallery_flex-wrapper > div:last-child {
  -webkit-box-flex: calc(100/3);
      -ms-flex: calc(100/3);
          flex: calc(100/3);
}

.FlexGallery_flex-wrapper.FlexGallery_reverse > div {
  -webkit-box-flex: calc(100/3);
      -ms-flex: calc(100/3);
          flex: calc(100/3);
}

.FlexGallery_flex-wrapper.FlexGallery_reverse > div:last-child {
  -webkit-box-flex: calc((100/3)*2);
      -ms-flex: calc((100/3)*2);
          flex: calc((100/3)*2);
}

.FlexGallery_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FlexGallery_row > .FlexGallery_image-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FlexGallery_row > .FlexGallery_image-container .FlexGallery_portrait {
  -webkit-box-flex: .666;
      -ms-flex: .666;
          flex: .666;
}

.FlexGallery_row > .FlexGallery_image-container .FlexGallery_landscape {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.FlexGallery_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FlexGallery_column > .FlexGallery_image-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.FlexGallery_column .FlexGallery_portrait {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.FlexGallery_column .FlexGallery_landscape {
  -webkit-box-flex: .666;
      -ms-flex: .666;
          flex: .666;
}

.FlexGallery_image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.FlexGallery_img-wrapper {
  position: relative;
  padding: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.FlexGallery_img-wrapper.FlexGallery_error > div {
  background-color: white;
  background-image: url(//static.reuters.com/resources_v2/react/CKB-23169-b72/0b9ae0631dc9cb1d12dd2eb240ef07bb.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
}

.FlexGallery_img-wrapper:not(.FlexGallery_error):hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.FlexGallery_img-wrapper:not(.FlexGallery_error):hover .FlexGallery_hover-caption-container {
  opacity: 1;
}

.FlexGallery_img-wrapper:not(.FlexGallery_error):hover .FlexGallery_hover-caption-container .FlexGallery_title {
  opacity: 1;
}

.FlexGallery_img-wrapper:not(.FlexGallery_error):hover .FlexGallery_hover-caption-container .FlexGallery_title:before {
  width: 20%;
}

.FlexGallery_image-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.FlexGallery_image-item img {
  display: none;
}

.FlexGallery_hover-caption-container {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 5px 5px 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 960px) {
  .FlexGallery_hover-caption-container {
    display: none;
  }
}

.FlexGallery_hover-caption-container .FlexGallery_content {
  background-color: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 30px 30px;
}

.FlexGallery_hover-caption-container .FlexGallery_content .FlexGallery_title {
  color: white;
  font-size: 14px;
  line-height: 1.4;
  max-width: 65%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

.FlexGallery_hover-caption-container .FlexGallery_content .FlexGallery_title:before {
  content: "";
  height: 1px;
  width: 0;
  top: -15px;
  left: 0;
  position: absolute;
  background-color: #F37021;
  -webkit-transition: width 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  transition: width 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
.breakline_break {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 20px;
  height: 1px;
  line-height: 1.52;
  margin-bottom: 20px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .breakline_break {
    padding: 0;
    margin: 0 0 30px;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .breakline_break {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .breakline_break .breakline_break {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}
.TabbedSlideshow_tabbed-slideshow-container {
  margin-bottom: 60px;
  overflow: hidden;
  clear: both;
  padding-top: 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .TabbedSlideshow_tabbed-slideshow-container {
    margin-bottom: 40px;
    padding-top: 20px;
  }
}

.TabbedSlideshow_tabbed-slideshow-container .TabbedSlideshow_content-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .TabbedSlideshow_tabbed-slideshow-container .TabbedSlideshow_content-wrapper {
    padding: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .TabbedSlideshow_tabbed-slideshow-container .TabbedSlideshow_content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .TabbedSlideshow_tabbed-slideshow-container .TabbedSlideshow_content-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .TabbedSlideshow_tabbed-slideshow-container .TabbedSlideshow_content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.TabbedSlideshow_tabbed-slideshow-container.TabbedSlideshow_standard .TabbedSlideshow_content-wrapper {
  padding: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .TabbedSlideshow_tabbed-slideshow-container.TabbedSlideshow_standard .TabbedSlideshow_content-wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .TabbedSlideshow_tabbed-slideshow-container.TabbedSlideshow_standard .TabbedSlideshow_content-wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.TabbedSlideshow_tabbed-slideshow-container.TabbedSlideshow_standard .TabbedSlideshow_list {
  list-style-type: none !important;
  margin-bottom: 0;
}

.TabbedSlideshow_tabs {
  display: block;
  width: 100%;
  border-top: 1px solid #EBEBEB;
}

.TabbedSlideshow_tabs .TabbedSlideshow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.TabbedSlideshow_tabs .TabbedSlideshow_list .TabbedSlideshow_tab-item {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 30px 30px 30px 0;
  text-transform: uppercase;
  color: #86888B;
  -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.TabbedSlideshow_tabs .TabbedSlideshow_list .TabbedSlideshow_tab-item h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .TabbedSlideshow_tabs .TabbedSlideshow_list .TabbedSlideshow_tab-item {
    padding: 15px 15px 15px 0;
  }
}

.TabbedSlideshow_tabs .TabbedSlideshow_list .TabbedSlideshow_tab-item:hover {
  color: #F37021;
  cursor: pointer;
}

.TabbedSlideshow_tabs .TabbedSlideshow_list .TabbedSlideshow_tab-item.TabbedSlideshow_active {
  color: #F37021;
}

.TabbedSlideshow_slides {
  position: relative;
  padding: 0 0 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .TabbedSlideshow_slides {
    padding: 0 0 20px;
  }
}

.TabbedSlideshow_slides:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15%;
  height: 2px;
  background-color: #F37021;
}

.TabbedSlideshow_slides .TabbedSlideshow_tab-panel .TabbedSlideshow_content {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
}

.TabbedSlideshow_slides .TabbedSlideshow_tab-panel img {
  margin-bottom: 30px;
}

.TabbedSlideshow_header {
  margin-bottom: 20px;
  color: #313132;
}

.TabbedSlideshow_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 18px;
  padding: 0;
}

.TabbedSlideshow_caption {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 6px;
}

.dark .TabbedSlideshow_tabs {
  border-top: 1px solid #313132;
}

.dark .TabbedSlideshow_slides .TabbedSlideshow_tab-panel .TabbedSlideshow_content {
  color: white;
}

.dark .TabbedSlideshow_title, .dark .TabbedSlideshow_caption {
  color: white !important;
}
.TextWidthImage_text-width-image {
  max-width: 1280px;
  margin: 0 auto 40px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .TextWidthImage_text-width-image > div {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .TextWidthImage_text-width-image > div:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .TextWidthImage_text-width-image > div {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .TextWidthImage_text-width-image > div {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .TextWidthImage_text-width-image > div:after {
    content: " ";
    display: block;
    clear: both;
  }
  [lang=ja] .TextWidthImage_text-width-image > div {
    margin-bottom: 24px;
  }
}

.TextWidthImage_text-width-image.TextWidthImage_standard > div {
  padding: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .TextWidthImage_text-width-image.TextWidthImage_standard > div {
    margin-left: 11.45833%;
    width: 88.54167%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .TextWidthImage_text-width-image.TextWidthImage_standard > div {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .TextWidthImage_text-width-image.TextWidthImage_standard > div {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.LargeImage_large-image {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
  clear: both;
}

.LargeImage_large-image figure {
  z-index: 2;
}

.LargeImage_large-image figcaption {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .LargeImage_large-image figcaption {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .LargeImage_large-image {
    margin: 40px 0;
  }
  .LargeImage_large-image figcaption:after {
    display: none;
  }
  .LargeImage_large-image figcaption > span {
    color: #313132 !important;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .LargeImage_large-image.LargeImage_standard figcaption {
    padding: 0;
  }
}
.MediumImage_medium-image {
  max-width: 1100px;
  margin: 0 auto 40px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .MediumImage_medium-image {
    margin: 0 auto 60px;
  }
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .MediumImage_medium-image {
    max-width: 930px;
  }
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .MediumImage_medium-image figcaption {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .MediumImage_medium-image {
    margin: 40px auto;
  }
}

.MediumImage_medium-image > div {
  width: 100%;
  margin: 0;
}

@media (min-width: 0px) and (max-width: 639px) {
  .MediumImage_medium-image.MediumImage_standard figcaption {
    padding: 0;
  }
}

.dark figcaption, .dark figcaption span {
  color: white !important;
}
.SmallImage_small-image {
  width: 33%;
  max-width: 480px;
  float: left;
  margin: 0 30px 20px 0;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .SmallImage_small-image {
    padding-left: 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallImage_small-image {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
    padding: 0 20px;
  }
  [lang=ja] .SmallImage_small-image {
    margin-bottom: 24px;
  }
}

.SmallImage_small-image.SmallImage_caption-truncate figcaption span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.SmallImage_small-image.SmallImage_standard {
  padding: 0;
}

.SmallImage_small-image.SmallImage_right {
  float: right;
  margin: 0 0 0 30px;
  padding-left: 0;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .SmallImage_small-image.SmallImage_right {
    padding-right: 20px;
  }
  .SmallImage_small-image.SmallImage_right.SmallImage_standard {
    padding: 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .SmallImage_small-image.SmallImage_right {
    padding: 0 20px;
    margin: 0 0 30px;
  }
  .SmallImage_small-image.SmallImage_right.SmallImage_standard {
    padding: 0;
  }
}

.dark figcaption, .dark figcaption div {
  color: white !important;
}
.ParallaxImage_parallax-image {
  width: 100%;
  margin: 0 auto 30px;
}

.ParallaxImage_parallax-image figure > div > div {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.ParallaxImage_parallax-image.ParallaxImage_touch figure > div > div {
  background-attachment: inherit !important;
}

.ParallaxImage_parallax-image figcaption {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .ParallaxImage_parallax-image figcaption {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .dark .ParallaxImage_parallax-image figcaption > span + span {
    color: #fff !important;
  }
}

.dark .ParallaxImage_parallax-image figcaption > span {
  color: #fff !important;
}
.Explainer_contents {
  position: relative;
  background: rgba(134, 136, 139, 0.2);
  padding: 2px 0 2px 6px;
  white-space: pre-line;
}

.Explainer_contents.Explainer_active .Explainer_modal {
  display: block;
  opacity: 1;
  -webkit-animation: Explainer_fadeFromNone 150ms ease-out;
          animation: Explainer_fadeFromNone 150ms ease-out;
}

.Explainer_contents.Explainer_active:before {
  content: '';
}

.Explainer_contents:before {
  z-index: 101;
  position: absolute;
  top: -11px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  left: calc(50% - 5px);
}

@-webkit-keyframes Explainer_fadeFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes Explainer_fadeFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.Explainer_modal {
  z-index: 100;
  opacity: 0;
  display: none;
  position: absolute;
  max-width: 100vw;
  width: 550px;
  left: 0;
  bottom: 100%;
  padding: 2px 2px 10px;
  color: #3f3f40;
}

@media screen and (max-width: 550px) {
  .Explainer_modal {
    left: 0;
    right: 0;
  }
}

.Explainer_modal-contents {
  display: block;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.18), 0 1px 0 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 14px 30px 0 rgba(0, 0, 0, 0.18), 0 1px 0 0 rgba(0, 0, 0, 0.04);
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: normal;
}

.Explainer_icon {
  width: 17px;
  height: 17px;
  margin-top: -3px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  fill: #86888B;
  margin-right: 6px;
}

.Explainer_modal-description {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.Explainer_modal-title {
  font-family: 'freight-book', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 14px;
}

.Explainer_last-word {
  white-space: nowrap;
}

.Explainer_modal-image {
  float: right;
  padding-left: 10px;
}

.Explainer_modal-image img {
  display: block;
  width: 120px;
  height: 120px;
}
.LargeVideo_large-video {
  width: 100%;
  clear: both;
  margin: 40px 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .LargeVideo_large-video {
    margin: 60px 0;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .LargeVideo_large-video {
    margin: 24px 0;
  }
}

.LargeVideo_large-video iframe {
  border: 0 !important;
}

.LargeVideo_large-video .LargeVideo_title-caption {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 70%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 15px 30px 0;
  font-size: 14px;
  color: #313132;
  line-height: 1.5;
}

@media (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .LargeVideo_large-video .LargeVideo_title-caption {
    width: 100%;
    padding: 15px 20px 0;
  }
}

.LargeVideo_large-video .LargeVideo_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}

.dark .LargeVideo_title-caption {
  color: white !important;
}
.MediumVideo_medium-video {
  margin: 0 0 30px;
}

@media (min-width: 1600px) {
  .MediumVideo_medium-video {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .MediumVideo_medium-video {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .MediumVideo_medium-video {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .MediumVideo_medium-video {
    margin-left: 0%;
  }
}

.MediumVideo_medium-video.MediumVideo_mega {
  width: 100%;
  margin: 30px 0 60px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .MediumVideo_medium-video.MediumVideo_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .MediumVideo_medium-video.MediumVideo_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .MediumVideo_medium-video.MediumVideo_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .MediumVideo_medium-video.MediumVideo_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.MediumVideo_medium-video iframe {
  border: 0 !important;
}

.MediumVideo_medium-video .MediumVideo_title-caption {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  padding: 15px 30px 0;
  font-size: 14px;
  color: #313132;
  line-height: 1.5;
}

@media (min-width: 0px) and (max-width: 639px) {
  .MediumVideo_medium-video .MediumVideo_title-caption {
    padding: 15px 20px 0;
  }
}

.MediumVideo_medium-video .MediumVideo_title {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
}

.dark .MediumVideo_title-caption {
  color: white !important;
}
@charset "UTF-8";
.StandardArticleBody_container {
  padding-bottom: 60px;
  min-height: 400px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .StandardArticleBody_container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 13%;
  }
  .StandardArticleBody_container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .StandardArticleBody_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .StandardArticleBody_container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .StandardArticleBody_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .StandardArticleBody_container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.StandardArticleBody_container > .StandardArticleBody_body > p {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 21px;
  line-height: 1.52;
  margin-bottom: 30px;
}

[lang=ja] .StandardArticleBody_container > .StandardArticleBody_body > p, [lang=zh] .StandardArticleBody_container > .StandardArticleBody_body > p {
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 0px) and (max-width: 639px) {
  .StandardArticleBody_container > .StandardArticleBody_body > p {
    font-size: 18px;
    line-height: 1.6;
  }
  [lang=ja] .StandardArticleBody_container > .StandardArticleBody_body > p {
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 24px;
  }
}

.StandardArticleBody_container > .StandardArticleBody_body > p a {
  border-bottom: 1px dotted #128fdd;
  word-wrap: break-word;
}

.StandardArticleBody_container > .StandardArticleBody_body > p > h2 {
  margin-left: 0 !important;
}

.StandardArticleBody_container > .StandardArticleBody_body > p > h3 {
  margin-left: 0 !important;
}

.StandardArticleBody_container > .StandardArticleBody_body > p strong {
  font-family: "freight-semibold", serif;
  -webkit-font-smoothing: antialiased;
}

.StandardArticleBody_container > .StandardArticleBody_body > p em, .StandardArticleBody_container > .StandardArticleBody_body > p i {
  font-style: italic;
}

.StandardArticleBody_container > .StandardArticleBody_body > p,
.StandardArticleBody_container > .StandardArticleBody_body > h2,
.StandardArticleBody_container > .StandardArticleBody_body > h3,
.StandardArticleBody_container > .StandardArticleBody_body > pre,
.StandardArticleBody_container > .StandardArticleBody_body > ul,
.StandardArticleBody_container > .StandardArticleBody_body > .StandardArticleBody_ul-tag {
  color: #313132;
}

.StandardArticleBody_container > .StandardArticleBody_body pre {
  font-family: "Lucida Console", Monaco, monospace;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 640px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px), (min-width: 0px) and (max-width: 639px) {
  .StandardArticleBody_container > .StandardArticleBody_body pre {
    font-size: 13px;
  }
}

[lang=ja] .StandardArticleBody_container > .StandardArticleBody_body pre {
  font-family: "\FF2D\FF33   \30B4\30B7\30C3\30AF", "MS Gothic", "Noto Sans Mono CJK JP Regular", monospacer, "Osaka\FF0D\7B49\5E45", Osaka-mono, monospace;
}

.StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_intro {
  font-size: 26px;
  line-height: 36px;
  font-family: knowledge-light, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

[lang=ja] .StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_intro {
  margin-bottom: 24px;
}

.StandardArticleBody_container > .StandardArticleBody_body > .StandardArticleBody_module {
  margin-bottom: 60px;
}

.StandardArticleBody_container > .StandardArticleBody_body h2, .StandardArticleBody_container > .StandardArticleBody_body h3 {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  margin-bottom: 30px;
  padding-top: 30px;
  line-height: 1.3;
  display: block;
}

[lang=ja] .StandardArticleBody_container > .StandardArticleBody_body h2, [lang=ja] .StandardArticleBody_container > .StandardArticleBody_body h3 {
  margin-bottom: 24px;
}

.StandardArticleBody_container > .StandardArticleBody_body .module + h3 {
  padding-top: 0 !important;
}

.StandardArticleBody_container > .StandardArticleBody_body .cms-insert img {
  width: 100%;
}

.StandardArticleBody_container > .StandardArticleBody_body ul,
.StandardArticleBody_container > .StandardArticleBody_body .ul-tag {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
  list-style: disc inside none;
}

[lang=ja] .StandardArticleBody_container > .StandardArticleBody_body ul, [lang=ja]
.StandardArticleBody_container > .StandardArticleBody_body .ul-tag {
  margin-bottom: 24px;
}

.StandardArticleBody_container > .StandardArticleBody_body .li-tag {
  display: list-item;
}

.StandardArticleBody_container > .StandardArticleBody_body strong {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.StandardArticleBody_container > .StandardArticleBody_body .rubric {
  position: absolute;
  top: 20px;
  left: -1px;
  background: #ff8000;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  padding-left: 10px;
  font-size: 12px;
  padding-right: 5px;
  z-index: 99999;
}

.StandardArticleBody_container > .StandardArticleBody_body .text_box {
  width: 230px;
  border: 1px solid #ccc;
}

.StandardArticleBody_container > .StandardArticleBody_body .text_box span {
  display: block;
}

.StandardArticleBody_container > .StandardArticleBody_body .text_box span:first-of-type {
  margin: 6px 0 8px;
  text-align: center;
  color: #f37021;
}

.StandardArticleBody_container > .StandardArticleBody_body .text_box span:nth-of-type(2) {
  width: 100%;
  height: 1px;
  border-top: 1px solid #cccccc;
  margin-top: 6px;
}

.StandardArticleBody_container > .StandardArticleBody_body .text_box span:nth-of-type(3) {
  height: 44px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
}

.StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_copyrightNotice p {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

@media (min-width: 1600px) {
  .StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_copyrightNotice p {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_copyrightNotice p {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_copyrightNotice p {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .StandardArticleBody_container > .StandardArticleBody_body .StandardArticleBody_copyrightNotice p {
    margin-left: 0%;
  }
}

.StandardArticleBody_container .StandardArticleBody_trustBadgeContainer {
  font-size: 16px;
  color: #717375;
  clear: both;
  font-style: italic;
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 9px;
}

@media (min-width: 1600px) {
  .StandardArticleBody_container .StandardArticleBody_trustBadgeContainer {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .StandardArticleBody_container .StandardArticleBody_trustBadgeContainer {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .StandardArticleBody_container .StandardArticleBody_trustBadgeContainer {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .StandardArticleBody_container .StandardArticleBody_trustBadgeContainer {
    margin-left: 0%;
  }
}

.StandardArticleBody_container .StandardArticleBody_trustBadgeContainer .StandardArticleBody_trustBadgeTitle {
  margin-right: 15px;
}

.StandardArticleBody_container .StandardArticleBody_trustBadgeContainer a {
  text-decoration: underline;
}

@media (min-width: 1600px) {
  .StandardArticleBody_body > p,
  .StandardArticleBody_body > h2,
  .StandardArticleBody_body > h3,
  .StandardArticleBody_body > pre,
  .StandardArticleBody_body > ul,
  .StandardArticleBody_body > .StandardArticleBody_ul-tag,
  .StandardArticleBody_newsletter {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .StandardArticleBody_body > p,
  .StandardArticleBody_body > h2,
  .StandardArticleBody_body > h3,
  .StandardArticleBody_body > pre,
  .StandardArticleBody_body > ul,
  .StandardArticleBody_body > .StandardArticleBody_ul-tag,
  .StandardArticleBody_newsletter {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .StandardArticleBody_body > p,
  .StandardArticleBody_body > h2,
  .StandardArticleBody_body > h3,
  .StandardArticleBody_body > pre,
  .StandardArticleBody_body > ul,
  .StandardArticleBody_body > .StandardArticleBody_ul-tag,
  .StandardArticleBody_newsletter {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .StandardArticleBody_body > p,
  .StandardArticleBody_body > h2,
  .StandardArticleBody_body > h3,
  .StandardArticleBody_body > pre,
  .StandardArticleBody_body > ul,
  .StandardArticleBody_body > .StandardArticleBody_ul-tag,
  .StandardArticleBody_newsletter {
    margin-left: 0%;
  }
}

.StandardArticleBody_newsletter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.dark .StandardArticleBody_body p, .dark .StandardArticleBody_body h3 {
  color: white;
}

.small-font-size {
  font-size: 16px;
}

.large-font-size {
  font-size: 22px;
}

.StandardArticleBody_dp-slot-inline,
.StandardArticleBody_dianomi-container,
.StandardArticleBody_logly-container,
.StandardArticleBody_trending-stories {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 1600px) {
  .StandardArticleBody_dp-slot-inline,
  .StandardArticleBody_dianomi-container,
  .StandardArticleBody_logly-container,
  .StandardArticleBody_trending-stories {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .StandardArticleBody_dp-slot-inline,
  .StandardArticleBody_dianomi-container,
  .StandardArticleBody_logly-container,
  .StandardArticleBody_trending-stories {
    margin-left: 11.45833%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .StandardArticleBody_dp-slot-inline,
  .StandardArticleBody_dianomi-container,
  .StandardArticleBody_logly-container,
  .StandardArticleBody_trending-stories {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .StandardArticleBody_dp-slot-inline,
  .StandardArticleBody_dianomi-container,
  .StandardArticleBody_logly-container,
  .StandardArticleBody_trending-stories {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .StandardArticleBody_dp-slot-inline, [lang=ja]
  .StandardArticleBody_dianomi-container, [lang=ja]
  .StandardArticleBody_logly-container, [lang=ja]
  .StandardArticleBody_trending-stories {
    margin: 24px 0;
  }
}

.StandardArticleBody_dp-slot-inline[data-ad-type="mpu"],
.StandardArticleBody_dianomi-container[data-ad-type="mpu"],
.StandardArticleBody_logly-container[data-ad-type="mpu"],
.StandardArticleBody_trending-stories[data-ad-type="mpu"] {
  margin-top: 0;
}

.StandardArticleBody_dp-slot-inline.StandardArticleBody_inline-canvas,
.StandardArticleBody_dianomi-container.StandardArticleBody_inline-canvas,
.StandardArticleBody_logly-container.StandardArticleBody_inline-canvas,
.StandardArticleBody_trending-stories.StandardArticleBody_inline-canvas {
  clear: both;
}

.StandardArticleBody_dianomi-container > div,
.StandardArticleBody_logly-container > div {
  max-width: 100% !important;
}

.StandardArticleBody_bottom-article-bizdev iframe {
  width: 100% !important;
}
.Attribution_container {
  clear: both;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Attribution_container.Attribution_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .Attribution_container.Attribution_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Attribution_container.Attribution_mega .Attribution_attribution {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .Attribution_container.Attribution_mega .Attribution_attribution {
    padding: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Attribution_container.Attribution_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .Attribution_container.Attribution_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Attribution_container.Attribution_mega .Attribution_attribution {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Attribution_container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .Attribution_container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Attribution_container .Attribution_attribution {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .Attribution_container .Attribution_attribution {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Attribution_container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .Attribution_container:after {
    content: " ";
    display: block;
    clear: both;
  }
  .Attribution_container .Attribution_attribution {
    margin-left: 0%;
  }
}

.Attribution_attribution {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  margin-top: 35px;
}

.Attribution_attribution .Attribution_title {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C3C4C5;
  padding: 28px 0 22px;
  border-top: 1px solid #EBEBEB;
}

.Attribution_attribution .Attribution_content {
  font-size: 16px;
  line-height: 26px;
  color: #717375;
}

.Attribution_attribution .Attribution_content.Attribution_small {
  font-size: 14px;
}

.Attribution_attribution .Attribution_content.Attribution_sponsored a {
  text-decoration: underline;
}

.Attribution_attribution .Attribution_disclaimer {
  font-size: 16px;
  font-style: italic;
  margin-top: 20px;
}

.Attribution_attribution a {
  color: #3f3f40;
}

.Attribution_attribution .Attribution_credit .Attribution_function {
  width: 25%;
  margin-right: 10px;
  display: inline-block;
}

.Attribution_attribution .Attribution_credit .Attribution_name {
  display: inline-block;
  color: #3f3f40;
}

.Attribution_attribution .Attribution_credit .Attribution_name:not(:last-child) {
  margin-right: 5px;
}

.Attribution_attribution .Attribution_credit a {
  text-decoration: underline;
}

.dark .Attribution_title {
  border-top: 1px solid #313132;
}

.dark .Attribution_credit .Attribution_name, .dark .Attribution_credit a {
  color: white;
}
.BylineBar_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 0;
}

@media (min-width: 640px) and (max-width: 1280px) {
  .BylineBar_inner > div:first-child {
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .BylineBar_inner > div:first-child {
    width: 100%;
  }
}

@media (min-width: 920px) and (max-width: 1280px) {
  .BylineBar_inner > div:first-child {
    width: calc(100% - 300px);
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .BylineBar_inner {
    border-bottom: none;
  }
}

.BylineBar_first-container,
.BylineBar_last-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .BylineBar_first-container:not(.BylineBar_is-sponsored).BylineBar_is-hero {
    display: none;
  }
  [lang=ja] .BylineBar_first-container .BylineBar_share-container {
    display: none;
  }
}

.BylineBar_last-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /*direction: ltr;*/
}

.BylineBar_first-container + p {
  margin-top: 30px;
}

.BylineBar_headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 1.18;
  margin: 30px 0;
}

@media (min-width: 0px) and (max-width: 639px) {
  .BylineBar_headline {
    font-size: 26px;
  }
}

.BylineBar_share-container {
  text-align: right;
}

.BylineBar_border-wrap {
  border-bottom: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 15px;
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .BylineBar_border-wrap--no-bios {
    padding: 0;
  }
}

[dir=rtl] .BylineBar_share-container {
  direction: ltr;
}

.BylineBar_byline {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #717375;
  margin-right: 15px;
}

.BylineBar_byline a:hover {
  color: #313132;
}

.dark .BylineBar_byline,
.dark .BylineBar_byline a,
.dark .BylineBar_bio,
.dark .BylineBar_name-title,
.dark .BylineBar_headline {
  color: white;
}

.dark .BylineBar_border-wrap {
  border-bottom: 1px solid #313132;
}

.BylineBar_bio {
  font-size: 12px;
  line-height: 14px;
  padding-top: 15px;
  color: #717375;
}

.BylineBar_reading-time {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #717375;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .BylineBar_reading-time {
    display: none;
  }
}

[dir=rtl] .BylineBar_reading-time {
  margin-left: 12px;
}

.BylineBar_profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.BylineBar_profile-container .BylineBar_portrait {
  background-size: 42px;
  background-position: center 0;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.BylineBar_profile-container .BylineBar_name-title {
  font-size: 16px;
  line-height: 18px;
  color: #313132;
}

.BylineBar_profile-container .BylineBar_name-title .BylineBar_name {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.BylineBar_profile-container .BylineBar_name-title .BylineBar_title {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.BylineBar_sponsor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.BylineBar_sponsor-container .BylineBar_attribution-name .BylineBar_name {
  font-family: inherit;
}

.BylineBar_logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.BylineBar_attribution-name {
  font-size: 16px;
  line-height: 18px;
  color: #313132;
}

.BylineBar_attribution-name .BylineBar_attribution {
  margin-right: 6px;
}

.BylineBar_attribution-name .BylineBar_name {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}
.TrendingStories_container ul:not(:first-of-type) {
  margin-top: 25px;
  border-top: 1px solid #EBEBEB;
}

.TrendingStories_label {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #86888B;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: .2rem;
}

.TrendingStories_headline {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: inherit;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

.TrendingStories_sponsor {
  margin-top: 5px;
  font-family: 'freight-book';
  -webkit-font-smoothing: antialiased;
  color: #717375;
  font-size: 15px;
  font-style: italic;
  display: block;
}

.TrendingStories_story {
  margin-top: 25px;
  font-size: 16px;
  -webkit-transition: color .15s;
  transition: color .15s;
  color: #313132;
}

.TrendingStories_story:hover {
  color: #F37021;
}

.TrendingStories_thumbnail {
  margin-left: 20px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: #FAFAFA url(//static.reuters.com/resources_v2/react/CKB-23169-b72/0b9ae0631dc9cb1d12dd2eb240ef07bb.png) no-repeat center;
  background-size: 40px;
  border-radius: 2px;
  overflow: hidden;
}

.TrendingStories_image {
  height: 100%;
  background-position: center;
  background-size: cover;
}
.NewsletterSignUp_container:after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: #EBEBEB;
  margin-top: 30px;
}

.NewsletterSignUp_label {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #86888B;
  text-transform: uppercase;
  letter-spacing: .2rem;
  text-align: left;
}

[dir='rtl'] .NewsletterSignUp_label {
  text-align: right;
}

.NewsletterSignUp_description {
  font-family: 'freight-book';
  -webkit-font-smoothing: antialiased;
  color: #313132;
  font-size: 16px;
  line-height: 1.52;
}

.NewsletterSignUp_label,
.NewsletterSignUp_description {
  margin-bottom: 20px;
}

.NewsletterSignUp_email {
  font-family: knowledge-light, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  background: transparent;
  padding: 5px 10px;
  margin-bottom: 9px;
}

.NewsletterSignUp_email.NewsletterSignUp_invalid {
  border-color: #d62136 !important;
}

.NewsletterSignUp_email:focus {
  outline: none;
  border-color: rgba(243, 112, 33, 0.25);
}

.NewsletterSignUp_email:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #EBEBEB;
}

.NewsletterSignUp_email,
.NewsletterSignUp_submit,
.NewsletterSignUp_invalid-email-message {
  display: block;
}

.NewsletterSignUp_invalid-email-message {
  font-family: knowledge-light, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #d62136;
  font-size: 15px;
  margin-bottom: 9px;
}

.NewsletterSignUp_submit {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 120px;
  height: 36px;
  border-radius: 6px;
  font-size: 15px;
  text-align: center;
  background: #F37021;
  color: white;
}

.NewsletterSignUp_submit:hover {
  background: #ee610d;
}

.NewsletterSignUp_submit:active {
  background: #d5580c;
}

.NewsletterSignUp_submit:disabled {
  cursor: default;
  background: #EBEBEB;
  color: #313132;
}

.NewsletterSignUp_confirmed {
  font-size: 14px;
  color: #417505;
}
.RelatedContent_container {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 50px;
}

.RelatedContent_container h4 {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  color: #86888B;
}

.RelatedContent_container .RelatedContent_item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  -webkit-transition: color .15s;
  transition: color .15s;
  color: #313132;
}

.RelatedContent_container .RelatedContent_item-container:hover {
  color: #F37021;
}

.RelatedContent_container .RelatedContent_thumb {
  width: 60px;
  height: 60px;
  margin-left: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.RelatedContent_container .RelatedContent_headline {
  font-size: 16px;
  line-height: 1.3;
  display: block;
}

.RelatedContent_container .RelatedContent_byline {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: .2px;
  color: #717375;
}
.ArticleHeader_container {
  background: white;
  margin-bottom: 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_container {
    margin-bottom: 30px;
  }
  [lang=ja] .ArticleHeader_container {
    margin-bottom: 24px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_container.ArticleHeader_big-image {
    margin-bottom: 0;
  }
}

.ArticleHeader_container .ArticleHeader_upper-container {
  padding: 60px 0 30px;
  position: relative;
  overflow: hidden;
  color: #3f3f40;
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_container .ArticleHeader_upper-container {
    padding: 30px 0 30px;
  }
  [lang=ja] .ArticleHeader_container .ArticleHeader_upper-container {
    padding: 24px 0;
  }
}

.ArticleHeader_container.ArticleHeader_big-image .ArticleHeader_upper-container {
  padding: 90px 0 60px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_container.ArticleHeader_big-image .ArticleHeader_upper-container {
    padding: 30px 0 30px;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .ArticleHeader_content-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 13%;
  }
  .ArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .ArticleHeader_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .ArticleHeader_lower-container .ArticleHeader_first-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 13%;
  }
  .ArticleHeader_lower-container .ArticleHeader_first-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.ArticleHeader_channel,
.ArticleHeader_date {
  font-size: 11px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
}

.ArticleHeader_channel {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  min-height: 1px;
}

.ArticleHeader_channel a {
  display: inline-block;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}

.ArticleHeader_channel a:hover {
  color: #F37021;
}

@media (min-width: 1600px) {
  .ArticleHeader_channel {
    margin-right: 30px;
    margin-left: 11.45833%;
    /*margin-right: gutter();*/
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .ArticleHeader_channel {
    margin-left: 11.45833%;
    /*margin-right: gutter();*/
    margin-bottom: 8px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .ArticleHeader_channel {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_channel {
    display: block;
    margin-bottom: 8px;
  }
}

.ArticleHeader_date {
  color: #717375;
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .ArticleHeader_channel,
  .ArticleHeader_date {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .ArticleHeader_channel,
  .ArticleHeader_date {
    margin-left: 0%;
  }
}

.ArticleHeader_headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 1.18;
  margin-top: 30px;
}

@media (min-width: 1600px) {
  .ArticleHeader_headline {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .ArticleHeader_headline {
    margin-left: 11.45833%;
  }
  [lang=ja] .ArticleHeader_headline {
    font-size: 35px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  [lang=ja] .ArticleHeader_headline {
    font-size: 35px;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .ArticleHeader_headline {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .ArticleHeader_headline {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .ArticleHeader_headline {
    font-size: 26px;
  }
  [lang=ja] .ArticleHeader_headline {
    margin-top: 24px;
    font-size: 24px;
  }
}

@media (min-width: 1600px) {
  .ArticleHeader_byline-bar {
    margin-left: 11.45833%;
    width: 88.54167%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .ArticleHeader_byline-bar {
    margin-left: 11.45833%;
    width: 88.54167%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .ArticleHeader_byline-bar {
    margin-left: 11.45833%;
    width: 88.54167%;
    float: left;
    margin-right: 3.125%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .ArticleHeader_byline-bar {
    margin-left: 0%;
    width: 100%;
  }
}

.dark .ArticleHeader_container {
  background: #1a1a1a;
}

.dark .ArticleHeader_headline {
  color: white;
}
.HeroArticleHeader_container {
  background: #fff;
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container {
  height: 82vh;
  min-height: 475px;
  max-height: 960px;
  color: white;
  position: relative;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_container .HeroArticleHeader_upper-container {
    padding: 60px 0 0 0;
  }
}

@media (max-height: 1280px) {
  .HeroArticleHeader_container .HeroArticleHeader_upper-container {
    height: 80vh;
  }
}

@media (max-height: 1024px) {
  .HeroArticleHeader_container .HeroArticleHeader_upper-container {
    height: 76vh;
  }
}

@media (max-height: 840px) {
  .HeroArticleHeader_container .HeroArticleHeader_upper-container {
    height: 72vh;
  }
}

@media (max-height: 680px) {
  .HeroArticleHeader_container .HeroArticleHeader_upper-container {
    height: 70vh;
  }
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_background {
  height: 0;
  padding-bottom: 56.25%;
  background-color: lightgray;
  background-size: cover !important;
  background-position: center bottom !important;
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_background:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -owg-linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6));
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_background > div > div {
  background-attachment: fixed !important;
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_background.HeroArticleHeader_touch > div > div {
  background-attachment: inherit !important;
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_foreground {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 7%;
}

@media (min-width: 0px) and (max-width: 639px) {
  [lang=ja] .HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_foreground {
    bottom: 24px;
  }
}

.HeroArticleHeader_container .HeroArticleHeader_upper-container .HeroArticleHeader_date {
  color: white;
  opacity: .5;
}

.HeroArticleHeader_caption {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #313132;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.dark .HeroArticleHeader_caption {
  color: white;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_caption {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader_caption {
    margin-left: 0%;
  }
}

.HeroArticleHeader_caption-divider {
  content: "";
  height: 1px;
  width: 10%;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #ff8000;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_caption-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 13%;
  }
  .HeroArticleHeader_caption-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_caption-container.HeroArticleHeader_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .HeroArticleHeader_caption-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_caption-container.HeroArticleHeader_mega .HeroArticleHeader_caption {
    margin-left: 0%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader_caption-container.HeroArticleHeader_mega .HeroArticleHeader_caption {
    margin-left: 0%;
  }
}

.HeroArticleHeader___caption-container {
  position: absolute;
  bottom: 40px;
  left: 60px;
  z-index: 2;
}

.HeroArticleHeader___caption-container svg {
  fill: white !important;
  position: absolute;
  bottom: 0;
}

.HeroArticleHeader___caption-container svg g {
  fill: white !important;
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader___caption-container {
    left: 40px;
    bottom: 20px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader___caption-container {
    left: 40px;
    bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader___caption-container {
    left: 20px;
    bottom: 10px;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader___caption-container.HeroArticleHeader_mega {
    bottom: 40px;
    left: 60px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader___caption-container.HeroArticleHeader_mega {
    left: 20px;
    bottom: 20px;
  }
}

.HeroArticleHeader_primary-image-container .HeroArticleHeader_primary-image figure {
  cursor: inherit;
}

.HeroArticleHeader_primary-image-container .HeroArticleHeader_primary-image figcaption {
  width: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.HeroArticleHeader_content-container {
  -webkit-transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.HeroArticleHeader_content-container.HeroArticleHeader_hidden {
  opacity: 0;
}

.HeroArticleHeader_content-container.HeroArticleHeader_no-masthead {
  padding-top: 60px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_no-masthead {
    padding-top: 30px;
  }
}

.HeroArticleHeader_content-container.HeroArticleHeader_no-masthead .HeroArticleHeader_date {
  color: #717375;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_content-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .HeroArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .HeroArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .HeroArticleHeader_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .HeroArticleHeader_content-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .HeroArticleHeader_content-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .HeroArticleHeader_content-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_mega .HeroArticleHeader_content {
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_content-container.HeroArticleHeader_mega .HeroArticleHeader_content {
    margin: 0;
  }
}

.HeroArticleHeader_content {
  margin-left: 7.45833%;
}

@media (min-width: 920px) and (max-width: 1280px) {
  .HeroArticleHeader_content {
    margin-left: 9.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader_content {
    margin: 0 40px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_content {
    margin: 0 20px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_content {
    margin: 0;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_channel-date {
    margin-right: 30px;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  .HeroArticleHeader_channel-date {
    margin-bottom: 8px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_channel-date {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
  }
}

.HeroArticleHeader_channel-date .HeroArticleHeader_channel,
.HeroArticleHeader_channel-date .HeroArticleHeader_date {
  font-size: 11px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  display: inline-block;
}

.HeroArticleHeader_channel-date .HeroArticleHeader_channel {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  min-height: 1px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_channel-date .HeroArticleHeader_channel {
    display: block;
    margin-bottom: 8px;
  }
}

.HeroArticleHeader_channel-date .HeroArticleHeader_channel a {
  display: inline-block;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  outline: none;
}

.HeroArticleHeader_channel-date .HeroArticleHeader_channel a:hover {
  color: #F37021;
}

.HeroArticleHeader_headline-container .HeroArticleHeader_headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 1.18;
  margin-top: 30px;
}

.HeroArticleHeader_headline-container .HeroArticleHeader_headline.HeroArticleHeader_large {
  font-size: 60px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) and (max-width: 1599px) {
  [lang=ja] .HeroArticleHeader_headline-container .HeroArticleHeader_headline {
    font-size: 35px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  [lang=ja] .HeroArticleHeader_headline-container .HeroArticleHeader_headline {
    font-size: 35px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_headline-container .HeroArticleHeader_headline {
    font-size: 26px;
  }
  .HeroArticleHeader_headline-container .HeroArticleHeader_headline.HeroArticleHeader_large {
    font-size: 34px;
  }
  [lang=ja] .HeroArticleHeader_headline-container .HeroArticleHeader_headline {
    margin-top: 24px;
    font-size: 24px;
  }
}

.HeroArticleHeader_headline-container .HeroArticleHeader_subtitle {
  font-size: 26px;
  line-height: 1.18;
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_headline-container .HeroArticleHeader_subtitle {
    font-size: 18px;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_lower-container {
    max-width: 1280px;
    margin: 20px auto;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_lower-container {
    margin: 20px 40px;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_lower-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
  }
  .HeroArticleHeader_lower-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_lower-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
  }
  .HeroArticleHeader_lower-container:after {
    content: " ";
    display: block;
    clear: both;
  }
  [lang=ja] .HeroArticleHeader_lower-container:not(.HeroArticleHeader_is-sponsored) {
    padding: 24px 0 0;
  }
}

.HeroArticleHeader_lower-container.HeroArticleHeader_mega {
  margin-bottom: 0;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega .HeroArticleHeader_lower-content {
    margin-left: 17.05426%;
    width: 65.89147%;
  }
}

@media (min-width: 640px) and (max-width: 919px) {
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega .HeroArticleHeader_lower-content {
    margin-top: 15px;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega:after {
    content: " ";
    display: block;
    clear: both;
  }
  .HeroArticleHeader_lower-container.HeroArticleHeader_mega .HeroArticleHeader_lower-content {
    margin-top: 15px;
  }
}

.HeroArticleHeader_lower-container.HeroArticleHeader_mega .HeroArticleHeader_byline-container {
  width: 100%;
  margin: auto !important;
}

.HeroArticleHeader_lower-container.HeroArticleHeader_mega .HeroArticleHeader_byline-container .HeroArticleHeader_byline {
  width: 100%;
  margin: auto !important;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content {
    width: calc(100% - 300px);
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content .HeroArticleHeader_byline-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 13%;
  }
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content .HeroArticleHeader_byline-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content .HeroArticleHeader_byline-container .HeroArticleHeader_byline {
    margin-left: 11.45833%;
  }
}

@media (min-width: 920px) and (max-width: 1020px) {
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content .HeroArticleHeader_byline-container .HeroArticleHeader_byline {
    margin-left: 0%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .HeroArticleHeader_lower-container .HeroArticleHeader_lower-content .HeroArticleHeader_byline-container .HeroArticleHeader_byline {
    width: 100%;
    margin-left: 0%;
  }
}

.dark .HeroArticleHeader_container {
  background: #1a1a1a;
}

.dark .HeroArticleHeader_headline, .dark .HeroArticleHeader_channel {
  color: white;
}
.ArticleCard_container > a {
  display: block;
  max-width: 1280px;
  margin: 0 20px 18px;
}

.ArticleCard_timestamp {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #86888B;
}

.ArticleCard_channel {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 2.83;
  letter-spacing: 1.8px;
  text-align: left;
  color: rgba(51, 51, 51, 0.5);
  text-transform: uppercase;
}

.ArticleCard_headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.38;
  color: #313132;
  padding-right: 5.26316%;
  margin-bottom: .6rem;
}

.ArticleCard_thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 56.45%;
  background-color: #FAFAFA;
}

.ArticleCard_thumbnail > .ArticleCard_placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FAFAFA url(//static.reuters.com/resources_v2/react/CKB-23169-b72/0b9ae0631dc9cb1d12dd2eb240ef07bb.png) no-repeat center;
  background-size: 120px;
}
.Sticky_track {
  position: relative;
  height: 100%;
}

.Sticky_content {
  position: absolute;
  width: inherit;
}

.Sticky_content.Sticky_disabled {
  position: static !important;
}

.Sticky_content.Sticky_fixed {
  position: fixed;
}

.Sticky_content.Sticky_at-bottom {
  top: auto;
  bottom: 0;
}

.Sticky_content:not(.Sticky_fixed):not(.Sticky_at-bottom) {
  top: 0;
}
.RightRail_container {
  position: absolute;
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.RightRail_sticky {
  width: 300px;
}

.RightRail_sticky > div {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.RightRail_sticky-video-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

.RightRail_video-docked .RightRail_sticky > div {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}

.RightRail_video-container {
  display: block;
  pointer-events: none;
  width: 300px;
  height: 168px;
}
.Leaderboard_sticky-container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.Leaderboard_slot-container {
  overflow: hidden;
}

.Leaderboard_slot {
  background: #FAFAFA;
  border-bottom: 1px solid #EBEBEB;
}

.Leaderboard_floating.Leaderboard_sticky {
  -webkit-transition: -webkit-transform .8s 3s ease-in;
  transition: -webkit-transform .8s 3s ease-in;
  transition: transform .8s 3s ease-in;
  transition: transform .8s 3s ease-in, -webkit-transform .8s 3s ease-in;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.NavButton_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.NavButton_button:hover .NavButton_icon {
  opacity: 1;
}

.NavButton_small .NavButton_icon {
  width: 10px;
  margin: 15px;
}

.NavButton_medium .NavButton_icon {
  width: 15px;
  margin: 20px;
}

.NavButton_large .NavButton_icon {
  width: 20px;
  margin: 20px;
}

.NavButton_icon {
  display: block;
  height: auto;
  opacity: .65;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.NavButton_white-box {
  background: white;
}

.NavButton_white-box .NavButton_icon {
  fill: #9a9a9a;
}

.NavButton_black-box {
  background: black;
}

.NavButton_black-box .NavButton_icon {
  fill: white;
}

.NavButton_very-dark-box {
  background: #313132;
}

.NavButton_very-dark-box .NavButton_icon {
  fill: white;
}

.NavButton_enter {
  opacity: 0;
}

.NavButton_enter-active {
  opacity: 1 !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.NavButton_enter-done {
  opacity: 1 !important;
}

.NavButton_leave {
  opacity: 1;
}

.NavButton_leave-active {
  opacity: 0 !important;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.25s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.NavButton_leave-done {
  display: none;
}
.ScrollList_container,
.ScrollList_scroller {
  position: relative;
  height: 100%;
}

.ScrollList_scroller {
  z-index: 0;
  overflow: -moz-scrollbars-none;
  /* Firefox */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
  /* WebKit */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-x: scroll;
  overflow-y: hidden;
}

.ScrollList_scroller::-webkit-scrollbar {
  /* WebKit */
  display: none;
}

.ScrollList_scroller.ScrollList_left > ul {
  text-align: left;
}

.ScrollList_scroller.ScrollList_right > ul {
  text-align: right;
}

.ScrollList_scroller.ScrollList_center > ul {
  text-align: center;
}

.ScrollList_scroller > ul {
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}

.ScrollList_scroller > ul > li {
  display: inline-block;
  height: 100%;
  font-size: initial;
  white-space: normal;
}

.ScrollList_prev-button,
.ScrollList_next-button {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
}

.ScrollList_prev-button {
  left: 0;
}

.ScrollList_next-button {
  right: 0;
}
.RecircRibbon_container {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
}

.RecircRibbon_current-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  padding: 0 20px;
  border-bottom: 1px solid #EBEBEB;
}

.RecircRibbon_current-article > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.RecircRibbon_now-reading {
  color: #717375;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 6px;
}

.RecircRibbon_current-headline {
  color: #313132;
  font-size: 12px;
}

.RecircRibbon_now-reading,
.RecircRibbon_current-headline {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.RecircRibbon_recirc-list {
  height: 90px;
}

.RecircRibbon_prev-button {
  border-right: 1px solid #EBEBEB;
}

.RecircRibbon_next-button {
  border-left: 1px solid #EBEBEB;
}

.RecircRibbon_item {
  width: 0;
  min-width: 340px;
  height: 100%;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #EBEBEB;
}

.RecircRibbon_item .RecircRibbon_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.RecircRibbon_item .RecircRibbon_title {
  display: block;
  height: 36.4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.RecircRibbon_headline {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: inherit;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

.RecircRibbon_time {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #ABABAB;
}

.RecircRibbon_sponsor {
  font-size: 14px;
  color: #ABABAB;
  display: block;
  white-space: nowrap;
  font-style: italic;
  font-family: 'freight-book', sans-serif;
}

.RecircRibbon_item {
  font-size: 14px;
  -webkit-transition: color .15s;
  transition: color .15s;
  color: #313132;
}

.RecircRibbon_item:hover {
  color: #F37021;
}

.RecircRibbon_thumbnail {
  margin-left: 20px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: #FAFAFA url(//static.reuters.com/resources_v2/react/CKB-23169-b72/0b9ae0631dc9cb1d12dd2eb240ef07bb.png) no-repeat center;
  background-size: 40px;
  border-radius: 2px;
  overflow: hidden;
}

.RecircRibbon_image {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.RecircRibbon_appear,
.RecircRibbon_enter {
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
}

.RecircRibbon_appear-active,
.RecircRibbon_enter-active {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.RecircRibbon_enter-done {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.RecircRibbon_leave {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.RecircRibbon_leave-active {
  -webkit-transform: translateY(-110%) !important;
      -ms-transform: translateY(-110%) !important;
          transform: translateY(-110%) !important;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.RecircRibbon_leave-done {
  -webkit-transform: translateY(-110%) !important;
      -ms-transform: translateY(-110%) !important;
          transform: translateY(-110%) !important;
}
.StandardArticle_container {
  position: relative;
}

.StandardArticle_inner-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.StandardArticle_inner-container .StandardArticle_content {
  position: relative;
}

.StandardArticle_inner-container.StandardArticle_partial {
  height: 200vh;
}

@media (min-width: 568px) and (max-width: 639px) {
  .StandardArticle_inner-container.StandardArticle_partial {
    height: 200vw;
  }
}

.StandardArticle_partial-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-image: -owg-linear-gradient(rgba(255, 255, 255, 0) 0, white 260px);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0, white 260px);
}

.StandardArticle_partial-indicator .StandardArticle_button-container {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.StandardArticle_partial-indicator button {
  display: inline-block;
  -webkit-box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 7px 0 rgba(0, 0, 0, 0.05);
  padding: 23px 55px;
  background: white;
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #86888B;
}

.dark .StandardArticle_inner-container {
  background: #1a1a1a;
}
.Related_related-container {
  max-width: 1280px;
  margin: 0 auto 30px;
  padding: 15px 0 0;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.Related_related-container .Related_content-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Related_related-container .Related_content-container {
    padding: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .Related_related-container .Related_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Related_related-container .Related_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Related_related-container .Related_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.Related_related-container .Related_related-title {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .16;
  color: #86888B;
}

.Related_related-container .Related_related-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Related_related-container .Related_related-wrapper {
    padding: 15px 0;
  }
}

.Related_related-container .Related_related-wrapper:hover .Related_img-content img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.Related_related-container .Related_related-wrapper:hover .Related_path-related, .Related_related-container .Related_related-wrapper:hover .Related_part-title {
  color: #F37021;
}

.Related_related-container .Related_related-wrapper:last-child {
  border-bottom: none;
}

.Related_related-container .Related_img-content {
  margin-right: 30px;
  width: 90px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Related_related-container .Related_img-content {
    margin-right: 15px;
  }
}

.Related_related-container .Related_img-content img {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: .5;
  width: 100%;
}

.Related_related-container .Related_detail-content {
  width: calc(100% - 180px);
}

@media (min-width: 0px) and (max-width: 639px) {
  .Related_related-container .Related_detail-content {
    width: calc(100% - 165px);
  }
}

.Related_related-container .Related_detail-content .Related_part-related, .Related_related-container .Related_detail-content .Related_part-title {
  -webkit-transition: color .25s;
  transition: color .25s;
  font-size: 16px;
  color: #313132;
}

.Related_related-container .Related_detail-content .Related_part-related {
  margin-bottom: 15px;
}

.Related_related-container .Related_detail-content .Related_part-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark .Related_related-container .Related_detail-content .Related_part-related, .dark .Related_related-container .Related_detail-content .Related_part-title {
  color: white;
}

.dark .Related_related-container .Related_related-wrapper {
  border-bottom: 1px solid #313132;
}

.dark .Related_related-container .Related_related-wrapper:last-child {
  border-bottom: none;
}
.Series_series-container {
  max-width: 1280px;
  margin: 60px auto 0;
  width: 100%;
  overflow: hidden;
  clear: both;
}

.Series_series-container .Series_content-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Series_series-container .Series_content-container {
    padding: 0;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .Series_series-container .Series_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Series_series-container .Series_content-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .Series_series-container .Series_content-container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.Series_series-container .Series_series-title {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .16;
  color: #86888B;
}

.Series_series-container .Series_series-wrapper {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #EBEBEB;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Series_series-container .Series_series-wrapper {
    padding: 15px 0;
  }
}

.Series_series-container .Series_series-wrapper:hover .Series_img-content img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.Series_series-container .Series_series-wrapper:hover .Series_path-series, .Series_series-container .Series_series-wrapper:hover .Series_part-title {
  color: #F37021;
}

.Series_series-container .Series_series-wrapper:last-child {
  border-bottom: none;
}

.Series_series-container .Series_img-content {
  margin-right: 30px;
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.25);
}

@media (min-width: 0px) and (max-width: 639px) {
  .Series_series-container .Series_img-content {
    margin-right: 15px;
  }
}

.Series_series-container .Series_detail-content {
  width: calc(100% - 180px);
}

@media (min-width: 0px) and (max-width: 639px) {
  .Series_series-container .Series_detail-content {
    width: calc(100% - 165px);
  }
}

.Series_series-container .Series_detail-content .Series_part-series, .Series_series-container .Series_detail-content .Series_part-title {
  -webkit-transition: color .25s;
  transition: color .25s;
  font-size: 16px;
  color: #313132;
}

.Series_series-container .Series_detail-content .Series_part-series {
  margin-bottom: 15px;
}

.Series_series-container .Series_detail-content .Series_part-title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark .Series_series-container .Series_detail-content .Series_part-series, .dark .Series_series-container .Series_detail-content .Series_part-title {
  color: white;
}

.dark .Series_series-container .Series_series-wrapper {
  border-bottom: 1px solid #313132;
}

.dark .Series_series-container .Series_series-wrapper:last-child {
  border-bottom: none;
}
.Sidebar_container {
  max-width: 1280px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.Sidebar_container .Sidebar_sidebar {
  padding-top: 36px;
  margin: 0 20px 20px;
  border-top: 1px solid #EBEBEB;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Sidebar_container .Sidebar_sidebar {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 30px;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .Sidebar_container .Sidebar_sidebar:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .Sidebar_container .Sidebar_sidebar {
    padding-top: 30px;
  }
}

.Sidebar_container h3 {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: block;
  font-size: 22px;
  line-height: 36px;
  color: #313132;
}

@media (min-width: 0px) and (max-width: 639px) {
  .Sidebar_container h3 {
    margin-bottom: 10px;
  }
}

.Sidebar_container .Sidebar_authors {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 26px;
  color: #717375;
  margin-top: 18px;
  margin-right: 15px;
}

.Sidebar_container .Sidebar_authors a {
  color: #313132;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.Sidebar_container .Sidebar_authors a:hover {
  color: #F37021;
}

.dark .Sidebar_sidebar {
  border-top: 1px solid #313132;
}

.dark .Sidebar_sidebar h3, .dark .Sidebar_sidebar .Sidebar_authors {
  color: white !important;
}

.dark .Sidebar_sidebar .Sidebar_authors a {
  color: white;
  -webkit-transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.dark .Sidebar_sidebar .Sidebar_authors a:hover {
  color: #F37021;
}
.Credits_container {
  max-width: 1280px;
  margin: 0 0 20px;
  width: 100%;
  overflow: hidden;
}

.Credits_copy {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  margin: 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: #717375;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .Credits_copy {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 30px;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
  .Credits_copy:after {
    content: " ";
    display: block;
    clear: both;
  }
}
.MegaArticleBody_container {
  background: #fff;
  padding-bottom: 60px;
}

.MegaArticleBody_body .MegaArticleBody_inline-items > p {
  float: none !important;
}

.MegaArticleBody_mega-video {
  position: fixed;
  top: 20px;
  right: 320px;
}

.dark .MegaArticleBody_container {
  background: #1a1a1a;
}

.dark .MegaArticleBody_body .MegaArticleBody_inline-items > p, .dark .MegaArticleBody_body .MegaArticleBody_inline-items > h3 {
  color: white;
}

.MegaArticleBody_body .MegaArticleBody_inline-items {
  padding-bottom: 30px;
}

.MegaArticleBody_body .MegaArticleBody_inline-items:first-child {
  padding-top: 30px;
}

.MegaArticleBody_body .MegaArticleBody_inline-items > p,
.MegaArticleBody_body .MegaArticleBody_inline-items > h3 {
  font-family: "freight-book", serif;
  -webkit-font-smoothing: antialiased;
  padding: 0 20px;
  font-size: 21px;
  line-height: 1.52;
  margin-bottom: 20px;
}

.MegaArticleBody_body .MegaArticleBody_inline-items > p a,
.MegaArticleBody_body .MegaArticleBody_inline-items > h3 a {
  border-bottom: 1px dotted #128fdd;
  word-wrap: break-word;
}

@media (min-width: 920px) and (max-width: 1280px), (min-width: 1281px) {
  .MegaArticleBody_body .MegaArticleBody_inline-items {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .MegaArticleBody_body .MegaArticleBody_inline-items:after {
    content: " ";
    display: block;
    clear: both;
  }
  .MegaArticleBody_body .MegaArticleBody_inline-items > p,
  .MegaArticleBody_body .MegaArticleBody_inline-items > h3 {
    padding: 0;
    margin: 0 0 30px;
    margin-left: 17.05426%;
    width: 65.89147%;
    float: left;
    margin-right: 2.32558%;
  }
}

@media (min-width: 0px) and (max-width: 639px) {
  .MegaArticleBody_body .MegaArticleBody_inline-items {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }
  .MegaArticleBody_body .MegaArticleBody_inline-items:after {
    content: " ";
    display: block;
    clear: both;
  }
  .MegaArticleBody_body .MegaArticleBody_inline-items > p,
  .MegaArticleBody_body .MegaArticleBody_inline-items > h3 {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }
}

.MegaArticleBody_body .MegaArticleBody_inline-items > p {
  color: #313132;
}

.MegaArticleBody_body .MegaArticleBody_inline-items > p span.MegaArticleBody_story-drop-cap-size {
  font-family: 'freight-book', sans-serif;
  font-size: 3.3em;
  padding-right: 5px;
  line-height: .9;
  float: left;
  color: #313132;
}

.MegaArticleBody_body .MegaArticleBody_inline-items .MegaArticleBody_intro {
  font-size: 26px;
  line-height: 36px;
  font-family: knowledge-light, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 639px) {
  .MegaArticleBody_body .MegaArticleBody_inline-items .MegaArticleBody_intro {
    margin-bottom: 30px;
  }
}

.MegaArticleBody_body .MegaArticleBody_inline-items .MegaArticleBody_dropcap {
  font-family: 'freight-book', sans-serif;
  font-size: 210%;
  padding-right: 5px;
  line-height: .9;
  float: left;
}

.MegaArticleBody_body blockquote + p {
  clear: both;
}

.MegaArticleBody_body .MegaArticleBody_map-container {
  max-width: 1670px;
  margin: 0 auto;
}

.MegaArticleBody_body .MegaArticleBody_map-container .MegaArticleBody_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.MegaArticleBody_body .MegaArticleBody_map-container figcaption {
  width: 35%;
  margin-top: 90px;
  padding: 0 90px;
}

.MegaArticleBody_body .MegaArticleBody_map-container figcaption h3 {
  font-size: 28px;
  margin-bottom: 140px;
}

.MegaArticleBody_body .MegaArticleBody_map-container figcaption p {
  font-size: 21px;
  line-height: 1.52;
}

.MegaArticleBody_body .MegaArticleBody_map-container figure {
  width: 65%;
}

.MegaArticleBody_body .MegaArticleBody_map-container figure > img {
  width: 100%;
  height: auto;
}

.MegaArticleBody_body .MegaArticleBody_small-number-container {
  float: right;
  padding: 0 15px;
  margin: 0 0 30px 30px;
}

@media (min-width: 0px) and (max-width: 639px) {
  .MegaArticleBody_body .MegaArticleBody_small-number-container {
    float: none;
    padding: 15px 0 30px;
    margin: 0 20px;
  }
}

.MegaArticleBody_body .MegaArticleBody_small-number-container h3 {
  font-family: knowledge-medium, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 84px;
  color: #313132;
}

.MegaArticleBody_body .MegaArticleBody_small-number-container p {
  font-family: knowledge-regular, sans-serif;
  -webkit-font-smoothing: antialiased;
  position: relative;
  font-size: 14px;
  margin-top: 15px;
  color: #313132;
}
.ArticlePage_container {
  position: relative;
  z-index: 0;
  background: white;
}

.ArticlePage_ad-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: 40px 20px;
}

.ArticlePage_ad-wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.ArticlePage_ad-wrap > div:not(:first-child) {
  margin-top: 40px;
}

[dir="rtl"] [id^="_evh-link"] {
  direction: ltr;
}
