@charset "UTF-8";

.text-dark {
  color: #2F313F;
}

input,
textarea,
input:focus,
textarea:focus,
button:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
  font-size: 100%;
}

p {
  color: #90929C;
}

.mb-50 {
  margin-bottom: 50px;
}

body {
  color: #4a4a4a;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body em {
  font-style: normal;
}

body h2.title {
  font-size: 35px;
  line-height: 47px;
  color: #000C2F;
}

body #page-content {
  zoom: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body #page-content .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body #page-content::before {
  content: "";
  display: block;
  width: 100vw;
  height: 180vh;
  margin: auto;
  background-image: linear-gradient(to bottom, #643dbc1f, #fff);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

body #page-content section .container-fluid,
body #page-content footer .container-fluid {
  position: relative;
  z-index: 2;
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  body #page-content section .container-fluid,
  body #page-content footer .container-fluid {
    max-width: 1180px;
  }
}

@media (min-width: 1450px) {
  body #page-content section .container-fluid,
  body #page-content footer .container-fluid {
    max-width: 1380px;
  }
}

body #page-content .navbar {
  color: #4CDD90;
  padding: 24px 0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

@media (min-width: 992px) {
  body #page-content .navbar {
    padding: 24px 40px;
  }
}

body #page-content .navbar > .container-fluid {
  max-width: 1410px;
}

body #page-content .navbar.--scrolled {
  background-color: #fff;
  box-shadow: 0 -12px 35px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

@media (min-width: 992px) {
  body #page-content .navbar.--scrolled {
    padding: 10px 40px;
  }
}

body #page-content .navbar .navbar-brand {
  color: #4CDD90;
  font-family: "Paysy-logo" !important;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 56px;
  padding: 0;
  margin-top: -5px;
}

body #page-content .navbar .nav-item {
  margin-right: 32px;
}

@media (max-width: 992px) {
  body #page-content .navbar .nav-item {
    margin-right: 0;
  }
}

body #page-content .navbar .nav-item .btn {
  font-size: 15px;
  font-weight: 600;
  margin: 9px 0px;
  padding: 6px 25px;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  body #page-content .navbar .nav-item .btn {
    font-size: 20px;
  }
}

body #page-content .navbar .nav-link {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
}

body #page-content .navbar .nav-link.dropdown-toggle:active,
body #page-content .navbar .nav-link.dropdown-toggle:focus,
body #page-content .navbar .nav-link.dropdown-toggle:visited {
  outline: none;
}

body #page-content .navbar .ddm-locale .nav-link {
  font-weight: 600 !important;
  color: #4a4a4a;
  font-size: 14px;
}

@media (max-width: 992px) {
  body #page-content .navbar .ddm-locale {
    border: 0;
    border-radius: 0;
    background-image: linear-gradient(#eee 0%, white 15%);
  }

  body #page-content .navbar .ddm-locale .ddi-locale {
    position: relative;
    width: 33%;
    left: 35%;
    padding: 0.5rem 0;
  }
}

body #page-content .navbar .ddm-locale img {
  width: 20px;
  float: right;
  margin-top: 4px;
}

body #page-content .navbar .ddm-products a {
  text-decoration: none;
}

body #page-content .navbar .ddm-products a:hover div {
  opacity: 0.8;
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products {
    width: 800px;
    left: 230px;
    top: 80px;
    padding: 25px;
    border-radius: 12px;
    border: 0;
  }
}

@media (min-width: 1460px) {
  body #page-content .navbar .ddm-products {
    left: 630px;
  }
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .title {
    margin-bottom: 20px;
  }
}

body #page-content .navbar .ddm-products .title img {
  float: left;
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .title img {
    width: 78px;
    height: 78px;
    margin-right: 17px;
  }
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .title h1 {
    color: #353448;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 24px 17px;
  }
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .title p {
    color: #90929c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 95px;
    text-align: left;
  }
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .item {
    margin-bottom: 20px;
  }
}

body #page-content .navbar .ddm-products .item img {
  float: left;
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .item img {
    height: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 993px) {
  body #page-content .navbar .ddm-products .item h2 {
    color: #353448;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }
}

body #page-content .navbar .navbar-toggler {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 26px;
  height: 26px;
  padding: 2px 0;
  border: none;
  right: 15px;
}

body #page-content .navbar .navbar-toggler .navbar-toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #4CDD90;
  transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
  border-radius: 4px;
  margin-bottom: 5px;
}

body #page-content .navbar .navbar-toggler.active .navbar-toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
  border-radius: 4px;
  margin-bottom: 5px;
}

body #page-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}

body #page-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}

body #page-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

body #page-content .navbar.mobile-nav-active {
  background-color: rgba(255, 255, 255, 0.5) !important;
  padding: 10px 0;
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

body #page-content .navbar .mobile-nav {
  top: 71px;
  background-color: rgba(255, 255, 255, 0.9) !important;
  display: block;
  height: 0;
}

body #page-content .navbar .mobile-nav .nav-item {
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  padding: 0;
}

body #page-content .navbar .mobile-nav .nav-item .nav-link {
  font-size: 22px;
}

body #page-content .navbar .mobile-nav .dropdown.first {
  height: 56px;
}

body #page-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  left: -10px;
}

body #page-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item img {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  left: 20px;
}

body #page-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item.small {
  color: #353448;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

body #page-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item.small img {
  float: left;
  width: 21px;
  height: 18px;
}

body #page-content .navbar .mobile-nav .dropdown.first.show {
  height: 315px;
}

body #page-content .navbar .mobile-nav .dropdown.first.show > ul {
  padding: 10px;
  top: 56px;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0em 3em rgba(0, 0, 0, 0.1);
}

body #page-content .navbar .mobile-nav .dropdown {
  transition: height 0.3s ease-out;
}

body #page-content .navbar.mobile-nav-active .mobile-nav {
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  height: calc(100% - 71px);
}

body #page-content .navbar.mobile-nav-active .mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  text-align: center;
}

body #page-content .navbar.mobile-nav-active .mobile-nav .nav-item {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 0;
}

body #page-content #intro {
  padding-top: 100px;
  position: relative;
}

body #page-content #intro h1 {
  font-size: 35px;
  line-height: 37px;
  padding-top: 20px;
  letter-spacing: 0.43px;
}

@media (min-width: 992px) {
  body #page-content #intro h1 {
    font-size: 70px;
    line-height: 75px;
    padding-top: 45px;
    max-width: 580px;
  }
}

