* {
  box-sizing: border-box;
}

:before {
  box-sizing: border-box;
}

:after {
  box-sizing: border-box;
}

html {
  color: #000;
  width: 100%;
  height: 100%;
  font-family: Grold, sans-serif;
  font-weight: 400;
}

body {
  -webkit-text-size-adjust: none;
  background: #fff;
  width: 100%;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

html, body {
  font-size: 16px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  color: #ff5745;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

a:active {
  color: #333e63;
  outline: 0;
}

a:hover {
  color: #333e63;
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 .5em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 1.75em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

ul, ol {
  margin: .75em 0 .75em 32px;
  padding: 0;
}

p {
  margin: 0 0 26px;
  line-height: 26px;
}

p:last-child {
  margin: 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}

input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}

button[disabled] {
  cursor: not-allowed;
}

html input[disabled] {
  cursor: not-allowed;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

.clear {
  clear: both;
  float: none;
  height: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo {
  width: 200px;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}

@media (max-width: 500px) {
  .logo {
    width: 40vw;
    margin-bottom: .9em;
  }
}

.top {
  text-align: center;
  color: #1152fc;
  width: 100%;
  font-size: 140px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .top {
    font-size: 26vw;
  }
}

.bottom {
  text-align: center;
  color: #333e63;
  width: 100%;
  padding-top: 60px;
  font-size: 80px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .bottom {
    padding-top: .8em;
    font-size: 13vw;
  }
}

.rotor-group-heading {
  color: #000;
  text-transform: capitalize;
  font-family: Grold, sans-serif;
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front, .flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
  background-color: #0d1c2e;
}

.flipdown {
  grid-gap: 20px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

.flipdown .rotor {
  background-color: #0d1c2e !important;
}

.flipdown .rotor-group {
  float: none;
  padding: 0;
}

.flipdown .rotor-group-heading:before {
  color: #0d1c2e !important;
}

.flipdown .rotor-group:before {
  display: none;
}

.flipdown .rotor-group:after {
  display: none;
}

.content {
  min-height: var(--app-height, 100vh);
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

body {
  background-color: #f8f9fd;
}

/*# sourceMappingURL=index.3a292c29.css.map */
