* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #fff;
  text-align: center;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

#particles-js {
  background: #085294;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #085294), color-stop(13%, #085294), color-stop(100%, #061d2e));
  background: -webkit-gradient(linear, left top, left bottom, from(#085294), color-stop(13%, #085294), to(#061d2e));
  background: linear-gradient(to bottom, #085294 0%, #085294 13%, #061d2e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#085294', endColorstr='#061d2e', GradientType=0 );
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

#particles-js canvas {
  opacity: 0.2;
}

.section {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}

.section .section-hidden {
  opacity: 0;
}

.section .sec-ch-txt {
  text-align: center;
  padding: 20px 5px;
  margin-top: 30px;
  text-align: center;
  left: 0;
  right: 0;
}

.section .sec-ch-txt img {
  max-width: 100%;
}

.section-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes coverBlurIn {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes coverBlurIn {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes coverBlurOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes coverBlurOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
}

#cover {
  position: fixed;
  top: 24vw;
}

#cover h1 {
  position: relative;
}

#cover span {
  position: relative;
  z-index: 1;
  display: block;
  opacity: 0;
  margin: 0 -7px;
  will-change: transform, opacity;
}

#cover span.cover-s {
  display: inline-block;
  margin-top: -65px;
  margin-left: -120px;
  opacity: 0;
}

#cover span img {
  max-width: 100%;
}

#cover.active span.cover-b {
  opacity: 0;
  -webkit-animation: coverBlurIn 1.5s linear forwards;
          animation: coverBlurIn 1.5s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#cover.active span.cover-b:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  margin-right: 6px;
}

#cover.active span.cover-b:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  margin-top: -55px;
  margin-left: 60px;
}

#cover.active span.cover-b:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  margin-top: -75px;
  margin-right: 80px;
}

#cover.active span.cover-b:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  margin-top: -40px;
  margin-left: 30px;
}

#cover.active span.cover-s {
  -webkit-animation: fadeInDown 0.6s linear forwards;
          animation: fadeInDown 0.6s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

#cover.inactive span.cover-b {
  opacity: 1;
  -webkit-animation: coverBlurOut 0.75s linear forwards;
          animation: coverBlurOut 0.75s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#cover.inactive span.cover-b:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

#cover.inactive span.cover-b:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

#cover.inactive span.cover-b:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#cover.inactive span.cover-b:nth-child(4) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

#cover.inactive span.cover-s {
  -webkit-animation: fadeInUp 0.6s linear forwards;
          animation: fadeInUp 0.6s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#coverTop {
  position: fixed;
  top: 40px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  text-shadow: 0 0 3px #000;
}

#coverTop h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 3px;
}

#coverTop h6:before, #coverTop h6:after {
  content: " ";
  display: inline-block;
  margin: 0 5px;
  background-color: #fff;
  height: 1px;
  width: 20px;
  opacity: 0.6;
}

#coverTop h6:before {
  margin-right: 6px;
}

@-webkit-keyframes opacity1 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.3;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@keyframes opacity1 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.3;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}

@-webkit-keyframes opacity2 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.5;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@keyframes opacity2 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.5;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}