body #page-content #intro h1 em {
  color: #4CDD90;
  font-size: 50px;
  line-height: 37px;
  font-style: normal;
  white-space: nowrap;
}

@media (min-width: 992px) {
  body #page-content #intro h1 em {
    font-size: 100px;
    line-height: 75px;
  }
}

body #page-content #intro p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 30px;
  color: #90929C;
}

@media (min-width: 992px) {
  body #page-content #intro p {
    max-width: 600px;
  }
}

body #page-content #intro p em {
  font-style: normal;
  font-weight: 700;
}

body #page-content #intro span.play {
  position: absolute;
  top: 200px;
  left: 890px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #4CDD90;
  opacity: 0.5;
}

body #page-content #intro span.play i {
  color: #fff;
  font-size: 35px;
  line-height: 85px;
  text-align: center;
  position: relative;
  left: 31px;
  cursor: pointer;
}

@media (max-width: 992px) {
  body #page-content #intro span.play {
    top: 580px;
    left: calc(50% - 42px);
    width: 85px;
    height: 85px;
  }
}

body #page-content #intro img.bg {
  position: absolute;
  top: 420px;
  left: -25px;
  width: 445px;
}

@media (min-width: 993px) {
  body #page-content #intro img.bg {
    top: 0px;
    left: 590px;
    width: 1000px;
  }
}

body #page-content #intro .trial {
  margin-top: 35px;
}

@media (max-width: 767px) {
  body #page-content #intro .trial {
    text-align: center !important;
  }
}

body #page-content #intro .trial .btn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px 35px;
}

body #page-content #intro .trial div {
  font-size: 13px;
  font-weight: 600;
  padding-left: 10px;
}

body #page-content #intro .clubs {
  max-width: 325px;
  margin: auto;
  margin-top: 590px;
}

@media (min-width: 1200px) {
  body #page-content #intro .clubs {
    margin: 0;
    margin-top: 135px;
    max-width: 560px;
  }
}

body #page-content #intro .clubs img {
  width: 90px;
  height: 90px;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  body #page-content #intro .clubs img {
    margin-left: 0;
    margin-right: 64px;
    margin-bottom: 44px;
  }
}

body #page-content #intro .clubs p {
  padding: 0;
  padding-left: 10px;
  margin-top: -20px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 1200px) {
  body #page-content #intro .clubs p {
    text-align: left;
  }
}

body #page-content #intro .clubs p em {
  color: #4CDD90;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

@media (min-width: 993px) {
  body #page-content #stats {
    padding-top: 180px;
  }

  body #page-content #stats .container-fluid {
    padding-bottom: 0px;
  }
}

body #page-content #stats .stats {
  margin-bottom: 40px;
}

@media (min-width: 993px) {
  body #page-content #stats .stats {
    margin-bottom: 0px;
  }
}

body #page-content #stats .stats h1 {
  color: #4CDD90;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
}

@media (min-width: 993px) {
  body #page-content #stats .stats h1 {
    font-size: 70px;
    line-height: 80px;
  }
}

body #page-content #stats .stats p {
  font-size: 18px;
  line-height: 22px;
  max-width: 300px;
  margin-bottom: 0;
}

body #page-content #stats .stats:last-child {
  margin-bottom: 0;
}

body #page-content #tabs {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  body #page-content #tabs {
    margin-top: 150px;
  }
}

body #page-content #tabs #tabs-container {
  height: 1060px;
  background-color: #353448;
  border-radius: 20px 20px 20px 20px;
  padding-top: 30px;
  margin: 0 -15px;
}

@media (min-width: 993px) {
  body #page-content #tabs #tabs-container {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container {
    border-radius: 140px 20px 20px 20px;
    padding-top: 140px;
    width: 1115px;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #434254;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container {
    border: 0;
    padding-left: 120px;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container #tabs-select-bar {
  z-index: 999;
  background-color: #A385FF;
  position: absolute;
  top: 193px;
  left: 132px;
  width: 95px;
  height: 3px;
  transition: left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  display: none;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container #tabs-select-bar {
    display: block;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header {
  color: #fff;
  width: 105px;
  cursor: pointer;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container .tab-header {
    width: 175px;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header .icon {
  width: 100%;
  padding-left: 2px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container .tab-header .icon {
    padding-bottom: 22px;
    border-bottom: 1px solid #979797;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header .icon > img {
  height: 32px;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  filter: invert(100%) sepia(0%) saturate(7472%) hue-rotate(97deg) brightness(113%) contrast(111%);
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header.selected {
  color: #A385FF;
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header.selected .icon > img {
  filter: invert(56%) sepia(18%) saturate(1410%) hue-rotate(213deg) brightness(100%) contrast(103%);
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header i {
  font-size: 24px;
  width: 100%;
  padding-left: 2px;
  padding-bottom: 10px;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container .tab-header i {
    padding-bottom: 22px;
    border-bottom: 1px solid #979797;
  }
}

body #page-content #tabs #tabs-container #tabs-headers-container .tab-header p {
  max-width: 130px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
  padding-left: 2px;
  transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container #tabs-headers-container .tab-header p {
    margin-top: 24px;
  }
}

body #page-content #tabs #tabs-container .content {
  color: #fff;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container .content {
    padding-left: 120px;
    padding-top: 0;
  }
}

body #page-content #tabs #tabs-container .content #tab-heading {
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container .content #tab-heading {
    max-width: 400px;
    font-size: 57px;
    line-height: 67px;
    padding-top: 70px;
  }
}

body #page-content #tabs #tabs-container .content #tab-text {
  margin-top: 35px;
  font-size: 15px;
  line-height: 24px;
  max-width: 320px;
}

body #page-content #tabs #tabs-container .content #tab-img {
  position: absolute;
  background-size: cover;
  width: 450px;
  height: 240px;
  left: 40px;
  bottom: 50px;
  border-radius: 10px;
}

@media (min-width: 1200px) {
  body #page-content #tabs #tabs-container .content #tab-img {
    width: 1000px;
    height: 540px;
    left: 520px;
    bottom: 110px;
    border-radius: 20px;
  }
}

body #page-content #tabs #tabs-container .content #tab-indents {
  padding-top: 15px;
}

body #page-content #tabs #tabs-container .content #tab-indents .indent {
  font-size: 17px;
  line-height: 17px;
  font-weight: 600;
  padding-top: 24px;
  padding-bottom: 24px;
  max-width: 345px;
  border-bottom: 1px solid #434254;
}

