.ac-table {
  margin-top: 56px;
  position: relative; }
  .ac-table:before {
    content: '';
    width: 220px;
    height: 220px;
    position: absolute;
    top: 60%;
    left: -130px;
    background: url("../img/elipse.png") no-repeat bottom right;
    background-size: 100%; }
  .ac-table:after {
    content: '';
    width: 220px;
    height: 220px;
    position: absolute;
    top: 40%;
    right: -100px;
    background: url("../img/elipse.png") no-repeat bottom right;
    background-size: 100%; }
  .ac-table .table-rows {
    position: relative;
    z-index: 1; }
    .ac-table .table-rows .row {
      display: flex;
      flex-flow: row;
      flex-wrap: wrap;
      width: calc(100% + 16px);
      margin-left: -8px; }
      .ac-table .table-rows .row:not(:last-of-type) .col:first-of-type:after {
        background: #1C2641; }
      .ac-table .table-rows .row:last-of-type .col {
        border-radius: 0 0 8px 8px; }
        .ac-table .table-rows .row:last-of-type .col:after {
          display: none; }
      .ac-table .table-rows .row.th .col {
        padding: 24px 16px;
        border-radius: 8px 8px 0 0; }
        .ac-table .table-rows .row.th .col:not(:first-of-type) {
          background-color: #0A1536 !important;
          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; }
          .ac-table .table-rows .row.th .col:not(:first-of-type) span {
            background: linear-gradient(to bottom, white 50%, #8CC0E1);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            display: block;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase; }
      .ac-table .table-rows .row .col {
        width: calc(16.6% - 16px);
        padding: 16px;
        margin: 0 8px;
        text-align: center;
        color: white;
        background: #0A1536;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        font-size: 14px; }
        .ac-table .table-rows .row .col span {
          font-size: 12px;
          color: #B0BADC;
          display: block; }
        .ac-table .table-rows .row .col br {
          display: none; }
        .ac-table .table-rows .row .col .main-btn {
          font-size: 14px;
          padding: 0 16px;
          width: 100%;
          height: 64px; }
        .ac-table .table-rows .row .col.blue span {
          color: #2CFFF2 !important;
          background: transparent !important;
          background-clip: text !important;
          -webkit-background-clip: text !important; }
        .ac-table .table-rows .row .col:after {
          content: '';
          width: 100%;
          height: 1px;
          background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536);
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1; }
        .ac-table .table-rows .row .col a:not(.main-btn) {
          color: #2CFFF2;
          text-decoration: underline;
          margin-bottom: 5px; }
          .ac-table .table-rows .row .col a:not(.main-btn):hover {
            text-decoration: none; }
        .ac-table .table-rows .row .col:not(:first-of-type) {
          justify-content: flex-start; }
        .ac-table .table-rows .row .col:first-of-type {
          background: rgba(11, 19, 46, 0.9);
          font-size: 14px;
          color: #B0BADC;
          text-align: left;
          align-items: flex-start; }

.ac-screen1 {
  padding: 56px 0 80px;
  position: relative; }
  .ac-screen1:before {
    content: '';
    width: 120px;
    height: 120px;
    position: absolute;
    top: -50px;
    right: 13%;
    background: url("../img/elipse.png") no-repeat bottom right;
    background-size: 100%; }
  .ac-screen1 h1 {
    font-weight: 700;
    font-size: 54px;
    text-shadow: none;
    filter: unset;
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent; }

.ac-screen2 {
  background: url("../img/ps2.png") no-repeat top;
  background-size: 100%;
  position: relative; }
  .ac-screen2 .page {
    display: none; }
    .ac-screen2 .page.active {
      display: block; }

.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%; }

.ac-screen3 {
  padding-bottom: 120px;
  position: relative; }
  .ac-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; }
  .ac-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; }
  .ac-screen3:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/sep.png") no-repeat top;
    background-size: 100%;
    position: absolute;
    bottom: 100px;
    left: 0; }
  .ac-screen3 .main-bg {
    transform: translateY(-20vw);
    margin-bottom: -20vw;
    width: 100%; }
  .ac-screen3 .desc {
    font-size: 16px;
    color: #B0BADC;
    max-width: 50%;
    margin-top: 40px;
    line-height: 162%; }
  .ac-screen3 .flex-row {
    margin-top: 50px;
    margin-bottom: 60px; }
    .ac-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; }
      .ac-screen3 .flex-row .col p {
        font-size: 16px;
        color: #B0BADC;
        line-height: 162%;
        margin-bottom: 20px; }
      .ac-screen3 .flex-row .col .main-btn {
        margin-top: auto;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
  .ac-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: 0;
    position: relative;
    z-index: 1; }
    .ac-screen3 .bottom-text .section-heading {
      margin-bottom: 40px; }
    .ac-screen3 .bottom-text p {
      font-size: 16px;
      line-height: 162%;
      color: #B0BADC;
      margin-top: 25px; }
      .ac-screen3 .bottom-text p:first-of-type {
        margin-top: 0; }
  .ac-screen3 .decor-wrap {
    position: relative; }
    .ac-screen3 .decor-wrap:before {
      content: '';
      width: 220px;
      height: 220px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: 110px;
      left: calc(100% - 100px); }
    .ac-screen3 .decor-wrap:after {
      content: '';
      width: 70px;
      height: 70px;
      position: absolute;
      background: url("../img/elipse.png") no-repeat center;
      background-size: contain;
      top: -120px;
      left: 50px;
      z-index: 2;
      filter: drop-shadow(-16px 40px 64px rgba(0, 0, 0, 0.64)) drop-shadow(0 -4px 5px rgba(255, 255, 255, 0.3)); }

