@charset "UTF-8";
/* FUNCTIONS */
/*! VARIABLES */
/*! - GLOBAL: REUSE */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 100%;
}
body ::selection {
  background: #50ee85;
  color: #fff;
}
body ::-moz-selection {
  background: #50ee85;
  color: #fff;
}
.contentContainer {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
section,
.global {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
section p,
.global p {
  font: 300 20px/1.7 'sofia-pro', sans-serif;
  color: #002b2b;
}
section p + p,
.global p + p {
  margin-top: 15px;
}
section h2,
.global h2 {
  font: 700 36px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 35px;
}
section h3,
.global h3 {
  font: 700 18px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 15px;
}
section .txt,
.global .txt {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.vline-div {
  padding: 0 5px;
}
input {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type="submit"] {
  border: none;
}
input[type="submit"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border: 0;
  margin-top: -4px;
}
textarea {
  resize: none;
}
a:focus {
  outline: none;
}
.stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.valign {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
.valign-l {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-r {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.valign-b {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.bgcover {
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-c {
  display: inline-block;
  vertical-align: middle;
}
.inline-b {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.noshrink {
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
.allowgrow {
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}
.roundmask-fix {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.spacer {
  width: 100%;
  height: auto;
  display: block;
}
.filler {
  visibility: hidden;
}
.mob {
  display: none;
}
.col {
  position: relative;
}
.fpo {
  background-color: rgba(255, 0, 0, 0.2);
}
.row {
  width: 100%;
  position: relative;
}
.spaced {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-c {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.spaced-t {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 51;
}
#loader .token-loader {
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}
#loader .token-loader img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  background-color: #fff;
  z-index: 4;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.8, 0, 0.2, 1);
}
.blanket.open {
  height: 100%;
  opacity: 1;
}
.overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0 50px;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
.gridline {
  width: 1px;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 0px;
  z-index: 100;
  background-color: red;
  opacity: .2;
  display: none;
}
.gridline.l {
  left: 50px;
}
.gridline.r {
  left: auto;
  right: 50px;
}
.cta-btn {
  display: inline-block;
  position: relative;
  padding: 13px 24px 13px;
  background-color: #6067f1;
  color: #fff;
  font: 700 12px/1 'sofia-pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-radius: 20px;
  overflow: hidden;
  z-index: 6;
}
.cta-btn.has-icon {
  padding-right: 45px;
}
.cta-btn .cta-icon {
  font-size: 17px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 11px;
}
.cta-btn ~ .cta-btn {
  margin-left: 12px;
}
.part {
  position: absolute;
  left: 0;
  top: 0;
}
.part img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
}
.background .base {
  width: 100%;
  height: auto;
  display: block;
}
.bgblock {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
}
.bgblock.off {
  display: none;
}
.full {
  width: 100%;
  height: 100%;
}
.lb {
  transform-origin: left bottom;
}
.rb {
  transform-origin: right bottom;
}
.rt {
  transform-origin: right top;
}
.lt {
  transform-origin: left top;
}
.flip img {
  transform: scaleX(-1);
}
.flipV img {
  transform: scaleY(-1);
}
.flipX {
  transform: scaleX(-1);
}
.flipY {
  transform: scaleY(-1);
}
.flipB img {
  transform: scale(-1);
}
.slides-wrap {
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  padding: 60px 50px;
}
.sideblock {
  width: 25px;
  height: 100%;
  background-color: #fff;
  /* .gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));  */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}
.sideblock.r {
  left: auto;
  right: 0px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.slides {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.slides .slide {
  width: 31%;
  max-width: 375px;
  background-color: #fff;
  opacity: 1;
  box-shadow: 0px 0px 35px rgba(48, 95, 129, 0.1);
  border-radius: 16px;
  position: relative;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.slides h2 {
  margin-bottom: 25px;
}
.slides h3 {
  line-height: 1.4;
}
.slides p {
  font-size: 16px;
  line-height: 1.5;
}
.slides .txt {
  max-width: 285px;
}
.slides .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.slides .bot-plant {
  width: 47px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
  bottom: -38px;
}
.slides .bot-plant img {
  transform: scale(-1);
}
.slides .bot-plant img {
  width: 100%;
  height: auto;
  display: block;
}
.slide-arrows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  width: 100%;
  max-width: 230px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
}
.slide-arrows .arr {
  width: 100px;
  border-bottom: 1px solid rgba(96, 103, 245, 0.3);
  cursor: pointer;
}
.slide-arrows .arr.left {
  text-align: right;
}
.slide-arrows .arr.right {
  text-align: left;
}
.slide-arrows .arr .icon {
  font-size: 38px;
  color: #6067f1;
  display: block;
  margin-bottom: 8px;
}
.menu-line {
  width: 16px;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 12px;
  top: 19px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-line.top {
  transform: translate3d(0, -8px, 0);
}
.menu-line.mid {
  transform-origin: center center;
}
.menu-line.bot {
  transform: translate3d(0, 8px, 0);
}
.logo > * {
  display: inline-block;
  vertical-align: middle;
}
.logo .icon {
  font-size: 40px;
  color: #6067f1;
  transform: translateY(3px);
  margin-right: 5px;
}
.logo p {
  font: 700 42px/1 'sofia-pro', sans-serif;
  color: #6067f1;
}
/*! - GLOBAL: SIGNUP FORM */
.email-form {
  margin-top: 80px;
  position: relative;
  width: 100%;
}
.email-form ::-webkit-input-placeholder {
  color: #305f81;
  opacity: .5;
}
.email-form :-moz-placeholder {
  color: #305f81;
  opacity: .5;
}
.email-form ::-moz-placeholder {
  color: #305f81;
  opacity: .5;
}
.email-form :-ms-input-placeholder {
  color: #305f81;
  opacity: .5;
}
.email-form .email-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background-color: #fff;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 445px;
  height: auto;
  border-radius: 30px;
  box-shadow: 5px 5px 30px rgba(48, 95, 129, 0.15);
  position: relative;
  padding: 0 8px 0 20px;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  border: 1px solid #fff;
}
.email-form input[type="email"] {
  font: 400 14px/50px 'sofia-pro', sans-serif;
  background: none;
  color: #305f81;
  border: none;
  width: 58%;
}
.email-form input[type="submit"] {
  width: 40%;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
  max-width: 136px;
  -webkit-appearance: none;
}
.email-form > p {
  margin-bottom: 25px;
}
.email-form .msg {
  font: 400 14px/1 'sofia-pro', sans-serif;
  margin-top: 25px;
  width: 100%;
  height: 15px;
  text-align: left;
  color: #6067f1;
  position: absolute;
  bottom: -40px;
  left: 20px;
  opacity: 0;
  display: none;
}
.email-form .thanks,
.email-form .error {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.email-form .thanks {
  position: relative;
}
.email-form .thanks .thanks-icon {
  width: 30px;
  position: absolute;
  left: 0;
  top: 0;
  top: -6px;
}
.email-form .thanks .thanks-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.email-form .thanks span {
  margin-left: 40px;
}
.email-form.error ::-webkit-input-placeholder {
  color: #6067f1;
  opacity: .5;
}
.email-form.error :-moz-placeholder {
  color: #6067f1;
  opacity: .5;
}
.email-form.error ::-moz-placeholder {
  color: #6067f1;
  opacity: .5;
}
.email-form.error :-ms-input-placeholder {
  color: #6067f1;
  opacity: .5;
}
.email-form.error .email-wrap {
  border-color: #6067f1;
}
.email-form.error .msg .thanks {
  display: none;
}
.email-form.error .msg .error {
  display: block;
}
.email-form.sent .msg .thanks {
  display: block;
}
.email-form.sent .msg .error {
  display: none;
}
.signup-mobile {
  background-color: #6067f1;
  text-align: center;
}
.signup-mobile p {
  font: 300 15px/1.5 'sofia-pro', sans-serif;
  color: #fff;
}
.signup-mobile .email-form {
  margin-top: 0px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 20px 15px;
}
.signup-mobile .email-form input[type="email"] {
  font-size: 12px;
}
.signup-mobile .email-form input[type="submit"] {
  padding: 15px 26px 15px;
  border-radius: 30px;
  transform: translate3d(0, 0, 0);
}
.signup-mobile .email-form .msg {
  margin-top: 12px;
  text-align: center;
  left: 0;
  bottom: auto;
  font-size: 13px;
  color: #fff;
}
.signup-mobile .email-form .msg .thanks,
.signup-mobile .email-form .msg .error {
  width: 100%;
  text-align: center;
}
.signup-mobile .email-form .thanks .thanks-icon {
  position: relative;
  top: auto;
  font-size: 20px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: -10px;
}
.signup-mobile .email-form .thanks span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.footerlinks-mobile {
  height: 105px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
}
.footerlinks-mobile .row {
  height: 100%;
}
.footerlinks-mobile .col {
  width: 50%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  padding: 0 20px;
}
.footerlinks-mobile .col.right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.footerlinks-mobile .cta-btn {
  padding: 14px 15px 14px;
  background-color: #fff;
  color: #6067f1;
  width: 100%;
  max-width: 170px;
  letter-spacing: .02em;
  text-align: center;
  box-shadow: 5px 5px 30px rgba(48, 95, 129, 0.3);
}
/*! - GLOBAL: HEADER */
#globalHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
#globalHeader .row {
  position: relative;
  z-index: 5;
}
#globalHeader .col {
  padding-top: 15px;
}
#globalHeader .col.left {
  left: 25px;
  padding-top: 43px;
}
#globalHeader .col.left > * {
  display: inline-block;
  vertical-align: bottom;
}
#globalHeader .col.left li {
  display: inline-block;
  vertical-align: middle;
}
#globalHeader .col.left li a {
  font: 400 14px 'sofia-pro', sans-serif;
  color: #6067f1;
}
#globalHeader .col.left li ~ li {
  margin-left: 24px;
}
#globalHeader .col.right {
  right: 25px;
  padding-top: 55px;
  padding-right: 27px;
}
#globalHeader .col.right .cta-btn {
  box-shadow: 5px 5px 30px rgba(48, 95, 129, 0.3);
}
#globalHeader .logo {
  margin: 0 25px 0 5px;
}
.social-side {
  position: absolute;
  right: 32px;
  width: 105px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  z-index: 4;
  min-height: 550px;
  overflow: hidden;
}
.social-side .social-hide {
  height: 0px;
  transform: translateX(20px);
  opacity: 0;
  margin-bottom: -40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.social-side.on .social-hide {
  height: 22px;
  margin-bottom: 0px;
}
.social-side ul {
  list-style: none;
  position: relative;
  text-align: right;
}
.social-side li {
  position: relative;
  height: 22px;
  width: 20px;
}
.social-side li ~ li {
  margin-top: 40px;
}
.social-side .txt {
  position: absolute;
  left: 0;
  top: 0;
  left: auto;
  right: 32px;
  text-align: right;
  line-height: 20px;
}
.social-side .txtwrap {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 22px;
  width: 20px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
.social-side .icon {
  color: #6067f1;
  font-size: 22px;
  width: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.social-side .icon.icon-slack {
  font-size: 17px;
  margin-top: 3px;
  vertical-align: top;
  display: inline-block;
}
.social-side .icon.icon-telegram {
  font-size: 16px;
  margin-top: 4px;
  vertical-align: top;
  display: inline-block;
}
.social-side .icon.icon-twitter {
  font-size: 20px;
  padding-left: 1px;
  display: inline-block;
}
.social-side .icon.icon-facebook {
  padding-right: 3px;
  display: inline-block;
}
.social-side a {
  font: 400 14px/22px 'sofia-pro', sans-serif;
  color: #6067f1;
  display: block;
}
/*! - GLOBAL: STICKY */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 0px 35px rgba(48, 95, 129, 0.1);
  transform: translate3d(0px, -70px, 0px);
  display: none;
  padding-top: 17px;
  background-color: #fff;
  z-index: 40;
}
.sticky .cta-btns {
  position: absolute;
  right: 52px;
  top: 16px;
}
.sticky .cta-btns .cta-btn {
  box-shadow: none;
}
.sticky .logo {
  position: absolute;
  left: 20px;
  top: 18px;
}
.sticky .logo .icon {
  font-size: 30px;
  color: #6067f1;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(1px);
  margin-right: 12px;
}
.sticky .logo li {
  display: inline-block;
  vertical-align: middle;
}
.sticky .logo li a {
  font: 400 14px 'sofia-pro', sans-serif;
  color: #6067f1;
}
.sticky .logo li ~ li {
  margin-left: 20px;
}
.sticky .vid-arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #6067f1;
}
/*! - GLOBAL: MENU */
#globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
#globalMenu.open {
  height: 100%;
}
#globalMenu.open .menu-line.top {
  transform: rotate(45deg) translate3d(0, 0px, 0);
}
#globalMenu.open .menu-line.mid {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}
#globalMenu.open .menu-line.bot {
  transform: rotate(-45deg) translate3d(0, 0px, 0);
}
#globalMenu .menu-tab {
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 114px;
  left: 50%;
  margin-left: -57px;
  top: -50px;
  cursor: pointer;
  z-index: 3;
}
#globalMenu .menu-tab .menu-tabbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  top: -4px;
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(48, 95, 129, 0.1);
}
#globalMenu .menu-tab .menu-icon {
  position: absolute;
  left: 45px;
  top: 70px;
}
#globalMenu .menu-tab .menu-line {
  background-color: #6067f1;
  width: 24px;
  top: 0px;
  left: 0px;
}
#globalMenu .menu-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  background-color: #6a4dd4;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
#globalMenu .menu-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 80px;
  padding-right: 80px;
  overflow: hidden;
  opacity: 0;
  display: none;
}
#globalMenu .menu-contents .logo {
  position: absolute;
  left: 0;
  top: 0;
  left: 30px;
  top: 43px;
  z-index: 5;
  cursor: pointer;
}
#globalMenu .menu-contents .logo .icon,
#globalMenu .menu-contents .logo p {
  color: #8c76de;
}
#globalMenu .menu-contents .social-side li {
  background-color: transparent;
}
#globalMenu .menu-contents .social-side .icon {
  color: #fff;
}
#globalMenu .menu-contents .social-side a {
  color: #fff;
}
#globalMenu .menu-contents .contentContainer {
  max-width: 1350px;
  height: 100%;
}
#globalMenu .menu-contents .row,
#globalMenu .menu-contents .col {
  height: 100%;
}
#globalMenu .menu-contents .col {
  width: 50%;
}
#globalMenu .menu-contents .col.left {
  width: 35%;
  max-width: 445px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#globalMenu .menu-contents .col.right {
  width: 55%;
  max-width: 700px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#globalMenu .menu-contents .col.right p {
  font: 700 12px 'sofia-pro', sans-serif;
  color: #8c76de;
  margin-top: 35px;
  text-transform: uppercase;
}
#globalMenu .menu-contents nav {
  max-width: 370px;
  width: 100%;
}
#globalMenu .menu-contents nav li {
  position: relative;
  padding: 15px 0;
}
#globalMenu .menu-contents nav li ~ li {
  margin-top: 20px;
}
#globalMenu .menu-contents nav a {
  font: 300 30px/1 'sofia-pro', sans-serif;
  color: #fff;
}
#globalMenu .menu-contents nav .line {
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 0px;
  background-color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#globalMenu .menu-contents nav .plant {
  position: absolute;
  right: 2px;
  bottom: 1px;
  width: 47px;
  height: 50px;
  overflow: hidden;
}
#globalMenu .menu-contents nav .plant .big-plant {
  width: 44px;
  height: 50px;
  left: 0px;
  top: 0px;
  transform: translateY(12px);
}
#globalMenu .menu-contents nav .plant .big-plant .stem {
  width: 16px;
  height: 34px;
  top: 6px;
  left: 15px;
}
#globalMenu .menu-contents nav .plant .big-plant .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 24px;
  top: 13px;
}
#globalMenu .menu-contents nav .plant .big-plant .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 1px;
  top: 1px;
  transform-origin: right bottom;
}
#globalMenu .menu-contents nav .plant .big-plant .stem {
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
#globalMenu .menu-contents nav li.on .line {
  width: 100%;
}
#globalMenu .menu-contents .video-wrap {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
#globalMenu .menu-contents .video-wrap .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(105, 77, 211, 0.7);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  cursor: pointer;
}
#globalMenu .menu-contents .video-wrap .video-cover > div {
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(48, 95, 129, 0.3);
  position: relative;
}
#globalMenu .menu-contents .video-wrap .video-cover .video-cta {
  width: 100%;
  height: auto;
  display: block;
}
#globalMenu .menu-contents .video-wrap .video-cover .video-cta-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  left: 15px;
  top: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#globalMenu .menu-contents .menu-bottom {
  position: relative;
  display: none;
}
#globalMenu .menu-contents .menu-city {
  width: 1813px;
  height: 172px;
  left: 50%;
  top: auto;
  top: -172px;
  margin-left: -906px;
}
/*! - SECTION: 0 HERO */
#hero {
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  text-align: left;
  background-color: transparent;
}
#hero .contentContainer {
  z-index: 1;
  max-width: 1240px;
}
#hero .contentContainer > .row {
  height: 100%;
  z-index: 1;
}
#hero .contentContainer > .row .col {
  width: 50%;
  height: 100%;
}
#hero .contentContainer > .row .col.left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
#hero .contents {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
  position: relative;
}
#hero h1 {
  font: 700 59px/1.15 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 28px;
  position: relative;
}
#hero h1 .txtMsk {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 75px;
}
#hero h1 .txtMsk[data-num="0"] {
  height: 71px;
}
#hero h1 .txtMsk[data-num="1"] {
  height: 59px;
  margin-top: -4px;
}
#hero h1 .txtMsk > span {
  display: block;
  transform: translate3d(0, 80px, 0);
  -webkit-transition: transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}
#hero h1 .txtMsk.on > span {
  transform: translate3d(0, 0px, 0);
}
#hero h2 {
  font: 300 27px/1.5 'sofia-pro', sans-serif;
  color: #6067f1;
  opacity: 0;
  margin-bottom: 0px;
}
#hero p {
  font-size: 18px;
  line-height: 1.5;
}
#hero #signupFormDsk {
  opacity: 0;
}
#hero .bigB {
  margin-top: 50px;
  position: relative;
  width: 613px;
  height: 818px;
}
#hero .bigB > .spacer {
  visibility: hidden;
}
#hero .bigB .bigB-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 613px;
  height: 818px;
  transform-origin: left top;
}
#hero .bigB .bigB-wrap .base,
#hero .bigB .bigB-wrap .fillers {
  width: 100%;
  height: 100%;
}
#hero .bigB .bigB-wrap .fillers {
  opacity: 0;
}
#hero .footer-plant {
  width: 194px;
  height: 196px;
  position: absolute;
  transform: scale(0.45);
  bottom: -10px;
  left: 50%;
  margin-left: -152px;
  transform-origin: right bottom;
}
#hero .next-arrow {
  position: absolute;
  left: 0px;
  bottom: 80px;
  cursor: pointer;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hero .next-arrow.open {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}