body #page-content #tabs #tabs-container .content #tab-indents .indent img {
  float: left;
  margin-top: -11px;
  /* Saf3.1+, Chrome */
  /* FF3.5+ */
  /* IE9 */
  /* Opera 10.5+ */
  transform: scale(0.5);
}

body #page-content #tabs #tabs-container .content #tab-indents .indent i {
  float: left;
  color: #4CDD90;
  font-size: 20px;
}

body #page-content #tabs #tabs-container .content #tab-indents .indent p {
  margin: 0;
  margin-left: 60px;
  line-height: 20px;
  text-align: left;
}

body #page-content #tabs #tabs-container .content #tab-indents .indent:last-child {
  border-bottom: 0 !important;
}

body #page-content #features .ordred {
  margin-top: 50px;
}

@media (min-width: 993px) {
  body #page-content #features .ordred {
    margin-top: 115px;
  }
}

@media (min-width: 993px) {
  body #page-content #features .ordred {
    height: 400px;
  }

  body #page-content #features .ordred:nth-child(even) > .content {
    order: 2;
  }

  body #page-content #features .ordred:nth-child(even) > .image {
    order: 1;
  }
}

@media (min-width: 1450px) {
  body #page-content #features .ordred:nth-child(even) > .content {
    padding-left: 120px;
  }
}

body #page-content #features .ordred.export {
  background-color: #E0D9F5;
  border-radius: 20px 120px;
}

@media (min-width: 993px) {
  body #page-content #features .ordred.export {
    height: 500px;
  }
}

body #page-content #features .ordred.export > .image {
  background-size: contain;
  margin-bottom: 60px;
}

@media (min-width: 993px) {
  body #page-content #features .ordred.export > .image {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

body #page-content #features .ordred.export > .content {
  padding-top: 50px;
}

body #page-content #features .ordred > .content > h1 {
  color: #000;
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
}

@media (min-width: 993px) {
  body #page-content #features .ordred > .content > h1 {
    margin-top: 95px;
  }
}

body #page-content #features .ordred > .content > h2 {
  color: #4CDD90;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 8px;
}

body #page-content #features .ordred > .content > p {
  font-size: 15px;
  line-height: 25px;
  max-width: 450px;
  margin-top: 25px;
}

@media (min-width: 1450px) {
  body #page-content #features .ordred > .content > p {
    max-width: 520px;
  }
}

body #page-content #features .ordred > .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 220px;
  margin: 30px 20px;
}

@media (min-width: 993px) {
  body #page-content #features .ordred > .image {
    margin: 0;
  }
}

@media (min-width: 993px) {
  body #page-content #referencies {
    margin-top: 120px;
  }
}

body #page-content #referencies .left {
  position: relative;
}

body #page-content #referencies .left .visual {
  position: relative;
  min-height: 400px;
  margin-top: 60px;
}

@media (min-width: 993px) {
  body #page-content #referencies .left > .visual {
    padding-left: 35px;
  }
}

@media (max-width: 992px) {
  body #page-content #referencies .left {
    order: 2;
  }
}

body #page-content #referencies .left > img.ref-image {
  width: 100%;
}

@media (min-width: 993px) {
  body #page-content #referencies .left > img.ref-image {
    width: 500px;
  }
}

body #page-content #referencies .left > .visual > img.quotes {
  z-index: 150;
  position: absolute;
  background-color: #4CDD90;
  padding: 23px 23px;
  border-radius: 30px 7px 7px 7px;
  height: 60px;
  left: 5px;
  top: -40px;
}

@media (min-width: 993px) {
  body #page-content #referencies .left > .visual > img.quotes {
    padding: 38px 36px;
    border-radius: 50px 10px 10px 10px;
    width: 100px;
    height: 100px;
    left: 0px;
    top: 125px;
  }
}

body #page-content #referencies .left > .visual > .bg {
  z-index: 100;
  position: absolute;
  width: 250px;
  height: 360px;
  background-color: #e0d9f5;
}

@media (max-width: 992px) {
  body #page-content #referencies .left > .visual > .bg {
    left: 40px;
    border-radius: 8px 8px 8px 150px;
  }
}

@media (min-width: 993px) {
  body #page-content #referencies .left > .visual > .bg {
    top: 180px;
    width: 430px;
    height: 430px;
    border-radius: 10px 10px 10px 195px;
  }
}

body #page-content #referencies .left > .visual > img.main {
  z-index: 101;
  position: absolute;
  width: 250px;
  height: 360px;
}

@media (max-width: 992px) {
  body #page-content #referencies .left > .visual > img.main {
    left: 40px;
  }
}

@media (min-width: 993px) {
  body #page-content #referencies .left > .visual > img.main {
    height: 610px;
    width: 430px;
  }
}

body #page-content #referencies .left > .resume {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

@media (min-width: 993px) {
  body #page-content #referencies .left > .resume {
    width: 500px;
  }
}

body #page-content #referencies .left > .resume img.org {
  height: 96px;
  float: left;
  margin-right: 30px;
}

body #page-content #referencies .left > .resume .content h1 {
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
  color: #353448;
}

body #page-content #referencies .left > .resume .content h2 {
  font-size: 15px;
  line-height: 20px;
  color: #b9bec8;
}

body #page-content #referencies .left > .resume .content .rating {
  font-size: 15px;
  color: #4CDD90;
}

@media (max-width: 992px) {
  body #page-content #referencies .right {
    order: 1;
  }
}

body #page-content #referencies .right > .quotes {
  width: 51px;
  height: 51px;
  border-radius: 9px;
  background-color: #E0D9F5;
  position: relative;
  top: 24px;
  padding: 13px 14px;
}

@media (min-width: 993px) {
  body #page-content #referencies .right > .quotes {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #E0D9F5;
    top: 18px;
    padding: 16px;
  }
}

body #page-content #referencies .right > .quotes img {
  width: 20px;
}

@media (min-width: 993px) {
  body #page-content #referencies .right > .quotes img {
    width: 26px;
  }
}

body #page-content #referencies .right > h1 {
  font-size: 35px;
  line-height: 40px;
  color: #633ABB;
  margin-top: 50px;
  font-weight: 600;
}

@media (min-width: 993px) {
  body #page-content #referencies .right > h1 {
    font-size: 67px;
    line-height: 75px;
    max-width: 10ch;
  }
}

body #page-content #referencies .right > p {
  font-size: 15px;
  line-height: 25px;
  margin-top: 50px;
  max-width: 540px;
  color: #4F4E5F;
}

@media (min-width: 993px) {
  body #page-content #referencies .right > p {
    font-size: 17px;
    line-height: 29px;
    margin-top: 60px;
  }
}

body #page-content #presentation-form .modal-content {
  border-radius: 20px;
}

body #page-content #presentation-form .modal-content .modal-header {
  background-color: #E0D9F5;
  padding-top: 24px;
  padding-bottom: 24px;
  border-radius: 20px 20px 0 0;
}

body #page-content #presentation-form .modal-content .modal-header h1 {
  font-size: 20px;
  font-weight: 600;
  color: #4CDD90;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

body #page-content #presentation-form .modal-content .modal-body img {
  width: 100%;
  padding: 0 60px;
  display: none;
  margin-top: 20px;
  margin-bottom: 110px;
}

body #page-content #presentation-form .modal-content .modal-body p {
  width: 100%;
  padding: 25px 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

body #page-content #presentation-form .modal-content .modal-body .input {
  width: 100%;
  padding: 5px 60px;
}

body #page-content #presentation-form .modal-content .modal-body .input input {
  width: 100%;
  font-size: 15px;
  line-height: 25px;
  padding: 10px;
  background: transparent;
  outline: 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}

body #page-content #presentation-form .modal-content .modal-body .input input.invalid {
  border-color: #4CDD90 !important;
}

body #page-content #presentation-form .modal-content .modal-body .input textarea {
  width: 100%;
  line-height: 25px;
  height: 110px;
  resize: none;
  padding: 10px;
  background: transparent;
  outline: 0;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

body #page-content #presentation-form .modal-content .modal-body .input textarea.invalid {
  border-color: #4CDD90 !important;
}

body #page-content #presentation-form .modal-content .modal-body .input button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 65px;
  margin-bottom: 50px;
}

body #page-content #modal-video {
  padding-right: 0;
}

body #page-content #modal-video .modal-content {
  align-items: center;
  border: none;
  border-radius: 0;
  background-color: unset;
}

body #page-content #modal-video .modal-content video {
  width: 100%;
}

@media (min-width: 993px) {
  body #page-content #modal-video .modal-content video {
    width: 960px;
    height: 540px;
  }
}

body #page-content footer {
  color: #fff;
  background-color: #000;
  font-size: 15px;
  line-height: 15px;
  padding-top: 35px;
  z-index: 10;
}

body #page-content footer .container-fluid {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  body #page-content footer .container-fluid {
    text-align: center !important;
  }
}

body #page-content footer .trial {
  font-size: 30px;
  line-height: 35px;
  font-weight: 200;
}

@media (max-width: 992px) {
  body #page-content footer .trial {
    max-width: 17ch;
    margin: auto;
  }
}

@media (min-width: 993px) {
  body #page-content footer .trial {
    font-size: 35px;
  }
}

body #page-content footer .trial > em {
  font-weight: 600;
}

body #page-content footer .btn {
  font-weight: 600;
  padding: 16px 25px;
  margin-top: 35px;
  background-color: #A385FF !important;
}

body #page-content footer .bb {
  padding-top: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #4d4c4c;
}

body #page-content footer h1 {
  font-size: 14px;
  font-weight: 800;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 10px;
}

body #page-content footer h1.logo {
  font-family: "Paysy-logo" !important;
  font-size: 40px !important;
  line-height: 40px !important;
  text-transform: lowercase !important;
  margin-top: 0;
}

body #page-content footer ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-top: 14px;
}

body #page-content footer ul li {
  margin-bottom: 12px;
}

body #page-content footer ul li a {
  color: inherit;
}

body #page-content footer ul li a img {
  width: 150px;
}

@media (min-width: 993px) {
  body #page-content footer ul li a img {
    width: 150px;
  }
}

body #page-content footer ul li .violet {
  color: #A385FF !important;
  font-size: 18px;
}

body #page-content footer .copy {
  font-size: 12px;
  line-height: 12px;
  padding: 20px 0;
}

body #page-content #more {
  padding-top: 30px;
  padding-bottom: 70px;
}

body #page-content #more .bg {
  background-color: #E0D9F5;
  border-radius: 20px;
}

body #page-content #more .btn {
  font-weight: 600;
  padding: 16px 25px;
  margin-bottom: 50px;
}

@media (min-width: 993px) {
  body #page-content #more .btn {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
  }
}

body #page-content #more .more {
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 10px;
}

@media (min-width: 993px) {
  body #page-content #more .more {
    padding-bottom: 60px;
  }
}

body #page-content #more .more h1 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  color: #4CDD90;
  text-align: center;
}

@media (min-width: 993px) {
  body #page-content #more .more h1 {
    text-align: left;
    float: right;
    width: 450px;
    margin-right: 15px;
    font-size: 45px;
    line-height: 45px;
  }
}

body #page-content #more .more p {
  margin-top: 17px;
  margin-bottom: 25px;
  text-align: justify;
}

@media (min-width: 993px) {
  body #page-content #more .more p {
    float: right;
    width: 450px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
  }
}

body #grands-content {
  zoom: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body #grands-content .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

body #grands-content section .container-fluid,
body #grands-content footer .container-fluid {
  position: relative;
  z-index: 2;
  padding-bottom: 3.75rem;
}

@media (min-width: 992px) {
  body #grands-content section .container-fluid,
  body #grands-content footer .container-fluid {
    max-width: 1180px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1450px) {
  body #grands-content section .container-fluid,
  body #grands-content footer .container-fluid {
    max-width: 1380px;
  }
}

body #grands-content .navbar {
  color: #4CDD90;
  padding: 24px 0;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

@media (min-width: 992px) {
  body #grands-content .navbar {
    padding: 24px 40px;
  }
}

body #grands-content .navbar > .container-fluid {
  max-width: 1410px;
}

body #grands-content .navbar.--scrolled {
  background-color: #fff;
  box-shadow: 0 -12px 35px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

@media (min-width: 992px) {
  body #grands-content .navbar.--scrolled {
    padding: 10px 40px;
  }
}

body #grands-content .navbar .navbar-brand {
  color: #4CDD90;
  font-family: "Paysy-logo" !important;
  font-weight: bold;
  font-size: 30px !important;
  line-height: 56px;
  padding: 0;
  margin-top: -5px;
}

body #grands-content .navbar .nav-item {
  margin-right: 32px;
}

@media (max-width: 992px) {
  body #grands-content .navbar .nav-item {
    margin-right: 0;
  }
}

body #grands-content .navbar .nav-item .btn {
  font-size: 15px;
  font-weight: 600;
  margin: 9px 0px;
  padding: 6px 25px;
  color: #ffffff !important;
}

@media (max-width: 992px) {
  body #grands-content .navbar .nav-item .btn {
    font-size: 20px;
  }
}

body #grands-content .navbar .nav-link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  color: #2F313F;
}

body #grands-content .navbar .nav-link.dropdown-toggle:active,
body #grands-content .navbar .nav-link.dropdown-toggle:focus,
body #grands-content .navbar .nav-link.dropdown-toggle:visited {
  outline: none;
}

body #grands-content .navbar .ddm-locale .nav-link {
  font-weight: 600 !important;
  color: #4a4a4a;
  font-size: 14px;
}

@media (max-width: 992px) {
  body #grands-content .navbar .ddm-locale {
    border: 0;
    border-radius: 0;
    background-image: linear-gradient(#eee 0%, white 15%);
  }

  body #grands-content .navbar .ddm-locale .ddi-locale {
    position: relative;
    width: 33%;
    left: 35%;
    padding: 0.5rem 0;
  }
}

body #grands-content .navbar .ddm-locale img {
  width: 20px;
  float: right;
  margin-top: 4px;
}

body #grands-content .navbar .ddm-products a {
  text-decoration: none;
}

body #grands-content .navbar .ddm-products a:hover div {
  opacity: 0.8;
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products {
    width: 800px;
    left: 230px;
    top: 80px;
    padding: 25px;
    border-radius: 12px;
    border: 0;
  }
}

@media (min-width: 1460px) {
  body #grands-content .navbar .ddm-products {
    left: 630px;
  }
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .title {
    margin-bottom: 20px;
  }
}

body #grands-content .navbar .ddm-products .title img {
  float: left;
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .title img {
    width: 78px;
    height: 78px;
    margin-right: 17px;
  }
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .title h1 {
    color: #353448;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding: 24px 17px;
  }
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .title p {
    color: #90929c;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-left: 95px;
    text-align: left;
  }
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .item {
    margin-bottom: 20px;
  }
}

body #grands-content .navbar .ddm-products .item img {
  float: left;
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .item img {
    height: 18px;
    margin-right: 18px;
  }
}

@media (min-width: 993px) {
  body #grands-content .navbar .ddm-products .item h2 {
    color: #353448;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }
}

body #grands-content .navbar .navbar-toggler {
  margin-top: 4px;
  margin-bottom: 4px;
  width: 26px;
  height: 26px;
  padding: 2px 0;
  border: none;
  right: 15px;
}

body #grands-content .navbar .navbar-toggler .navbar-toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  background: #4CDD90;
  transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
  border-radius: 4px;
  margin-bottom: 5px;
}

body #grands-content .navbar .navbar-toggler.active .navbar-toggler-bar {
  display: block;
  width: 26px;
  height: 2px;
  transition: all 0.3s cubic-bezier(0.555, 0.205, 0.295, 0.975) 0s;
  border-radius: 4px;
  margin-bottom: 5px;
}

body #grands-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
  transform: rotate(45deg);
  position: relative;
  top: 7px;
}

body #grands-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}

body #grands-content .navbar .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  bottom: 7px;
}

body #grands-content .navbar.mobile-nav-active {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 0;
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

body #grands-content .navbar .mobile-nav {
  top: 71px;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  height: 0;
}

body #grands-content .navbar .mobile-nav .nav-item {
  visibility: hidden;
  opacity: 0;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  padding: 0;
}

body #grands-content .navbar .mobile-nav .nav-item .nav-link {
  font-size: 22px;
}

body #grands-content .navbar .mobile-nav .dropdown.first {
  height: 56px;
}

body #grands-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  left: -10px;
}

body #grands-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item img {
  float: left;
  width: 25px;
  height: 25px;
  position: relative;
  left: 20px;
}

body #grands-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item.small {
  color: #353448;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

body #grands-content .navbar .mobile-nav .dropdown.first .dropdown-menu .nav-item.small img {
  float: left;
  width: 21px;
  height: 18px;
}

body #grands-content .navbar .mobile-nav .dropdown.first.show {
  height: 360px;
}

body #grands-content .navbar .mobile-nav .dropdown.first.show > ul {
  padding: 10px;
  top: 56px;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0em 3em rgba(0, 0, 0, 0.1);
}

body #grands-content .navbar .mobile-nav .dropdown {
  transition: height 0.3s ease-out;
}

body #grands-content .navbar.mobile-nav-active .mobile-nav {
  transition: height 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  height: calc(100% - 71px);
}

body #grands-content .navbar.mobile-nav-active .mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  text-align: center;
}

body #grands-content .navbar.mobile-nav-active .mobile-nav .nav-item {
  visibility: inherit;
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  z-index: 0;
}

body #grands-content footer {
  color: #fff;
  background-color: #000;
  font-size: 15px;
  line-height: 15px;
  padding-top: 35px;
  z-index: 10;
}

body #grands-content footer .container-fluid {
  padding-bottom: 0;
}

@media (max-width: 992px) {
  body #grands-content footer .container-fluid {
    text-align: center !important;
  }
}

body #grands-content footer .trial {
  font-size: 30px;
  line-height: 35px;
  font-weight: 200;
}

@media (max-width: 992px) {
  body #grands-content footer .trial {
    max-width: 17ch;
    margin: auto;
  }
}

@media (min-width: 993px) {
  body #grands-content footer .trial {
    font-size: 35px;
  }
}

body #grands-content footer .trial > em {
  font-weight: 600;
}

body #grands-content footer .btn {
  font-weight: 600;
  padding: 16px 25px;
  margin-top: 35px;
  background-color: #A385FF !important;
}

body #grands-content footer .bb {
  padding-top: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid #4d4c4c;
}

body #grands-content footer h1 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
}

body #grands-content footer h1.logo {
  font-family: "Paysy-logo" !important;
  font-size: 40px !important;
  line-height: 40px !important;
  text-transform: lowercase !important;
  margin-top: 0;
}

body #grands-content footer ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  margin-top: 14px;
}

body #grands-content footer ul li {
  margin-bottom: 12px;
}

body #grands-content footer ul li a {
  color: inherit;
}

body #grands-content footer ul li a img {
  width: 150px;
}

@media (min-width: 993px) {
  body #grands-content footer ul li a img {
    width: 150px;
  }
}

body #grands-content footer ul li .violet {
  color: #A385FF !important;
  font-size: 18px;
}

body #grands-content footer .copy {
  font-size: 12px;
  line-height: 12px;
  padding: 20px 0;
}

body #grands-content #intro {
  padding-top: 100px;
  position: relative;
}

body #grands-content #intro h1 {
  font-size: 30px;
  line-height: 37px;
  padding-top: 20px;
  letter-spacing: 0.43px;
}

@media (min-width: 993px) {
  body #grands-content #intro h1 {
    font-size: 70px;
    line-height: 72px;
    padding-top: 50px;
    max-width: 580px;
  }
}

body #grands-content #intro h1 .color-primary {
  color: #4CDD90;
}

body #grands-content #intro p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 20px;
  color: #90929C;
}

body #grands-content #intro p em {
  color: #353448;
}

@media (min-width: 993px) {
  body #grands-content #intro p {
    max-width: 600px;
  }
}

@media (max-width: 992px) {
  body #grands-content #intro p {
    text-align: justify;
  }
}

body #grands-content #intro p em {
  font-style: normal;
  font-weight: 700;
}

body #grands-content #intro img {
  width: 410px;
  height: 447px;
  padding-top: 35px;
}

@media (max-width: 992px) {
  body #grands-content #intro img {
    width: 90%;
    height: auto;
    margin-top: 15px;
  }
}

body #grands-content #benefits {
  padding-top: 160px;
  position: relative;
}

@media (max-width: 992px) {
  body #grands-content #benefits {
    padding-top: 0;
  }
}

body #grands-content #benefits h1 {
  font-size: 15px;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  color: #000C2F;
}

body #grands-content #benefits h1:after {
  display: inline-block;
  margin: 0 0.5rem;
  transform: translateY(-4px);
  content: "";
  width: 70%;
  height: 2px;
  background-image: linear-gradient(to right, #BDA2FA, #F4F1FB);
}

@media (max-width: 992px) {
  body #grands-content #benefits h1:after {
    width: 45%;
  }
}

body #grands-content #benefits h1.title {
  font-size: 35px;
  line-height: 40px;
}

body #grands-content #benefits h1.title:after {
  display: none;
}

body #grands-content #benefits img.member-card {
  max-width: 295px;
}

body #grands-content #benefits img.dots {
  width: 314px;
  position: absolute;
  left: 1130px;
  top: 10px;
}

@media (min-width: 1460px) {
  body #grands-content #benefits img.dots {
    left: 1430px;
  }
}

body #grands-content #benefits a.btn {
  width: 290px;
}

body #grands-content #benefits .item {
  margin-top: 30px;
}

body #grands-content #benefits .item h2 {
  color: #000C2F;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

@media (max-width: 992px) {
  body #grands-content #benefits .item h2 {
    font-size: 18px;
    line-height: 22px;
  }
}

body #grands-content #benefits .item p {
  color: #90929C;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  max-width: 440px;
  padding-left: 52px;
  padding-top: 20px;
  margin: 0;
  text-align: left;
}

body #grands-content #benefits .item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

body #grands-content #benefits.cards {
  padding-top: 60px;
}

body #grands-content #howto {
  padding-top: 100px;
  position: relative;
}

@media (max-width: 992px) {
  body #grands-content #howto {
    padding-top: 0;
  }
}

body #grands-content #howto h1 {
  font-size: 50px;
  line-height: 72px;
  letter-spacing: 0.714px;
  font-weight: 600;
}

@media (max-width: 992px) {
  body #grands-content #howto h1 {
    font-size: 30px;
    line-height: 37px;
  }
}

body #grands-content #howto h2 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  body #grands-content #howto h2 {
    font-size: 20px;
    line-height: 27px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}

body #grands-content #howto h3 {
  color: #000C2F;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

@media (max-width: 992px) {
  body #grands-content #howto h3 {
    font-size: 15px;
  }
}

body #grands-content #howto h4 {
  color: #000C2F;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 992px) {
  body #grands-content #howto h4 {
    font-size: 15px;
    padding: 0 10px;
  }
}

body #grands-content #howto .justify {
  padding: 0 10px;
  text-align: center;
}

body #grands-content #howto .justify img {
  width: 210px;
}

@media (max-width: 992px) {
  body #grands-content #howto .justify img {
    width: 100%;
  }
}

body #grands-content #howto span {
  position: absolute;
  width: 860px;
  height: 310px;
  background-image: linear-gradient(to bottom, #F2EEFE, #FAF8FF);
  top: 160px;
  left: 55%;
  transform: skewY(-5deg);
}

@media (max-width: 992px) {
  body #grands-content #howto span {
    width: 170px;
    height: 65px;
    top: 395px;
    left: 56%;
  }
}

body #grands-content #howto span.small {
  top: 100px;
  left: 53%;
  width: 332px;
  height: 110px;
}

@media (max-width: 992px) {
  body #grands-content #howto span.small {
    width: 120px;
    height: 45px;
    top: 370px;
    left: 50%;
  }
}

body #grands-content #variable-membership-card {
  position: relative;
}

body #grands-content #variable-membership-card img.dots {
  width: 314px;
  position: absolute;
  left: 0px;
  bottom: -150px;
}

@media (max-width: 992px) {
  body #grands-content #variable-membership-card h2.title {
    margin-top: 50px;
  }
}

body #grands-content #variable-membership-card span {
  position: absolute;
  width: 860px;
  height: 310px;
  background-image: linear-gradient(to bottom, #F2EEFE, #FAF8FF);
  top: 26px;
  left: 55%;
  transform: skewY(-5deg);
}

@media (max-width: 992px) {
  body #grands-content #variable-membership-card span {
    width: 170px;
    height: 65px;
    top: 395px;
    left: 56%;
  }
}

body #grands-content #variable-membership-card span.small {
  top: -26px;
  left: 53%;
  width: 332px;
  height: 110px;
}

@media (max-width: 992px) {
  body #grands-content #variable-membership-card span.small {
    width: 120px;
    height: 45px;
    top: 370px;
    left: 50%;
  }
}

body #grands-content #services {
  padding-top: 60px;
  position: relative;
}

@media (max-width: 992px) {
  body #grands-content #services {
    padding-top: 0;
  }
}

body #grands-content #services h1 {
  font-size: 35px;
  line-height: 48px;
  padding-bottom: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000C2F;
}

@media (max-width: 992px) {
  body #grands-content #services h1 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body #grands-content #services img.dots {
  width: 314px;
  position: absolute;
  right: 1130px;
  top: 305px;
}

