@font-face {
  font-family: 'AvenirLTStd-BlackOblique';
  src: url("AvenirLTStd-BlackOblique.c3552401.woff2") format("woff2"), url("AvenirLTStd-BlackOblique.4538cb85.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLTStd-Black';
  src: url("AvenirLTStd-Black.0d532b47.woff2") format("woff2"), url("AvenirLTStd-Black.de55606c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("AvenirLTStd-Book.f99c70c3.woff2") format("woff2"), url("AvenirLTStd-Book.b4305482.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 15px;
}

body {
  margin: 0;
  --color-text: #fff;
  --color-bg: #000;
  --color-link: #4999FF;
  --color-link-hover: #fff;
  --color-title: #fff;
  --font-title: 'Avenir LT Std', sans-serif;
  --font-weight-title: 800;
  --font-size-title: 12vw;
  --font-size-title-min: 3.25rem;
  --font-size-title-max: 7rem;
  --letter-spacing-title: 0;
  --text-transform-title: normal;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: maple-web, sans-serif;
  -webkit-font-smoothing: antialiased;
}

input {
  border-radius: 0;
}

input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: '';
  position: fixed;
  z-index: 1000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  -webkit-animation: loaderAnim 0.7s linear infinite alternate forwards;
          animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@-webkit-keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
            transform: scale3d(0.5, 0.5, 1);
  }
}

a {
  text-decoration: none;
  color: #E3E3E3;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none;
}

.frame {
  padding: 2rem 1rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
}

.frame__title {
  font-size: 0.75rem;
  margin: 0 0 1rem;
  font-weight: 400;
}

