/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

:root {
  interpolate-size: allow-keywords; }

.avenir-next {
  font-family: avenir-next-lt-pro, sans-serif !important; }

.ellipse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 1400px;
  border-radius: 50%; }
  @media (max-width: 991px) {
    .ellipse {
      width: 2000px; } }
  @media (max-width: 767px) {
    .ellipse {
      width: 1500px; } }
  @media (max-width: 479px) {
    .ellipse {
      width: 1000px; } }

.heading-large, .add-card h2, .real-rewards h2, .ae-mobile-wallet-faq h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center; }
  @media (max-width: 767px) {
    .heading-large, .add-card h2, .real-rewards h2, .ae-mobile-wallet-faq h2 {
      font-size: 22px;
      line-height: 26px; } }

.horizontal-padding, .ae-mobile-wallet-faq, .disclaimers {
  padding-left: 65px;
  padding-right: 65px; }
  @media (max-width: 767px) {
    .horizontal-padding, .ae-mobile-wallet-faq, .disclaimers {
      padding-left: 20px;
      padding-right: 20px; } }

.ae-mobile-wallet-hero {
  height: 500px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 56px 50px 80px 50px;
  gap: 40px;
  color: #24272a; }
  @media (max-width: 991px) {
    .ae-mobile-wallet-hero {
      padding: 0px 20px 40px 20px; } }
  @media (max-width: 767px) {
    .ae-mobile-wallet-hero {
      flex-direction: column-reverse;
      padding: 40px 16px 40px 16px;
      height: auto;
      gap: 16px; } }
  .ae-mobile-wallet-hero .ellipse {
    width: 3000px; }
    @media (max-width: 479px) {
      .ae-mobile-wallet-hero .ellipse {
        width: 1000px; } }
    .ae-mobile-wallet-hero .ellipse-outer {
      background: linear-gradient(180deg, #e8ff84 4.46%, #84ff86 139.73%);
      bottom: 0; }
    .ae-mobile-wallet-hero .ellipse-inner {
      bottom: 16px;
      background: linear-gradient(179deg, #cce8f7 47.46%, #618de2 121.34%);
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1); }
  .ae-mobile-wallet-hero__image {
    position: relative; }
    @media (max-width: 991px) {
      .ae-mobile-wallet-hero__image {
        height: 300px;
        width: auto; } }
  .ae-mobile-wallet-hero__content {
    position: relative; }
    @media (min-width: 768px) {
      .ae-mobile-wallet-hero__content {
        max-width: 530px; } }
    .ae-mobile-wallet-hero__content h1 {
      font-size: 34px;
      font-weight: 900;
      line-height: 40px;
      margin-top: 0; }
    .ae-mobile-wallet-hero__content h2 {
      font-size: 25px;
      font-weight: 500;
      line-height: 31px;
      letter-spacing: -0.5px; }
    .ae-mobile-wallet-hero__content p {
      margin-bottom: 0;
      line-height: 24px; }
    .ae-mobile-wallet-hero__content ul {
      margin-top: 0;
      padding-left: 20px;
      line-height: 24px; }
      .ae-mobile-wallet-hero__content ul li > div {
        display: flex;
        gap: 16px; }

.add-card {
  color: #24272a;
  text-align: center; }
  .add-card h2 {
    line-height: 1; }
  .add-card > p {
    font-size: 25px;
    line-height: 26px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .add-card > p {
        font-size: 18px;
        line-height: 26px; } }
  .add-card__steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 1000px;
    margin: auto; }
    @media (max-width: 991px) {
      .add-card__steps {
        justify-content: center; } }
    @media (max-width: 767px) {
      .add-card__steps {
        flex-direction: column;
        align-items: center; } }
    .add-card__steps .step {
      width: 260px; }
      @media (max-width: 767px) {
        .add-card__steps .step {
          display: flex;
          width: auto;
          gap: 32px; } }
      @media (max-width: 767px) {
        .add-card__steps .step img {
          width: 113px;
          height: 113px; } }
      @media (max-width: 479px) {
        .add-card__steps .step img {
          width: 80px;
          height: 80px; } }
      @media (max-width: 767px) {
        .add-card__steps .step > div {
          max-width: 316px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          text-align: left; } }
      .add-card__steps .step h3 {
        font-size: 22px;
        font-weight: 900;
        margin: 10px auto; }
        @media (max-width: 767px) {
          .add-card__steps .step h3 {
            font-size: 18px;
            margin-top: 0;
            margin-left: 0; } }
      .add-card__steps .step p {
        line-height: 24px; }

.real-rewards {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #24272a;
  box-sizing: border-box; }
  .real-rewards .ellipse {
    top: 0;
    height: 1400px;
    width: 2500px;
    background: linear-gradient(0deg, #c7e3f6 20.03%, #6892e3 121.23%, #628de2 130.03%); }
    @media (max-width: 991px) {
      .real-rewards .ellipse {
        width: 2000px; } }
  .real-rewards img {
    position: relative; }
  .real-rewards h2 {
    position: relative;
    margin: 40px auto;
    line-height: 42px; }
    @media (min-width: 768px) {
      .real-rewards h2 {
        max-width: 500px; } }
  .real-rewards__perks {
    position: relative;
    display: flex;
    width: 1000px;
    justify-content: space-between; }
    @media (max-width: 1079px) {
      .real-rewards__perks {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        justify-items: center; } }
    @media (max-width: 479px) {
      .real-rewards__perks {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .real-rewards__perks .perk {
      max-width: 230px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .real-rewards__perks .perk h3 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px; }
      .real-rewards__perks .perk p {
        font-size: 14px;
        line-height: 22px; }

.ae-mobile-wallet-faq {
  background-color: #24272a;
  color: white;
  box-sizing: border-box; }
  .ae-mobile-wallet-faq h2 {
    margin-top: 0;
    line-height: 26px; }
  .ae-mobile-wallet-faq h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 26px; }
    @media (max-width: 767px) {
      .ae-mobile-wallet-faq h3 {
        font-size: 18px;
        line-height: 26px; } }
  .ae-mobile-wallet-faq details {
    overflow: hidden;
    border-bottom: 1px solid white; }
    .ae-mobile-wallet-faq details .minus {
      display: none; }
    .ae-mobile-wallet-faq details[open] .minus {
      display: block; }
    .ae-mobile-wallet-faq details[open] .plus {
      display: none; }
    .ae-mobile-wallet-faq details summary {
      padding: 24px 0 20px 0;
      list-style: none;
      display: flex;
      gap: 8px;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      font-size: 20px;
      line-height: 16px;
      font-weight: 500;
      outline-color: #fbc600; }
      @media (max-width: 767px) {
        .ae-mobile-wallet-faq details summary {
          font-size: 16px; } }
    .ae-mobile-wallet-faq details .answer {
      padding: 10px 0px 16px;
      font-size: 16px;
      line-height: 20px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
  .ae-mobile-wallet-faq details summary::-webkit-details-marker {
    display: none; }
  .ae-mobile-wallet-faq details::details-content {
    height: 0;
    transition: height 0.3s, content-visibility 0.3s;
    transition-behavior: allow-discrete; }
  .ae-mobile-wallet-faq details[open]::details-content {
    height: auto; }
  .ae-mobile-wallet-faq sup {
    outline-color: #fbc600 !important; }

.disclaimers {
  width: 950px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #24272a;
  font-size: 11px;
  line-height: 14px; }
  @media (max-width: 991px) {
    .disclaimers {
      width: 100%;
      box-sizing: border-box; } }
  .disclaimers p,
  .disclaimers a {
    font-family: Arial, sans-serif; }
  .disclaimers a {
    color: inherit; }
	
  /* added below code for faq & disclaimer overlapping issue */
  .my-80 {
  margin-top: 40px;
  margin-bottom: 40px; }
  
  @media (min-width: 992px) {
    .my-80 {
      margin-top: 80px;
      margin-bottom: 80px; }
 }
