/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ==============================================
  visual formating model
============================================== */
/* display
---------------------------------------------- */
.__block {
  display: block        !important;
}

.__iblock {
  display: inline-block !important;
}

.__inline {
  display: inline       !important;
}

.__hidden {
  display: hidden       !important;
}

/* position
---------------------------------------------- */
.__fixed {
  position: fixed;
}

.__relative {
  position: relative;
}

.__absolute {
  position: absolute;
}

.__flex {
  position: flex;
}

/* width
---------------------------------------------- */
.__w-20px {
  width: 20px !important;
}

.__w-150px {
  width: 150px !important;
}

.__w-200px {
  width: 200px !important;
}

.__w-30px {
  width: 30px !important;
}

.__w-250px {
  width: 250px !important;
}

.__w-300px {
  width: 300px !important;
}

.__w-40px {
  width: 40px !important;
}

.__w-350px {
  width: 350px !important;
}

.__w-400px {
  width: 400px !important;
}

.__w-50px {
  width: 50px !important;
}

.__w-450px {
  width: 450px !important;
}

.__w-500px {
  width: 500px !important;
}

.__w-60px {
  width: 60px !important;
}

.__w-550px {
  width: 550px !important;
}

.__w-600px {
  width: 600px !important;
}

.__w-70px {
  width: 70px !important;
}

.__w-650px {
  width: 650px !important;
}

.__w-700px {
  width: 700px !important;
}

.__w-80px {
  width: 80px !important;
}

.__w-750px {
  width: 750px !important;
}

.__w-800px {
  width: 800px !important;
}

.__w-90px {
  width: 90px !important;
}

.__w-850px {
  width: 850px !important;
}

.__w-900px {
  width: 900px !important;
}

.__w-100px {
  width: 100px !important;
}

.__w-950px {
  width: 950px !important;
}

.__w-1000px {
  width: 1000px !important;
}

.__w-5pct {
  width: 5% !important;
}

.__w-10pct {
  width: 10% !important;
}

.__w-15pct {
  width: 15% !important;
}

.__w-20pct {
  width: 20% !important;
}

.__w-25pct {
  width: 25% !important;
}

.__w-30pct {
  width: 30% !important;
}

.__w-35pct {
  width: 35% !important;
}

.__w-40pct {
  width: 40% !important;
}

.__w-45pct {
  width: 45% !important;
}

.__w-50pct {
  width: 50% !important;
}

.__w-55pct {
  width: 55% !important;
}

.__w-60pct {
  width: 60% !important;
}

.__w-65pct {
  width: 65% !important;
}

.__w-70pct {
  width: 70% !important;
}

.__w-75pct {
  width: 75% !important;
}

.__w-80pct {
  width: 80% !important;
}

.__w-85pct {
  width: 85% !important;
}

.__w-90pct {
  width: 90% !important;
}

.__w-95pct {
  width: 95% !important;
}

.__w-100pct {
  width: 100% !important;
}

/* vertical-align
---------------------------------------------- */
.__top {
  vertical-align: top     !important;
}

.__middle {
  vertical-align: middle  !important;
}

.__bottom {
  vertical-align: bottom  !important;
}

/* float
---------------------------------------------- */
.__f-left {
  float: left;
}

.__f-right {
  float: right;
}

/* ==============================================
  Box model
============================================== */
/* margin
---------------------------------------------- */
.__m-0 {
  margin: 0     !important;
}

.__mt-0 {
  margin-top: 0     !important;
}

.__mb-0 {
  margin-bottom: 0     !important;
}

.__ml-0 {
  margin-left: 0     !important;
}

.__mr-0 {
  margin-right: 0     !important;
}

.__mx-0 {
  margin-left: 0     !important;
  margin-right: 0     !important;
}

.__my-0 {
  margin-top: 0     !important;
  margin-bottom: 0     !important;
}

.__mx-a {
  margin-left: auto  !important;
  margin-right: auto  !important;
}

.__m-xs {
  margin: 0.4rem !important;
}

.__m-sm {
  margin: 0.7rem !important;
}

.__m-md {
  margin: 1rem !important;
}

.__m-lg {
  margin: 1.6rem !important;
}

.__m-xl {
  margin: 2.2rem !important;
}

.__mt-xs {
  margin-top: 0.4rem !important;
}

.__mb-xs {
  margin-bottom: 0.4rem !important;
}

.__mt-sm {
  margin-top: 0.7rem !important;
}

