@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('../../../../../css2.css');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

textarea,
input[type="text"],
input[type="button"],
input[type="tel"],
input[type="email"] {
     border-radius: 0;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

* {
  outline: 0;
}

html,body {
  position: relative;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.container {
  position: relative;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}

h1,
.section-title {
  font-weight: bold;
  font-size: 76px;
  line-height: 92px;
  letter-spacing: 0.04em;
  margin-bottom: 62px;
}


h2 {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.04em;
}

.txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #282828;
}

.white-txt {
  color: #fff;
}


.input-label {
  position: relative;
  display: block;
}
.input-label span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.04em;

    position:absolute;
    top:0;
    left:0;
    transform:translateY(0px);
    transition-duration:300ms;
    cursor: text;
}
label.input-label input::-webkit-placeholder,
label.input-label input::placeholder{
    opacity:0;
}
label.input-label:focus-within > span,
.input-label input:not(:placeholder-shown) + span{
    transform:translateY(-15px);
    font-size:0.825em;
}



section.section-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

section.section-wrapper.wrapper-intro {
  overflow: hidden;
  z-index: 20;
}


.white-screen {
  background: #fff;
  color: #282828;
}

.plat-button {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #484A4F;
  padding: 20px 32px;
  border-radius: 31px;
  border: 1px solid #fff;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

.plat-button-sm {
  font-size: 11px;
    padding: 14px 24px;
}

.plat-button-tp {
  color: #fff;
  background: transparent;
}

.plat-button:hover {
  color: #FFFFFF;
  background: transparent;
}

.plat-button-white {
  background: #FFFFFF;
  border-color: #FFFFFF;
}
.plat-button-white:hover {
  color: #FFFFFF;
}
.plat-button-blue-1 {
 background: #51BCF5;
 border-color: #51BCF5;
 color: #fff;
}
.plat-button-blue-1:hover {
  color: #51BCF5;
}
.plat-button-blue-1-bordered {
  color: #51BCF5;
  background: transparent;
}
.plat-button-blue-1-bordered:hover {
   background: #51BCF5;
   color: #fff;
}
.plat-button-blue-2 {
 background: #006BC8;
 border-color: #006BC8;
 color: #fff;
}
.plat-button-blue-2:hover {
  color: #006BC8;
}
.plat-button-blue-3 {
 background: #006BC8;
 border-color: #006BC8;
 color: #fff;
}
.plat-button-blue-3:hover {
  color: #006BC8;
}
.plat-button-tp:hover {
  background: #fff;
  color: #484A4F;
}

.section-wrapper,
.section-wrapper .container {
  height: 100vh;
}

.header-contact-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.section-wrapper .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}


.section-content {
  position: relative;
  z-index: 100;
  max-width: 705px;
}

.img-fluid {
  max-width: 100%;
}


.rocket-stars {
  position: absolute;
  right: 0;
  top: 10%;
}

