.payment-screen1 {
  padding: 56px 0 0;
  background: linear-gradient(to bottom, transparent calc(100% - 30px), #0A1937 100%);
  position: relative; }
  .payment-screen1:before {
    content: '';
    width: 23%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../img/de.png") no-repeat bottom right;
    background-size: 100%; }
  .payment-screen1 h1 {
    font-weight: 700;
    font-size: 54px;
    text-shadow: none;
    filter: unset; }
  .payment-screen1 .table-tabs {
    margin-top: 40px; }
    .payment-screen1 .table-tabs ul li {
      padding: 12px 16px 30px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      text-shadow: 0px 2px 0px rgba(132, 185, 182, 0.4);
      font-weight: 700;
      display: inline-block;
      cursor: pointer;
      position: relative; }
      .payment-screen1 .table-tabs ul li:not(:last-of-type) {
        margin-right: 40px; }
      .payment-screen1 .table-tabs ul li:after {
        content: '';
        width: 0;
        height: 2px;
        background: linear-gradient(to left, #112951, #2B6ABA, #112951);
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        transform: translateX(-50%);
        transition: 0.2s; }
      .payment-screen1 .table-tabs ul li.active, .payment-screen1 .table-tabs ul li:hover {
        color: #2CFFF2; }
        .payment-screen1 .table-tabs ul li.active:after, .payment-screen1 .table-tabs ul li:hover:after {
          width: 100%; }

.payment-screen2 {
  padding-top: 40px;
  background: url("../img/ps2.png") no-repeat top;
  background-size: 100%;
  border-top: 1px solid #112951;
  padding-bottom: 20vw;
  position: relative; }
  .payment-screen2 .page {
    display: none; }
    .payment-screen2 .page.active {
      display: block; }
  .payment-screen2 .short-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px; }
    .payment-screen2 .short-info .card {
      margin-right: 10px;
      width: calc(25% - 10px);
      height: 170px;
      background: rgba(10, 21, 54, 0.16);
      backdrop-filter: blur(12px);
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 16px;
      color: white;
      text-shadow: 0px 2px 0px rgba(125, 208, 203, 0.4);
      font-weight: 700;
      padding: 20px 30px 20px;
      text-transform: uppercase;
      filter: drop-shadow(0px -24px 80px rgba(44, 244, 237, 0.16));
      position: relative; }
      .payment-screen2 .short-info .card:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(to bottom, #0B1431, rgba(10, 21, 54, 0.16));
        top: 0;
        left: 0;
        border-radius: 8px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, calc(100% - 5px) 100%, calc(100% - 5px) 5px, 5px 5px, 5px 100%, 0 100%); }
      .payment-screen2 .short-info .card.small {
        font-size: 14px; }

.table-wrap {
  position: relative; }
  .table-wrap:before {
    content: '';
    width: 170px;
    height: 170px;
    position: absolute;
    background: url("../img/elipse.png") no-repeat center;
    background-size: contain;
    bottom: -100px;
    right: 20%; }
  .table-wrap .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0A1536;
    border-radius: 4px;
    border: 1px solid #0A1536;
    margin-bottom: 4px;
    padding: 0 15px;
    position: relative;
    z-index: 1; }
    .table-wrap .row.th {
      background: #08112C;
      border-radius: 15px 15px 4px 4px; }
      .table-wrap .row.th .col {
        font-size: 16px;
        color: #B0BADC;
        text-transform: none;
        font-weight: 600; }
    .table-wrap .row .col {
      width: 20%;
      color: white;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700;
      padding: 24px 10px; }
      .table-wrap .row .col .hidden-heading {
        font-size: 16px;
        color: #B0BADC;
        text-transform: none;
        font-weight: 600;
        display: none; }
      .table-wrap .row .col:first-of-type {
        width: 30%; }
      .table-wrap .row .col:nth-of-type(4), .table-wrap .row .col:nth-of-type(5) {
        width: 15%; }

.payment-screen3 {
  background: url("../img/ps3bg.png") no-repeat top;
  background-size: 100%;
  padding-bottom: 120px;
  position: relative; }
  .payment-screen3 .hex-decor-wrap:before {
    content: '';
    width: 25%;
    height: 30%;
    position: absolute;
    background: url("../img/ps2b.png") no-repeat left top;
    background-size: contain;
    top: -15vw;
    left: 0; }
  .payment-screen3 .hex-decor-wrap:after {
    content: '';
    width: 25%;
    height: 30%;
    position: absolute;
    background: url("../img/ps2a.png") no-repeat right top;
    background-size: contain;
    top: -10vw;
    right: 0; }
  .payment-screen3:after {
    content: '';
    width: 100%;
    height: 40%;
    background: url("../img/sep.png") no-repeat top;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .payment-screen3 .main-bg {
    transform: translateY(-20vw);
    margin-bottom: -20vw;
    width: 100%; }
  .payment-screen3 .desc {
    font-size: 16px;
    color: #B0BADC;
    max-width: 50%;
    margin-top: 40px;
    line-height: 162%; }
  .payment-screen3 .flex-row {
    margin-top: 50px;
    margin-bottom: 60px; }
    .payment-screen3 .flex-row .col {
      padding: 32px 80px 32px 32px;
      border-radius: 8px;
      background: rgba(18, 21, 36, 0.24);
      box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
      backdrop-filter: blur(12px);
      width: calc(33.3% - 15px);
      display: flex;
      flex-direction: column;
      color: white; }
      .payment-screen3 .flex-row .col p {
        font-size: 16px;
        color: #B0BADC;
        line-height: 162%;
        margin-bottom: 20px; }
      .payment-screen3 .flex-row .col .main-btn {
        margin-top: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
  .payment-screen3 .bottom-text {
    background: radial-gradient(100% 100% at 50% 0%, rgba(121, 207, 255, 0.12) 0%, rgba(194, 233, 255, 0) 54.14%), rgba(18, 21, 36, 0.48);
    box-shadow: inset 0px 2px 1px #212E3F, inset 0px 40px 40px rgba(33, 46, 63, 0.16), inset 0px -3px 6px rgba(33, 46, 63, 0.19), inset 0px -6px 18px rgba(33, 46, 63, 0.16), inset 0px 6px 12px rgba(33, 46, 63, 0.4);
    backdrop-filter: blur(24px);
    border-radius: 8px;
    padding: 80px;
    margin-top: 60px;
    position: relative;
    z-index: 1; }
    .payment-screen3 .bottom-text .section-heading {
      margin-bottom: 40px; }
    .payment-screen3 .bottom-text p {
      font-size: 16px;
      line-height: 162%;
      color: #B0BADC;
      margin-top: 25px; }
  .payment-screen3 .decor-wrap {
    position: relative; }
    .payment-screen3 .decor-wrap:before {
      content: '';
      width: 220px;
      height: 220px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: 50px;
      left: calc(100% - 100px); }
    .payment-screen3 .decor-wrap:after {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: -40px;
      right: 100px;
      z-index: 2;
      filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)); }

.elipse-wrap .el1 {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 25%;
  top: 2vw; }
.elipse-wrap .el2 {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: -8vw; }
.elipse-wrap .el3 {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 5%;
  top: -10vw;
  z-index: 1; }

@media (min-width: 1650px) {
  .payment-screen1 {
    padding: 56px 0 0; }
    .payment-screen1:before {
      width: 20%;
      height: 100%; }
    .payment-screen1 h1 {
      font-size: 54px; }
    .payment-screen1 .table-tabs {
      margin-top: 40px; }
      .payment-screen1 .table-tabs ul li {
        padding: 12px 16px 30px;
        font-size: 16px; }
        .payment-screen1 .table-tabs ul li:after {
          height: 2px; }
        .payment-screen1 .table-tabs ul li.active, .payment-screen1 .table-tabs ul li:hover {
          color: #2CFFF2; }
          .payment-screen1 .table-tabs ul li.active:after, .payment-screen1 .table-tabs ul li:hover:after {
            width: 100%; }

  .payment-screen2 {
    padding-top: 40px;
    padding-bottom: 12vw; }
    .payment-screen2 .short-info {
      margin-top: 40px; }
      .payment-screen2 .short-info .card {
        margin-right: 10px;
        width: calc(25% - 10px);
        height: 170px;
        font-size: 16px;
        padding: 20px 40px 20px; }

  .table-wrap {
    position: relative; }
    .table-wrap:before {
      content: '';
      width: 170px;
      height: 170px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      bottom: -100px;
      right: 20%; }
    .table-wrap .row {
      padding: 0 15px; }
      .table-wrap .row.th {
        border-radius: 15px 15px 4px 4px; }
        .table-wrap .row.th .col {
          font-size: 16px; }
      .table-wrap .row .col {
        width: 20%;
        font-size: 16px;
        padding: 24px 10px; }
        .table-wrap .row .col .hidden-heading {
          font-size: 16px; }
        .table-wrap .row .col:first-of-type {
          width: 30%; }
        .table-wrap .row .col:nth-of-type(4), .table-wrap .row .col:nth-of-type(5) {
          width: 15%; }

  .payment-screen3 {
    padding-bottom: 120px; }
    .payment-screen3 .hex-decor-wrap:before {
      width: 25%;
      height: 30%;
      top: -6vw;
      background: url("../img/ps31920.png") no-repeat top left;
      background-size: contain; }
    .payment-screen3 .hex-decor-wrap:after {
      width: 35%;
      height: 40%;
      top: -7vw; }
    .payment-screen3:after {
      width: 100%;
      height: 20%; }
    .payment-screen3 .main-bg {
      transform: translateY(-12vw);
      margin-bottom: -12vw; }
    .payment-screen3 .desc {
      font-size: 16px;
      margin-top: 40px;
      max-width: 40%; }
    .payment-screen3 .flex-row {
      margin-top: 50px;
      margin-bottom: 60px; }
      .payment-screen3 .flex-row .col {
        padding: 32px 90px 32px 32px; }
        .payment-screen3 .flex-row .col p {
          font-size: 16px;
          margin-bottom: 20px; }
        .payment-screen3 .flex-row .col .main-btn {
          width: 308px;
          padding-left: 15px;
          padding-right: 15px;
          height: 72px; }
    .payment-screen3 .bottom-text {
      padding: 80px;
      margin-top: 60px; }
      .payment-screen3 .bottom-text .section-heading {
        margin-bottom: 40px; }
      .payment-screen3 .bottom-text p {
        font-size: 16px;
        margin-top: 25px; }
    .payment-screen3 .decor-wrap:before {
      display: none; }
    .payment-screen3 .decor-wrap:after {
      width: 100px;
      height: 100px;
      top: -40px;
      right: 30%; }

  .elipse-wrap {
    display: none; }
    .elipse-wrap .el1 {
      width: 120px;
      height: 120px;
      left: 25%;
      top: 2vw; }
    .elipse-wrap .el2 {
      width: 100px;
      height: 100px;
      left: calc(50% - 50px);
      top: -8vw; }
    .elipse-wrap .el3 {
      width: 80px;
      height: 80px;
      right: 5%;
      top: -10vw; } }
@media (max-width: 1300px) {
  .payment-screen1 {
    padding: 56px 0 0; }
    .payment-screen1:before {
      width: 30%;
      height: 100%; }
    .payment-screen1 h1 {
      font-size: 54px; }
    .payment-screen1 .table-tabs {
      margin-top: 40px; }
      .payment-screen1 .table-tabs ul li {
        padding: 12px 16px 30px;
        font-size: 16px; }

  .payment-screen2 {
    padding-top: 40px;
    padding-bottom: 10vw; }
    .payment-screen2 .short-info {
      margin-top: 40px; }
      .payment-screen2 .short-info .card {
        margin-right: 10px;
        width: 305px;
        height: 170px;
        padding: 20px 30px 20px; }
        .payment-screen2 .short-info .card.small {
          font-size: 14px; }

  .table-wrap:before {
    width: 170px;
    height: 170px;
    bottom: -100px;
    right: 50px; }
  .table-wrap .row {
    margin-bottom: 4px;
    padding: 0 10px; }
    .table-wrap .row.th {
      border-radius: 15px 15px 4px 4px; }
      .table-wrap .row.th .col {
        font-size: 14px; }
    .table-wrap .row .col {
      width: 20%;
      font-size: 14px;
      font-weight: 700;
      padding: 24px 10px; }
      .table-wrap .row .col .hidden-heading {
        font-size: 16px; }
      .table-wrap .row .col:first-of-type {
        width: 30%; }
      .table-wrap .row .col:nth-of-type(4), .table-wrap .row .col:nth-of-type(5) {
        width: 15%; }

  .payment-screen3 {
    background: url("../img/ps3bg.png") no-repeat top;
    background-size: 100%;
    padding-bottom: 120px;
    position: relative; }
    .payment-screen3 .hex-decor-wrap:before {
      top: -10vw;
      left: 0; }
    .payment-screen3 .hex-decor-wrap:after {
      display: none; }
    .payment-screen3:after {
      content: '';
      width: 100%;
      height: 40%;
      background: url("../img/sep.png") no-repeat top;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .payment-screen3 .main-bg {
      transform: translateY(-20vw);
      margin-bottom: -20vw;
      width: 100%; }
    .payment-screen3 .desc {
      font-size: 16px;
      max-width: 60%;
      margin-top: 40px; }
    .payment-screen3 .flex-row {
      margin-top: 50px;
      margin-bottom: 60px;
      display: block; }
      .payment-screen3 .flex-row .col {
        padding: 32px 32px 32px 32px;
        border-radius: 8px;
        width: 100%;
        display: flex;
        flex-direction: row;
        color: white;
        align-items: center;
        margin-bottom: 8px; }
        .payment-screen3 .flex-row .col p {
          font-size: 16px;
          color: #B0BADC;
          line-height: 162%;
          margin-bottom: 0;
          width: calc(100% - 380px); }
        .payment-screen3 .flex-row .col .main-btn {
          margin-top: 0;
          width: 305px;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: auto; }
    .payment-screen3 .bottom-text {
      padding: 60px;
      margin-top: 60px; }
      .payment-screen3 .bottom-text .section-heading {
        margin-bottom: 40px; }
      .payment-screen3 .bottom-text p {
        font-size: 16px;
        margin-top: 25px; }
    .payment-screen3 .decor-wrap:before {
      display: none; }
    .payment-screen3 .decor-wrap:after {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: -40px;
      right: 40px;
      z-index: 2;
      filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)); }

  .elipse-wrap .el1 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 25%;
    top: 13vw; }
  .elipse-wrap .el2 {
    position: absolute;
    width: 100px;
    height: 100px;
    left: calc(65% - 50px);
    top: -5vw; }
  .elipse-wrap .el3 {
    display: none; } }
@media (max-width: 991px) {
  .payment-screen1 {
    padding: 56px 0 0; }
    .payment-screen1:before {
      display: none; }
    .payment-screen1 h1 {
      font-size: 50px; }
    .payment-screen1 .table-tabs {
      margin-top: 40px;
      position: relative; }
      .payment-screen1 .table-tabs:after {
        content: '';
        width: 70px;
        height: 70px;
        position: absolute;
        background: url("../img/elipse.png") no-repeat center;
        background-size: contain;
        bottom: -30px;
        right: 40px;
        z-index: 2;
        filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)); }
      .payment-screen1 .table-tabs ul li {
        padding: 12px 16px 30px;
        font-size: 16px; }
        .payment-screen1 .table-tabs ul li:not(:last-of-type) {
          margin-right: 40px; }

  .payment-screen2 {
    padding-top: 40px;
    padding-bottom: 22vw; }
    .payment-screen2 .short-info {
      margin-top: 40px;
      position: relative;
      z-index: 2;
      justify-content: space-between; }
      .payment-screen2 .short-info .card {
        margin-right: 0;
        width: calc(50% - 5px);
        height: 25vw;
        padding: 20px 50px 20px; }
        .payment-screen2 .short-info .card.small {
          font-size: 14px; }

  .table-wrap .table {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .table-wrap:before {
    display: none; }
  .table-wrap .row {
    padding: 10px 10px;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(50% - 5px);
    margin-bottom: 10px; }
    .table-wrap .row.th {
      border-radius: 15px 15px 4px 4px;
      display: none; }
      .table-wrap .row.th .col {
        font-size: 14px; }
    .table-wrap .row .col {
      width: 50%;
      font-size: 16px;
      font-weight: 700;
      padding: 15px 10px; }
      .table-wrap .row .col .hidden-heading {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600; }
      .table-wrap .row .col:first-of-type {
        width: 100%; }
      .table-wrap .row .col:nth-of-type(4), .table-wrap .row .col:nth-of-type(5) {
        width: 50%; }

  .payment-screen3 {
    background: url("../img/ps3bg.png") no-repeat top;
    background-size: 100%;
    padding-bottom: 120px; }
    .payment-screen3 .hex-decor-wrap:before {
      top: -37vw;
      left: 0;
      width: 40%; }
    .payment-screen3 .hex-decor-wrap:after {
      display: none; }
    .payment-screen3:after {
      content: '';
      width: 100%;
      height: 40%;
      background: url("../img/sep.png") no-repeat top;
      background-size: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .payment-screen3 .main-bg {
      transform: translateY(-20vw);
      margin-bottom: -25vw;
      width: 100%; }
    .payment-screen3 .desc {
      font-size: 16px;
      max-width: 100%;
      margin-top: 40px; }
    .payment-screen3 .flex-row {
      margin-top: 50px;
      margin-bottom: 60px;
      display: block; }
      .payment-screen3 .flex-row .col {
        padding: 32px 32px 32px 32px;
        border-radius: 8px;
        width: 100%;
        display: flex;
        flex-direction: row;
        color: white;
        align-items: center;
        margin-bottom: 8px; }
        .payment-screen3 .flex-row .col p {
          font-size: 16px;
          color: #B0BADC;
          line-height: 162%;
          margin-bottom: 0;
          width: calc(100% - 330px); }
        .payment-screen3 .flex-row .col .main-btn {
          margin-top: 0;
          width: 305px;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: auto; }
    .payment-screen3 .bottom-text {
      padding: 48px;
      margin-top: 60px; }
      .payment-screen3 .bottom-text .section-heading {
        margin-bottom: 40px; }
      .payment-screen3 .bottom-text p {
        font-size: 16px;
        margin-top: 25px; }
    .payment-screen3 .decor-wrap:before {
      display: none; }
    .payment-screen3 .decor-wrap:after {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: -40px;
      right: 40px;
      z-index: 2;
      filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)); }

  .elipse-wrap .el1 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 28%;
    top: 13vw; }
  .elipse-wrap .el2 {
    position: absolute;
    width: 200px;
    height: 200px;
    left: calc(65% - 50px);
    top: -29vw; }
  .elipse-wrap .el3 {
    display: none; } }