@-webkit-keyframes opacity3 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.4;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes opacity3 {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0.4;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes galScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes galScale {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes elg {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes elg {
  from {
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes esg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes esg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.sec-end {
  position: absolute;
  left: 0;
  right: 0;
  top: 20vw;
}

.sec-end .e-lg {
  padding-bottom: 20px;
}

.sec-end .e-lg img {
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}

.sec-end .e-lg img.inactive {
  -webkit-animation: elg 1s linear forwards;
          animation: elg 1s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.sec-end .e-sg {
  margin-bottom: 40px;
}

.sec-end .e-sg img {
  opacity: 0;
}

.sec-end .e-sg img.inactive {
  -webkit-animation: esg 1.5s linear forwards;
          animation: esg 1.5s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.sec-end .qr {
  opacity: 0;
}

.sec-end .qr > div {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.4;
  width: 140px;
  overflow: hidden;
  margin: auto;
  color: #333;
  -webkit-box-shadow: 0 0 8px #000;
          box-shadow: 0 0 8px #000;
}

.sec-end .qr p {
  margin-bottom: 5px;
}

.sec-end .qr p span {
  font-size: 0.9rem;
}

.sec-end .qr img {
  max-width: 100%;
}

.sec-end .qr.inactive {
  -webkit-animation: esg 1.5s linear forwards;
          animation: esg 1.5s linear forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.gallery {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.gallery::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: rgba(13, 59, 70, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13, 59, 70, 0)), color-stop(100%, #031b21));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 13, 14, 0)), to(#031b21));
  background: linear-gradient(to bottom, rgba(11, 13, 14, 0) 0%, #031b21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3b46', endColorstr='#031b21', GradientType=0 );
}

.gallery .gal-scale {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-animation: galScale 2s linear forwards;
          animation: galScale 2s linear forwards;
}

.gallery .gal-scale:not(.inactive) .gal-i {
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.gallery .gal-scale:not(.inactive) .gal-i-1 {
  -webkit-animation: opacity1 2.5s linear alternate infinite;
          animation: opacity1 2.5s linear alternate infinite;
}

.gallery .gal-scale:not(.inactive) .gal-i-2 {
  -webkit-animation: opacity2 3s linear alternate infinite;
          animation: opacity2 3s linear alternate infinite;
}

.gallery .gal-scale:not(.inactive) .gal-i-3 {
  -webkit-animation: opacity1 2.5s linear alternate infinite;
          animation: opacity1 2.5s linear alternate infinite;
}

.gallery .gal-scale:not(.inactive) .gal-i-4 {
  -webkit-animation: opacity3 3.5s linear alternate infinite;
          animation: opacity3 3.5s linear alternate infinite;
}

.gallery .gal-scale:not(.inactive) .gal-i-5,
.gallery .gal-scale:not(.inactive) .gal-i-6,
.gallery .gal-scale:not(.inactive) .gal-i-7 {
  -webkit-animation: opacity3 1.5s linear alternate infinite;
          animation: opacity3 1.5s linear alternate infinite;
}

.gallery .gal-scale:not(.inactive) .gal-i-8,
.gallery .gal-scale:not(.inactive) .gal-i-9 {
  -webkit-animation: opacity2 2s linear alternate infinite;
          animation: opacity2 2s linear alternate infinite;
}

.gallery .gal-scale .gal-i img {
  max-width: 100%;
  float: left;
  position: absolute;
  border: 6px solid #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-box-shadow: 1px 2px 9px #031d23;
          box-shadow: 1px 2px 9px #031d23;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  will-change: transform, opacity;
}

.gallery .gal-scale .gal-i .i-1 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: -50vw;
  top: 70vw;
  opacity: 0.3;
  -webkit-transform: matrix(1, 0.4, -0.7, 0.866, 0, 0);
          transform: matrix(1, 0.4, -0.7, 0.866, 0, 0);
}

.gallery .gal-scale .gal-i .i-2 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  left: 60vw;
  top: 50vw;
  opacity: 0.3;
  -webkit-transform: matrix(0.586, -0.15, -0.8, 0.786, 0, 0);
          transform: matrix(0.586, -0.15, -0.8, 0.786, 0, 0);
}

.gallery .gal-scale .gal-i .i-3 {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  left: -40vw;
  top: 76vw;
  opacity: 0.25;
  -webkit-transform: matrix(-0.8, -0.46, -0.786, 0.35, 0, 0);
          transform: matrix(-0.8, -0.46, -0.786, 0.35, 0, 0);
}

.gallery .gal-scale .gal-i .i-4 {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
  left: -180vw;
  top: 12vw;
  opacity: 0.25;
  -webkit-transform: matrix(-0.6, -0.6, 0.586, 0.15, 0, 0);
          transform: matrix(-0.6, -0.6, 0.586, 0.15, 0, 0);
}

.gallery .gal-scale .gal-i .i-5 {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  left: 12vw;
  top: 150vw;
  opacity: 0.2;
  -webkit-transform: matrix(-0.5, 0.386, 0.586, 0.5, 0.25, 0.65);
          transform: matrix(-0.5, 0.386, 0.586, 0.5, 0.25, 0.65);
}

.gallery .gal-scale .gal-i .i-7 {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  left: 0;
  top: 3vw;
  opacity: 0.15;
  -webkit-transform: matrix(0.35, -0.5, 0.25, 0.35, 0.3, 0);
          transform: matrix(0.35, -0.5, 0.25, 0.35, 0.3, 0);
}

.gallery .gal-scale .gal-i .i-8 {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  left: -50vw;
  top: 253vw;
  opacity: 0.15;
  -webkit-transform: matrix(-0.3, 0.586, 0.486, -0.15, 0, 0);
          transform: matrix(-0.3, 0.586, 0.486, -0.15, 0, 0);
}

.gallery .gal-scale .gal-i .i-9 {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  left: -40vw;
  top: 15vw;
  opacity: 0.15;
  -webkit-transform: matrix(-0.5, 0.486, 0.386, 0.25, 0, 0);
          transform: matrix(-0.5, 0.486, 0.386, 0.25, 0, 0);
}

.gallery .gal-scale .gal-i .i-10 {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  left: 30vw;
  top: 305vw;
  opacity: 0.15;
  -webkit-transform: matrix(-0.25, 0.386, 0.286, 0.25, 0, 0);
          transform: matrix(-0.25, 0.386, 0.286, 0.25, 0, 0);
}

.gallery .gal-scale .gal-i .i-11 {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  left: -60vw;
  top: 300vw;
  opacity: 0.1;
  -webkit-transform: matrix(-0.6, 0.786, 0.586, 0.15, 0, 0);
          transform: matrix(-0.6, 0.786, 0.586, 0.15, 0, 0);
}

.gallery .gal-scale .gal-i .i-12 {
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  left: 40vw;
  top: 150vw;
  opacity: 0.1;
  -webkit-transform: matrix(-0.3, 0.786, -0.486, 0.45, 0, 0);
          transform: matrix(-0.3, 0.786, -0.486, 0.45, 0, 0);
}

.gallery .gal-scale .gal-i .i-13 {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  left: 6.7vw;
  top: 90vw;
  opacity: 0.1;
  -webkit-transform: matrix(-0.2, 0.386, 0.286, 0.15, 0, 0);
          transform: matrix(-0.2, 0.386, 0.286, 0.15, 0, 0);
}

.gallery .gal-scale .gal-i .i-14 {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  left: -90vw;
  top: 170vw;
  opacity: 0.1;
  -webkit-transform: matrix(0.2, 0.286, 0.386, 0.2, 0, 0);
          transform: matrix(0.2, 0.286, 0.386, 0.2, 0, 0);
}

.gallery .gal-scale .gal-i .i-15 {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  left: 12.3vw;
  top: 2vw;
  opacity: 0.1;
  -webkit-transform: matrix(-0.3, 0.386, 0.286, 0.3, 0, 0);
          transform: matrix(-0.3, 0.386, 0.286, 0.3, 0, 0);
}

.gallery .gal-scale .gal-i .i-16 {
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  left: -140vw;
  top: 11vw;
  opacity: 0.1;
  -webkit-transform: matrix(-0.8, 0.786, 0.586, 0.15, 0, 0);
          transform: matrix(-0.8, 0.786, 0.586, 0.15, 0, 0);
}

@-webkit-keyframes scrollIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
}

@keyframes scrollIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 1;
  }
  60%,
  100% {
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
}

.scroll-icon {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  opacity: 0.5;
  z-index: 5;
}

.scroll-icon .scroll-ani {
  opacity: 0;
  -webkit-animation: scrollIcon 1.5s linear infinite;
          animation: scrollIcon 1.5s linear infinite;
}

.scroll-icon.inactive {
  opacity: 0;
}

.trigger,
.trigger-end {
  position: absolute;
  width: 100%;
  height: 1px;
}

#triggerCover {
  top: calc(50% + 50px);
}

#particles-js,
.gallery,
.scope {
  max-width: 600px;
  margin: 0 auto;
}

@-webkit-keyframes bounce {
  from,
  5%,
  13%,
  20%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  11% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  17% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  22% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  from,
  5%,
  13%,
  20%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  11% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -12px, 0);
            transform: translate3d(0, -12px, 0);
  }
  17% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
  22% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*# sourceMappingURL=main.css.map */