.account-comparison {
  margin-bottom: 14.6875rem;
}
.account-comparison__title {
  max-width: 66.75rem;
  width: 100%;
  margin: 0 auto 3.75rem;
}
.account-comparison__cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 62.25rem;
  width: 100%;
  margin: 0 auto;
}
.account-comparison__cards > *:not(.account-comparison__bg) {
  width: 43.5%;
}
.account-comparison__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30.5625rem;
  height: 29.9375rem;
  z-index: 2;
  pointer-events: none;
}
.account-comparison__card {
  position: relative;
  padding: 3rem;
  border-radius: 2.25rem;
}
.account-comparison__card.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2.5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.account-comparison__card-label {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2rem;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.3125rem 0.875rem 0.1875rem 0.875rem;
  border-radius: 6.25rem;
  color: var(--black);
  background: -webkit-gradient(linear, left top, right top, from(#fb4646), to(#ff966d));
  background: linear-gradient(90deg, #fb4646 0%, #ff966d 100%);
}
.account-comparison__card-title {
  margin-bottom: 2rem;
}
.account-comparison__card-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}
.account-comparison__card-list > li > span {
  margin-right: 1rem;
}
.account-comparison__card-list > li > span::after {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.75391 13.2441L13.2392 4.75886" stroke="%23FB4646" stroke-width="1.5" stroke-linecap="round" /%3E%3Cpath d="M4.76074 4.75879L13.246 13.2441" stroke="%23FB4646" stroke-width="1.5" stroke-linecap="round" /%3E%3C/svg%3E');
}
.account-comparison__card-list > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.account-comparison__card--recommended {
  z-index: 3;
}
.account-comparison__card--recommended .account-comparison__card-label {
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.account-comparison__card--recommended .account-comparison__card-list > li > span::after {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="url(%23paint0_linear_5004_6490)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_5004_6490" x1="3.75" y1="5.25" x2="15.29" y2="5.898" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
@media (max-width: 768px) {
  .account-comparison {
    margin-bottom: 120px;
  }
  .account-comparison__title {
    margin-bottom: 40px;
  }
  .account-comparison__cards > *:not(.account-comparison__bg) {
    width: 100%;
  }
  .account-comparison__bg {
    width: 350px;
    height: 342px;
    -webkit-transform: translate(-50%, -73%);
    -ms-transform: translate(-50%, -73%);
    transform: translate(-50%, -73%);
  }
  .account-comparison__card {
    padding: 48px 24px;
    min-height: 640px;
  }
  .account-comparison__card-label {
    font-size: 14px;
  }
  .account-comparison__card:not(:last-child) {
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=account-comparison.css.map */
/*# sourceMappingURL=account-comparison.css.map */