/* UNIQID */
@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/DancingScript-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-VariableFont_wght.ttf");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v8.0.1 | 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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F2F2F2;
  font-size: 1.1em;
  line-height: 1.7;
}
@media only screen and (min-width: 2000px) {
  body {
    font-size: 1.3em;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

p {
  margin-bottom: 1em;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  text-rendering: optimizeLegibility;
  font-family: "Quicksand";
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

/* 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.
  */
blockquote {
  border-left: 2px solid #1F8CD6;
  margin: 0;
  padding: 0 2rem;
  font-style: italic;
  color: #1F8CD6;
}

/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
  * 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.
  */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
  * 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: 80%;
  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;
}

@keyframes animate-in-from-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.left {
  float: left;
}

.right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.margins {
  margin: 0 auto;
}

.padding {
  padding: 0 1em;
}

.qr {
  width: 100px;
  height: auto;
}

body {
  background-color: black;
}

section {
  font-family: "Quicksand";
}
section .content_wrapper {
  padding-top: 2em;
}
section .content {
  padding: 2em;
}
section pre, section code, section kbd, section samp {
  margin: 1em 0;
}
section p code {
  margin: 0;
}
section mark, section sup, section sub {
  padding: 0 0.2em;
}
section mark {
  text-shadow: none !important;
}
section ul, section ol {
  margin-left: 1em;
  margin-bottom: 1em;
}
section ul li, section ol li {
  margin-left: 1em;
}

.body.mob {
  overflow: hidden;
  pointer-events: none;
}
.body.mob header {
  pointer-events: all;
}
.body.mob .main-nav {
  overflow-y: auto;
}

.notices {
  display: flex;
  align-content: center;
  padding-left: 0.75em !important;
}
.notices p {
  margin: 10px 0;
  line-height: 1.2;
  font-size: 1em;
  text-shadow: none !important;
}
@media only screen and (min-width: 960px) {
  .notices p {
    font-size: 1.2em;
  }
}

section {
  font-family: "Quicksand";
}
section h1, section h2, section h3, section h4, section h5, section h6, section th, section p, section pre, section code, section kbd, section samp, section li, section td {
  color: rgb(187, 187, 187);
}
section h1, section h2, section h3, section h4, section h5, section h6 {
  color: white;
}
section mark {
  background-color: #cccccc;
}
section a {
  color: #3FA9F5;
  font-weight: 600;
  text-shadow: none;
}
section .notices p {
  color: #000;
}
section a:hover {
  opacity: 0.6;
}
section li::marker {
  color: #3FA9F5;
}

.home .logo {
  transition: all 300ms;
}
.home .logo.now {
  transform: translateY(0);
}

header {
  margin: 0 auto;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
header .header-logo {
  width: 600px;
  margin: 0 auto;
  position: relative;
}
header .hamburger {
  cursor: pointer;
  display: block;
  width: 44px;
  height: 44px;
  align-self: flex-end;
  margin-right: 10px;
  background: url("../images/icon_bars.svg?v=u5836aq") no-repeat;
  background-size: 70%;
  background-position: center;
}
header .hamburger.open {
  background: url("../images/icon_xmark.svg?v=u5836aq") no-repeat;
  background-size: 70%;
  background-position: center;
}
@media only screen and (min-width: 960px) {
  header .hamburger {
    display: none;
  }
}
header .main-nav {
  background-color: #FBB03B;
  padding: 0 22px;
  border-radius: 22px;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
header .main-nav.open {
  right: 0;
}
@media only screen and (min-width: 960px) {
  header .main-nav {
    position: relative;
  }
}

/* Menu Settings */
.main-nav {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FBB03B;
  /*Active dropdown nav item */
  /* Child Indicator */
}
@media only screen and (min-width: 960px) {
  .main-nav {
    background-color: transparent;
  }
}
.main-nav > ul {
  list-style: none;
  letter-spacing: -1em;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .main-nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: center;
  }
}
.main-nav > ul li {
  cursor: pointer;
  position: relative;
  font-family: "Quicksand";
  font-size: 1.4em;
  letter-spacing: normal;
  /* Active on Hover */
  /* Selected Dropdown nav item */
}
@media only screen and (min-width: 960px) {
  .main-nav > ul li {
    font-size: 1.4em;
  }
}
.main-nav > ul li a {
  color: #333333;
  position: relative;
  display: block;
  line-height: 45px;
  padding: 0 20px;
  white-space: nowrap;
}
.main-nav > ul li ul {
  background-color: #FBB03B;
  min-width: 100%;
  text-align: left;
}
@media only screen and (min-width: 960px) {
  .main-nav > ul li ul {
    position: absolute;
    display: none;
    z-index: 9000;
  }
}
.main-nav > ul li ul ul {
  left: 100%;
  top: 0;
}
.main-nav > ul li ul li {
  cursor: pointer;
  text-indent: 1em;
  display: block;
}
@media only screen and (min-width: 960px) {
  .main-nav > ul li ul li {
    text-indent: 0;
  }
}
.main-nav > ul li:hover > a {
  background-color: #686868;
  color: #e7e7e7;
}
.main-nav > ul li:hover > ul {
  display: block;
}
.main-nav > ul li.selected > a {
  background-color: #FFE2BB;
  color: #333333;
}
.main-nav > ul {
  margin-top: 1em;
}
@media only screen and (min-width: 960px) {
  .main-nav > ul {
    margin-top: 0;
  }
}
.main-nav > ul > li > a {
  border-radius: 2px;
}
.main-nav .has-children > a .arrow {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 16px;
  left: 0;
  height: 16px;
}
.main-nav .has-children > a .arrow svg {
  height: 16px;
  fill: #333333;
}
.main-nav.open .has-children > a .arrow {
  display: none;
}
.main-nav.open .has-children .has-children > a:after {
  content: "";
}

footer {
  position: relative;
  z-index: 7000;
  padding-top: 2em;
}
footer * {
  font-family: "Quicksand";
}

.modular {
  position: relative;
  z-index: 6000;
}

.grid {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid .panel .panel_item {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .grid .panel {
    display: grid;
    gap: 1em;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid .panel.col-3, .grid .panel.col-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .grid .panel.col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid .panel.col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid .panel.col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.grid .panel .panel_item h1, .grid .panel .panel_item h2, .grid .panel .panel_item h3, .grid .panel .panel_item h4, .grid .panel .panel_item h5, .grid .panel .panel_item h6 {
  padding-top: 0;
}

.hero {
  position: relative;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-color: #FBB03B;
  min-height: 600px;
}
.hero .egg {
  position: absolute;
  width: 400px;
  height: auto;
  bottom: -40px;
  left: 0;
}
@media only screen and (min-width: 2000px) {
  .hero {
    min-height: 800px;
  }
}

.header {
  display: flex;
  flex-direction: row;
}
.header .left, .header .right {
  flex-grow: 1;
}
.header .panel {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.header .panel h2, .header .panel h3 {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .header .panel {
    flex-direction: row;
    align-items: center;
  }
  .header .panel h2, .header .panel h3 {
    padding-right: 0;
  }
  .header .panel h3 {
    margin: 0 0.5em;
  }
}
.header.align-center .panel {
  justify-content: center;
}

.split {
  display: flex;
  flex-direction: column;
}
.split .split_one {
  line-height: 0;
  align-self: self-end;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  order: 2;
}
.split .split_one.align-top {
  align-self: self-start;
}
.split .split_one.align-center {
  align-self: center;
}
.split .split_one.align-bottom {
  align-self: self-end;
}
.split .split_one img {
  width: 100%;
  height: auto;
  border: 0;
}
.split .split_two {
  order: 1;
}
@media only screen and (min-width: 960px) {
  .split {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .split .split_one {
    height: auto;
    order: 1;
  }
  .split .split_two {
    order: 2;
  }
  .split .split_one.animate-on img {
    transition: all 0.4s;
    transition-delay: 1s;
  }
  .split .split_one.animate-on img {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); /* Safari & Chrome */
    -moz-transform: translateX(-100%); /* Firefox */
    -ms-transform: translateX(-100%); /* Internet Explorer */
    -o-transform: translateX(-100%); /* Opera */
  }
  .split.image-right .split_one {
    order: 2;
  }
  .split.image-right .split_two {
    order: 1;
  }
  .split.image-right .split_one.animate-on img {
    transform: translateX(100%);
    -webkit-transform: translateX(100%); /* Safari & Chrome */
    -moz-transform: translateX(100%); /* Firefox */
    -ms-transform: translateX(100%); /* Internet Explorer */
    -o-transform: translateX(100%); /* Opera */
  }
  .split.image-top {
    grid-template-columns: 1fr;
  }
  .split.image-top .split_one {
    order: 1;
  }
  .split.image-top .split_two {
    order: 2;
  }
  .split.image-top .split_one.animate-on img {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); /* Safari & Chrome */
    -moz-transform: translateY(-100%); /* Firefox */
    -ms-transform: translateY(-100%); /* Internet Explorer */
    -o-transform: translateY(-100%); /* Opera */
  }
  .split.image-bottom {
    grid-template-columns: 1fr;
  }
  .split.image-bottom .split_one {
    order: 2;
  }
  .split.image-bottom .split_two {
    order: 1;
  }
  .split.image-bottom .split_one.animate-on img {
    transform: translateY(100%);
    -webkit-transform: translateY(100%); /* Safari & Chrome */
    -moz-transform: translateY(100%); /* Firefox */
    -ms-transform: translateY(100%); /* Internet Explorer */
    -o-transform: translateY(100%); /* Opera */
  }
  .split .split_one.animate-on.animate img {
    transform: translate(0);
    -webkit-transform: translate(0); /* Safari & Chrome */
    -moz-transform: translate(0); /* Firefox */
    -ms-transform: translate(0); /* Internet Explorer */
    -o-transform: translate(0); /* Opera */
  }
}

.text {
  display: flex;
  flex-direction: column;
}
.text .image {
  display: flex;
  flex-direction: column;
  line-height: 0;
  padding-bottom: 2em;
}
.text .image img {
  width: 100%;
  height: auto;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 960px) {
  .text .image {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1em;
    padding-bottom: 2em;
  }
  .text .image div {
    flex: 0 50%;
    padding: 0.5em;
  }
  .text .image div img {
    padding: 0;
  }
}
.text .image .image-center {
  justify-self: center;
}
.text .image .image-left {
  justify-self: left;
}
.text .image .image-right {
  justify-self: right;
}
.text.image-bottom .image {
  order: 2;
}
.text.image-bottom .content {
  order: 1;
  padding-bottom: 0;
}
.text.image-fill-space .image {
  padding: 0;
}
.text.image-fill-space .image div {
  padding: 0;
  flex: 100%;
}
.text.image-fill-space .image div img {
  width: 100%;
  height: auto;
  margin: 0;
}

/*# sourceMappingURL=styles.css.map */