#hero .next-arrow .icon {
  font-size: 24px;
  color: #6067f1;
}
#hero .signup-mobile {
  display: none;
}
#hero .signup-mobile p {
  font-size: 15px;
  margin-bottom: 22px;
}
#hero .signup-mobile .email-form {
  padding: 35px 20px 45px;
}
#hero .footerlinks-mobile {
  background-color: #6067f1;
}
#hero .video-btn {
  width: 105px;
  height: 105px;
  border-radius: 105px;
  background-color: #fff;
  padding: 6px;
  cursor: pointer;
  box-shadow: 0px 0px 15px rgba(48, 95, 129, 0.15);
  position: absolute;
  left: 208px;
  top: 374px;
  z-index: 5;
  transform: scale(0);
  opacity: 0;
}
#hero .video-btn .video-cta {
  width: 100%;
  height: auto;
  display: block;
}
#hero .video-btn .video-cta-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 93px;
  height: 93px;
  left: 6px;
  top: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
/*! - SECTION: 1 WHAT IS BLOOM */
#what-is {
  padding-top: 180px;
  padding-bottom: 490px;
  overflow: visible;
  z-index: 0;
}
#what-is .bg-wrap {
  height: 1060px;
  top: -175px;
}
#what-is .background {
  width: 1350px;
  height: 890px;
  left: 50%;
  margin-left: -675px;
}
#what-is .background .plant-left {
  width: 664px;
  height: 727px;
  left: 7px;
  top: 322px;
}
#what-is .background .plant-right {
  width: 243px;
  height: 686px;
  left: 1080px;
  top: 0px;
}
#what-is .background .plant-right > img {
  opacity: .5;
}
#what-is .background .plant-right .footer-plant-dsk > * {
  position: absolute;
  left: 0;
  top: 0;
}
#what-is .background .plant-right .footer-plant-dsk > * img {
  width: 100%;
  height: auto;
  display: block;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top {
  width: 250px;
  height: 196px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] {
  width: 105px;
  height: 196px;
  left: 0px;
  top: 0px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 11px;
  top: 10px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .leaf[data-num="0"] {
  width: 18px;
  height: 12px;
  left: 60px;
  top: 110px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 35px;
  top: 73px;
  transform-origin: left bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .leaf[data-num="2"] {
  width: 34px;
  height: 21px;
  left: 69px;
  top: 18px;
  transform-origin: left bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .leaf[data-num="3"] {
  width: 28px;
  height: 21px;
  left: 28px;
  top: 1px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="0"] .stem {
  width: 92px;
  height: 196px;
  top: 0px;
  left: 0px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="1"] {
  width: 50px;
  height: 196px;
  left: 82px;
  top: 0px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 3px;
  top: 133px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="1"] .stem {
  width: 39px;
  height: 196px;
  top: 0px;
  left: 10px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] {
  width: 70px;
  height: 196px;
  left: 131px;
  top: 0px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 6px;
  top: 53px;
  transform-origin: left bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: -10px;
  top: 53px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 23px;
  top: 135px;
  transform-origin: right bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: -1px;
  top: 113px;
  transform-origin: left bottom;
}
#what-is .background .plant-right .footer-plant-dsk .plant-top .big-plant[data-num="2"] .stem {
  width: 119px;
  height: 196px;
  top: 0px;
  left: 0px;
}
#what-is .background .plant-right .footer-plant-dsk .plant-bot {
  width: 250px;
  height: 490px;
  top: 196px;
}
/*! - SECTION: 2 THE STATUS QUO */
#status-quo {
  padding: 50px 0 110px;
  overflow: visible;
  z-index: 2;
}
#status-quo.on .dial .mover {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#status-quo.on .screen {
  -webkit-animation: ipadMover infinite 2s ease-in-out;
  -moz-animation: ipadMover infinite 2s ease-in-out;
  animation: ipadMover infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#status-quo.on .bar {
  -webkit-animation: ipadMover infinite 2s ease-in-out;
  -moz-animation: ipadMover infinite 2s ease-in-out;
  animation: ipadMover infinite 2s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: -1s;
}
#status-quo.on .pen {
  -webkit-animation: penMover infinite 3s ease-in-out;
  -moz-animation: penMover infinite 3s ease-in-out;
  animation: penMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#status-quo.on .card[data-num="1"] {
  -webkit-animation: cardSwinger infinite 4s ease-in-out;
  -moz-animation: cardSwinger infinite 4s ease-in-out;
  animation: cardSwinger infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
#status-quo.on .card[data-num="2"],
#status-quo.on .card[data-num="3"] {
  -webkit-animation: cardSwinger2 infinite 3s ease-in-out;
  -moz-animation: cardSwinger2 infinite 3s ease-in-out;
  animation: cardSwinger2 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#status-quo.on .meter-circle {
  -webkit-animation: spinner infinite 6s linear;
  -moz-animation: spinner infinite 6s linear;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
}
#status-quo.on .meter-circle .meter {
  -webkit-animation: spinner infinite 6s linear;
  -moz-animation: spinner infinite 6s linear;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#status-quo h2 {
  margin-bottom: 25px;
}
#status-quo .slides .slide {
  padding: 15px 15px 30px;
}
#status-quo .slides header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-bottom: 40px;
}
#status-quo .slides header .issue {
  font: 700 12px/36px 'sofia-pro', sans-serif;
  color: #6067f1;
  opacity: .4;
  margin-top: 5px;
}
#status-quo .slides header .number {
  font: 700 36px/1 'sofia-pro', sans-serif;
  color: #6067f1;
}
#status-quo .slides .icon {
  width: 247px;
  height: 247px;
  border-radius: 247px;
  display: inline-block;
  margin-bottom: 40px;
  background-color: #eff2fe;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#status-quo .slide[data-num="0"] .ipad-screen {
  position: absolute;
  left: 0;
  top: 0;
  left: 45px;
  top: 65px;
  width: 88px;
  height: 101px;
  overflow: hidden;
}
#status-quo .slide[data-num="0"] .ipad-screen .screen {
  width: 72px;
  left: 4px;
  top: 5px;
}
#status-quo .slide[data-num="0"] .ipad-screen .bar {
  width: .15em;
  height: 15px;
  background-color: #6067f1;
  position: absolute;
  left: 82px;
  top: 50px;
}
#status-quo .slide[data-num="1"] .dial[data-num="1"] {
  left: 30px;
  top: 75px;
}
#status-quo .slide[data-num="1"] .dial[data-num="2"] {
  left: 139px;
  top: 149px;
}
#status-quo .slide[data-num="1"] .dial[data-num="2"] .mover {
  animation-delay: -1s;
}
#status-quo .slide[data-num="2"] .pen-wrap {
  position: absolute;
  left: 100px;
  top: 48px;
  width: 100px;
  height: 70px;
  overflow: hidden;
}
#status-quo .slide[data-num="2"] .pen-wrap .pen {
  width: 58px;
  height: 76px;
  top: auto;
  bottom: -22px;
  left: 22px;
  transform-origin: 5% 75%;
}
#status-quo .slide[data-num="3"] .card {
  width: 64px;
  height: 145px;
  transform-origin: center top;
}
#status-quo .slide[data-num="3"] .card[data-num="1"] {
  left: 94px;
  top: -20px;
  z-index: 3;
  animation-delay: -0.5s;
}
#status-quo .slide[data-num="3"] .card[data-num="2"] {
  left: 72px;
  top: -48px;
}
#status-quo .slide[data-num="3"] .card[data-num="3"] {
  left: 132px;
  top: -48px;
  animation-delay: -1.5s;
}
#status-quo .slide[data-num="4"] .meter-circle {
  width: 192px;
  height: 192px;
  border-radius: 192px;
  border: 3px solid #6067f1;
  left: 26px;
  top: 28px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter {
  width: 38px;
  height: 38px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="1"] {
  left: 75px;
  top: -20px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="2"] {
  left: 170px;
  top: 73px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="2"] .mover {
  animation-delay: -1s;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="3"] {
  left: 75px;
  top: 169px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="4"] {
  left: -20px;
  top: 73px;
}
#status-quo .slide[data-num="4"] .meter-circle .meter[data-num="4"] .mover {
  animation-delay: -2s;
}
#status-quo .slide[data-num="4"] .meter-circle .meter .dial {
  left: 9px;
  top: 24px;
}
/*! - SECTION: 3 BLOOM PROTOCOL */
#protocol {
  padding-top: 105px;
  padding-bottom: 425px;
  border: none;
}
#protocol.on .dial .mover {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#protocol.on .bulb-plant {
  -webkit-animation: plantSwayer infinite 2s ease-in-out;
  -moz-animation: plantSwayer infinite 2s ease-in-out;
  animation: plantSwayer infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#protocol.on .thumbprint .part[data-num="1"],
#protocol.on .thumbprint .part[data-num="3"],
#protocol.on .thumbprint .part[data-num="5"] {
  -webkit-animation: thumbMover1 infinite 6s ease-in-out;
  -moz-animation: thumbMover1 infinite 6s ease-in-out;
  animation: thumbMover1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
#protocol.on .thumbprint .part[data-num="2"],
#protocol.on .thumbprint .part[data-num="4"],
#protocol.on .thumbprint .part[data-num="6"] {
  -webkit-animation: thumbMover1 infinite 6s ease-in-out;
  -moz-animation: thumbMover1 infinite 6s ease-in-out;
  animation: thumbMover1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
#protocol .txt {
  max-width: 650px;
  margin-bottom: 30px;
}
#protocol .buckets {
  width: 100%;
  max-width: 462px;
  margin: 0 auto;
}
#protocol .buckets .col {
  position: relative;
}
#protocol .buckets .col .icon {
  width: 115px;
  height: 125px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#protocol .buckets .col .icon .icon-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(105px);
}
#protocol .buckets .col .icon img {
  width: 100%;
  height: auto;
  display: block;
}
#protocol .buckets .col.left {
  width: 25%;
}
#protocol .buckets .col.left .icon {
  margin-left: 3px;
}
#protocol .buckets .col.left .icon .print-base {
  position: relative;
  z-index: 1;
}
#protocol .buckets .col.left .thumbprint .part[data-num="2"] {
  animation-delay: -5s;
}
#protocol .buckets .col.left .thumbprint .part[data-num="3"] {
  animation-delay: -1s;
}
#protocol .buckets .col.left .thumbprint .part[data-num="4"] {
  animation-delay: -3s;
}
#protocol .buckets .col.left .thumbprint .part[data-num="5"] {
  animation-delay: -2s;
}
#protocol .buckets .col.left .thumbprint .part[data-num="6"] {
  animation-delay: -4s;
}
#protocol .buckets .col.mid {
  width: 50%;
}
#protocol .buckets .col.mid p {
  margin-left: -12px;
}
#protocol .buckets .col.mid .icon {
  margin-left: -10px;
}
#protocol .buckets .col.mid .bulb-plant {
  width: 36px;
  height: 30px;
  left: 39px;
  top: 48px;
  transform-origin: center bottom;
}
#protocol .buckets .col.right {
  width: 25%;
}
#protocol .buckets .col.right .dial {
  left: 17px;
  top: 60px;
}
#protocol .buckets .col.on p {
  opacity: 1;
}
#protocol .buckets p {
  font: 700 17px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-top: -10px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  /* text-transform: uppercase; */
}
#protocol .buckets .line {
  position: absolute;
  top: 65px;
  width: 75px;
  height: 1px;
  background-color: #6067f1;
  opacity: .3;
}
#protocol .buckets .line[data-num="1"] {
  left: -8px;
}
#protocol .buckets .line[data-num="2"] {
  right: 8px;
}
#protocol .background {
  width: 2491px;
  height: 656px;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  margin-left: -1245px;
  top: auto;
  bottom: -1px;
}
#protocol .background img {
  width: 100%;
  height: auto;
  display: block;
}
/*! - SECTION: 4 PROTOCOL DETAIL */
#protocol-detail {
  height: auto;
  text-align: left;
  padding: 0;
  z-index: -1;
}
#protocol-detail.on .dial .mover {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#protocol-detail.on .sheet {
  -webkit-animation: sheetMover infinite 6s linear;
  -moz-animation: sheetMover infinite 6s linear;
  animation: sheetMover infinite 6s linear;
  animation-fill-mode: forwards;
}
#protocol-detail.on .check[data-num="1"] {
  -webkit-animation: iconGrid1 infinite 4s linear;
  -moz-animation: iconGrid1 infinite 4s linear;
  animation: iconGrid1 infinite 4s linear;
  animation-fill-mode: forwards;
}
#protocol-detail.on .check[data-num="2"] {
  -webkit-animation: iconGrid2 infinite 4s linear;
  -moz-animation: iconGrid2 infinite 4s linear;
  animation: iconGrid2 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -1.5s;
}
#protocol-detail.on .check[data-num="3"] {
  -webkit-animation: iconGrid3 infinite 4s linear;
  -moz-animation: iconGrid3 infinite 4s linear;
  animation: iconGrid3 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -2.5s;
}
#protocol-detail.on .paper[data-num="1"] {
  -webkit-animation: iconGrid4 infinite 4s linear;
  -moz-animation: iconGrid4 infinite 4s linear;
  animation: iconGrid4 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -3s;
}
#protocol-detail.on .paper[data-num="2"] {
  -webkit-animation: iconGrid5 infinite 4s linear;
  -moz-animation: iconGrid5 infinite 4s linear;
  animation: iconGrid5 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -2s;
}
#protocol-detail.on .paper[data-num="3"] {
  -webkit-animation: iconGrid6 infinite 4s linear;
  -moz-animation: iconGrid6 infinite 4s linear;
  animation: iconGrid6 infinite 4s linear;
  animation-fill-mode: forwards;
  animation-delay: -1s;
}
#protocol-detail.on .thumbprint-circle {
  -webkit-animation: spinner infinite 5s linear;
  -moz-animation: spinner infinite 5s linear;
  animation: spinner infinite 5s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  animation-duration: 12s;
}
#protocol-detail.on .thumbprint-circle[data-num="2"] {
  animation-direction: normal;
}
#protocol-detail.active .protocol-slides {
  position: fixed;
}
#protocol-detail.active .background {
  position: fixed;
}
#protocol-detail h2 {
  margin-bottom: 40px;
  color: #fff;
}
#protocol-detail p {
  color: #fff;
}
#protocol-detail .txt > .icon {
  font-size: 58px;
  margin-bottom: 40px;
}
#protocol-detail .contentContainer,
#protocol-detail .row,
#protocol-detail .col {
  height: 100%;
}
#protocol-detail .protocol-slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}
#protocol-detail .protocol-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #6a4dd4;
}
#protocol-detail .protocol-slide[data-num="1"] {
  z-index: 1;
}
#protocol-detail .protocol-slide[data-num="1"] .arr {
  border-color: #ea80fc;
}
#protocol-detail .protocol-slide[data-num="1"] .arr .icon,
#protocol-detail .protocol-slide[data-num="1"] .arr p,
#protocol-detail .protocol-slide[data-num="1"] .txt > .icon {
  color: #ea80fc;
}
#protocol-detail .protocol-slide[data-num="1"] .thumbprint-circle {
  position: absolute;
  width: 412px;
  height: 412px;
}
#protocol-detail .protocol-slide[data-num="1"] .thumbprint-circle[data-num="1"] {
  left: 93px;
  top: 99px;
  z-index: 0;
}
#protocol-detail .protocol-slide[data-num="1"] .base {
  z-index: 3;
}
#protocol-detail .protocol-slide[data-num="1"] .thumb-label {
  width: 114px;
  height: 114px;
  left: 252px;
  top: 73px;
  z-index: 4;
}
#protocol-detail .protocol-slide[data-num="1"] .circle-wrap {
  width: 412px;
  height: 200px;
  overflow: hidden;
  position: absolute;
  left: 390px;
  top: 99px;
  z-index: 4;
}
#protocol-detail .protocol-slide[data-num="1"] .tp-cover {
  position: absolute;
  left: 290px;
  top: 103px;
  width: 300px;
  height: 205px;
  transform: skew(35deg);
  background-color: #eff2fe;
  z-index: 1;
}
#protocol-detail .protocol-slide[data-num="2"] {
  z-index: 2;
  background-color: #5337ba;
}
#protocol-detail .protocol-slide[data-num="2"] .arr {
  border-color: #eeff41;
}
#protocol-detail .protocol-slide[data-num="2"] .arr .icon,
#protocol-detail .protocol-slide[data-num="2"] .arr p,
#protocol-detail .protocol-slide[data-num="2"] .txt > .icon {
  color: #eeff41;
}
#protocol-detail .protocol-slide[data-num="2"] .paper {
  width: 62px;
  height: 72px;
  left: 268px;
  top: 60px;
}
#protocol-detail .protocol-slide[data-num="2"] .check {
  width: 46px;
  height: 46px;
  left: 280px;
  top: 461px;
}
#protocol-detail .protocol-slide[data-num="2"] .bulb {
  width: 97px;
  height: 97px;
  left: 253px;
  top: 70px;
}
#protocol-detail .protocol-slide[data-num="2"] .bulb img {
  position: relative;
}
#protocol-detail .protocol-slide[data-num="2"] .bulb .cover {
  width: 100px;
  height: 50px;
  background-color: #eff2fe;
  position: absolute;
  left: 10px;
  top: -20px;
  width: 80px;
  height: 55px;
}
#protocol-detail .protocol-slide[data-num="2"] .print {
  width: 106px;
  height: 106px;
  left: 268px;
  top: 459px;
}
#protocol-detail .protocol-slide[data-num="3"] {
  z-index: 3;
}
#protocol-detail .protocol-slide[data-num="3"] .txt > .icon {
  color: #a7ffeb;
}
#protocol-detail .protocol-slide[data-num="3"] .dial.big {
  left: 291px;
  top: 302px;
}
#protocol-detail .protocol-slide[data-num="3"] .dial.big .mover {
  width: 4px;
  height: 120px;
  border-radius: 16px;
  animation-delay: -1s;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer {
  width: 350px;
  height: 100px;
  position: absolute;
  left: 263px;
  top: 332px;
  overflow: hidden;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet {
  width: 75px;
  height: 100px;
  left: -75px;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet .dial {
  left: 5px;
  top: 29px;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet .dial .mover {
  height: 8px;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet[data-num="2"] {
  animation-delay: -2s;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet[data-num="2"] .mover {
  animation-delay: -1s;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet[data-num="3"] {
  animation-delay: -4s;
}
#protocol-detail .protocol-slide[data-num="3"] .conveyer .sheet[data-num="3"] .mover {
  animation-delay: -2s;
}
#protocol-detail .protocol-slide-fillers {
  position: relative;
  z-index: 0;
}
#protocol-detail .protocol-slide-fillers .protocol-slide {
  position: relative;
}
#protocol-detail .circle-image {
  width: 600px;
  height: 600px;
  border-radius: 600px;
  background-color: #eff2fe;
  box-shadow: 0px 0px 40px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
#protocol-detail .circle-image .circle-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 600px;
  border-radius: 600px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
#protocol-detail .circle-image .circle-mask .base {
  width: 625px;
  height: auto;
  margin-top: -12px;
  margin-left: -12px;
  position: relative;
}
#protocol-detail .txt {
  max-width: 390px;
  position: relative;
}
#protocol-detail .col {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
#protocol-detail .col.right {
  padding: 0 25px;
}
#protocol-detail .background {
  width: 2491px;
  height: 218px;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  margin-left: -1245px;
  z-index: 2;
}
#protocol-detail .background img {
  width: 100%;
  height: auto;
  display: block;
}
#protocol-detail .arr {
  height: 100px;
  border-left: 1px solid #fff;
  margin-top: 100px;
  position: relative;
  cursor: pointer;
}
#protocol-detail .arr .icon {
  font-size: 24px;
  color: #fff;
  display: block;
  margin-left: 20px;
}
#protocol-detail .arr .protocol-label {
  width: 100px;
  height: 15px;
  position: absolute;
  left: 25px;
  top: 0px;
  overflow: hidden;
}
#protocol-detail .arr .protocol-label p {
  font: 700 12px 'sofia-pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  transform: translateY(-35px);
}
/*! - SECTION: 5 BLT */
#blt {
  padding-top: 200px;
  padding-bottom: 305px;
}
#blt.on .dial .mover {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="0"] .token {
  -webkit-animation: tokenDrop1 infinite 2s ease-in-out;
  -moz-animation: tokenDrop1 infinite 2s ease-in-out;
  animation: tokenDrop1 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="1"] .icon-wrap[data-num="1"] .icon-mover {
  -webkit-animation: moveIcon1 infinite 2s linear;
  -moz-animation: moveIcon1 infinite 2s linear;
  animation: moveIcon1 infinite 2s linear;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="1"] .icon-wrap[data-num="2"] .icon-mover {
  -webkit-animation: moveIcon2 infinite 2s linear;
  -moz-animation: moveIcon2 infinite 2s linear;
  animation: moveIcon2 infinite 2s linear;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="1"] .icon-wrap[data-num="3"] .icon-mover {
  -webkit-animation: moveIcon3 infinite 2s linear;
  -moz-animation: moveIcon3 infinite 2s linear;
  animation: moveIcon3 infinite 2s linear;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="2"] .token {
  -webkit-animation: tokenDrop3 infinite 2s ease-in;
  -moz-animation: tokenDrop3 infinite 2s ease-in;
  animation: tokenDrop3 infinite 2s ease-in;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="2"] .token-inner {
  -webkit-animation: tokenJump infinite 2s ease-in-out;
  -moz-animation: tokenJump infinite 2s ease-in-out;
  animation: tokenJump infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="2"] .token-img {
  -webkit-animation: spinner infinite 2s linear;
  -moz-animation: spinner infinite 2s linear;
  animation: spinner infinite 2s linear;
  animation-fill-mode: forwards;
}
#blt.on .detail-row[data-num="3"] .token {
  -webkit-animation: tokenDrop2 infinite 2s ease-in-out;
  -moz-animation: tokenDrop2 infinite 2s ease-in-out;
  animation: tokenDrop2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#blt .txt {
  max-width: 650px;
}
#blt .background {
  width: 600px;
  margin-bottom: 50px;
  position: relative;
  left: 50%;
  margin-left: -300px;
  top: auto;
}
#blt .background .base {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
#blt .background.on .base {
  opacity: 1;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
