body.no-outline * {
  outline: none;
}

.background-img {
  position: absolute;
  z-index: -1;
}

.background-img.wave-aqua {
  background-image: url(/img/wave-aqua.svg);
  background-size: cover;
  top: -1357px;
  width: 1500px;
  height: 1500px;
  position: fixed;
  width: 2535px;
  height: 2040px;
  right: -1140px;

}


@media all and (max-width: 1365px) {
  .wave-aqua {
      left: 1vw;
  }
}

@media all and (max-width: 425px) {
  .wave-aqua {
      left: -40vw;
  }
}

.yellow {
  background-image: url(/img/yellow.svg);
  width: 2450px;
  height: 1850px;
  background-size: cover;
  position: fixed;
  left: -1500px;
  top: 0;
}

@media all and (max-width: 425px) {
  /* .background-img.yellow {
      position: absolute;
      width: 270px;
      height: 200px;
      left: -130px;
      bottom: 0px;
      background-size: 100%;
      top: 0;
  } */

}

.background-img.green {
  background-image: url(/img/green.svg);
  background-size: cover;
  position: fixed;
  bottom: -40px;
  right: 0;
  max-width: 1048px;
  max-height: 608px;
  width: 65vw;
  height: 65vh;
}

@media all and (max-width:800px) {
  .background-img.green {
      position: absolute;
      /* bottom: 0; */
  }
}

@media all and (max-width:450px) {
  .background-img.green {
      bottom: 0;
  }
}

.background-img.phone {
  background-image: url(/img/iphone.png);
  width: 1048px;
  height: 700px;
  background-size: cover;
  position: fixed;
  bottom: -40px;
  right: -125px
}

@media all and (max-width:1920px) {
  .background-img.phone {
      width: 65vw;
      height: 80vh;
  }
}


@media all and (max-width:1320px) {

  .background-img.phone {
      width: 75vw;
      height: 630px;
  }
}

@media all and (max-width:1024px) {

  .background-img.phone {
      height: 530px;
      background-size: 125%;
      position: absolute;
      width: 100%;
      right: 0px;
      top: 77%;
  }
}

@media all and (max-width:450px) {
  .background-img.phone {
      width: 100%;
      height: 45vh;
      position: relative;
      background-position-x: 55%;
      background-size: 175%;
      bottom: 0;
      right: 0;
  }
}




body {
  position: relative;
  min-height: 100vh;
  font-family: 'Avenir Next', Arial, Helvetica, sans-serif;
  background-color: #4c28ff;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  margin: 0;
}

header {
  /* position: fixed; */
  top: 0;
  width: 100%;
  /* background-color: #3e1de2; */
  z-index: 100;
}

@media all and (max-width:800px) {
  header {
      position: relative;
  }
}


header .header-container {
  padding: 0 25px;
  overflow: hidden;
  max-width: 1070px;
  margin: 0 auto;
}

@media all and (max-width: 800px) {
  header .header-container {
      padding: 0 10px;
  }
}

.logo {
  float: left;
  width: 136px;
  color: #ffffff;
  text-align: right;
  font-size: 11px;
  font-weight: 600;
  padding: 20px 0;
}

@media all and (max-width: 800px) {
  .logo {
      margin: 0 auto;
  }
}

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

.fsb-link-button-icon {
  display: inline-flex;
  align-items: center;
  height: 35px;
  background-color: #ffffff;
  line-height: 35px;
  text-decoration: none;
  font-weight: 600;
  padding: 0 27px 0 15px;
  border-radius: 30px;
  font-size: 12px;
  color: #4c28ff;
}

@media all and (max-width: 800px) {
  .fsb-link-button-icon {
      padding: 0 10px;
      background: transparent;
  }
}

.fsb-link-button-icon img {
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-right: 12px;
}

@media all and (max-width: 800px) {
  .fsb-link-button-icon img {
      margin-right: 0;
  }
}

.fsb-link-button-icon span {
  white-space: nowrap;
}

@media all and (max-width: 800px) {
  .fsb-link-button-icon span {
      display: none;
  }
}

.mobile-application-links {
  float: right;
  margin: 20px 0;
}

/* @media all and (max-width: 800px) {
  .mobile-application-links {
      display: none;
  }
} */

.mobile-application-links a:first-child {
  margin-right: 15px;
}

@media all and (max-width: 1365px) {
  .mobile-application-links a:first-child {
      margin-right: 5px;
  }
}


.mobile-application-download {
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #4c28ff;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  margin: 40px auto 20px;
  border-radius: 32px;
}

@media all and (min-width: 768px) {
  .mobile-application-download {
      display: none;
  }
}

.mobile-application-download.hidden {
  display: none;
}


section {
  /* position: relative; */
  display: flex;
  /* min-height: 100vh; */
  justify-content: space-between;
  max-width: 1070px;
  padding: 0 25px 0;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 10;
  flex-direction: column;
  color: white;
}

@media all and (max-width:800px) {
  section {
      padding: 10vh 25px 0;
  }
}

h1 {
  font-size: 45px;
  font-weight: bold;
  letter-spacing: -2.4px;
  max-width: 675px;
  margin-bottom: 10px;
  margin-top: 11vh;
}

@media all and (max-width:425px) {
  h1 {
      font-size: 40px
  }
}

h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  max-width: 540px;
}

@media all and (max-width:425px) {
  h2 {
      font-size: 20px
  }
}


