@charset "UTF-8";
html,
body {
  font-size: 18px;
  color: #111111; }

body {
  margin: 0 auto;
  background-size: 200px;
  background-color: #EFE7DC;
  position: relative; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #0E26FF; }

a:hover {
  border-bottom: 0;
  color: #0E26FF; }

.ad {
  margin: 32px auto;
  display: none; }

.article {
  height: 100%;
  overflow: hidden; }

#end-mark {
  margin-bottom: 128px; }

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

#footer .m-ad {
  padding: 32px 0;
  display: inherit; }

.header-logo {
  display: block;
  width: 150px;
  left: 16px;
  position: absolute;
  top: 16px;
  border: 0px solid;
  z-index: 900; }

img {
  width: 100%; }

img,
svg {
  display: block; }

.v-logo svg {
  fill: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .v-logo svg {
      fill: #000000; } }
header {
  height: 100%;
  width: 100%;
  position: relative;
  margin-top: 32px; }

.lockup-container {
  max-width: 735px;
  width: 100%;
  background-color: #0E26FF;
  margin: 0 auto 60px;
  padding: 20px;
  color: #FFF2E6;
  font-family: interstate, sans-serif;
  font-weight: 700; }
  @media (min-width: 600px) {
    .lockup-container {
      -webkit-transform: rotate(4deg);
              transform: rotate(4deg);
      width: 92%; } }
  @media (min-width: 1024px) {
    .lockup-container {
      -webkit-transform: translateY(-60px) rotate(4deg) translateX(40vw) translate(-360px, 0);
              transform: translateY(-60px) rotate(4deg) translateX(40vw) translate(-360px, 0); } }
  @media (min-width: 1500px) {
    .lockup-container {
      -webkit-transform: translateY(-60px) rotate(4deg) translateX(42.5%);
              transform: translateY(-60px) rotate(4deg) translateX(42.5%); } }
  .lockup-container .title-fit {
    display: block;
    margin-bottom: 10px; }
  .lockup-container .credits {
    margin-top: 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border: 3px solid #FFF2E6;
    min-height: 50px; }
    .lockup-container .credits div {
      padding: 8px;
      border-right: 3px solid #FFF2E6;
      font-size: 14px; }
      @media (min-width: 1024px) {
        .lockup-container .credits div {
          font-size: 20px; } }
      .lockup-container .credits div:last-child {
        border: none; }
  .lockup-container .dek {
    margin-top: 12px;
    display: flex;
    flex-direction: columns;
    font-size: 14px; }
    @media (min-width: 1024px) {
      .lockup-container .dek {
        font-size: 20px; } }
    .lockup-container .dek div {
      padding: 8px 20px;
      -ms-grid-row-align: center;
          align-self: center; }
    .lockup-container .dek div:first-child {
      font-size: 1.5em;
      text-align: left; }
    .lockup-container .dek div:last-child {
      background-color: #FFF2E6;
      color: #0E26FF; }

.c-tab-bar {
  height: 32px;
  width: 100%;
  align-items: center;
  background: #FFF2E6;
  border-top: 1px solid #e7e7e8;
  bottom: 0;
  justify-content: space-between;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  z-index: 50000; }
  .c-tab-bar:after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
    pointer-events: none;
    border: 2.5px solid #0E26FF; }

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

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

#tab-bar-wrapper {
  height: 32px;
  display: flex; }

.dropbtn {
  padding: 0;
  border: 2px solid #0E26FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }
  @media (min-width: 750px) {
    .dropbtn {
      border-right: none; } }
.dropdown-wrapper {
  display: flex;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  bottom: auto;
  right: auto; }
  .dropdown-wrapper.active .dropbtn {
    cursor: pointer;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    border-right: 2px solid #0E26FF; }
    @media (min-width: 750px) {
      .dropdown-wrapper.active .dropbtn {
        border-left: none; } }
  .dropdown-wrapper.active .dropdown-content {
    display: block; }

.dropdown {
  display: flex; }
  .dropdown .flip {
    display: none; }
    @media (min-width: 750px) {
      .dropdown .flip {
        display: block; } }
  .dropdown:hover .flip, .dropdown:focus .flip {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1); }
  .dropdown:hover .dropbtn svg rect, .dropdown:focus .dropbtn svg rect {
    fill: #FFF2E6; }
  .dropdown:hover .dropbtn svg path, .dropdown:focus .dropbtn svg path {
    fill: #0E26FF; }

.dropdown-content {
  width: 240px;
  border: 2px solid #0E26FF;
  border-top: none;
  display: none;
  position: absolute;
  bottom: auto;
  top: 32px;
  right: 0;
  background-color: #FFF2E6;
  min-width: 160px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: calc(100vh - 32px);
  overflow-y: auto; }
  .dropdown-content::-webkit-scrollbar {
    width: 0.75em; }
  .dropdown-content::-webkit-scrollbar-button:vertical:start:increment, .dropdown-content::-webkit-scrollbar-button:vertical:end:decrement, .dropdown-content::-webkit-scrollbar-button:horizontal:start:increment, .dropdown-content::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none; }
  .dropdown-content::-webkit-scrollbar-button {
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: linear-gradient(60deg, transparent 63%, #fff 63%), linear-gradient(-60deg, transparent 63%, #fff 63%), linear-gradient(to bottom, #0e25ff, #0e25ff);
    background-repeat: no-repeat;
    border: 2px solid transparent; }
  .dropdown-content::-webkit-scrollbar-button:vertical:end:increment {
    background: linear-gradient(240deg, transparent 63%, #fff 63%), linear-gradient(120deg, transparent 63%, #fff 63%), linear-gradient(to top, #0e25ff, #0e25ff);
    background-repeat: no-repeat; }
  .dropdown-content::-webkit-scrollbar-thumb {
    background-color: #0e25ff;
    border-radius: 0;
    background-clip: content-box;
    border: 3px solid transparent; }

.dropdown-content a {
  color: #0E26FF;
  font-family: interstate, sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2.5px solid #0E26FF;
  padding: 16px 0 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: relative; }
  .dropdown-content a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background-color: #0E26FF;
    content: "";
    display: none; }
  .dropdown-content a:hover, .dropdown-content a:focus {
    background-color: #0E26FF; }
    .dropdown-content a:hover table .link-bg, .dropdown-content a:focus table .link-bg {
      background-color: #FFF2E6; }
  .dropdown-content a:last-child {
    background-color: #0E26FF;
    color: #FFF; }
    .dropdown-content a:last-child:before {
      background-color: #0E26FF; }
    .dropdown-content a:last-child table .link-bg {
      background-color: #FFF2E6; }
    .dropdown-content a:last-child:hover, .dropdown-content a:last-child:focus {
      color: #0E26FF;
      background-color: #FFF2E6; }
      .dropdown-content a:last-child:hover table .link-bg, .dropdown-content a:last-child:focus table .link-bg {
        background-color: #FFF2E6; }

.dropdown-content a:hover,
.dropdown-content a:focus {
  color: #FFFFFF; }
  .dropdown-content a:hover:before,
  .dropdown-content a:focus:before {
    display: block; }

.dropdown:hover .dropbtn,
.dropdown:focus .dropbtn {
  background-color: #3e8e41;
  cursor: pointer; }

.dropdown-content table {
  display: contents; }

.dropdown-content table .link-text {
  padding: 0 6px 6px 16px; }

.dropdown-content table .link-bg {
  width: 6px;
  background-color: #0E26FF;
  position: relative;
  z-index: 5; }