#blt .background .token {
  width: 153px;
  height: 153px;
  left: 222px;
  top: 220px;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
#blt .vine-boxes {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 70px;
  position: relative;
  text-align: left;
}
#blt .detail-row {
  z-index: 2;
  position: relative;
}
#blt .detail-row p {
  font-size: 16px;
}
#blt .detail-row .col.text {
  width: 50%;
  max-width: 375px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-pack: center;
}
#blt .detail-row .col.image {
  width: 376px;
  -webkit-flex-shrink: 0;
  -ms-flex: -1;
  flex-shrink: 0;
}
#blt .detail-row .icon-wrap,
#blt .detail-row .token-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
#blt .detail-row .sizer-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
}
#blt .detail-row[data-num="0"] .token-wrap {
  left: 135px;
  width: 110px;
  height: 133px;
  overflow: hidden;
}
#blt .detail-row[data-num="0"] .token {
  width: 104px;
  height: 104px;
  left: 0px;
  top: 0px;
}
#blt .detail-row[data-num="0"] .dial[data-num="1"] {
  left: 116px;
  top: 213px;
}
#blt .detail-row[data-num="0"] .dial[data-num="2"] {
  left: 178px;
  top: 214px;
}
#blt .detail-row[data-num="0"] .dial[data-num="2"] .mover {
  animation-delay: -1s;
}
#blt .detail-row[data-num="0"] .dial[data-num="3"] {
  left: 241px;
  top: 213px;
}
#blt .detail-row[data-num="0"] .dial[data-num="3"] .mover {
  animation-delay: -2s;
}
#blt .detail-row[data-num="1"] {
  margin-top: -35px;
}
#blt .detail-row[data-num="1"] .icon-mover {
  width: 34px;
  height: 34px;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="1"] {
  position: absolute;
  top: 60px;
  left: 123px;
  width: 144px;
  height: 60px;
  overflow: hidden;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="1"] .icon-mover {
  top: 16px;
  left: 145px;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="2"] {
  position: absolute;
  top: 116px;
  left: 180px;
  width: 160px;
  height: 115px;
  overflow: hidden;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="2"] .icon-mover {
  top: 104px;
  left: 8px;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="3"] {
  position: absolute;
  top: 168px;
  left: 60px;
  width: 115px;
  height: 130px;
  overflow: hidden;
}
#blt .detail-row[data-num="1"] .icon-wrap[data-num="3"] .icon-mover {
  top: -34px;
  left: 6px;
}
#blt .detail-row[data-num="1"] .dial {
  left: 258px;
  top: 86px;
}
#blt .detail-row[data-num="1"] .lines {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#blt .detail-row[data-num="1"] .base {
  position: relative;
}
#blt .detail-row[data-num="2"] {
  margin-top: -33px;
}
#blt .detail-row[data-num="2"] .token-wrap {
  width: 350px;
  height: 184px;
  overflow: hidden;
}
#blt .detail-row[data-num="2"] .token {
  width: 75px;
  height: 75px;
  left: 6px;
  top: 0px;
  transform: translate(-62px, -77px);
}
#blt .detail-row[data-num="3"] .token-wrap {
  left: 152px;
  width: 80px;
  height: 280px;
  overflow: hidden;
}
#blt .detail-row[data-num="3"] .token {
  width: 75px;
  height: 75px;
  left: 0px;
  top: 0px;
}
#blt .detail-row[data-num="3"] .vine.base {
  width: 219px;
  height: 150px;
  top: auto;
  bottom: -150px;
  z-index: 0;
}
#blt .detail-row[data-num="3"] img.base {
  z-index: 1;
}
#blt .detail-row[data-num="3"] .front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#blt .blt-box {
  width: 100%;
  height: auto;
  /*  height: 358px;  */
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(48, 95, 129, 0.1);
  border-radius: 16px;
}
#blt .blt-box .base {
  width: 100%;
  height: auto;
  display: block;
}
#blt .vine-row {
  height: 260px;
  width: 100%;
  position: relative;
  z-index: 0;
}
#blt .vine-row .vine {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#blt .vine-row .vine .vbase {
  position: absolute;
  height: 260px;
  width: 480px;
}
#blt .vine-row .vine .left {
  left: 0px;
}
#blt .vine-row .vine .right {
  right: 0px;
}
#blt .vine-row .vine-parts {
  width: 100%;
  max-width: 465px;
  height: 260px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#blt .vine-row .vine-parts > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 465px;
  height: 260px;
  left: 50%;
  margin-left: -232px;
}
#blt .vine-row[data-num="0"] {
  height: 137px;
}
#blt .vine-row[data-num="0"] .base {
  width: 223px;
  height: 137px;
  left: auto;
  right: 0px;
}
#blt .vine-row[data-num="2"] {
  top: -33px;
}
#blt .vine-row[data-num="2"] .vbase {
  transform: scaleY(-1);
}
#blt .vine-row[data-num="2"] .vine-parts {
  height: 150px;
  margin-top: 69px;
}
#blt .vine-row[data-num="2"] .vine-parts > img {
  height: 150px;
}
#blt .vine-row[data-num="3"] .vine-parts {
  width: 515px;
  height: 150px;
  margin-top: 34px;
}
#blt .vine-row[data-num="3"] .vine-parts > img {
  width: 515px;
  height: 150px;
  margin-left: -257px;
}
#blt .big-plants-blt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#blt .big-plant[data-num="0"] {
  width: 80px;
  height: 178px;
  left: 501px;
  top: 176px;
}
#blt .big-plant[data-num="0"] .stem {
  width: 60px;
  height: 168px;
  top: 10px;
  left: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
#blt .big-plant[data-num="0"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 50px;
  top: 42px;
  transform-origin: left top;
}
#blt .big-plant[data-num="0"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 27px;
  top: 56px;
  transform-origin: right top;
}
#blt .big-plant[data-num="0"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 50px;
  top: 68px;
  transform-origin: left top;
}
#blt .big-plant[data-num="0"] .leaf[data-num="3"] {
  width: 38px;
  height: 12px;
  left: -1px;
  top: 141px;
  transform-origin: right top;
}
#blt .big-plant[data-num="0"] .leaf[data-num="4"] {
  width: 32px;
  height: 18px;
  left: 52px;
  top: 165px;
  transform-origin: left top;
}
#blt .big-plant[data-num="0"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 48px;
  top: 119px;
  transform-origin: left top;
}
#blt .big-plant[data-num="1"] {
  width: 98px;
  height: 233px;
  left: 18px;
  top: 211px;
}
#blt .big-plant[data-num="1"] .stem {
  width: 78px;
  height: 223px;
  top: 10px;
  left: 10px;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
}
#blt .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 55px;
  top: 61px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="1"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 77px;
  top: 49px;
  transform-origin: left bottom;
}
#blt .big-plant[data-num="1"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 8px;
  top: 176px;
  transform-origin: right top;
}
#blt .big-plant[data-num="1"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 31px;
  top: 176px;
  transform-origin: left top;
}
#blt .big-plant[data-num="1"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 75px;
  top: -2px;
  transform-origin: left bottom;
}
#blt .big-plant[data-num="1"] .leaf[data-num="3"] {
  width: 38px;
  height: 12px;
  left: 26px;
  top: 0px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="1"] .leaf[data-num="4"] {
  width: 26px;
  height: 12px;
  left: 35px;
  top: 220px;
  transform-origin: left top;
}
#blt .big-plant[data-num="2"] {
  width: 76px;
  height: 143px;
  left: 328px;
  top: -3px;
}
#blt .big-plant[data-num="2"] .stem {
  width: 56px;
  height: 133px;
  top: 10px;
  left: 10px;
}
#blt .big-plant[data-num="2"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 30px;
  top: 66px;
}
#blt .big-plant[data-num="2"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 8px;
  top: 6px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="3"] {
  width: 70px;
  height: 137px;
  left: 160px;
  top: 448px;
}
#blt .big-plant[data-num="3"] .stem {
  width: 20px;
  height: 127px;
  top: 0px;
  left: 25px;
}
#blt .big-plant[data-num="3"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 11px;
  top: 88px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="3"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 35px;
  top: 66px;
}
#blt .big-plant[data-num="3"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 20px;
  top: 4px;
  transform-origin: left bottom;
}
#blt .big-plant[data-num="3"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 2px;
  top: 4px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="4"] {
  width: 158px;
  height: 106px;
  left: 93px;
  top: 35px;
}
#blt .big-plant[data-num="4"] .stem {
  width: 138px;
  height: 96px;
  top: 10px;
  left: 10px;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
#blt .big-plant[data-num="4"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 50px;
  top: 27px;
  transform-origin: center bottom;
}
#blt .big-plant[data-num="4"] .leaf[data-num="0"] img {
  transform: rotate(-90deg);
}
#blt .big-plant[data-num="4"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 2px;
  top: 50px;
  transform-origin: center top;
}
#blt .big-plant[data-num="4"] .leaf[data-num="1"] img {
  transform: scaleX(-1) rotate(90deg);
}
#blt .big-plant[data-num="4"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 118px;
  top: 96px;
  transform-origin: left center;
}
#blt .big-plant[data-num="5"] {
  width: 75px;
  height: 140px;
  left: 401px;
  top: 67px;
}
#blt .big-plant[data-num="5"] .stem {
  width: 55px;
  height: 130px;
  top: 10px;
  left: 10px;
}
#blt .big-plant[data-num="5"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 15px;
  top: 92px;
  transform-origin: right center;
}
#blt .big-plant[data-num="5"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 15px;
  top: 65px;
  transform-origin: right center;
}
#blt .big-plant[data-num="5"] .leaf[data-num="2"] {
  width: 38px;
  height: 12px;
  left: 52px;
  top: 31px;
  transform-origin: left bottom;
}
#blt .big-plant[data-num="5"] .leaf[data-num="3"] {
  width: 38px;
  height: 18px;
  left: -14px;
  top: 4px;
  transform-origin: right bottom;
}
#blt .big-plant[data-num="5"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 14px;
  top: -25px;
  transform-origin: center bottom;
}
#blt .big-plant[data-num="5"] .card[data-num="0"] img {
  transform: rotate(51deg);
}
#blt .big-plant[data-num="6"] {
  width: 96px;
  height: 87px;
  left: 124px;
  top: 76px;
}
#blt .big-plant[data-num="6"] .stem {
  width: 63px;
  height: 77px;
  top: 10px;
  left: 10px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
#blt .big-plant[data-num="6"] .leaf[data-num="0"] {
  width: 18px;
  height: 12px;
  left: 43px;
  top: 79px;
  transform-origin: left top;
}
#blt .big-plant[data-num="6"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 22px;
  top: 64px;
  transform-origin: right top;
}
#blt .big-plant[data-num="0"].on .stem,
#blt .big-plant[data-num="1"].on .stem,
#blt .big-plant[data-num="4"].on .stem,
#blt .big-plant[data-num="6"].on .stem {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#blt .small-plants .small-plant[data-num="0"] {
  top: 419px;
  left: 445px;
}
#blt .small-plants .small-plant[data-num="1"] {
  top: 325px;
  left: 2px;
  transform: scaleX(-1);
}
#blt .small-plants .small-plant[data-num="2"] {
  top: 23px;
  left: 268px;
  transform: scaleX(1);
}
#blt .small-plants .small-plant[data-num="3"] {
  top: 462px;
  left: 431px;
  transform: scale(-1);
}
#blt .small-plants .small-plant[data-num="4"] {
  top: 525px;
  left: 126px;
}
#blt .small-plants .small-plant[data-num="5"] {
  top: 515px;
  left: 430px;
}
#blt .small-plants .small-plant[data-num="6"] {
  top: 18px;
  left: 221px;
  transform: scaleX(-1);
}
#blt .small-plants .small-plant[data-num="7"] {
  top: 403px;
  left: 418px;
}
#blt .small-plants .small-plant[data-num="8"] {
  top: 275px;
  left: 470px;
}
#blt .small-plants .small-plant[data-num="9"] {
  top: 63px;
  left: 463px;
}
/*! - SECTION: 6 BLOOM CARD */
#bloom-card {
  background-color: #6a4dd4;
  text-align: left;
  padding-top: 300px;
  padding-bottom: 350px;
  z-index: 2;
}
#bloom-card .contentContainer {
  max-width: 1225px;
}
#bloom-card h2,
#bloom-card p {
  color: #fff;
}
#bloom-card h2 {
  margin-bottom: 45px;
}
#bloom-card .icon {
  font-size: 40px;
  margin-bottom: 10px;
  color: #fff;
  opacity: .2;
}
#bloom-card p.special {
  font: 700 12px 'sofia-pro', sans-serif;
  color: #fff;
  opacity: .2;
  text-transform: uppercase;
  margin-bottom: 45px;
  letter-spacing: .04em;
}
#bloom-card .txt {
  max-width: 420px;
  position: relative;
}
#bloom-card .col {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
}
#bloom-card .col.right {
  padding-left: 25px;
}
#bloom-card .card-wrap {
  position: absolute;
  right: -275px;
  top: -250px;
  width: 1040px;
  height: 927px;
}
#bloom-card .card-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
#bloom-card .big-plants-card {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#bloom-card .big-plant .stem {
  -webkit-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#bloom-card .big-plant[data-num="0"],