.rocket-stars svg circle {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.blink {
  opacity: 0 !important;
}

.plat-header {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 1200;
}

.plat-header .container {
    display: flex;
  align-items: center;
  justify-content: space-between;
}

.plat-header nav  {
  margin-left: 8%;
  margin-right: 15px;
}

.plat-header nav ul {
  display: flex;
}

.plat-header nav ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.plat-header nav ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.plat-header nav ul li a.active,
.plat-header nav ul li a:hover {
  border-bottom: 2px solid #FFFFFF;
  transition: none;
}

.phone-el {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 15px;
}

.phone-el:hover {
  text-decoration: underline;
}

.rocket-anim-element {
  position: absolute;
  z-index: 99;
}

.platanim_s1 {
    -webkit-animation: platanim 7s ease-in-out;
    animation: platanim 7s ease-in-out;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-delay: 1s;

}

.platanim_s2 {
        -webkit-animation: platanimwd 7s ease-in-out;
    animation: platanimwd 7s ease-in-out;

        -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;

    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;

}

.rocket-animation-area {
  position: absolute;
  right: 8%;
  max-width: 1123px;
  width: 100%;
  height: 80vh;
}

.rocket-animation_phone-base {
  bottom: -35%;
  right: -15%;
}

.rocket-animation_rocket {
  right: 8%;
  bottom: -3%;
}

.rocket-animation_cloud-left {
  bottom: -35%;
  right: 25%;
  z-index: 100;
}

.rocket-animation_cloud-right {
  right: -18%;
  bottom: 5%;
}

.rocket-animation_coin-left {
  right: 50%;
  bottom: 23%;
}

.rocket-animation_coin-right-t {
  bottom: 40px;
  right: -40px;
  z-index: 100;
}

.rocket-animation_coin-left-t {
  bottom: 0;
  left: -80px;
  z-index: 100;
}

.rocket-animation_coin-left-b {
  bottom: -5%;
  right: -60px;
  z-index: 105;
}




.plat-header.plat-header-dark .logo-letter {
  fill: #484A4F;
  transition: all .6s ease-in-out;
}

.plat-header.plat-header-dark .logo-icon {
  fill: #00C3FF;
  transition: all .6s ease-in-out;
}

.plat-header.plat-header-dark nav ul li a {
  color: #282828;
  border-color: #282828;
  transition: none !important;
  -webkit-transition: none !important;
}

.plat-header.plat-header-dark nav ul li.active {
  border-color: #282828;
}

.plat-header.plat-header-dark  .phone-el {
  color: #282828;
  transition: all .6s ease-in-out;
}

.plat-header.plat-header-dark .plat-button {
  color: #51BCF5;
  border-color: #51BCF5;
  transition: all .6s ease-in-out;
}
.plat-header.plat-header-dark .plat-button:hover {
  color: #fff;
  background: #51BCF5;
}

.plat-header.plat-header-dark .mobileMenuBtn span {
  background: #282828;
}

.mouse-icon {
  margin-top: 54px;

  -webkit-animation: mouse 2s ease-in-out;
  animation: mouse 2s ease-in-out;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}


@keyframes mouse {
    0% {
      transform: translateY(50%);
    }    
    50% {
      transform: translateY(25%);
    }  
    100% {
      transform: translateY(50%);
    }   
}

@-webkit-keyframes mouse {
    0% {
      transform: translateY(50%);
    }    
    50% {
      transform: translateY(25%);
    }  
    100% {
      transform: translateY(50%);
    }  
}



/*
@-ms-
@-o-
@-moz-
@-webkit-
*/
@keyframes platanim {
    0% {
      transform: rotate(0);
    }    
    50% {
        transform: rotate(4deg);
    }
    100% {
      transform: rotate(0);
    }   
}

@-webkit-keyframes platanimwd {
    0% {
      transform: rotate(0);
    }    
    50% {
        transform: rotate(12deg);
    }
    100% {
      transform: rotate(0);
    }   
}

@keyframes platanim {
    0% {
      transform: rotate(0);
    }    
    50% {
        transform: rotate(4deg);
    }
    100% {
      transform: rotate(0);
    }   
}

@-webkit-keyframes platanimwd {
    0% {
      transform: rotate(0);
    }    
    50% {
        transform: rotate(12deg);
    }
    100% {
      transform: rotate(0);
    }   
}



.wrapper-app .section-title {
  margin-bottom: 0;
}

.wrapper-app .txt {
  margin: 40px 0;
}

.wrapper-app .section-content {
  max-width: 558px;
}

.plat-app-video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 1;
}

.plat-app-video-frame {
   position: absolute;
   bottom: 0;
   right: 0;
   overflow: hidden;
   width: 100%;
   height: 100vh;
}


.up-btn {
  display: block;
  position: fixed;
  bottom: 40px;
  left: 40px;
  z-index: 9999;
  transition: all .15s ease-in-out;
}

.up-btn:hover {
  -webkit-animation: uParrow 1.5s ease-in-out;
  animation: uParrow 1.5s ease-in-out;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes uParrow {
    0% {
      transform: scale(1);
    }    
    50% {
      transform: scale(.8);
    }  
    100% {
      transform: scale(1);
    }   
}

@-webkit-keyframes uParrow {
    0% {
      transform: scale(1);
    }    
    50% {
      transform: scale(.8);
    }  
    100% {
      transform: scale(1);
    }  
}



.up-btn.Bluesc path {
  stroke: #fff;
}

.introToggle {
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.up-btn,
.op-0 {
  opacity: 0;
}


section.section-wrapper.wrapper-vantage 
.section-vantage-top,
section.section-wrapper.wrapper-vantage 
.section-vantage-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

section.section-wrapper.wrapper-vantage 
.list-el {
  margin-top: 40px;
}

.list-el li {
  position: relative;
  padding-left: 40px;
}

.list-el li:not(:last-child) {
  margin-bottom: 19px;
}

.list-el li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: url(../images/tick.svg) no-repeat;
}

.dot-list {
  margin-left: 30px;
}

.dot-list li {
  font-size: 16px;
  padding-left: 16px;
}

.dot-list li:before  {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
}

.dot-list li:not(:last-child) {
  margin-bottom: 15px;
}

.section-title-md {
  font-size: 64px;
  line-height: 70px;
}


.mt-dot {
  margin-top: 32px;
}

.img-animation-area  {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transform: scale(.85);
}


.img-animation-area img {
  position: absolute;
  max-width: 100%;
}

.img-animation-area-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-grow: 1;
}

