.OpenSans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.Roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.Lugrasimo {
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
}
.Nothing {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
}
.Aguafina {
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.Kristi {
  font-family: "Kristi", cursive;
  font-weight: 400;
  font-style: normal;
}
.Liu {
  font-family: "Liu Jian Mao Cao", cursive;
  font-weight: 400;
  font-style: normal;
}
.Reenie {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
}
img {
  display: block;
  position: relative;
  max-width: 100%;
}
body {
  color: #777;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body ::-moz-selection {
  /* Code for Firefox */
  color: #FFF;
  background: #000;
}
body ::selection {
  color: #FFF;
  background: #000;
}
section {
  padding: 15px 0 30px;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  section {
    text-align: left;
  }
}
h1,
h2,
h3 {
  margin: 30px 0 15px;
  color: #212529;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
h2 {
  border-bottom: 1px solid #2A3132;
  margin-top: 25px;
  width: 100%;
}
a {
  transition: all 0.5s;
  color: #2A3132;
}
a:hover {
  color: #f97352;
}
.btn-orange {
  background-color: #f97352;
  color: #FFF;
  border-radius: 0;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  transition: all 0.5s;
  display: inline-block;
  width: fit-content;
  margin: 10px 5px;
}
.btn-orange:hover {
  color: #FFF;
  background-color: #252525;
}
.btn-blue {
  background-color: #4c6972;
  color: #FFF;
  border-radius: 0;
  text-decoration: none;
  padding: 15px 20px;
  font-weight: 700;
  transition: all 0.5s;
  display: inline-block;
  width: fit-content;
  margin: 10px 5px;
}
.btn-blue:hover {
  color: #FFF;
  background-color: #252525;
}
table {
  width: 100%;
  margin: 10px 0;
}
table td {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}
table th {
  padding: 5px 10px;
}
table tr:nth-child(even) {
  background-color: #f0cdc5;
}
.contents {
  color: #FFF;
  background-color: #2A3132;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  margin: 5px 0;
}
.contents-list {
  display: flex;
  flex-direction: column;
}
.contents:hover {
  background-color: #f97352;
  color: #FFF;
}
.contents-child {
  margin-left: 30px;
  position: relative;
}
.contents-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/images/arrow.png);
  background-size: cover;
}
.video-iframe {
  border: 5px solid #2A3132;
  transition: all 0.5s;
  display: block;
  margin: 0 auto;
}
.video-iframe:hover {
  border: 5px solid #f97352;
}
.mobile-menu {
  background: #2A3132;
  padding: 30px 0;
  color: #FFF;
}
.mobile-menu__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.mobile-menu__logo {
  width: 30%;
  position: relative;
}
.mobile-menu__logo img {
  max-width: 100%;
}
.mobile-menu .dropbtn:after {
  display: none;
}
.mobile-menu__button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: none;
}
.mobile-menu__button img {
  max-width: 100%;
}
.mobile-menu__dropdown {
  background: #2A3132;
  border: none;
  border-radius: 0;
  text-align: center;
}
.mobile-menu__li {
  padding: 10px;
}
.mobile-menu__li:hover {
  background: #f97352;
}
.mobile-menu__link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
}
.mobile-menu__link:hover {
  color: #FFF;
}
.header {
  background: #2A3132;
  padding: 10px 0;
}
.header__logo {
  position: relative;
  width: 80%;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .header__logo {
    width: 25%;
  }
}
.header__logo img {
  max-width: 100%;
}
.header__inner {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .header__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.toplinks {
  margin: 0;
}
@media (min-width: 576px) {
  .toplinks {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .toplinks {
    width: 40%;
  }
}
.toplinks__inner {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 576px) {
  .toplinks__inner {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .toplinks__inner {
    padding-left: 2rem;
  }
}
.toplinks .dropbtn::after {
  margin: 0;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  transform: translate(-100%, 50%);
}
.toplinks .dropbtn:hover::after {
  border: 1px solid transparent;
  transform: translate(0, 0);
}
.toplinks__li {
  padding: 0 20px;
}
.toplinks__li--alt {
  background-color: #f97352;
  position: relative;
  padding: 8px 15px;
  transition: all 0.5s;
}
.toplinks__li--alt:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #2A3132;
  border: none;
}
.toplinks__link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s;
  text-decoration: none;
  position: relative;
}
.toplinks__link:after {
  content: "";
  height: 2px;
  width: 0%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transition: all 0.3s;
}
.toplinks__link:hover {
  color: #FFF;
}
.toplinks__link:hover:after {
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.toplinks__dropdown {
  background: #2A3132;
  border: none;
  border-radius: 0;
  text-align: left;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(10px, 26px) !important;
  padding-bottom: 0;
}
.toplinks__dropdown-li {
  padding: 0 10px;
}
.toplinks__dropdown-li:hover {
  background: #f97352;
}
.toplinks__dropdown-link {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
}
.toplinks__dropdown-link:hover {
  color: #FFF;
}
.banner {
  padding: 0;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  min-height: 78vh;
}
.banner__inner {
  object-fit: contain;
  object-position: top left;
  width: 100%;
  height: 78vh;
  overflow: hidden;
}
.banner__text {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40%;
  max-width: 100vw;
  overflow: hidden;
  max-height: 100vw;
  height: fit-content;
  padding: 0 20px;
}
.banner__text h1,
.banner__text h2,
.banner__text h3 {
  border: none;
  color: #FFF;
}
.faction-flags {
  transform: rotate(90deg);
  width: 40%;
  margin: auto;
  display: block;
}
.slick-dots {
  position: absolute;
  bottom: 5%;
}
.slick-dots li {
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 50%;
}
.slick-dots li button:before {
  opacity: 0;
  content: '';
}
.slick-dots li.slick-active {
  background: #FFF;
}
.slick-dots li.slick-active button:before {
  opacity: 0 !important;
}
.slick-dots li.slick-active button:before:hover {
  opacity: 0 !important;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.footer {
  background: #2A3132;
  color: #FFF;
  margin: 0;
  padding: 27px 0;
}
.footer__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  width: 80%;
  margin: 20px auto;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 20%;
    margin: 0;
  }
}
.footer__logo img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__col-end {
    width: 20%;
  }
}
.footer__col--middle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer__col--text-links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}
.footer__link {
  color: #FFF;
  transition: all 0.5s;
  text-decoration: none;
  margin: 5px 0;
}
@media (min-width: 768px) {
  .footer__link {
    margin: 0 5px;
  }
}
.footer__link:hover {
  color: #f97352;
  text-decoration: underline;
}
.footer__link svg {
  width: 20px;
}
.footer__link svg:hover path {
  fill: #f97352;
}
.footer__link svg path {
  fill: #FFF;
  transition: all 0.5s;
}
.footer__link.money-bag img {
  width: 48px;
}
.accordion-title {
  background-color: #2A3132;
  border: none;
  border-radius: 0;
  color: #FFF;
  padding: 15px 20px;
  font-size: 1.2rem;
  position: relative;
  transition: all 0.5s;
}
.accordion-title:hover {
  background-color: #f97352;
}
.accordion-title:hover .accordion-inner {
  border-top: 1px solid #f97352;
}
.accordion-inner {
  border: 1px solid #2A3132;
  padding: 15px;
  transition: all 0.5s;
  position: relative;
}
.accordion-inner img {
  max-width: 100%;
}
.accordion-details {
  margin: 10px 0;
}
.content-row {
  padding: 15px 0;
}
.content-row-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .content-row-inner {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.content-row-left,
.content-row-right {
  width: 100%;
}
@media (min-width: 768px) {
  .content-row-left,
  .content-row-right {
    width: 48%;
  }
}
.content-row-image {
  display: flex;
  justify-content: center;
}
.content-row-video {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.content-row-backwards__mobile {
  flex-direction: column-reverse;
}
@media (min-width: 576px) {
  .content-row-backwards__mobile {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .mechanics-page-left {
    width: 70%;
  }
}
.mechanics-page-image {
  padding: 30px 15px 0;
}
@media (min-width: 576px) {
  .mechanics-page-image {
    width: 20%;
  }
}
.last-updated {
  color: #9e9e9e;
  font-weight: 100;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.dropdown-content a {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}
blockquote {
  border-left: 3px solid #f97352;
  padding-left: 15px;
  margin-left: 15px;
  text-align: left;
}
.recipe-panels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.recipe-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 48%;
  margin: 20px 5px;
}
@media (min-width: 768px) {
  .recipe-panel {
    width: 31%;
  }
}
.recipe-panel__title,
.recipe-panel__text {
  display: block;
  margin: 10px 0;
}
.buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .buttons-container {
    flex-direction: row;
  }
}
.knowledge-potion-story {
  background-color: #3f3f3f;
  padding: 60px 10%;
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
  color: #222;
  font-size: 1.2rem;
  font-weight: 600;
}
.knowledge-potion-story__inner {
  background-size: cover;
  background-repeat: repeat-y;
  border-radius: 2px;
  padding: 60px;
  background-image: url("/images/paper.png");
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.knowledge-potion-story h1 {
  text-align: center;
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  font-weight: 700;
  color: #7d1e1e;
}
.knowledge-potion-story h2 {
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 700;
}
.knowledge-potion-story__question {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
  text-decoration: italic;
  padding: 30px 0;
  color: #444;
}
.knowledge-potion-story__question.giants-font {
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  font-style: normal;
  color: #666;
}
.knowledge-potion-story__question.machine-font {
  font-family: "Kristi", cursive;
  font-weight: 400;
  font-style: normal;
}
.knowledge-potion-story__question.moju-font {
  font-family: "Liu Jian Mao Cao", cursive;
  font-weight: 400;
  font-style: normal;
}
.knowledge-potion-story__question.moju-font span {
  font-size: 2.5rem;
}
.knowledge-potion-story__question.lines-font {
  font-family: "Reenie Beanie", cursive;
  font-weight: 400;
  font-style: normal;
}
.knowledge-potion-story__question.prudence .a {
  text-align: left;
}
.knowledge-potion-story__question.prudence .b {
  text-align: center;
}
.knowledge-potion-story__question.prudence .c {
  text-align: right;
}
.knowledge-potion-story__marker {
  font-family: "Lugrasimo", cursive;
  font-weight: 400;
  font-style: normal;
  color: #444;
  font-weight: 700;
  font-size: 7rem;
  line-height: 0.2;
  padding-bottom: 20px;
}
.clue-image {
  width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