#bloom-card .big-plant[data-num="2"] {
  width: 80px;
  height: 114px;
  left: 148px;
  top: 704px;
}
#bloom-card .big-plant[data-num="0"] .stem,
#bloom-card .big-plant[data-num="2"] .stem {
  width: 40px;
  height: 104px;
  top: 10px;
  left: 10px;
}
#bloom-card .big-plant[data-num="0"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="2"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 34px;
  top: 74px;
}
#bloom-card .big-plant[data-num="0"] .leaf[data-num="1"],
#bloom-card .big-plant[data-num="2"] .leaf[data-num="1"] {
  width: 32px;
  height: 18px;
  left: -10px;
  top: 20px;
  transform-origin: right bottom;
}
#bloom-card .big-plant[data-num="0"] .leaf[data-num="2"],
#bloom-card .big-plant[data-num="2"] .leaf[data-num="2"] {
  width: 26px;
  height: 12px;
  left: 36px;
  top: 2px;
}
#bloom-card .big-plant[data-num="1"],
#bloom-card .big-plant[data-num="4"] {
  width: 48px;
  height: 120px;
  left: 383px;
  top: 712px;
}
#bloom-card .big-plant[data-num="1"] .stem,
#bloom-card .big-plant[data-num="4"] .stem {
  width: 24px;
  height: 110px;
  top: 10px;
  left: 12px;
}
#bloom-card .big-plant[data-num="1"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="4"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 3px;
  top: 5px;
}
#bloom-card .big-plant[data-num="3"],
#bloom-card .big-plant[data-num="5"],
#bloom-card .big-plant[data-num="6"],
#bloom-card .big-plant[data-num="7"],
#bloom-card .big-plant[data-num="8"] {
  width: 36px;
  height: 46px;
  left: 595px;
  top: 765px;
}
#bloom-card .big-plant[data-num="3"] .stem,
#bloom-card .big-plant[data-num="5"] .stem,
#bloom-card .big-plant[data-num="6"] .stem,
#bloom-card .big-plant[data-num="7"] .stem,
#bloom-card .big-plant[data-num="8"] .stem {
  width: 18px;
  height: 36px;
  top: 10px;
  left: 9px;
}
#bloom-card .big-plant[data-num="3"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="5"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="6"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="7"] .leaf[data-num="0"],
#bloom-card .big-plant[data-num="8"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 20px;
  top: 17px;
}
#bloom-card .big-plant[data-num="3"] .leaf[data-num="1"],
#bloom-card .big-plant[data-num="5"] .leaf[data-num="1"],
#bloom-card .big-plant[data-num="6"] .leaf[data-num="1"],
#bloom-card .big-plant[data-num="7"] .leaf[data-num="1"],
#bloom-card .big-plant[data-num="8"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: -4px;
  top: 5px;
  transform-origin: right bottom;
}
#bloom-card .big-plant[data-num="2"] {
  left: 625px;
  top: 633px;
  transform: scaleX(-1);
}
#bloom-card .big-plant[data-num="4"] {
  left: 218px;
  top: 653px;
}
#bloom-card .big-plant[data-num="5"] {
  left: 50px;
  top: 691px;
  transform: scaleX(-1);
}
#bloom-card .big-plant[data-num="6"] {
  left: 766px;
  top: 717px;
  transform: scaleX(-1);
}
#bloom-card .big-plant[data-num="7"] {
  left: 295px;
  top: 744px;
}
#bloom-card .big-plant[data-num="8"] {
  left: 528px;
  top: 678px;
  transform: scaleX(-1);
}
/*! - SECTION: 7 ROADMAP */
#roadmap {
  padding: 305px 0 0;
  overflow: visible;
}
#roadmap.on .seed {
  -webkit-animation: seedDrop infinite 1s ease-in;
  -moz-animation: seedDrop infinite 1s ease-in;
  animation: seedDrop infinite 1s ease-in;
  animation-fill-mode: forwards;
}
#roadmap.on .packet {
  -webkit-animation: packetShake infinite 1s ease-in-out;
  -moz-animation: packetShake infinite 1s ease-in-out;
  animation: packetShake infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .stake {
  -webkit-animation: plantSwayer infinite 2s ease-in-out;
  -moz-animation: plantSwayer infinite 2s ease-in-out;
  animation: plantSwayer infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .dial .mover {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .glow {
  -webkit-animation: glowFlasher infinite 1.5s ease-in-out;
  -moz-animation: glowFlasher infinite 1.5s ease-in-out;
  animation: glowFlasher infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap.on .slide[data-num="5"] .token {
  -webkit-animation: tokenBouncer infinite 0.75s linear;
  -moz-animation: tokenBouncer infinite 0.75s linear;
  animation: tokenBouncer infinite 0.75s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .circle-icon[data-num="1"] {
  -webkit-animation: printMergeL infinite 3s linear;
  -moz-animation: printMergeL infinite 3s linear;
  animation: printMergeL infinite 3s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .circle-icon[data-num="2"] {
  -webkit-animation: printMergeR infinite 3s linear;
  -moz-animation: printMergeR infinite 3s linear;
  animation: printMergeR infinite 3s linear;
  animation-fill-mode: forwards;
}
#roadmap.on .circle-icon[data-num="3"] {
  -webkit-animation: fadePrint infinite 3s ease-in-out;
  -moz-animation: fadePrint infinite 3s ease-in-out;
  animation: fadePrint infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
#roadmap .contentContainer .txt {
  max-width: 530px;
}
#roadmap .bg-wrap {
  height: 3000px;
}
#roadmap h2 {
  margin-bottom: 25px;
}
#roadmap .slides .slide {
  padding: 30px 15px 35px;
}
#roadmap .slides .slide .icon {
  position: relative;
}
#roadmap .slides .slide[data-num="0"] .packet {
  width: 89px;
  height: 77px;
  left: 57px;
  top: 2px;
  z-index: 2;
  transform-origin: left center;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap {
  position: absolute;
  left: 0;
  top: 0;
  left: 120px;
  top: 40px;
  width: 50px;
  height: 105px;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap .seed {
  position: absolute;
  left: 0;
  top: 0;
  top: 0px;
  width: 9px;
  height: 9px;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap .seed[data-num="2"] {
  left: 5px;
  animation-delay: -0.6s;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap .seed[data-num="3"] {
  left: 9px;
  animation-delay: -0.35s;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap .seed[data-num="4"] {
  left: 17px;
  animation-delay: -0.8s;
}
#roadmap .slides .slide[data-num="0"] .seeds-wrap .seed[data-num="5"] {
  left: 13px;
  animation-delay: -0.2s;
}
#roadmap .slides .slide[data-num="0"] .front {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#roadmap .slides .slide[data-num="1"] .bgtop {
  position: relative;
}
#roadmap .slides .slide[data-num="1"] .bglines {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#roadmap .slides .slide[data-num="1"] .circle-icon {
  width: 86px;
  height: 86px;
  border-radius: 86px;
  position: absolute;
  left: 0;
  top: 0;
  top: 110px;
  background-color: #eff2fe;
}
#roadmap .slides .slide[data-num="1"] .circle-icon img {
  width: 84px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  left: 5px;
  top: -6px;
}
#roadmap .slides .slide[data-num="1"] .circle-icon[data-num="1"] {
  left: 15px;
}
#roadmap .slides .slide[data-num="1"] .circle-icon[data-num="2"] {
  left: 162px;
}
#roadmap .slides .slide[data-num="1"] .circle-icon[data-num="3"] {
  transform: scale(0.57);
  width: 60px;
  height: 60px;
  border-radius: 60px;
  left: 99px;
  top: 48px;
  z-index: 5;
  background-color: #a7ffeb;
  /* border: 4px solid @purple; */
  opacity: 1;
}
#roadmap .slides .slide[data-num="1"] .circle-icon[data-num="3"] img {
  width: 70px;
  left: 0px;
  top: -10px;
}
#roadmap .slides .slide[data-num="2"] .stake {
  width: 75px;
  height: 100px;
  overflow: hidden;
  left: 102px;
  top: 20px;
  transform-origin: center bottom;
}
#roadmap .slides .slide[data-num="2"] .stake img {
  width: 75px;
  height: 120px;
}
#roadmap .slides .slide[data-num="2"] .icon > img {
  position: relative;
}
#roadmap .slides .slide[data-num="3"] .txt {
  max-width: 265px;
}
#roadmap .slides .slide[data-num="3"] .dial {
  left: 88px;
  top: 64px;
}
#roadmap .slides .slide[data-num="4"] .icon {
  transform: translateY(15px);
}
#roadmap .slides .slide[data-num="4"] .icon > img {
  position: relative;
}
#roadmap .slides .slide[data-num="4"] .glow {
  width: 190px;
  height: 190px;
  left: 40px;
  top: 10px;
}
#roadmap .slides .slide[data-num="5"] .token {
  left: 60px;
  top: 83px;
  width: 105px;
}
#roadmap .slides .slide[data-num="5"] .smallpl {
  position: absolute;
  width: 47px;
  height: 40px;
  left: 38px;
  top: 145px;
}
#roadmap .slides header {
  margin-bottom: 5px;
}
#roadmap .slides header .issue {
  font: 700 12px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  text-transform: uppercase;
  opacity: .4;
}
#roadmap .slides header .number {
  font: 700 100px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  opacity: .1;
}
#roadmap .slides footer {
  width: 100%;
  height: 35px;
  background-color: #6067f1;
  border-radius: 0px 0px 16px 16px;
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 0px;
}
#roadmap .slides footer p {
  font: 700 12px/35px 'sofia-pro', sans-serif;
  color: #fff;
  opacity: .3;
  text-transform: uppercase;
}
#roadmap .slides .icon {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#roadmap .plant-top {
  position: absolute;
  top: -12px;
  width: 445px;
  left: 50%;
  margin-left: -222px;
}
#roadmap .plant-top .base {
  width: 100%;
  height: auto;
  display: block;
}
#roadmap .plant-bot {
  position: relative;
  width: 400px;
  display: inline-block;
  margin-top: 68px;
}
#roadmap .plant-bot .base {
  width: 100%;
  height: auto;
  display: block;
}
/*! - SECTION: 8 TEAM */
#team {
  padding: 55px 0 105px;
  background-color: transparent;
}
#team .contentContainer {
  max-width: 1440px;
}
#team .team-boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 95px;
}
#team .team-boxes .team-box {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#team .team-boxes .team-box:nth-child(3n+3) {
  width: 33.4%;
}
#team .team-boxes .team-box h4 {
  font: 700 18px/1 'sofia-pro', sans-serif;
}
#team .team-boxes .team-box .team-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#team .team-boxes .team-box .name {
  position: absolute;
  left: 0;
  top: 0;
  top: auto;
  bottom: 35px;
  width: 100%;
  text-align: center;
  color: #fff;
}
#team .team-boxes .team-box .team-bio {
  min-height: 480px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  position: relative;
  padding: 25px;
  transform: translateY(100%);
  -webkit-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#team .team-boxes .team-box .team-bio h4 {
  color: #6067f1;
  margin-bottom: 20px;
}
#team .team-boxes .team-box .team-bio h5 {
  font: 400 18px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 20px;
}
#team .team-boxes .team-box .team-bio h4 + h5 {
  margin-top: -10px;
}
#team .team-boxes .team-box .team-bio p {
  font: 300 16px/1.5 'sofia-pro', sans-serif;
  color: #002b2b;
  width: 100%;
  max-width: 365px;
  margin: 0 auto;
}
#team .team-boxes .team-box.on .team-bio {
  transform: translateY(0);
}
#team .team-boxes .team-box .corner-plant {
  width: 55px;
  height: 35px;
}
#team .team-boxes .team-box .corner-plant.tl {
  left: 15px;
  top: 15px;
}
#team .team-boxes .team-box .corner-plant.tr {
  left: auto;
  right: 15px;
  top: 15px;
  transform: scaleX(-1);
}
#team .team-boxes .team-box .corner-plant.bl {
  left: 15px;
  top: auto;
  bottom: 15px;
  transform: scaleY(-1);
}
#team .team-boxes .team-box .corner-plant.br {
  left: auto;
  right: 15px;
  top: auto;
  bottom: 15px;
}
#team .team-boxes .team-box .corner-plant.br img {
  transform: scale(-1);
}
#team .team-boxes .team-box.long {
  width: 100%;
  padding: 100px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  background-color: #a7ffeb;
}
#team .team-boxes .team-box.long .icon {
  font-size: 44px;
  color: #6067f1;
  margin-bottom: 20px;
}
#team .team-boxes .team-box.long h3 {
  font: 300 36px/1.5 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 35px;
}
#team .team-boxes .team-box.long .icon,
#team .team-boxes .team-box.long h3,
#team .team-boxes .team-box.long a {
  position: relative;
  z-index: 1;
}
#team .team-boxes .team-box.long .background {
  width: 100%;
  height: 100%;
}
#team .team-boxes .team-box.long .city {
  top: auto;
  bottom: 0px;
  width: 964px;
  left: 50%;
  margin-left: -482px;
}
#team .team-boxes .team-box.long .spotlight {
  position: absolute;
  width: 967px;
  height: 400px;
  left: 50%;
  margin-left: -484px;
  top: 50%;
  margin-top: -400px;
  opacity: .7;
  mix-blend-mode: overlay;
}
#team .team-boxes .team-box[data-num="0"] .team-bio,
#team .team-boxes .team-box[data-num="4"] .team-bio,
#team .team-boxes .team-box[data-num="6"] .team-bio {
  background-color: #eeff41;
}
#team .team-boxes .team-box[data-num="1"] .team-bio,
#team .team-boxes .team-box[data-num="5"] .team-bio,
#team .team-boxes .team-box[data-num="8"] .team-bio {
  background-color: #ea80fc;
}
#team .team-boxes .team-box[data-num="2"] .team-bio,
#team .team-boxes .team-box[data-num="3"] .team-bio,
#team .team-boxes .team-box[data-num="7"] .team-bio {
  background-color: #a7ffeb;
}
/*! - SECTION: 9 FOOTER */
#globalFooter {
  padding: 100px 0 60px;
}
#globalFooter h1 {
  font: 700 59px/1.15 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 18px;
}
#globalFooter h4 {
  font: 300 27px/1.5 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-bottom: 45px;
}
#globalFooter p {
  font-size: 18px;
  line-height: 1.5;
}
#globalFooter .contentContainer {
  max-width: 1400px;
  z-index: 1;
}
#globalFooter .plant-bot {
  position: absolute;
  bottom: -15px;
  width: 450px;
  height: 221px;
  left: 50%;
  margin-left: -225px;
  z-index: 0;
}
#globalFooter .plant-bot img {
  width: 100%;
  height: auto;
  display: block;
}
#globalFooter .footer-bloom {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#globalFooter .footer-bloom .base {
  width: 100%;
  height: auto;
  display: block;
}
#globalFooter .footer-bloom .fullword-letters {
  position: absolute;
  left: 0;
  top: 0;
  width: 1400px;
  height: 400px;
  transform-origin: left top;
}
#globalFooter .footer-bloom .fullword-letter {
  height: 400px;
}
#globalFooter .footer-bloom .fullword-letter .building {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#globalFooter .footer-bloom .fullword-letter .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #6067f1;
  transform: scaleX(0);
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
#globalFooter .footer-bloom .fullword-letter .line.on {
  transform: scaleX(1);
}
#globalFooter .footer-bloom .fullword-letter .stairs {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.8, 0, 0.2, 1);
}
#globalFooter .footer-bloom .fullword-letter .stairs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
}
#globalFooter .footer-bloom .fullword-letter .stairs.on {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
#globalFooter .footer-bloom .fullword-letter .big-plant .stem {
  -webkit-transition: all 2s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 2s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 2s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 2s cubic-bezier(0.8, 0, 0.2, 1);
}
#globalFooter .footer-bloom .fullword-letter .hill {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#globalFooter .footer-bloom .fullword-letter .specs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
#globalFooter .footer-bloom .fullword-letter .specs.on {
  opacity: 1;
}
#globalFooter .footer-bloom .fullword-letter.b {
  width: 292px;
}
#globalFooter .footer-bloom .fullword-letter.b .cover {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 87px;
  height: 123px;
  z-index: 1;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant {
  width: 100px;
  height: 150px;
  left: 49px;
  top: 234px;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .stem {
  width: 45px;
  height: 130px;
  top: 10px;
  left: 22px;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -8px;
  top: 18px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 53px;
  top: 122px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 18px;
  top: 101px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 40px;
  top: 87px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="3"] {
  width: 22px;
  height: 12px;
  left: 16px;
  top: 75px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="4"] {
  width: 38px;
  height: 21px;
  left: 52px;
  top: 20px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .big-plant .leaf[data-num="5"] {
  width: 30px;
  height: 21px;
  left: 5px;
  top: 0px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.b .building[data-num="0"] {
  width: 73px;
  height: 77px;
  left: 75px;
  top: 103px;
}
#globalFooter .footer-bloom .fullword-letter.b .building[data-num="0"] .part {
  top: 8px;
  transform: translate3d(0, 77px, 0);
}
#globalFooter .footer-bloom .fullword-letter.b .building[data-num="1"] {
  width: 78px;
  height: 121px;
  left: 188px;
  top: 205px;
}
#globalFooter .footer-bloom .fullword-letter.b .building[data-num="1"] .part {
  top: 8px;
  transform: translate3d(0, 120px, 0);
}
#globalFooter .footer-bloom .fullword-letter.b .line[data-num="0"] {
  width: 60px;
  left: 76px;
  top: 180px;
}
#globalFooter .footer-bloom .fullword-letter.b .stairs[data-num="0"] {
  width: 73px;
  height: 62px;
  top: 178px;
  left: 91px;
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="0"] {
  top: 190px;
  left: 155px;
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="1"] {
  top: 84px;
  left: 135px;
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="2"] {
  top: 206px;
  left: 84px;
  transform: scaleX(-1);
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="3"] {
  top: 62px;
  left: 75px;
  transform: scale(1);
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="4"] {
  top: 122px;
  left: 144px;
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="5"] {
  top: 309px;
  left: 221px;
  transform: scaleX(-1);
}
#globalFooter .footer-bloom .fullword-letter.b .small-plant[data-num="6"] {
  top: 295px;
  left: 105px;
}
#globalFooter .footer-bloom .fullword-letter.b .hill[data-num="1"] {
  width: 76px;
  height: 38px;
  top: 125px;
  left: 183px;
}
#globalFooter .footer-bloom .fullword-letter.b .hill[data-num="1"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.b .hill[data-num="0"] {
  width: 93px;
  height: 64px;
  left: 175px;
  top: 282px;
}
#globalFooter .footer-bloom .fullword-letter.b .hill[data-num="0"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.l {
  width: 186px;
  left: 292px;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant {
  width: 67px;
  height: 103px;
  left: 96px;
  top: 242px;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant .stem {
  width: 47px;
  height: 93px;
  top: 10px;
  left: 10px;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -14px;
  top: -5px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 33px;
  top: 64px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 8px;
  top: 51px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.l .big-plant .leaf[data-num="2"] {
  width: 38px;
  height: 21px;
  left: 45px;
  top: -4px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.l .building[data-num="0"] {
  width: 65px;
  height: 163px;
  left: 20px;
  top: 185px;
}
#globalFooter .footer-bloom .fullword-letter.l .building[data-num="0"] .part {
  top: 8px;
  transform: translate3d(0, 163px, 0);
}
#globalFooter .footer-bloom .fullword-letter.l .small-plant[data-num="0"] {
  top: 317px;
  left: 84px;
}
#globalFooter .footer-bloom .fullword-letter.l .small-plant[data-num="1"] {
  top: 68px;
  left: 45px;
}
#globalFooter .footer-bloom .fullword-letter.l .small-plant[data-num="2"] {
  top: 168px;
  left: 42px;
}
#globalFooter .footer-bloom .fullword-letter.l .hill[data-num="0"] {
  width: 64px;
  height: 105px;
  top: 94px;
  left: 19px;
}
#globalFooter .footer-bloom .fullword-letter.l .hill[data-num="0"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.o {
  width: 281px;
  left: 478px;
}
#globalFooter .footer-bloom .fullword-letter.o .cover {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 281px;
  height: 165px;
  z-index: 1;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant {
  width: 80px;
  height: 135px;
  left: 111px;
  top: 166px;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .stem {
  width: 20px;
  height: 132px;
  top: 23px;
  left: 15px;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .stem img {
  margin-top: -35px;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 9px;
  top: 8px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: -7px;
  top: 8px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 26px;
  top: 79px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.o .big-plant .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 2px;
  top: 57px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.o .hill[data-num="0"] {
  width: 121px;
  height: 71px;
  top: 119px;
  left: 42px;
}
#globalFooter .footer-bloom .fullword-letter.o .hill[data-num="0"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.o .hill[data-num="1"] {
  width: 64px;
  height: 30px;
  top: 200px;
  left: 202px;
}
#globalFooter .footer-bloom .fullword-letter.o .hill[data-num="1"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.o .building[data-num="0"] {
  width: 73px;
  height: 77px;
  left: 5px;
  top: 166px;
}
#globalFooter .footer-bloom .fullword-letter.o .building[data-num="0"] .part {
  top: 8px;
  transform: translate3d(0, 77px, 0);
}
#globalFooter .footer-bloom .fullword-letter.o .building[data-num="1"] {
  width: 140px;
  height: 120px;
  top: 272px;
  left: 68px;
  z-index: 0;
}
#globalFooter .footer-bloom .fullword-letter.o .building[data-num="1"] .part {
  top: 14px;
  transform: translate3d(0, 115px, 0);
}
#globalFooter .footer-bloom .fullword-letter.o .line[data-num="0"] {
  width: 65px;
  left: 9px;
  top: 243px;
}
#globalFooter .footer-bloom .fullword-letter.o .stairs[data-num="0"] {
  width: 73px;
  height: 82px;
  top: 241px;
  left: 12px;
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="0"] {
  top: 272px;
  left: 200px;
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="1"] {
  top: 125px;
  left: 187px;
  transform: scaleX(-1);
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="2"] {
  top: 101px;
  left: 124px;
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="3"] {
  top: 156px;
  left: 225px;
  transform: scaleX(1);
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="4"] {
  top: 112px;
  left: 17px;
}
#globalFooter .footer-bloom .fullword-letter.o .small-plant[data-num="5"] {
  top: 258px;
  left: 70px;
  transform: scaleX(-1);
}
#globalFooter .footer-bloom .fullword-letter.oo {
  width: 289px;
  left: 759px;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] {
  width: 80px;
  height: 135px;
  left: 99px;
  top: 223px;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] .stem {
  width: 20px;
  height: 122px;
  top: 0px;
  left: 15px;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 9px;
  top: 8px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: -7px;
  top: 8px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 26px;
  top: 90px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="0"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 2px;
  top: 68px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] {
  width: 67px;
  height: 103px;
  left: 206px;
  top: 131px;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] .stem {
  width: 47px;
  height: 93px;
  top: 10px;
  left: 10px;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -14px;
  top: -5px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 33px;
  top: 64px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 8px;
  top: 51px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .big-plant[data-num="1"] .leaf[data-num="2"] {
  width: 38px;
  height: 21px;
  left: 45px;
  top: -4px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.oo .hill[data-num="0"] {
  width: 91px;
  height: 55px;
  top: 138px;
  left: 15px;
}
#globalFooter .footer-bloom .fullword-letter.oo .hill[data-num="0"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.oo .hill[data-num="1"] {
  width: 109px;
  height: 52px;
  top: 288px;
  left: 85px;
}
#globalFooter .footer-bloom .fullword-letter.oo .hill[data-num="1"] .part {
  top: 10px;
}
#globalFooter .footer-bloom .fullword-letter.oo .building[data-num="0"] {
  width: 73px;
  height: 77px;
  left: 15px;
  top: 175px;
}
#globalFooter .footer-bloom .fullword-letter.oo .building[data-num="0"] .part {
  top: 8px;
  transform: translate3d(0, 77px, 0);
}
#globalFooter .footer-bloom .fullword-letter.oo .line[data-num="0"] {
  width: 65px;
  left: 18px;
  top: 252px;
}
#globalFooter .footer-bloom .fullword-letter.oo .small-plant[data-num="0"] {
  top: 278px;
  left: 149px;
}
#globalFooter .footer-bloom .fullword-letter.oo .small-plant[data-num="1"] {
  top: 278px;
  left: 56px;
}
#globalFooter .footer-bloom .fullword-letter.oo .small-plant[data-num="2"] {
  top: 279px;
  left: 198px;
}
#globalFooter .footer-bloom .fullword-letter.oo .small-plant[data-num="3"] {
  top: 105px;
  left: 83px;
  transform: scaleX(1);
}
#globalFooter .footer-bloom .fullword-letter.oo .small-plant[data-num="4"] {
  top: 110px;
  left: 145px;
}
#globalFooter .footer-bloom .fullword-letter.m {
  width: 370px;
  left: 1030px;
}
#globalFooter .footer-bloom .fullword-letter.m .cover {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 370px;
  height: 165px;
  z-index: 1;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] {
  width: 67px;
  height: 103px;
  left: 25px;
  top: 242px;
  transform: scaleX(-1);
  z-index: 2;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] .stem {
  width: 47px;
  height: 93px;
  top: 10px;
  left: 10px;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -14px;
  top: -5px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 33px;
  top: 64px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 8px;
  top: 51px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="0"] .leaf[data-num="2"] {
  width: 38px;
  height: 21px;
  left: 45px;
  top: -4px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] {
  width: 40px;
  height: 188px;
  left: 160px;
  top: 56px;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .stem {
  width: 20px;
  height: 178px;
  top: 10px;
  left: 10px;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -28px;
  top: 58px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 4px;
  top: -30px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .card[data-num="2"] {
  width: 49px;
  height: 46px;
  left: -12px;
  top: -30px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 20px;
  top: 130px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: -4px;
  top: 116px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 20px;
  top: 53px;
  transform-origin: left bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .big-plant[data-num="1"] .leaf[data-num="3"] {
  width: 22px;
  height: 12px;
  left: -4px;
  top: 20px;
  transform-origin: right bottom;
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="0"] {
  width: 73px;
  height: 78px;
  left: 253px;
  top: 181px;
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="0"] .part {
  top: 8px;
  transform: translate3d(0, 77px, 0);
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="1"] {
  width: 73px;
  height: 78px;
  left: 54px;
  top: 100px;
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="1"] .part {
  top: 8px;
  transform: translate3d(0, 77px, 0);
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="2"] {
  width: 86px;
  height: 83px;
  left: 137px;
  top: 240px;
}
#globalFooter .footer-bloom .fullword-letter.m .building[data-num="2"] .part {
  top: 18px;
  transform: translate3d(0, 83px, 0);
}
#globalFooter .footer-bloom .fullword-letter.m .line[data-num="0"] {
  width: 63px;
  left: 260px;
  top: 259px;
}
#globalFooter .footer-bloom .fullword-letter.m .line[data-num="1"] {
  width: 81px;
  left: 46px;
  top: 178px;
}
#globalFooter .footer-bloom .fullword-letter.m .stairs[data-num="0"] {
  width: 59px;
  height: 107px;
  top: 179px;
  left: 39px;
}
#globalFooter .footer-bloom .fullword-letter.m .stairs[data-num="1"] {
  width: 74px;
  height: 70px;
  top: 258px;
  left: 259px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="0"] {
  top: 316px;
  left: 12px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="1"] {
  left: 200px;
  top: 215px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="2"] {
  top: 82px;
  left: 49px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="3"] {
  top: 304px;
  left: 262px;
  transform: scaleX(1);
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="4"] {
  top: 152px;
  left: 224px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="5"] {
  top: 191px;
  left: 68px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="6"] {
  top: 238px;
  left: 132px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="7"] {
  top: 89px;
  left: 226px;
}
#globalFooter .footer-bloom .fullword-letter.m .small-plant[data-num="8"] {
  top: 55px;
  left: 257px;
}
#globalFooter .legal {
  margin-top: 165px;
  padding: 0 50px;
}
#globalFooter .legal p {
  font: 400 13px/1 'sofia-pro', sans-serif;
  color: #6067f1;
  margin-top: 30px;
}
#globalFooter .legal p a {
  color: #6067f1;
}
#globalFooter .email-form {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
}
#globalFooter .email-form .email-wrap {
  margin: 0 auto;
}
#globalFooter .email-form > p {
  margin-bottom: 30px;
}
#globalFooter .footer-social {
  width: 100%;
  height: 70px;
  background-color: #6067f1;
}
#globalFooter .footer-social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  list-style: none;
  padding: 20px 0;
}
#globalFooter .footer-social li {
  width: 25%;
}
#globalFooter .footer-social li ~ li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
#globalFooter .footer-social .icon {
  color: #fff;
  line-height: 30px;
}
#globalFooter .footer-social .icon.icon-slack {
  font-size: 17px;
}
#globalFooter .footer-social .icon.icon-telegram {
  font-size: 16px;
}
#globalFooter .footer-social .icon.icon-twitter {
  font-size: 20px;
}
#globalFooter .footer-social .icon.icon-facebook {
  font-size: 22px;
}
/*! OVERLAY: VIDEO */
#video-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: 60;
}
#video-overlay .blanket {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .9;
  z-index: 1;
}
#video-overlay .overlayWrap {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 40px 4%;
  -webkit-transform: translateZ(0);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 30;
}
#video-overlay .contentContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: center;
  height: auto;
  min-height: 100%;
  max-width: 850px;
}
#video-overlay #video-contents {
  position: relative;
}
#video-overlay .video-spacer {
  width: 100%;
  height: auto;
}
#video-overlay video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#video-overlay .close-btn {
  position: absolute;
  right: 0px;
  top: -35px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#video-overlay .close-btn .close-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  top: 13px;
  left: 5px;
  height: 4px;
  background-color: #fff;
}
#video-overlay .close-btn .close-line.left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#video-overlay .close-btn .close-line.right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#video-overlay .close-btn .close-hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #305f81;
  width: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*! - ANIMATIONS: PARTS */
