.RateCard{border-radius:32px;flex-direction:column;flex-basis:280px;height:480px;padding:28px;display:flex;position:relative}.RateCard__header{border-bottom:1px solid var(--neutral-light);align-items:start;padding-bottom:20px;display:flex}.RateCard__title{font-family:var(--font-family);text-align:center;font-size:24px;font-weight:700;line-height:150%}.RateCard__body{padding-top:20px}.RateCard__subscription_btn{width:100%}.RateCard__info{flex-direction:column;justify-content:start;align-items:start;gap:15px;display:flex}.RateCard__info_item{align-items:center;gap:12px;display:flex}.RateCard__info_item svg{stroke:currentColor;flex-shrink:0;width:24px;height:24px}.RateCard__info_item span{font-family:var(--font-family);font-size:16px;font-weight:400;line-height:175%}.RateCard__discount{z-index:11;background-image:url(/discount.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:76px;height:76px;display:flex;position:absolute;top:-8%;right:-5%}.RateCard__discount span{font-family:var(--font-family);text-align:center;color:var(--neutral-white);font-size:20px;font-weight:600;line-height:140%}@media (max-width:576px){.RateCard__discount{right:-3%}}.RateCard__footer{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;margin-top:auto;display:flex}.RateCard__footer_price{font-family:var(--font-family);text-align:center;font-size:32px;font-weight:700}@media (max-width:576px){.RateCard__footer{padding-top:30px}}.RateCard--primary{background-color:var(--primary-lightest)}.RateCard--primary .RateCard__title,.RateCard--primary .RateCard__info_item{color:var(--neutral-darkest)}.RateCard--primary .RateCard__footer_price{color:var(--primary-medium)}.RateCard--secondary{background-color:var(--primary-medium)}.RateCard--secondary .RateCard__title,.RateCard--secondary .RateCard__info_item,.RateCard--secondary .RateCard__footer_price{color:var(--neutral-white)}.RateCard--tertiary{background:linear-gradient(225deg,#cb27a2 0%,#7e48c0 100%)}.RateCard--tertiary .RateCard__title,.RateCard--tertiary .RateCard__info_item,.RateCard--tertiary .RateCard__footer_price{color:var(--neutral-white)}@media (max-width:768px){.RateCard{flex-grow:1}}@media (max-width:611px){.RateCard{flex-grow:0;flex-basis:60%}}@media (max-width:576px){.RateCard{width:100%;max-width:328px;height:auto;min-height:366px}}
.Subscription__inner{padding-bottom:100px}@media (max-width:576px){.Subscription__inner{padding-bottom:40px}}.Subscription__list{flex-wrap:wrap;justify-content:center;align-items:center;gap:30px;margin-top:50px;display:flex}@media (max-width:576px){.Subscription__list{flex-direction:column}}
