body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: questa-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
}

.body {
  background-color: transparent;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.5px;
}

.heading {
  position: static;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

.heading.green {
  font-family: canada-type-gibson, sans-serif;
  color: #5ba731;
  font-weight: 600;
}

.heading.light-font {
  font-weight: 200;
}

.copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: block;
  max-width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.copy.grey {
  display: block;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
}

.copy.grey.slim {
  max-width: 55%;
}

.copy.burgundy {
  color: #571238;
}

.copy.burgundy.intro {
  font-family: questa-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.subheader {
  display: block;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  line-height: 38px;
  font-weight: 600;
  text-align: left;
}

.subheader.purple {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  color: #6b2883;
  font-weight: 600;
}

.subheader.purple.centre {
  max-width: 100vw;
  text-align: center;
}

.subheader.intro {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
}

.paragraph {
  max-width: 400px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: questa-sans, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.5px;
}

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

.logo-wo {
  display: inline-block;
  opacity: 1;
}

.logo {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.scroll {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-birthday {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ececec;
}

.birthday-girl {
  position: absolute;
  left: -26%;
  top: 8%;
  bottom: auto;
  z-index: 24;
  display: block;
  max-width: 400px;
  box-shadow: 0 50px 50px 20px rgba(0, 0, 0, 0.2);
}

.container-parallax {
  position: relative;
  height: 1200px;
}

.birthday-boy {
  position: absolute;
  left: 72%;
  top: 3%;
  bottom: auto;
  z-index: 20;
  display: block;
  max-width: 300px;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.3);
}

.birthday-family {
  position: absolute;
  left: 60%;
  top: 68%;
  bottom: auto;
  z-index: 24;
  display: block;
  max-width: 600px;
  box-shadow: 0 60px 60px 20px rgba(0, 0, 0, 0.3);
}

.birthday-grandad {
  position: absolute;
  left: 8%;
  top: 62%;
  bottom: auto;
  z-index: 20;
  display: block;
  max-width: 300px;
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.3);
}

.birthday-text {
  position: relative;
  top: 340px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-skates {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 1000px;
  min-width: 100px;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #39c;
}

.zig {
  position: absolute;
  left: 44%;
  top: 16%;
  right: 0%;
  bottom: -9%;
  max-width: 15%;
}

.zig.sml {
  left: -7%;
  top: 79%;
  max-width: 8%;
}

.hump {
  position: absolute;
  left: 70%;
  top: 51%;
  bottom: auto;
  max-width: 20%;
}

.hump.sml {
  left: -7%;
  top: 8%;
  max-width: 10%;
}

.circle {
  position: absolute;
  left: -14%;
  top: 38%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  max-width: 8%;
}

.tent {
  position: absolute;
  left: 20%;
  top: 51%;
  right: 0%;
  bottom: 22%;
  z-index: 30;
  max-width: 10%;
}

.tent.sml {
  left: 101%;
  top: 21%;
  max-width: 5%;
}

.square {
  position: absolute;
  left: 42%;
  top: 48%;
  right: 0%;
  bottom: 0%;
  max-width: 5%;
}

.square.sml {
  left: 20%;
  top: 2%;
}

.section-change {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 1000px;
  min-width: 100px;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #eeb7a7;
  color: #4d4d4d;
}

.section-growing {
  position: relative;
  display: block;
  min-height: 1000px;
  min-width: 100px;
  padding-top: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #e30045;
}

.section-level {
  position: relative;
  display: block;
  overflow: visible;
  height: 500vh;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.sticky-div-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  min-width: 100vw;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-future {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 400vh;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #29456b;
}

.section-open {
  position: relative;
  z-index: 3001;
  display: block;
  height: 100vh;
  min-width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ececec;
}

.lottie-animation {
  max-width: 30px;
}

.div-block-overflow {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-width: 100vw;
}

.container-centre {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 70vw;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-top {
  position: relative;
  display: block;
  overflow: visible;
  height: 400vh;
  min-width: 100px;
  margin-top: 0px;
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #6b2883;
}

.spacer {
  height: 200px;
}

.spacer._300 {
  height: 300px;
}

.spacer._300 {
  height: 400px;
}

.image {
  position: absolute;
  display: none;
}

.div-lotties {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.branch {
  position: absolute;
  top: 0%;
  right: -15%;
  bottom: auto;
  display: block;
  overflow: visible;
}

.ground {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
}

.floor {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
}

.coin-1 {
  position: absolute;
  left: 10%;
  top: -6%;
  right: auto;
  bottom: auto;
  display: block;
}

.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.info {
  max-width: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.tape {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ececec;
}

.coin-2 {
  position: absolute;
  left: 35%;
  top: -6%;
  right: auto;
  bottom: auto;
  display: block;
}

.coin-3 {
  position: absolute;
  left: 60%;
  top: -6%;
  right: 0%;
  display: block;
}

.coin-4 {
  position: absolute;
  left: 85%;
  top: -6%;
  right: 0%;
  display: block;
}

.piggy-1 {
  position: absolute;
  left: 12%;
  top: auto;
  right: 0%;
  bottom: 15%;
  z-index: 1;
}

.piggy-2 {
  position: absolute;
  left: 40%;
  top: auto;
  right: 0%;
  bottom: 10%;
  z-index: 1;
}

.piggy-3 {
  position: absolute;
  left: 75%;
  top: auto;
  right: 0%;
  bottom: 18%;
  z-index: 1;
}

.button-2 {
  display: none;
  padding: 10px 20px;
  background-color: #ec6707;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.logo-colour {
  margin-bottom: 20px;
}

.section-christmas {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 1000px;
  min-width: 100px;
  padding-top: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #29456b;
}

.normal {
  font-weight: 400;
}

.option {
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}

.pound-1 {
  position: absolute;
  left: 18%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.pound-2 {
  position: absolute;
  left: 47%;
  top: -12%;
  right: auto;
  bottom: auto;
  z-index: 1;
  min-width: 120px;
}

.div-block-blue {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100vw;
  height: 250px;
  background-color: #000;
  opacity: 0.3;
}

.pound-3 {
  position: absolute;
  left: 79%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: 1;
  min-width: 40px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bright {
  color: #ffb71b;
  font-weight: 600;
}

.content-drawer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 100vw;
  padding-top: 20px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ececec;
  -o-object-fit: fill;
  object-fit: fill;
}

.intro-copy {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 40vw;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.future-copy {
  position: relative;
  bottom: 136px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 80vw;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.open-content {
  position: static;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 60vw;
  padding-top: 100px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-colour-div {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.bright-nornal {
  color: #ffb71b;
  font-weight: 400;
}

.container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.container.c-right {
  z-index: 3;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.intro-container {
  position: absolute;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.level-container {
  position: absolute;
  left: 0%;
  top: 20%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.baby-lottie {
  position: absolute;
  width: 500px;
}

.progress-bar {
  position: fixed;
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 4000;
  display: none;
  width: 10px;
  height: 100%;
  background-color: #fff;
}

.abacus {
  position: absolute;
  left: -18%;
  top: 35%;
  right: auto;
  bottom: auto;
  width: 800px;
}

.rocket {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -26%;
  width: 1000px;
}

.stars {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 75vw;
}

.player-one {
  position: absolute;
  left: -15%;
  top: auto;
  right: 0%;
  bottom: 19%;
  z-index: 4;
  width: 200px;
}

.santa {
  position: absolute;
  left: 25%;
  top: auto;
  right: 0%;
  bottom: -12%;
  width: 600px;
}

.level-up {
  position: relative;
  width: 800px;
}

.link {
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.link:hover {
  color: #ececec;
}

.btn {
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.yellow {
  background-color: #ffb71b;
  color: #fff;
}

.btn.green {
  background-color: #5ba731;
}

.btn.red {
  background-color: #e02f28;
}

.btn.pink {
  position: relative;
  z-index: 20;
  background-color: #f47769;
}

.div-block-8 {
  width: 20px;
  height: 20px;
}

.div-block-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }
  .section-top {
    padding-top: 220px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 82px;
    line-height: 88px;
  }
  .copy {
    max-width: 90%;
    font-size: 22px;
    line-height: 28px;
  }
  .copy.burgundy.intro {
    max-width: 70%;
  }
  .birthday-girl {
    left: -32%;
  }
  .section-top {
    padding-top: 300px;
  }
  .image {
    min-width: 40%;
  }
  .ground {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    min-width: 100vw;
  }
  .floor {
    z-index: 2;
    min-width: 100%;
  }
  .abacus {
    left: -14%;
    top: 32%;
    width: 900px;
  }
  .rocket {
    right: 0%;
  }
  .santa {
    left: 28%;
  }
}

@media screen and (min-width: 1920px) {
  .heading {
    max-width: 100%;
    font-size: 92px;
    line-height: 98px;
  }
  .heading.green {
    font-size: 82px;
    line-height: 88px;
  }
  .copy {
    max-width: 80%;
    font-size: 28px;
    line-height: 36px;
  }
  .copy.grey {
    max-width: 75%;
    font-size: 22px;
    line-height: 30px;
  }
  .copy.grey.slim {
    max-width: 80%;
    font-size: 28px;
    line-height: 34px;
  }
  .copy.burgundy.intro {
    max-width: 80%;
    font-size: 20px;
    line-height: 26px;
  }
  .copy.wide {
    max-width: 100%;
  }
  .subheader {
    max-width: 500px;
    font-size: 42px;
    line-height: 48px;
  }
  .subheader.intro {
    font-size: 48px;
    line-height: 54px;
  }
  .paragraph {
    max-width: 500px;
    font-size: 20px;
    line-height: 30px;
  }
  .logo {
    margin-top: 50px;
  }
  .scroll {
    margin-bottom: 60px;
  }
  .birthday-girl {
    left: -54%;
    max-width: 500px;
  }
  .birthday-boy {
    left: 84%;
    top: -8%;
  }
  .birthday-family {
    left: 72%;
    max-width: 700px;
  }
  .birthday-grandad {
    left: 2%;
  }
  .section-growing {
    padding-top: 300px;
  }
  .lottie-animation {
    max-width: 50px;
  }
  .image {
    min-width: 650px;
  }
  .ground {
    bottom: -10%;
  }
  .floor {
    bottom: -12%;
    min-width: 100vw;
  }
  .coin-1 {
    min-width: 80px;
  }
  .info {
    font-size: 52px;
    line-height: 58px;
  }
  .coin-2 {
    min-width: 80px;
  }
  .coin-3 {
    min-width: 80px;
  }
  .coin-4 {
    min-width: 80px;
  }
  .piggy-1 {
    left: 14%;
    min-width: 200px;
  }
  .piggy-2 {
    left: 43%;
    min-width: 200px;
  }
  .piggy-3 {
    min-width: 200px;
  }
  .content-drawer {
    padding-right: 15%;
    padding-left: 15%;
  }
  .logo-colour-div {
    margin-top: 50px;
  }
  .container {
    left: -100px;
  }
  .container.c-right {
    left: 0px;
  }
  .abacus {
    left: -8%;
    width: 1000px;
  }
  .rocket {
    right: 10%;
    bottom: -30%;
    width: 1200px;
  }
  .stars {
    position: absolute;
    left: auto;
    top: auto;
    right: 20%;
    bottom: 0%;
    width: 50vw;
  }
  .player-one {
    bottom: 15%;
    width: 250px;
  }
  .santa {
    left: 33%;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 62px;
    line-height: 68px;
  }
  .heading.smaller {
    font-size: 42px;
    line-height: 48px;
  }
  .copy {
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .copy.grey {
    max-width: 100%;
    text-align: center;
  }
  .copy.grey.slim {
    max-width: 68%;
  }
  .subheader {
    font-size: 28px;
    line-height: 34px;
  }
  .subheader.intro {
    max-width: 350px;
  }
  .paragraph {
    max-width: 300px;
  }
  .scroll {
    z-index: 201;
  }
  .birthday-girl {
    left: -20%;
    max-width: 350px;
  }
  .container-parallax {
    padding-right: 30px;
    padding-left: 30px;
  }
  .birthday-family {
    left: 49%;
    max-width: 500px;
  }
  .birthday-grandad {
    left: 5%;
    max-width: 250px;
  }
  .birthday-text {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .section-skates {
    padding-top: 140px;
  }
  .section-change {
    padding-top: 40px;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-future {
    display: block;
  }
  .section-open {
    display: block;
  }
  .container-centre {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90vw;
    padding: 50px;
  }
  .section-top {
    padding-top: 100px;
  }
  .image {
    max-width: 50%;
  }
  .div-lotties {
    z-index: 1;
  }
  .info {
    max-width: 90%;
  }
  .tape {
    z-index: 0;
    width: 80px;
  }
  .piggy-1 {
    left: 2%;
    bottom: 2%;
  }
  .piggy-2 {
    left: 34%;
    bottom: -8%;
    display: block;
  }
  .piggy-3 {
    left: 79%;
    bottom: 9%;
  }
  .logo-colour {
    position: static;
    display: inline-block;
  }
  .section-christmas {
    padding-top: 100px;
  }
  .option {
    margin-right: 10px;
    margin-left: 10px;
  }
  .pound-1 {
    left: 13%;
  }
  .div-block-blue {
    bottom: -8%;
    height: 130px;
  }
  .pound-3 {
    left: 86%;
  }
  .content-drawer {
    padding: 10px 50px 30px;
  }
  .intro-copy {
    display: block;
    max-width: 80vw;
    padding: 50px;
  }
  .future-copy {
    position: relative;
    bottom: 45px;
    z-index: 2;
    display: block;
    max-width: 80vw;
    padding: 0px;
  }
  .open-content {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100vw;
    padding: 50px;
  }
  .container {
    z-index: 2;
    padding: 50px;
  }
  .intro-container {
    padding: 50px;
  }
  .level-container {
    padding: 50px;
  }
  .abacus {
    left: -28%;
    width: 600px;
  }
  .rocket {
    right: -38%;
    bottom: -40%;
  }
  .santa {
    left: 11%;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 52px;
    line-height: 58px;
  }
  .heading.green {
    max-width: 100%;
  }
  .copy {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .copy.grey {
    max-width: 100%;
  }
  .copy.grey.slim {
    display: block;
    max-width: 90%;
  }
  .subheader.purple.centre {
    font-size: 24px;
    line-height: 32px;
  }
  .subheader.intro {
    max-width: 400px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
  }
  .paragraph {
    max-width: 400px;
  }
  .logo-wo {
    max-width: 30vw;
    margin-right: 0px;
  }
  .logo {
    z-index: 201;
  }
  .scroll {
    z-index: 200;
  }
  .birthday-girl {
    left: -6%;
    top: 2%;
    max-width: 300px;
  }
  .container-parallax {
    padding-right: 30px;
    padding-left: 30px;
  }
  .birthday-boy {
    left: 58%;
    top: 20%;
    max-width: 200px;
  }
  .birthday-family {
    left: 53%;
    max-width: 400px;
  }
  .birthday-grandad {
    left: -9%;
    max-width: 250px;
  }
  .birthday-text {
    top: 475px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hump {
    top: 62%;
  }
  .circle {
    left: 4%;
    top: 26%;
  }
  .square {
    top: 61%;
  }
  .section-future {
    overflow: visible;
    height: 200vh;
  }
  .container-centre {
    max-width: 100vw;
    padding: 30px;
  }
  .section-top {
    padding-top: 0px;
  }
  .image {
    left: auto;
    max-width: 30%;
  }
  .floor {
    max-width: 100%;
  }
  .coin-1 {
    top: 15%;
  }
  .info {
    max-width: 100%;
  }
  .tape {
    display: none;
  }
  .coin-2 {
    top: 15%;
  }
  .coin-3 {
    top: 15%;
  }
  .coin-4 {
    top: 10%;
  }
  .piggy-1 {
    left: 5%;
    display: none;
  }
  .piggy-2 {
    left: 45%;
    display: none;
  }
  .piggy-3 {
    left: 72%;
    display: none;
  }
  .logo-colour {
    display: inline-block;
  }
  .section-christmas {
    padding-top: 60px;
  }
  .option {
    max-width: 100px;
  }
  .pound-1 {
    top: -15%;
  }
  .pound-2 {
    left: 41%;
    top: -35%;
  }
  .div-block-blue {
    display: none;
  }
  .pound-3 {
    top: -15%;
    display: block;
  }
  .div-block-7 {
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-drawer {
    height: 350px;
    padding: 0px 30px;
  }
  .intro-copy {
    position: relative;
    display: block;
    max-width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 0px 100px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-shadow: 0 0 15px #330621;
  }
  .future-copy {
    bottom: -28px;
    max-width: 100vw;
    padding: 30px;
  }
  .open-content {
    max-width: 100vw;
    padding: 30px;
  }
  .logo-colour-div {
    z-index: 201;
  }
  .container {
    padding: 30px;
  }
  .container.c-right {
    padding-left: 221px;
  }
  .intro-container {
    padding: 30px;
  }
  .level-container {
    padding: 30px;
  }
  .abacus {
    left: -49%;
    top: 31%;
    width: 500px;
  }
  .rocket {
    right: -70%;
  }
  .stars {
    width: 100vw;
  }
  .santa {
    left: -3%;
  }
  .btn.yellow {
    text-shadow: none;
  }
  .div-block-9 {
    font-size: 10px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0px;
  }
  .heading.light-font {
    font-size: 30px;
    line-height: 38px;
  }
  .heading.slim {
    font-size: 42px;
    line-height: 48px;
  }
  .copy.grey {
    max-width: 100%;
  }
  .subheader {
    display: block;
    max-width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
  .subheader.purple {
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  .subheader.intro {
    display: block;
    max-width: 90%;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 24px;
    text-align: center;
  }
  .paragraph {
    max-width: 80vw;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  .paragraph.p-right {
    text-align: center;
  }
  .paragraph.p-left {
    max-width: 80vw;
    text-align: center;
  }
  .logo-wo {
    max-width: 80%;
    margin-right: 0px;
  }
  .section-birthday {
    display: block;
  }
  .birthday-girl {
    left: -10%;
    top: 13%;
    max-width: 250px;
  }
  .container-parallax {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .birthday-boy {
    top: 9%;
    max-width: 150px;
  }
  .birthday-family {
    left: 30%;
    top: 62%;
    max-width: 300px;
  }
  .birthday-grandad {
    left: 0%;
    top: 70%;
    max-width: 150px;
  }
  .birthday-text {
    top: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-skates {
    display: block;
  }
  .zig {
    top: 37%;
  }
  .hump.sml {
    left: 13%;
    top: 45%;
    max-width: 20%;
  }
  .circle {
    left: 26%;
    top: 10%;
  }
  .square.sml {
    top: 13%;
  }
  .section-change {
    display: block;
    padding-top: 0px;
  }
  .section-growing {
    display: block;
    overflow: hidden;
  }
  .section-level {
    background-color: #000;
  }
  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .section-future {
    height: 300vh;
  }
  .section-open {
    height: auto;
    min-height: auto;
    min-width: auto;
  }
  .container-centre {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
  }
  .section-top {
    display: block;
    overflow: visible;
    padding-top: 10px;
  }
  .spacer._300 {
    display: none;
  }
  .spacer._200 {
    display: block;
  }
  .spacer._200._300 {
    height: 300px;
  }
  .spacer._300 {
    display: block;
  }
  .spacer._200 {
    height: 100px;
  }
  .image {
    left: 10%;
    top: 22%;
    right: 0%;
    bottom: 0%;
    max-width: 80%;
  }
  .div-lotties {
    display: block;
  }
  .floor {
    bottom: -1%;
    max-width: 250%;
  }
  .coin-1 {
    top: -6%;
  }
  .info {
    max-width: 100%;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
  }
  .tape {
    display: none;
    opacity: 1;
  }
  .coin-2 {
    top: -6%;
  }
  .coin-3 {
    top: -6%;
  }
  .coin-4 {
    top: -6%;
  }
  .piggy-1 {
    left: 24%;
    bottom: 0%;
    display: block;
  }
  .piggy-2 {
    display: none;
  }
  .piggy-3 {
    display: none;
  }
  .section-christmas {
    display: block;
    padding-top: 60px;
  }
  .option {
    margin-right: 0px;
    margin-left: 0px;
  }
  .pound-1 {
    left: 43%;
    top: 0%;
  }
  .pound-2 {
    display: none;
  }
  .pound-3 {
    display: none;
  }
  .div-block-7 {
    display: -ms-grid;
    display: grid;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-areas: "Area Area-2" "Area-3 Area-4";
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 20px auto;
    grid-template-rows: auto auto;
  }
  .content-drawer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    padding: 20px 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .intro-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .future-copy {
    bottom: 40px;
    max-width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }
  .open-content {
    max-width: 100vw;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    overflow: visible;
    padding-top: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.c-right {
    top: 58px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .intro-container {
    top: 25%;
  }
  .level-container {
    top: 11%;
  }
  .abacus {
    left: 13%;
    top: 22%;
    width: 300px;
  }
  .rocket {
    right: -53%;
    bottom: -40%;
    width: 800px;
  }
  .stars {
    width: 150vw;
  }
  .lights {
    width: 129vw;
  }
  .santa {
    left: -27%;
    bottom: -11%;
    width: 600px;
  }
}