.__mb-sm {
  margin-bottom: 0.7rem !important;
}

.__mt-md {
  margin-top: 1rem !important;
}

.__mb-md {
  margin-bottom: 1rem !important;
}

.__mt-lg {
  margin-top: 1.6rem !important;
}

.__mb-lg {
  margin-bottom: 1.6rem !important;
}

.__mt-xl {
  margin-top: 2.2rem !important;
}

.__mb-xl {
  margin-bottom: 2.2rem !important;
}

.__ml-xs {
  margin-left: 0.4rem !important;
}

.__mr-xs {
  margin-right: 0.4rem !important;
}

.__ml-sm {
  margin-left: 0.7rem !important;
}

.__mr-sm {
  margin-right: 0.7rem !important;
}

.__ml-md {
  margin-left: 1rem !important;
}

.__mr-md {
  margin-right: 1rem !important;
}

.__ml-lg {
  margin-left: 1.6rem !important;
}

.__mr-lg {
  margin-right: 1.6rem !important;
}

.__ml-xl {
  margin-left: 2.2rem !important;
}

.__mr-xl {
  margin-right: 2.2rem !important;
}

.__mx-xs {
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.__my-xs {
  margin-top: 0.4rem !important;
  margin-bottom: 0.4rem !important;
}

.__mx-sm {
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important;
}

.__my-sm {
  margin-top: 0.7rem !important;
  margin-bottom: 0.7rem !important;
}

.__mx-md {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.__my-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.__mx-lg {
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.__my-lg {
  margin-top: 1.6rem !important;
  margin-bottom: 1.6rem !important;
}

.__mx-xl {
  margin-left: 2.2rem !important;
  margin-right: 2.2rem !important;
}

.__my-xl {
  margin-top: 2.2rem !important;
  margin-bottom: 2.2rem !important;
}

/* padding
---------------------------------------------- */
.__p-0 {
  padding: 0 !important;
}

.__pt-0 {
  padding-top: 0 !important;
}

.__pb-0 {
  padding-bottom: 0 !important;
}

.__pl-0 {
  padding-left: 0 !important;
}

.__pr-0 {
  padding-right: 0 !important;
}

.__px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.__py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.__p-xs {
  padding: 0.4rem !important;
}

.__p-sm {
  padding: 0.7rem !important;
}

.__p-md {
  padding: 1rem !important;
}

.__p-lg {
  padding: 1.6rem !important;
}

.__p-xl {
  padding: 2.2rem !important;
}

.__pt-xs {
  padding-top: 0.4rem !important;
}

.__pb-xs {
  padding-bottom: 0.4rem !important;
}

.__pt-sm {
  padding-top: 0.7rem !important;
}

.__pb-sm {
  padding-bottom: 0.7rem !important;
}

.__pt-md {
  padding-top: 1rem !important;
}

.__pb-md {
  padding-bottom: 1rem !important;
}

.__pt-lg {
  padding-top: 1.6rem !important;
}

.__pb-lg {
  padding-bottom: 1.6rem !important;
}

.__pt-xl {
  padding-top: 2.2rem !important;
}

.__pb-xl {
  padding-bottom: 2.2rem !important;
}

.__pl-xs {
  padding-left: 0.4rem !important;
}

.__pr-xs {
  padding-right: 0.4rem !important;
}

.__pl-sm {
  padding-left: 0.7rem !important;
}

.__pr-sm {
  padding-right: 0.7rem !important;
}

.__pl-md {
  padding-left: 1rem !important;
}

.__pr-md {
  padding-right: 1rem !important;
}

.__pl-lg {
  padding-left: 1.6rem !important;
}

.__pr-lg {
  padding-right: 1.6rem !important;
}

.__pl-xl {
  padding-left: 2.2rem !important;
}

.__pr-xl {
  padding-right: 2.2rem !important;
}

.__px-xs {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
}

.__py-xs {
  padding-top: 0.4rem !important;
  padding-bottom: 0.4rem !important;
}

.__px-sm {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

.__py-sm {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.__px-md {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.__py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.__px-lg {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}

.__py-lg {
  padding-top: 1.6rem !important;
  padding-bottom: 1.6rem !important;
}

.__px-xl {
  padding-left: 2.2rem !important;
  padding-right: 2.2rem !important;
}

.__py-xl {
  padding-top: 2.2rem !important;
  padding-bottom: 2.2rem !important;
}

/* margin & padding
---------------------------------------------- */
.__m-5px {
  margin: 5px !important;
}

.__mt-5px {
  margin-top: 5px !important;
}

.__mb-5px {
  margin-bottom: 5px !important;
}

.__ml-5px {
  margin-left: 5px !important;
}

.__mr-5px {
  margin-right: 5px !important;
}

.__mx-5px {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.__my-5px {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.__m-10px {
  margin: 10px !important;
}

.__mt-10px {
  margin-top: 10px !important;
}

.__mb-10px {
  margin-bottom: 10px !important;
}

.__ml-10px {
  margin-left: 10px !important;
}

.__mr-10px {
  margin-right: 10px !important;
}

.__mx-10px {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.__my-10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.__m-15px {
  margin: 15px !important;
}

.__mt-15px {
  margin-top: 15px !important;
}

.__mb-15px {
  margin-bottom: 15px !important;
}

.__ml-15px {
  margin-left: 15px !important;
}

.__mr-15px {
  margin-right: 15px !important;
}

.__mx-15px {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.__my-15px {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.__m-20px {
  margin: 20px !important;
}

.__mt-20px {
  margin-top: 20px !important;
}

.__mb-20px {
  margin-bottom: 20px !important;
}

.__ml-20px {
  margin-left: 20px !important;
}

.__mr-20px {
  margin-right: 20px !important;
}

.__mx-20px {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.__my-20px {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.__p-5px {
  padding: 5px !important;
}

.__pt-5px {
  padding-top: 5px !important;
}

.__pb-5px {
  padding-bottom: 5px !important;
}

.__pl-5px {
  padding-left: 5px !important;
}

.__pr-5px {
  padding-right: 5px !important;
}

.__px-5px {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.__py-5px {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.__p-10px {
  padding: 10px !important;
}

.__pt-10px {
  padding-top: 10px !important;
}

.__pb-10px {
  padding-bottom: 10px !important;
}

.__pl-10px {
  padding-left: 10px !important;
}

.__pr-10px {
  padding-right: 10px !important;
}

.__px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.__py-10px {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.__p-15px {
  padding: 15px !important;
}

.__pt-15px {
  padding-top: 15px !important;
}

.__pb-15px {
  padding-bottom: 15px !important;
}

.__pl-15px {
  padding-left: 15px !important;
}

.__pr-15px {
  padding-right: 15px !important;
}

.__px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.__py-15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.__p-20px {
  padding: 20px !important;
}

.__pt-20px {
  padding-top: 20px !important;
}

.__pb-20px {
  padding-bottom: 20px !important;
}

.__pl-20px {
  padding-left: 20px !important;
}

.__pr-20px {
  padding-right: 20px !important;
}

.__px-20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.__py-20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* ==============================================
  Text
============================================== */
.__center {
  text-align: center      !important;
}

.__right {
  text-align: right       !important;
}

.__left {
  text-align: left        !important;
}

/* ==============================================
  fonts
============================================== */
/* size
---------------------------------------------- */
.__xs {
  font-size: 0.6rem !important;
}

.__sm {
  font-size: 0.8rem !important;
}

.__md {
  font-size: 1rem !important;
}

.__lg {
  font-size: 1.4rem !important;
}

.__xl {
  font-size: 1.8rem !important;
}

/* weight
---------------------------------------------- */
.__bold {
  font-weight: bold;
}

.__normal {
  font-weight: normal;
}

.__italic {
  font-weight: italic;
}

/* ==============================================
  Colors
============================================== */
/* font & background colors
---------------------------------------------- */
.__c-fff {
  color: #fff;
}

.__c-eee {
  color: #eee;
}

.__c-ccc {
  color: #ccc;
}

.__c-999 {
  color: #999;
}

.__c-666 {
  color: #666;
}

.__c-333 {
  color: #333;
}

.__c-000 {
  color: #000;
}

.__c-300 {
  color: #300;
}

.__c-030 {
  color: #030;
}

.__c-003 {
  color: #003;
}

.__c-033 {
  color: #033;
}

.__c-303 {
  color: #303;
}

.__c-330 {
  color: #330;
}

.__c-600 {
  color: #600;
}

.__c-060 {
  color: #060;
}

.__c-006 {
  color: #006;
}

.__c-066 {
  color: #066;
}

.__c-606 {
  color: #606;
}

.__c-660 {
  color: #660;
}

.__c-633 {
  color: #633;
}

.__c-363 {
  color: #363;
}

.__c-336 {
  color: #336;
}

.__c-366 {
  color: #366;
}

.__c-636 {
  color: #636;
}

.__c-663 {
  color: #663;
}

.__c-900 {
  color: #900;
}

.__c-090 {
  color: #090;
}

.__c-009 {
  color: #009;
}

.__c-099 {
  color: #099;
}

.__c-909 {
  color: #909;
}

.__c-990 {
  color: #990;
}

.__c-933 {
  color: #933;
}

.__c-393 {
  color: #393;
}

.__c-339 {
  color: #339;
}

.__c-399 {
  color: #399;
}

.__c-939 {
  color: #939;
}

.__c-993 {
  color: #993;
}

.__c-966 {
  color: #966;
}

.__c-696 {
  color: #696;
}

.__c-669 {
  color: #669;
}

.__c-699 {
  color: #699;
}

.__c-969 {
  color: #969;
}

.__c-996 {
  color: #996;
}

.__c-c33 {
  color: #c33;
}

.__c-3c3 {
  color: #3c3;
}

.__c-33c {
  color: #33c;
}

.__c-3cc {
  color: #3cc;
}

.__c-c3c {
  color: #c3c;
}

.__c-cc3 {
  color: #cc3;
}

.__c-c66 {
  color: #c66;
}

.__c-6c6 {
  color: #6c6;
}

.__c-66c {
  color: #66c;
}

.__c-6cc {
  color: #6cc;
}

.__c-c6c {
  color: #c6c;
}

.__c-cc6 {
  color: #cc6;
}

.__c-c99 {
  color: #c99;
}

.__c-9c9 {
  color: #9c9;
}

.__c-99c {
  color: #99c;
}

.__c-9cc {
  color: #9cc;
}

.__c-c9c {
  color: #c9c;
}

.__c-cc9 {
  color: #cc9;
}

.__c-f66 {
  color: #f66;
}

.__c-6f6 {
  color: #6f6;
}

.__c-66f {
  color: #66f;
}

.__c-6ff {
  color: #6ff;
}

.__c-f6f {
  color: #f6f;
}

.__c-ff6 {
  color: #ff6;
}

.__c-f99 {
  color: #f99;
}

.__c-9f9 {
  color: #9f9;
}

.__c-99f {
  color: #99f;
}

.__c-9ff {
  color: #9ff;
}

.__c-f9f {
  color: #f9f;
}

.__c-ff9 {
  color: #ff9;
}

.__c-fcc {
  color: #fcc;
}

.__c-cfc {
  color: #cfc;
}

.__c-ccf {
  color: #ccf;
}

.__c-cff {
  color: #cff;
}

.__c-fcf {
  color: #fcf;
}

.__c-ffc {
  color: #ffc;
}

.__bg-fff {
  background-color: #fff;
}

.__bg-eee {
  background-color: #eee;
}

.__bg-ccc {
  background-color: #ccc;
}

.__bg-999 {
  background-color: #999;
}

.__bg-666 {
  background-color: #666;
}

.__bg-333 {
  background-color: #333;
}

.__bg-000 {
  background-color: #000;
}

.__bg-300 {
  background-color: #300;
}

.__bg-030 {
  background-color: #030;
}

.__bg-003 {
  background-color: #003;
}

.__bg-033 {
  background-color: #033;
}

.__bg-303 {
  background-color: #303;
}

.__bg-330 {
  background-color: #330;
}

.__bg-600 {
  background-color: #600;
}

.__bg-060 {
  background-color: #060;
}

.__bg-006 {
  background-color: #006;
}

.__bg-066 {
  background-color: #066;
}

.__bg-606 {
  background-color: #606;
}

.__bg-660 {
  background-color: #660;
}

.__bg-633 {
  background-color: #633;
}

.__bg-363 {
  background-color: #363;
}

.__bg-336 {
  background-color: #336;
}

.__bg-366 {
  background-color: #366;
}

.__bg-636 {
  background-color: #636;
}

.__bg-663 {
  background-color: #663;
}

.__bg-900 {
  background-color: #900;
}

.__bg-090 {
  background-color: #090;
}

.__bg-009 {
  background-color: #009;
}

.__bg-099 {
  background-color: #099;
}

.__bg-909 {
  background-color: #909;
}

.__bg-990 {
  background-color: #990;
}

.__bg-933 {
  background-color: #933;
}

.__bg-393 {
  background-color: #393;
}

.__bg-339 {
  background-color: #339;
}

.__bg-399 {
  background-color: #399;
}

.__bg-939 {
  background-color: #939;
}

.__bg-993 {
  background-color: #993;
}

.__bg-966 {
  background-color: #966;
}

.__bg-696 {
  background-color: #696;
}

.__bg-669 {
  background-color: #669;
}

.__bg-699 {
  background-color: #699;
}

.__bg-969 {
  background-color: #969;
}

.__bg-996 {
  background-color: #996;
}

.__bg-c33 {
  background-color: #c33;
}

.__bg-3c3 {
  background-color: #3c3;
}

.__bg-33c {
  background-color: #33c;
}

.__bg-3cc {
  background-color: #3cc;
}

.__bg-c3c {
  background-color: #c3c;
}

.__bg-cc3 {
  background-color: #cc3;
}

.__bg-c66 {
  background-color: #c66;
}

.__bg-6c6 {
  background-color: #6c6;
}

.__bg-66c {
  background-color: #66c;
}

.__bg-6cc {
  background-color: #6cc;
}

.__bg-c6c {
  background-color: #c6c;
}

.__bg-cc6 {
  background-color: #cc6;
}

.__bg-c99 {
  background-color: #c99;
}

.__bg-9c9 {
  background-color: #9c9;
}

.__bg-99c {
  background-color: #99c;
}

.__bg-9cc {
  background-color: #9cc;
}

.__bg-c9c {
  background-color: #c9c;
}

.__bg-cc9 {
  background-color: #cc9;
}

.__bg-f66 {
  background-color: #f66;
}

.__bg-6f6 {
  background-color: #6f6;
}

.__bg-66f {
  background-color: #66f;
}

.__bg-6ff {
  background-color: #6ff;
}

.__bg-f6f {
  background-color: #f6f;
}

.__bg-ff6 {
  background-color: #ff6;
}

.__bg-f99 {
  background-color: #f99;
}

.__bg-9f9 {
  background-color: #9f9;
}

.__bg-99f {
  background-color: #99f;
}

.__bg-9ff {
  background-color: #9ff;
}

.__bg-f9f {
  background-color: #f9f;
}

.__bg-ff9 {
  background-color: #ff9;
}

.__bg-fcc {
  background-color: #fcc;
}

.__bg-cfc {
  background-color: #cfc;
}

.__bg-ccf {
  background-color: #ccf;
}

.__bg-cff {
  background-color: #cff;
}

.__bg-fcf {
  background-color: #fcf;
}

.__bg-ffc {
  background-color: #ffc;
}

/* font colors
---------------------------------------------- */
.__red, .__error {
  color: #f33;
}

.__orange {
  color: #F83;
}

.__yellow, .__warn {
  color: #fd0;
}

.__olive {
  color: #880;
}

.__green {
  color: #3C6;
}

.__lime {
  color: #0f0;
}

.__teal, .__ok {
  color: #399;
}

.__blue, .__info {
  color: #66C;
}

.__navy {
  color: #036;
}

.__violet {
  color: #e9e;
}

.__purple {
  color: #909;
}

.__pink, .__ng {
  color: #f99;
}

.__brown {
  color: #a22;
}

/* background colors
---------------------------------------------- */
.__Red, .__Error {
  color: white;
  background: #f33;
}

.__Orange {
  color: white;
  background: #F83;
}

.__Yellow, .__Warn {
  color: black;
  background: #fd0;
}

.__Olive {
  color: white;
  background: #880;
}

.__Green {
  color: white;
  background: #3C6;
}

.__Lime {
  color: black;
  background: #0f0;
}

.__Teal, .__Ok {
  color: white;
  background: #399;
}

.__Blue, .__Info {
  color: white;
  background: #66C;
}

.__Navy {
  color: white;
  background: #036;
}

.__Violet {
  color: black;
  background: #e9e;
}

.__Purple {
  color: white;
  background: #909;
}

.__Pink, .__Ng {
  color: black;
  background: #f99;
}

.__Brown {
  color: white;
  background: #a22;
}

/* message colors
---------------------------------------------- */
/* ==============================================
  Utils
============================================== */
.__ime-off {
  ime-mode: disabled;
}

.__nowrap {
  white-space: nowrap;
}

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

h1.--lefted, h2.--lefted, h3.--lefted, h4.--lefted, h5.--lefted, h6.--lefted {
  border-left: .5rem solid #333;
  padding: .1rem .5rem 0;
}

h1.--lined, h2.--lined, h3.--lined, h4.--lined, h5.--lined, h6.--lined {
  border-bottom: 1px solid #333;
  padding-bottom: .2rem;
}

/* ==============================================
  List */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}

ul li {
  box-sizing: border-box;
}

ul li a {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
}

ul.--virticaled, ul.Gnav {
  letter-spacing: -1rem;
}

ul.--virticaled > li, ul.Gnav > li {
  display: inline-block;
  letter-spacing: normal;
}

/* ==============================================
  Forms */
input[type="text"], input[type="password"], input[type="email"], input[type="url"], textarea {
  box-sizing: border-box;
  padding: .8rem;
  outline: none;
  border: 1px solid #DDD;
  border-radius: 3px;
  background: #eee;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus {
  background: #ffe;
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, input[type="url"]:invalid, textarea:invalid {
  background: #fee;
}

/* ==============================================
  Pre
============================================== */
.--code {
  margin: 0;
  padding: 1rem;
  background: #eee;
}

/* ==============================================
  Box */
._Box, ._Card, .Videos .video-box, .Login {
  box-sizing: border-box;
}

._Box > *, ._Card > *, .Videos .video-box > *, .Login > * {
  margin: 0;
  padding: 0;
}

._Box.--shadow, .--shadow._Card, .Videos .--shadow.video-box, .--shadow.Login {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/* ==============================================
  Card */
._Card, .Videos .video-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

/* ==============================================
  Button */
._Btn {
  border-color: black;
  color: black;
  background: white;
  box-sizing: border-box;
  display: inline-block;
  padding: .5rem 1.2rem .2rem;
  border: 1px solid;
  cursor: pointer;
  letter-spacing: normal;
  transition: .4s;
}

._Btn:hover {
  color: white;
  background: black;
}

._Btn.--Black {
  border-color: black;
  color: white;
  background: black;
}

._Btn.--Black:hover {
  color: black;
  background: white;
}

._Btn.--red, ._Btn.--error {
  border-color: #f33;
  color: #f33;
  background: white;
}

._Btn.--red:hover, ._Btn.--error:hover {
  color: white;
  background: #f33;
}

._Btn.--Red, ._Btn.--Error {
  border-color: #f33;
  color: white;
  background: #f33;
}

._Btn.--Red:hover, ._Btn.--Error:hover {
  color: #f33;
  background: white;
}

._Btn.--blue, ._Btn.--info {
  border-color: #66C;
  color: #66C;
  background: white;
}

._Btn.--blue:hover, ._Btn.--info:hover {
  color: white;
  background: #66C;
}

._Btn.--Blue, ._Btn.--Info {
  border-color: #66C;
  color: white;
  background: #66C;
}

._Btn.--Blue:hover, ._Btn.--Info:hover {
  color: #66C;
  background: white;
}

._Btn.--orange {
  border-color: #F83;
  color: #F83;
  background: white;
}

._Btn.--orange:hover {
  color: white;
  background: #F83;
}

._Btn.--Orange {
  border-color: #F83;
  color: white;
  background: #F83;
}

._Btn.--Orange:hover {
  color: #F83;
  background: white;
}

._Btn.--teal, ._Btn.--ok {
  border-color: #399;
  color: #399;
  background: white;
}

._Btn.--teal:hover, ._Btn.--ok:hover {
  color: white;
  background: #399;
}

._Btn.--Teal, ._Btn.--Ok {
  border-color: #399;
  color: white;
  background: #399;
}

._Btn.--Teal:hover, ._Btn.--Ok:hover {
  color: #399;
  background: white;
}

._Btn.--yellow, ._Btn.--warn {
  border-color: #fd0;
  color: #983;
  background: white;
}

._Btn.--yellow:hover, ._Btn.--warn:hover {
  color: white;
  background: #fd0;
}

._Btn.--Yellow, ._Btn.--Warn {
  border-color: #fd0;
  color: black;
  background: #fd0;
}

._Btn.--Yellow:hover, ._Btn.--Warn:hover {
  color: #983;
  background: white;
}

._Btn.--pink, ._Btn.--ng {
  border-color: #f99;
  color: #c66;
  background: white;
}

._Btn.--pink:hover, ._Btn.--ng:hover {
  color: white;
  background: #f99;
}

._Btn.--Pink, ._Btn.--Ng {
  border-color: #f99;
  color: black;
  background: #f99;
}

._Btn.--Pink:hover, ._Btn.--Ng:hover {
  color: #c66;
  background: white;
}

._Btn.--navy {
  border-color: #036;
  color: #036;
  background: white;
}

._Btn.--navy:hover {
  color: white;
  background: #036;
}

._Btn.--Navy {
  border-color: #036;
  color: white;
  background: #036;
}

._Btn.--Navy:hover {
  color: #036;
  background: white;
}

/* ==============================================
  Icons
============================================== */
._Far:before, ._Fas:before {
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  margin-right: 5px;
}

._Far.--heart:before, .--heart._Fas:before {
  content: '\f004';
}

._Far.--user:before, .--user._Fas:before {
  content: '\f007';
}

._Fas {
  font-weight: 900;
}

._Fas.--lock:before {
  content: '\f023';
}

._Fas.--th:before {
  content: '\f00a';
}

._Fas.--th-list:before {
  content: '\f00b';
}

._Fas.--th-large:before {
  content: '\f009';
}

._Fas.--sign-out-alt:before {
  content: '\f2f5';
}

input:before, input:after {
  margin: 0;
}

input._Far, input._Fas {
  font-family: "Font Awesome 5 Free";
  line-height: 1;
}

input._Fas {
  font-weight: 900;
}

table {
  border-collapse: collapse;
}

table.--striped tr:nth-child(even), table.VideoList tr:nth-child(even) {
  background: #f3f3f3;
}

table.--hoverd tbody tr:hover, table.VideoList tbody tr:hover {
  background: #ffe;
}

._Tag {
  box-sizing: border-box;
  display: inline-block;
  padding: .2rem 1rem;
  vertical-align: top;
  font-size: .9rem;
}

._Tag.--radius {
  border-radius: .3rem;
}

._Tag.--borderd {
  border: .1rem solid;
  padding: .18rem 1rem;
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto 1fr 30px;
  grid-template-areas: "header" "nav" "main" "footer";
}

header {
  grid-area: header;
  background-color: #333;
  color: #fff;
}

header h1 {
  margin: .3rem 2rem;
}

header h1 a {
  color: inherit;
}

nav {
  grid-area: nav;
  padding: .5rem;
}

@media screen and (max-width: 599px) {
  nav {
    padding: 1.5rem 1rem;
  }
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
  border-top: 1px solid #999;
  text-align: center;
}

.Login {
  max-width: 500px;
  margin: 1rem auto;
  padding: 1rem;
}

.Login h2 {
  margin: 0;
  padding: 0;
}

.Login input[type="text"], .Login input[type="password"] {
  width: 100%;
}

.Login label {
  font-size: .9rem;
}

@media screen and (max-width: 599px) {
  .Login {
    width: 90%;
  }
}

@media screen and (max-width: 399px) {
  .Login {
    width: 80%;
  }
}

.Gnav li {
  width: 100px;
}

@media screen and (max-width: 599px) {
  .UpdateForm {
    float: both;
    margin-top: 1rem;
  }
}

.Videos {
  margin: 0 auto;
  letter-spacing: -1rem;
  width: 1500px;
}

.Videos .video-box {
  width: 288px;
  height: 216px;
  background: #eee;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1799px) {
  .Videos {
    width: 1200px;
  }
}

@media screen and (max-width: 1199px) {
  .Videos {
    width: 900px;
  }
}

@media screen and (max-width: 899px) {
  .Videos {
    width: 600px;
  }
}

@media screen and (max-width: 599px) {
  .Videos {
    width: 300px;
    text-align: center;
  }
}

.VideoList {
  width: 100%;
}

.VideoList thead {
  background: #333;
  color: white;
}

.VideoList thead th {
  border: 1px solid white;
}

.VideoList td {
  vertical-align: center;
  border: 1px solid #eee;
}

.VideoList td.info {
  font-size: .9rem;
  color: #333;
  padding: 1rem;
}

.VideoList td.time {
  font-size: .8rem;
  color: #666;
}

.VideoList .icon {
  display: inline-block;
  text-align: center;
}

.VideoList .icon p {
  margin: 0;
  padding: 0;
}

.VideoList .icon a:hover {
  color: orange;
}

.__minuspace {
  letter-spacing: -1rem;
}
