/* ==========================================================================
   Imports
   ========================================================================== */
@font-face {
  font-family: Worldly Light;
  src: url(/fonts/WorldlyLight.eot?v=0.1.1);
  src: url(/fonts/WorldlyLight.eot?v=0.1.1?#iefix) format("embedded-opentype"), url(/fonts/WorldlyLight.woff?v=0.1.1) format("woff"), url(/fonts/WorldlyLight.ttf?v=0.1.1) format("truetype"), url(/fonts/WorldlyLight.svg?v=0.1.1#WorldlyLight) format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Worldly Regular;
  src: url(/fonts/WorldlyRegular.eot?v=0.1.1);
  src: url(/fonts/WorldlyRegular.eot?v=0.1.1?#iefix) format("embedded-opentype"), url(/fonts/WorldlyRegular.woff?v=0.1.1) format("woff"), url(/fonts/WorldlyRegular.ttf?v=0.1.1) format("truetype"), url(/fonts/WorldlyRegular.svg?v=0.1.1#WorldlyRegular) format("svg");
  font-weight: 400;
  font-style: normal; }

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/* Baseline, measured in pixels
 * The value should be the same as the font-size value for the html element
 * If the html element's font-size is set to 62.5% (of the browser's default font-size of 16px),
 * then the variable below would be 10px.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.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, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
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,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: Worldly Light, Open Sans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #363635;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 693px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 87%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 693px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 692px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 692px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 692px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 692px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 693px) and (max-width: 790px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 693px) and (max-width: 790px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 693px) and (max-width: 790px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 693px) and (max-width: 790px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 791px) and (max-width: 973px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 791px) and (max-width: 973px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 791px) and (max-width: 973px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 791px) and (max-width: 973px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 974px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 974px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 974px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 974px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 692px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 693px) and (max-width: 790px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 791px) and (max-width: 973px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 974px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* ==========================================================================
   Typography classes
   ========================================================================== */
h1,
.h1 {
  font-size: 2.1875em;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: Worldly Light, Open Sans, Arial, sans-serif;
  line-height: 1.042857;
  text-align: center;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  h1 span,
  .h1 span {
    color: #ffd923;
    font-family: Worldly Regular, Open Sans, Arial, sans-serif;
    display: block;
    padding-bottom: 10px; }

@media (min-width: 693px) {
  h1,
  .h1 {
    font-size: 3.4375em;
    line-height: 1.3;
    height: 200px; } }

@media (min-width: 1440px) {
  h1,
  .h1 {
    font-size: 4.0625em; } }

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/*
html,
body {
    height: 100%;
}*/
html {
  font: 16px/24px Worldly Light, Open Sans, Arial, sans-serif;
  min-height: 100%; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::selection {
  background: #ffe670;
  text-shadow: none; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

img {
  max-width: 100%; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  padding: 0.2em 0; }

/* ==========================================================================
   Structural elements
   ========================================================================== */
svg {
  max-width: 100%; }

body,
html,
main,
canvas {
  height: 100%; }

body {
  overflow: hidden; }

main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  overflow-y: hidden; }

.scene {
  width: 100%;
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  .scene svg {
    width: 100%;
    height: 100%; }
  .scene .caption {
    position: absolute;
    top: 0;
    max-width: 300px;
    z-index: 5; }
  .scene.city .caption {
    color: #fff; }
  .scene.beach .caption {
    color: #363635; }

.rotate-message {
  display: none; }

#Reflection-2 {
  filter: url(#blur); }

.ripple-div {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: url("https://picsum.photos/1000/1000");
  top: calc(50% + 98px); }

@media all and (max-width: 1024px) {
  .cricos {
    bottom: 5px; } }

@media (min-width: 693px) {
  .scene .caption {
    max-width: 450px; } }

@media (max-width: 991px) and (orientation: landscape) {
  .rotate-message {
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    text-align: left;
    background: #c74298;
    z-index: 500;
    color: #fff;
    line-height: 1.1;
    padding: 14px 15px;
    font-family: "Open Sans", Arial, sans-serif;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    font-style: 1em; }
    .rotate-message .rotate-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; }
    .rotate-message p {
      margin: 0; }
    .rotate-message svg {
      width: 50px;
      margin-right: 10px;
      height: auto; } }

@media (min-width: 992px) {
  .scene-slide.swiper-slide {
    width: 50%; } }

@media (min-width: 1440px) {
  .scene .caption {
    max-width: 520px; } }

/* ==========================================================================
   Print styles.
   In-lined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links for images, or javascript/internal links
   */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.toggle-wrapper {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0 50px;
  transform: translate3d(-50%, -50%, 0); }
  .toggle-wrapper input {
    position: absolute;
    left: -999em; }

.snowflake {
  position: absolute;
  left: 0;
  top: 14px;
  width: 32px;
  height: 37px; }
  .snowflake svg path {
    transition: opacity 200ms;
    -webkit-transition: opacity 200ms; }
  .beach-theme .snowflake svg path {
    opacity: .2; }

.sun {
  position: absolute;
  right: 0;
  top: 14px;
  width: 32px;
  height: 37px; }
  .sun svg * {
    transition: opacity 200ms, fill 200ms, stroke 200ms;
    -webkit-transition: opacity 200ms, fill 200ms, stroke 200ms; }
  .beach-theme .sun svg * {
    opacity: 1;
    fill: #ffd923;
    stroke: #ffd923; }

.toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 260px;
  height: 62px;
  background-color: #007d9c;
  border-radius: 56px; }

.toggle-handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: transform 200ms ease-in-out; }

.switch-text {
  color: #fff;
  font-size: 1.5em;
  font-family: Worldly Regular, Open Sans, Arial, sans-serif;
  font-weight: normal;
  position: absolute;
  top: 16px;
  left: 87px; }

input:checked + .toggle::before {
  color: #749ED7; }

input:checked + .toggle::after {
  color: #fff; }

input:checked + .toggle .toggle-handler {
  transform: translate3d(198px, 0, 0); }

@media all and (max-width: 800px), (max-height: 799px) and (max-width: 1250px) {
  .toggle-wrapper {
    padding: 0;
    transform: translate3d(-50%, 0, 0);
    top: 90%; }
  .snowflake,
  .sun {
    display: none; }
  .toggle {
    width: 160px;
    height: 40px;
    border-radius: 56px; }
  .toggle-handler {
    width: 42px;
    height: 42px; }
  .switch-text {
    font-size: 1em;
    top: 11px;
    left: 48px; }
  input:checked + .toggle .toggle-handler {
    transform: translate3d(120px, 0, 0); } }

@media all and (max-width: 500px) {
  .toggle-wrapper {
    left: 43%; } }

@media (orientation: portrait) and (max-width: 500px) {
  .toggle-wrapper {
    top: 140%; }
  .toggle {
    width: 110px;
    height: 30px; }
  .toggle-handler {
    width: 32px;
    height: 32px; }
  .switch-text {
    font-size: 0.6875em;
    top: 9px;
    left: 34px; }
  input:checked + .toggle .toggle-handler {
    transform: translate3d(82px, 0, 0); } }

.scene-winter {
  background: #e1e1e1;
  height: 100%; }

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }

.snowman-scarf {
  width: 25vw;
  height: 25vw;
  position: absolute;
  left: 7%;
  z-index: 4;
  bottom: 18%; }
  .snowman-scarf .scarf {
    position: absolute;
    top: 99px;
    left: 75px;
    z-index: 1; }
  .snowman-scarf svg {
    width: 100%;
    height: 100%; }
  .snowman-scarf::after {
    position: absolute;
    content: '';
    width: 8%;
    background: #fff;
    height: 3%;
    top: 30%;
    left: 60%;
    border-radius: 0 0 50% 50%; }

.snowman-purple {
  width: 36vw;
  height: 27vw;
  position: absolute;
  left: 36%;
  z-index: 4;
  bottom: 13%; }
  .snowman-purple svg {
    width: 100%;
    height: 100%; }

.moon,
.sun-main {
  width: 25vw;
  height: 25vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45%, -45%);
  z-index: 1; }
  .moon svg,
  .sun-main svg {
    width: 100%;
    height: 100%; }

.snow-trees {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }
  .snow-trees svg {
    width: 105%;
    max-width: none;
    height: auto; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .snow-trees {
    padding-bottom: 60%; }
    .snow-trees svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; } }

.behind {
  position: absolute;
  bottom: 31vh;
  width: 100%;
  z-index: 1;
  left: 0; }
  .behind::after {
    position: absolute;
    content: '';
    top: 99%;
    left: 0;
    width: 100%;
    height: 1000%;
    background: #c0d3da; }
  .behind svg {
    width: 100%;
    max-width: none;
    height: auto; }

@media all and (min-width: 801px) {
  .behind {
    bottom: 32vh; } }

@media (orientation: portrait) and (max-width: 800px) {
  .snowman-scarf {
    bottom: 9%; }
  .snowman-purple {
    bottom: 10%; }
  .behind {
    bottom: 23%; } }

@media (orientation: portrait) and (max-width: 500px) {
  .snowman-scarf {
    bottom: 4%; }
  .snowman-purple {
    bottom: 7%; }
  .behind {
    bottom: 15%; } }

.sky {
  background: linear-gradient(0deg, white 17.21%, #deebee 100%);
  height: 85%; }
  .sky svg {
    position: absolute;
    width: 100%;
    top: -10%;
    left: 0;
    z-index: 3; }

.landscape {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }
  .landscape svg {
    width: 105%;
    max-width: none;
    height: auto; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .landscape {
    padding-bottom: 60%; }
    .landscape svg {
      display: block;
      position: absolute;
      top: 0;
      left: 0; } }

.guy {
  width: 22vw;
  height: 31vw;
  position: absolute;
  left: 13%;
  z-index: 4;
  bottom: 16%; }
  .guy svg {
    width: 100%;
    height: 100%; }

.girl {
  width: 23vw;
  height: 28vw;
  position: absolute;
  left: 53%;
  z-index: 4;
  bottom: 20%; }
  .girl svg {
    width: 100%;
    height: 100%; }

@media all and (min-width: 801px) {
  .sky {
    padding-top: 10%; }
    .sky svg {
      top: 7%; }
    .sky .cloud1 {
      top: 5%; }
    .sky .cloud3 {
      top: 12%; } }

@media (orientation: portrait) and (max-width: 500px) {
  .guy {
    bottom: 4%; }
  .girl {
    bottom: 7%; } }

.cube {
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.cube-wrapper {
  position: fixed;
  width: 200px;
  bottom: 0;
  z-index: 5;
  right: 50%;
  transform: translateX(50%);
  height: 200px; }

#particles {
  position: absolute;
  bottom: 0;
  width: auto;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
  height: 50%; }

@media (max-width: 991px) {
  .swipe {
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 10px;
    color: white;
    right: 50px;
    display: none;
    animation: pulse 2s infinite; }
    .swipe::before {
      content: "";
      position: absolute;
      width: 30px;
      height: 30px;
      bottom: -4px;
      right: -38px;
      background: url("/img/svg/arrow.svg") center center/30px auto no-repeat; }
  .beach {
    padding-bottom: 10vh;
    background: #007d9c; }
  @keyframes pulse {
    0% {
      transform: translateX(0px); }
    70% {
      transform: translateX(-6px); }
    100% {
      transform: translateX(0px); } } }

@media (min-width: 768px) {
  .cube-wrapper {
    width: 320px;
    height: 272px; } }

@media (min-width: 992px) {
  .cube-wrapper {
    height: 350px;
    width: 368px;
    bottom: 20px; }
  .scene-wrapper.swiper-wrapper {
    width: 100vw; }
  .swipe {
    display: none; }
  #particles {
    transform: translateX(-50%) translateY(-69%); } }

@media (min-width: 992px) and (min-aspect-ratio: 3 / 2) {
  #particles {
    width: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 50%; } }

@media (max-width: 991px) and (min-aspect-ratio: 4 / 3) {
  #particles {
    width: 50%;
    transform: translateX(-50%) translateY(-77%);
    height: auto; }
  .beach {
    padding-bottom: 7%; } }

.footnote {
  position: absolute;
  color: #4a4a49;
  bottom: 0;
  font-size: 10px;
  z-index: 5;
  right: 20px;
  margin-bottom: 5px;
  font-weight: bold; }

@media (min-width: 768px) {
  .footnote {
    font-size: 14px; } }

.scene-carousel {
  height: 100%; }

* {
  position: relative;
  box-sizing: border-box; }

html,
body {
  height: 100%; }

body {
  overflow: hidden;
  line-height: 1.25; }

.hide {
  opacity: 0;
  visibility: hidden; }

.remove {
  display: none !important; }

.blur {
  filter: blur(12px); }

.fireworks-container {
  position: absolute;
  top: 0;
  bottom: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.loading-init {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  text-transform: uppercase; }
  .loading-init__header {
    font-size: 2.2em; }
  .loading-init__status {
    margin-top: 1em;
    font-size: 0.8em;
    opacity: 0.75; }

.stage-container {
  overflow: hidden;
  box-sizing: initial;
  margin: -1px; }
  @media (max-width: 840px) {
    .stage-container {
      border: none;
      margin: 0; } }

.canvas-container {
  width: 100%;
  height: 100%;
  transition: filter 0.3s; }
  .canvas-container canvas {
    position: absolute;
    mix-blend-mode: lighten;
    transform: translateZ(0); }

.controls {
  position: absolute;
  top: 0;
  width: 100%;
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  transition: opacity 0.3s, visibility 0.3s; }
  @media (min-width: 840px) {
    .controls {
      visibility: visible; }
      .controls.hide:hover {
        opacity: 1; } }

.menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.42);
  transition: opacity 0.3s, visibility 0.3s; }
  .menu__inner-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s; }
  .menu__header {
    margin-top: auto;
    margin-bottom: 8px;
    padding-top: 16px;
    font-size: 2em;
    text-transform: uppercase; }
  .menu__subheader {
    margin-bottom: auto;
    padding-bottom: 12px;
    font-size: 0.86em;
    opacity: 0.8; }
  .menu form {
    width: 100%;
    max-width: 400px;
    padding: 0 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .menu .form-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 16px 0;
    transition: opacity 0.3s; }
    .menu .form-option label {
      display: block;
      width: 50%;
      padding-right: 12px;
      text-align: right;
      text-transform: uppercase;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .menu .form-option--select select {
      display: block;
      width: 50%;
      height: 30px;
      font-size: 1rem;
      background-color: transparent; }
      .menu .form-option--select select option {
        background-color: black; }
    .menu .form-option--checkbox input {
      display: block;
      width: 26px;
      height: 26px;
      margin: 0; }
    @media (max-width: 840px) {
      .menu .form-option select,
      .menu .form-option input {
        outline: none; } }

.close-menu-btn {
  position: absolute;
  top: 0;
  right: 0; }

.buildings,
.skyline {
  position: absolute; }

.buildings {
  z-index: 3; }

.skyline {
  z-index: 2; }

.backgrounds {
  z-index: 0; }

.fireworks-container {
  z-index: 1; }

.btn {
  opacity: 0.16;
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  transition: opacity 0.3s; }
  .btn--bright {
    opacity: 0.5; }
  @media (min-width: 840px) {
    .btn:hover {
      opacity: 0.32; }
    .btn--bright:hover {
      opacity: 0.75; } }
  .btn svg {
    display: block;
    margin: auto; }

.credits {
  margin-top: auto;
  margin-bottom: 10px;
  padding-top: 6px;
  font-size: 0.8em;
  opacity: 0.75; }
  .credits a {
    text-decoration: none; }
    .credits a:hover, .credits a:active {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: underline; }

.help-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  transition-property: visibility;
  transition-duration: 0.25s; }
  .help-modal__overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: ease-in;
    transition-duration: 0.25s; }
  .help-modal__dialog {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    max-width: 400px;
    max-height: calc(100vh - 100px);
    margin: 10px;
    padding: 20px;
    border-radius: 0.3em;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: scale(0.9, 0.9);
    transition-property: opacity, transform;
    transition-timing-function: ease-in;
    transition-duration: 0.25s; }
    @media (min-width: 840px) {
      .help-modal__dialog {
        font-size: 1.25rem;
        max-width: 500px; } }
  .help-modal__header {
    font-size: 1.75em;
    text-transform: uppercase;
    text-align: center; }
  .help-modal__body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1em 0;
    padding: 1em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.75); }
  .help-modal__close-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    outline: none;
    border: none;
    border-radius: 2px;
    padding: 0.25em 0.75em;
    margin-top: 0.36em;
    font-size: 1em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.25);
    transition: color 0.3s, background-color 0.3s; }
    .help-modal__close-btn:hover, .help-modal__close-btn:active, .help-modal__close-btn:focus {
      color: #fff;
      background-color: #09f; }
  .help-modal.active {
    visibility: visible;
    transition-duration: 0.4s; }
    .help-modal.active .help-modal__overlay {
      opacity: 1;
      transition-timing-function: ease-out;
      transition-duration: 0.4s; }
    .help-modal.active .help-modal__dialog {
      opacity: 1;
      transform: scale(1, 1);
      transition-timing-function: ease-out;
      transition-duration: 0.4s; }

#Cloud_1 {
  animation: driftLeft 64s linear infinite backwards; }

