.pt__tooltip {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin-left: 2px;
  vertical-align: middle;
  position: relative;
}
.pt__tooltip::before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: #1B1E27;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px;
  border-radius: 10px;
  min-width: 190px;
  max-width: 190px;
  z-index: 99;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
.pt__tooltip:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.pt__tooltip svg {
  stroke: rgba(255, 255, 255, 0.4);
  transition: inherit;
  cursor: pointer;
}
.pt__tooltip svg:hover {
  opacity: 0.8;
}

@keyframes moveSparkle {
  to {
    transform: translateY(-150%);
  }
}
@keyframes dotLevitation {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-9px);
  }
  75% {
    transform: translateY(9px);
  }
}
@keyframes dotLevitation-alt {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(9px);
  }
  75% {
    transform: translateY(-9px);
  }
}
@keyframes maskBackgroundMove {
  0% {
    transform: translateX(-50%) translateY(500px);
  }
  100% {
    transform: translateX(-50%) translateY(-120px);
  }
}
@keyframes l3 {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
.fxify-pricing-table {
  margin: 3rem auto;
  position: relative;
  padding: 0 1.5rem;
  overflow: hidden;
}
.fxify-pricing-table .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.fxify-pricing-table .fpt__loader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  line-height: 1;
  font-size: 18px;
  z-index: 100;
}
.fxify-pricing-table .fpt__loader .fpt__loader-animation {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side, rgba(255, 255, 255, 1) 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: 33.3333333333% 50%;
  animation: l3 1s infinite linear;
}
.fxify-pricing-table .fpt__container {
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
@media (max-width: 1300px) {
  .fxify-pricing-table .fpt__container {
    gap: 1rem;
  }
}

.fpt__phases {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1rem;
}
.fpt__phases .fpt__single-phase {
  flex: 1 1 auto;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0);
  border-radius: 16px;
  overflow: hidden;
}
.fpt__phases .fpt__single-phase .sp__outer {
  transition: inherit;
  position: relative;
}
.fpt__phases .fpt__single-phase .sp__outer::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  border-radius: 16px;
  transition: inherit;
  opacity: 0.3;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
}
.fpt__phases .fpt__single-phase .sp__outer .sp__inner {
  transition: inherit;
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: center;
  position: relative;
}
.fpt__phases .fpt__single-phase .sp__outer .sp__inner::before {
  transition: inherit;
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 40%;
  opacity: 0;
  background: radial-gradient(80% 100% at center bottom, rgba(255, 255, 255, 0.25), transparent);
}
.fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__icon {
  transition: inherit;
  opacity: 0.5;
  height: 50px;
  width: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  position: relative;
}
.fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__icon::before {
  transition: inherit;
  opacity: 0.5;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent);
}
.fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__title {
  transition: inherit;
  opacity: 0.5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.fpt__phases .fpt__single-phase:hover .sp__outer::before {
  opacity: 0.5;
}
.fpt__phases .fpt__single-phase:hover .sp__outer .sp__inner {
  background: rgba(255, 255, 255, 0.02);
}
.fpt__phases .fpt__single-phase:hover .sp__outer .sp__inner::before {
  opacity: 0.7;
  height: 50%;
}
.fpt__phases .fpt__single-phase:hover .sp__outer .sp__inner .sp__icon {
  opacity: 0.7;
}
.fpt__phases .fpt__single-phase:hover .sp__outer .sp__inner .sp__title {
  opacity: 0.7;
}
.fpt__phases .fpt__single-phase.active {
  box-shadow: 0px 0px 20px 1px rgba(255, 255, 255, 0.15);
}
.fpt__phases .fpt__single-phase.active .sp__outer::before {
  opacity: 1;
}
.fpt__phases .fpt__single-phase.active .sp__outer .sp__inner {
  background: rgba(255, 255, 255, 0.05);
}
.fpt__phases .fpt__single-phase.active .sp__outer .sp__inner::before {
  opacity: 1;
  height: 80%;
}
.fpt__phases .fpt__single-phase.active .sp__outer .sp__inner .sp__icon {
  opacity: 1;
}
.fpt__phases .fpt__single-phase.active .sp__outer .sp__inner .sp__icon::before {
  opacity: 1;
}
.fpt__phases .fpt__single-phase.active .sp__outer .sp__inner .sp__title {
  opacity: 1;
}
@media (max-width: 1300px) {
  .fpt__phases {
    padding-bottom: 14px;
    overflow-y: auto;
  }
}
@media (max-width: 768px) {
  .fpt__phases {
    gap: 14px;
    padding-bottom: 14px;
  }
  .fpt__phases .fpt__single-phase {
    flex: 1 0 auto;
    border-radius: 10px;
  }
  .fpt__phases .fpt__single-phase .sp__outer {
    transition: inherit;
    position: relative;
  }
  .fpt__phases .fpt__single-phase .sp__outer::before {
    border-radius: 14px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner {
    gap: 12px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__icon {
    transition: inherit;
    opacity: 0.5;
    height: 42px;
    width: 42px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    font-size: 18px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__title {
    transition: inherit;
    opacity: 0.5;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
  }
}
@media (max-width: 576px) {
  .fpt__phases {
    gap: 10px;
    padding-bottom: 14px;
  }
  .fpt__phases .fpt__single-phase {
    flex: 1 0 auto;
    border-radius: 10px;
  }
  .fpt__phases .fpt__single-phase .sp__outer::before {
    border-radius: 10px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner {
    padding: 6px 12px 6px 6px;
    gap: 12px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__icon {
    height: 24px;
    width: 24px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-size: 14px;
  }
  .fpt__phases .fpt__single-phase .sp__outer .sp__inner .sp__title {
    transition: inherit;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
  }
}

.fpt__accounts {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.fpt__accounts .fpt__active-account-circle {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at center, white, rgba(255, 255, 255, 0.9));
  box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  transition: transform 0.6s cubic-bezier(0.98, -0.01, 0.64, 0.58), filter 0.4s linear;
  transform-origin: center;
  opacity: 0;
}
.fpt__accounts .fpt__active-account-circle.blur {
  filter: blur(6px);
}
.fpt__accounts .fpt__single-account {
  transition: all 0.8s ease;
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  height: 100%;
}
.fpt__accounts .fpt__single-account .sa__inner-container {
  transition: inherit;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.fpt__accounts .fpt__single-account .sa__inner-container .sa__circle-target {
  transition: inherit;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.fpt__accounts .fpt__single-account .sa__inner-container .sa__value {
  transition: inherit;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1;
  font-weight: 600;
}
.fpt__accounts .fpt__single-account .sa__inner-container:hover .sa__circle-target {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.fpt__accounts .fpt__single-account .sa__inner-container:hover .sa__value {
  color: rgba(255, 255, 255, 0.8);
}
.fpt__accounts .fpt__single-account.active .sa__inner-container .sa__circle-target {
  border: 2px solid rgb(255, 255, 255);
}
.fpt__accounts .fpt__single-account.active .sa__inner-container .sa__value {
  color: rgb(255, 255, 255);
}
@media (max-width: 1300px) {
  .fpt__accounts {
    padding-top: 15px;
    padding-bottom: 14px;
    overflow-x: auto;
    overflow-y: visible;
  }
  .fpt__accounts .fpt__active-account-circle {
    top: 20px;
  }
}
@media (max-width: 768px) {
  .fpt__accounts {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .fpt__accounts .fpt__active-account-circle {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at center, white, rgba(255, 255, 255, 0.9));
    box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: transform 0.6s cubic-bezier(0.98, -0.01, 0.64, 0.58), filter 0.4s linear;
    transform-origin: center;
    opacity: 0;
  }
  .fpt__accounts .fpt__active-account-circle.blur {
    filter: blur(6px);
  }
  .fpt__accounts .fpt__single-account {
    flex: 1 0 auto;
    padding: 0 1rem;
  }
  .fpt__accounts .fpt__single-account .sa__inner-container .sa__circle-target {
    transition: inherit;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  .fpt__accounts .fpt__single-account .sa__inner-container .sa__value {
    transition: inherit;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .fpt__accounts {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .fpt__accounts .fpt__active-account-circle {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at center, white, rgba(255, 255, 255, 0.9));
    box-shadow: 0px 0px 15px 8px rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transition: transform 0.6s cubic-bezier(0.98, -0.01, 0.64, 0.58), filter 0.4s linear;
    transform-origin: center;
    opacity: 0;
  }
  .fpt__accounts .fpt__active-account-circle.blur {
    filter: blur(6px);
  }
  .fpt__accounts .fpt__single-account {
    flex: 1 0 auto;
    padding: 0 1rem;
  }
  .fpt__accounts .fpt__single-account .sa__inner-container .sa__circle-target {
    transition: inherit;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
  }
  .fpt__accounts .fpt__single-account .sa__inner-container .sa__value {
    transition: inherit;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    font-weight: 600;
  }
}

.fpt__info-container {
  display: flex;
  flex-flow: row wrap;
  gap: 1.25rem;
}
.fpt__info-container .fpt__horizontal-wrapper {
  flex: 0 1 65%;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: 2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card {
  transition: all 0.6s ease;
  flex: 0 1 45%;
  display: flex;
  flex-flow: column nowrap;
  border-radius: 20px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  position: relative;
  background: url("../svg/card-lines.svg");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: center bottom -48px;
  max-width: 362px;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card::before {
  transition: all 0.8s ease-in-out;
  opacity: 0;
  position: absolute;
  transform-origin: center top;
  content: "";
  height: 80px;
  width: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(80% 100% at center top, rgba(29, 170, 145, 0.6), rgba(29, 170, 145, 0.2) 30%, transparent 80%);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered {
  border-color: rgba(29, 170, 145, 0.8);
  background-color: rgba(29, 170, 145, 0.05);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered::before {
  opacity: 1;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered .card__phase .cp__icon {
  border-color: rgb(29, 170, 145);
  box-shadow: inset 0px -2px 10px 4px rgba(29, 170, 145, 0.6);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered .card__phase .cp__icon .stack div {
  background: linear-gradient(to bottom, rgb(29, 170, 145), rgba(255, 255, 255, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered .card__phase .cp__title .stack {
  transition: inherit;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered .card__phase .cp__title .stack div {
  transition: inherit;
  color: #23d1b1;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card.cta-hovered .card__clip .mask-bg {
  animation: maskBackgroundMove 1s ease-in-out forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__clip {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: url(#mask-dots);
          mask-image: url(#mask-dots);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__clip .mask-bg {
  transition: all 0.8s ease-in-out;
  position: absolute;
  left: 50%;
  top: 0;
  width: 500px;
  height: 150px;
  transform: translateX(-50%) translateY(500px);
  filter: blur(20px);
  transform-origin: center;
  background: linear-gradient(to bottom, transparent, rgb(29, 170, 145), transparent);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 1rem;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__icon {
  transition: all 0.6s ease;
  --iconHeight: 50px;
  height: var(--iconHeight);
  width: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  color: rgb(255, 255, 255);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__icon .stack {
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.6s cubic-bezier(0.98, -0.01, 0.64, 0.58), filter 0.4s linear;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__icon .stack div {
  flex: 1 0 var(--iconHeight);
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__title {
  transition: all 0.6s ease;
  --titleHeight: 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: rgb(255, 255, 255);
  height: calc(var(--titleHeight) + 10px);
  overflow: hidden;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__title .stack {
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.6s cubic-bezier(0.98, -0.01, 0.64, 0.58), filter 0.4s linear;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__phase .cp__title .stack div {
  flex: 1 0 auto;
  padding: 5px 0;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0;
  border-radius: 5px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 6px;
  transition: all 0.6s ease;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge svg {
  stroke: rgba(255, 255, 255, 0.7);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge span {
  line-height: 1.2;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge.invisible {
  visibility: hidden;
  opacity: 0;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text {
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  margin: 0 0 6px;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  margin: 0;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price {
  margin: 1.5rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price .cp__value {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: rgb(255, 255, 255);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price .cp__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta {
  margin-top: auto;
  position: relative;
  border-radius: 16px;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle {
  transition: all 0.7s ease-in-out;
  width: auto;
  position: absolute;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle .s__blur {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.7);
  filter: blur(6px);
  position: relative;
  z-index: 1;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle .s__line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
  border-radius: 2px;
  margin-top: -7px;
  position: relative;
  z-index: 2;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-1 {
  left: 10%;
  bottom: 0;
  transform: translateY(100px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-2 {
  left: 30%;
  bottom: 0;
  transform: translateY(80px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-3 {
  left: 70%;
  bottom: 0;
  transform: translateY(120px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-4 {
  left: 90%;
  bottom: 0;
  transform: translateY(90px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-5 {
  left: 80%;
  bottom: 0;
  transform: translateY(160px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .sparkle.sp-6 {
  left: 20%;
  bottom: 0;
  transform: translateY(70px);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot {
  position: absolute;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-1 {
  width: 2px;
  height: 2px;
  bottom: 70%;
  left: 10%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  animation: dotLevitation 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-2 {
  width: 3px;
  height: 3px;
  bottom: 30%;
  left: 20%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation-alt 10s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-3 {
  width: 2px;
  height: 2px;
  bottom: 45%;
  left: 30%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  animation: dotLevitation 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-4 {
  width: 2px;
  height: 2px;
  bottom: 50%;
  left: 40%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
  animation: dotLevitation-alt 14s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-5 {
  width: 3px;
  height: 3px;
  bottom: 10%;
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  animation: dotLevitation 11s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-6 {
  width: 2px;
  height: 2px;
  bottom: 60%;
  left: 60%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation-alt 13s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-7 {
  width: 3px;
  height: 3px;
  bottom: 70%;
  left: 80%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  animation: dotLevitation 15s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-8 {
  width: 2px;
  height: 2px;
  bottom: 25%;
  left: 80%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
  animation: dotLevitation-alt 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-9 {
  width: 2px;
  height: 2px;
  bottom: 32%;
  left: 8%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  animation: dotLevitation 10s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-10 {
  width: 3px;
  height: 3px;
  bottom: 55%;
  left: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation-alt 14s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-11 {
  width: 2px;
  height: 2px;
  bottom: 15%;
  left: 85%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  animation: dotLevitation 11s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-12 {
  width: 2px;
  height: 2px;
  bottom: 90%;
  left: 95%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation-alt 10s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-13 {
  width: 3px;
  height: 3px;
  bottom: 40%;
  left: 65%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  animation: dotLevitation 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-14 {
  width: 2px;
  height: 2px;
  bottom: 65%;
  left: 90%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  animation: dotLevitation-alt 13s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-15 {
  width: 3px;
  height: 3px;
  bottom: 75%;
  left: 45%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
  animation: dotLevitation 15s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-16 {
  width: 2px;
  height: 2px;
  bottom: 65%;
  left: 25%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation-alt 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-17 {
  width: 2px;
  height: 2px;
  bottom: 30%;
  left: 55%;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
  animation: dotLevitation 11s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-18 {
  width: 3px;
  height: 3px;
  bottom: 20%;
  left: 15%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
  animation: dotLevitation-alt 14s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-19 {
  width: 3px;
  height: 3px;
  bottom: 75%;
  left: 70%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
  animation: dotLevitation 10s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta .effect-container .dot.dt-20 {
  width: 2px;
  height: 2px;
  bottom: 50%;
  left: 40%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
  animation: dotLevitation-alt 12s ease-in-out infinite;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta a {
  transition: all 0.6s ease;
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 1rem;
  text-align: center;
  background: rgba(29, 170, 145, 0.1);
  border: 2px solid rgba(29, 170, 145, 0.5);
  box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
  color: #1daa91;
  border-radius: 16px;
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta a:hover {
  background: rgba(29, 170, 145, 0.3);
  border: 2px solid rgba(29, 170, 145, 0.8);
  color: #23d1b1;
  box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta a:hover::before {
  opacity: 1;
  height: 100%;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta a::before {
  content: "";
  opacity: 0;
  transition: inherit;
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container {
  opacity: 1;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-1 {
  animation: moveSparkle 1.4s linear infinite forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-2 {
  animation: moveSparkle 0.8s linear infinite forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-3 {
  animation: moveSparkle 1.2s linear infinite forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-4 {
  animation: moveSparkle 1.3s linear infinite forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-5 {
  animation: moveSparkle 1.1s linear infinite forwards;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__cta:hover .effect-container .sparkle.sp-6 {
  animation: moveSparkle 1s linear infinite forwards;
}
@media (max-width: 992px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card {
    padding: 1rem;
    max-width: 362px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge {
    margin: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text {
    padding-bottom: 1rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price {
    margin: 1rem 0 1.5rem;
  }
}
@media (max-width: 768px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card {
    flex: 1 1 100%;
    order: 2;
    padding: 1rem;
    max-width: 100%;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge {
    margin: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text {
    padding-bottom: 1rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price {
    margin: 1rem 0 1.5rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__clip svg {
    display: none;
  }
}
@media (max-width: 576px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card {
    flex: 1 1 100%;
    order: 2;
    padding: 1rem;
    max-width: 100%;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__badge {
    margin: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text {
    padding-bottom: 1rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text h3 {
    font-size: 18px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__text p {
    font-size: 14px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__price {
    margin: 1rem 0 1.5rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__card .card__clip svg {
    display: none;
  }
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  gap: 1.5rem;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__table-title {
  font-size: 18px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  color: white;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  flex: 1 1 100%;
  gap: 6px;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column {
  transition: all 0.6s ease;
  flex: 0 1 auto;
  border: 1px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  border-radius: 100px;
  padding: 6px 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  font-size: 15px;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column:hover {
  color: rgba(255, 255, 255, 0.5);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column.active {
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.1);
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows {
  display: flex;
  flex-flow: column nowrap;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
  transition: all 0.6s ease;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row:last-of-type {
  border-bottom: none;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title {
  display: flex;
  align-items: center;
  gap: 5px;
  transition: inherit;
  font-weight: 400;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title .row-icon {
  stroke: #23d1b1;
  stroke-width: 4px;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title .row-text {
  line-height: 1;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-value {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-value .row-chip {
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  font-size: 13px;
  padding: 5px 10px 4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column {
    font-size: 15px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row {
    padding: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title {
    font-size: 15px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title .row-icon {
    width: 16px;
    height: 16px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-value {
    font-size: 15px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column {
    font-size: 15px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row {
    padding: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title {
    font-size: 15px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title .row-icon {
    width: 16px;
    height: 16px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-value {
    font-size: 15px;
    height: 24px;
  }
}
@media (max-width: 576px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header {
    overflow-x: auto;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-header .table-column {
    flex: 0 0 auto;
    font-size: 13px;
    padding: 6px 12px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row {
    padding: 1rem 0;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title {
    font-size: 14px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-title .row-icon {
    width: 16px;
    height: 16px;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__inner-table .table-rows .table-row .row-value {
    font-size: 15px;
    height: 24px;
  }
}
@media (max-width: 1300px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper {
    gap: 1rem;
  }
  .fpt__info-container .fpt__horizontal-wrapper .fpt__vertical-wrapper .fpt__table-title {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .fpt__info-container .fpt__horizontal-wrapper {
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.fpt__info-container .fpt__plans-wrapper {
  flex: 1 1 30%;
  padding: 1rem;
  display: flex;
  flex-flow: column nowrap;
  gap: 2rem;
}
.fpt__info-container .fpt__plans-wrapper .pw__title {
  font-size: 20px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.fpt__info-container .fpt__plans-wrapper .pw__items {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1.25rem;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item {
  flex: 1 1 45%;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title {
  line-height: 1.2;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title .svg-wrapper svg {
  stroke: rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
  cursor: pointer;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title .svg-wrapper svg:hover {
  opacity: 0.8;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value {
  display: flex;
  flex-flow: row nowrap;
  gap: 6px;
  align-items: flex-start;
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value svg {
  margin-top: 2px;
  flex: 0 0 auto;
  stroke: rgb(255, 255, 255);
}
.fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value span {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  max-width: 70%;
}
@media (max-width: 1300px) {
  .fpt__info-container .fpt__plans-wrapper {
    flex: 1 1 100%;
    gap: 1rem;
    padding: 0;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .fpt__info-container .fpt__plans-wrapper {
    flex: 1 1 100%;
    gap: 1rem;
    padding: 0;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__title {
    font-size: 18px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 768px) {
  .fpt__info-container .fpt__plans-wrapper {
    flex: 1 1 100%;
    gap: 1rem;
    padding: 1rem 0;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__title {
    font-size: 18px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-start;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title span {
    font-size: 15px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value svg {
    width: 15px;
    height: 15px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .fpt__info-container .fpt__plans-wrapper {
    flex: 1 1 100%;
    gap: 1rem;
    padding: 1rem 0;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__title {
    font-size: 18px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title {
    max-width: unset;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__title span {
    font-size: 14px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value svg {
    width: 15px;
    height: 15px;
  }
  .fpt__info-container .fpt__plans-wrapper .pw__items .pw__single-item .si__value span {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .fpt__info-container {
    gap: 1rem;
  }
}/*# sourceMappingURL=index.css.map */