.error {
  display: none;
  font-size: 18px;
  font-weight: 500;
  color: #FF006E;
  font-style: italic;
  margin-top: 5px;
  text-align: center;
}

.error.visible {
  display: block;
}

.send-link {
  text-align: center;
  color: #4c28ff;
  width: 188px;
  height: 53px;
  border-radius: 34.3px;
  background-color: #ffe97a;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

.send-link:hover {
  cursor: pointer;
}

@media all and (max-width:500px) {
  .send-link {
      align-self: flex-end;
      margin: 10px 0;
      width: 100%;
  }

}

form {
  display: flex;
  justify-content: space-between;
  max-width: 540px;
}

form.success {
  /* background: white; */
  /* color: black; */
  color: #ffffff;
  font-size: 18px;
  padding: 25px;
  font-weight: 500;
  border-radius: 20px;
  font-style: italic;
}

form.success::before {
  content: url(/img/sign-up.svg);
  padding: 0 10px;
}

@media all and (max-width:500px) {
  form {
      flex-direction: column;
  }

}

.info {
  padding: 20px 0;
}

.info .text {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.info .text::before {
  margin-right: 20px;
  height: 43px;
  width: 43px;
}

.info .text.man::before {
  content: url(/img/new_landing/man.svg)
}

.info .text.case::before {
  content: url(/img/new_landing/case.svg)
}

.info .text.mail::before {
  content: url(/img/new_landing/mail.svg)
}

select::-ms-expand {
  display: none;
}

_:-ms-fullscreen,
:root form button {
  margin: 0 10px;
}

/* .share-social-networks {
  margin: 40px 0;
  overflow: hidden;
} */

@media all and (max-width: 800px) {
  .share-social-networks {
      display: flex;
      flex-direction: column;
  }
}

@media all and (max-width: 425px) {
  .share-social-networks {
      display: none;
  }
}

.share-social-networks .share-text {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.share-social-networks a {
  float: left;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
}

@media all and (max-width: 1365px) {
  .share-social-networks a {
      float: none;
      display: inline-block;
  }
}

@media all and (max-width: 800px) {
  .share-social-networks a {
      margin-top: 30px;
  }
}

.share-social-networks a.twitter {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAgCAYAAABgrToAAAAAAXNSR0IArs4c6QAAAuZJREFUWAnVmDtoFEEYx7NB8RlNjMF3YXwllYiioJhGOxFEbASjpdrFLkhQtIpFKhshYsBCC7UTSUQFwUbFB1oohiBRggZBUfGVqJff/7xdJreze7N7txf84Hc7+73vZnd29mpqMpJcLlcL++AqjMBP+AB3oQPqbKXR18PikA3lFpgVMqRQkGctPIE4GcW4x0/PWDHd8AbCzaN8Brdhth+U5kh8C3wCF/mD0xUYMpyPhupiXGU4aArmhpwcFMTVwaCRK+nwlMoQNA8aNa7VB7L+3yH/2cZnPw4LDZ3r8AiOq12di/z6ONcvf43jJfgc2FG2Q7Hogm4PnBwG+A8XJ0lxrhlYMKkcip0xiW5ia54UYDnBZ1FMDlfTfeUJpUfZAGMxWb5j64VtoeCCAtvWmHgX0x2colcRjFqvXOQVTsdhjdks560uwTE+Z8x8/tjzBwSuY/wUZvo6h+NHfB7DMHyBY5BWOj3Pszap2zq/9nHcD1qbpkIO2b6Zv8wcpKOHOCyH85CzOWese2/LP62gHOK4qYDNrxq6t7Yi+WuQX093zzuYb3Oqgm6UGku4BkMzl59iDD9wOF2FRqJKDNiak7N/DWp8Fl5oMAXSH1UzaJBvMI7TDngU5ZyRXrM3EJU7aFAONKnrUJuFc/ANqiG91NV6apVgofat3DDa2dRDA3TBRshKxkjcTIMjUQX8Zca0a5t1y1RkOO6Lay6yLr+iHtxZi7ZzSyObiDMQ2ATPM+zwL7l3xfVQ0lZoUjvrLKSnZAOuDnTXBnqx0TarEhsJvfNMd63v7EfSDaA3v3LkOsF6rFZOSLgMemAcypGLBNtWjeTNkqgR9sJlKLexX+Q4CaE116Uzj8DtOB4A7WSaQLe+dtepEhJnyg1OOljrBk1l4jFNroALoP9PKiG6VncnbqRUAEn1dncY7sFvSCJq6gS0lqqTxB45jRSaQyI9hzfDStDLtJ7PM+Ar6CXpNbyEB2VPI0n+S5kAJTiQtDnMPG0AAAAASUVORK5CYII=');
  background-size: 19px auto;
}

.share-social-networks a.linked-in {
  background-image: url(/img/social/linkedIn.svg);
  background-size: 25px auto;
}

.share-social-networks a.instagram {
  background-image: url(/img/social/instagram.svg);
  background-size: 20px auto;
}

.share-social-networks a.facebook {
  background-image: url(/img/social/facebook.svg);
  background-size: 20px auto;
}

.phone-terms-wrapper {
  font-size: 12px;
  display: block;
  max-width: 225px;
  margin: 20px auto 40px;
  text-align: center;
  color: #544E5D;
  color: var(--text-gray, #544E5D );
}

.qr-code-wrapper {
  display: flex;
  justify-content: center;
}

.js-qr-download canvas {
  border-radius: 16px;
  overflow: hidden;
}