.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) {
  .ac-screen1::before {
    right: 22%; }

  .ac-screen1 {
    padding: 56px 0 0; }
    .ac-screen1 h1 {
      font-size: 54px; }
    .ac-screen1 .table-tabs {
      margin-top: 40px; }
      .ac-screen1 .table-tabs ul li {
        padding: 12px 16px 30px;
        font-size: 16px; }
        .ac-screen1 .table-tabs ul li:after {
          height: 2px; }
        .ac-screen1 .table-tabs ul li.active, .ac-screen1 .table-tabs ul li:hover {
          color: #2CFFF2; }
          .ac-screen1 .table-tabs ul li.active:after, .ac-screen1 .table-tabs ul li:hover:after {
            width: 100%; }

  .ac-screen2 {
    padding-top: 40px;
    padding-bottom: 120px; }
    .ac-screen2 .short-info {
      margin-top: 40px; }
      .ac-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%; }

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

  .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) {
  .ac-table {
    margin-top: 56px; }
    .ac-table:before {
      display: none; }
    .ac-table:after {
      display: none; }
    .ac-table .table-rows {
      background: linear-gradient(to bottom, #1A2539, #2965B1, #1A2539);
      border-radius: 10px; }
      .ac-table .table-rows .row {
        width: calc(100%);
        margin-left: 0;
        justify-content: space-between; }
        .ac-table .table-rows .row:not(:last-of-type) .col:first-of-type:after {
          background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536); }
        .ac-table .table-rows .row:last-of-type {
          border-radius: 0 0 8px 8px;
          overflow: hidden; }
          .ac-table .table-rows .row:last-of-type .col {
            border-radius: 0 0; }
            .ac-table .table-rows .row:last-of-type .col:first-of-type {
              display: none; }
            .ac-table .table-rows .row:last-of-type .col:after {
              display: none; }
        .ac-table .table-rows .row.th {
          border-radius: 8px 8px 0 0;
          overflow: hidden; }
          .ac-table .table-rows .row.th .col {
            padding: 12px 15px;
            border-radius: 0; }
            .ac-table .table-rows .row.th .col:not(:first-of-type) span {
              font-size: 18px; }
            .ac-table .table-rows .row.th .col:first-of-type {
              display: none; }
        .ac-table .table-rows .row .col {
          width: calc(20% - 1px);
          padding: 12px 15px;
          font-size: 14px;
          margin: 0; }
          .ac-table .table-rows .row .col:nth-of-type(2) {
            border-left: none; }
          .ac-table .table-rows .row .col .main-btn {
            font-size: 14px;
            padding: 0 16px;
            height: 64px; }
          .ac-table .table-rows .row .col:after {
            background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536);
            top: unset;
            bottom: 0; }
          .ac-table .table-rows .row .col:first-of-type {
            font-size: 12px;
            padding: 8px 16px;
            width: 100%;
            text-align: center;
            align-items: center;
            border-left: none; }

  .ac-screen1 {
    padding: 56px 0 0; }
    .ac-screen1:before {
      top: -30px;
      right: 50px;
      width: 80px;
      height: 80px; }
    .ac-screen1 h1 {
      font-size: 54px; }

  .ac-screen2 {
    padding-top: 40px;
    padding-bottom: 60px; }

  .ac-screen3 {
    position: relative;
    padding-bottom: 80px; }
    .ac-screen3 .hex-decor-wrap:before {
      display: none; }
    .ac-screen3 .hex-decor-wrap:after {
      display: none; }
    .ac-screen3:after {
      left: 0;
      z-index: -1; }
    .ac-screen3 .main-bg {
      transform: translateY(-20vw);
      margin-bottom: -20vw;
      width: 100%; }
    .ac-screen3 .desc {
      font-size: 16px;
      max-width: 60%;
      margin-top: 40px; }
    .ac-screen3 .bottom-text {
      padding: 60px;
      margin-top: 0; }
      .ac-screen3 .bottom-text .section-heading {
        margin-bottom: 40px; }
      .ac-screen3 .bottom-text p {
        font-size: 16px;
        margin-top: 25px; }
    .ac-screen3 .decor-wrap:before {
      display: none; }
    .ac-screen3 .decor-wrap:after {
      display: none; } }
