@keyframes fade-in{0%{opacity:0}to{opacity:1}}.tier-item{position:-webkit-sticky;position:sticky;display:flex;flex-direction:column;min-width:100%;box-sizing:border-box;top:0;gap:.5rem;padding:1rem;background:#fff}.tier-item>h3{font-size:1.25rem;font-weight:600}.tier-item p{font-size:1rem}.tier-item p.price{font-size:2.5rem;font-weight:700}.tier-item p.description{min-height:3rem;margin-bottom:auto}.tier-item p.price-annually{color:#777;font-size:1rem;font-weight:600;line-height:1.1}.tier-item.tier-2{background:linear-gradient(0deg,hsla(47,92%,79%,0) 71.01%,hsla(47,92%,79%,.3)),#fff}.tier-item .tier-best-value-badge{color:#030c3b;font-family:Radio Canada,Inter,sans-serif;font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.1875rem .5rem;align-items:center;gap:.625rem;border-radius:20px;border:1px solid #f5c400;background:#fff5cc}.tier-item .price-skeleton{width:12.5rem;height:4.5rem}@media screen and (prefers-color-scheme:dark){.tier-item{background:#1d1e1f}.tier-item h3,.tier-item p{color:#fff}.tier-item.tier-2{background:linear-gradient(0deg,hsla(47,92%,79%,0) 71.01%,rgba(86,79,52,.792)),#1d1e1f}.tier-item .tier-best-value-badge{color:#c1c2c3;border:1px solid #f7e664;background:transparent}}@media screen and (min-width:768px){.tier-item{gap:.75rem;padding:1.5rem;min-width:unset;width:100%}.tier-item>h3{font-size:1.5rem}.tier-item p{font-size:1rem}.tier-item p.price{font-size:3rem}.tier-item p.description{margin-bottom:0}.tier-item p.price-annually{line-height:1.25}}@media screen and (min-width:440px){.tier-item{width:100%}}