.frame__links {
  display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demos-text {
  margin-right: 1.5rem;
}

.frame__demo--current,
.frame__demo--current:hover {
  color: var(--color-text);
}

.content {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 20vh 0;
}

@media screen and (max-width: 768px) {
  .content {
    overflow-x: hidden;
    padding: 5vh 0;
  }
}

.content:first-of-type {
  margin-top: 0;
}

.content.header {
  padding: 4vw;
}

.content.header .titleWishesLine {
  display: block;
  font-family: 'AvenirLTStd-Black', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 19vw;
  line-height: 17vw;
  letter-spacing: .1vw;
  color: #FFFFFF;
}

.content.header .titleWishesLine span {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.content.header .titleWishesLine.wishes {
  font-size: 20vw;
  line-height: 14vw;
  letter-spacing: 2.7vw;
  background-color: black;
  position: relative;
}

.content.header .titleWishesLine.wishes:nth-child(4) {
  color: rgba(255, 255, 255, 0.8);
  line-height: 17vw;
}

.content.header .titleWishesLine.wishes:nth-child(5) {
  line-height: 20vw;
  color: rgba(255, 255, 255, 0.7);
  top: -4vw;
  line-height: 17vw;
  z-index: -1;
}

.content.header .titleWishesLine.wishes:nth-child(6) {
  color: rgba(255, 255, 255, 0.6);
  top: -11vw;
  line-height: 17vw;
  z-index: -2;
}

.content.header .titleWishesLine.wishes:nth-child(7) {
  color: rgba(255, 255, 255, 0.5);
  top: -20vw;
  line-height: 17vw;
  z-index: -3;
}

.content.header .titleWishesLine.wishes:nth-child(8) {
  color: rgba(255, 255, 255, 0.3);
  top: -30vw;
  line-height: 17vw;
  z-index: -4;
}

.content.header .titleWishesLine.wishes:nth-child(9) {
  color: rgba(255, 255, 255, 0.2);
  top: -41vw;
  line-height: 17vw;
  z-index: -5;
  margin-bottom: -45vw;
}

.content.header .introDesc {
  background-color: #0E1012;
  position: absolute;
  display: block;
  width: 80vw;
  right: 0;
  top: 81vh;
  padding: 5vh 14vh;
}

.content.header .introDesc i {
  font-size: 41px;
  position: absolute;
  left: 7vh;
  top: 5vh;
}

.content.header .introDesc h1 {
  font-family: 'AvenirLTStd-BlackOblique', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: 0.444444px;
  color: #FFFFFF;
  display: block;
  width: 55%;
  margin: 0;
}

.content.header .introDesc p {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0.444444px;
  display: block;
  width: 70%;
  margin-left: 7vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content.header .introDesc a {
  padding: 12px 20px;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 0.444444px;
  border: 1px solid #4999FF;
  color: #4999FF;
  margin-left: 7vh;
}

.content.header .arrowDown {
  position: absolute;
  bottom: 0;
  right: 25vw;
  width: 25vh;
  height: 25vh;
}

@media screen and (max-width: 768px) {
  .content.header {
    margin-top: 12vh;
    min-height: 130vh;
    overflow: hidden;
  }
  .content.header .introDesc {
    width: 90vw;
    padding: 5vh;
    top: 60vh;
  }
  .content.header .introDesc i {
    font-size: 30px;
    position: relative;
    left: 0;
    top: 0;
  }
  .content.header .introDesc h1 {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
  }
  .content.header .introDesc p {
    font-size: 18px;
    line-height: 20px;
    width: 100%;
    margin-left: 0;
  }
  .content.header .introDesc a {
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.444444px;
    border: 1px solid #4999FF;
    color: #4999FF;
    margin-left: 0vh;
  }
  .content.header .arrowDown {
    width: 25vw;
    height: 25vw;
    bottom: 0vh;
  }
}

.content .content__img {
  will-change: transform;
  position: relative;
}

.content .content__img:not(.content__img--tiny) {
  height: 65vh;
  max-width: 600px;
}

.content .content__intro {
  margin: 5vw;
  padding-top: 5vh;
  border-top: 1px solid rgba(73, 152, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .content .content__intro {
    position: relative;
    padding-top: 10vh;
  }
}

.content .content__visualSection {
  position: relative;
}

.content .content__visualSection .content__imgcontainer {
  width: 100vw;
  height: 65vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 1;
}

.content .content__visualSection .content__imgcontainer img,
.content .content__visualSection .content__imgcontainer video {
  display: block;
  height: 100%;
  max-width: 48vw;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .content .content__visualSection .content__imgcontainer {
    width: 90vw;
    margin: auto;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content .content__visualSection .content__imgcontainer img,
  .content .content__visualSection .content__imgcontainer video {
    max-height: 100vh;
    height: auto;
    max-width: 58vw;
    margin-bottom: 5vh;
  }
  .content .content__visualSection .content__imgcontainer img.horizontal,
  .content .content__visualSection .content__imgcontainer video.horizontal {
    max-width: 90vw;
  }
}

.content .content__text,
.content .content__link {
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 0;
  line-height: 1;
  font-size: var(--font-size-title);
  font-size: clamp(var(--font-size-title-min), var(--font-size-title), var(--font-size-title-max));
  color: var(--color-title);
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-weight: normal;
  letter-spacing: var(--letter-spacing-title);
  text-transform: var(--text-transform-title);
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.content .content__title {
  top: 20%;
  left: 10%;
  color: #fff;
  font-size: 2rem;
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-weight: var(--font-weight-title);
  letter-spacing: var(--letter-spacing-title);
  text-transform: var(--text-transform-title);
  z-index: 10;
  -webkit-transform: translateZ(10);
          transform: translateZ(10);
  display: block;
  max-width: 600px;
  font-style: normal;
  font-weight: 800;
  font-size: 39px;
  line-height: 47px;
  letter-spacing: 0.444444px;
}

@media screen and (max-width: 768px) {
  .content .content__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.content .content__description {
  display: block;
  max-width: 600px;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.444444px;
  color: #E3E3E3;
}

@media screen and (max-width: 768px) {
  .content .content__description {
    font-size: 18px;
    line-height: 22px;
  }
}

.content .content__counters button {
  border: 1px solid rgba(73, 152, 255, 0.2);
  border-radius: 56px;
  background: none;
  color: #fff;
  padding: 10px 15px;
  margin-right: 10px;
  cursor: pointer;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.444444px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.content .content__counters button:hover {
  background: #4998ff;
  border: 1px solid #4998ff;
}

@media screen and (max-width: 768px) {
  .content .content__counters button {
    padding: 10px 15px;
    font-size: 18px;
  }
}

.content .content__monthNumber {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 301px;
  line-height: 361px;
  letter-spacing: 0.444444px;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(73, 153, 255, 0.11);
  position: absolute;
  right: 3vw;
  text-shadow: 0px 0px 36px rgba(73, 153, 255, 0.15);
}

@media screen and (max-width: 768px) {
  .content .content__monthNumber {
    font-size: 80px;
    line-height: 81px;
    top: 2vh;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.teamCard {
  color: inherit;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  position: absolute;
  display: block;
}

.teamCard.teamCard1 {
  top: 18vh;
  left: 7vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard1 .front,
.teamCard.teamCard1 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard1 {
    top: 10vh;
  }
}

.teamCard.teamCard2 {
  top: 25vh;
  left: 38vw;
  width: 13vw;
  height: 18vw;
}

.teamCard.teamCard2 .front,
.teamCard.teamCard2 .back {
  border-radius: 50px;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard2 {
    top: 15vh;
  }
}

.teamCard.teamCard3 {
  top: 50vh;
  left: 73vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard3 .front,
.teamCard.teamCard3 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard3 {
    top: 12vh;
  }
}

.teamCard.teamCard4 {
  top: 55vh;
  left: 15vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard4 .front,
.teamCard.teamCard4 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard4 {
    top: 22vh;
  }
}

.teamCard.teamCard5 {
  top: 130vh;
  left: 8vw;
  width: 17vw;
  height: 15vw;
}

.teamCard.teamCard5 .front,
.teamCard.teamCard5 .back {
  border-radius: 30%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard5 {
    top: 40vh;
  }
}

.teamCard.teamCard6 {
  top: 160vh;
  left: 30vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard6 .front,
.teamCard.teamCard6 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard6 {
    top: 33vh;
  }
}

.teamCard.teamCard7 {
  top: 135vh;
  left: 57vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard7 .front,
.teamCard.teamCard7 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard7 {
    top: 27vh;
  }
}

.teamCard.teamCard8 {
  top: 170vh;
  left: 75vw;
  width: 15vw;
  height: 15vw;
}

.teamCard.teamCard8 .front,
.teamCard.teamCard8 .back {
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .teamCard.teamCard8 {
    top: 38vh;
  }
}

.front,
.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  background-size: cover;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: ease-in-out 600ms;
  transition: ease-in-out 600ms;
  overflow: hidden;
}

.front {
  background-size: cover;
  background-color: #4999FF;
  color: #fff;
  overflow: hidden;
}

.front img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

@media screen and (min-width: 767px) {
  .teamCard:hover .front {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .teamCard:nth-child(even):hover .front {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}

.back {
  background-color: #4999FF;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.back img {
  display: block;
  height: 95%;
  width: 95%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

@media screen and (min-width: 767px) {
  .teamCard:hover .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.teamCard:nth-child(even) .back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media screen and (min-width: 767px) {
  .teamCard:nth-child(even):hover .back {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

.content.midWhishes {
  text-align: center;
  padding: 0;
  padding-bottom: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 120vh;
}

.content.midWhishes span {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 100px;
  line-height: 120px;
  letter-spacing: 0.444444px;
  color: #FFFFFF;
  text-align: center;
}

.content.midWhishes span .circlebgDeco {
  position: relative;
}

.content.midWhishes span .circlebgDeco:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 130%;
  height: 200%;
  background-image: url(blue_cricle_bg.03f521d1.png);
  background-size: 100% 100%;
}

.content.midWhishes .midHandWish {
  display: block;
  width: 17vw;
  height: 17vw;
  opacity: 0.4;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish {
    width: 40vw;
    height: 40vw;
  }
}

@media screen and (min-width: 767px) {
  .content.midWhishes .midHandWish:hover {
    opacity: 1;
  }
}

.content.midWhishes .midHandWish.midHandWish1 {
  top: 5vh;
  left: 10vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish1 {
    top: 13vh;
    left: 5vw;
  }
}

.content.midWhishes .midHandWish.midHandWish2 {
  top: -10vh;
  left: 40vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish2 {
    top: 0vh;
  }
}

.content.midWhishes .midHandWish.midHandWish3 {
  top: 10vh;
  left: 70vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish3 {
    top: 17vh;
    left: auto;
    right: 0vw;
  }
}

.content.midWhishes .midHandWish.midHandWish4 {
  top: 50vh;
  left: 75vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish4 {
    top: 65vh;
    left: auto;
    right: 5vw;
  }
}

.content.midWhishes .midHandWish.midHandWish5 {
  bottom: 30vh;
  left: 5vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish5 {
    bottom: 35vh;
  }
}

.content.midWhishes .midHandWish.midHandWish6 {
  bottom: 0vh;
  left: 20vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish6 {
    bottom: 0vh;
    left: 5vw;
  }
}

.content.midWhishes .midHandWish.midHandWish7 {
  bottom: 12vh;
  left: 50vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish7 {
    bottom: 22vh;
    left: 40vw;
  }
}

.content.midWhishes .midHandWish.midHandWish8 {
  bottom: 6vh;
  right: 5vw;
}

@media screen and (max-width: 768px) {
  .content.midWhishes .midHandWish.midHandWish8 {
    bottom: 5vh;
  }
}

@media screen and (max-width: 768px) {
  .content.midWhishes span {
    font-size: 60px;
    line-height: 80px;
  }
}

.newsletterBlock {
  background: #0005FA;
  width: 90vw;
  margin: auto;
  padding: 0px 70px 0px 120px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 150px;
          column-gap: 150px;
  -ms-grid-columns: 6fr 4fr;
      grid-template-columns: 6fr 4fr;
}

.newsletterBlock h2 {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 135px;
  line-height: 162px;
  letter-spacing: 0.444444px;
  color: #FFFFFF;
  margin: 0;
  margin-top: 80px;
  margin-bottom: 30px;
}

.newsletterBlock h3 {
  font-family: 'AvenirLTStd-Black', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 39px;
  line-height: 47px;
  letter-spacing: 0.444444px;
  color: #FFFFFF;
  margin: 0;
}

.newsletterBlock p {
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.444444px;
  color: #E3E3E3;
  margin: 0;
  margin-bottom: 65px;
}

.newsletterBlock img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.newsletterBlock #mc_embed_signup {
  margin-bottom: 120px;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"] {
  outline: none;
  border: none;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.444444px;
  color: #E3E3E3;
  padding: 12px 0;
  width: 80%;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"]::placeholder {
  color: #fff;
}

.newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="submit"] {
  outline: none;
  background: #fff;
  border: none;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.444444px;
  color: #000000;
  padding: 12px 14px;
  padding-right: 50px;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  background-image: url(arrow_submit.40f27dab.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media screen and (max-width: 768px) {
  .newsletterBlock {
    padding: 0px 15px 0px 15px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .newsletterBlock h2 {
    font-size: 50px;
    line-height: 62px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .newsletterBlock h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .newsletterBlock p {
    font-size: 18px;
    line-height: 22px;
  }
  .newsletterBlock img {
    margin-bottom: 30px;
  }
  .newsletterBlock #mc_embed_signup {
    margin-bottom: 30px;
  }
  .newsletterBlock #mc_embed_signup #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="email"] {
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .newsletterBlock #mc_embed_signup #mc_embed_signup_scroll input[type="submit"] {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    padding-right: 0;
  }
}

.bubbly-button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
}

.bubbly-button span {
  pointer-events: none;
}

.bubbly-button:focus {
  outline: 0;
}

.bubbly-button:before, .bubbly-button:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.bubbly-button:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, transparent 20%, #4999FF 20%, transparent 30%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4999FF 15%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, transparent 10%, #4999FF 15%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%), radial-gradient(circle, #4999FF 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #308bff;
  -webkit-box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
          box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.bubbly-button.animate:before {
  display: block;
  -webkit-animation: topBubbles ease-in-out 0.75s forwards;
          animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
  display: block;
  -webkit-animation: bottomBubbles ease-in-out 0.75s forwards;
          animation: bottomBubbles ease-in-out 0.75s forwards;
}

@-webkit-keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@-webkit-keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

.frame {
  text-align: left;
  z-index: 100;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  width: 100%;
  max-width: none;
  height: 100vh;
  padding: 30px 5vw;
  pointer-events: none;
  -ms-grid-columns: 30% 70%;
      grid-template-columns: 30% 70%;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      grid-template-areas: 'title links' '... ...' '... demos';
}

.frame__title-wrap {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frame__title {
  margin: 0;
  text-align: right;
  font-family: 'AvenirLTStd-Book', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.444444px;
  text-transform: uppercase;
  color: #E3E3E3;
}

.frame__tagline {
  position: relative;
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
  opacity: 0.5;
}

.frame__demos {
  margin: 0;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: demos;
  -ms-grid-column-align: end;
      justify-self: end;
}

.frame__links {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: links;
  padding: 0;
  -ms-grid-column-align: end;
      justify-self: end;
}

.frame a {
  pointer-events: auto;
}

/*! locomotive-scroll v4.0.6 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  white-space: nowrap;
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
          transform: scaleX(1.45);
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: blue;
  opacity: 0.5;
  width: 7px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
/*# sourceMappingURL=base.css.map */