.img-animation-tspbank {
  width: 659px;
  height: 610px;
}

.img-animation-tsp {
    width: 481px;
    height: 600px;
}

.img-animation-tsp .tsp--card {
  right: 4%;
  top: 0%;
  z-index: 5;
}

.img-animation-tsp .tsp-return {
  bottom: 8%;
}

.img-animation-tsp .tsp-money {
  left: 0;
  bottom: 0%;
  z-index: -1;
}


.tsp-qr {
  left: 40%;
  top: -4%;
  z-index: 5;
}

.tsp-card {
  left: 10%;
  bottom: 35%;
}

.tsp-main {
  left: 4%;
  bottom: 4%;
}


.app-content {
  position: relative;
  z-index: 99;
}

.section-wrapper.wrapper-connect,
.app-content {
  background: url(../images/logo-bg.png) no-repeat;
  background-size: contain;
  /*background-size: 44%;*/
  background-position: -5vw 0;
}


.connect-box-row {
  display: inline-flex;
}

.connect--box {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.connect--box-arrow {
  display: flex;
  flex-shrink: 0;
  width: 265px;
  height: 16px;
  background: url(../images/connect/arrow.png) no-repeat;
  margin-left: 35px;
  margin-right: 35px;
}

.connect--box__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 540px;
  flex-shrink: 0;
}

.connect--box__image img {
  width: 100%;
}

.connect--box__content {
  flex-shrink: 0;
  margin-left: 88px;
}

.connect--box__content 
.connect--box__caption {
  max-width: 400px;
}

.connect--box-arrow,
.connect--box__image,
.connect--box__content {
  margin-bottom: 75px;
}

.connect--box__title {
    font-weight: 700;
    font-size: 36px;
 
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 30px;
}

.connect--box__title:before {
  content: attr(data-count);
  display: block;
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #000000;
}

.connect--box__caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;
}


.section-wrapper.wrapper-contact {
  background: #51BCF5;
}

.contact-form {
  margin-top: 48px;
}

.contact-form input {
    font-family: 'Montserrat', sans-serif;
}

.contact-content-wrapper {
  position: absolute;
  /*padding-top: 19vh;*/
  height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-wrapper.wrapper-contact 
.container {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}


.input-el {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  width: 100%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #FFFFFF;
  background: transparent;
  padding: 7px 0;
  margin-bottom: 47px;
}

.contact-form .checkbox {
  margin-bottom: 48px;
}

input[type="submit"] {
  cursor: pointer;
}


.checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
}
.checkbox .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 15px;
}
.checkbox:hover input ~ .checkmark {
  background: rgba(255,255,255, .15);
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.footer-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 25px;
}

.footer-area nav ul {
  position: relative;
  display: flex;
  z-index: 20;
}

.footer-area nav ul li:not(:last-child) {
  margin-right: 42px;
}

.footer-area nav ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-area nav ul li a:hover {
    border-bottom: 2px solid #FFFFFF;
    transition: none;
}

.contact-form-wrapper {
  display: flex;
  align-items: center;
}

.contact-img {
  width: 621px;
  height: 611px;

  position: absolute;
  right: -1%;
  top: -2%;
  bottom: 0;
  margin: auto;
}

.contact-img img {
  max-width: 100%;
  width: 100%;
}


.mobileMenuBtn {
  display: none;
  width: 24px;
  height: 16px;
  margin-left: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobileMenuBtn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobileMenuBtn span:nth-child(1) {
  top: 0px;
}

.mobileMenuBtn span:nth-child(2) {
  top: 8px;
}

.mobileMenuBtn span:nth-child(3) {
  top: 16px;
}

.mobileMenuBtn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobileMenuBtn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobileMenuBtn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


.mobile-menu {
  display: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  max-width: 369px;
  width: 100%;
  height: 150%;
  background: #fff;
  transform: translateX(100%);
  overflow-y: auto;
  transition: transform .2s ease-in-out;
  padding-top: 70px;
}

.mobile-menu.mobile-menu-active {
  transform: translateX(0);
}

.mobile-menu .mobileMenuBtn {
  position: absolute;
  right: 44px;
  top: 36px;
  z-index: 999;
}
.mobile-menu .mobileMenuBtn span {
  background: #484A4F;
}

.mobile-menu-inner {
  max-width: 188px;
}

.mobile-menu li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #282828;
}

.mobile-menu li a:hover {
  color: #51BCF5;
}