@media (max-width: 991px) {
  .ac-table {
    margin-top: 56px; }
    .ac-table:before {
      display: none; }
    .ac-table:after {
      display: none; }
    .ac-table .table-rows .row {
      width: calc(100%);
      margin-left: 0; }
      .ac-table .table-rows .row:not(:last-of-type) .col:first-of-type:after {
        background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536); }
      .ac-table .table-rows .row:last-of-type {
        border-radius: 0 0 8px 8px;
        overflow: hidden; }
        .ac-table .table-rows .row:last-of-type .col {
          border-radius: 0 0; }
          .ac-table .table-rows .row:last-of-type .col:first-of-type {
            display: none; }
          .ac-table .table-rows .row:last-of-type .col:after {
            display: none; }
      .ac-table .table-rows .row.th {
        border-radius: 8px 8px 0 0;
        overflow: hidden; }
        .ac-table .table-rows .row.th .col {
          padding: 12px 15px;
          border-radius: 0; }
          .ac-table .table-rows .row.th .col:not(:first-of-type) span {
            font-size: 18px; }
          .ac-table .table-rows .row.th .col:first-of-type {
            display: none; }
      .ac-table .table-rows .row .col {
        width: calc(20% - 1px);
        padding: 12px 10px;
        font-size: 14px;
        margin: 0; }
        .ac-table .table-rows .row .col .main-btn {
          font-size: 13px;
          padding: 0 10px;
          height: 54px; }
        .ac-table .table-rows .row .col:after {
          background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536);
          top: unset;
          bottom: 0; }
        .ac-table .table-rows .row .col:first-of-type {
          font-size: 12px;
          padding: 8px 16px;
          width: 100%;
          text-align: center;
          align-items: center;
          border-left: none; }

  .ac-screen1 {
    padding: 56px 0 0; }
    .ac-screen1 h1 {
      font-size: 50px; }

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

  .ac-screen3 {
    padding-bottom: 80px; }
    .ac-screen3 .hex-decor-wrap:before {
      display: none; }
    .ac-screen3 .hex-decor-wrap:after {
      display: none; }
    .ac-screen3:after {
      bottom: 0;
      left: 0;
      z-index: -1; }
    .ac-screen3 .main-bg {
      display: none; }
    .ac-screen3 .bottom-text {
      padding: 48px;
      margin-top: 0; }
      .ac-screen3 .bottom-text .section-heading {
        margin-bottom: 40px; }
      .ac-screen3 .bottom-text p {
        font-size: 16px;
        margin-top: 25px; } }
