/*----------  base float
------------------------------------------------------------------------------*/
/*----------  Text Overflow
------------------------------------------------------------------------------*/
/*---------- horizontal align
------------------------------------------------------------------------------*/
/* Button styles  gradients & shadows */
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  60% {
    -webkit-transform: translateY(-0.15em);
    -ms-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
  }
}
@-moz-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  60% {
    -webkit-transform: translateY(-0.15em);
    -ms-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
  }
}
@-o-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  60% {
    -webkit-transform: translateY(-0.15em);
    -ms-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
  }
  60% {
    -webkit-transform: translateY(-0.15em);
    -ms-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
  }
}
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-moz-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: #fff;
    -moz-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: #fff;
    transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-webkit-keyframes checkbox-check-orange {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-moz-keyframes checkbox-check-orange {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check-orange {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-webkit-keyframes checkbox-check-green {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-moz-keyframes checkbox-check-green {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check-green {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-webkit-keyframes checkbox-check-green-b2b {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -webkit-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-moz-keyframes checkbox-check-green-b2b {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    -moz-transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check-green-b2b {
  0% {
    width: 0;
    height: 0;
    border-color: var(--brand-color-1);
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: var(--brand-color-1);
    transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check-white {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.5em;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.5em;
    height: 0.9em;
    border-color: #fff;
    transform: translate3d(0, -0.9em, 0) rotate(45deg);
  }
}
@-webkit-keyframes showMe {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}
@-moz-keyframes showMe {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
    z-index: 1;
  }
  100% {
    opacity: 1;
    z-index: 1;
  }
}
@keyframes showMe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showMeEl {
  0% {
    opacity: 0;
    -webkit-transform: rotate(20deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
  }
}
@-moz-keyframes showMeEl {
  0% {
    opacity: 0;
    -moz-transform: rotate(20deg);
  }
  100% {
    opacity: 1;
    -moz-transform: rotate(0);
  }
}
@keyframes showMeEl {
  0% {
    opacity: 0;
    transform: rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0);
  }
}
@-webkit-keyframes showLine {
  from {
    stroke-dashoffset: 165;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes showLine2 {
  from {
    stroke-dashoffset: 225;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes showLine {
  from {
    stroke-dashoffset: 165;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes showLine {
  from {
    stroke-dashoffset: 165;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.animate-me path, .animate-me circle, .animate-me text {
  opacity: 0;
}
.animate-me path[class^="el"] {
  transform: rotate(20deg);
  transform-origin: 50% 50%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.animate-me circle[class^="c-"], .animate-me text[class^="t-"] {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.animate-me line {
  stroke-dasharray: 165;
  stroke-dashoffset: 165;
}
.animate-me.in-viewSS .el-1 {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-1 {
  -webkit-animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.4s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.4s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-1, .animate-me.in-viewSS .t-1 {
  -webkit-animation-delay: 0.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.6s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-2 {
  -webkit-animation-delay: 0.9s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.9s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.9s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.9s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-2 {
  -webkit-animation-delay: 1.3s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.3s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.3s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.3s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-2, .animate-me.in-viewSS .t-2 {
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.5s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.5s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.5s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-3 {
  -webkit-animation-delay: 1.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.8s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.8s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.8s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-3 {
  -webkit-animation-delay: 2.4s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.4s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.4s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.4s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-3, .animate-me.in-viewSS .t-3 {
  -webkit-animation-delay: 2.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.4s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.4s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.4s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-4 {
  -webkit-animation-delay: 2.7s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.7s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.7s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.7s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-4 {
  -webkit-animation-delay: 3.3s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.3s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.3s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.3s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-4, .animate-me.in-viewSS .t-4 {
  -webkit-animation-delay: 3.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.3s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.3s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.3s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-5 {
  -webkit-animation-delay: 3.6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.6s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-5 {
  -webkit-animation-delay: 4.2s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.2s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 4.2s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 4.2s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-5, .animate-me.in-viewSS .t-5 {
  -webkit-animation-delay: 4.2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.2s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 4.2s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 4.2s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-6 {
  -webkit-animation-delay: 4.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 4.5s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 4.5s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 4.5s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-6 {
  -webkit-animation-delay: 5.1s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.1s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 5.1s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 5.1s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-6, .animate-me.in-viewSS .t-6 {
  -webkit-animation-delay: 5.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 5.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 5.1s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-7 {
  -webkit-animation-delay: 5.4s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 5.4s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 5.4s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 5.4s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-7 {
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 6s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 6s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 6s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-7, .animate-me.in-viewSS .t-7 {
  -webkit-animation-delay: 6s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 6s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 6s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 6s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-8 {
  -webkit-animation-delay: 6.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 6.3s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 6.3s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 6.3s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-8 {
  -webkit-animation-delay: 6.9s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 6.9s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 6.9s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 6.9s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-8, .animate-me.in-viewSS .t-8 {
  -webkit-animation-delay: 6.9s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 6.9s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 6.9s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 6.9s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-9 {
  -webkit-animation-delay: 7.2s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 7.2s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 7.2s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 7.2s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-9 {
  -webkit-animation-delay: 7.8s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 7.8s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 7.8s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 7.8s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-9, .animate-me.in-viewSS .t-9 {
  -webkit-animation-delay: 7.8s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 7.8s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 7.8s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 7.8s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .el-10 {
  -webkit-animation-delay: 8.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMeEl;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 8.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMeEl;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 8.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMeEl;
  -o-animation-fill-mode: forwards;
  animation-delay: 8.1s;
  animation-duration: 0.4s;
  animation-name: showMeEl;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .line-10 {
  -webkit-animation-delay: 8.7s;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 8.7s;
  -moz-animation-duration: 0.6s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 8.7s;
  -o-animation-duration: 0.6s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 8.7s;
  animation-duration: 0.6s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-viewSS .c-10, .animate-me.in-viewSS .t-10 {
  -webkit-animation-delay: 8.7s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 8.7s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 8.7s;
  -o-animation-duration: 0.4s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 8.7s;
  animation-duration: 0.4s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
.animate-me.in-view path[class^="el"] {
  opacity: 1;
  transform: rotate(0);
}
.animate-me.in-view .el-2 {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.animate-me.in-view .el-3 {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.animate-me.in-view .el-4 {
  -moz-transition-delay: 0.75s;
  -o-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.animate-me.in-view .el-5 {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.animate-me.in-view .el-6 {
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.animate-me.in-view .el-7 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.animate-me.in-view .el-8 {
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.animate-me.in-view .el-9 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.animate-me.in-view .el-10 {
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.animate-me.in-view line[class^="line-"] {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: showLine;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: showLine;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0;
  -o-animation-duration: 0.25s;
  -o-animation-name: showLine;
  -o-animation-fill-mode: forwards;
  animation-delay: 0;
  animation-duration: 0.25s;
  animation-name: showLine;
  animation-fill-mode: forwards;
}
.animate-me.in-view line.line-1 {
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animate-me.in-view line.line-2 {
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
.animate-me.in-view line.line-3 {
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.animate-me.in-view line.line-4 {
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}
.animate-me.in-view line.line-5 {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animate-me.in-view line.line-6 {
  -moz-animation-delay: 2.25s;
  -o-animation-delay: 2.25s;
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}
.animate-me.in-view line.line-7 {
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.animate-me.in-view line.line-8 {
  -moz-animation-delay: 2.75s;
  -o-animation-delay: 2.75s;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
}
.animate-me.in-view line.line-9 {
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animate-me.in-view line.line-10 {
  -moz-animation-delay: 3.25s;
  -o-animation-delay: 3.25s;
  -webkit-animation-delay: 3.25s;
  animation-delay: 3.25s;
}
.animate-me.in-view .c-1, .animate-me.in-view .t-1 {
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}
.animate-me.in-view .c-2, .animate-me.in-view .t-2 {
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.animate-me.in-view .line-3, .animate-me.in-view .c-3, .animate-me.in-view .t-3 {
  -moz-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}
.animate-me.in-view .line-4, .animate-me.in-view .c-4, .animate-me.in-view .t-4 {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.animate-me.in-view .line-5, .animate-me.in-view .c-5, .animate-me.in-view .t-5 {
  -moz-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}
.animate-me.in-view .line-6, .animate-me.in-view .c-6, .animate-me.in-view .t-6 {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.animate-me.in-view .line-7, .animate-me.in-view .c-7, .animate-me.in-view .t-7 {
  -moz-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}
.animate-me.in-view .line-8, .animate-me.in-view .c-8, .animate-me.in-view .t-8 {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.animate-me.in-view .line-9, .animate-me.in-view .c-9, .animate-me.in-view .t-9 {
  -moz-transition-delay: 3.25s;
  -o-transition-delay: 3.25s;
  -webkit-transition-delay: 3.25s;
  transition-delay: 3.25s;
}
.animate-me.in-view .line-10, .animate-me.in-view .c-10, .animate-me.in-view .t-10 {
  -moz-transition-delay: 3.5s;
  -o-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.animate-me.in-view circle[class^="c-"], .animate-me.in-view text[class^="t-"] {
  opacity: 1;
}
#e-infographic .e-text, #e-infographic .circle-point {
  opacity: 0;
}
#e-infographic .e-line polyline {
  stroke-dasharray: 225;
  stroke-dashoffset: 225;
}
#e-infographic .e-text .fe98408d-584e-435f-a2ce-9c5811818566 {
  font-size: 7px;
  line-height: 1.1;
}
#e-infographic.in-view .text-1 {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.3s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.5s;
  animation-duration: 0.3s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .e-line-1 polyline {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-name: showLine2;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.35s;
  -moz-animation-name: showLine2;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.35s;
  -o-animation-name: showLine2;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.35s;
  animation-name: showLine2;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .circle-point-1 {
  -webkit-animation-delay: 0.35s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.35s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.35s;
  -o-animation-duration: 0.2s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.35s;
  animation-duration: 0.2s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .text-2 {
  -webkit-animation-delay: 1.3s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.3s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.3s;
  -o-animation-duration: 0.3s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.3s;
  animation-duration: 0.3s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .e-line-2 polyline {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-name: showLine2;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0.8s;
  -moz-animation-duration: 0.35s;
  -moz-animation-name: showLine2;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0.8s;
  -o-animation-duration: 0.35s;
  -o-animation-name: showLine2;
  -o-animation-fill-mode: forwards;
  animation-delay: 0.8s;
  animation-duration: 0.35s;
  animation-name: showLine2;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .circle-point-2 {
  -webkit-animation-delay: 1.15s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.15s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.15s;
  -o-animation-duration: 0.2s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.15s;
  animation-duration: 0.2s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .text-3 {
  -webkit-animation-delay: 2.1s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.1s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.1s;
  -o-animation-duration: 0.3s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.1s;
  animation-duration: 0.3s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .e-line-3 polyline {
  -webkit-animation-delay: 1.6s;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-name: showLine2;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.6s;
  -moz-animation-duration: 0.35s;
  -moz-animation-name: showLine2;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.6s;
  -o-animation-duration: 0.35s;
  -o-animation-name: showLine2;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.6s;
  animation-duration: 0.35s;
  animation-name: showLine2;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .circle-point-3 {
  -webkit-animation-delay: 1.95s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 1.95s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 1.95s;
  -o-animation-duration: 0.2s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 1.95s;
  animation-duration: 0.2s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .text-4 {
  -webkit-animation-delay: 2.9s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.9s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.9s;
  -o-animation-duration: 0.3s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.9s;
  animation-duration: 0.3s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .e-line-4 polyline {
  -webkit-animation-delay: 2.4s;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-name: showLine2;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.4s;
  -moz-animation-duration: 0.35s;
  -moz-animation-name: showLine2;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.4s;
  -o-animation-duration: 0.35s;
  -o-animation-name: showLine2;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.4s;
  animation-duration: 0.35s;
  animation-name: showLine2;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .circle-point-4 {
  -webkit-animation-delay: 2.75s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 2.75s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 2.75s;
  -o-animation-duration: 0.2s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 2.75s;
  animation-duration: 0.2s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .text-5 {
  -webkit-animation-delay: 3.6s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.6s;
  -moz-animation-duration: 0.3s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.6s;
  -o-animation-duration: 0.3s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.6s;
  animation-duration: 0.3s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .e-line-5 polyline {
  -webkit-animation-delay: 3.2s;
  -webkit-animation-duration: 0.35s;
  -webkit-animation-name: showLine2;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.2s;
  -moz-animation-duration: 0.35s;
  -moz-animation-name: showLine2;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.2s;
  -o-animation-duration: 0.35s;
  -o-animation-name: showLine2;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.2s;
  animation-duration: 0.35s;
  animation-name: showLine2;
  animation-fill-mode: forwards;
}
#e-infographic.in-view .circle-point-5 {
  -webkit-animation-delay: 3.55s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-name: showMe;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 3.55s;
  -moz-animation-duration: 0.2s;
  -moz-animation-name: showMe;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 3.55s;
  -o-animation-duration: 0.2s;
  -o-animation-name: showMe;
  -o-animation-fill-mode: forwards;
  animation-delay: 3.55s;
  animation-duration: 0.2s;
  animation-name: showMe;
  animation-fill-mode: forwards;
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#ip-svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
#ip-svg.in-view path {
  -o-animation: dash 3s linear forwards;
  -webkit-animation: dash 3s linear forwards;
  -moz-animation: dash 3s linear forwards;
  animation: dash 3s linear forwards;
}
.edge #ip-svg path, .trident #ip-svg path {
  stroke-dasharray: inherit;
  stroke-dashoffset: inherit;
}
.edge #ip-svg.in-view path, .trident #ip-svg.in-view path {
  -o-animation: none;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvirtual%2Fgu.abnahme-server.de%2Fhtdocs%2Fvendor%2Fmagmell-agentur%2Fzeag-quartiersentwicklung%2Fsrc%2FResources%2Fpublic%2Fcss%2Fsvg-animation.scss%22%2C%22var%2Fwww%2Fvirtual%2Fgu.abnahme-server.de%2Fhtdocs%2Fvendor%2Fmagmell-agentur%2Fzeag-quartiersentwicklung%2Fsrc%2FResources%2Fpublic%2Fcss%2F_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC6SA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAEJ%3BAACI%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD9iBF%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEH%3BAACG%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEH%3BAACI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACI%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACI%3BAAAA%3BAAAA%3BAAGH%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAA2DA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */