:root {
  --body-heading-color: #000000de;
  --body-heading-size: 3.5rem;
  --body-heading-lineheight: 4.25rem;
  --body-subheading-color: #0009;
  --body-subheading-size: 1.25rem;
  --body-subheading-lineheight: 1.75rem;
  --card-corner-radius: 24px;
  --card-surface: white;
  --card-shadow-color: #00000014;
  --section-vertical-padding: 160px;
}

html{
  font-size: 16px;
}


.logo-img{
 
  max-width: 160px;
}

.l-blue {
  color: #889AFF;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.am-video-container{
  display: grid;
  grid-template-areas: 'web-container';
  place-items: center;
  
}

.am-video-container > * {
  grid-area: web-container;
}

.am-video-container > img {
  z-index: 1;
}

.am-video-container > video {
  z-index: 0;
}

#mute-icon-mobile {
  display: none;
}

#mute-icon-web {
  display: block;
}


.anim--ramen {
  z-index: 2;
  position: absolute;
  bottom: 110px;
  left: 80px;
}

.anim--esa {
  position: absolute;
  inset: 15% 0% 0% 110px;
}

.anim--tickets {
  position: absolute;
  top: 92px;
  left: 180px;
}

.anim--beigegift {
  z-index: 1;
  float: none;
  position: absolute;
  top: 60px;
  left: 92px;
}

.anim--gift-pink {
  z-index: 2;
  position: absolute;
  top: 36px;
  left: 220px;
}

.anim--phone {
  z-index: 1;
  position: absolute;
  top: 228px;
  left: 120px;
}

.anim--popcorn {
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 60px;
}



.activmoney-web-video{
  width: 100%; 
  max-width: 37.5rem; 
  border-radius: 1.5rem;
  
}

.activmoney-mobile-video{
  display: none;
  width: 100%; 
  max-width: 37.5rem; 
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}



@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }

  .anim--pizza {
    left: 100px;
  }

  .image-16 {
    display: none;
  }

  .anim--gift-pink {
    display: inline-block;
  }

  .anim--popcorn {
    left: 0;
    right: 0;
  }

  .first-feature-image-holder-2 {
    background-size: 420px;
    max-width: 48%;
    display: block;
  }

  .first-feature-image-holder-3 {
    display: none;
  }

  .anim--ramen {
    display: inline-block;
    left: 40px;
  }
}

}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  flex-flow: column;
  font-family: Roboto, sans-serif;
  display: flex;
}

.body-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section.section-3 {
  background-color: #06141d;
}

.body-section.section-4 {
  background-image: linear-gradient(0deg, #f1f3fb, #fff);
  align-items: flex-end;
  padding-left: 0;
}

.body-section.section-5 {
  background-color: #c9d2fd;
}

.body-section.section-2 {
  background-color: #f7fafc;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-section.modal-container {
  z-index: 300;
  background-color: #0009;
  width: 100%;
  height: 100vh;
  padding-top: 56px;
  display: none;
  position: fixed;
}

.body-section.footer {
  background-color: #253844;
}

.body-section__container {
  width: 100%;
  max-width: 1094px;
  padding: 10rem 1.5rem;
}

.body-section__container.center-aligned {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section__container.center-aligned.sec-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  z-index: 10;
  padding-bottom: 8rem;
  padding-left: 0;
  padding-right: 0;
}

.body-section__container.sec-4 {
  max-width: none;
  padding: 0;
}

.body-section__container.sec-2 {
  max-width: 1094px;
  padding: 7.5rem 1.5rem 10rem;
}

.body-section__container.bento-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  max-width: 1308px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.body-section__container.tnc-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.body-section__container__heading {
  color: var(--body-heading-color);
  font-size: var(--body-heading-size);
  line-height: var(--body-heading-lineheight);
  width: 100%;
  max-width: 616px;
}

.heading.body-section__container__heading.dark-bg {
  color: #000;
}

.heading.body-section__container__heading.sec-3 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 4.25rem;
}

.heading.body-section__container__heading.modal-header {
  max-width: 100%;
  font-size: 2.5rem;
  line-height: 3rem;
  display: block;
}

.heading.body-section__container__heading.sec-4 {
  max-width: 400px;
}

.body-section__container__subheading {
  color: var(--body-subheading-color);
  font-size: var(--body-subheading-size);
  line-height: var(--body-subheading-lineheight);
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 500;
}

.body-section__container__subheading.sec-4 {
  margin-bottom: 0;
}

.body-section__container__subheading.sec-4.dark-bg {
  color: #0009;
}

.body-section__container__subheading.sec-3 {
  color: #fff9;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.body-section__container__subheading.modal-content {
  font-weight: 400;
}

.body-section__container__subheading.modal-content-b {
  padding-top: 1rem;
  padding-bottom: .25rem;
  font-weight: 700;
}

.flex-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 616px;
  margin-bottom: 80px;
}

.flex-block.center-aligned {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.flex-block.center-aligned.sec-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.flex-block.sec-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  max-width: 624px;
  padding-top: 160px;
}

.flex-block.modal-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  scrollbar-width: none;
  max-width: 642px;
  height: 100%;
  margin-top: 120px;
  margin-bottom: 0;
  padding-bottom: 240px;
  overflow-y: auto;
}

.currency-symbol-modifier {
  font-weight: 300;
}

.currency-symbol-modifier.striked {
  color: #999;
  text-decoration: line-through;
}

.offer-card {
  border-radius: var(--card-corner-radius);
  background-color: var(--card-surface);
  box-shadow: 2px 4px 12px 0 var(--card-shadow-color);
  width: 100%;
  max-width: 624px;
  padding: 24px;
}

.offer-card__img {
  max-width: 128px;
  margin-bottom: 0;
}

.offer-card__heading {
  color: var(--body-heading-color);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.offer-card__subheading {
  color: var(--body-subheading-color);
  max-width: 360px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.offer-card__textblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.offer-card__contentblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.offer-card__container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
}

.offer-card-list {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: flex-start;
  align-items: flex-end;
}

.hero {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 7.5rem 0;
  display: flex;
}

.hero__content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.hero__top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
  line-height: 22px;
  display: flex;
}

.heading-2 {
  color: var(--body-heading-color);
  border: 0 solid #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.paragraph {
  color: var(--body-subheading-color);
  width: 100%;
  max-width: 500px;
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.button {
  text-align: center;
  background-color: #3857ff;
  border-radius: 8px;
  justify-content: space-around;
  align-items: stretch;
  width: 278px;
  padding: 13px 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.button.bottom-fixed {
  width: 100%;
}

.button.hero-button {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 120px;
}

.navbar__container {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1308px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: block;
}

.brand {
  flex: 0 auto;
  width: 128px;
  height: 38px;
}

.navbar {
  z-index: 200;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #ffffffbf;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: fixed;
}

.navbar__wrap {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  padding: 21px 0;
  display: flex;
}

.nav__button {
  background-color: #3857ff;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.nav__button.hidden {
  font-size: 16px;
}

.hero__wrapper-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  display: flex;
}

.hero__logo {
  align-self: center;
  max-width: 120px;
  max-height: 60px;
}

.hero__wrapper {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 1308px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hero__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero__content--text {
  display: block;
}

.activmoney {
  background-image: linear-gradient(0deg, #647dd433, #8196dc59 0%, #9eaee480 0%, #b4c1ea9e 0%, #fff 38%);
  padding: 10rem 1.5rem;
}

.activmoney__container {
  text-align: center;
  max-width: 1094px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-2 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.heading-7 {
  color: var(--body-heading-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 4.25rem;
  width: 100%;
}

.paragraph-2 {
  color: var(--body-subheading-color);
  max-width: 620px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.div-block-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  max-width: 760px;
  display: flex;
}

.activmoney__features {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  max-width: 297px;
  display: flex;
}

.feature-list {
  max-width: 619px;
  padding: 0 0 0 1.5rem;
}

.feature-list__list-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: var(--card-corner-radius);
  background-color: #d9d9d9;
  flex-flow: column;
  justify-content: center;
  max-width: 192px;
  height: 100%;
  padding: 32px 16px;
  display: flex;
}

.feature-list__list-item.type-1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: 0 2px 12px 3px #3857ff29;
}

.feature-list__list-item.type-1.only-title {
  max-width: 193px;
  padding-bottom: 32px;
}

.feature-list__list-item__title {
  color: #000000de;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.text-block {
  color: #0009;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.flex-block-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.paragraph-4 {
  color: #3857ff;
  max-width: 25%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-4.am-cta {
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

.paragraph-4.tnc-cta {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.paragraph-6 {
  color: #0006;
  text-align: center;
  max-width: 888px;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.paragraph-6.footer-tnc {
  color: #ffffff80;
  text-align: left;
  max-width: 832px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-5 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.am-color-modifier {
  color: #f23d5b;
  font-family: Roboto, sans-serif;
}

.paragraph-7 {
  color: #0009;
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.paragraph-10 {
  color: #0009;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.ctabanner {
  -webkit-text-fill-color: inherit;
  background-color: #03111a00;
  background-image: url('../images/CTA-Banner_1.webp');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 788px;
  padding-top: 19rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ctabanner__content {
  z-index: 2;
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading-9 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-11 {
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.paragraph-11.clipped {
  background-image: linear-gradient(87deg, #4d97ff, #93f 48%, #f075f0);
  margin-bottom: 0;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.faq {
  z-index: 10;
  background-color: #f7fafc;
  padding: 10rem 1.5rem;
}

.faq--wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  width: 677px;
  display: flex;
  position: relative;
}

.faq__container {
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.ques--box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 0;
  outline: 1px #0000001f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0 1.5rem 0;
  display: flex;
}

.ques--icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.line__verticle {
  background-color: #000;
  border-radius: 2px;
  width: 2px;
  height: 15px;
}

.ques--text {
  flex: 1;
  width: 581px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 22px;
}

.line--horizontal {
  background-color: #000;
  border-radius: 2px;
  width: 15px;
  height: 2px;
  position: absolute;
}

.ans--box {
  background-color: #fff;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.ans-text {
  color: #0009;
  background-color: #fff;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 24px;
  font-family: Roboto, sans-serif;
  line-height: 18px;
  overflow: hidden;

}

.flex-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  display: flex;
  box-shadow: 0 0 12px #0000001f;
}

.button-2 {
  color: #3857ff;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

.dropdown {
  background-color: #fff;
  border: 1px solid #0000001f;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.first_feature_card.feature-card {
  height: auto;
  box-shadow: 0 4px 8px #00000014;
}

.first_feature_card.feature-card {
  height: auto;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000014;
}

.first_feature_card.feature-card.vertical-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.card-red-badge {
  background-color: #f23d5b;
  border-radius: 4px;
  width: 100%;
  max-width: 48px;
  height: 8px;
  max-height: 8px;
}

.top_card_header.card-header-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.top_card_heading.card-heading {
  color: #000000de;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
}

.top_card_heading.card-heading.first-card {
  max-width: 388px;
}

.top_card_heading.card-heading.vertical-cards {
  font-size: 2rem;
  line-height: 2.375rem;
}

.top_card_heading.card-heading.vertical-cards.lifetime-dc-heading-modifier {
  max-width: 290px;
}

.top_card_subheading.card-subheading {
  color: #0009;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.top_card_subheading.card-subheading.first-card {
  max-width: 428px;
}

.top_card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 0;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.5rem 2.5rem 1.5rem 0;
}

.flex-block-4.vertical-card {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
}

.flex-block-4.vertical-card.activ-money-card {
  padding-bottom: 1rem;
}

.hero-image {
  max-width: 50%;
  display: none;
}

.hero-image.hero-vid {
  width: 100%;
  display: block;
  clip-path: inset(1px 1px);
  
}

.modal-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1094px;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 108px;
  padding-right: 24px;
  display: flex;
}

.image-12 {
  max-width: 40px;
  padding-top: 24px;
}

.modal-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-14 {
  background-image: url('../images/debit-card-feature_2debit-card-feature.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-left-radius: 24px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 290px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-14.activ-money {
  background-image: url('../images/7card.jpg');
  background-position: 50% 100%;
  background-size: contain;
  border-bottom-right-radius: 24px;
  display: none;
}

.vertical-card-wrpper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.strike-text {
  color: #999;
  overflow-wrap: normal;
  text-decoration: line-through;
}

.div-block-13 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-left: 1.5rem;
  display: flex;
}

.offer__button {
  background-color: #fff0;
  display: none;
}

.button--mobile {
  display: none;
}

.image-14 {
  max-width: 42%;
}

.sec-4-mobile-img {
  display: none;
}

.bottom-fixed-cta-container {
  z-index: 160;
  background-color: #fff;
  width: 100%;
  padding: .75rem 1rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-bottom: .25rem;
  padding-left: 1.5rem;
  display: flex;
}

.lg-video {
  border-radius: 24px;
  width: 100%;
  max-width: 37.5rem;
  height: 21rem;
  max-height: 21rem;
}

.first-feature-image-holder {
  background-image: url('../images/fallback-first-feature_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  max-width: 48%;
  height: 360px;
}

.background-video-3 {
  height: 100%;
}

.background-video-4 {
  width: 100%;
  max-width: 664px;
  max-height: 313px;
}

.green-text {
  color: #2dac00;
}

.card-tnc-smalltext {
  color: #0006;
  font-size: .625rem;
  font-weight: 500;
  line-height: .75rem;
}

.flex-block-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.list-item {
  list-style-type: decimal;
}

.list-item.bullet-list {
  list-style-type: disc;
}

.list-item-2 {
  list-style-type: decimal;
}

.list-item-2.bullet-list {
  list-style-type: disc;
}

.list-item-3 {
  list-style-type: decimal;
}

.list-item-3.bullet-list {
  list-style-type: disc;
}

.ans-text__multiple {
  color: #0009;
  margin-bottom: 0;
  line-height: 18px;
}

.list-2 {
  color: #0009;
  margin-bottom: 24px;
  padding-left: 14px;
  line-height: 18px;
}

.list-2.bullet-list {
  list-style-type: disc;
}

.am-regularize-text {
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-section {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.body-section.section-2 {
  background-color: #f7fafc;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-section__container {
  width: 100%;
  max-width: 1094px;
  padding: 10rem 1.5rem;
}

.body-section__container.sec-2 {
  max-width: 1094px;
  padding: 7.5rem 1.5rem 10rem;
}

.currency-symbol-modifier {
  font-weight: 300;
}

.currency-symbol-modifier.striked {
  color: #999;
  text-decoration: line-through;
}

.offer-card {
  border-radius: var(--card-corner-radius);
  background-color: var(--card-surface);
  box-shadow: 2px 4px 12px 0 var(--card-shadow-color);
  width: 100%;
  max-width: 624px;
  padding: 24px;
}

.offer-card__img {
  max-width: 128px;
  margin-bottom: 0;
}

.offer-card__heading {
  color: var(--body-heading-color);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.offer-card__subheading {
  color: var(--body-subheading-color);
  max-width: 360px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.offer-card__textblock {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.offer-card__contentblock {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.offer-card__container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
}

.am-color-modifier {
  color: #f23d5b;
  font-family: Roboto, sans-serif;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  display: flex;
  box-shadow: 0 0 12px #0000001f;
}

.first_feature_card.feature-card {
  height: auto;
  box-shadow: 0 4px 8px #00000014;
}

.first_feature_card.feature-card {
  height: auto;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000014;
}

.first_feature_card.feature-card.vertical-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
}

.card-red-badge {
  background-color: #f23d5b;
  border-radius: 4px;
  width: 100%;
  max-width: 48px;
  height: 8px;
  max-height: 8px;
}

.top_card_header.card-header-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.top_card_heading.card-heading {
  color: #000000de;
  max-width: 291px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
}

.top_card_heading.card-heading.diff-width {
  max-width: 431px;
}

.top_card_heading.card-heading.width-471 {
  max-width: 471px;
  font-size: 2.5rem;
  line-height: 3rem;
}

.top_card_subheading.card-subheading {
  color: #0009;
  max-width: 471px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
}

.top_card_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-right: 0;
}

.vertical-card-wrpper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.green-text {
  color: #2dac00;
}

.flex-block-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.anim--esa {
  position: absolute;
  inset: 15% 0% 0% 110px;
}

.second-feature-image-holder {
  border-bottom-left-radius: 24px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 290px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.second-feature-image-holder.activ-money {
  background-image: none;
  border-bottom-right-radius: 24px;
  position: relative;
}

.div-block-14 {
  background-image: url('../images/debit-card-feature_2debit-card-feature.webp');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-left-radius: 24px;
  order: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 290px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-14.activ-money {
  background-image: url('../images/7card.jpg');
  background-position: 50% 100%;
  background-size: contain;
  border-bottom-right-radius: 24px;
  display: none;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

._1-seven {
  z-index: 7;
  position: absolute;
  top: 42px;
  left: 267px;
}

.anim--pizza {
  z-index: 1;
  position: absolute;
  top: 120px;
  left: 160px;
}

.anim--tickets {
  position: absolute;
  top: 92px;
  left: 180px;
}

.anim--beigegift {
  z-index: 1;
  float: none;
  position: absolute;
  top: 60px;
  left: 92px;
}

.card-tnc-smalltext-2 {
  color: rgba(0, 0, 0, 0.4);
  font-size: .625rem;
  font-weight: 500;
  line-height: .75rem;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 2.5rem 2.5rem 1.5rem 0;
}

.flex-block-7.vertical-card {
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
}

.flex-block-7.vertical-card.activ-money-card {
  padding-bottom: 1rem;
}

._5-seven {
  z-index: 3;
  position: absolute;
  top: 42px;
  left: 267px;
}

._2-seven {
  z-index: 6;
  position: absolute;
  top: 42px;
  left: 267px;
}

.image-16 {
  max-width: 693px;
  position: absolute;
  top: -119px;
  right: 0;
  overflow: hidden;
}

.anim--gift-pink {
  z-index: 2;
  position: absolute;
  top: 36px;
  left: 220px;
}

._3-seven {
  z-index: 5;
  position: absolute;
  top: 42px;
  left: 267px;
}

.anim--phone {
  z-index: 1;
  position: absolute;
  top: 228px;
  left: 120px;
}

.anim--popcorn {
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 60px;
}

._7-seven {
  z-index: 1;
  position: absolute;
  top: 42px;
  left: 267px;
}

.first-feature-image-holder-2 {
  background-image: url('../images/fallback-first-feature_1fallback-first-feature.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  max-width: 48%;
  height: 360px;
  display: none;
}

.first-feature-image-holder-3 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  width: 100%;
  max-width: 48%;
  height: 360px;
  position: relative;
}

.strike-text-2 {
  color: #999;
  overflow-wrap: normal;
  font-weight: 400;
  text-decoration: line-through;
}

._6-seven {
  z-index: 2;
  position: absolute;
  top: 42px;
  left: 267px;
}

.anim--ramen {
  z-index: 2;
  position: absolute;
  bottom: 110px;
  left: 80px;
}

._4-seven {
  z-index: 4;
  position: absolute;
  top: 42px;
  left: 267px;
}

@media screen and (min-width: 1440px) {
  .body-section.section-3 {
    outline-offset: 0px;
    outline: .5px solid #fff;
  }

  .body-section.section-4 {
    background-image: linear-gradient(0deg, #f1f3fb, #fff 100%, #f1f3fb);
  }

  .body-section.section-5 {
    background-color: #c9d2fd;
    background-image: none;
  }

  .body-section.section-2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .body-section.modal-container {
    display: none;
  }

  .body-section__container {
    flex-flow: column;
    display: flex;
  }

  .body-section__container.center-aligned {
    margin-bottom: 0;
  }

  .body-section__container.sec-4 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .body-section__container.sec-2 {
    max-width: 1094px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .body-section__container.bento-wrapper {
    max-width: 1308px;
  }

  .body-section__container.tnc-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-section__container__subheading.sec-4 {
    margin-bottom: 56px;
  }

  .flex-block.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 648px;
  }

  .offer-card {
    width: 100%;
  }

  .offer-card__subheading {
    max-width: 360px;
  }

  .offer-card__contentblock {
    font-size: 20px;
  }

  .offer-card__container {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero {
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    padding-top: 7.5rem;
  }

  .hero__content {
    max-width: 50%;
    margin-bottom: 0;
    display: flex;
  }

  .hero__top {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1260px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .paragraph, .button {
    font-weight: 500;
  }

  .navbar__container {
    background-color: #fff0;
    max-width: 1260px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    z-index: 150;
    background-color: #ffffffbf;
    width: 100%;
    max-width: 100%;
    position: fixed;
  }

  .navbar__wrap {
    background-color: #fff0;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .hero__wrapper {
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .hero__container {
    width: 100%;
    max-width: 1308px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__content--text {
    width: 618px;
  }

  .activmoney__container {
    text-align: left;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 760px;
    padding-top: 0;
    display: flex;
  }

  .heading-7 {
    text-align: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 56px;
    line-height: 68px;
  }

  .paragraph-2 {
    color: #0009;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .div-block-3 {
    grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-self: auto;
  align-items: center;
  max-width: 760px;
  width: 100%;
  display: flex;
  }

  .feature-list__list-item {
    width: 100%;
    height: 100%;
    max-height: 108px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .feature-list__list-item.type-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-list__list-item__title {
    width: 100%;
  }

  .flex-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    max-width: 1094px;
  }

  .div-block-4 {
    width: 100%;
  }



  .div-block-5 {
    text-align: center;
  }

  .am-color-modifier {
    color: #f23d5b;
  }

  .image-6 {
    width: 48px;
    height: 48px;
  }

  .ctabanner {
    background-color: #03111a;
    background-image: url('../images/CTA-Banner_1.webp');
    flex-flow: column;
    align-items: center;
    padding-top: 19rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .ctabanner__content {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .heading-9, .paragraph-11 {
    color: #fff;
  }

  .faq--wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .first_feature_card.feature-card {
    max-height: none;
  }

  .div-block-12 {
    border-bottom-right-radius: 24px;
  }

  .offer__button {
    outline-offset: 0px;
    background-color: #fff0;
    border: .5px solid #fff;
    border-radius: 46px;
    outline: .5px #fff;
    margin-top: 8px;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: none;
  }

  .button--mobile {
    display: none;
  }

  .image-14 {
    height: auto;
  }

  .bottom-fixed-cta-container {
    display: none;
  }

  .list-2 {
    margin-left: 20px;
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  
  .body-section.section-3 {
    padding-left: 0;
  }

  .body-section.section-4 {
    align-items: flex-end;
  }

  .body-section.modal-container {
    display: none;
  }

  .heading.body-section__container__heading {
    max-width: 80%;
  }

  .heading.body-section__container__heading.dark-bg {
    max-width: 100%;
  }

  .body-section__container__subheading.sec-4 {
    max-width: 80%;
    margin-bottom: 56px;
  }

  .body-section__container__subheading.sec-4.dark-bg {
    max-width: 100%;
  }

  .flex-block.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding-top: 80px;
  }

  .hero {
    max-width: 1440px;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .navbar__container {
    padding-left: 20px;
  }

  .navbar {
    flex-flow: column;
  }

  .navbar__wrap {
    background-color: #fff0;
    max-width: 100%;
  }

  .nav__button.hidden {
    display: block;
  }

  .hero__wrapper {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
  }

  .hero__container {
    background-color: #fff;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .feature-list {
    max-width: 667px;
    padding-right: 1.5rem;
  }

  .feature-list__list-item {
    height: 100%;
  }

  .feature-list__list-item.type-1 {
    width: 100%;
    height: 100%;
  }

  .flex-block-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-7 {
    text-align: left;
  }

  .faq--wrap {
    width: 100%;
    max-width: 677px;
  }

  .hero-image {
    max-width: 50%;
  }

  .modal-box {
    padding-left: 80px;
  }

  .div-block-12 {
    background-image: url('../images/debit-card-feature_1.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-13 {
    padding-right: 1.5rem;
  }

  .button--mobile, .image-14 {
    display: none;
  }

  .sec-4-mobile-img {
    display: block;
  }

  .top_card_subheading.card-subheading {
    max-width: 428px;
  }

  .second-feature-image-holder {
    background-image: url('../images/debit-card-feature_1debit-card-feature.webp');
    background-position: 50% 100%;
    background-size: cover;
    display: none;
  }

  .second-feature-image-holder.ev-dc-modifier {
    display: block;
  }

  .div-block-14 {
    background-image: url('../images/debit-card-feature_2debit-card-feature.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-14.activ-money {
    background-size: cover;
    display: block;
  }

  .anim--pizza {
    left: 100px;
  }

  .image-16 {
    display: none;
  }

  .anim--gift-pink {
    display: inline-block;
  }

  .anim--popcorn {
    left: 0;
    right: 0;
  }

  .first-feature-image-holder-2 {
    background-size: 420px;
    max-width: 48%;
    display: block;
  }

  .first-feature-image-holder-3 {
    display: none;
  }

  .anim--ramen {
    display: inline-block;
    left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .body-section.section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body-section.section-4 {
    padding-left: 0;
  }

  .body-section.modal-container {
    display: none;
  }

  .body-section.bento-wrapper {
    display: none;
  }

  .body-section__container {
    padding: 5rem 0;
  }

  .body-section__container.sec-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-section__container.sec-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .body-section__container.tnc-footer {
    padding: 2.25rem 1rem 10rem;
  }

  .heading.body-section__container__heading {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .heading.body-section__container__heading.sec-3, .heading.body-section__container__heading.modal-header {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .body-section__container__subheading {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .body-section__container__subheading.sec-4 {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .body-section__container__subheading.sec-3 {
    font-size: 1rem;
  }

  .flex-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .offer-card__heading {
    width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .offer-card__subheading {
    width: 100%;
    max-width: 100%;
  }

  .offer-card__textblock {
    width: 100%;
  }

  .offer-card__contentblock {
    flex-flow: column;
  }

  .offer-card__container {
    flex-flow: row;
  }

  .hero {
    background-color: #fff;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hero__top {
    flex-flow: column;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .paragraph {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .button {
    display: block;
    overflow: visible;
  }

  .button.hero-button {
    display: none;
  }

  .navbar__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .brand {
    padding-left: 0;
    width: 93px;
    height: 28px;
  }

  .navbar {
    display: block;
  }

  .navbar__wrap {
    background-color: #fff0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav__button.hidden {
    display: none;
  }

  .hero__wrapper-bottom {
    flex-flow: wrap;
    justify-content: center;
  }

  .hero__wrapper {
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .activmoney {
    padding: 5rem 0;
  }

  .activmoney__container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-7 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .activmoney__features {
    max-width: 100%;
  }

  .feature-list {
    padding-top: .75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-list__list-item.type-1 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .feature-list__list-item.type-1.only-title {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .feature-list__list-item__title {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block {
    font-size: 10px;
    line-height: 12px;
  }

  .flex-block-2 {
    flex-flow: column;
  }

  .div-block-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-7 {
    text-align: left;
    width: 100%;
  }

  .paragraph-10 {
    font-size: .75rem;
    line-height: 1rem;
  }

  .ctabanner {
    background-repeat: repeat;
    background-size: cover;
  }

  .faq {
    align-self: center;
    width: 100%;
    padding: 5rem 1rem;
  }

  .faq--wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    width: 100%;
  }

  .faq__container {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .ques--box {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .ques--text {
    white-space: pre-wrap;
    overflow-wrap: normal;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .dropdown {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .first_feature_card.feature-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1.5rem;
    flex-flow: column;
  }

  .card-red-badge {
    max-width: 32px;
    height: 8px;
    max-height: 8px;
  }

  .top_card_header.card-header-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .top_card_heading.card-heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .top_card_subheading.card-subheading {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .top_card_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .flex-block-4 {
    padding-bottom: 2.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block-4.vertical-card {
    padding-left: 1.25rem;
  }

  .hero-image {
    order: -1;
    max-width: 100%;
  }

  .modal-box {
    padding-left: 40px;
  }

  .image-12.close-chevron {
    max-width: 32px;
  }

  .div-block-12 {
    background-position: 0 100%;
    background-size: contain;
  }

  .div-block-12.activ-money {
    background-position: 50% 100%;
    background-size: contain;
  }

  .vertical-card-wrpper {
    flex-flow: column;
  }

  .div-block-13 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .button--mobile {
    display: none;
  }

  .sec-4-mobile-img {
    height: auto;
  }

  .bottom-fixed-cta-container {
    display: block;
  }

  .first-feature-image-holder {
    background-position: 50%;
    border-bottom-right-radius: 24px;
    order: 1;
    max-width: 100%;
    height: 290px;
  }

  .first_feature_card.feature-card {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-radius: 1.5rem;
    flex-flow: column;
  }

  .card-red-badge {
    max-width: 32px;
    height: 8px;
    max-height: 8px;
  }

  .top_card_header.card-header-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .top_card_heading.card-heading {
    max-width: 100%;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .top_card_heading.card-heading.diff-width {
    max-width: 100%;
  }

  .top_card_subheading.card-subheading {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .top_card_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-right: 0;
  }

  .vertical-card-wrpper {
    flex-flow: column;
    width: 100%;
  }

  .second-feature-image-holder {
    background-position: 0 100%;
    background-size: contain;
  }

  .second-feature-image-holder.activ-money {
    background-position: 50% 100%;
    background-size: contain;
  }

  .second-feature-image-holder.ev-dc-modifier {
    background-repeat: no-repeat;
  }

  .div-block-14 {
    background-position: 0 100%;
    background-size: contain;
  }

  .div-block-14.activ-money {
    background-position: 50% 100%;
    background-size: contain;
  }

  .flex-block-7 {
    padding-bottom: 2.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .flex-block-7.vertical-card {
    padding-left: 1.25rem;
  }

  .flex-block-7.vertical-card.activ-money-card {
    justify-content: space-between;
    align-items: flex-start;
  }

  .first-feature-image-holder-2 {
    background-position: 50%;
    background-size: contain;
    border-bottom-right-radius: 24px;
    order: 1;
    max-width: 100%;
    height: 290px;
    display: block;
  }

  .first-feature-image-holder-3 {
    background-position: 50%;
    border-bottom-right-radius: 24px;
    order: 1;
    max-width: 100%;
    height: 290px;
  }
}

@media screen and (max-width: 479px) {

  .logo-img{
 
    max-width: 120px;
  }
  

  .flex-block.modal-content {
    margin-top: 80px;
  }

#mute-icon-web {
  display: none;
}

#mute-icon-mobile {
  display: block;
}

  .body-section.footer {
    display: block;
  }
  
  .activmoney-web-video{
    display: none;
  }

  .activmoney-mobile-video{
    display: block;
  }


  .body-section.section-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .body-section.section-5 {
    background-color: #c9d2fd;
    padding-left: 0;
    padding-right: 0;
  }

  .body-section.section-2 {
    background-color: #f7fafc;
  }

  .body-section__container {
    padding: 80px 0;
  }

  .body-section__container.center-aligned.sec-5 {
    background-color: #fff0;
    padding: 5rem 0 4rem;
  }

  .body-section__container.sec-4 {
    padding: 5rem 0;
  }

  .body-section__container.sec-2 {
    padding: 5rem 1rem;
  }

  .body-section__container.tnc-footer {
    display: flex;
  }

  .heading.body-section__container__heading {
    font-size: 28px;
    line-height: 36px;
  }

  .heading.body-section__container__heading.dark-bg {
    font-size: 1.75rem;
    line-height: 2.25rem;
    max-width: 90%;
  }

  .body-section__container__subheading {
    font-size: 14px;
    line-height: 18px;
  }

  .body-section__container__subheading.sec-4 {
    margin-bottom: 0;
  }

  .body-section__container__subheading.sec-3 {
    line-height: 1.375rem;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .flex-block.center-aligned.sec-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .flex-block.sec-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .offer-card {
    border-radius: 16px;
    width: 100%;
    padding: 24px 16px 16px;
  }

  .offer-card__img {
    max-width: 128px;
  }

  .offer-card__heading {
    font-size: 16px;
    line-height: 22px;
  }

  .offer-card__subheading {
    width: 100%;
    padding-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }

  .offer-card__textblock, .offer-card__contentblock {
    width: 100%;
  }

  .offer-card__container {
    justify-content: space-between;
    width: 100%;
  }

  .offer-card-list {
    flex-flow: column;
    width: 100%;
  }

  .hero {
    background-color: #fff;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__top {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-top: 2.5rem;
  }

  .heading-2 {
    color: var(--body-heading-color);
    margin-top: 20px;
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph {
    color: var(--body-subheading-color);
    font-size: 16px;
    line-height: 22px;
  }

  .button {
    display: block;
  }

  .button.open-account {
    display: none;
  }

  .navbar__container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar__wrap {
    max-width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 0;
  }

  .nav__button.hidden {
    display: none;
  }

  .hero__wrapper-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .hero__logo {
    max-width: 90px;
    max-height: 45px;
  }

  .hero__wrapper {
    max-width: none;
  }

  .div-block {
    display: none;
  }

  .hero__container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero__content--text {
    flex: 0 auto;
  }

  .activmoney__container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    margin-bottom: 40px;
    display: flex;
  }

  .heading-7 {
    margin-top: 0;
    font-family: Roboto, sans-serif;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .paragraph-2 {
    color: #0009;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.375rem;
  }

  .activmoney__features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-list__list-item {
    width: 100%;
    max-width: none;
  }

  .feature-list__list-item.type-1 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .feature-list__list-item.type-1.only-title {
    padding-bottom: 32px;
  }

  .div-block-4 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .am-color-modifier {
    color: #f23d5b;
  }

  .paragraph-7 {
    color: #0009;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
  }

  .div-block-6 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .paragraph-10 {
    font-size: 11px;
  }

  .div-block-7 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-top: 0;
  }

  .image-6, .image-7, .image-8 {
    width: 32px;
    height: 32px;
  }

  .ctabanner {
    background-image: url('../images/CTA__banner_mobile--bg._1.webp');
    background-position: 50%;
    background-size: cover;
  }

  .ctabanner__content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-9 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
  }

  .paragraph-11.clipped {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq {
    padding-bottom: 5rem;
  }

  .faq--wrap {
    width: 100%;
  }

  .faq__container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ques--box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.25rem 0;
  }

  .ques--text {
    white-space: pre-wrap;
    flex-flow: wrap;
    flex: 0 auto;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .ans--box {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .button-2 {
    display: none;
  }

  .dropdown {
    border: 1px solid #0000001f;
    border-radius: 12px;
  }

  .top_card_subheading.card-subheading {
    font-weight: 500;
  }

  .modal-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-12 {
    background-image: url('../images/feature-card-2_2.webp');
    background-position: 0 100%;
    background-size: contain;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .div-block-12.activ-money {
    background-size: cover;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .offer__button {
    border: .5px solid #fff;
    border-radius: 46px;
    padding: 8px 12px;
    line-height: 18px;
  }

  .button--mobile {
    background-color: #3857ff;
    border-radius: 20px;
    padding: 7px 16px;
    font-weight: 500;
    display: block;
  }

  .lg-video {
    border-radius: 0;
    align-self: center;
  }

  .background-video-3 {
    display: none;
  }

  .list-2 {
    margin-left: 20px;
    padding-left: 0;
  }

  .top_card_heading.card-heading.width-471 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .top_card_subheading.card-subheading {
    font-weight: 500;
  }

  .second-feature-image-holder {
    background-image: url('../images/feature-card-2_2.webp');
    background-position: 50% 0%;
    background-size: cover;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .second-feature-image-holder.activ-money {
    background-size: cover;
  }

  .div-block-14 {
    background-image: url('../images/feature-card-2_1feature-card-2.webp');
    background-position: 0 100%;
    background-size: contain;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .div-block-14.activ-money, .first-feature-image-holder-2 {
    background-size: cover;
  }

}

#w-node-c1f3c76d-1372-31d2-46c5-d03c3e60ac56-240c2928 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c1f3c76d-1372-31d2-46c5-d03c3e60ac56-240c2928 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c1f3c76d-1372-31d2-46c5-d03c3e60ac56-240c2928 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