@media (min-width: 1460px) {
  body #grands-content #services img.dots {
    right: 1455px;
  }
}

body #grands-content #services .item {
  margin-top: 30px;
}

body #grands-content #services .item h2 {
  color: #000C2F;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

body #grands-content #services .item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

body #grands-content #services p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  max-width: 750px;
  margin-top: 70px;
  margin-bottom: 90px;
  text-align: justify;
}

@media (max-width: 992px) {
  body #grands-content #services p {
    margin-top: 50px;
  }
}

body #grands-content #comunication {
  padding-top: 60px;
  position: relative;
}

@media (max-width: 992px) {
  body #grands-content #comunication {
    padding-top: 0;
  }
}

body #grands-content #comunication h1 {
  font-size: 35px;
  line-height: 48px;
  padding-bottom: 50px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000C2F;
}

@media (max-width: 992px) {
  body #grands-content #comunication h1 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body #grands-content #comunication img.dots {
  width: 314px;
  position: absolute;
  right: 1130px;
  top: 305px;
}

@media (min-width: 1460px) {
  body #grands-content #comunication img.dots {
    right: 1455px;
  }
}

body #grands-content #comunication .item {
  margin-top: 30px;
}

body #grands-content #comunication .item h2 {
  color: #000C2F;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

@media (max-width: 992px) {
  body #grands-content #comunication .item h2 {
    font-size: 15px;
    font-weight: normal;
  }
}

body #grands-content #comunication .item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

body #grands-content #comunication p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  max-width: 750px;
  margin-top: 70px;
  margin-bottom: 90px;
  text-align: justify;
}

@media (max-width: 992px) {
  body #grands-content #comunication p {
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  body #grands-content #comunication img {
    margin-bottom: 50px;
  }
}

body #grands-content #distribution {
  padding-top: 60px;
  position: relative;
}

@media (max-width: 992px) {
  body #grands-content #distribution {
    padding-top: 0;
  }
}

body #grands-content #distribution h1 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  color: #000C2F;
}

@media (max-width: 992px) {
  body #grands-content #distribution h1 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body #grands-content #distribution img {
  height: 85px;
}

body #grands-content #distribution img.dots {
  width: 314px;
  position: absolute;
  right: 1130px;
  top: 305px;
}

@media (min-width: 1460px) {
  body #grands-content #distribution img.dots {
    right: 1455px;
  }
}

body #grands-content #distribution .item {
  margin-top: 30px;
}

body #grands-content #distribution .item h2 {
  color: #000C2F;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

body #grands-content #distribution .item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

body #grands-content #distribution p {
  color: #90929C;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 992px) {
  body #grands-content #distribution p {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

body #grands-content #distribution h3 {
  font-size: 20px;
  color: #000C2F;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 992px) {
  body #grands-content #distribution h3 {
    margin-bottom: 50px;
  }
}

body #benefits-setting {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 992px) {
  body #benefits-setting {
    padding-top: 0;
  }
}

body #benefits-setting h1 {
  font-size: 35px;
  line-height: 48px;
  font-weight: 600;
  color: #000C2F;
}

@media (max-width: 992px) {
  body #benefits-setting h1 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

body #benefits-setting img {
  height: 85px;
}

body #benefits-setting img.dots {
  width: 314px;
  position: absolute;
  right: 1130px;
  top: 305px;
}

@media (min-width: 1460px) {
  body #benefits-setting img.dots {
    right: 1455px;
  }
}

body #benefits-setting h2 {
  font-size: 20px;
  color: #000C2F;
  line-height: 27px;
  font-weight: bold;
}

body #benefits-setting .item {
  margin-top: 30px;
}

body #benefits-setting .item h2 {
  color: #000C2F;
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

body #benefits-setting .item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

body #benefits-setting p {
  color: #90929C;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 992px) {
  body #benefits-setting p {
    margin-top: 50px;
  }
}

body #benefits-setting h3 {
  font-size: 20px;
  color: #000C2F;
  text-align: center;
  margin-top: 30px;
}

body #benefits-setting img.dots {
  width: 314px;
  position: absolute;
  right: 0px;
  height: auto;
  bottom: 0px;
}

body #sender:before {
  content: "";
  display: block;
  width: 100vw;
  height: 540px;
  margin: auto;
  background-image: linear-gradient(to bottom, #F2EEFE, #FAF8FF);
  position: absolute;
  top: -280px;
  transform: skewY(-5deg);
}

@media (max-width: 992px) {
  body #sender:before {
    height: 200px;
    top: -1487px;
  }
}

body #crm:before {
  content: "";
  display: block;
  width: 100vw;
  height: 690px;
  margin: auto;
  background-image: linear-gradient(to bottom, #F2EEFE, #FAF8FF);
  position: absolute;
  top: -477px;
  transform: skewY(-4deg);
}

@media (max-width: 992px) {
  body #crm:before {
    height: 200px;
    top: -1487px;
    display: none;
  }
}

body #landing_page,
body #crm {
  padding-top: 115px;
  position: relative;
}

@media (max-width: 992px) {
  body #landing_page,
  body #crm {
    padding-top: 0;
  }
}

body #landing_page h1,
body #crm h1 {
  margin-top: 60px;
  color: #000;
  font-size: 35px;
  line-height: 35px;
}

@media (max-width: 992px) {
  body #landing_page h1,
  body #crm h1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
  }
}

body #landing_page h2,
body #crm h2 {
  color: #6c52b4;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  body #landing_page h2,
  body #crm h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

body #landing_page p,
body #crm p {
  color: #90929C;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}

body #landing_page img,
body #crm img {
  width: 100%;
}

body #crm {
  padding-top: 0;
}

body #crm img.dots {
  width: 314px;
  position: absolute;
  left: 0px;
  bottom: -150px;
}

body #sender,
body #reciever {
  padding-top: 115px;
  position: relative;
}

@media (max-width: 992px) {
  body #sender,
  body #reciever {
    padding-top: 0;
  }
}

body #sender h1,
body #reciever h1 {
  margin-top: 60px;
  color: #000;
  font-size: 35px;
  line-height: 35px;
}

@media (max-width: 992px) {
  body #sender h1,
  body #reciever h1 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
  }
}

body #sender h2,
body #reciever h2 {
  color: #6c52b4;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  body #sender h2,
  body #reciever h2 {
    font-size: 18px;
    line-height: 20px;
  }
}

