@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower&amp;subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lemonada:300,400,600,700&amp;subset=latin-ext');
/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: border-box;
  /* 2 */ }
/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }
/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Use the default user interface font in all browsers (opinionated).
 * 3. Correct the line height in all browsers.
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* macOS 10.11-10.12 */
  /* Windows 6+ */
  /* Android 4+ */
  /* Ubuntu 10.10+ */
  /* Gnome 3+ */
  /* KDE Plasma 5+ */
  /* fallback */
  /* macOS emoji */
  /* Windows emoji */
  /* Windows emoji */
  /* Linux emoji */
  line-height: 1.15;
  /* 2 */
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }
/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
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 sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
/**
 * Add the correct display in IE.
 */
main {
  display: block; }
/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none; }
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* macOS 10.10+ */
  /* Windows 6+ */
  /* Android 4+ */
  /* Ubuntu 10.10+ */
  /* KDE Plasma 5+ */
  /* KDE Plasma 4+ */
  /* Linux/OpenOffice fallback */
  /* fallback */
  font-size: 1em;
  /* 1 */
  /* 2 */ }
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }
/**
 * 1. Use the default monospace user interface font
 *    in all browsers (opinionated).
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: Menlo, Consolas, Roboto Mono, Ubuntu Monospace, Noto Mono, Oxygen Mono, Liberation Mono, monospace;
  /* macOS 10.10+ */
  /* Windows 6+ */
  /* Android 4+ */
  /* Ubuntu 10.10+ */
  /* KDE Plasma 5+ */
  /* KDE Plasma 4+ */
  /* Linux/OpenOffice fallback */
  /* fallback */
  font-size: 1em;
  /* 1 */
  /* 2 */ }
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }
/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }
/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }
/* Forms
 * ========================================================================== */
/**
 * Inherit styling in all browsers (opinionated).
 */
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }
/**
 * Remove the margin in Safari.
 */
button, input, select {
  margin: 0; }
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }
/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }
/**
 * 1. Add the correct display in Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }
/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  padding: 0; }
/**
 * 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 */ }
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto; }
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
::-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 */ }
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge and IE.
 */
details {
  display: block; }
/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }
/**
 * Add the correct display in IE.
 */
template {
  display: none; }
/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
 in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }
/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }
/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }
/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"], [disabled] {
  cursor: not-allowed; }
/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  line-height: 28px; }

h1 {
  font-weight: 400; }

h2, h3 {
  font-weight: 300; }

h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 200; }

h1 {
  font-size: 4rem;
  line-height: 3.4rem; }

h2 {
  font-size: 3rem;
  line-height: 2.4rem; }

@media (max-width: 500px) {
  h2 {
    font-size: 2rem;
    line-height: 2.4rem; } }

a {
  color: #1269b0;
  text-decoration: none; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
  background-image: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(left, #fff, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff); }

.hidden {
  display: none !important; }

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

.form *:focus {
  outline: 0; }

.form {
  font-size: 20px; }

.form textarea {
  margin: 10px 0 20px;
  color: #333;
  border: 1px solid #b9c1ca;
  background: none;
  width: calc(100% - 70px);
  height: 200px; }

.form button {
  color: #fff;
  background: #000;
  border: 0;
  padding: 10px 30px;
  border-radius: 6px; }
  .form button:hover {
    background: #285f76; }
/* Component Start */
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 0;
  max-width: 400px;
  width: calc(100% - 2em);
  vertical-align: top; }

.radio {
  padding: 10px 5px 20px; }

.radio label {
  display: inline-block; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #1269b0;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none; }

.icon {
  color: #ddd;
  font-size: 150%; }
/* Hoshi */
.input--hoshi {
  overflow: hidden; }

.input__field--hoshi {
  margin-top: 1em;
  padding: 0.85em 0.15em;
  width: 100%;
  background: transparent;
  color: #333; }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before, .input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #b9c1ca; }

.input__label--hoshi::after {
  margin-top: 2px;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__label--hoshi-color-1::after {
  border-color: #0af; }

.input__label--hoshi-color-2::after {
  border-color: #0fa; }

.input__label--hoshi-color-3::after {
  border-color: #f50; }

.input__field--hoshi:focus + .input__label--hoshi::after, .input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi, .input--filled .input__label-content--hoshi {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards; }

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

@keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }

  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0); }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }

.image {
  display: block;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  z-index: 4; }
  .image img {
    z-index: -1;
    display: block;
    position: relative; }

@media (min-width: 1000px) {
    body {
      display: grid;
      grid-template-columns: 200px 1fr;
      grid-template-areas: "header main" "header footer"; } }

.wrapper {
  max-width: 900px;
  margin: auto; }

.header {
  grid-area: header;
  overflow: hidden;
  color: #fff;
  background: rgba(29, 46, 68, 0.7);
  width: 100%;
  z-index: 2;
  font-size: 20px; }

@media (min-width: 1000px) {
    .header__inner {
      position: fixed;
      max-width: 200px; } }

.wrapper--header {
  display: grid;
  flex-wrap: wrap;
  max-width: 1200px;
  align-items: center;
  justify-content: space-between; }
  @media (min-width: 1000px) {
  .wrapper--header {
    min-height: 100vh; } }

.logo {
  text-align: center; }
  .logo__a {
    color: #fff; }
  .logo__img {
    max-width: 100px;
    display: inline-block; }
  .logo__title {
    display: block;
    font-family: 'Lemonada', cursive;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #2c3a3a;
    font-size: 26px;
    line-height: 30px; }
  .logo__subtitle {
    display: block;
    margin-top: 4px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase; }

.languages {
  max-height: 30px;
  display: flex;
  display: row wrap;
  width: 100%;
  text-align: center; }
  .languages__a {
    flex: 1 1 50%;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin: 1px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 0 4px;
    text-transform: lowercase; }

.footer {
  grid-area: footer;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 30px; }

.white {
  background: #fff;
  padding: 30px 20px; }

.main {
  grid-area: main;
  display: flex;
  flex-direction: column; }

.section {
  flex: 1;
  overflow: hidden; }

.section--wrapper {
  margin: auto;
  max-width: 900px; }

.menu {
  display: flex;
  flex-flow: row wrap;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700; }
  .menu__link {
    flex: 1 0 auto;
    color: #fff;
    width: 100%;
    line-height: 20px;
    padding: 15px;
    border-right: 3px solid #1d2e44; }
    .menu__link--active {
      border-color: red; }
    .menu__link:hover {
      background: rgba(255, 255, 255, 0.2);
      border-color: red; }
