/*! 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 {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

@font-face{font-family:Arla-Strong-regular;src:url("assets/fonts/ARLASTRONG-Regular.ttf")}@font-face{font-family:Arla-Strong-mono;src:url("assets/fonts/ARLASTRONG-Mono.ttf")}@font-face{font-family:Arla-Interface-regualar;src:url("assets/fonts/ArlaIF_Rg.ttf")}@font-face{font-family:Ave-Fedan;src:url("assets/fonts/AveFedan.ttf")}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0);background:#b6dbf2;box-sizing:border-box}@media only screen and (max-width: 1200px){html{background:#96c0e8}}*,*:before,*:after{box-sizing:inherit}body{font-size:1.6rem;background-color:#fff;color:#000;font-family:"Arla-Interface-regualar",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;height:calc(100vh - 6rem)}@media screen and (min-width: 768px){body{height:100vh}}@media screen and (max-width: 479px){body.body--success{min-height:84rem !important}}@media screen and (max-height: 800px) and (min-width: 750px){body.body--success{min-height:91rem !important}}@media screen and (max-height: 400px) and (min-width: 700px){body.body--success{min-height:94rem !important}}body.body--fail{min-height:55rem !important}::-moz-selection,::selection{color:#fff;background:#f45727;text-shadow:none}img{display:block;max-width:100%;height:auto}h1{font-family:"Arla-Strong-regular",sans-serif;text-transform:uppercase;font-weight:normal}h2{font-weight:normal}.btn{font-family:"Arla-Strong-regular",sans-serif}.visually-hidden{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);padding:0 !important;border:0 !important;height:1px !important;width:1px !important;overflow:hidden}.game-holder{display:flex;height:100%;width:100%;overflow:hidden;background:url("assets/images/wellie-bg.png") no-repeat;background-position:center bottom;background-color:#b6dbf2}@media only screen and (max-width: 1200px){.game-holder{background:#96c0e8}}.game-holder--fail{background-color:#b6dbf2;background:url("assets/images/wellie-bg-fail.png") no-repeat bottom}@media only screen and (max-width: 1200px){.game-holder--fail{background-color:#96c0e8}}.game-holder--success{background-color:#b6dbf2;background:url("assets/images/wellie-bg.png") no-repeat bottom}@media only screen and (max-width: 1200px){.game-holder--success{background-color:#96c0e8}}.template-wrapper{display:flex;height:100%;width:100%;position:absolute}@media only screen and (max-width: 991px){.template-wrapper{display:block}}.btn{background:#f45727;border-radius:2rem;font-size:2rem;color:#fff;border:none;padding:1rem 2rem;cursor:pointer;transition:all 0.3s ease}.template-wrapper--success .btn{margin-bottom:2rem}@media only screen and (min-width: 768px){.btn{padding:1rem 5rem;font-size:2.5rem}}@media only screen and (min-width: 992px){.btn{padding:1.6rem 7.1rem;font-size:3.8rem}.template-wrapper--success .btn{padding:1.6rem 4.1rem}}.btn:hover,.btn:focus{color:#f45727;background:#fff}.game-wrapper{height:100%;width:100%;display:flex;position:relative;text-align:center}.game-wrapper .btn--play{position:absolute;left:50%;transform:translateX(-50%);z-index:3;bottom:33%}@media screen and (min-width: 480px){.game-wrapper .btn--play{bottom:32%}}@media screen and (min-width: 768px){.game-wrapper .btn--play{bottom:3rem}}@media screen and (min-width: 1500px){.game-wrapper .btn--play{bottom:6%}}@media screen and (min-width: 480px) and (max-width: 767px) and (max-height: 500px){.game-wrapper .btn--play{bottom:14%}}.game-wrapper__inner{width:100%;min-height:100%;display:flex;flex-wrap:wrap}.landing-page-grass{display:none;position:absolute;bottom:-40px;left:0;width:100%;height:18.7rem;content:'';background:url("assets/images/grass.png") repeat-x;background-position:top center;background-size:cover;z-index:1}@media screen and (min-width: 768px){.landing-page-grass{display:block}}@media screen and (min-width: 1025px){.landing-page-grass{bottom:0;padding-left:0}}.marquee{width:100%;max-width:127.7rem;height:calc(100% - 32.5rem);display:block;background:url("assets/images/Marquee-with-bottles-opt.png") no-repeat;background-position:center bottom;background-size:contain;position:absolute;top:28.5rem;left:50%;transform:translateX(-50%)}@media screen and (max-width: 767px){.marquee{bottom:auto;position:relative;top:50%;transform:translateY(-50%);left:0;background:url("assets/images/Marquee-with-bottles-grass-opt.png") no-repeat;background-size:contain;background-position:center center}}@media screen and (min-width: 480px) and (max-width: 767px) and (max-height: 500px){.marquee{top:65%}}.game-header{position:absolute;top:2rem;left:0;z-index:4;width:100%;margin-bottom:4rem;opacity:0}.loaded .game-header{opacity:1}.game-header .logo{display:inline-block;margin:0 auto;transition:all 0.3s ease;transition-delay:1s;max-width:18.2rem}@media screen and (min-width: 1024px){.game-header .logo{max-width:40rem}}@media screen and (min-width: 1201px){.game-header .logo{max-width:44rem}}.game-header h1{text-align:center;margin:0 auto;color:#fff;text-shadow:3px 3px #000;letter-spacing:1px;font-size:2rem;z-index:4;width:100%;padding:0 2rem}@media screen and (min-width: 768px){.game-header h1{width:auto;padding:0;margin-top:1rem;font-size:3rem}}.game{display:block;position:relative;z-index:2;margin:0;width:100%;height:100%}@media only screen and (max-width: 1265px){.game{display:flex}}.p5Canvas{margin:auto auto 0}@media only screen and (max-width: 1265px){.p5Canvas{width:100% !important;height:auto !important}}.game__inner{position:relative;display:flex;width:100%;height:100%}@media only screen and (max-width: 1265px){.game__inner{display:block;height:auto;margin:auto auto 0}.game__inner:before{content:'';background:url("/wellie-game/assets/images/mobile-bg.png") no-repeat;background-size:cover;position:absolute;top:-24.5rem;left:0;display:block;width:100%;height:24.5rem}}.game__inner:after{content:'';width:57%;right:0;position:absolute;top:0;height:100%;z-index:1}.game-holder--fail .game-header .logo,.game-holder--success .game-header .logo{display:none}.game-holder--fail .logo,.game-holder--success .logo{display:block;margin:0 auto 4rem;max-width:35rem}@media screen and (min-width: 768px){.game-holder--fail .logo,.game-holder--success .logo{max-width:none}}.game-holder--fail .logo img,.game-holder--success .logo img{display:inline-block}.game-holder--fail .logo{display:block;margin:0 auto 4rem;max-width:35rem}@media screen and (min-width: 768px){.game-holder--fail .logo{max-width:none}}.game-holder--fail .logo img{display:inline-block}.game-holder--success .logo{display:block;margin:0 auto 4rem;max-width:35rem}@media screen and (min-width: 768px){.game-holder--success .logo{max-width:55rem}}@media screen and (min-width: 1024px){.game-holder--success .logo{max-width:70rem}}.game-holder--success .logo img{display:inline-block}.left{background:url("assets/images/bg-left.png") no-repeat top center;background-size:contain;position:absolute;top:-4.4rem;width:5rem;display:block;z-index:2;height:calc(100% + 5.4rem);left:-1.5rem}@media only screen and (min-width: 481px){.left{left:-1.4rem;height:113%}}@media only screen and (min-width: 768px){.left{left:-1.5rem;height:calc(100% + 5.7rem)}}@media only screen and (min-width: 992px){.left{width:7.5rem;background-size:100% auto;left:0;top:-6rem}}@media only screen and (min-width: 1350px){.left{width:13rem;background-size:auto}}.right{background:url("assets/images/bg-right.png") no-repeat top center;background-size:contain;position:absolute;top:-4.4rem;width:5rem;display:block;z-index:2;height:calc(100% + 5.4rem);right:-1.5rem}@media only screen and (min-width: 481px){.right{right:-1.4rem;height:113%}}@media only screen and (min-width: 768px){.right{right:-1.5rem;height:calc(100% + 5.7rem)}}@media only screen and (min-width: 992px){.right{width:7.5rem;background-size:100% auto;right:0;top:-6rem}}@media only screen and (min-width: 1350px){.right{width:13rem;background-size:auto}}.bottom{background:url("assets/images/wellie-bottom.png") no-repeat center center;background-size:cover;margin-top:-8.3%;position:relative;left:0;width:100%;display:block;z-index:2;height:16rem}@media only screen and (min-width: 480px){.bottom{margin-top:-7.8%}}@media only screen and (min-width: 768px){.bottom{bottom:-15px;position:absolute;margin-top:0}}@media only screen and (min-width: 992px){.bottom{background-size:auto}}.grass{position:absolute;bottom:0;left:0;width:100%;height:15rem;background:url("assets/images/grass.png") repeat-x;background-position:top center;background-size:cover;z-index:-1;display:block}.top{background:url("assets/images/bg-top2.png") no-repeat top center;position:absolute;display:block;z-index:2;background-size:100% auto;width:95%;left:2.5%;top:-7.5%;height:20%}@media only screen and (min-width: 480px){.top{top:-8%}}@media only screen and (min-width: 768px){.top{top:-8.2%;height:15rem}}@media only screen and (min-width: 1350px){.top{background-size:auto;width:100%;left:0;top:-6rem}}.matter-header{display:none}.matter-demo{height:auto;background:none}.game-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:block;z-index:20;transition:all 0.5s ease}.game-overlay:after{content:'';width:100%;height:250%;background:#181c15;opacity:0.7;display:block;position:absolute;top:0;left:0;z-index:1}.game-overlay__inner{position:relative;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:10;border-radius:1.5rem;border:5px solid #f2f2f2;background:radial-gradient(#b6dbf2, #96c0e8);width:90%;max-width:93rem;padding:0 2.5rem}@media only screen and (min-width: 768px){.game-overlay__inner{padding:0 5rem}}.game-overlay__inner .logo{position:static;margin:2rem auto;display:block;max-width:26.2rem;transform:none}@media screen and (min-width: 768px){.game-overlay__inner .logo{max-width:36rem}}.game-overlay__inner h1{color:#000;text-shadow:none;position:static;transform:none;font-size:3rem}@media only screen and (min-width: 992px){.game-overlay__inner h1{font-size:3.5rem}}@media only screen and (min-width: 1200px){.game-overlay__inner h1{font-size:4.9rem}}.game-overlay__inner p{font-size:2rem;line-height:2.5rem;max-width:63rem;margin:0 auto 2rem}@media only screen and (min-width: 992px){.game-overlay__inner p{font-size:2.5rem;line-height:3rem}}@media only screen and (min-width: 1200px){.game-overlay__inner p{font-size:3rem;line-height:3.6rem}}.game-overlay__inner img{margin:0 auto;display:block}.game-overlay__inner .btn{margin:3rem 0}@media only screen and (min-width: 992px){.game-overlay__inner .btn{margin:4rem 0}}.game-overlay--hidden{opacity:0;z-index:-1}.result{display:flex;width:100%;height:100%;max-width:140rem;margin:0 auto;align-items:center;position:relative}.result:after{content:'';background:url("assets/images/grass.png") repeat-x;width:300%;height:13.7rem;display:block;position:absolute;bottom:0;left:-100%}.game-holder--fail .result:after,.game-holder--success .result:after{bottom:-2rem}.result .unlucky-img{margin:0 auto 4rem;max-width:30rem}@media screen and (max-width: 580px){.result .unlucky-img{max-width:100%}}@media screen and (min-width: 768px){.result .unlucky-img{max-width:100%}}.result .congratulations-img{margin:0 auto 2rem;max-width:30rem}@media screen and (max-width: 580px){.result .congratulations-img{max-width:100%}}@media screen and (min-width: 768px){.result .congratulations-img{max-width:100%}}.result .topwanger-img{margin:0 auto 4rem;max-width:30rem}@media screen and (max-width: 580px){.result .topwanger-img{max-width:100%}}@media screen and (min-width: 768px){.result .topwanger-img{max-width:100%;margin:0 auto 8rem}}.result__bottle{height:100%;flex:0 0 20%;display:flex;position:relative;z-index:1}.result__bottle img{margin-top:auto}@media screen and (max-width: 580px){.result__bottle{position:absolute;width:10rem;display:block;height:auto;bottom:0;left:0}.result__bottle.result__bottle--2{left:auto;right:0}}.result__content{flex-grow:1;margin-bottom:6rem}.template-wrapper--success .result__content{padding:0 2rem}@media screen and (max-width: 580px){.template-wrapper--fail .result__content{padding:0 18%}}.result__content h1{text-align:center;margin:0 auto;color:#fff;text-shadow:3px 3px #282828;letter-spacing:1px;font-size:5rem;margin-top:3rem;text-transform:none;font-family:"Ave-Fedan"}.template-wrapper--success .result__content h1{font-size:3.5rem;line-height:3.2rem;margin-bottom:2.5rem}@media screen and (min-width: 768px){.result__content h1{text-shadow:4px 4px #282828;font-size:8rem;margin-top:2rem}.template-wrapper--success .result__content h1{font-size:5rem;line-height:4.7rem;padding:0 2rem;margin-bottom:2rem}}@media screen and (min-width: 1200px){.result__content h1{text-shadow:5px 5px #282828;font-size:10rem}.template-wrapper--success .result__content h1{font-size:7rem;line-height:6.7rem;margin-bottom:3rem}}.result__content h2{text-align:center;margin:-1rem auto 5rem;color:#fff;text-shadow:2px 2px #282828;letter-spacing:1px;font-size:3rem;text-transform:none;font-family:"Ave-Fedan"}@media screen and (min-width: 768px){.result__content h2{text-shadow:2px 3px #282828;margin:-3rem auto 7rem;font-size:4.5rem}}@media screen and (min-width: 1200px){.result__content h2{text-shadow:3px 4px #282828;font-size:6rem;margin:-4rem auto 7rem}}.result__content a{text-decoration:none}.template-wrapper--success .result__content a{color:#f45727;text-decoration:underline}.result__content p{font-size:2.1rem;line-height:2.2rem;max-width:31rem;margin:0 auto 3rem;font-weight:bold;color:#333333}@media screen and (min-width: 768px){.result__content p{font-size:3.1rem;line-height:3.2rem;margin:0 auto 3rem}.template-wrapper--success .result__content p{max-width:41rem}}@media screen and (min-width: 1200px){.result__content p{font-size:2.7rem;line-height:3.5rem}}.social-links{margin-top:2rem}@media screen and (min-width: 768px){.social-links{margin-top:5rem}}.template-wrapper--success .social-links{margin:2rem 0}@media screen and (min-width: 768px){.template-wrapper--success .social-links{margin:3rem 0 2rem}}.social-links .facebook-share{background:url("assets/images/facebook-share.png") no-repeat;background-size:contain;width:10.2rem;height:4rem;display:inline-block;border:none;padding:0;cursor:pointer;margin:0 1rem}@media screen and (min-width: 768px){.social-links .facebook-share{height:5.7rem;width:14.2rem}}.social-links .twitter-share{background:url("assets/images/twitter-share.png") no-repeat;background-size:contain;width:10.7rem;height:4rem;display:inline-block;border:none;padding:0;margin:0 1rem;cursor:pointer}@media screen and (min-width: 768px){.social-links .twitter-share{height:5.7rem;width:14.7rem}}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}

