:root {
  font-size: 62.5%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0; }

details {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
input,
textarea,
button,
select {
  outline: none; }

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none; }

a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none; }

img {
  max-width: 100%;
  font-size: 0; }

sub, sup {
  font-size: 100%;
  vertical-align: initial;
  bottom: 0;
  position: initial;
  top: 0; }

body {
  font-size: 0;
  font-weight: 400;
  color: #1F2933;
  overflow: hidden;
  background-color: #fff;
  line-height: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000; }

span, p, label, small, time, figcaption, b, strong, table th, table td, dl dd, dl dt, b {
  font-size: 14px;
  letter-spacing: 0.1px;
  word-break: break-word;
  line-height: 1.5;
  color: #000; }

small {
  font-weight: 300; }

b, strong, label {
  font-weight: 600; }

input {
  letter-spacing: 0; }

a.disabled {
  cursor: not-allowed;
  pointer-events: none; }

main.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

section.section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #231f20;
  position: relative; }

.unity-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.bg-left, .bg-right {
  position: relative;
  max-width: 720px;
  max-height: 1280px; }
  .bg-left > img, .bg-right > img {
    max-width: initial;
    height: 100%;
    width: 100%; }

.bg-left {
  right: -1px; }

.bg-right {
  left: -1px; }

.unity {
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99; }
