@charset "UTF-8";
@font-face {
  font-family: "Axiforma";
  src: url("Axiforma-Black.56fe40fb.woff2") format("woff2"), url("Axiforma-Black.6867d349.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("Axiforma-Regular.8de2d4f6.woff2") format("woff2"), url("Axiforma-Regular.c69e4d8e.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("Axiforma-Medium.fd345093.woff2") format("woff2"), url("Axiforma-Medium.3cb79afd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Axiforma";
  src: url("Axiforma-Bold.891abef4.woff2") format("woff2"), url("Axiforma-Bold.d3e47068.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Product Sans";
  src: url("ProductSans-Bold.8a9251dc.woff2") format("woff2"), url("ProductSans-Bold.6a46dd56.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-plus-circle:before {
  content: "\f055";
}
.fa-times:before {
  content: "\f00d";
}
.fa-images:before {
  content: "\f302";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-bars:before {
  content: "\f0c9";
}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("fa-light-300.f71e02bd.eot");
  src: url("fa-light-300.f71e02bd.eot#iefix") format("embedded-opentype"), url("fa-light-300.7fa83f25.woff2") format("woff2"), url("fa-light-300.8d7b8085.woff") format("woff"), url("fa-light-300.16d4476b.ttf") format("truetype"), url("fa-light-300.8e810dbf.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fa-regular-400.520befda.eot");
  src: url("fa-regular-400.520befda.eot#iefix") format("embedded-opentype"), url("fa-regular-400.6880d510.woff2") format("woff2"), url("fa-regular-400.9f42f2ae.woff") format("woff"), url("fa-regular-400.d6abc63b.ttf") format("truetype"), url("fa-regular-400.eb8f13bc.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 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);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list.draggable {
  cursor: grab;
}
.slick-list.draggable.mouseDown {
  cursor: grabbing;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.social-advertising .slick-slide img {
  min-height: 100vh;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.c265c2bf.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick.9f6adb79.eot");
  src: url("slick.9f6adb79.eot#iefix") format("embedded-opentype"), url("slick.de99e865.woff") format("woff"), url("slick.274a1cb3.ttf") format("truetype"), url("slick.fbc2759a.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dots {
  position: absolute;
  top: 60px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0 0 0 50px;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
._txt-c {
  text-align: center;
}
._txt-l {
  text-align: left;
}
._txt-r {
  text-align: right;
}
._txt-j {
  text-align: justify;
}
.txt-invisible {
  color: transparent;
}
.txt-invisible::selection {
  color: transparent;
  background: transparent;
  text-shadow: none;
}
.txt-invisible::-moz-selection {
  color: transparent;
  background: transparent;
  text-shadow: none;
}
@media only screen and (max-width: 992px) {
  ._md-only {
    display: none !important;
  }
}
.break {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.ellipsis {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/* `layout */
.left {
  float: left;
}
.right {
  float: right;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.disabled {
  pointer-events: none;
  opacity: 0.5;
}
._noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[role=button] {
  cursor: pointer;
}
._positioningContext {
  position: relative;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: sans-serif;
  cursor: default;
  text-shadow: none;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}
main,
li {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  font-weight: inherit;
}
strong {
  font-weight: bold;
}
sup {
  position: relative;
  top: -0.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}
a,
button {
  color: inherit;
}
a {
  text-decoration: none;
}
button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}
button:focus {
  outline: 0;
}
::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
textarea {
  overflow: auto;
}
@-webkit-keyframes ipad-scene {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}
@keyframes ipad-scene {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
}
@-webkit-keyframes up-down {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes up-down {
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes zoomer {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes zoomer {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes loader-before {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
  }
}
@keyframes loader-before {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
    opacity: 0;
  }
}
@-webkit-keyframes loader-after {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: right;
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    opacity: 1;
  }
}
@keyframes loader-after {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform-origin: right;
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right;
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 0;
  }
  .5% {
    opacity: 0.1;
  }
  1% {
    opacity: 0;
  }
  1.5% {
    opacity: 0.1;
  }
  2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinker {
  0% {
    opacity: 0;
  }
  .5% {
    opacity: 0.1;
  }
  1% {
    opacity: 0;
  }
  1.5% {
    opacity: 0.1;
  }
  2% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.up-down-loop {
  -webkit-animation: up-down 4s 1.2s infinite;
  animation: up-down 4s 1.2s infinite;
}
/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}
[data-aos=fade-up-big] {
  transform: translate3d(0, 300px, 0);
}
[data-aos=fade-up-small] {
  transform: translate3d(0, 20px, 0);
}
[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}
[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}
[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}
[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}
[data-aos=fade-up-left] {
  transform: translate3d(300px, 300px, 0);
}
[data-aos=fade-up-left-big] {
  transform: translate3d(100px, 100px, 0);
}
[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}
[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}
/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
[data-aos=zoom-in] {
  transform: scale(0.6);
}
[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}
[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}
[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}
[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}
[data-aos=zoom-out] {
  transform: scale(1.2);
}
[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}
[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}
[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}
[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}
/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}
[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}
[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}
[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}
[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}
/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}
[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}
[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
[data-aos=animation-scale-top] {
  -webkit-transform: translateY(20px) scaleY(1.2);
  -ms-transform: translateY(20px) scaleY(1.2);
  transform: translateY(20px) scaleY(1.2);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos=animation-scale-top].aos-animate {
  -webkit-transform: translate(0) scaleY(1);
  -ms-transform: translate(0) scaleY(1);
  transform: translate(0) scaleY(1);
  opacity: 1;
}
[data-aos=animation-scale-y] {
  -webkit-transform: translateY(40px) scaleY(1.4);
  -ms-transform: translateY(40px) scaleY(1.4);
  transform: translateY(40px) scaleY(1.4);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
[data-aos=animation-scale-y].aos-animate {
  -webkit-transform: translateY(0) scaleY(1);
  -ms-transform: translateY(0) scaleY(1);
  transform: translateY(0) scaleY(1);
  opacity: 1;
}
[data-aos][data-aos][data-aos-delay="3100"].aos-animate,
body[data-aos-delay="3100"] [data-aos].aos-animate {
  transition-delay: 3.1s;
}
[data-aos][data-aos][data-aos-delay="3200"].aos-animate,
body[data-aos-delay="3200"] [data-aos].aos-animate {
  transition-delay: 3.2s;
}
[data-aos][data-aos][data-aos-delay="3300"].aos-animate,
body[data-aos-delay="3300"] [data-aos].aos-animate {
  transition-delay: 3.3s;
}
[data-aos][data-aos][data-aos-delay="3400"].aos-animate,
body[data-aos-delay="3400"] [data-aos].aos-animate {
  transition-delay: 3.4s;
}
[data-aos][data-aos][data-aos-delay="3500"].aos-animate,
body[data-aos-delay="3500"] [data-aos].aos-animate {
  transition-delay: 3.5s;
}
[data-aos][data-aos][data-aos-delay="3600"].aos-animate,
body[data-aos-delay="3600"] [data-aos].aos-animate {
  transition-delay: 3.6s;
}
[data-aos][data-aos][data-aos-delay="3700"].aos-animate,
body[data-aos-delay="3700"] [data-aos].aos-animate {
  transition-delay: 3.7s;
}
[data-aos][data-aos][data-aos-delay="3800"].aos-animate,
body[data-aos-delay="3800"] [data-aos].aos-animate {
  transition-delay: 3.8s;
}
[data-aos][data-aos][data-aos-delay="3900"].aos-animate,
body[data-aos-delay="3900"] [data-aos].aos-animate {
  transition-delay: 3.9s;
}
[data-aos][data-aos][data-aos-delay="4000"].aos-animate,
body[data-aos-delay="4000"] [data-aos].aos-animate {
  transition-delay: 4s;
}
[data-aos][data-aos][data-aos-delay="4100"].aos-animate,
body[data-aos-delay="4100"] [data-aos].aos-animate {
  transition-delay: 4.1s;
}
[data-aos][data-aos][data-aos-delay="4200"].aos-animate,
body[data-aos-delay="4200"] [data-aos].aos-animate {
  transition-delay: 4.2s;
}
[data-aos][data-aos][data-aos-delay="4300"].aos-animate,
body[data-aos-delay="4300"] [data-aos].aos-animate {
  transition-delay: 4.3s;
}
[data-aos][data-aos][data-aos-delay="4400"].aos-animate,
body[data-aos-delay="4400"] [data-aos].aos-animate {
  transition-delay: 4.4s;
}
[data-aos][data-aos][data-aos-delay="4500"].aos-animate,
body[data-aos-delay="4500"] [data-aos].aos-animate {
  transition-delay: 4.5s;
}
[data-aos][data-aos][data-aos-delay="4600"].aos-animate,
body[data-aos-delay="4600"] [data-aos].aos-animate {
  transition-delay: 4.6s;
}
[data-aos][data-aos][data-aos-delay="4700"].aos-animate,
body[data-aos-delay="4700"] [data-aos].aos-animate {
  transition-delay: 4.7s;
}
[data-aos][data-aos][data-aos-delay="4800"].aos-animate,
body[data-aos-delay="4800"] [data-aos].aos-animate {
  transition-delay: 4.8s;
}
[data-aos][data-aos][data-aos-delay="4900"].aos-animate,
body[data-aos-delay="4900"] [data-aos].aos-animate {
  transition-delay: 4.9s;
}
[data-aos][data-aos][data-aos-delay="5000"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5s;
}
[data-aos][data-aos][data-aos-delay="5100"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.1s;
}
[data-aos][data-aos][data-aos-delay="5200"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.2s;
}
[data-aos][data-aos][data-aos-delay="5300"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.3s;
}
[data-aos][data-aos][data-aos-delay="5400"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.4s;
}
[data-aos][data-aos][data-aos-delay="5500"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.5s;
}
[data-aos][data-aos][data-aos-delay="5600"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.6s;
}
[data-aos][data-aos][data-aos-delay="5700"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.7s;
}
[data-aos][data-aos][data-aos-delay="5800"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.8s;
}
[data-aos][data-aos][data-aos-delay="5900"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 5.9s;
}
[data-aos][data-aos][data-aos-delay="6000"].aos-animate,
body[data-aos-delay="5000"] [data-aos].aos-animate {
  transition-delay: 6s;
}
/* Without it Bootstrap Grid wont work */
*,
*:before,
*:after {
  box-sizing: border-box;
}
::-moz-selection {
  color: #fff;
  background: #181818;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #181818;
  text-shadow: none;
}
html {
  --sw: 1920;
  margin: 0;
  padding: 0;
  height: 100%;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
body {
  background: #fff;
  font-size: 14px;
  color: #3c3c3c;
  font-family: "Axiforma";
  height: 100%;
  overflow-x: hidden;
}
a {
  color: #181818;
}
a:hover {
  color: black;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.wrapper {
  max-width: 1920px;
  padding: 0 7.5%;
  margin: 0 auto;
}
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.text-section {
  clear: both;
  background: #141414;
  width: 100%;
  height: 100vh;
  display: table;
  color: #fff;
}
.text-section .wrapper {
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.text-section h1 {
  font-size: 7.5vw;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.0208333333em;
}
.acquisition-section {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  background: #27acd5;
  overflow: hidden;
}
.acquisition-section img {
  width: 100%;
}
.acquisition-section video {
  width: 100% !important;
  height: auto !important;
}
.acquisition-section .inner-wrapper {
  position: relative;
  width: 100%;
}
.acquisition-section .inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.acquisition-section .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.acquisition-section .image-wrapper.search-bar {
  width: 32.1875%;
  top: 49.6165644172%;
  left: 32.65625%;
  background: url("search-bar.cd299495.png") center center;
  background-size: 100% 100%;
}
.acquisition-section .image-wrapper.top-card {
  width: 20%;
  top: 0;
  left: 39.0104166667%;
}
.acquisition-section .image-wrapper.bottom-card {
  width: 19.9479166667%;
  top: auto;
  bottom: 0;
  left: 38.6458333333%;
}
.acquisition-section .image-wrapper.widget01 {
  width: 17.2395833333%;
  top: 17.7215189873%;
  left: 56.875%;
}
.acquisition-section .image-wrapper.widget02 {
  width: 20.8854166667%;
  top: 51.582278481%;
  left: 14.1666666667%;
}
.acquisition-section .text-wrapper {
  position: absolute;
  top: 60%;
  left: 9.5%;
  font-size: 1.1458333333vw;
  line-height: 1.86;
  letter-spacing: -0.0181818182em;
  color: #fff;
  max-width: 25%;
  color: #211e24;
}
.acquisition-section .text-wrapper h3 {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.0545454545em;
  padding: 0.2em 0;
  color: #fff;
}
.acquisition-section .text-wrapper p {
  padding: 0.5em 0;
}
.acquisition-section .headline {
  position: absolute;
  top: 10.75%;
  left: 25%;
  color: #fff;
}
.acquisition-section .headline h1, .acquisition-section .headline h2 {
  font-family: "Product Sans";
  font-size: 27vw;
  font-weight: bold;
  line-height: 0.75;
  white-space: nowrap;
  letter-spacing: -0.015em;
  color: #fff;
}
.acquisition-section.delivery {
  background: -webkit-linear-gradient(left, #f1daa4 0%, #f7e9ba 100%);
  background: -o-linear-gradient(left, #f1daa4 0%, #f7e9ba 100%);
  background: -ms-linear-gradient(left, #f1daa4 0%, #f7e9ba 100%);
  background: -moz-linear-gradient(left, #f1daa4 0%, #f7e9ba 100%);
  background: linear-gradient(to right, #f1daa4 0%, #f7e9ba 100%);
}
.acquisition-section.delivery .text-wrapper h3 {
  color: #1f2431;
}
.acquisition-section.delivery .headline {
  top: 30%;
  left: -4%;
}
.acquisition-section.marketplace {
  background: #edb3b7;
}
.acquisition-section.marketplace .text-wrapper {
  top: 68%;
}
.acquisition-section.marketplace .text-wrapper h3 {
  color: #1f2431;
}
.acquisition-section.marketplace .headline {
  top: 26.5%;
  left: -26.5%;
}
.acquisition-section.smart {
  background: #54b5c9;
}
.acquisition-section.smart .text-wrapper {
  top: 14%;
  color: #fff;
}
.acquisition-section.smart .headline {
  top: 5.75%;
  left: 33.5%;
}
.acquisition-section.closers {
  background: -webkit-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
  background: -o-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
  background: -ms-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
  background: -moz-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
  background: linear-gradient(140deg, #ffb096 0%, #ff867d 100%);
}
.acquisition-section.closers .text-wrapper {
  top: 48%;
  left: 65%;
}
.acquisition-section.closers .headline {
  top: 20.7%;
  left: 7.15%;
}
.ipad-scene {
  --isw: 1920;
  --ish: 1739;
  font-size: calc(20 / var(--sw) * 100vw);
  position: absolute;
  width: calc(1200 / var(--isw) * 100%);
  height: calc(899 / var(--ish) * 100%);
  top: calc(228 / var(--ish) * 100%);
  left: calc(371 / var(--isw) * 100%);
  border-radius: 1em;
  overflow: hidden;
}
.ipad-scene img {
  width: 100%;
  -webkit-animation: ipad-scene 36s infinite linear;
  animation: ipad-scene 36s infinite linear;
}
.page-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 0.5em 1.25em;
  background: #000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-header:after {
  content: "";
  display: table;
  clear: both;
}
.page-header .logo {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-header .logo img {
  vertical-align: middle;
}
.page-header .main-nav {
  font-size: 1em;
  text-transform: uppercase;
  margin-left: auto;
}
.page-header .main-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  list-style: none;
}
.page-header .main-nav ul li {
  padding: 1em 1.75em;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-header .main-nav ul li a {
  color: #fff;
  position: relative;
  display: inline-block;
}
.page-header .main-nav ul li a:after {
  content: "";
  width: 110%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  left: -5%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.page-header .main-nav ul li a.active:after {
  opacity: 0.7;
}
.page-header.slimmer {
  padding: 0 2em;
  background: rgba(0, 0, 0, 0.75);
}
.page-header.slimmer .logo {
  padding: 0.25em 0 0 0;
}
.page-header.slimmer .logo img {
  width: 7em;
}
.page-header.slimmer .main-nav ul li {
  padding: 1em 1.75em;
}
.page-header.slimmer .main-nav ul li a:after {
  width: 104%;
  bottom: -2px;
  left: -2%;
}
.data-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.data-container.pageOut {
  top: -100vh;
  z-index: 10;
}
.data-container.pageIn {
  top: 0 !important;
  z-index: 20;
}
.panel-wrapper {
  position: relative;
}
.homeanchor, .acquisitionanchor, .socialanchor {
  position: absolute;
  top: 100vh;
  width: 100%;
  height: 1px;
}
.typingContainer {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.0416666667vw;
  font-weight: 500;
  padding: 1.25em 4em 1.25em 2.2em;
  letter-spacing: -0.025em;
}
#typingtext {
  display: inline-block;
  vertical-align: middle;
  color: #0f0f0f;
}
#typingcursor {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 1.15em;
  background-color: #0f0f0f;
  animation: blink 0.75s step-end infinite;
}
@keyframes blink {
  from, to {
    background-color: transparent;
  }
  50% {
    background-color: #0f0f0f;
  }
}
.say-goodbye {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  background: white;
  overflow: hidden;
}
.say-goodbye .inner-wrapper {
  position: relative;
  width: 100%;
}
.say-goodbye .inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.say-goodbye .inner-wrapper > img {
  width: 100%;
}
.say-goodbye .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.say-goodbye .image-wrapper > img {
  width: 100%;
}
.say-goodbye .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: calc(18 / var(--sw) * 100vw);
  line-height: 2;
  color: #5c5c5c;
}
.say-goodbye .text-wrapper h4 {
  font-size: 1.1111111111em;
  font-weight: bold;
  color: #ef8332;
}
.say-goodbye .text-wrapper h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0416666667em;
  padding: 0;
}
.say-goodbye .text-wrapper h2 img {
  display: inline-block;
  width: 1.1805555556em;
}
.say-goodbye .text-wrapper h2 span {
  display: block;
}
.say-goodbye .text-wrapper h3 {
  font-size: 2.3333333333em;
  font-weight: normal;
  line-height: 1.3;
  color: #181818;
  letter-spacing: -0.0238095238em;
  padding: 0;
}
.say-goodbye .text-wrapper .text-bubble {
  position: absolute;
  font-size: 1.1666666667em;
  padding: 1em 2em 1em 1.5em;
  font-weight: bold;
  color: black;
  background: white;
  border-radius: 2.7777777778em;
  box-shadow: 0px 0.2380952381em 1.2952380952em 0.264em rgba(0, 0, 0, 0.09);
}
.say-goodbye .text-wrapper .text-bubble img {
  vertical-align: bottom;
  margin-right: 0.5555555556em;
  width: 2.0952380952em;
}
.say-goodbye .text-wrapper .text-bubble.text-bubble01 {
  top: 55.2941176471%;
  left: 4.2708333333%;
}
.say-goodbye .text-wrapper .text-bubble.text-bubble02 {
  top: 66.5882352941%;
  left: 24.4791666667%;
}
.say-goodbye .text-wrapper .text-bubble.text-bubble03 {
  top: 51.8823529412%;
  left: 54.7916666667%;
}
.say-goodbye .text-wrapper .text-bubble.text-bubble04 {
  top: 74.7647058824%;
  left: 77.6041666667%;
}
.say-goodbye .text-wrapper .text-bullets {
  position: absolute;
  top: 60%;
  left: 67.7083333333%;
  font-size: 2.2222222222em;
  font-weight: bold;
  color: black;
  letter-spacing: -0.025em;
  line-height: 1.6;
  text-decoration: underline;
}
.say-goodbye .text-wrapper .text-heading {
  position: absolute;
  top: 27.0588235294%;
  left: -2.6041666667%;
  font-size: 17.2222222222em;
  font-weight: bold;
  color: #ef8332;
  letter-spacing: -0.0096774194em;
  line-height: 1;
}
.say-goodbye .text-wrapper .wrapper {
  position: relative;
}
.say-goodbye .text-wrapper .text01 {
  position: absolute;
  left: 0;
  top: 7%;
  width: 100%;
  text-align: center;
}
.say-goodbye .ninthstep {
  position: absolute;
  left: 0;
  top: 30vh;
}
.full-funnel {
  float: left;
  position: relative;
  clear: both;
  width: 100%;
  background: #27acd5;
  overflow: hidden;
}
.full-funnel img {
  width: 100%;
}
.full-funnel .inner-wrapper {
  position: relative;
  width: 100%;
}
.full-funnel .inner-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.full-funnel .inner-wrapper > img {
  float: left;
}
.full-funnel .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.full-funnel .image-wrapper.scoop01 {
  width: 17.8645833333%;
  top: 35.2464129757%;
  left: 10.625%;
}
.full-funnel .image-wrapper.scoop01 img {
  -webkit-animation: up-down 8s infinite;
  animation: up-down 8s infinite;
}
.full-funnel .image-wrapper.scoop01-badge {
  width: 10.78125%;
  top: 34.3106674984%;
  left: 6.09375%;
}
.full-funnel .image-wrapper.scoop02 {
  width: 9.6875%;
  top: 17.9663131628%;
  left: 44.84375%;
}
.full-funnel .image-wrapper.scoop02 img {
  -webkit-animation: up-down 10s infinite;
  animation: up-down 10s infinite;
}
.full-funnel .image-wrapper.scoop02-badge {
  width: 10.4166666667%;
  top: 9.2326887087%;
  left: 48.9583333333%;
}
.full-funnel .image-wrapper.scoop03 {
  width: 26.1979166667%;
  top: -9.9189020586%;
  left: 60.0520833333%;
}
.full-funnel .image-wrapper.scoop03 img {
  -webkit-animation: up-down 7s infinite;
  animation: up-down 7s infinite;
}
.full-funnel .image-wrapper.scoop03-badge {
  width: 10.6770833333%;
  top: 11.6656269495%;
  left: 69.5833333333%;
}
.full-funnel .image-wrapper.scoop04 {
  width: 11.9270833333%;
  top: 35.9326263256%;
  left: 64.1145833333%;
}
.full-funnel .image-wrapper.scoop04 img {
  -webkit-animation: up-down 6s infinite;
  animation: up-down 6s infinite;
}
.full-funnel .image-wrapper.scoop04-badge {
  width: 10.4166666667%;
  top: 40.2994385527%;
  left: 72.4479166667%;
}
.full-funnel .text-wrapper {
  position: absolute;
  font-size: calc(18 / var(--sw) * 100vw);
  line-height: 2;
  color: #fff;
  max-width: 25%;
}
.full-funnel .text-wrapper h4 {
  font-size: 1.3333333333em;
  line-height: 1.8;
  color: #fef2e2;
}
.full-funnel .text-wrapper h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0416666667em;
  padding: 0.2083333333em 0;
}
.full-funnel .text-wrapper h2 span {
  display: block;
}
.full-funnel .text-wrapper h3 {
  font-size: 2.3333333333em;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.0238095238em;
  padding: 0.3571428571em 0;
  color: #262626;
}
.full-funnel .text-wrapper p {
  padding: 5px 0;
}
.full-funnel .text-wrapper.scoop01-text {
  top: 58.452900811%;
  left: 19.5833333333%;
}
.full-funnel .text-wrapper.scoop02-text {
  top: 11.2289457268%;
  left: 36%;
}
.full-funnel .text-wrapper.scoop03-text {
  top: 24.7660636307%;
  left: 70.4166666667%;
  max-width: 26.5625%;
}
.full-funnel .text-wrapper.scoop04-text {
  top: 53.3374922021%;
  left: 70.9895833333%;
  max-width: 26.5625%;
}
.full-funnel .text-wrapper.main-text {
  max-width: none;
  top: 9.8958333333%;
  left: 9.7916666667%;
}
.full-funnel .text-wrapper.main-text h4 {
  color: #dab9d1;
  font-size: 1em;
  font-weight: bold;
}
.full-funnel .tenthstep {
  position: absolute;
  left: 0;
  top: 50vh;
}
.data-analytics {
  --daw: 1920;
  --dah: 1644;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #cfeff9;
}
.data-analytics img {
  width: 100%;
}
.data-analytics .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.data-analytics .image-wrapper.card01 {
  width: calc(338 / var(--daw) * 100%);
  top: 0;
  left: 0;
}
.data-analytics .image-wrapper.card02 {
  width: calc(367 / var(--daw) * 100%);
  top: calc(173 / var(--dah) * 100%);
  left: calc(481 / var(--daw) * 100%);
}
.data-analytics .image-wrapper.card03 {
  width: calc(374 / var(--daw) * 100%);
  top: calc(468 / var(--dah) * 100%);
  left: calc(78 / var(--daw) * 100%);
}
.data-analytics .image-wrapper.card04 {
  width: calc(413 / var(--daw) * 100%);
  top: calc(885 / var(--dah) * 100%);
  left: calc(328 / var(--daw) * 100%);
}
.data-analytics .image-wrapper.card05 {
  width: calc(366 / var(--daw) * 100%);
  top: calc(1305 / var(--dah) * 100%);
  left: calc(1366 / var(--daw) * 100%);
}
.data-analytics .image-wrapper.card06 {
  width: calc(318 / var(--daw) * 100%);
  top: calc(1036 / var(--dah) * 100%);
  left: auto;
}
.data-analytics .image-wrapper.hand-mobile {
  width: calc(693 / var(--daw) * 100%);
  left: calc(625 / var(--daw) * 100%);
}
.data-analytics .text-wrapper {
  position: absolute;
  top: calc(323 / var(--dah) * 100%);
  left: calc(1290 / var(--daw) * 100%);
  max-width: calc(510 / var(--daw) * 100%);
  font-size: calc(19 / var(--daw) * 100vw);
  line-height: 2;
  color: #5c5c5c;
}
.data-analytics .text-wrapper h4 {
  font-size: 1.0526315789em;
  font-weight: bold;
  color: #ff6c00;
}
.data-analytics .text-wrapper h2 {
  font-size: 3.8em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0394736842em;
  padding: 0.1538461538em 0;
}
.data-analytics .text-wrapper h2 img {
  display: inline-block;
  max-width: 1em;
}
.data-analytics .text-wrapper h2 span {
  display: block;
}
.data-analytics .text-wrapper h3 {
  font-size: 2.2105263158em;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: -0.0476190476em;
  color: #181818;
}
.data-analytics .text-wrapper p {
  padding: 1.5em 0 0 0;
}
.data-analytics .sixthstep {
  position: absolute;
  left: 0;
  top: 150vh;
}
.get-in-touch {
  position: fixed;
  bottom: 20px;
  right: -170px;
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  z-index: 50;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 1024px) {
  .get-in-touch {
    right: auto;
    left: -170px;
  }
}
.get-in-touch.active {
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  .get-in-touch.active {
    left: 20px;
  }
}
.get-in-touch button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}
.get-in-touch button.learn-more {
  width: 160px;
  height: auto;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #fbb706;
}
.get-in-touch button.learn-more .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 36px;
  height: 36px;
  background-image: -moz-linear-gradient(90deg, #f34814 0%, #f9b105 100%);
  background-image: -webkit-linear-gradient(90deg, #f34814 0%, #f9b105 100%);
  background-image: -ms-linear-gradient(90deg, #f34814 0%, #f9b105 100%);
  border-radius: 1.625rem;
  transform: scale(1.1);
}
.get-in-touch button.learn-more .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.get-in-touch button.learn-more .circle .icon.arrow {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 3px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.get-in-touch button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
.get-in-touch button.learn-more .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.get-in-touch button:hover .circle {
  width: 100%;
}
.get-in-touch button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
.get-in-touch button:hover .button-text {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}
.mobile {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 1920px) {
  .story-header .acquisition-section img {
    transform: translateY(10px);
  }
}
@media only screen and (max-width: 1920px) {
  .closers .bottom-card img {
    transform: translateY(10px);
  }
}
.main-banner {
  --hbw: 1920;
  --hbh: 1200;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.main-banner img {
  width: 100%;
}
.main-banner .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.main-banner .image-wrapper.instagram {
  width: calc(135 / var(--hbw) * 100%);
  top: calc(53 / var(--hbh) * 100%);
  left: calc(1344 / var(--hbw) * 100%);
  -webkit-animation: up-down 8s infinite;
  animation: up-down 8s infinite;
}
.main-banner .image-wrapper.google {
  width: calc(309 / var(--hbw) * 100%);
  left: calc(645 / var(--hbw) * 100%);
  -webkit-animation: up-down 10s infinite;
  animation: up-down 10s infinite;
}
.main-banner .image-wrapper.facebook {
  width: calc(159 / var(--hbw) * 100%);
  top: calc(425 / var(--hbh) * 100%);
  left: calc(1533 / var(--hbw) * 100%);
  -webkit-animation: up-down 7s infinite;
  animation: up-down 7s infinite;
}
.main-banner .image-wrapper.heart {
  width: calc(161 / var(--hbw) * 100%);
  top: calc(577 / var(--hbh) * 100%);
  left: calc(1041 / var(--hbw) * 100%);
  -webkit-animation: up-down 6s infinite;
  animation: up-down 6s infinite;
}
.main-banner .image-wrapper.instagram-blurred {
  width: calc(308 / var(--hbw) * 100%);
  top: 0;
  right: 0;
  left: auto;
}
.main-banner .image-wrapper.hand {
  width: calc(1192 / var(--hbw) * 100%);
  top: calc(689 / var(--hbh) * 100%);
  right: 0;
  left: auto;
}
.main-banner .image-wrapper.phone {
  width: calc(674 / var(--hbw) * 100%);
  top: 0;
  left: calc(919 / var(--hbw) * 100%);
}
.main-banner .image-wrapper.ball01 {
  width: calc(98 / var(--hbw) * 100%);
  top: calc(182 / var(--hbh) * 100%);
  left: calc(1515 / var(--hbw) * 100%);
}
.main-banner .image-wrapper.ball02 {
  width: calc(129 / var(--hbw) * 100%);
  top: calc(268 / var(--hbh) * 100%);
  left: calc(991 / var(--hbw) * 100%);
}
.main-banner .image-wrapper.ball03 {
  width: calc(75 / var(--hbw) * 100%);
  top: calc(799 / var(--hbh) * 100%);
  left: calc(1436 / var(--hbw) * 100%);
}
.main-banner .image-wrapper.cloud01 {
  width: calc(94 / var(--hbw) * 100%);
  top: calc(230 / var(--hbh) * 100%);
  left: calc(62 / var(--hbw) * 100%);
}
.main-banner .image-wrapper.cloud02 {
  width: calc(70 / var(--hbw) * 100%);
  top: calc(276 / var(--hbh) * 100%);
  left: calc(440 / var(--hbw) * 100%);
}
.main-banner .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.main-banner .header-caption {
  position: absolute;
  left: 9.5%;
  top: 29%;
  font-size: 1.1458333333vw;
  line-height: 1.6363636364;
  color: #181818;
  max-width: 30%;
}
.main-banner .header-caption h4 {
  font-size: 0.8181818182em;
  font-weight: bold;
  line-height: 1;
}
.main-banner .header-caption h2 {
  font-size: 3.2272727273em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0422535211em;
  padding: 0.2816901408em 0;
}
.main-banner .header-caption h2 span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .main-banner .header-caption h2 span {
    display: inline-block;
  }
}
.main-banner .header-callouts {
  position: absolute;
  top: calc(1065 / var(--hbh) * 100%);
  left: calc(88 / var(--hbw) * 100%);
  max-width: 53.125%;
  display: flex;
  font-size: calc(16 / var(--hbw) * 100vw);
  line-height: 1.3;
  letter-spacing: 0.03125em;
}
.main-banner .header-callouts .callout {
  position: relative;
  vertical-align: top;
  padding-left: calc(80 / var(--hbw) * 100vw);
  padding-right: calc(25 / var(--hbw) * 100vw);
}
.main-banner .header-callouts .callout .callout-icon {
  max-width: calc(48 / var(--hbw) * 100vw);
  position: absolute;
  left: 0;
  top: 0;
}
.main-banner .header-callouts .callout .callout-text {
  display: inline-block;
}
.popout-menu {
  font-size: 10px;
  position: fixed;
  right: -8em;
  top: 37vh;
  z-index: 40;
  width: 8em;
  height: 4.3em;
  transition: all 0.2s ease-in;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .popout-menu {
    font-size: calc(30 / var(--sw) * 100vw);
    width: 3em;
    height: 3.1em;
    top: auto;
    bottom: 2em;
  }
}
.popout-menu:after {
  content: "";
  width: 0.3em;
  height: 100%;
  background: linear-gradient(0deg, #fb6a0c 0%, #fb3613 100%);
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .popout-menu:after {
    display: none;
  }
}
.popout-menu .popout-open-btn {
  display: block;
  float: right;
  position: relative;
  z-index: 50;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  font-size: 1em;
  color: #000;
  padding: 0.5em 1em 0.8em;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .popout-menu .popout-open-btn {
    padding: 0.6em 0.5em 0.5em 0.5em;
  }
}
.popout-menu .popout-open-btn i {
  font-size: 2em;
  transition: all 0.3s ease-in-out;
  transform: scale(0.9);
}
@media only screen and (max-width: 1024px) {
  .popout-menu .popout-open-btn i {
    transform: scale(1);
    font-weight: 400;
  }
}
.popout-menu .popout-open-btn:hover {
  color: #000;
}
.popout-menu .popout-open-btn:hover i {
  transform: scale(1);
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .popout-menu .popout-open-btn span {
    display: none;
  }
}
.popout-menu .popout-close-btn {
  position: absolute;
  right: 0.7em;
  top: 0.5em;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popout-menu .popout-close-btn span {
  display: inline-block;
  position: relative;
  top: -0.2em;
  right: 0.3em;
  transform: translateX(1.5em);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popout-menu .popout-close-btn i {
  font-size: 1.4em;
  background: #fff;
}
.popout-menu .popout-close-btn:hover span {
  transform: translateX(0);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.popout-menu.active {
  width: 23em;
  right: -23em;
}
.popout-menu.active .popout-open-btn {
  transform: translateY(-1em);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.popout-menu.active .popout-close-btn {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .popout-menu.active {
    width: 6em;
    right: -6em;
  }
}
.popout-menu.height {
  height: 25em;
}
@media only screen and (max-width: 1024px) {
  .popout-menu.height {
    height: 18em;
  }
}
.popout-menu.show {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  right: 0px;
}
.popout-menu-content {
  padding: 0.5em 2em;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .popout-menu-content {
    padding: 2.5em 1em 0.5em 1em;
  }
}
.popout-menu-content > h3 {
  font-size: 1em;
  font-weight: bold;
  padding: 1.5em 0;
  color: #181818;
  transform: translateY(2em);
  visibility: hidden;
  opacity: 0;
}
.active .popout-menu-content > h3 {
  animation: moveup 0.2s ease-in 0.4s forwards;
}
@media only screen and (max-width: 1024px) {
  .popout-menu-content > h3 {
    display: none;
  }
}
.popout-menu-content .menu-item {
  display: flex;
  align-items: center;
  padding: 0 0 2em 0;
}
@media only screen and (max-width: 1024px) {
  .popout-menu-content .menu-item {
    padding: 0 0 1em 0;
    display: block;
  }
}
.popout-menu-content .menu-item .menu-icon {
  min-width: 5em;
  margin: 0 1.5em 0 0;
  padding: 0.7em 0.5em;
  background: #ecece7;
  border-radius: 0.5em;
  text-align: center;
}
.popout-menu-content .menu-item .menu-icon img {
  float: left;
}
.popout-menu-content .menu-item .menu-icon i {
  font-size: 2.4em;
  color: #000000;
  opacity: 0.75;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .popout-menu-content .menu-item .menu-icon {
    width: 4em;
    margin: 0;
  }
}
.popout-menu-content .menu-item .menu-details {
  font-size: 1em;
  color: #7d7775;
}
@media only screen and (max-width: 1024px) {
  .popout-menu-content .menu-item .menu-details {
    display: none;
  }
}
.popout-menu-content .menu-item .menu-details h4 {
  font-size: 1.3em;
  font-weight: bold;
  color: #000000;
}
.popout-menu-content .menu-link {
  display: block;
  transform: translateY(2em);
  visibility: hidden;
  opacity: 0;
}
.active .popout-menu-content .menu-link {
  animation: moveup 0.2s ease-in-out 0.4s forwards;
}
.popout-menu-content .menu-link:hover .menu-item .menu-icon {
  background: linear-gradient(180deg, #fb6a0c 0%, #fb3613 100%);
}
.popout-menu-content .menu-link:hover .menu-item .menu-icon i {
  color: #fff;
  opacity: 0.85;
  transform: scale(0.8);
}
.active .popout-menu-content .menu-link.slideshare-link {
  animation-delay: 0.5s;
}
.active .popout-menu-content .menu-link.pdfdownload-link {
  animation-delay: 0.6s;
}
.active .popout-menu-content .menu-link.infographic-link {
  animation-delay: 0.7s;
}
@keyframes moveup {
  0% {
    transform: translateY(20px);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
  }
}
.one-stop-shop {
  --ossw: 1920;
  --ossh: 1750;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.one-stop-shop img {
  width: 100%;
}
.one-stop-shop .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.one-stop-shop .image-wrapper.google {
  width: calc(851 / var(--ossw) * 100%);
  top: calc(34 / var(--ossh) * 100%);
  left: calc(534 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.phone-right {
  width: calc(647 / var(--ossw) * 100%);
  top: calc(177 / var(--ossh) * 100%);
  left: calc(1273 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.phone-left {
  width: calc(770 / var(--ossw) * 100%);
  top: calc(353 / var(--ossh) * 100%);
  left: calc(107 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.facebook {
  width: calc(136 / var(--ossw) * 100%);
  top: calc(801 / var(--ossh) * 100%);
  left: calc(1523 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.dribble {
  width: calc(114 / var(--ossw) * 100%);
  top: calc(981 / var(--ossh) * 100%);
  left: calc(1691 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.instagram {
  width: calc(109 / var(--ossw) * 100%);
  top: calc(1239 / var(--ossh) * 100%);
  left: calc(1760 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.snapchat {
  width: calc(114 / var(--ossw) * 100%);
  top: calc(1545 / var(--ossh) * 100%);
  left: calc(1651 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.linkedin {
  width: calc(58 / var(--ossw) * 100%);
  top: calc(768 / var(--ossh) * 100%);
  left: calc(1724 / var(--ossw) * 100%);
}
.one-stop-shop .image-wrapper.pinterest {
  width: calc(58 / var(--ossw) * 100%);
  top: calc(631 / var(--ossh) * 100%);
  left: calc(1783 / var(--ossw) * 100%);
}
.one-stop-shop .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: calc(28 / var(--ossw) * 100vw);
  line-height: 1.7142857143;
  color: #181818;
}
.one-stop-shop .text-wrapper h4 {
  font-size: 0.7857142857em;
  font-weight: bold;
  line-height: 1;
  color: #00b8f7;
}
.one-stop-shop .text-wrapper h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0428571429em;
  padding: 0.2857142857em 0;
}
.one-stop-shop .text-wrapper ul {
  font-size: 0.8571428571em;
  line-height: 1.1666666667;
  font-weight: 600;
  margin-top: 0.75em;
}
.one-stop-shop .text-wrapper ul li {
  background: #e1f1ff;
  border-radius: 10px;
  padding: 0.75em 1em;
  margin-bottom: 0.3333333333em;
}
.one-stop-shop .text-wrapper .top-content {
  position: absolute;
  left: 50%;
  top: calc(190 / var(--ossh) * 100%);
  max-width: calc(760 / var(--ossw) * 100%);
  transform: translateX(-50%);
  text-align: center;
}
.one-stop-shop .text-wrapper .top-content p {
  padding-top: 1.75em;
}
.one-stop-shop .text-wrapper .left-content {
  position: absolute;
  left: calc(70 / var(--ossw) * 100%);
  top: calc(738 / var(--ossh) * 100%);
  max-width: calc(415 / var(--ossw) * 100%);
  line-height: 1.2857142857;
}
.one-stop-shop .text-wrapper .right-content {
  position: absolute;
  left: calc(940 / var(--ossw) * 100%);
  top: calc(738 / var(--ossh) * 100%);
  max-width: calc(415 / var(--ossw) * 100%);
  line-height: 1.2857142857;
}
.one-stop-shop .text-wrapper .right-content h4 {
  color: #e50074;
}
.one-stop-shop .text-wrapper .button {
  position: absolute;
  top: calc(1635 / var(--ossh) * 100%);
  left: 0;
}
.one-stop-shop .text-wrapper .button a {
  font-size: 0.7857142857em;
  font-weight: bold;
  padding: 0.75em 1.5em;
  border-radius: 0.5em;
  color: #fff;
}
.one-stop-shop .text-wrapper .button a:hover {
  color: #181818;
  background: transparent !important;
}
.one-stop-shop .text-wrapper .button.button01 {
  left: calc(352 / var(--ossw) * 100%);
}
.one-stop-shop .text-wrapper .button.button01 a {
  background: #00b8f7;
  border: 2px solid #00b8f7;
}
.one-stop-shop .text-wrapper .button.button02 {
  left: calc(1255 / var(--ossw) * 100%);
}
.one-stop-shop .text-wrapper .button.button02 a {
  background: #e50074;
  border: 2px solid #e50074;
}
.onestopshopanchor {
  position: absolute;
  left: 0;
  top: 30vh;
}
.aquire-new-customers {
  --ancsw: 1920;
  --ancsh: 1455;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.aquire-new-customers img {
  width: 100%;
}
.aquire-new-customers .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.aquire-new-customers .image-wrapper.google {
  width: calc(851 / var(--ancsw) * 100%);
  top: calc(34 / var(--ancsh) * 100%);
  left: calc(534 / var(--ancsw) * 100%);
}
.aquire-new-customers .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: calc(28 / var(--ancsw) * 100vw);
  line-height: 1.7142857143;
  color: #181818;
}
.aquire-new-customers .text-wrapper h4 {
  font-size: 0.7857142857em;
  font-weight: bold;
  line-height: 1;
  color: #f44338;
}
.aquire-new-customers .text-wrapper h2 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0428571429em;
  padding: 0.2857142857em 0;
}
.aquire-new-customers .text-wrapper h2 span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .aquire-new-customers .text-wrapper h2 span {
    display: inline-block;
  }
}
.aquire-new-customers .text-wrapper .main-content {
  position: absolute;
  left: calc(100 / var(--ancsw) * 100%);
  top: calc(170 / var(--ancsh) * 100%);
  max-width: calc(550 / var(--ancsw) * 100%);
}
.aquire-new-customers .text-wrapper .top-right-content {
  position: absolute;
  top: calc(210 / var(--ancsh) * 100%);
  right: calc(84 / var(--ancsw) * 100%);
  min-width: calc(475 / var(--ancsw) * 100%);
  max-width: 100%;
}
.aquire-new-customers .text-wrapper .top-right-content p {
  font-size: 3.2857142857em;
  font-weight: bold;
  line-height: 1;
  background: #f44338;
  color: #fff;
  text-align: center;
  padding: 0.25em;
  border-radius: 1em;
}
.aquire-new-customers .callouts-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #3c3c3c;
}
.aquire-new-customers .callouts-wrapper .callout-container {
  position: absolute;
  width: calc(321 / var(--ancsw) * 100%);
  height: calc(687 / var(--ancsh) * 100%);
  top: auto;
  left: auto;
  font-size: calc(18 / var(--ancsw) * 100vw);
}
.aquire-new-customers .callouts-wrapper .callout-container .callout {
  width: 100%;
  height: 100%;
  border-radius: 11.1111111111em;
  background-image: -moz-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
  background-image: -webkit-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
  background-image: -ms-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aquire-new-customers .callouts-wrapper .callout-container .callout > img {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.aquire-new-customers .callouts-wrapper .callout-container.callout01 {
  top: calc(530 / var(--ancsh) * 100%);
  left: calc(91 / var(--ancsw) * 100%);
}
.aquire-new-customers .callouts-wrapper .callout-container.callout01 .callout {
  background-image: -moz-linear-gradient(126deg, #010101 51%, #616161 100%);
  background-image: -webkit-linear-gradient(126deg, #010101 51%, #616161 100%);
  background-image: -ms-linear-gradient(126deg, #010101 51%, #616161 100%);
  color: #fff;
}
.aquire-new-customers .callouts-wrapper .callout-container.callout01 .callout .btn-holder {
  text-align: center;
  padding: 1em 0 0 0;
}
.aquire-new-customers .callouts-wrapper .callout-container.callout01 .callout .btn-holder .btn {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.aquire-new-customers .callouts-wrapper .callout-container.callout01 .callout .btn-holder .btn:hover {
  background: transparent;
  color: #fff;
}
.aquire-new-customers .callouts-wrapper .callout-container.callout02 {
  top: calc(720 / var(--ancsh) * 100%);
  left: calc(437 / var(--ancsw) * 100%);
}
.aquire-new-customers .callouts-wrapper .callout-container.callout03 {
  top: calc(720 / var(--ancsh) * 100%);
  left: calc(888 / var(--ancsw) * 100%);
}
.aquire-new-customers .callouts-wrapper .callout-container.callout04 {
  top: calc(417 / var(--ancsh) * 100%);
  left: calc(1220 / var(--ancsw) * 100%);
}
.aquire-new-customers .callouts-wrapper .callout-container.callout05 {
  top: calc(653 / var(--ancsh) * 100%);
  left: calc(1549 / var(--ancsw) * 100%);
}
.aquire-new-customers .callouts-wrapper .callout-container.highlight .callout {
  color: #3c3c3c;
  background-image: -moz-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
  background-image: -webkit-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
  background-image: -ms-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
  box-shadow: 0px 0px 0px 0.2222222222em #f44338;
  -webkit-box-shadow: 0px 0px 0px 0.2222222222em #f44338;
  -moz-box-shadow: 0px 0px 0px 0.2222222222em #f44338;
}
.aquire-new-customers .callouts-wrapper .callout-container.highlight .callout .btn-holder .btn {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.aquire-new-customers .callouts-wrapper .callout-container.highlight .callout .btn-holder .btn:hover {
  background: transparent;
  color: #000;
}
.aquire-new-customers .callout-text {
  font-size: calc(18 / var(--ancsw) * 100vw);
  line-height: 1.6;
  padding: 0 1.25em;
}
.aquire-new-customers .callout-text h3 {
  font-size: 1.3888888889em;
  font-weight: bold;
}
.aquire-new-customers .callout-text p {
  padding: 0.5em 0;
}
.aquire-new-customers .callout-text .btn-holder {
  text-align: center;
  padding: 1.5em 0 0 0;
}
.aquire-new-customers .callout-text .btn-holder .btn {
  font-size: 1em;
  background: #000;
  color: #fff;
  border-radius: 1em;
  padding: 0.6em 1.5em;
  border: 2px solid #000;
  transition: none;
}
.aquire-new-customers .callout-text .btn-holder .btn i {
  font-size: 1.25em;
  line-height: 1;
  margin-left: 0.5em;
  transform: translateY(2px);
}
.aquire-new-customers .callout-text .btn-holder .btn:hover {
  background: transparent;
  color: #000;
}
.aquirenewcustomeranchor {
  position: absolute;
  left: 0;
  top: 30vh;
}
.social-banner {
  --sbw: 1920;
  --sbh: 1266;
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #eb3e1e;
}
.social-banner img {
  width: 100%;
}
@media only screen and (max-width: 1920px) {
  .social-banner img {
    transform: translateY(4px);
  }
}
.social-banner .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.social-banner .image-wrapper.phone01 {
  width: calc(428 / var(--sbw) * 100vw);
  top: calc(184 / var(--sbh) * 100%);
  left: calc(1380 / var(--sbw) * 100%);
}
.social-banner .image-wrapper.phone02 {
  width: calc(746 / var(--sbw) * 100vw);
  top: calc(488 / var(--sbh) * 100%);
  left: calc(1081 / var(--sbw) * 100%);
}
.social-banner .image-wrapper.dribble {
  width: calc(123 / var(--sbw) * 100vw);
  top: calc(373 / var(--sbh) * 100%);
  left: calc(1662 / var(--sbw) * 100%);
  -webkit-animation: up-down 8s infinite;
  animation: up-down 8s infinite;
}
.social-banner .image-wrapper.facebook {
  width: calc(177 / var(--sbw) * 100vw);
  top: calc(301 / var(--sbh) * 100%);
  left: calc(1042 / var(--sbw) * 100%);
  -webkit-animation: up-down 10s infinite;
  animation: up-down 10s infinite;
}
.social-banner .image-wrapper.snapchat {
  width: calc(162 / var(--sbw) * 100vw);
  top: calc(487 / var(--sbh) * 100%);
  left: calc(921 / var(--sbw) * 100%);
  -webkit-animation: up-down 7s infinite;
  animation: up-down 7s infinite;
}
.social-banner .image-wrapper.instagram {
  width: calc(250 / var(--sbw) * 100vw);
  top: calc(880 / var(--sbh) * 100%);
  left: calc(992 / var(--sbw) * 100%);
  -webkit-animation: up-down 6s infinite;
  animation: up-down 6s infinite;
}
.social-banner .image-wrapper.pinterest {
  width: calc(266 / var(--sbw) * 100vw);
  top: calc(987 / var(--sbh) * 100%);
  left: calc(695 / var(--sbw) * 100%);
  -webkit-animation: up-down 9s infinite;
  animation: up-down 9s infinite;
}
.social-banner .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.social-banner .header-caption {
  position: absolute;
  left: 9.5%;
  top: 21.25%;
  font-size: calc(22 / var(--sbw) * 100vw);
  line-height: 1.6363636364;
  color: #fff;
  max-width: 30%;
}
.social-banner .header-caption h4 {
  font-size: 0.8181818182em;
  font-weight: bold;
  line-height: 1;
  color: #f6f04f;
}
.social-banner .header-caption h2 {
  font-size: 3.2272727273em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0422535211em;
  padding: 0.2816901408em 0;
}
.social-banner .header-caption h2 span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .social-banner .header-caption h2 span {
    display: inline-block;
  }
}
.story-header {
  float: left;
  width: 100%;
  position: relative;
}
.story-header .story__img {
  width: 100%;
  height: 100%;
  float: left;
}
.story-header .story__hero {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 0;
  left: 0;
}
.story-header .story__content {
  max-width: 700px;
  position: relative;
  padding: 130px 0 0 0;
  color: white;
}
.story-header .story__content h4 {
  margin-top: 150px;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 12px;
  color: #181818;
}
.story-header .story__content h2 {
  font-size: 114px;
  line-height: 110px;
  font-weight: bold;
  padding-bottom: 15px;
  letter-spacing: -5px;
}
.story-header .story__content p {
  font-size: 20px;
  font-weight: bold;
}
.panel-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.panel-container.panel-acquisition {
  background: #27acd5;
}
.panel-container.panel-social {
  background: #eb3e1e;
}
.panel {
  margin: 0px;
  padding: 0px;
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}
.panel .svg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.panel .svg-img.img3 {
  transform: translate(-51%, -50%);
}
.panel .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: auto;
}
.panel.panel--text {
  z-index: 3;
}
.panel.panel--bgimage {
  z-index: 2;
}
.panel.panel--bgimage.isactive {
  z-index: 5;
}
.title {
  max-width: 480px;
  position: relative;
  padding: 35px 0 0 0;
  color: white;
  top: 15px;
  opacity: 0;
  position: relative;
}
.title h4 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 12px 6px;
  color: #181818;
  text-transform: uppercase;
}
.title h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  padding-bottom: 15px;
  letter-spacing: -5px;
}
.title h3 {
  font-size: 80px;
  line-height: 84px;
  font-weight: bold;
  padding-bottom: 15px;
  letter-spacing: -5px;
}
.title p {
  font-size: 16px;
  font-weight: bold;
}
.full-wrapper {
  float: left;
  position: relative;
  width: 100%;
  clear: both;
  overflow: hidden;
  font-size: calc(20 / var(--sw) * 100vw);
  padding: 2em 0;
}
.full-wrapper .text-wrapper {
  padding: 0 0 1.1111111111em 0;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
}
.full-wrapper .text-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 1366px) {
  .full-wrapper .text-wrapper {
    font-size: 16px;
  }
}
.full-wrapper .text-wrapper h2 {
  font-size: 4.2222222222em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0394736842em;
  padding: 0.2631578947em 0;
}
.full-wrapper .text-wrapper h2 span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .full-wrapper .text-wrapper h2 span {
    display: inline-block;
  }
}
.full-wrapper .text-wrapper h4 {
  font-size: 1em;
  line-height: 1.5;
}
.full-wrapper .text-wrapper h4:after {
  content: "";
  display: table;
  clear: both;
}
.full-wrapper .partners-slider {
  width: 104%;
  position: relative;
  left: -2%;
  transform: rotate(-2deg);
}
.full-wrapper .partners-slider img.client-logo {
  margin: 0.5em;
  max-width: initial;
  min-width: calc(194 / var(--sw) * 100vw);
}
.full-wrapper .slider-outer {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0px;
}
.full-wrapper .slider-inner {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  animation: 390s linear 0s infinite normal none running sliderAnimation;
}
.full-wrapper .slider-inner.reverse {
  animation: 390s linear 0s infinite normal none running sliderAnimationReverse;
}
.full-wrapper .slider-inner > .slider-inner-wrapper {
  display: inline-block;
}
.happycustomeranchor {
  position: absolute;
  left: 0;
  top: 30vh;
}
@-webkit-keyframes sliderAnimation {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes sliderAnimation {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes sliderAnimationReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes sliderAnimationReverse {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.journey-wrapper {
  float: left;
  position: relative;
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.journey-wrapper .journey-block {
  width: 14.2857142857%;
  height: 33.3333333333vh;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .journey-wrapper .journey-block {
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 1920px) {
  .journey-wrapper .journey-block {
    height: auto;
  }
}
.journey-wrapper .journey-block.block01 {
  background: #56abc4;
}
.journey-wrapper .journey-block.block01:after {
  -webkit-animation: blinker 21s 14s infinite;
  animation: blinker 21s 14s infinite;
}
.journey-wrapper .journey-block.block02 {
  background: #006351;
  color: #ffc5bf;
  position: relative;
}
.journey-wrapper .journey-block.block02 img {
  position: absolute;
  bottom: 0px;
  top: 50px;
  width: 10.2em;
}
@media only screen and (max-width: 1920px) {
  .journey-wrapper .journey-block.block02 img {
    margin-top: 30px;
  }
}
.journey-wrapper .journey-block.block02 .text-wrapper {
  height: 100%;
}
.journey-wrapper .journey-block.block03 {
  background: #d2eeef;
}
.journey-wrapper .journey-block.block03:after {
  -webkit-animation: blinker 21s 18.5s infinite;
  animation: blinker 21s 18.5s infinite;
}
.journey-wrapper .journey-block.block04 {
  background: #aee0d7;
  color: #006351;
}
.journey-wrapper .journey-block.block05 {
  background: #fcc0b8;
  color: #612680;
}
@media only screen and (max-width: 1024px) {
  .journey-wrapper .journey-block.block05 {
    width: 100%;
    padding: 3em 1.5em !important;
  }
}
.journey-wrapper .journey-block.block05 img {
  width: 2.8em;
}
.journey-wrapper .journey-block.block06 {
  background: #56c0df;
}
.journey-wrapper .journey-block.block06:after {
  -webkit-animation: blinker 21s 9.5s infinite;
  animation: blinker 21s 9.5s infinite;
}
.journey-wrapper .journey-block.block07 {
  background: #fed3dd;
}
.journey-wrapper .journey-block.block07:after {
  -webkit-animation: blinker 21s 24.5s infinite;
  animation: blinker 21s 24.5s infinite;
}
.journey-wrapper .journey-block.block08 {
  background: #ffe661;
}
.journey-wrapper .journey-block.block08:after {
  -webkit-animation: blinker 21s 21.5s infinite;
  animation: blinker 21s 21.5s infinite;
}
.journey-wrapper .journey-block.block09 {
  background: #69b3c6;
}
.journey-wrapper .journey-block.block09:after {
  -webkit-animation: blinker 21s 6.5s infinite;
  animation: blinker 21s 6.5s infinite;
}
.journey-wrapper .journey-block.block10 {
  background: #ceb6e6;
  color: #5f2780;
}
.journey-wrapper .journey-block.block10 img {
  width: 4.05em;
}
@media only screen and (max-width: 1920px) {
  .journey-wrapper .journey-block.block10 img {
    width: 3em;
  }
}
.journey-wrapper .journey-block.block11 {
  background: #f8c99b;
}
.journey-wrapper .journey-block.block11:after {
  -webkit-animation: blinker 21s 11s infinite;
  animation: blinker 21s 11s infinite;
}
.journey-wrapper .journey-block.block12 {
  background: #e69db0;
}
.journey-wrapper .journey-block.block12:after {
  -webkit-animation: blinker 21s 23s infinite;
  animation: blinker 21s 23s infinite;
}
.journey-wrapper .journey-block.block13 {
  background: #612680;
  color: #faeab3;
}
.journey-wrapper .journey-block.block13 img {
  width: 2.5em;
}
.journey-wrapper .journey-block.block14 {
  background: #3b9bd8;
}
.journey-wrapper .journey-block.block14:after {
  -webkit-animation: blinker 21s 17s infinite;
  animation: blinker 21s 17s infinite;
}
.journey-wrapper .journey-block.block15 {
  background: #ceb6e6;
  color: #01634f;
}
.journey-wrapper .journey-block.block16 {
  background: #fec902;
}
.journey-wrapper .journey-block.block16:after {
  -webkit-animation: blinker 21s 20s infinite;
  animation: blinker 21s 20s infinite;
}
.journey-wrapper .journey-block.block17 {
  background: #d7d6d2;
}
.journey-wrapper .journey-block.block17:after {
  -webkit-animation: blinker 21s 15.5s infinite;
  animation: blinker 21s 15.5s infinite;
}
.journey-wrapper .journey-block.block18 {
  background: #c36b01;
}
.journey-wrapper .journey-block.block18:after {
  -webkit-animation: blinker 21s 8s infinite;
  animation: blinker 21s 8s infinite;
}
.journey-wrapper .journey-block.block19 {
  background: #006351;
  color: #ffffff;
}
.journey-wrapper .journey-block.block19 img {
  width: 3.15em;
}
.journey-wrapper .journey-block.block20 {
  background: #f97922;
}
.journey-wrapper .journey-block.block20:after {
  -webkit-animation: blinker 21s 12.5s infinite;
  animation: blinker 21s 12.5s infinite;
}
.journey-wrapper .journey-block.block21 {
  background: #ee9b8b;
  color: #ffe7e2;
}
.journey-wrapper .journey-block.block21 img {
  width: 5.25em;
}
.journey-wrapper .journey-block.image-block {
  position: relative;
  font-size: calc(60 / var(--sw) * 100vw);
}
.journey-wrapper .journey-block.image-block img {
  width: 13.75em;
  min-height: 100%;
}
@media only screen and (max-width: 1024px) {
  .journey-wrapper .journey-block.image-block img {
    width: 100%;
    height: auto;
  }
}
.journey-wrapper .journey-block.image-block:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background: white;
}
.journey-wrapper .journey-block.text-block {
  font-size: calc(20 / var(--sw) * 100vw);
  padding: 1em;
}
@media only screen and (max-width: 1024px) {
  .journey-wrapper .journey-block.text-block {
    font-size: calc(60 / var(--sw) * 100vw);
  }
}
.journey-wrapper .journey-block h3 {
  font-size: 3.6em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.0416666667em;
  padding: 0 0 0.0694444444em 0;
}
.journey-wrapper .journey-block h4 {
  font-size: 1.6em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.0625em;
}
.journey-wrapper .journey-block h4 strong {
  display: block;
  font-size: 2.25em;
  letter-spacing: -0.0416666667em;
}
.journey-wrapper .journey-block.text-block img {
  margin-bottom: 0.25em;
}
.journey-wrapper .fifthstep {
  position: absolute;
  left: 0;
  top: 50%;
}
.journey-wrapper .block02 .text-wrapper .search-bar {
  margin-top: 10px;
}
.journey-wrapper .block02 .text-wrapper .search-bar .search-area {
  content: "";
  display: inline-block;
  width: 90%;
  height: auto;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #ffc5bf;
  background-image: url("search-icon.29014f43.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10px 1px;
}
.our-advantages {
  float: left;
  clear: both;
  width: 100%;
  font-size: calc(20 / var(--sw) * 100vw);
  padding: 4em 0;
}
@media only screen and (max-width: 1024px) {
  .our-advantages {
    font-size: calc(60 / var(--sw) * 100vw);
  }
}
.our-advantages .wrapper {
  max-width: 100%;
  padding: 0;
}
.advantages-slider {
  padding: 1em 0;
}
.advantages-slider .slide {
  position: relative;
  padding: 1em;
}
.advantages-slider .slide img {
  border-radius: 1em;
  width: 100%;
}
.advantages-slider .image-caption {
  position: absolute;
  left: 1.5em;
  top: 1.5em;
  right: 1.5em;
  bottom: 1.5em;
  padding: 1.75em;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.5;
}
.advantages-slider .image-caption h3 {
  font-size: 2.2857142857em;
  font-weight: bold;
  letter-spacing: -0.0714285714em;
  line-height: 1;
  padding: 0.625em 1.5625em 0.625em 0;
}
@media only screen and (max-width: 1024px) {
  .advantages-slider .image-caption h3 {
    font-size: 2em;
    letter-spacing: -0.025em;
    padding: 0.5em 0.5em 0.5em 0;
  }
}
.advantages-slider .image-caption p {
  padding: 0 1.5625em 0 0;
}
@media only screen and (max-width: 1024px) {
  .advantages-slider .image-caption p {
    font-size: 1.15em;
    padding: 0;
  }
}
.advantages-slider .image-caption .btn {
  width: 100%;
  font-size: 1.1428571429em;
  padding: 0.75em 1em;
  border-radius: 1.875em;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 0 1.25em 0;
  color: white;
  cursor: default;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.advantages-slider .image-caption .btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 1024px) {
  .advantages-slider .image-caption .btn {
    margin: 0;
  }
}
.advantages-slider .slide01 .image-caption {
  color: #262626;
}
.advantages-slider .slide01 .image-caption .btn {
  color: #262626;
  box-shadow: 0px 1px 24.03px 2.97px rgba(0, 0, 0, 0.06);
}
.advantages-slider .slide05 .image-caption h3 {
  padding-right: 3.125em;
}
.advantages-slider .slide05 .image-caption p {
  padding-right: 7.1428571429em;
}
.advantage-text-wrapper {
  padding: 3em 0 3em 7.5%;
  font-size: calc(20 / var(--sw) * 100vw);
  line-height: 1.5;
  max-width: calc(770 / var(--sw) * 100vw);
  color: #262626;
}
@media only screen and (max-width: 1024px) {
  .advantage-text-wrapper {
    font-size: calc(60 / var(--sw) * 100vw);
    max-width: 100%;
    padding: 2em;
  }
}
.advantage-text-wrapper h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  color: #9b0054;
}
@media only screen and (max-width: 1024px) {
  .advantage-text-wrapper h4 {
    padding-bottom: 1em;
  }
}
.advantage-text-wrapper h2 {
  font-size: 3.8em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0394736842em;
  padding: 0.2631578947em 0;
}
@media only screen and (max-width: 1024px) {
  .advantage-text-wrapper h2 {
    font-size: 3.3em;
  }
}
.advantage-text-wrapper p {
  padding: 1em 0;
}
.news-ticker {
  float: left;
  width: 100%;
  clear: both;
  background: white;
  color: #3b3b3b;
  font-size: calc(32 / var(--sw) * 100vw);
  padding: 2.1875em 0;
  line-height: 1.5;
}
.news-ticker .slide {
  padding: 0;
}
.news-ticker .slide p {
  position: relative;
  padding: 0 1.875em 0 3.125em;
}
.news-ticker .slide p span {
  border-bottom: 0.03125em solid #3b3b3b;
}
.news-ticker .slide p img {
  position: absolute;
  left: 0.9375em;
  top: 0.15625em;
  width: 1.5em;
}
.social-advertising, .expert-design-talent, .inhouse-sales-center {
  float: left;
  clear: both;
  width: 100%;
  height: 100vh;
  position: relative;
}
.social-advertising .slider-wrapper, .expert-design-talent .slider-wrapper, .inhouse-sales-center .slider-wrapper {
  float: left;
  width: 100%;
}
.social-advertising .slider-wrapper .slide-column, .expert-design-talent .slider-wrapper .slide-column, .inhouse-sales-center .slider-wrapper .slide-column {
  float: left;
  width: 50%;
  height: 100vh;
  overflow: hidden;
}
.inhouse-sales-center .slider-wrapper .slide-column {
  overflow: visible;
  position: relative;
  z-index: 5;
}
.inhouse-sales-center .slider-wrapper .slide-column:first-child {
  z-index: 10;
}
.expert-design-talent, .inhouse-sales-center {
  background: white;
}
.slide-text-wrapper {
  display: table;
  height: 100vh;
  width: 100%;
  padding: 3.125em 15%;
}
.slide-text-wrapper .slide-text {
  display: table-cell;
  vertical-align: middle;
  font-size: calc(20 / var(--sw) * 100vw);
  line-height: 1.8em;
  color: #5c5c5c;
}
.slide-text-wrapper .slide-text > img {
  width: 100%;
  max-width: calc(100 / var(--sw) * 100vw);
}
.slide-text-wrapper .slide-text h4 {
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  padding: 3.125em 0 1.25em 0;
}
.slide-text-wrapper .slide-text h4.step-one {
  color: #cf3f4e;
}
.slide-text-wrapper .slide-text h4.step-two {
  color: #f46b01;
}
.slide-text-wrapper .slide-text h4.step-three {
  color: #35b834;
}
.slide-text-wrapper .slide-text h2 {
  font-size: 3.8em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0394736842em;
  padding: 0.2631578947em 0;
}
.slide-text-wrapper .slide-text h2 img {
  display: inline-block;
  max-width: calc(75 / var(--sw) * 100vw);
  width: 100%;
}
.slide-text-wrapper .slide-text h2 span {
  display: block;
}
@media only screen and (max-width: 1366px) {
  .slide-text-wrapper .slide-text h2 span {
    display: inline-block;
  }
}
.slide-text-wrapper .slide-text h3 {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1;
  color: #181818;
  letter-spacing: -0.0476190476em;
  padding: 0 0 0.3571428571em 0;
}
.slide-text-wrapper > .slide-text {
  max-width: calc(600 / var(--sw) * 100vw);
}
.expert-design-talent .slide-text-wrapper .slide-text, .inhouse-sales-center .slide-text-wrapper .slide-text {
  line-height: 2;
}
.expert-design-talent .slide-text-wrapper .slide-text h4, .inhouse-sales-center .slide-text-wrapper .slide-text h4 {
  font-size: 1em;
  padding: 0;
  color: #fa6a00;
}
.expert-design-talent .slide-text-wrapper .slide-text h2, .inhouse-sales-center .slide-text-wrapper .slide-text h2 {
  padding: 0.2631578947em 0;
}
.expert-design-talent .slide-text-wrapper .slide-text h3, .inhouse-sales-center .slide-text-wrapper .slide-text h3 {
  font-weight: normal;
  line-height: 1.33;
  padding: 0.119047619em 0;
}
.expert-design-talent .slide-text-wrapper .slide-text p, .inhouse-sales-center .slide-text-wrapper .slide-text p {
  padding: 0.25em 0;
}
.inhouse-sales-center .slide-text-wrapper .slide-text h4 {
  color: #0099ff;
}
.slider02-img .image-wrapper, .slider03-img .image-wrapper {
  height: 75vh;
  background: #fb9700;
}
.slider02-img .image-wrapper img, .slider03-img .image-wrapper img {
  float: right;
  height: 75vh;
}
.slider02-img .image-caption, .slider03-img .image-caption {
  height: 25vh;
  background: #fa6a00;
}
.slider03-img .image-wrapper {
  background: #0099ff;
}
.slider03-img .image-wrapper img {
  float: left;
}
.slider03-img .image-caption {
  background: #1a49ba;
}
.custom-slider-arrows .slick-prev, .custom-slider-arrows .slick-next {
  z-index: 10;
  font-size: calc(90 / var(--sw) * 100vw);
  width: 1em;
  height: 1em;
  top: 75vh;
  margin-top: -0.5em;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.23, 0.98, 0.62, 1.58);
}
.custom-slider-arrows .slick-prev:before, .custom-slider-arrows .slick-next:before {
  content: "";
  opacity: 1;
  font-size: calc(24 / var(--sw) * 100vw);
  width: 1em;
  height: 1em;
  display: inline-block;
  background: url("slick-arrow.0783ff5f.png") no-repeat center center;
  background-size: 100% 100%;
}
.custom-slider-arrows .slick-prev:hover, .custom-slider-arrows .slick-next:hover {
  transform: scale(1.1);
}
.custom-slider-arrows .slick-prev {
  left: 0.9444444444em;
}
.custom-slider-arrows .slick-prev:before {
  transform: rotate(180deg);
}
.custom-slider-arrows .slick-next {
  right: auto;
  left: 2.4444444444em;
}
.custom-slider-arrows .slick-dots {
  font-size: calc(20 / var(--sw) * 100vw);
  top: 3em;
  padding: 0 0 0 2.5em;
}
.custom-slider-arrows .slick-dots li {
  height: 1em;
  width: 1em;
  margin: 0 0.05em;
}
.custom-slider-arrows .slick-dots li button {
  font-size: calc(20 / var(--sw) * 100vw);
  height: 1em;
  width: 1em;
  padding: 0.25em;
}
.custom-slider-arrows .slick-dots li button:before {
  font-size: calc(14 / var(--sw) * 100vw);
  width: 1.4285714286em;
  height: 1.4285714286em;
  line-height: 1.4285714286;
}
.inhouse-sales-center .slick-prev, .inhouse-sales-center .slick-next {
  left: 100% !important;
  margin-top: 0;
  margin-left: -0.5em;
  z-index: 10;
  top: 37.5vh;
}
.inhouse-sales-center .slick-prev {
  margin-top: -0.7222222222em;
}
.inhouse-sales-center .slick-prev:before {
  transform: rotate(270deg);
}
.inhouse-sales-center .slick-next {
  margin-top: 0.7222222222em;
}
.inhouse-sales-center .slick-next:before {
  transform: rotate(90deg);
}
.image-caption-text-wrapper {
  display: table;
  font-size: calc(20 / var(--sw) * 100vw);
  line-height: 1.5;
  color: white;
  height: 100%;
}
.image-caption-text-wrapper .heading-column {
  display: table-cell;
  width: 30%;
  padding: 0 0 0 4em;
  vertical-align: middle;
}
.image-caption-text-wrapper .details-column {
  display: table-cell;
  width: 70%;
  padding: 0 3em;
  vertical-align: middle;
}
.image-caption-text-wrapper h3 {
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.0416666667em;
}
.socialadvertisinganchor, .expertdesignanchor {
  position: absolute;
  left: 0;
  top: 30vh;
}
.btn {
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  text-align: center;
  color: #fff;
  background: #181818;
  cursor: pointer;
  border-radius: 5px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn.btn--rounded {
  border-radius: 20px;
}
.btn.btn--large {
  font-size: 16px;
  padding: 12px 20px;
}
.btn.btn--full {
  width: 100%;
}
.btn.btn--small {
  padding: 6px 15px 5px;
  font-size: 14px;
}
.btn.btn--small:hover {
  background: white;
  color: #181818;
  border: 2px solid #181818;
}
.btn.btn--gray {
  padding: 8px 25px 8px 20px;
  background: #a5a4a0;
}
.btn.btn--gray i {
  margin-right: 10px;
}
.btn.btn--light {
  background: #fff;
  text-align: center;
  color: #181818;
}
.btn.btn--light:hover {
  color: #fff;
  background-color: #494950;
}
.btn.btn--outline {
  border: 1px solid #4a4a4c;
  text-align: center;
  color: #4a4a4c;
  background: transparent;
  padding: 7px 30px;
}
.btn.btn--outline:hover {
  color: #4a4a4c;
  background: transparent;
  border-color: #181818;
}
.btn.btn--dark {
  background: black;
}
.btn.btn--dark:hover {
  color: #181818;
  background-color: #e6e6e6;
}
.btn.btn--outline--white {
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  background: none;
  border-radius: 10px;
  padding: 8px 20px;
}
.btn.btn--outline--white:hover {
  background: none;
  border-color: #181818;
  color: #181818;
}
.btn:hover {
  color: #fff;
  background-color: black;
}
.btn.btn--disabled, .btn:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
@media only screen and (max-width: 1024px) {
  body {
    --mdw: 1125;
  }
  body.mobile-overflow {
    overflow-y: hidden;
  }

  .page-header {
    background: rgba(255, 255, 255, 0.35);
    font-size: 21px;
    padding: 10px 15px;
    justify-content: flex-start;
    align-items: center;
    backdrop-filter: blur(10px);
  }
  .page-header .menu {
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-right: 0.75em;
    z-index: 112;
  }
  .page-header .logo {
    z-index: 112;
  }
  .page-header .logo img {
    max-width: 113px;
    vertical-align: sub;
    display: none;
  }
  .page-header .logo::after {
    content: url("logo-black.6eea03ee.svg");
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    vertical-align: middle;
  }
  .page-header .main-nav {
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 100%;
    font-size: 1em;
    background: #050505;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .page-header .main-nav.active {
    right: 0;
  }
  .page-header .main-nav.glassmorphism {
    background: white;
  }
  .page-header .main-nav ul {
    display: block;
    margin: 100px 0 0;
    text-align: left;
  }
  .page-header .main-nav ul li {
    display: block;
    padding: 0 2.5em;
  }
  .page-header .main-nav ul li.icon i {
    font-size: 1.5em;
  }
  .page-header .main-nav ul li a {
    display: block;
    padding: 1.5em 0;
    color: #181818;
    font-weight: bold;
  }
  .page-header .main-nav ul li a:after {
    display: none;
  }
  .page-header .mobile .hamburger {
    cursor: pointer;
  }
  .page-header .mobile .hamburger .line {
    width: 18px;
    height: 2px;
    background-color: #181818;
    display: block;
    margin: 3px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .page-header .mobile .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(30deg);
    -ms-transform: translateY(5px) rotate(30deg);
    -o-transform: translateY(5px) rotate(30deg);
    transform: translateY(8px) rotate(30deg);
    width: 20px;
  }
  .page-header .mobile .hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateY(-5px) rotate(-30deg);
    -ms-transform: translateY(-5px) rotate(-30deg);
    -o-transform: translateY(-5px) rotate(-30deg);
    transform: translateY(0px) rotate(-30deg);
    width: 20px;
  }
  .page-header .mobile .hamburger.is-active .line:nth-child(3) {
    opacity: 0;
  }

  .this-is-clicx {
    background: #f9f9f9;
    font-size: calc(10 / var(--mdw) * 100vw);
  }
  .this-is-clicx .top-banner {
    background: url("header.366c99a8.jpg") top right no-repeat;
    background-size: 100% auto;
    font-size: 4.2em;
    line-height: 1.5714285714;
    padding: 9em 4em 0 2em;
    color: #3c3c3c;
    position: relative;
    z-index: 20;
  }
  .this-is-clicx .top-banner h4 {
    font-size: 0.8571428571em;
    font-weight: bold;
    line-height: 1;
    color: #060201;
    padding: 0 0 0.6111111111em 0;
  }
  .this-is-clicx .top-banner h2 {
    font-size: 2.6666666667em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0446428571em;
    padding: 0 0 0.5em 0;
    color: #181818;
  }
  .this-is-clicx .top-banner h2 span {
    display: block;
  }
  .this-is-clicx .bottom-banner {
    position: relative;
    margin-top: -7em;
    z-index: 10;
  }
  .this-is-clicx .bottom-banner > img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .this-is-clicx .header-callouts {
    font-size: calc(40 / var(--mdw) * 100vw);
    line-height: 1.25;
    letter-spacing: -0.025em;
    padding: 0 4em;
    color: #3c3c3c;
  }
  .this-is-clicx .header-callouts .callout {
    position: relative;
    padding: 1.45em 0 1.45em 3.75em;
  }
  .this-is-clicx .header-callouts .callout .callout-icon {
    width: 1.75em;
    position: absolute;
    left: 0;
    top: 1.45em;
  }
  .this-is-clicx .header-callouts .callout .callout-text {
    display: inline-block;
  }

  .one-stop-shop-mobile {
    font-size: calc(50 / var(--mdw) * 100vw);
    line-height: 1.7142857143;
    color: #181818;
    font-weight: 500;
  }
  .one-stop-shop-mobile h4 {
    font-size: 0.72em;
    font-weight: bold;
    line-height: 1;
    color: #00b8f7;
  }
  .one-stop-shop-mobile h2 {
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0434782609em;
    padding: 0.4em 0;
  }
  .one-stop-shop-mobile ul {
    font-size: 0.8em;
    line-height: 1.1666666667;
    font-weight: 600;
    margin-top: 2em;
  }
  .one-stop-shop-mobile ul li {
    background: #e1f1ff;
    border-radius: 10px;
    padding: 0.75em 1em;
    margin-bottom: 0.3333333333em;
  }
  .one-stop-shop-mobile .section01 {
    background: url("google.ba69a673.jpg") center center no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 7em 1.6em 4em;
  }
  .one-stop-shop-mobile .section01 p {
    padding: 1.2em 0.5em 0;
  }
  .one-stop-shop-mobile .section02 {
    background: url("mobile-top.bd3cc206.jpg") top right no-repeat;
    background-size: 100% auto;
    line-height: 1.2857142857;
    padding: calc(560 / var(--mdw) * 100%) calc(413 / var(--mdw) * 100%) calc(230 / var(--mdw) * 100%) calc(83 / var(--mdw) * 100%);
    position: relative;
    z-index: 20;
  }
  .one-stop-shop-mobile .section03 {
    background: url("mobile-bottom.e2a9fec5.jpg") top left no-repeat;
    background-size: 100% auto;
    line-height: 1.2857142857;
    padding: calc(700 / var(--mdw) * 100%) calc(75 / var(--mdw) * 100%) calc(230 / var(--mdw) * 100%) calc(500 / var(--mdw) * 100%);
    position: relative;
    z-index: 10;
    margin-top: -2.4em;
  }
  .one-stop-shop-mobile .section03 h4 {
    color: #e50074;
  }
  .one-stop-shop-mobile .button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    text-align: center;
  }
  .one-stop-shop-mobile .button a {
    display: inline-block;
    font-size: 0.7857142857em;
    font-weight: bold;
    padding: 0.75em 1.5em;
    border-radius: 0.5em;
    color: #fff;
  }
  .one-stop-shop-mobile .button a:hover {
    color: #181818;
    background: transparent !important;
  }
  .one-stop-shop-mobile .button.button01 a {
    background: #00b8f7;
    border: 2px solid #00b8f7;
  }
  .one-stop-shop-mobile .button.button02 a {
    background: #e50074;
    border: 2px solid #e50074;
  }

  .acquisition-section-mobile {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    background: #3eb3f2;
    overflow: hidden;
    font-size: calc(10 / var(--mdw) * 100vw);
  }
  .acquisition-section-mobile img {
    width: 100%;
  }
  .acquisition-section-mobile .text-wrapper {
    position: relative;
    z-index: 20;
    font-size: 4.5em;
    line-height: 1.6666666667;
    color: #211e24;
    padding: 3.5555555556em 1.7777777778em;
  }
  .acquisition-section-mobile .text-wrapper h3 {
    font-size: 2.5555555556em;
    font-weight: bold;
    line-height: 1.0434782609;
    letter-spacing: -0.0869565217em;
    padding: 0 0 0.5652173913em 0;
    color: #fff;
  }
  .acquisition-section-mobile .text-wrapper p {
    padding: 0;
  }
  .acquisition-section-mobile .headline {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: -11em;
    top: 110em;
  }
  .acquisition-section-mobile .headline h1, .acquisition-section-mobile .headline h2 {
    font-family: "Product Sans";
    font-size: 73.8em;
    font-weight: bold;
    line-height: 0.75;
    white-space: nowrap;
    letter-spacing: -0.015em;
    color: #fff;
  }
  .acquisition-section-mobile .image-wrapper {
    position: relative;
    z-index: 20;
    padding-top: 31em;
  }
  .acquisition-section-mobile .image-wrapper img {
    float: left;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .acquisition-section-mobile .image-wrapper .search-bar {
    position: absolute;
    top: 46em;
    left: 50%;
    transform: translateX(-50%);
    width: 95.7em;
    background: url("search-bar.cd299495.png") center center;
    background-size: 100% 100%;
  }
  .acquisition-section-mobile .image-wrapper .search-bar img {
    float: none;
  }
  .acquisition-section-mobile .image-wrapper .search-bar .typingContainer {
    font-size: 2.8em;
    padding: 1.5em 2.25em;
  }
  .acquisition-section-mobile.sell {
    margin-top: 49px;
  }
  .acquisition-section-mobile.delivery {
    background: #f6e8b7;
  }
  .acquisition-section-mobile.delivery .text-wrapper h3 {
    color: #1f2431;
  }
  .acquisition-section-mobile.delivery .headline {
    top: 99.5em;
    left: -10em;
  }
  .acquisition-section-mobile.delivery .headline h2 {
    font-size: 32.6em;
  }
  .acquisition-section-mobile.delivery .image-wrapper {
    padding-top: 0;
  }
  .acquisition-section-mobile.marketplace {
    background: #edb3b7;
    padding-bottom: 18.4em;
  }
  .acquisition-section-mobile.marketplace .text-wrapper h3 {
    color: #1f2431;
  }
  .acquisition-section-mobile.marketplace .headline {
    top: 107em;
    left: -80em;
  }
  .acquisition-section-mobile.marketplace .headline h2 {
    font-size: 46.5em;
  }
  .acquisition-section-mobile.marketplace .image-wrapper {
    padding-top: 20em;
  }
  .acquisition-section-mobile.smart {
    background: #11758d;
  }
  .acquisition-section-mobile.smart .text-wrapper {
    color: #fff;
  }
  .acquisition-section-mobile.smart .headline {
    top: 112em;
    left: -17em;
  }
  .acquisition-section-mobile.smart .headline h2 {
    font-size: 51.4em;
  }
  .acquisition-section-mobile.smart .image-wrapper {
    padding-top: 22em;
  }
  .acquisition-section-mobile.closers {
    background: -webkit-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
    background: -o-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
    background: -ms-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
    background: -moz-linear-gradient(310deg, #ffb096 0%, #ff867d 100%);
    background: linear-gradient(140deg, #ffb096 0%, #ff867d 100%);
  }
  .acquisition-section-mobile.closers .headline {
    top: 121em;
    left: -37em;
  }
  .acquisition-section-mobile.closers .image-wrapper {
    padding-top: 0;
  }

  .social-advertising, .expert-design-talent, .inhouse-sales-center {
    height: auto;
  }
  .social-advertising .slider-wrapper .slide-column, .expert-design-talent .slider-wrapper .slide-column, .inhouse-sales-center .slider-wrapper .slide-column {
    width: 100%;
    height: auto;
  }

  .slide-text-wrapper {
    display: table;
    height: auto;
    width: 100%;
    font-size: calc(10 / var(--mdw) * 100vw);
    padding: 10em 7em 0;
  }
  .slide-text-wrapper .slide-text {
    font-size: calc(40 / var(--mdw) * 100vw);
    line-height: 1.8em !important;
    color: #595959;
  }
  .slide-text-wrapper .slide-text > img {
    max-width: calc(130 / var(--mdw) * 100vw);
  }
  .slide-text-wrapper .slide-text h4 {
    font-size: 0.9em;
    padding: 0 0 0.6666666667em 0;
  }
  .slide-text-wrapper .slide-text h4.step-one {
    color: #cf3f4e;
  }
  .slide-text-wrapper .slide-text h4.step-two {
    color: #f46b01;
  }
  .slide-text-wrapper .slide-text h4.step-three {
    color: #35b834;
  }
  .slide-text-wrapper .slide-text h2 {
    font-size: 2.5em;
    letter-spacing: -0.05em;
    padding: 0.36em 0 0.5em 0;
  }
  .slide-text-wrapper .slide-text h2 img {
    max-width: calc(96 / var(--mdw) * 100vw);
  }
  .slide-text-wrapper .slide-text h2 span {
    display: block !important;
  }
  .slide-text-wrapper .slide-text h3 {
    font-size: 1.875em;
    letter-spacing: -0.0666666667em;
    padding: 0 0 0.5em 0;
  }
  .slide-text-wrapper .slide-text p {
    padding: 0 0 2.75em 0;
  }
  .slide-text-wrapper > .slide-text {
    max-width: calc(600 / var(--mdw) * 100vw);
  }
  .expert-design-talent .slide-text-wrapper, .inhouse-sales-center .slide-text-wrapper {
    padding-top: 14em;
    padding-bottom: 5em;
  }
  .expert-design-talent .slide-text-wrapper .slide-text h4, .inhouse-sales-center .slide-text-wrapper .slide-text h4 {
    font-size: 0.9em;
    padding: 0 0 0 0;
    color: #fa6a00;
  }
  .expert-design-talent .slide-text-wrapper .slide-text h2, .inhouse-sales-center .slide-text-wrapper .slide-text h2 {
    font-size: 2.875em;
    padding: 0.1739130435em 0;
  }
  .expert-design-talent .slide-text-wrapper .slide-text h3, .inhouse-sales-center .slide-text-wrapper .slide-text h3 {
    font-weight: normal;
    line-height: 1.2;
    padding: 0 0 0.4347826087em 0;
  }
  .expert-design-talent .slide-text-wrapper .slide-text p, .inhouse-sales-center .slide-text-wrapper .slide-text p {
    padding: 0;
  }
  .inhouse-sales-center .slide-text-wrapper .slide-text h4 {
    color: #0099ff;
  }

  .slick-slide img {
    display: block;
  }
  .social-advertising .slick-slide img {
    min-height: auto;
    margin: 0;
    width: 100%;
  }

  .slider02-img .image-wrapper, .slider03-img .image-wrapper {
    height: auto;
  }
  .slider02-img .image-wrapper img, .slider03-img .image-wrapper img {
    height: auto;
    width: 100%;
  }
  .slider02-img .image-caption, .slider03-img .image-caption {
    height: auto;
  }

  .slider02-img {
    background: #fa6a00;
  }

  .image-caption-text-wrapper {
    font-size: calc(36 / var(--mdw) * 100vw);
    line-height: 1.3333333333;
    padding: 2em 0;
  }
  .image-caption-text-wrapper .heading-column {
    padding: 0 0 0 3em;
  }
  .image-caption-text-wrapper .details-column {
    padding: 0 3em;
  }
  .image-caption-text-wrapper h3 {
    font-size: 1.75em;
    letter-spacing: -0.0793650794em;
  }

  .custom-slider-arrows .slick-prev, .custom-slider-arrows .slick-next {
    font-size: calc(105 / var(--mdw) * 100vw);
    top: 10.7142857143em;
  }
  .custom-slider-arrows .slick-prev:before, .custom-slider-arrows .slick-next:before {
    font-size: calc(30 / var(--mdw) * 100vw);
  }
  .custom-slider-arrows .slick-dots {
    font-size: calc(24 / var(--mdw) * 100vw);
    top: 4em;
    padding: 0 0 0 3em;
  }
  .custom-slider-arrows .slick-dots li {
    margin: 0 0.3333333333em;
  }
  .custom-slider-arrows .slick-dots li button {
    font-size: calc(24 / var(--mdw) * 100vw);
    padding: 0;
  }
  .custom-slider-arrows .slick-dots li button:before {
    font-size: calc(24 / var(--mdw) * 100vw);
    width: 1em;
    height: 1em;
    line-height: 1;
  }

  .social-header {
    background: url("main.107c9e1f.jpg") bottom center no-repeat #f13308;
    background-size: 100% auto;
    margin-top: 49px;
  }
  .social-header .text-wrapper {
    font-size: calc(42 / var(--mdw) * 100vw);
    line-height: 1.8;
    color: #fff;
    padding: 3.6666666667em 2em 42.1428571429em;
  }
  .social-header .text-wrapper h4 {
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1;
    color: #f6f04f;
  }
  .social-header .text-wrapper h2 {
    font-size: 2.7380952381em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0434782609em;
    padding: 0.6695652174em 0;
  }
  .social-header .text-wrapper h2 span {
    display: block;
  }

  .data-analytics-mobile {
    clear: both;
    background: url("main.893b9c55.jpg") bottom center no-repeat #cfeff9;
    background-size: 100% auto;
  }
  .data-analytics-mobile .text-wrapper {
    font-size: calc(36 / var(--mdw) * 100vw);
    line-height: 1.6666666667;
    color: #5c5c5c;
    padding: 3.6111111111em 2.2222222222em 72.2222222222em;
  }
  .data-analytics-mobile .text-wrapper h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    color: #ff6c00;
    padding: 0 0 0.3611111111em 0;
  }
  .data-analytics-mobile .text-wrapper h2 {
    font-size: 3.1944444444em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0434782609em;
    color: #262626;
    padding: 0 0 0.4347826087em 0;
  }
  .data-analytics-mobile .text-wrapper h2 img {
    display: inline-block;
    max-width: 1em;
    vertical-align: bottom;
  }
  .data-analytics-mobile .text-wrapper h2 span {
    display: block;
  }
  .data-analytics-mobile .text-wrapper h3 {
    font-size: 1.3888888889em;
    line-height: 1.5;
    color: #262626;
    padding: 0 0 1em 0;
  }

  .news-ticker {
    font-size: calc(41 / var(--mdw) * 100vw);
    padding: 2em 0 1em;
    line-height: 1.5;
  }
  .news-ticker .slide {
    padding: 0;
  }
  .news-ticker .slide p br {
    display: none;
  }

  .full-funnel-mobile {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    background: #27acd5;
    overflow: hidden;
    font-size: calc(10 / var(--mdw) * 100vw);
  }
  .full-funnel-mobile img {
    width: 100%;
  }
  .full-funnel-mobile .inner-wrapper {
    position: relative;
    width: 100%;
  }
  .full-funnel-mobile .inner-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .full-funnel-mobile .inner-wrapper > img {
    float: left;
  }
  .full-funnel-mobile .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .full-funnel-mobile .image-wrapper.scoop01 {
    width: calc(293 / var(--mdw) * 100%);
    left: calc(-15 / var(--mdw) * 100%);
    top: 142.9em;
  }
  .full-funnel-mobile .image-wrapper.scoop01-badge {
    width: calc(178 / var(--mdw) * 100%);
    left: calc(95 / var(--mdw) * 100%);
    top: 156.6em;
  }
  .full-funnel-mobile .image-wrapper.scoop02 {
    width: calc(240 / var(--mdw) * 100%);
    left: calc(250 / var(--mdw) * 100%);
    top: 101.4em;
  }
  .full-funnel-mobile .image-wrapper.scoop02-badge {
    width: calc(199 / var(--mdw) * 100%);
    left: calc(373 / var(--mdw) * 100%);
    top: 87.3em;
  }
  .full-funnel-mobile .image-wrapper.scoop03 {
    width: calc(412 / var(--mdw) * 100%);
    left: calc(679 / var(--mdw) * 100%);
    top: 47.2em;
  }
  .full-funnel-mobile .image-wrapper.scoop03-badge {
    width: calc(208 / var(--mdw) * 100%);
    left: calc(779 / var(--mdw) * 100%);
    top: 69.8em;
  }
  .full-funnel-mobile .image-wrapper.scoop04 {
    width: calc(210 / var(--mdw) * 100%);
    left: calc(725 / var(--mdw) * 100%);
    top: 123.8em;
  }
  .full-funnel-mobile .image-wrapper.scoop04-badge {
    width: calc(185 / var(--mdw) * 100%);
    left: calc(872 / var(--mdw) * 100%);
    top: 130.2em;
  }
  .full-funnel-mobile .text-wrapper {
    position: absolute;
    color: #fff;
    max-width: 32%;
  }
  .full-funnel-mobile .text-wrapper h4 {
    font-size: 3em;
    line-height: 1.2;
    color: #fef2e2;
    padding: 0 0 1em 0;
  }
  .full-funnel-mobile .text-wrapper h2 {
    font-size: 10em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.03em;
    padding: 0 0 0.4em 0;
  }
  .full-funnel-mobile .text-wrapper h2 span {
    display: block;
  }
  .full-funnel-mobile .text-wrapper h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: -0.0238095238em;
    padding: 0;
    color: #262626;
  }
  .full-funnel-mobile .text-wrapper p {
    font-size: 2.4em;
    line-height: 1.25em;
  }
  .full-funnel-mobile .text-wrapper.scoop01-text {
    top: 178.3em;
    left: calc(55 / var(--mdw) * 100%);
  }
  .full-funnel-mobile .text-wrapper.scoop02-text {
    top: 94em;
    left: calc(55 / var(--mdw) * 100%);
  }
  .full-funnel-mobile .text-wrapper.scoop03-text {
    top: 95.2em;
    left: calc(750 / var(--mdw) * 100%);
  }
  .full-funnel-mobile .text-wrapper.scoop04-text {
    top: 152.2em;
    left: calc(760 / var(--mdw) * 100%);
  }
  .full-funnel-mobile .text-wrapper.main-text {
    max-width: none;
    top: 12.5em;
    left: calc(80 / var(--mdw) * 100%);
  }
  .full-funnel-mobile .text-wrapper.main-text h4 {
    color: #dab9d1;
    font-size: 3.6em;
    font-weight: bold;
  }

  .say-goodbye-mobile {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    background: white;
    overflow: hidden;
  }
  .say-goodbye-mobile .inner-wrapper {
    position: relative;
    width: 100%;
  }
  .say-goodbye-mobile .inner-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .say-goodbye-mobile .inner-wrapper > img {
    width: 100%;
  }
  .say-goodbye-mobile .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .say-goodbye-mobile .image-wrapper > img {
    width: 100%;
  }
  .say-goodbye-mobile .text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: calc(10 / var(--mdw) * 100vw);
    line-height: 2;
    color: #5c5c5c;
  }
  .say-goodbye-mobile .text-wrapper h4 {
    font-size: 3em;
    font-weight: bold;
    color: #ef8332;
  }
  .say-goodbye-mobile .text-wrapper h2 {
    font-size: 10em;
    font-weight: bold;
    line-height: 1.2;
    color: #181818;
    letter-spacing: -0.03em;
    padding: 0;
  }
  .say-goodbye-mobile .text-wrapper h2 img {
    display: inline-block;
    width: 1em;
  }
  .say-goodbye-mobile .text-wrapper h2 span {
    display: block;
  }
  .say-goodbye-mobile .text-wrapper h3 {
    font-size: 6em;
    font-weight: normal;
    line-height: 1.3;
    color: #181818;
    letter-spacing: -0.0238095238em;
    padding: 0;
  }
  .say-goodbye-mobile .text-wrapper .text-bubble {
    position: absolute;
    font-size: 2.2em;
    padding: 0.9em 1em;
    font-weight: bold;
    color: black;
    background: white;
    border-radius: 1.914893617em;
    box-shadow: 0px 0.2380952381em 1.2952380952em 0.264em rgba(0, 0, 0, 0.09);
  }
  .say-goodbye-mobile .text-wrapper .text-bubble img {
    vertical-align: bottom;
    margin-right: 0.4em;
    width: 1.914893617em;
  }
  .say-goodbye-mobile .text-wrapper .text-bubble.text-bubble02 {
    top: 57.914893617em;
    left: calc(49 / var(--mdw) * 100%);
  }
  .say-goodbye-mobile .text-wrapper .text-bubble.text-bubble03 {
    top: 43.7021276596em;
    left: calc(748 / var(--mdw) * 100%);
  }
  .say-goodbye-mobile .text-wrapper .text-bullets {
    position: absolute;
    top: 42em;
    left: calc(853 / var(--mdw) * 100%);
    font-size: 3em;
    font-weight: bold;
    color: black;
    letter-spacing: -0.025em;
    line-height: 1.6;
    text-decoration: underline;
  }
  .say-goodbye-mobile .text-wrapper .text-heading {
    position: absolute;
    top: 3.7em;
    left: calc(-50 / var(--mdw) * 100%);
    font-size: 19.84em;
    font-weight: bold;
    color: #ef8332;
    letter-spacing: -0.0101010101em;
    line-height: 1;
  }
  .say-goodbye-mobile .text-wrapper .wrapper {
    position: relative;
  }
  .say-goodbye-mobile .text-wrapper .text01 {
    position: absolute;
    left: 0;
    top: 18em;
    width: 100%;
    text-align: center;
  }

  .full-wrapper-mobile {
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    font-size: calc(20 / var(--mdw) * 100vw);
    padding: 2em 0;
  }
  .full-wrapper-mobile .text-wrapper {
    text-align: center;
    font-size: 14px;
    padding: 2em 0;
    line-height: 1.5;
  }
  .full-wrapper-mobile .text-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .full-wrapper-mobile .text-wrapper h2 {
    font-size: 4.2222222222em;
    font-weight: bold;
    line-height: 1;
    color: #181818;
    letter-spacing: -0.0394736842em;
    padding: 0.2631578947em 0;
  }
  .full-wrapper-mobile .text-wrapper h2 span {
    display: inline-block;
  }
  .full-wrapper-mobile .text-wrapper h4 {
    font-size: 1.4em;
    line-height: 1.5;
    padding: 1em 0 0 0;
  }
  .full-wrapper-mobile .text-wrapper h4:after {
    content: "";
    display: table;
    clear: both;
  }
  .full-wrapper-mobile .partners-slider {
    width: 104%;
    position: relative;
    left: -2%;
    transform: rotate(-2deg);
  }
  .full-wrapper-mobile .partners-slider img.client-logo {
    min-width: calc(194 / var(--mdw) * 100vw);
  }
  .full-wrapper-mobile .slider-outer {
    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
  }
  .full-wrapper-mobile .slider-inner {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    animation: 390s linear 0s infinite normal none running sliderAnimation;
  }
  .full-wrapper-mobile .slider-inner.reverse {
    animation: 390s linear 0s infinite normal none running sliderAnimationReverse;
  }
  .full-wrapper-mobile .slider-inner > .slider-inner-wrapper {
    display: inline-block;
  }

  .journey-wrapper-mobile {
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .journey-wrapper-mobile .journey-block {
    width: 50%;
    height: auto;
    overflow: hidden;
  }
  .journey-wrapper-mobile .journey-block.block01 {
    background: #56abc4;
  }
  .journey-wrapper-mobile .journey-block.block02 {
    background: #006351;
    color: #ffc5bf;
    position: relative;
  }
  .journey-wrapper-mobile .journey-block.block02 img {
    position: absolute;
    bottom: 50px;
    width: 10.2em;
  }
  .journey-wrapper-mobile .journey-block.block02 .text-wrapper {
    height: 100%;
  }
  .journey-wrapper-mobile .journey-block.block03 {
    background: #d2eeef;
  }
  .journey-wrapper-mobile .journey-block.block04 {
    background: #aee0d7;
    color: #006351;
  }
  .journey-wrapper-mobile .journey-block.block05 {
    background: #fcc0b8;
    color: #612680;
    width: 100%;
    padding: 3em 1.5em !important;
  }
  .journey-wrapper-mobile .journey-block.block05 img {
    width: 2.8em;
  }
  .journey-wrapper-mobile .journey-block.block06 {
    background: #56c0df;
  }
  .journey-wrapper-mobile .journey-block.block07 {
    background: #fed3dd;
  }
  .journey-wrapper-mobile .journey-block.block08 {
    background: #ffe661;
  }
  .journey-wrapper-mobile .journey-block.block09 {
    background: #69b3c6;
  }
  .journey-wrapper-mobile .journey-block.block10 {
    background: #ceb6e6;
    color: #5f2780;
  }
  .journey-wrapper-mobile .journey-block.block10 img {
    width: 4.05em;
  }
  .journey-wrapper-mobile .journey-block.block11 {
    background: #f8c99b;
  }
  .journey-wrapper-mobile .journey-block.block12 {
    background: #e69db0;
  }
  .journey-wrapper-mobile .journey-block.block13 {
    background: #612680;
    color: #faeab3;
  }
  .journey-wrapper-mobile .journey-block.block13 img {
    width: 2.5em;
  }
  .journey-wrapper-mobile .journey-block.block14 {
    background: #3b9bd8;
  }
  .journey-wrapper-mobile .journey-block.block15 {
    background: #ceb6e6;
    color: #01634f;
  }
  .journey-wrapper-mobile .journey-block.block16 {
    background: #fec902;
  }
  .journey-wrapper-mobile .journey-block.block17 {
    background: #d7d6d2;
  }
  .journey-wrapper-mobile .journey-block.block18 {
    background: #c36b01;
  }
  .journey-wrapper-mobile .journey-block.block19 {
    background: #006351;
    color: #ffffff;
  }
  .journey-wrapper-mobile .journey-block.block19 img {
    width: 3.15em;
  }
  .journey-wrapper-mobile .journey-block.block20 {
    background: #f97922;
  }
  .journey-wrapper-mobile .journey-block.block21 {
    background: #ee9b8b;
    color: #ffe7e2;
  }
  .journey-wrapper-mobile .journey-block.block21 img {
    width: 5.25em;
  }
  .journey-wrapper-mobile .journey-block.image-block {
    position: relative;
    font-size: calc(60 / var(--sw) * 100vw);
  }
  .journey-wrapper-mobile .journey-block.image-block img {
    min-height: 100%;
    width: 100%;
    height: auto;
  }
  .journey-wrapper-mobile .journey-block.image-block:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background: white;
  }
  .journey-wrapper-mobile .journey-block.text-block {
    font-size: calc(60 / var(--sw) * 100vw);
    padding: 1em;
  }
  .journey-wrapper-mobile .journey-block h3 {
    font-size: 3.6em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.0416666667em;
    padding: 0 0 0.0694444444em 0;
  }
  .journey-wrapper-mobile .journey-block h4 {
    font-size: 1.6em;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.0625em;
  }
  .journey-wrapper-mobile .journey-block h4 strong {
    display: block;
    font-size: 2.25em;
    letter-spacing: -0.0416666667em;
  }
  .journey-wrapper-mobile .journey-block.text-block img {
    margin-bottom: 0.25em;
  }

  .aquire-new-customers-mobile {
    --ancsw: 1920;
    --ancsh: 1455;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url("main.d0e7a7d6.jpg") top right no-repeat;
    background-size: 100% auto;
    padding: calc(1570 / var(--mdw) * 100%) 0 0 0;
  }
  .aquire-new-customers-mobile > img {
    display: none;
  }
  .aquire-new-customers-mobile .image-wrapper {
    display: none;
  }
  .aquire-new-customers-mobile .text-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: calc(42 / var(--mdw) * 100vw);
    line-height: 1.7857142857;
    color: #262626;
  }
  .aquire-new-customers-mobile .text-wrapper h4 {
    font-size: 0.8571428571em;
    font-weight: bold;
    line-height: 1;
    color: #f44338;
  }
  .aquire-new-customers-mobile .text-wrapper h2 {
    font-size: 2.7380952381em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0434782609em;
    padding: 0.3130434783em 0 0.3130434783em 0;
  }
  .aquire-new-customers-mobile .text-wrapper h2 span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1366px) {
  .aquire-new-customers-mobile .text-wrapper h2 span {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .aquire-new-customers-mobile .text-wrapper .main-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: none;
    padding: calc(218 / var(--mdw) * 100%) calc(180 / var(--mdw) * 100%) 0 calc(80 / var(--mdw) * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .aquire-new-customers-mobile .text-wrapper .top-right-content {
    position: absolute;
    top: 0;
    right: 0;
    min-width: none;
    max-width: none;
    padding-top: 2.7142857143em;
  }
  .aquire-new-customers-mobile .text-wrapper .top-right-content p {
    font-size: 2.0952380952em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.0284090909em;
    background: #f44338;
    color: #e7e8ed;
    text-align: center;
    padding: 0.25em 0.4545454545em 0.3068181818em 0.6818181818em;
    border-radius: 30px 0 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .aquire-new-customers-mobile .callouts-wrapper {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #3c3c3c;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container {
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
    font-size: calc(34 / var(--mdw) * 100vw);
    padding: 0 1.5em 1.5em 1.5em;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container .callout {
    width: 100%;
    height: auto;
    border-radius: 20px;
    text-align: center;
    background-image: -moz-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
    background-image: -webkit-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
    background-image: -ms-linear-gradient(126deg, #e7e8ed 0%, #f6f7f9 100%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container .callout > img {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout01 .callout {
    background-image: -moz-linear-gradient(126deg, #010101 51%, #616161 100%);
    background-image: -webkit-linear-gradient(126deg, #010101 51%, #616161 100%);
    background-image: -ms-linear-gradient(126deg, #010101 51%, #616161 100%);
    color: #fff;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout01 .callout .btn-holder {
    text-align: center;
    padding: 1em 0 0 0;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout01 .callout .btn-holder .btn {
    background: #fff;
    border-color: #fff;
    color: #000;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout01 .callout .btn-holder .btn:hover {
    background: transparent;
    color: #fff;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout01, .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout02, .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout03, .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout04, .aquire-new-customers-mobile .callouts-wrapper .callout-container.callout05 {
    top: auto;
    left: auto;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.highlight .callout {
    color: #3c3c3c;
    background-image: -moz-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
    background-image: -webkit-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
    background-image: -ms-linear-gradient(90deg, #ebb6b6 0%, #f1d7d8 18%, #f6f7f9 50%);
    box-shadow: 0px 0px 0px 0.2222222222em #f44338;
    -webkit-box-shadow: 0px 0px 0px 0.2222222222em #f44338;
    -moz-box-shadow: 0px 0px 0px 0.2222222222em #f44338;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.highlight .callout .btn-holder .btn {
    background: #000;
    color: #fff;
    border: 2px solid #000;
  }
  .aquire-new-customers-mobile .callouts-wrapper .callout-container.highlight .callout .btn-holder .btn:hover {
    background: transparent;
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .aquire-new-customers-mobile .callout-text {
    font-size: calc(34 / var(--mdw) * 100vw);
    line-height: 1.7647058824;
    padding: 0 2em 2em;
  }
  .aquire-new-customers-mobile .callout-text h3 {
    font-size: 1.2941176471em;
    font-weight: bold;
  }
  .aquire-new-customers-mobile .callout-text p {
    padding: 0.5em 0;
  }
  .aquire-new-customers-mobile .callout-text .btn-holder {
    text-align: center;
    padding: 1.5em 0 0 0;
  }
  .aquire-new-customers-mobile .callout-text .btn-holder .btn {
    font-size: 1em;
    background: #000;
    color: #fff;
    border-radius: 1em;
    padding: 0.6em 1.5em;
    border: 2px solid #000;
    transition: none;
  }
  .aquire-new-customers-mobile .callout-text .btn-holder .btn i {
    font-size: 1.25em;
    line-height: 1;
    margin-left: 0.5em;
    transform: translateY(2px);
  }
  .aquire-new-customers-mobile .callout-text .btn-holder .btn:hover {
    background: transparent;
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .data-container {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .journey-wrapper-mobile .block02 .text-wrapper .search-bar {
    margin-top: 10px;
  }
  .journey-wrapper-mobile .block02 .text-wrapper .search-bar .search-area {
    content: "";
    display: inline-block;
    width: 90%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
    border: 1px solid #ffc5bf;
    background-image: url("search-icon.29014f43.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 10px 1px;
  }
}
@media only screen and (max-width: 1024px) {
  .advantages-slider .slick-list .slick-track .slick-slide .slide01 img {
    transform: translateY(20px) scale(0.8);
  }
  .advantages-slider .slick-list .slick-track .slick-slide .slide01 .image-caption {
    padding: 1.75em 0;
  }
}
.form--modal .question:last-child {
  border-bottom: none;
}
.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  display: table;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.modal ul, .modal li {
  padding: 0;
  margin: 0;
}
.modal .modal__background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal__outer {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .modal .modal__outer {
    padding: 10px;
  }
}
.modal .modal__outer .modal__inner {
  position: relative;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  background: white;
  max-width: 750px;
  width: 100%;
  z-index: 2000;
  border-radius: 20px;
  transform: translateY(45px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.modal .modal__outer .modal__inner .modal__header {
  padding: 15px 20px;
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e5e5e5;
}
.modal .modal__outer .modal__inner .modal__title {
  font-size: 21px;
  letter-spacing: -1px;
  position: relative;
  margin-bottom: 0;
  padding: 0;
}
.modal .modal__outer .modal__inner .modal__title i {
  margin-right: 10px;
}
.modal .modal__outer .modal__inner .close-btn {
  font-size: 24px;
  line-height: 100%;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 50;
  color: #ccc;
  cursor: pointer;
}
.modal .modal__outer .modal__inner .close-btn:hover {
  color: #424242;
}
.modal .modal__outer .modal__inner .cart-buttons .btn {
  width: 100%;
  border-radius: 5px;
  margin: 5px 0;
  font-size: 16px;
}
.modal .modal__outer .modal__content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  min-height: 100px;
  position: relative;
  float: left;
  width: 100%;
  background: white;
}
.modal .modal__footer {
  text-align: right;
  clear: both;
  background: #f0f0f0;
  padding: 10px 15px;
  border-top: 1px solid #d7d7d7;
}
.modal .modal__footer:after {
  content: "";
  display: table;
  clear: both;
}
.modal .modal__footer button {
  vertical-align: top;
}
.modal .modal__footer .btn {
  margin: 0 4px;
  font-size: 16px;
  padding: 8px 15px 6px;
  border-radius: 5px;
  border: 2px solid #181818;
}
.modal .modal__footer .btn:hover {
  background: transparent;
  color: #181818;
}
.modal .modal__footer .btn i {
  margin-right: 5px;
}
.modal .modal__footer .btn.btn--outline:hover {
  background: #181818;
  color: #fff;
}
.modal.modal--cart .modal__content {
  max-height: calc(100vh - 60px);
  padding: 15px 20px;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__outer .modal__inner {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.modal .loader-overlay {
  position: absolute;
}
.modal.modal--xs .modal__outer .modal__inner {
  max-width: 450px;
}
.modal.modal--small .modal__outer .modal__inner {
  max-width: 550px;
}
.modal.modal--medium .modal__outer .modal__inner {
  max-width: 750px;
}
.modal.modal--large .modal__outer .modal__inner {
  max-width: 1000px;
}
.modal-text {
  font-size: 14px;
  line-height: 1.3;
}
.modal-text h1 {
  font-size: 42px;
  line-height: 1.1;
  font-family: "Circular Std";
  font-weight: 900;
  letter-spacing: -2px;
}
@media only screen and (max-width: 768px) {
  .modal-text h1 {
    font-size: 32px;
    letter-spacing: -1px;
  }
}
.modal-text h2 {
  font-size: 28px;
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .modal-text h2 {
    font-size: 21px;
  }
}
.modal-text h3 {
  font-size: 18px;
  padding: 10px 0 5px;
}
.modal-text p {
  padding: 0 0 20px;
  color: #868686;
}
.modal-text ul {
  padding: 5px 0 15px 30px;
}
.modal-text ul li {
  position: relative;
  padding: 4px 0 4px 20px;
}
.modal-text ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  content: "\f101";
  color: #181818;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-container {
  display: flex;
}
.form-container .left-column {
  width: 32.5%;
  background: url("login-form-bg.547ccbe5.svg") center top no-repeat #fb690c;
}
@media only screen and (max-width: 1024px) {
  .form-container .left-column {
    display: none;
  }
}
.form-container .right-column {
  width: 67.5%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .form-container .right-column {
    width: 100%;
    padding: 10px;
  }
}
.contact-form .form-row {
  clear: both;
}
.contact-form .form-col {
  float: left;
  width: 50%;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .contact-form .form-col {
    width: 100%;
  }
}
.contact-form .form-col.full {
  width: 100%;
}
.contact-form .form-col.small {
  width: 15%;
}
.contact-form .form-col.medium {
  width: 35%;
}
.contact-form .form-col.submit-col {
  text-align: right;
  padding-top: 20px;
  margin-top: 10px;
  position: relative;
}
.contact-form .form-col.submit-col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 1px;
  background: #d4d4d4;
}
@media only screen and (max-width: 1024px) {
  .contact-form .form-col.submit-col {
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
  }
  .contact-form .form-col.submit-col:before {
    display: none;
  }
}
.contact-form input[type=text],
.contact-form input[type=url],
.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 13px 3px;
  font-size: 14px;
  color: #3B3B3B;
  font-family: inherit;
  border: none;
  border-bottom: 2px solid #d4d4d4;
  outline: none;
}
.contact-form input[type=text]:hover,
.contact-form input[type=url]:hover,
.contact-form input[type=email]:hover,
.contact-form input[type=number]:hover,
.contact-form input[type=password]:hover,
.contact-form input[type=tel]:hover,
.contact-form textarea:hover,
.contact-form select:hover {
  border-color: #c3c3c3;
}
.contact-form input[type=text]:focus,
.contact-form input[type=url]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=number]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  box-shadow: none;
}
.contact-form input[type=text]::placeholder,
.contact-form input[type=url]::placeholder,
.contact-form input[type=email]::placeholder,
.contact-form input[type=number]::placeholder,
.contact-form input[type=password]::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form textarea::placeholder,
.contact-form select::placeholder {
  color: #9a9a9a;
}
.contact-form input + label {
  position: absolute;
  left: 3px;
  bottom: 7px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: all 0.28s ease 0s;
  color: #1d1d1f;
}
.contact-form input + label .required {
  font-size: 1.2em;
  padding: 0 3px 0 0;
}
.contact-form input + label .required i {
  position: relative;
  top: -3px;
}
.contact-form input + label + .bottom-line {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #181818;
  transition: left 0.28s ease 0s, width 0.28s ease 0s;
}
.contact-form input:not([value=""]):not(:focus) + label, .contact-form input:focus + label {
  font-size: 12px;
  color: #181818;
  bottom: 32px;
  opacity: 0.8;
}
.contact-form input:focus + label + .bottom-line {
  left: 0;
  width: 100%;
}
.contact-form .btn {
  font-family: inherit;
  font-size: 16px;
  min-width: 210px;
  padding: 13px 20px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #181818;
  background: #181818;
}
.contact-form .btn:hover {
  background: transparent;
  color: #181818;
}
@media only screen and (max-width: 1024px) {
  .contact-form .btn {
    width: 100%;
    border-color: #181818;
    background: #181818;
  }
  .contact-form .btn:hover {
    color: #181818;
  }
}
.form-field {
  position: relative;
}
.form-label {
  font-size: 14px;
  line-height: 18px;
  padding: 0 3px;
  color: #74788d;
}
.form-label .required {
  color: #fb3712;
  font-size: 8px;
  line-height: 100%;
  padding: 0 0 0 3px;
}
.form-label .required i {
  position: relative;
  top: -3px;
}
.form-message {
  padding: 15px 10px 5px;
  color: #000;
}
.form-message h3 {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: -1px;
  padding: 0 3px;
}
.form-message p {
  font-size: 16px;
  line-height: 21px;
  padding: 5px 3px;
  color: #505050;
}
.confirmation-message {
  display: none;
  text-align: center;
  padding: 50px 30px 100px;
}
.confirmation-message h3 {
  font-size: 48px;
  padding: 20px 0 0 0;
  color: #5fb10d;
}
.confirmation-message h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -1px;
  padding: 0 0 10px 0;
}
.confirmation-message p {
  font-size: 18px;
  line-height: 21px;
  padding: 15px 5px 0;
}
.error-message, .google-recaptcha-error {
  display: block;
  font-size: 14px;
  padding: 5px;
  color: #e70000;
}
/* Responsive Breakpoints
   ========================================================================== */
/* Usage */
.page-wrap {
  width: 75%;
}
/* Sub-section comment block
   ========================================================================== */
/* Usage */
/* div.logo {
    background: url("logo.png") no-repeat;
    @include image-2x("logo2x.png",
    100px,
    25px);
} */
/* Clearfix
  ========================================================================== */
/* Usage */
/* .article {
    @include clearfix();
} */
/* Box Model
  ========================================================================== */
/* Usage */
/* *,
*:after,
*:before {
    @include box-sizing(border-box);
} */
/* Border Radius
  ========================================================================== */
/* Usage */
/* .button {
    @include border-radius(5px);
}

.submit-button {
    @include border-top-radius(10px);
} */
/* Opacity
  ========================================================================== */
/* Usage */
/* .article-heading {
    @include opacity(0.8);
}
 */
/* Center-align a block level element
  ========================================================================== */
/* Usage */
/* .footer-wrap {
    width: 450px;
    @include center-block;
}
 */
/* Text overflow
  ========================================================================== */
/* Usage */
/* .text-truncate {
    @include text-truncate;
} */
/* Absolute positioned
  ========================================================================== */
/* Usage */
.abs {
  top: 10px;
  right: 10px;
  bottom: 5px;
  left: 15px;
  position: absolute;
}
/* Font Size
  ========================================================================== */
/* Usage */
/* body {
    @include font-size(16);
} */
/* Cross browser inline block
  ========================================================================== */
/* Usage */
/* .icon {
    @include inline-block();
} */
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Usage */
/* .header h1 {
    @include text-replacement();
}
 */
/* Line Height
  ========================================================================== */
/* Usage */
/* body {
    @include line-height (16);
}
 */
/* Placeholder
  ========================================================================== */
/* Usage */
/* 
input {
    @include placeholder-color(#FA4A4A)
}
 */
/* Usage */
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-column,
.grid-column {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .grid-column,
.grid-column {
    width: 100% !important;
  }
}
.grid-row {
  clear: both;
}
@media only screen and (max-width: 768px) {
  .grid-row {
    margin: 0 -10px;
  }
  .grid-row .grid-row {
    margin: 0;
  }
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-column {
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .grid-column {
    width: 100% !important;
  }
}
.one.grid-column {
  width: 8.3333333333%;
}
.two.grid-column {
  width: 16.6666666667%;
}
.three.grid-column {
  width: 25%;
}
.four.grid-column {
  width: 33.3333333333%;
}
.five.grid-column {
  width: 41.6666666667%;
}
.six.grid-column {
  width: 50%;
}
.seven.grid-column {
  width: 58.3333333333%;
}
.eight.grid-column {
  width: 66.6666666667%;
}
.nine.grid-column {
  width: 75%;
}
.ten.grid-column {
  width: 83.3333333333%;
}
.eleven.grid-column {
  width: 91.6666666667%;
}
.twelve.grid-column {
  width: 100%;
}
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*# sourceMappingURL=index.49c9a8a6.css.map */