.mobile-menu li:not(:last-child) {
  margin-bottom: 40px;
}

.mobile-menu .phone-el {
  display: block;
  font-size: 18px;
  color: #282828;
  margin-top: 56px;
  margin-bottom: 56px;
}

.mobile-menu .plat-button {
  width: calc(100% - 20px);
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.d-none {
  display: none;
}

.tab-heading {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 0 30px;
   border-bottom: 1px solid #91D3F5;
}

.close-tab-btn {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.close-tab-btn span {
  position: relative;
  display: block;
  top: 8px;
  width: 18px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.close-tab-btn span:nth-child(2) {
  top: 6px;
    -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tab-heading.tab-heading-opened .close-tab-btn span:nth-child(2) {
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.br-0 {
  border-bottom: 0;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  margin-left: 10px;
  margin-right: 10px;
}
.slick-dots li {
  display: flex;
  align-items: center;
}
.slick-dots li button {
  width: 8px;
  height: 8px;
  font-size: 0;
  border: 0;
  padding: 0;
  border-radius: 100%;
  background: #C4C4C4;
}
.slick-dots li.slick-active button {
  background: #51BCF5;
}


.section-wrapper.wrapper-connect 
.section-title{
  margin-top: 65px;
}

.section-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background: #51BCF5;
}

.vantage-bg,
.connect-bg {
  visibility: hidden;
  opacity: 0;
  z-index: 100;
}

.intro-bg {
  z-index: 100;
}

#vantage {
  z-index: 200;
}

.intro-wrap {
  position: relative;
  z-index: 150;
}

.app-content .section-title {
  color: #282828;
}

.section-wrapper.wrapper-vantage .section-content {
  flex-shrink: 0;
}

.section-vantage-top .vantageTrigger {
  margin-bottom: 80px;
}

.section-wrapper.wrapper-connect {
  transform: translateY(-100%);
}

.up-btn-footer {
  display: none;
}

/*.vantage-bg,
.wrapper-vantage {
  opacity: 0 !important;
  visibility: hidden !important;
}
*/





.vantageTrigger,
.img-animation-area img {
  opacity: 0;
}

.section-vantage-top.anim-stopped 
.img-animation-area img {
  opacity: 1 !important;
}
.section-vantage-bottom.active-tsp.anim-stopped 
.img-animation-area img {
  opacity: 1 !important;
}


/* bank */

.wrapper-vantage:not(.blueSc) .tsp-money,
.wrapper-vantage:not(.blueSc) .tsp-return,
.wrapper-vantage:not(.blueSc) .tsp--card {
  opacity: 0 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}


.tsp-money,
.tsp-return,
.tsp--card {
  opacity: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
   -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.active-bank .tsp-money {
  -webkit-animation: moneyTsp 1.5s ease-in-out;
  animation: moneyTsp 1.5s ease-in-out;
}
.active-bank .tsp-return {
  -webkit-animation: returnTsp 1.5s ease-in-out;
  animation: returnTsp 1.5s ease-in-out;
}
.active-bank .tsp--card {
  -webkit-animation: cardTsp 1.5s ease-in-out ;
  animation: cardTsp 1.5s ease-in-out ;
}


@keyframes moneyTsp {
    0% {
      opacity: 0;
      transform: translate(-40%, 40%);
    }    
    100% {
      opacity: 1;
      transform: translate(0%, 0%);
    }  
}

@keyframes returnTsp {
    0% {
      opacity: 0;
      transform: translate(0%, 40%);
    }    
    100% {
      opacity: 1;
      transform: translate(0%, 0%);
    }  
}

@keyframes cardTsp {
    0% {
      opacity: 0;
      transform: translate(70%, 20%);
    }    
    100% {
      opacity: 1;
      transform: translate(0%, 0%);
    }  
}



/* tsp */

.tsp-main,
.tsp-card,
.tsp-qr {
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}


.active-tsp .tsp-main,
.active-tsp .tsp-card {
  -webkit-animation: bankTsp 1.5s ease-in-out;
  animation: bankTsp 1.5s ease-in-out;
}

.active-tsp .tsp-qr {
  -webkit-animation: qrTsp 1s ease-in-out;
  animation: qrTsp 1s ease-in-out;
}

@keyframes bankTsp {
    0% {
      opacity: 0;
      transform: translate(-20%, 20%);
    }    
    100% {
      opacity: 1;
      transform: translate(0%, 0%);
    }  
}


@keyframes qrTsp {
    0% {
      opacity: 0;
      transform: translate(30%, -30%);
    }    
    100% {
      opacity: 1;
      transform: translate(0%, 0%);
    }  
}