@media (max-width: 767px) {
  .heading, .section-heading {
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: block; }

  .payment-screen1 {
    padding: 30px 0 0; }
    .payment-screen1:before {
      display: none; }
    .payment-screen1 h1 {
      font-size: 32px; }
    .payment-screen1 .table-tabs {
      margin-top: 30px;
      position: relative;
      overflow: auto;
      width: calc(100% + 30px);
      margin-left: -15px; }
      .payment-screen1 .table-tabs:after {
        display: none; }
      .payment-screen1 .table-tabs ul {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center; }
        .payment-screen1 .table-tabs ul li {
          flex: 0 0 auto;
          padding: 12px 16px 20px;
          font-size: 16px; }
          .payment-screen1 .table-tabs ul li:not(:last-of-type) {
            margin-right: 20px; }

  .payment-screen2 {
    padding-top: 30px;
    padding-bottom: 0; }
    .payment-screen2 .short-info {
      margin-top: 40px;
      position: relative;
      z-index: 2;
      display: block; }
      .payment-screen2 .short-info .card {
        margin-right: 0;
        width: 100%;
        height: 50vw;
        padding: 20px 30px 20px;
        margin-bottom: 15px; }
        .payment-screen2 .short-info .card.small {
          font-size: 14px; }

  .table-wrap .table {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between; }
  .table-wrap:before {
    display: none; }
  .table-wrap .row {
    padding: 10px 10px;
    flex-flow: row;
    flex-wrap: wrap;
    width: calc(100%);
    margin-bottom: 10px; }
    .table-wrap .row.th {
      border-radius: 15px 15px 4px 4px;
      display: none; }
      .table-wrap .row.th .col {
        font-size: 16px; }
    .table-wrap .row .col {
      width: 50%;
      font-size: 16px;
      font-weight: 700;
      padding: 15px 10px; }
      .table-wrap .row .col .hidden-heading {
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600; }
      .table-wrap .row .col:first-of-type {
        width: 100%; }
      .table-wrap .row .col:nth-of-type(4), .table-wrap .row .col:nth-of-type(5) {
        width: 50%; }

  .payment-screen3 {
    background: url("../img/bghexmob.png") no-repeat top;
    background-size: 100%;
    padding-bottom: 80px; }
    .payment-screen3 .hex-decor-wrap:before {
      display: none; }
    .payment-screen3 .hex-decor-wrap:after {
      display: none; }
    .payment-screen3:after {
      display: none; }
    .payment-screen3 .main-bg {
      transform: translateY(-45vw);
      margin-bottom: -60vw;
      width: 100%; }
    .payment-screen3 .desc {
      font-size: 16px;
      max-width: 100%;
      margin-top: 30px; }
    .payment-screen3 .flex-row {
      margin-top: 40px;
      margin-bottom: 40px;
      display: block; }
      .payment-screen3 .flex-row .col {
        padding: 16px;
        border-radius: 8px;
        width: 100%;
        display: block;
        margin-bottom: 15px; }
        .payment-screen3 .flex-row .col p {
          font-size: 16px;
          color: #B0BADC;
          line-height: 162%;
          margin-bottom: 0;
          width: calc(100%); }
        .payment-screen3 .flex-row .col .main-btn {
          margin-top: 0;
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: 0;
          margin-top: 15px; }
    .payment-screen3 .bottom-text {
      padding: 24px;
      margin-top: 60px; }
      .payment-screen3 .bottom-text .section-heading {
        margin-bottom: 30px;
        font-size: 24px; }
      .payment-screen3 .bottom-text p {
        font-size: 14px;
        margin-top: 20px; }
    .payment-screen3 .decor-wrap:before {
      content: '';
      width: 100%;
      height: 40%;
      background: url("../img/sep.png") no-repeat top;
      background-size: 100%;
      position: absolute;
      bottom: initial;
      left: 0;
      z-index: -1;
      top: 50px;
      display: block; }
    .payment-screen3 .decor-wrap:after {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: -40px;
      right: 40px;
      z-index: 2;
      filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)); }

  .elipse-wrap .el1 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 20%;
    top: 15vw;
    z-index: 1; }
  .elipse-wrap .el2 {
    display: none; }
  .elipse-wrap .el3 {
    display: none; } }

/*# sourceMappingURL=payment.css.map */