body #sender p,
body #reciever p {
  color: #4a4a4a;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: left;
}

body #sender img,
body #reciever img {
  width: 100%;
}

@media (min-width: 993px) and (max-width: 1460px) {
  body #reciever h1 {
    margin-top: 35px;
  }
}

@media (min-width: 993px) and (max-width: 1460px) {
  body #sender h1 {
    margin-top: 5px;
  }
}

.item:before {
  content: "";
  display: block;
  width: 27px;
  height: 22px;
  background-image: url("/images/checkmark.png");
  background-size: contain;
  margin-top: 3px;
  float: left;
}

.item h2 {
  color: #000C2F;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  padding-left: 52px;
  margin: 0;
}

body {
  font-family: "Exo 2" !important;
  background-color: #1d1d1d;
}

#grands-content {
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left) !important;
}

.h-100 {
  height: 100%;
}

.shadow-white-lg {
  box-shadow: 0 4px 7px rgba(222, 222, 222, 0.5);
}

.list-image {
  margin: 7px !important;
  padding: 0 !important;
  width: 22px !important;
  height: 22px !important;
  margin-left: 10px !important;
  float: left !important;
}

.list-text {
  float: left;
  width: calc(100% - 40px);
  margin-top: 7px;
  margin-bottom: 10px;
}

.list-unstyled {
  overflow: hidden;
}

.bg-gradient-primary {
  background: #ED6101 linear-gradient(180deg, #F79A02, #ED6101) !important;
}

.rounded-lg {
  border-radius: 10px;
}

.text-muted {
  color: #B6B6B6 !important;
}

.bg-light-custom {
  background-color: #F9FBFF;
}

.bg-dark {
  background: #0D0D0D !important;
}

.text-green {
  color: #4CDD90 !important;
}

.bg-green {
  background: #4CDD90 !important;
}

.text-black {
  color: #000000;
}

.ml-7 {
  margin-left: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.font-nunito {
  font-family: "Nunito", sans-serif !important;
}

.h7 {
  font-size: 0.9rem;
}

.mh-3 {
  min-height: 3rem;
}

.gutter-2.row {
  margin-right: -7px;
  margin-left: -7px;
}

.gutter-2 > [class^=col-],
.gutter-2 > [class^=" col-"] {
  padding-right: 7px;
  padding-left: 7px;
}

.intro-button {
  border-width: 2px;
  border-radius: 5px;
  font-size: 15px;
  padding: 10px 20px;
  color: white;
}

.h1 {
  font-size: 55px !important;
  line-height: 1.182 !important;
  letter-spacing: 0px !important;
}

.h2 {
  font-size: 40px !important;
  line-height: 1.182 !important;
  letter-spacing: 0px !important;
}

.color-white {
  color: #ffffff;
}

.color-dark {
  color: #2F313F;
}

.powered-by-paysy-logo {
  width: 90px;
  margin-top: 5px;
}

.navbar.\--scrolled {
  background-color: #e8faf2 !important;
}

.features-main-image {
  max-width: 120%;
  margin-right: 0;
  margin-left: -20%;
  position: relative;
  z-index: -1;
}

.bg-custom-membership {
  margin-top: -2px;
  background: url("/images/custom-membership/background.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-membership-levels {
  margin-top: -2px;
  background: url("/images/membership-levels/background.png") no-repeat;
  background-size: cover;
}

.bg-white {
  background: #ffffff;
}

.bg-white-stadium {
  margin-top: -3px;
  margin-bottom: -3px;
  background: url("/images/white-stadium.png") no-repeat;
  background-size: cover;
}

body #grands-content .navbar.mobile-nav-active {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

body #grands-content .navbar .mobile-nav {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.box-tracking-left {
  height: 9rem;
  background: url(/images/custom-membership/tracking-left.png);
  background-position: bottom left;
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
  left: calc(50% - 8px);
}

.box-tracking-right {
  height: 9rem;
  background: url(/images/custom-membership/tracking-right.png);
  background-position: bottom right;
  background-size: 80%;
  background-repeat: no-repeat;
  position: relative;
  right: calc(50% - 8px);
}

.box-tracking-bottom {
  height: 6rem;
  background: url(/images/custom-membership/tracking-bottom.png);
  background-position: top center;
  background-size: 5%;
  background-repeat: no-repeat;
  position: relative;
}

.bg-benefits {
  background-color: #000000;
  background-image: url("/images/benefits/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-ul {
  padding-left: 1rem;
  list-style-type: none;
}

.custom-ul li {
  color: #ffffff;
}

.custom-ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4CDD90;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  border-radius: 50%;
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.custom-ul-dark {
  padding-left: 1rem;
  list-style-type: none;
}

.custom-ul-dark li {
  color: #ffffff;
}

.custom-ul-dark li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  border-radius: 50%;
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

.accordion > .card {
  border: 0;
}

.nav-item > .active {
  border-bottom: 2px solid #51de92;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 2px solid #4E4E4E;
}

.accordion > .card > .card-header {
  background: #000;
}

button[data-toggle=collapse] {
  border: 0;
  text-decoration: none !important;
  font-size: initial;
  outline: none !important;
  box-shadow: none !important;
}

.lh-22 {
  line-height: 22px;
}

body #grands-content #intro p {
  padding-top: 0 !important;
  max-width: 100% !important;
}

.bg-intro {
  display: block;
  width: 100vw;
  height: 100%;
  margin: auto;
  background-color: #000000;
  background-image: url("/images/intro/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 65%;
  position: absolute;
}

.list-primary {
  list-style: none;
  /* Remove default bullets */
}

.list-primary > li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #4CDD90;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

h2 {
  font-size: 2.5rem !important;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 550px;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
  overflow: hidden;
}

.flip-card > img {
  left: 0;
  right: 0;
  position: relative;
}

/* This container is needed to position the front and back side */

.flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  height: 550px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */

/* Position the front and back side */

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
  transition: all 0.8s;
  transform-style: preserve-3d;
}

/* Style the front side (fallback if image is missing) */

/* Style the back side */

.flip-card-back {
  transform: translateY(100%);
  opacity: 0;
}

.flipped > .flip-card-back {
  transform: translateY(1%);
  opacity: 1;
}

@media (max-width: 996px) {
  .h1 {
    font-size: 2.2rem !important;
  }

  .h2 {
    font-size: 1.7rem !important;
  }

  .features-main-image {
    margin-left: 5%;
    width: 90%;
    margin-top: 30px;
  }
}


