h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "jaf-bernino-sans" sans-serif;
  cursor: default;
}
h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
}
h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.04em;
}
h3 {
  letter-spacing: -0.02em;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  margin-left: -1.8px;
  line-height: 1.2;
}
h4 {
  letter-spacing: -0.02em;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
}
p,
ul,
li,
blockquote,
figcaption {
  font-family: "freight-text-pro";
  font-weight: 400;
  cursor: default;
}
p,
ul,
li {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
}
strong {
  font-weight: 700;
}
blockquote {
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  padding-left: 20px;
  margin-left: -23px;
  padding-bottom: 3px;
}
.highlight {
  background-color: #FFEC61;
}
figcaption {
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}
video {
  display: block;
  margin: auto;
  background-color: #e3e6e8;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #0dd2f0;
}
a:hover {
  color: #6ce5f7;
}
.container {
  width: 100%;
}
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container p,
.container blockquote {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.container h1,
.container h2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container h3,
.container h4 {
  margin-top: 50px;
  margin-bottom: 25px;
}
.container h4 {
  color: #fe6420;
}
.container h1 + h4 {
  margin-top: -10px;
}
.container h3 + h4 {
  margin-top: -10px;
}
.container .summary {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.container .summary h4 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
}
.container .summary h4 a {
  color: #fe6420;
}
.container .summary h4 a:hover {
  color: #fe8753;
}
.container .summary p {
  margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "jaf-bernino-sans" sans-serif;
  font-size: 18px;
}
.container .summary p a {
  color: black;
}
.container .summary p a:hover {
  color: #0dd2f0;
}
.container .ul_list {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.container .ul_list ul,
.container .ul_list li {
  width: auto;
}
.container .large_img {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.container .large_img img {
  width: 100%;
}
.container .large_img figcaption {
  width: auto;
}
.container .medium_img {
  width: 1024px;
  margin: 50px auto;
  text-align: center;
}
.container .medium_img img {
  width: 1024px;
}
.container .medium_img figcaption {
  width: 1024px;
}
.container .small_img {
  width: 700px;
  margin: 50px auto;
  text-align: center;
}
.container .small_img img {
  width: 700px;
}
.container .small_img figcaption {
  width: 700px;
}
.container .video_player {
  width: 100%;
  margin: 50px auto;
  text-align: center;
}
.container .video_player video {
  display: block;
  margin: 0 auto;
}
.container .video_player figcaption {
  width: auto;
  height: auto   !important;
}
.container .article_title_section {
  position: relative;
  display: block;
  top: 0;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
}
.container .article_title_section .article_title_container {
  position: absolute;
  left: 10%;
  top: 240px;
}
.container .article_title_section .article_title_container h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: white;
  z-index: 100;
}
.container .article_title_section .article_title_container h4 {
  color: #fe6420;
}
@media screen and (max-width: 1024px) {
  .container .medium_img {
    width: 100%;
  }
  .container .medium_img img {
    width: 100%;
  }
  .container .medium_img figcaption {
    width: auto;
  }
}
@media screen and (max-width: 740px) {
  .container h1,
  .container h2,
  .container h3,
  .container h4,
  .container h5,
  .container h6,
  .container p,
  .container blockquote,
  .container ul,
  .container li {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container .article_title_section .article_title_container {
    left: 0;
  }
  .container .ul_list {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container .ul_list ul,
  .container .ul_list li {
    width: auto;
  }
  .container .video_player {
    width: 100%;
    margin: 50px 0;
    text-align: center;
  }
  .container .video_player video {
    width: 100%;
    height: auto   !important;
    display: block;
    margin: 0;
  }
  .container .video_player figcaption {
    width: auto;
  }
  .container .small_img {
    width: 100%;
    margin: 50px auto;
    text-align: center;
  }
  .container .small_img img {
    width: 100%;
  }
  .container .small_img figcaption {
    width: 100%;
  }
  .container .summary {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.header {
  position: fixed;
  z-index: 300;
  top: 0;
  height: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  font-size: 22px;
  font-family: "freight-text-pro";
}
.header .story-title {
  font-family: "jaf-bernino-sans";
  width: 100%;
  top: 8px;
  position: absolute;
  text-align: center;
}
.header a {
  color: black;
}
.header .action {
  position: absolute;
}
.header .action .storybutton {
  cursor: pointer;
  height: 50px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "jaf-bernino-sans";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .action .storybutton a {
  text-decoration: none;
}
.header .action .storybutton a:hover {
  color: #0dd2f0;
}
.header .action .storybutton:hover {
  color: #0dd2f0;
}
.header .action2 {
  position: absolute;
  right: 8px;
}
.header .action2 .storybutton {
  cursor: pointer;
  height: 50px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "jaf-bernino-sans";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .action2 .storybutton a {
  text-decoration: none;
}
.header .action2 .storybutton a:hover {
  color: #0dd2f0;
}
.header .action2 .storybutton:hover {
  color: #0dd2f0;
}
.header .action1 {
  position: absolute;
  left: 8px;
}
.header .action1 .storybutton {
  cursor: pointer;
  height: 50px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "jaf-bernino-sans";
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
}
.header .action1 .storybutton a {
  text-decoration: none;
}
.header .action1 .storybutton a:hover {
  color: #0dd2f0;
}
.header .action1 .storybutton:hover {
  color: #0dd2f0;
}