.buildings {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.buildings .building {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.buildings .building[data-num="0"] {
  width: 207px;
  height: 290px;
  top: 157px;
}
.buildings .building[data-num="0"] .part {
  top: 10px;
  transform: translate3d(0, 280px, 0);
}
.buildings .building[data-num="1"] {
  width: 160px;
  height: 174px;
  left: 383px;
  top: 634px;
}
.buildings .building[data-num="1"] .part {
  top: 10px;
}
.buildings .building[data-num="1"] .part.a {
  width: 70px;
  height: 174px;
  transform: translate3d(0, 125px, 0);
}
.buildings .building[data-num="1"] .part.b {
  width: 90px;
  height: 174px;
  left: 70px;
  transform: translate3d(0, 135px, 0);
}
.buildings .building[data-num="2"] {
  width: 140px;
  height: 130px;
  top: 153px;
  left: 372px;
}
.buildings .building[data-num="2"] .part {
  top: 14px;
  transform: translate3d(0, 115px, 0);
}
.buildings .building[data-num="3"] {
  width: 328px;
  height: 157px;
  top: 650px;
}
.buildings .building[data-num="3"] .part {
  top: 11px;
  transform: translate3d(0, 140px, 0);
}
.buildings .building[data-num="4"] {
  width: 73px;
  height: 77px;
  left: 119px;
  top: 82px;
}
.buildings .building[data-num="4"] .part {
  top: 8px;
  transform: translate3d(0, 60px, 0);
}
.buildings .building[data-num="5"] {
  width: 91px;
  height: 83px;
  left: 209px;
  top: 110px;
}
.buildings .building[data-num="5"] .part {
  top: 18px;
  transform: translate3d(0, 60px, 0);
}
.buildings .building[data-num="6"] {
  width: 83px;
  height: 112px;
  left: 394px;
  top: 525px;
}
.buildings .building[data-num="6"] .part {
  top: 15px;
  transform: translate3d(0, 95px, 0);
}
.buildings .building[data-num="7"] {
  width: 73px;
  height: 77px;
  transform: scaleX(-1);
  left: 460px;
  top: 460px;
}
.buildings .building[data-num="7"] .part {
  top: 7px;
  transform: translate3d(0, 65px, 0);
}
.buildings .building[data-num="8"] {
  width: 73px;
  height: 77px;
  left: 25px;
  top: 578px;
}
.buildings .building[data-num="8"] .part {
  top: 8px;
  transform: translate3d(0, 60px, 0);
}
.buildings .building[data-num="9"] {
  width: 83px;
  height: 112px;
  left: 400px;
  top: 281px;
}
.buildings .building[data-num="9"] .part {
  top: 15px;
  transform: translate3d(0, 95px, 0);
}
.buildings .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background-color: #6067f1;
  transform: scaleX(0);
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.buildings .line.on {
  transform: scaleX(1);
}
.buildings .line[data-num="0"] {
  width: 205px;
  left: 14px;
  top: 445px;
}
.buildings .line[data-num="1"] {
  width: 190px;
  left: 354px;
  top: 281px;
}
.buildings .line[data-num="2"] {
  width: 145px;
  left: 364px;
  top: 635px;
}
.buildings .line[data-num="3"] {
  width: 115px;
  left: 460px;
  top: 535px;
}
.buildings .line[data-num="4"] {
  width: 85px;
  left: 15px;
  top: 654px;
}
.buildings .line[data-num="5"] {
  width: 105px;
  left: 380px;
  top: 391px;
}
.buildings .stairs {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-clip-path: inset(100% 100% 0 0);
  clip-path: inset(100% 100% 0 0);
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.buildings .stairs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: block;
}
.buildings .stairs.on {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.buildings .stairs[data-num="0"] {
  width: 182px;
  height: 231px;
  top: 292px;
  left: 14px;
}
.buildings .stairs[data-num="1"] {
  width: 70px;
  height: 65px;
  top: 649px;
  left: 165px;
}
.buildings .stairs[data-num="2"] {
  width: 190px;
  height: 43px;
  top: 156px;
  left: 110px;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.buildings .stairs[data-num="2"].on {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.buildings .stairs[data-num="3"] {
  width: 195px;
  height: 158px;
  top: 280px;
  left: 350px;
}
.corner-block {
  width: 268px;
  height: 261px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.corner-block img {
  width: 100%;
  height: auto;
  display: block;
}
.b-block {
  width: 50px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 195px;
  top: 621px;
}
.big-plants {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.big-plant {
  position: absolute;
  left: 0;
  top: 0;
}
.big-plant .leaf,
.big-plant .card {
  transform: scale(0);
}
.big-plant .stem {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.big-plant .stem.rev {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.big-plant.on .stem {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.big-plants .big-plant[data-num="0"],
.big-plants .big-plant[data-num="2"] {
  width: 110px;
  height: 156px;
}
.big-plants .big-plant[data-num="0"] .stem,
.big-plants .big-plant[data-num="2"] .stem {
  width: 54px;
  height: 135px;
  top: 10px;
  left: 24px;
}
.big-plants .big-plant[data-num="0"] .card[data-num="0"],
.big-plants .big-plant[data-num="2"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 0px;
  top: 18px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="0"] .leaf[data-num="0"],
.big-plants .big-plant[data-num="2"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 24px;
  top: 102px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="0"] .leaf[data-num="1"],
.big-plants .big-plant[data-num="2"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 47px;
  top: 88px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="0"] .leaf[data-num="2"],
.big-plants .big-plant[data-num="2"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 24px;
  top: 75px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="0"] .leaf[data-num="3"],
.big-plants .big-plant[data-num="2"] .leaf[data-num="3"] {
  width: 38px;
  height: 21px;
  left: 60px;
  top: 21px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="0"] .leaf[data-num="4"],
.big-plants .big-plant[data-num="2"] .leaf[data-num="4"] {
  width: 30px;
  height: 21px;
  left: 14px;
  top: 1px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="0"] {
  left: 263px;
  top: 247px;
}
.big-plants .big-plant[data-num="1"] {
  width: 88px;
  height: 220px;
  left: 80px;
  top: 450px;
}
.big-plants .big-plant[data-num="1"] .stem {
  width: 20px;
  height: 175px;
  top: 44px;
  left: 25px;
}
.big-plants .big-plant[data-num="1"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -13px;
  top: 60px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="1"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 20px;
  top: 2px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="1"] .card[data-num="2"] {
  width: 49px;
  height: 46px;
  left: 2px;
  top: 2px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 11px;
  top: 143px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="1"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 34px;
  top: 129px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="1"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 11px;
  top: 116px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="1"] .leaf[data-num="3"] {
  width: 22px;
  height: 12px;
  left: 34px;
  top: 57px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="2"] {
  left: 494px;
  top: 561px;
  transform: scaleX(-1);
}
.big-plants .big-plant[data-num="3"] {
  left: 27px;
  top: 39px;
}
.big-plants .big-plant[data-num="3"],
.big-plants .big-plant[data-num="5"] {
  width: 70px;
  height: 120px;
}
.big-plants .big-plant[data-num="3"] .stem,
.big-plants .big-plant[data-num="5"] .stem {
  width: 20px;
  height: 113px;
  top: 0px;
  left: 25px;
}
.big-plants .big-plant[data-num="3"] .card[data-num="0"],
.big-plants .big-plant[data-num="5"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 20px;
  top: 4px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="3"] .card[data-num="1"],
.big-plants .big-plant[data-num="5"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 2px;
  top: 4px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="3"] .leaf[data-num="0"],
.big-plants .big-plant[data-num="5"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 35px;
  top: 87px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="3"] .leaf[data-num="1"],
.big-plants .big-plant[data-num="5"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 12px;
  top: 65px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="4"] {
  width: 80px;
  height: 248px;
  left: 321px;
  top: 576px;
}
.big-plants .big-plant[data-num="4"] .stem {
  width: 20px;
  height: 191px;
  top: 42px;
  left: 20px;
}
.big-plants .big-plant[data-num="4"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -17px;
  top: 86px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="4"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: 15px;
  top: 1px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="4"] .card[data-num="2"] {
  width: 49px;
  height: 46px;
  left: -2px;
  top: 1px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="4"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 7px;
  top: 170px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="4"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 31px;
  top: 156px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="4"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 7px;
  top: 143px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="4"] .leaf[data-num="3"] {
  width: 22px;
  height: 12px;
  left: 31px;
  top: 82px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="4"] .leaf[data-num="4"] {
  width: 22px;
  height: 12px;
  left: 7px;
  top: 51px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="5"] {
  left: 485px;
  top: 385px;
}
.big-plants .big-plant[data-num="6"] {
  width: 100px;
  height: 150px;
  left: 227px;
  top: 393px;
}
.big-plants .big-plant[data-num="6"] .stem {
  width: 45px;
  height: 130px;
  top: 10px;
  left: 22px;
}
.big-plants .big-plant[data-num="6"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -8px;
  top: 18px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 53px;
  top: 122px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 18px;
  top: 101px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 40px;
  top: 87px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="3"] {
  width: 22px;
  height: 12px;
  left: 16px;
  top: 75px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="4"] {
  width: 38px;
  height: 21px;
  left: 52px;
  top: 20px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="6"] .leaf[data-num="5"] {
  width: 30px;
  height: 21px;
  left: 5px;
  top: 0px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="7"] {
  width: 100px;
  height: 165px;
  left: 257px;
  top: 4px;
  transform: scaleX(-1);
}
.big-plants .big-plant[data-num="7"] .stem {
  width: 40px;
  height: 153px;
  top: 9px;
  left: 20px;
}
.big-plants .big-plant[data-num="7"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -12px;
  top: 18px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="7"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 35px;
  top: 125px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="7"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 12px;
  top: 113px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="7"] .leaf[data-num="2"] {
  width: 22px;
  height: 12px;
  left: 12px;
  top: 75px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="7"] .leaf[data-num="3"] {
  width: 38px;
  height: 21px;
  left: 48px;
  top: 21px;
  transform-origin: left bottom;
}
.big-plants .big-plant[data-num="7"] .leaf[data-num="4"] {
  width: 30px;
  height: 21px;
  left: 2px;
  top: 1px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="8"] {
  width: 52px;
  height: 75px;
  left: 177px;
  top: 54px;
}
.big-plants .big-plant[data-num="8"] .stem {
  width: 27px;
  height: 55px;
  top: 0px;
  left: 20px;
}
.big-plants .big-plant[data-num="8"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 9px;
  top: 22px;
  transform-origin: right bottom;
}
.big-plants .big-plant[data-num="8"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 9px;
  top: 47px;
  transform-origin: right bottom;
}
.hill {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hill img {
  width: 100%;
  height: auto;
  display: block;
}
.hill.on {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.hill[data-num="0"] {
  width: 180px;
  height: 95px;
  left: 202px;
  top: 371px;
}
.hill[data-num="0"] .part {
  top: 10px;
}
.hill[data-num="1"] {
  width: 148px;
  height: 82px;
  left: 82px;
  top: 590px;
}
.hill[data-num="1"] .part {
  top: 10px;
}
.hill[data-num="2"] {
  width: 82px;
  height: 62px;
  left: 315px;
  top: 729px;
}
.hill[data-num="2"] .part {
  top: 10px;
}
.hill[data-num="3"] {
  width: 209px;
  height: 117px;
  left: 256px;
  top: 108px;
}
.hill[data-num="3"] .part {
  top: 10px;
}
.small-plants,
.footer-bloom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.small-plants .small-plant,
.footer-bloom .small-plant {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.small-plants .small-plant .part,
.footer-bloom .small-plant .part {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.8, 0, 0.2, 1);
}
.small-plants .small-plant.on .part,
.footer-bloom .small-plant.on .part {
  transform: translate3d(0, 0px, 0) !important;
}
.small-plants .small-plant[data-type="1"],
.footer-bloom .small-plant[data-type="1"] {
  width: 31px;
  height: 28px;
}
.small-plants .small-plant[data-type="1"] .part,
.footer-bloom .small-plant[data-type="1"] .part {
  background: url(../images/parts/smallplant1.png);
  background-size: 31px 28px;
  transform: translate3d(0, 28px, 0);
}
.small-plants .small-plant[data-type="2"],
.footer-bloom .small-plant[data-type="2"] {
  width: 53px;
  height: 36px;
}
.small-plants .small-plant[data-type="2"] .part,
.footer-bloom .small-plant[data-type="2"] .part {
  background: url(../images/parts/smallplant2.png);
  background-size: 53px 36px;
  transform: translate3d(0, 36px, 0);
}
.small-plants .small-plant[data-type="3"],
.footer-bloom .small-plant[data-type="3"] {
  width: 35px;
  height: 38px;
}
.small-plants .small-plant[data-type="3"] .part,
.footer-bloom .small-plant[data-type="3"] .part {
  background: url(../images/parts/smallplant3.png);
  background-size: 35px 38px;
  transform: translate3d(0, 38px, 0);
}
.small-plants .small-plant[data-type="4"],
.footer-bloom .small-plant[data-type="4"] {
  width: 56px;
  height: 30px;
}
.small-plants .small-plant[data-type="4"] .part,
.footer-bloom .small-plant[data-type="4"] .part {
  background: url(../images/parts/smallplant4.png);
  background-size: 56px 30px;
  transform: translate3d(0, 30px, 0);
}
.small-plants .small-plant[data-type="5"],
.footer-bloom .small-plant[data-type="5"] {
  width: 47px;
  height: 40px;
}
.small-plants .small-plant[data-type="5"] .part,
.footer-bloom .small-plant[data-type="5"] .part {
  background: url(../images/parts/smallplant5.png);
  background-size: 47px 40px;
  transform: translate3d(0, 40px, 0);
}
.small-plants .small-plant[data-type="6"],
.footer-bloom .small-plant[data-type="6"] {
  width: 49px;
  height: 37px;
}
.small-plants .small-plant[data-type="6"] .part,
.footer-bloom .small-plant[data-type="6"] .part {
  background: url(../images/parts/smallplant6.png);
  background-size: 49px 37px;
  transform: translate3d(0, 37px, 0);
}
.small-plants .small-plant[data-type="7"],
.footer-bloom .small-plant[data-type="7"] {
  width: 43px;
  height: 61px;
}
.small-plants .small-plant[data-type="7"] .part,
.footer-bloom .small-plant[data-type="7"] .part {
  background: url(../images/parts/smallplant7.png);
  background-size: 43px 61px;
  transform: translate3d(0, -61px, 0);
}
.small-plants .small-plant[data-type="8"],
.footer-bloom .small-plant[data-type="8"] {
  width: 53px;
  height: 35px;
}
.small-plants .small-plant[data-type="8"] .part,
.footer-bloom .small-plant[data-type="8"] .part {
  background: url(../images/parts/smallplant8.png);
  background-size: 53px 35px;
  transform: translate3d(0, -35px, 0);
}
.small-plants .small-plant[data-type="9"],
.footer-bloom .small-plant[data-type="9"] {
  width: 66px;
  height: 42px;
}
.small-plants .small-plant[data-type="9"] .part,
.footer-bloom .small-plant[data-type="9"] .part {
  background: url(../images/parts/smallplant10.png);
  background-size: 66px 42px;
  transform: translate3d(0, 42px, 0);
}
.small-plants .small-plant[data-num="0"],
.footer-bloom .small-plant[data-num="0"] {
  top: 661px;
  left: 265px;
}
.small-plants .small-plant[data-num="1"],
.footer-bloom .small-plant[data-num="1"] {
  top: 130px;
  left: 365px;
}
.small-plants .small-plant[data-num="2"],
.footer-bloom .small-plant[data-num="2"] {
  top: 549px;
  left: 487px;
}
.small-plants .small-plant[data-num="3"],
.footer-bloom .small-plant[data-num="3"] {
  top: 88px;
  left: 243px;
  transform: scaleX(-1);
}
.small-plants .small-plant[data-num="4"],
.footer-bloom .small-plant[data-num="4"] {
  top: 647px;
  left: 389px;
}
.small-plants .small-plant[data-num="5"],
.footer-bloom .small-plant[data-num="5"] {
  top: 364px;
  left: 189px;
}
.small-plants .small-plant[data-num="6"],
.footer-bloom .small-plant[data-num="6"] {
  top: 77px;
  left: 417px;
}
.small-plants .small-plant[data-num="7"],
.footer-bloom .small-plant[data-num="7"] {
  top: 466px;
  left: 295px;
}
.small-plants .small-plant[data-num="8"],
.footer-bloom .small-plant[data-num="8"] {
  top: 86px;
  left: 342px;
}
.small-plants .small-plant[data-num="9"],
.footer-bloom .small-plant[data-num="9"] {
  top: 494px;
  left: 161px;
}
.small-plants .small-plant[data-num="10"],
.footer-bloom .small-plant[data-num="10"] {
  top: 474px;
  left: 415px;
}
.small-plants .small-plant[data-num="11"],
.footer-bloom .small-plant[data-num="11"] {
  top: 414px;
  left: 409px;
}
.small-plants .small-plant[data-num="12"],
.footer-bloom .small-plant[data-num="12"] {
  top: 623px;
  left: 131px;
}
.small-plants .small-plant[data-num="13"],
.footer-bloom .small-plant[data-num="13"] {
  top: 134px;
  left: 455px;
}
.small-plants .small-plant[data-num="14"],
.footer-bloom .small-plant[data-num="14"] {
  top: 552px;
  left: 1px;
  transform: scaleX(-1);
}
.small-plants .small-plant[data-num="15"],
.footer-bloom .small-plant[data-num="15"] {
  top: 204px;
  left: 208px;
}
.small-plants .small-plant[data-num="16"],
.footer-bloom .small-plant[data-num="16"] {
  top: 502px;
  left: 529px;
}
.small-plants .small-plant[data-num="17"],
.footer-bloom .small-plant[data-num="17"] {
  top: 80px;
  left: 101px;
}
.small-plants .small-plant[data-num="18"],
.footer-bloom .small-plant[data-num="18"] {
  top: 310px;
  left: 348px;
  transform: scaleX(-1);
}
.small-plants .small-plant[data-num="18"] .part,
.footer-bloom .small-plant[data-num="18"] .part {
  top: 6px;
}
.small-plants .small-plant[data-num="19"],
.footer-bloom .small-plant[data-num="19"] {
  top: 534px;
  left: 130px;
  transform: scaleX(-1);
}
.small-plants .small-plant[data-num="20"],
.footer-bloom .small-plant[data-num="20"] {
  top: 42px;
  left: 119px;
}
.small-plants .small-plant[data-num="21"],
.footer-bloom .small-plant[data-num="21"] {
  top: 370px;
  left: 330px;
}
.small-plants .small-plant[data-num="22"],
.footer-bloom .small-plant[data-num="22"] {
  top: 463px;
  left: 200px;
}
.small-plants .small-plant[data-num="23"],
.footer-bloom .small-plant[data-num="23"] {
  top: 474px;
  left: 364px;
}
.small-plants .small-plant[data-num="24"],
.footer-bloom .small-plant[data-num="24"] {
  top: 365px;
  left: 372px;
}
.small-plants .small-plant[data-num="25"],
.footer-bloom .small-plant[data-num="25"] {
  top: 53px;
  left: 181px;
  display: none;
}
.footer-plant .big-plant[data-num="0"] {
  width: 95px;
  height: 185px;
  left: 16px;
  top: 12px;
}
.footer-plant .big-plant[data-num="0"] .stem {
  width: 40px;
  height: 168px;
  top: 16px;
  left: 28px;
}
.footer-plant .big-plant[data-num="0"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: -2px;
  top: 17px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="0"] .leaf[data-num="0"] {
  width: 18px;
  height: 12px;
  left: 47px;
  top: 117px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="0"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 22px;
  top: 80px;
  transform-origin: left bottom;
}
.footer-plant .big-plant[data-num="0"] .leaf[data-num="2"] {
  width: 34px;
  height: 21px;
  left: 56px;
  top: 25px;
  transform-origin: left bottom;
}
.footer-plant .big-plant[data-num="0"] .leaf[data-num="3"] {
  width: 28px;
  height: 21px;
  left: 15px;
  top: 8px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="1"] {
  width: 44px;
  height: 50px;
  left: 87px;
  top: 147px;
}
.footer-plant .big-plant[data-num="1"] .stem {
  width: 20px;
  height: 39px;
  top: 10px;
  left: 15px;
}
.footer-plant .big-plant[data-num="1"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 2px;
  top: 5px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="2"] {
  width: 80px;
  height: 135px;
  left: 131px;
  top: 64px;
}
.footer-plant .big-plant[data-num="2"] .stem {
  width: 20px;
  height: 132px;
  top: 0px;
  left: 15px;
}
.footer-plant .big-plant[data-num="2"] .card[data-num="0"] {
  width: 49px;
  height: 46px;
  left: 9px;
  top: 8px;
  transform-origin: left bottom;
}
.footer-plant .big-plant[data-num="2"] .card[data-num="1"] {
  width: 49px;
  height: 46px;
  left: -7px;
  top: 8px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="2"] .leaf[data-num="0"] {
  width: 22px;
  height: 12px;
  left: 26px;
  top: 90px;
  transform-origin: right bottom;
}
.footer-plant .big-plant[data-num="2"] .leaf[data-num="1"] {
  width: 22px;
  height: 12px;
  left: 2px;
  top: 68px;
  transform-origin: left bottom;
}
.bigletter {
  font: 900 1000px 'sofia-pro', sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  left: 50%;
  color: #eff2fe;
  opacity: .5;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  will-change: transform;
}
.bigletter.l {
  top: 0px;
  margin-left: -1000px;
}
.bigletter.o {
  top: 700px;
  margin-left: 350px;
}
.bigletter.oo {
  top: 1800px;
  margin-left: -1150px;
}
.bigletter.m {
  top: 1100px;
  margin-left: 350px;
}
.dial .mover {
  position: absolute;
  bottom: 5px;
  left: 9px;
  width: 2px;
  height: 11px;
  border-radius: 12px;
  transform-origin: center bottom;
  transform: rotate(-20deg);
  background-color: #6067f1;
}
.thumbprint {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
  height: 125px;
  transform: rotate(30deg);
}
.thumbprint .part {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.thumbprint .part[data-num="1"] {
  width: 19px;
  height: 51px;
  left: 32px;
  top: 44px;
}
.thumbprint .part[data-num="2"] {
  width: 11px;
  height: 46px;
  left: 39px;
  top: 52px;
}
.thumbprint .part[data-num="3"] {
  width: 10px;
  height: 39px;
  left: 46px;
  top: 61px;
}
.thumbprint .part[data-num="4"] {
  width: 18px;
  height: 44px;
  left: 50px;
  top: 56px;
}
.thumbprint .part[data-num="5"] {
  width: 21px;
  height: 47px;
  left: 53px;
  top: 50px;
}
.thumbprint .part[data-num="6"] {
  width: 28px;
  height: 48px;
  left: 53px;
  top: 43px;
}
/*! - ANIMATION: MOVEMENT */
@-moz-keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
@keyframes dialMover {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(-45deg);
  }
}
.dial-move {
  -webkit-animation: dialMover infinite 3s ease-in-out;
  -moz-animation: dialMover infinite 3s ease-in-out;
  animation: dialMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes ipadMover {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(-35px);
  }
  55% {
    transform: translateY(-35px);
  }
  95% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes ipadMover {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(-35px);
  }
  55% {
    transform: translateY(-35px);
  }
  95% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes ipadMover {
  0% {
    transform: translateY(0px);
  }
  5% {
    transform: translateY(0px);
  }
  45% {
    transform: translateY(-35px);
  }
  55% {
    transform: translateY(-35px);
  }
  95% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.scrollPad {
  -webkit-animation: ipadMover infinite 2s ease-in-out;
  -moz-animation: ipadMover infinite 2s ease-in-out;
  animation: ipadMover infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.scrollPadBar {
  -webkit-animation: ipadMover infinite 2s ease-in-out;
  -moz-animation: ipadMover infinite 2s ease-in-out;
  animation: ipadMover infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes penMover {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes penMover {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes penMover {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.pen-move {
  -webkit-animation: penMover infinite 3s ease-in-out;
  -moz-animation: penMover infinite 3s ease-in-out;
  animation: penMover infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes cardSwinger {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@-webkit-keyframes cardSwinger {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes cardSwinger {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.card-swing {
  -webkit-animation: cardSwinger infinite 4s ease-in-out;
  -moz-animation: cardSwinger infinite 4s ease-in-out;
  animation: cardSwinger infinite 4s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes cardSwinger2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes cardSwinger2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes cardSwinger2 {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
.card-swing2 {
  -webkit-animation: cardSwinger2 infinite 3s ease-in-out;
  -moz-animation: cardSwinger2 infinite 3s ease-in-out;
  animation: cardSwinger2 infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
.meter-spin {
  -webkit-animation: spinner infinite 6s linear;
  -moz-animation: spinner infinite 6s linear;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
}
.meter-spin-rev {
  -webkit-animation: spinner infinite 6s linear;
  -moz-animation: spinner infinite 6s linear;
  animation: spinner infinite 6s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes thumbMover1 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  80% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@-webkit-keyframes thumbMover1 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  80% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
@keyframes thumbMover1 {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  20% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  80% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
}
.thumb-mover1 {
  -webkit-animation: thumbMover1 infinite 6s ease-in-out;
  -moz-animation: thumbMover1 infinite 6s ease-in-out;
  animation: thumbMover1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
}
.thumb-mover2 {
  -webkit-animation: thumbMover1 infinite 6s ease-in-out;
  -moz-animation: thumbMover1 infinite 6s ease-in-out;
  animation: thumbMover1 infinite 6s ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
@-moz-keyframes plantSwayer {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@-webkit-keyframes plantSwayer {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes plantSwayer {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(12deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
.plant-sway {
  -webkit-animation: plantSwayer infinite 2s ease-in-out;
  -moz-animation: plantSwayer infinite 2s ease-in-out;
  animation: plantSwayer infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -117px);
  }
  50% {
    transform: translate(220px, -117px);
  }
  100% {
    transform: translate(220px, -420px);
  }
}
@-webkit-keyframes iconGrid1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -117px);
  }
  50% {
    transform: translate(220px, -117px);
  }
  100% {
    transform: translate(220px, -420px);
  }
}
@keyframes iconGrid1 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -117px);
  }
  50% {
    transform: translate(220px, -117px);
  }
  100% {
    transform: translate(220px, -420px);
  }
}
.icon-grid1 {
  -webkit-animation: iconGrid1 infinite 4s linear;
  -moz-animation: iconGrid1 infinite 4s linear;
  animation: iconGrid1 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid2 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, -190px);
  }
  75% {
    transform: translate(-290px, -190px);
  }
  100% {
    transform: translate(-290px, -40px);
  }
}
@-webkit-keyframes iconGrid2 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, -190px);
  }
  75% {
    transform: translate(-290px, -190px);
  }
  100% {
    transform: translate(-290px, -40px);
  }
}
@keyframes iconGrid2 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(0px, -190px);
  }
  75% {
    transform: translate(-290px, -190px);
  }
  100% {
    transform: translate(-290px, -40px);
  }
}
.icon-grid2 {
  -webkit-animation: iconGrid2 infinite 4s linear;
  -moz-animation: iconGrid2 infinite 4s linear;
  animation: iconGrid2 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid3 {
  0% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, -258px);
  }
  70% {
    transform: translate(152px, -258px);
  }
  100% {
    transform: translate(152px, -470px);
  }
}
@-webkit-keyframes iconGrid3 {
  0% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, -258px);
  }
  70% {
    transform: translate(152px, -258px);
  }
  100% {
    transform: translate(152px, -470px);
  }
}
@keyframes iconGrid3 {
  0% {
    transform: translate(0px, 0px);
  }
  45% {
    transform: translate(0px, -258px);
  }
  70% {
    transform: translate(152px, -258px);
  }
  100% {
    transform: translate(152px, -470px);
  }
}
.icon-grid3 {
  -webkit-animation: iconGrid3 infinite 4s linear;
  -moz-animation: iconGrid3 infinite 4s linear;
  animation: iconGrid3 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid4 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  60% {
    transform: translate(-225px, 130px);
  }
  100% {
    transform: translate(-225px, 460px);
  }
}
@-webkit-keyframes iconGrid4 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  60% {
    transform: translate(-225px, 130px);
  }
  100% {
    transform: translate(-225px, 460px);
  }
}
@keyframes iconGrid4 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  60% {
    transform: translate(-225px, 130px);
  }
  100% {
    transform: translate(-225px, 460px);
  }
}
.icon-grid4 {
  -webkit-animation: iconGrid4 infinite 4s linear;
  -moz-animation: iconGrid4 infinite 4s linear;
  animation: iconGrid4 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid5 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, 197px);
  }
  66% {
    transform: translate(221px, 197px);
  }
  100% {
    transform: translate(221px, -60px);
  }
}
@-webkit-keyframes iconGrid5 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, 197px);
  }
  66% {
    transform: translate(221px, 197px);
  }
  100% {
    transform: translate(221px, -60px);
  }
}
@keyframes iconGrid5 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, 197px);
  }
  66% {
    transform: translate(221px, 197px);
  }
  100% {
    transform: translate(221px, -60px);
  }
}
.icon-grid5 {
  -webkit-animation: iconGrid5 infinite 4s linear;
  -moz-animation: iconGrid5 infinite 4s linear;
  animation: iconGrid5 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes iconGrid6 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  55% {
    transform: translate(154px, 130px);
  }
  100% {
    transform: translate(154px, -100px);
  }
}
@-webkit-keyframes iconGrid6 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  55% {
    transform: translate(154px, 130px);
  }
  100% {
    transform: translate(154px, -100px);
  }
}
@keyframes iconGrid6 {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, 130px);
  }
  55% {
    transform: translate(154px, 130px);
  }
  100% {
    transform: translate(154px, -100px);
  }
}
.icon-grid6 {
  -webkit-animation: iconGrid6 infinite 4s linear;
  -moz-animation: iconGrid6 infinite 4s linear;
  animation: iconGrid6 infinite 4s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes sheetMover {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(410px);
  }
}
@-webkit-keyframes sheetMover {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(410px);
  }
}
@keyframes sheetMover {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(410px);
  }
}
.move-sheet {
  -webkit-animation: sheetMover infinite 6s linear;
  -moz-animation: sheetMover infinite 6s linear;
  animation: sheetMover infinite 6s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenDrop1 {
  0% {
    transform: translateY(-105px);
  }
  100% {
    transform: translateY(140px);
  }
}
@-webkit-keyframes tokenDrop1 {
  0% {
    transform: translateY(-105px);
  }
  100% {
    transform: translateY(140px);
  }
}
@keyframes tokenDrop1 {
  0% {
    transform: translateY(-105px);
  }
  100% {
    transform: translateY(140px);
  }
}
.token-drop1 {
  -webkit-animation: tokenDrop1 infinite 2s ease-in-out;
  -moz-animation: tokenDrop1 infinite 2s ease-in-out;
  animation: tokenDrop1 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveIcon1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-180px);
  }
}
@-webkit-keyframes moveIcon1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-180px);
  }
}
@keyframes moveIcon1 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-180px);
  }
}
.icon-move1 {
  -webkit-animation: moveIcon1 infinite 2s linear;
  -moz-animation: moveIcon1 infinite 2s linear;
  animation: moveIcon1 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveIcon2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -40px);
  }
  60% {
    transform: translate(98px, -40px);
  }
  100% {
    transform: translate(98px, -138px);
  }
}
@-webkit-keyframes moveIcon2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -40px);
  }
  60% {
    transform: translate(98px, -40px);
  }
  100% {
    transform: translate(98px, -138px);
  }
}
@keyframes moveIcon2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, -40px);
  }
  60% {
    transform: translate(98px, -40px);
  }
  100% {
    transform: translate(98px, -138px);
  }
}
.icon-move2 {
  -webkit-animation: moveIcon2 infinite 2s linear;
  -moz-animation: moveIcon2 infinite 2s linear;
  animation: moveIcon2 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes moveIcon3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 120px);
  }
  100% {
    transform: translate(90px, 120px);
  }
}
@-webkit-keyframes moveIcon3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 120px);
  }
  100% {
    transform: translate(90px, 120px);
  }
}
@keyframes moveIcon3 {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, 120px);
  }
  100% {
    transform: translate(90px, 120px);
  }
}
.icon-move3 {
  -webkit-animation: moveIcon3 infinite 2s linear;
  -moz-animation: moveIcon3 infinite 2s linear;
  animation: moveIcon3 infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenDrop2 {
  0% {
    transform: translateY(-75px);
  }
  100% {
    transform: translateY(275px);
  }
}
@-webkit-keyframes tokenDrop2 {
  0% {
    transform: translateY(-75px);
  }
  100% {
    transform: translateY(275px);
  }
}
@keyframes tokenDrop2 {
  0% {
    transform: translateY(-75px);
  }
  100% {
    transform: translateY(275px);
  }
}
.token-drop2 {
  -webkit-animation: tokenDrop2 infinite 2s ease-in-out;
  -moz-animation: tokenDrop2 infinite 2s ease-in-out;
  animation: tokenDrop2 infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenDrop3 {
  0% {
    transform: translate(-62px, -77px);
  }
  50% {
    transform: translate(86px, 106px);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translate(232px, 106px);
  }
  100% {
    transform: translate(232px, 106px);
  }
}
@-webkit-keyframes tokenDrop3 {
  0% {
    transform: translate(-62px, -77px);
  }
  50% {
    transform: translate(86px, 106px);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translate(232px, 106px);
  }
  100% {
    transform: translate(232px, 106px);
  }
}
@keyframes tokenDrop3 {
  0% {
    transform: translate(-62px, -77px);
  }
  50% {
    transform: translate(86px, 106px);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translate(232px, 106px);
  }
  100% {
    transform: translate(232px, 106px);
  }
}
.token-drop3 {
  -webkit-animation: tokenDrop3 infinite 2s ease-in;
  -moz-animation: tokenDrop3 infinite 2s ease-in;
  animation: tokenDrop3 infinite 2s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenJump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translateY(-70px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(100px);
  }
}
@-webkit-keyframes tokenJump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translateY(-70px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes tokenJump {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  70% {
    transform: translateY(-70px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(100px);
  }
}
.token-jump {
  -webkit-animation: tokenJump infinite 2s ease-in-out;
  -moz-animation: tokenJump infinite 2s ease-in-out;
  animation: tokenJump infinite 2s ease-in-out;
  animation-fill-mode: forwards;
}
.token-spin2 {
  -webkit-animation: spinner infinite 2s linear;
  -moz-animation: spinner infinite 2s linear;
  animation: spinner infinite 2s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes seedDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100px);
  }
}
@-webkit-keyframes seedDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100px);
  }
}
@keyframes seedDrop {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(100px);
  }
}
.seed-drop {
  -webkit-animation: seedDrop infinite 1s ease-in;
  -moz-animation: seedDrop infinite 1s ease-in;
  animation: seedDrop infinite 1s ease-in;
  animation-fill-mode: forwards;
}
@-moz-keyframes packetShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(6deg) translateY(0px);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@-webkit-keyframes packetShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(6deg) translateY(0px);
  }
  100% {
    transform: rotate(-2deg);
  }
}
@keyframes packetShake {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(6deg) translateY(0px);
  }
  100% {
    transform: rotate(-2deg);
  }
}
.packet-shake {
  -webkit-animation: packetShake infinite 1s ease-in-out;
  -moz-animation: packetShake infinite 1s ease-in-out;
  animation: packetShake infinite 1s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes printMergeL {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
}
@-webkit-keyframes printMergeL {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
}
@keyframes printMergeL {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(73px, -75px);
    opacity: 1;
  }
}
.print-mergeL {
  -webkit-animation: printMergeL infinite 3s linear;
  -moz-animation: printMergeL infinite 3s linear;
  animation: printMergeL infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes printMergeR {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
}
@-webkit-keyframes printMergeR {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
}
@keyframes printMergeR {
  0% {
    transform: translate(0px, 0px);
    opacity: 0;
  }
  10% {
    transform: translate(0px, -35px);
    opacity: 1;
  }
  20% {
    transform: translate(0px, -75px);
  }
  40% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
  100% {
    transform: translate(-73px, -75px);
    opacity: 1;
  }
}
.print-mergeR {
  -webkit-animation: printMergeR infinite 3s linear;
  -moz-animation: printMergeR infinite 3s linear;
  animation: printMergeR infinite 3s linear;
  animation-fill-mode: forwards;
}
@-moz-keyframes fadePrint {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  30% {
    opacity: 0;
    transform: scale(0.75);
  }
  60% {
    opacity: 1;
    transform: scale(0.57);
  }
  75% {
    opacity: 1;
    transform: scale(0.57);
  }
  100% {
    opacity: 0;
    transform: scale(0.52);
  }
}
@-webkit-keyframes fadePrint {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  30% {
    opacity: 0;
    transform: scale(0.75);
  }
  60% {
    opacity: 1;
    transform: scale(0.57);
  }
  75% {
    opacity: 1;
    transform: scale(0.57);
  }
  100% {
    opacity: 0;
    transform: scale(0.52);
  }
}
@keyframes fadePrint {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  30% {
    opacity: 0;
    transform: scale(0.75);
  }
  60% {
    opacity: 1;
    transform: scale(0.57);
  }
  75% {
    opacity: 1;
    transform: scale(0.57);
  }
  100% {
    opacity: 0;
    transform: scale(0.52);
  }
}
.fade-print {
  -webkit-animation: fadePrint infinite 3s ease-in-out;
  -moz-animation: fadePrint infinite 3s ease-in-out;
  animation: fadePrint infinite 3s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes glowFlasher {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(0.75);
    opacity: .5;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@-webkit-keyframes glowFlasher {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(0.75);
    opacity: .5;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes glowFlasher {
  0% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(0.75);
    opacity: .5;
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.glow-flash {
  -webkit-animation: glowFlasher infinite 1.5s ease-in-out;
  -moz-animation: glowFlasher infinite 1.5s ease-in-out;
  animation: glowFlasher infinite 1.5s ease-in-out;
  animation-fill-mode: forwards;
}
@-moz-keyframes tokenBouncer {
  0% {
    transform: translateY(-25px);
    animation-timing-function: cubic-bezier(0.39, 0.11, 0.83, 0.25);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: cubic-bezier(0.07, 0.47, 0.23, 0.93);
  }
  100% {
    transform: translateY(-25px);
  }
}
@-webkit-keyframes tokenBouncer {
  0% {
    transform: translateY(-25px);
    animation-timing-function: cubic-bezier(0.39, 0.11, 0.83, 0.25);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: cubic-bezier(0.07, 0.47, 0.23, 0.93);
  }
  100% {
    transform: translateY(-25px);
  }
}
@keyframes tokenBouncer {
  0% {
    transform: translateY(-25px);
    animation-timing-function: cubic-bezier(0.39, 0.11, 0.83, 0.25);
  }
  50% {
    transform: translateY(0px);
    animation-timing-function: cubic-bezier(0.07, 0.47, 0.23, 0.93);
  }
  100% {
    transform: translateY(-25px);
  }
}
.token-bounce {
  -webkit-animation: tokenBouncer infinite 0.75s linear;
  -moz-animation: tokenBouncer infinite 0.75s linear;
  animation: tokenBouncer infinite 0.75s linear;
  animation-fill-mode: forwards;
}
.token-spin {
  -webkit-animation: spinner infinite 5s linear;
  -moz-animation: spinner infinite 5s linear;
  animation: spinner infinite 5s linear;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
.token-spin3 {
  -webkit-animation: spinner infinite 5s linear;
  -moz-animation: spinner infinite 5s linear;
  animation: spinner infinite 5s linear;
  animation-fill-mode: forwards;
}
/*! HOVERS (disabled below tablet) */
@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .cta-btn {
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .cta-btn:hover {
    background-color: #434ae0;
  }
  #globalHeader .col.left li a {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #globalHeader .col.left li a:hover {
    opacity: .5;
  }
  #globalMenu .menu-tab .menu-tabbg {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  #globalMenu .menu-tab:hover > .menu-tabbg {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  #globalMenu .menu-tab:hover > .menu-icon .menu-line {
    background-color: #ea80fc;
  }
  #globalMenu .menu-contents nav a:hover {
    color: #eeff41;
  }
  #globalMenu .menu-contents .video-wrap .video-cover:hover > div .video-cta-hover {
    opacity: 1;
  }
  #globalFooter .legal p a {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  #globalFooter .legal p a:hover {
    opacity: .5;
  }
  .social-side li a:hover > .txtwrap {
    width: 100px;
  }
  .social-side li a:hover > .icon {
    opacity: .5;
  }
  .sticky .logo li a {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .sticky .logo li a:hover {
    opacity: .5;
  }
  #hero .next-arrow:hover {
    transform: translate3d(0, 8px, 0);
  }
  #hero .video-btn:hover > .video-cta-hover {
    opacity: 1;
  }
  #team .team-box .name {
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  #team .team-box:hover > .name {
    transform: translateY(-20px);
  }
  .slide-arrows .arr .icon {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  .slide-arrows .arr:hover.left > .icon {
    transform: translateX(-75px);
  }
  .slide-arrows .arr:hover.right > .icon {
    transform: translateX(75px);
  }
  #protocol-detail .arr .icon,
  #protocol-detail .arr .protocol-label p {
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
  }
  #protocol-detail .arr:hover > .icon {
    transform: translateY(75px);
  }
  #protocol-detail .arr:hover > .protocol-label p {
    transform: translateY(-5px);
  }
}
/*! mq: vertical tweaks */
@media screen and (min-width: 1025px) and (max-height: 750px) {
  #hero .next-arrow {
    bottom: 20px;
  }
}
@media screen and (min-width: 651px) and (max-height: 750px) {
  #hero .footer-plant {
    transform: scale(0.75);
    bottom: -10px;
    right: 20px;
    transform-origin: right bottom;
  }
}
@media screen and (min-width: 1025px) and (max-height: 750px) {
  #protocol-detail .col.right {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #protocol-detail .col.right .txt {
    height: 100%;
    padding-top: 100px;
  }
  #protocol-detail .col.right .arr {
    bottom: 30px;
  }
  #protocol-detail .col.right .icon,
  #protocol-detail .col.right h2 {
    margin-bottom: 20px;
  }
}
/*! mq: 1345 */
@media screen and (max-width: 1345px) {
  .slides-wrap {
    max-width: 1245px;
    padding: 60px 30px;
  }
  .sideblock {
    width: 15px;
  }
}
/*! mq: 1200 */
@media screen and (max-width: 1200px) {
  #what-is .background .plant-left {
    transform: scale(0.9);
    left: 100px;
  }
  #what-is .background .plant-right {
    transform: scale(0.9);
    left: 950px;
  }
  #bloom-card .card-wrap {
    transform: scale(0.8);
    right: -210px;
    transform-origin: center right;
  }
}
/*! mq: 1024 */
@media screen and (max-width: 1024px) {
  #globalHeader .col.right {
    right: 0px;
    padding-top: 22px;
    padding-right: 20px;
  }
  #globalHeader .col.left {
    left: 0px;
    padding-top: 15px;
  }
  #globalHeader .col.left li ~ li {
    margin-left: 12px;
  }
  #globalHeader .logo {
    margin: 0 25px 0 15px;
  }
  .social-side {
    right: 15px;
  }
  .social-side li ~ li {
    margin-top: 30px;
  }
  .sticky .cta-btns {
    right: 20px;
  }
  #globalMenu .menu-contents nav a {
    font-size: 24px;
  }
  #globalMenu .menu-contents nav li ~ li {
    margin-top: 10px;
  }
  #globalMenu .menu-contents .logo {
    left: 15px;
    top: 15px;
  }
  #globalFooter {
    padding-top: 50px;
  }
  #globalFooter h1 {
    font-size: 50px;
  }
  #globalFooter h4 {
    font-size: 22px;
  }
  #hero {
    padding-left: 25px;
    padding-right: 25px;
  }
  #hero .next-arrow {
    bottom: 20px;
  }
  #hero h1 {
    font-size: 50px;
    margin-bottom: 27px;
  }
  #hero h1 .txtMsk[data-num="0"] {
    height: 61px;
  }
  #hero h1 .txtMsk[data-num="1"] {
    height: 50px;
    margin-top: -4px;
  }
  #hero h2 {
    font-size: 22px;
  }
  #hero #email-form {
    margin-top: 40px;
  }
  #blt .background {
    transform: scale(0.833);
    height: 500px;
    transform-origin: center top;
  }
  #bloom-card {
    padding-top: 150px;
    padding-bottom: 225px;
  }
  #bloom-card .card-wrap {
    transform: scale(0.7);
    right: -175px;
    top: -280px;
  }
  #bloom-card h2 {
    margin-bottom: 25px;
  }
  #bloom-card p.special {
    margin-bottom: 25px;
  }
  #roadmap .plant-bot {
    width: 300px;
  }
  #team {
    padding-bottom: 0px;
  }
  #team .team-boxes .team-box .team-bio p {
    font-size: 15px;
    line-height: 1.4;
  }
}
/*! mq: 1000 */
@media screen and (max-width: 1000px) {
  section,
  .global {
    padding-left: 25px;
    padding-right: 25px;
  }
  section h2,
  .global h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  section p,
  .global p {
    font-size: 18px;
  }
  .slides-wrap {
    max-width: 840px;
  }
  #globalFooter {
    padding-left: 0;
    padding-right: 0;
  }
  #globalFooter .legal {
    padding-left: 25px;
    padding-right: 25px;
  }
  #what-is .txt {
    max-width: 400px;
  }
  #blt .vine-row .vine-parts {
    width: 250px;
  }
  #blt .vine-row[data-num="2"] .vine-parts {
    width: 280px;
  }
  #blt .vine-row[data-num="3"] .vine-parts {
    width: 280px;
  }
  #protocol {
    padding-bottom: 375px;
  }
  #protocol .background,
  #protocol-detail .background {
    width: 2000px;
    height: 527px;
    margin-left: -1000px;
  }
  #protocol-detail .background {
    height: 150px;
  }
  #team .team-boxes {
    margin-top: 95px;
  }
  #team .team-boxes .team-box {
    width: 50% !important;
  }
  #team .team-boxes .team-box.long h3 {
    font-size: 32px;
  }
  #team .team-boxes .team-box.long h3 br.dsk {
    display: none;
  }
  #team .team-boxes .team-box.long h3 br.mob {
    display: block;
  }
}
/*! mq: 850 */
@media screen and (max-width: 850px) {
  #globalHeader .col.left {
    left: 0px;
    padding-top: 12px;
  }
  #globalHeader .col.left > * {
    display: block;
  }
  #globalHeader .col.left .toplinks {
    display: none;
  }
  #globalHeader .col.right {
    right: 15px;
  }
  #globalHeader .col.right .cta-btn {
    display: none;
  }
  #globalHeader .col.right .menu-icon {
    display: block;
  }
  #globalHeader .logo {
    margin: 0;
    margin-left: -12px;
    transform: scale(0.7) translate3d(0, 0, 0);
  }
  #globalHeader .logo img {
    margin-right: 3px;
  }
  .social-side.main {
    display: none;
  }
  #globalMenu .menu-tabbg {
    display: none;
  }
  #globalMenu .menu-tab {
    width: 40px;
    height: 40px;
    left: auto;
    right: 15px;
    margin-left: 0;
    top: 15px;
  }
  #globalMenu .menu-tab .menu-icon {
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #6067f1;
    box-shadow: 5px 5px 30px rgba(48, 95, 129, 0.3);
    /* display: none; */
    z-index: 5;
  }
  #globalMenu .menu-tab .menu-line {
    width: 16px;
    left: 12px;
    top: 19px;
    background-color: #fff;
  }
  #globalMenu .menu-tab .menu-line.top {
    transform: translate3d(0, -7px, 0);
  }
  #globalMenu .menu-tab .menu-line.bot {
    transform: translate3d(0, 7px, 0);
  }
  #globalMenu .menu-fill {
    left: auto;
    margin-right: 35px;
    margin-top: 35px;
    transform-origin: center center;
    background-color: #6a4dd4;
  }
  #globalMenu.open .menu-icon {
    background-color: #fff;
  }
  #globalMenu.open .menu-line {
    background-color: #6067f1;
  }
  #globalMenu.open .menu-line.top {
    transform: rotate(45deg) translate3d(0, 0px, 0);
  }
  #globalMenu.open .menu-line.mid {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
  }
  #globalMenu.open .menu-line.bot {
    transform: rotate(-45deg) translate3d(0, 0px, 0);
  }
  #globalMenu .menu-contents {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  #globalMenu .menu-contents .contentContainer {
    height: auto;
    padding: 0 50px;
  }
  #globalMenu .menu-contents .menu-city.dsk {
    display: none;
  }
  #globalMenu .menu-contents .menu-city.mob {
    display: block;
  }
  #globalMenu .menu-contents .main {
    display: block;
    height: auto;
    position: relative;
    z-index: 2;
  }
  #globalMenu .menu-contents .main .col.left {
    display: block;
    width: 100%;
    max-width: none;
    padding-top: 65px;
    padding-bottom: 40px;
  }
  #globalMenu .menu-contents .main .col.right {
    display: none;
  }
  #globalMenu .menu-contents .logo {
    margin: 0;
    margin-left: -12px;
    transform: scale(0.7) translate3d(0, 0, 0);
    left: 0px;
    top: 12px;
  }
  #globalMenu .menu-contents .logo img {
    margin-right: 3px;
  }
  #globalMenu .menu-contents .menu-bottom {
    display: block;
  }
  #globalMenu .menu-contents .social-side {
    display: none;
  }
  #globalMenu .menu-contents .signup-mobile {
    background-color: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  #globalMenu .menu-contents .signup-mobile .email-form {
    padding-bottom: 45px;
  }
  #globalMenu .menu-contents .toplinks-mobile .col,
  #globalMenu .menu-contents .footerlinks-mobile .col {
    width: 50% !important;
    max-width: none;
    padding: 0;
    display: block;
    text-align: center;
  }
  #globalMenu .menu-contents .toplinks-mobile .col.right,
  #globalMenu .menu-contents .footerlinks-mobile .col.right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  #globalMenu .menu-contents .footerlinks-mobile {
    height: auto;
  }
  #globalMenu .menu-contents .footerlinks-mobile .col {
    padding: 35px 0;
  }
  #globalMenu .menu-contents .toplinks-mobile {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 75px;
  }
  #globalMenu .menu-contents .toplinks-mobile a {
    font: 400 14px/75px 'sofia-pro', sans-serif;
    color: #fff;
  }
  #blt {
    padding-bottom: 225px;
  }
  #blt .detail-row .col.text {
    max-width: none;
  }
  #blt .detail-row .col.text.left {
    padding-right: 5%;
  }
  #blt .detail-row .col.text.right {
    padding-left: 5%;
  }
  #blt .detail-row .col.image {
    width: 300px;
  }
  #blt .detail-row .sizer-wrap {
    transform: scale(0.8);
  }
  #blt .detail-row .blt-box {
    position: relative;
  }
  #blt .detail-row[data-num="1"] .dial {
    transform: scale(0.8);
    left: 206px;
    top: 69px;
  }
  #blt .detail-row[data-num="3"] .base {
    left: -35px;
  }
  #blt .detail-row[data-num="3"] .front {
    max-height: 285px;
  }
  #blt .detail-row[data-num="3"] .vine.base {
    top: 100%;
  }
  #blt .vine-row .vine .left {
    left: -35px;
  }
  #blt .vine-row .vine .right {
    right: -35px;
  }
  #blt .vine-row[data-num="0"] .base {
    right: -35px;
  }
  #team .team-boxes .team-box.long h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 850px) and (min-height: 900px) {
  #globalMenu .menu-contents .menu-bottom {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