#Cloud_2 {
  animation: driftLeft 75s linear infinite backwards; }

#Cloud_3 {
  animation: driftLeft 120s linear infinite backwards; }

#Cloud_4 {
  animation: driftLeft 58s linear infinite backwards; }

#Cloud_5 {
  animation: driftLeft 130s linear infinite backwards; }

#Cloud_6,
#Cloud_7,
#Cloud_8,
#Cloud_9,
#Cloud_10 {
  transform: translate3d(100%, -10%, 0); }

#Cloud_6 {
  animation: driftLeft2 80s linear infinite; }

#Cloud_7 {
  animation: driftLeft2 114s linear infinite; }

#Cloud_8 {
  animation: driftLeft2 121s linear infinite; }

#Cloud_9 {
  animation: driftLeft2 86s linear infinite; }

#Cloud_10 {
  animation: driftLeft2 156s linear infinite; }

@keyframes driftLeft {
  0% {
    transform: translate3d(0, 0, 0); }
  49% {
    transform: translate3d(-100%, 0, 0); }
  50% {
    transform: translate3d(-100%, -2000px, 0); }
  51% {
    transform: translate3d(100%, -2000px, 0); }
  52% {
    transform: translate3d(100%, 0, 0); }
  100% {
    transform: translate3d(0, 0, 0); } }

@keyframes driftLeft2 {
  0% {
    transform: translate3d(100%, -10%, 0); }
  49% {
    transform: translate3d(-100%, -10%, 0); }
  50% {
    transform: translate3d(-100%, -2000px, 0); }
  51% {
    transform: translate3d(100%, -2000px, 0); }
  100% {
    transform: translate3d(100%, -10%, 0); } }

@media (min-width: 992px) {
  #Cloud_1 {
    animation: driftLeft 271s linear infinite backwards; }
  #Cloud_2 {
    animation: driftLeft 292s linear infinite backwards; }
  #Cloud_3 {
    animation: driftLeft 389s linear infinite backwards; }
  #Cloud_4 {
    animation: driftLeft 265s linear infinite backwards; }
  #Cloud_5 {
    animation: driftLeft 456s linear infinite backwards; }
  #Cloud_6 {
    animation: driftLeft2 310s linear infinite; }
  #Cloud_7 {
    animation: driftLeft2 455s linear infinite; }
  #Cloud_8 {
    animation: driftLeft2 332s linear infinite; }
  #Cloud_9 {
    animation: driftLeft2 247s linear infinite; }
  #Cloud_10 {
    animation: driftLeft2 499s linear infinite; } }
/*# sourceMappingURL=style.css.map */