@media (max-width: 767px) {
  .ac-table {
    margin-top: 40px;
    overflow: auto;
    width: calc(100% + 30px);
    margin-left: -15px; }
    .ac-table .table-rows {
      margin-left: 15px;
      width: 1300px;
      background: transparent; }
      .ac-table .table-rows .row {
        width: calc(100%);
        margin-left: 0; }
        .ac-table .table-rows .row:not(:last-of-type) .col:first-of-type:after {
          background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536); }
        .ac-table .table-rows .row:last-of-type {
          border-radius: 0;
          overflow: visible; }
          .ac-table .table-rows .row:last-of-type .col {
            border-radius: 0 0 8px 8px;
            padding: 0; }
            .ac-table .table-rows .row:last-of-type .col .main-btn {
              border-radius: 0 0 8px 8px; }
            .ac-table .table-rows .row:last-of-type .col:first-of-type {
              display: none; }
            .ac-table .table-rows .row:last-of-type .col:after {
              display: none; }
        .ac-table .table-rows .row.th {
          border-radius: 0;
          overflow: visible; }
          .ac-table .table-rows .row.th .col {
            padding: 12px 15px;
            border-radius: 8px 8px 0 0; }
            .ac-table .table-rows .row.th .col:not(:first-of-type) span {
              font-size: 18px; }
            .ac-table .table-rows .row.th .col:first-of-type {
              display: none; }
        .ac-table .table-rows .row .col {
          width: calc(20% - 15px);
          padding: 12px 10px;
          font-size: 14px;
          margin: 0 15px 0 0; }
          .ac-table .table-rows .row .col[data-text] {
            padding-top: 45px; }
            .ac-table .table-rows .row .col[data-text]:after {
              background: linear-gradient(to left, #0A1536, #2B6ABA, #0A1536);
              top: unset;
              bottom: unset;
              top: -1px;
              height: 37px; }
            .ac-table .table-rows .row .col[data-text]:before {
              content: attr(data-text);
              font-size: 12px;
              background: #121C3B;
              color: #B0BADC;
              text-align: center;
              width: calc(100%);
              position: absolute;
              display: flex;
              align-items: center;
              justify-content: center;
              height: 35px;
              left: 0;
              top: 0;
              z-index: 2; }
          .ac-table .table-rows .row .col .main-btn {
            font-size: 13px;
            padding: 0 10px;
            height: 54px; }
          .ac-table .table-rows .row .col:first-of-type {
            display: none; }

  .heading, .section-heading {
    background: linear-gradient(to bottom, white 50%, #8CC0E1);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: block; }

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

  .ac-screen2 {
    padding-top: 30px;
    padding-bottom: 0; }

  .ac-screen3 {
    padding-bottom: 60px; }
    .ac-screen3 .hex-decor-wrap:before {
      display: none; }
    .ac-screen3 .hex-decor-wrap:after {
      display: none; }
    .ac-screen3:after {
      display: none; }
    .ac-screen3 .main-bg {
      transform: translateY(-45vw);
      margin-bottom: -60vw;
      width: 100%; }
    .ac-screen3 .desc {
      font-size: 16px;
      max-width: 100%;
      margin-top: 30px; }
    .ac-screen3 .flex-row {
      margin-top: 40px;
      margin-bottom: 40px;
      display: block; }
      .ac-screen3 .flex-row .col {
        padding: 16px;
        border-radius: 8px;
        width: 100%;
        display: block;
        margin-bottom: 15px; }
        .ac-screen3 .flex-row .col p {
          font-size: 16px;
          color: #B0BADC;
          line-height: 162%;
          margin-bottom: 0;
          width: calc(100%); }
        .ac-screen3 .flex-row .col .main-btn {
          margin-top: 0;
          width: 100%;
          padding-left: 15px;
          padding-right: 15px;
          margin-left: 0;
          margin-top: 15px; }
    .ac-screen3 .bottom-text {
      padding: 24px;
      margin-top: 60px; }
      .ac-screen3 .bottom-text .section-heading {
        margin-bottom: 30px;
        font-size: 24px; }
      .ac-screen3 .bottom-text p {
        font-size: 14px;
        margin-top: 20px; }
    .ac-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; }
    .ac-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=account-comparison.css.map */