/*! mq: 768 */
@media screen and (max-width: 768px) {
  #mobile-menu {
    display: block;
  }
  #globalFooter {
    padding-bottom: 30px;
  }
  #globalFooter h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  #globalFooter h4 {
    font-size: 20px;
  }
  #globalFooter .plant-bot {
    transform: scale(0.8);
    transform-origin: center bottom;
  }
  #globalFooter br.mob {
    display: block;
  }
  #hero h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  #hero h1 .txtMsk[data-num="0"] {
    height: 50px;
  }
  #hero h1 .txtMsk[data-num="1"] {
    height: 41px;
  }
  #hero h2 {
    font-size: 20px;
  }
  #hero .bigB {
    margin-left: -30px;
  }
  #hero .video-btn {
    display: none;
  }
  #what-is {
    padding-top: 200px;
    padding-bottom: 400px;
  }
  #what-is .txt {
    max-width: 350px;
  }
  #what-is .bg-wrap {
    top: -220px;
  }
  #what-is .background .plant-left {
    transform: scale(0.8);
    left: 160px;
    top: 400px;
  }
  #what-is .background .plant-right {
    transform: scale(0.8);
    left: 850px;
  }
  #protocol-detail .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
  }
  #protocol-detail .background {
    height: 150px;
  }
  #protocol-detail .col {
    width: 100%;
    height: auto;
    display: block;
  }
  #protocol-detail .col.left {
    height: 300px;
    text-align: center;
  }
  #protocol-detail .col.right {
    padding: 0;
  }
  #protocol-detail h2 {
    margin-bottom: 10px;
  }
  #protocol-detail .circle-image {
    transform: scale(0.5);
    transform-origin: center top;
    position: absolute;
    left: 50%;
    margin-left: -300px;
  }
  #protocol-detail .txt {
    text-align: center;
    margin-top: 25px;
  }
  #protocol-detail .txt > .icon {
    display: none;
  }
  #protocol-detail .arr {
    border: none;
    width: 50px;
    height: auto;
    margin-top: 30px;
    display: inline-block;
  }
  #protocol-detail .arr .icon {
    margin: 0;
  }
  #bloom-card {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  #bloom-card h2 {
    margin-bottom: 25px;
  }
  #bloom-card p.special {
    margin-bottom: 0px;
  }
  #bloom-card .txt {
    max-width: 450px;
    position: relative;
  }
  #bloom-card .txt header {
    display: none;
  }
  #bloom-card .row {
    display: block;
  }
  #bloom-card .col {
    width: 100%;
    display: block;
  }
  #bloom-card .col.left {
    height: 410px;
  }
  #bloom-card .col.right {
    padding-left: 0px;
    text-align: center;
  }
  #bloom-card .card-wrap {
    transform: scale(0.5);
    transform-origin: center top;
    right: auto;
    top: -30px;
    width: 1040px;
    left: 50%;
    margin-left: -485px;
  }
  #bloom-card header.mob {
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}
/*! mq: 650 */
@media screen and (max-width: 650px) {
  #globalFooter .plant-bot {
    transform: scale(0.6);
  }
  .slides-wrap {
    max-width: 435px;
  }
  #hero {
    height: auto;
    padding: 0;
    background-color: #fff;
  }
  #hero .contentContainer {
    height: auto;
  }
  #hero .contentContainer > .row {
    display: block;
  }
  #hero .contentContainer > .row .col {
    width: 100%;
    height: auto;
  }
  #hero .contentContainer > .row .col.left {
    display: block;
    padding-top: 10px;
  }
  #hero .contentContainer > .row .col.right {
    padding-top: 15px;
  }
  #hero h1 {
    margin-bottom: 20px;
  }
  #hero h2 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 40px;
  }
  #hero .bigB {
    width: auto;
    height: auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  #hero .contents {
    max-width: 300px;
    padding-bottom: 30px;
  }
  #hero .contents .email-form {
    display: none;
  }
  #hero .next-arrow {
    position: relative;
    bottom: auto;
  }
  #hero .next-arrow .icon {
    font-size: 20px;
  }
  #hero .footer-plant {
    display: block;
  }
  #hero .signup-mobile {
    display: block;
  }
  #what-is {
    padding-top: 300px;
    padding-bottom: 300px;
  }
  #what-is .bg-wrap {
    top: -280px;
    height: 1160px;
  }
  #what-is .background .plant-left {
    transform: scale(0.6);
    top: 500px;
  }
  #what-is .background .plant-right {
    transform: scale(0.6);
    left: 565px;
  }
  #protocol .txt {
    max-width: 450px;
  }
  #blt {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  #blt .vine-boxes {
    margin-top: 38px;
  }
  #blt .detail-row p {
    font-size: 15px;
    line-height: 1.65;
  }
  #blt .detail-row .col.text {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin-top: 25px;
    padding: 0px !important;
  }
  #blt .detail-row .col.image {
    width: 100%;
    max-width: 190px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #blt .detail-row[data-num="0"] .col.text {
    max-width: 300px;
  }
  #blt .detail-row[data-num="0"] .dial[data-num="1"] {
    left: 117px;
    top: 214px;
  }
  #blt .detail-row[data-num="0"] .dial[data-num="2"] {
    left: 180px;
    top: 215px;
  }
  #blt .detail-row[data-num="0"] .dial[data-num="3"] {
    left: 243px;
    top: 215px;
  }
  #blt .detail-row[data-num="1"] .dial {
    transform: scale(0.5);
    left: 131px;
    top: 43px;
  }
  #blt .detail-row[data-num="3"] .vine.base {
    display: none;
  }
  #blt .detail-row .sizer-wrap {
    transform: scale(0.5);
  }
  #blt .vine-row .base {
    transform: scale(0.6);
    top: -30px;
    left: 50%;
    margin-left: -270px;
    width: 480px;
    height: 260px;
  }
  #blt .vine-row[data-num="0"] {
    height: 95px;
  }
  #blt .vine-row[data-num="0"] .base {
    right: auto;
    left: 50%;
    margin-left: -64px;
  }
  #blt .vine-row[data-num="1"] {
    height: 170px;
  }
  #blt .vine-row[data-num="1"] .vbase.left {
    left: -480px;
  }
  #blt .vine-row[data-num="1"] .vbase.right {
    right: 0px;
  }
  #blt .vine-row[data-num="1"] .vine-parts {
    margin-left: -250px;
    width: 100%;
  }
  #blt .vine-row[data-num="2"] {
    height: 200px;
    top: 0px;
  }
  #blt .vine-row[data-num="2"] .base {
    margin-left: 80px;
  }
  #blt .vine-row[data-num="2"] .vbase.right {
    right: 0px;
  }
  #blt .vine-row[data-num="2"] .vbase.left {
    left: -480px;
  }
  #blt .vine-row[data-num="2"] .vine-parts {
    margin-left: -210px;
    width: 100%;
  }
  #blt .vine-row[data-num="3"] {
    height: 140px;
  }
  #blt .vine-row[data-num="3"] .vbase.left {
    left: -480px;
  }
  #blt .vine-row[data-num="3"] .vbase.right {
    right: 0px;
  }
  #blt .vine-row[data-num="3"] .vine-parts {
    margin-left: -250px;
    width: 100%;
  }
  #roadmap {
    padding-top: 215px;
  }
  #roadmap .plant-top {
    transform: scale(0.8);
    transform-origin: center top;
  }
  #team .team-boxes {
    display: block;
    margin: 45px auto 0;
    max-width: 480px;
  }
  #team .team-boxes .team-box {
    width: 100% !important;
  }
  #team .team-boxes .team-box h4,
  #team .team-boxes .team-box h5 {
    font-size: 17px;
  }
  #team .team-boxes .team-box .name {
    bottom: 25px;
  }
  #team .team-boxes .team-box .team-bio {
    min-height: 375px;
    padding: 40px;
  }
  #team .team-boxes .team-box .team-bio p {
    font-size: 14px;
    line-height: 1.65;
  }
  #team .team-boxes .team-box .team-bio h4 {
    margin-bottom: 15px;
  }
  #team .team-boxes .team-box.long {
    height: 515px;
  }
  #team .team-boxes .team-box.long h3 {
    font-size: 28px;
  }
  #team .team-boxes .team-box.long .icon {
    margin-top: -90px;
  }
  #team .team-boxes .team-box .corner-plant {
    width: 40px;
    height: 25px;
  }
}
/*! mq: 550 */
@media screen and (max-width: 550px) {
  section h2,
  .global h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  section p,
  .global p {
    font-size: 17px;
  }
  .slides-wrap {
    padding: 40px 30px;
    margin-top: 0px;
  }
  .slide-arrows {
    margin-top: 20px;
  }
  #globalFooter {
    padding: 35px 0 0;
  }
  #globalFooter .footer-social {
    display: block;
  }
  #globalFooter .email-form {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #globalFooter .email-form p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #globalFooter .email-form input[type="email"] {
    font-size: 12px;
  }
  #globalFooter .email-form .msg {
    left: 0px;
    bottom: -30px;
  }
  #globalFooter .email-form .thanks {
    width: 105px;
    margin: 0 auto;
  }
  #globalFooter .email-form .thanks .thanks-icon {
    width: 20px;
    top: -2px;
  }
  #globalFooter .email-form .thanks span {
    margin-left: 25px;
  }
  #globalFooter .email-form .error {
    text-align: center;
    width: 100%;
  }
  #globalFooter .plant-bot {
    bottom: 60px;
    transform: scale(0.5);
  }
  #globalFooter .legal {
    margin-top: 0px;
    margin-bottom: 140px;
    display: block;
  }
  #globalFooter .legal .col.left {
    width: 100%;
  }
  #globalFooter .legal .col.right {
    display: none;
  }
  #globalFooter .footer-bloom {
    width: 300px;
    height: 855px;
    left: 50%;
    margin-left: -155px;
    transform: scale(0.5);
    transform-origin: center top;
  }
  #globalFooter .footer-bloom .base {
    display: none;
  }
  #globalFooter .footer-bloom .fullword-letters {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 855px;
    transform-origin: left top;
  }
  #globalFooter .footer-bloom .fullword-letter {
    height: 400px;
    top: 800px;
  }
  #globalFooter .footer-bloom .fullword-letter.b {
    top: 0px;
  }
  #globalFooter .footer-bloom .fullword-letter.l {
    top: 320px;
    left: 60px;
  }
  #globalFooter .footer-bloom .fullword-letter.o {
    top: 635px;
    left: 25px;
  }
  #globalFooter .footer-bloom .fullword-letter.oo {
    top: 975px;
    left: 15px;
  }
  #globalFooter .footer-bloom .fullword-letter.m {
    top: 1330px;
    left: -12px;
  }
  #globalMenu .menu-contents .main .col.left {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #globalMenu .menu-contents .menu-city.mob {
    transform: scale(0.5);
    transform-origin: center bottom;
    margin-left: -1100px;
  }
  #globalMenu .menu-contents .toplinks-mobile {
    height: 55px;
  }
  #globalMenu .menu-contents .toplinks-mobile a {
    line-height: 55px;
  }
  #globalMenu .menu-contents nav a {
    font-size: 23px;
  }
  #globalMenu .menu-contents nav li {
    padding: 10px 0;
  }
  #globalMenu .menu-contents nav li ~ li {
    margin-top: 8px;
  }
  .footerlinks-mobile .cta-btn {
    max-width: 140px;
  }
  #what-is {
    padding-top: 260px;
    padding-bottom: 195px;
  }
  #what-is .bg-wrap {
    top: -284px;
  }
  #what-is .background .plant-left {
    transform: scale(0.5);
    top: 420px;
    left: 182px;
  }
  #what-is .background .plant-right {
    transform: scale(0.5);
    left: 563px;
  }
  #status-quo {
    padding-bottom: 40px;
  }
  #status-quo h2 {
    margin-bottom: 15px;
  }
  #protocol {
    padding-top: 50px;
    padding-bottom: 345px;
  }
  #protocol .txt {
    max-width: 300px;
    margin-bottom: 10px;
  }
  #protocol .buckets {
    width: 384px;
    height: 152px;
    transform: scale(0.8);
    transform-origin: center top;
    position: absolute;
    left: 50%;
    margin-left: -198px;
  }
  #protocol .buckets p {
    margin-top: -15px;
  }
  #protocol .buckets br.mob {
    display: block;
  }
  #protocol .buckets .col.left .icon {
    margin-left: -8px;
  }
  #protocol .buckets .col.mid .icon {
    margin: 0;
  }
  #protocol .buckets .col.right p {
    margin-left: 15px;
  }
  #protocol .buckets .line {
    top: 55px;
    width: 50px;
  }
  #protocol .buckets .line[data-num="1"] {
    left: 4px;
  }
  #protocol .buckets p {
    line-height: 1.3;
  }
  #protocol .background,
  #protocol-detail .background {
    width: 1250px;
    height: 329px;
    margin-left: -630px;
  }
  #protocol-detail .background {
    height: 150px;
  }
  #blt .background {
    transform: scale(0.5);
    height: 300px;
    margin-bottom: 30px;
  }
  #blt .vine-row .base {
    transform: scale(0.5);
    margin-left: -265px;
  }
  #blt .vine-row[data-num="0"] {
    height: 85px;
  }
  #blt .vine-row[data-num="0"] .base {
    margin-left: -72px;
    top: -40px;
  }
  #blt .vine-row[data-num="1"] .vine-parts {
    margin-left: -210px;
  }
  #blt .vine-row[data-num="2"] {
    height: 200px;
  }
  #blt .vine-row[data-num="2"] .base {
    margin-left: 26px;
    top: -40px;
  }
  #blt .vine-row[data-num="2"] .vine-parts {
    margin-left: -210px;
  }
  #blt .vine-row[data-num="3"] {
    height: 155px;
  }
  #blt .vine-row[data-num="3"] .vine-parts {
    margin-left: -240px;
  }
  #bloom-card {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #roadmap {
    padding-top: 160px;
  }
  #roadmap h2 {
    margin-bottom: 15px;
  }
  #roadmap p .mob {
    display: block;
  }
  #roadmap .plant-top {
    top: 5px;
    transform: scale(0.5);
  }
  #roadmap .plant-bot {
    width: 200px;
    margin-top: 55px;
  }
  #team {
    padding-top: 30px;
  }
}
/*! mq: 450 */
@media screen and (max-width: 450px) {
  #hero .contentContainer {
    padding: 0 35px;
  }
  #hero .contents {
    max-width: none;
  }
  #hero .bigB {
    max-width: 265px;
    margin: 50px 0 0 -3px;
  }
  .slides-wrap {
    max-width: 415px;
    padding: 40px 20px;
  }
  .slides h2 {
    font-size: 17px;
    margin-bottom: 25px;
  }
  .slides p {
    font-size: 14px;
    line-height: 1.65;
  }
  .slides header {
    margin-bottom: 20px;
  }
  .slides header .number {
    font-size: 28px;
  }
  .slides header .issue {
    margin-top: -5px;
  }
  .slides .icon {
    margin-bottom: 25px;
  }
  #status-quo .slides .slide {
    padding-bottom: 30px;
  }
  #roadmap .slides header {
    margin-bottom: 0px;
  }
  #roadmap .slides .slide {
    padding: 20px 15px 30px;
  }
  #roadmap .slides .icon {
    transform: scale(0.7);
    height: 140px;
    height: 200px;
    margin-top: -10px;
  }
  #roadmap .slides .slide[data-num="4"] .icon {
    transform: scale(0.7);
  }
  #roadmap .slides .slide[data-num="0"] .txt {
    max-width: 290px;
  }
  #roadmap .slides .slide[data-num="0"] .txt p {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
  }
  #roadmap .slides .txt {
    margin-top: -50px;
  }
  #roadmap .slides .txt .txt,
  #roadmap .slides .slide[data-num="3"] .txt {
    max-width: 270px;
  }
  #roadmap .slides .txt .dial,
  #roadmap .slides .slide[data-num="3"] .dial {
    top: 44px;
  }
  #roadmap .slides .slide[data-num="2"] .stake {
    top: 10px;
  }
  #roadmap .slides .slide[data-num="2"] .icon > img {
    transform: translateY(-10px);
  }
  #roadmap .slides .slide[data-num="3"] .icon img,
  #roadmap .slides .slide[data-num="4"] .icon img,
  #roadmap .slides .slide[data-num="5"] .icon img {
    transform: translateY(-20px);
  }
}
