.pricing{display:grid;gap:4rem 3rem;margin-top:3rem;margin-bottom:6rem}@media screen and (min-width:calc(900px + 1px)){.pricing{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:calc(900px + 1px)) and (max-width:1500px){.pricing>:nth-child(2n+2){transform:translateY(3rem)}}@media screen and (min-width:calc(1500px + 1px)){.pricing{grid-template-columns:repeat(3,minmax(0,1fr))}}.pricing>*{display:flex;flex-flow:column nowrap;justify-content:flex-start;background-color:var(--color-grey-100);box-shadow:0 0 1rem rgba(0,0,0,0.1);border-radius:2rem;padding:1.875rem 3.125rem 2.8125rem;background-position:bottom right;background-size:15rem auto;background-repeat:no-repeat}.pricing>* h3{margin:0;position:relative;display:grid;grid-template-columns:minmax(0,1fr) 6.25rem;align-items:flex-end;font-size:2.25rem;line-height:1.1em;min-height:6.25rem;z-index:10}.pricing>* h3:after{content:"";position:absolute;top:50%;right:0;width:6.25rem;height:6.25rem;background-repeat:no-repeat;background-size:contain;background-position:bottom right;transform:translateY(-35%)}.pricing>* h3 span{position:relative;z-index:50}.pricing>* h3 span:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2rem;transform:translate(0.5rem,1rem);background-repeat:no-repeat;background-position:top left;z-index:-1}.pricing>* h3+p{margin-top:2rem}.pricing>* h3+p strong{font-size:2em;vertical-align:top;position:relative;top:0.25em;padding-left:0.2em}.pricing>* .btns{margin-top:2rem}.pricing>:first-child{background-color:var(--color-violet-200);background-image:url("../images/static/box-decor-violet-bottom-right.svg")}.pricing>:first-child h3 span:before{background-image:url("../images/static/box-decor-violet-top-left.svg")}.pricing>:first-child h3:after{background-image:url("../images/static/pricing-anonymous.svg")}.pricing>:nth-child(2){background-color:var(--color-lime-200);background-image:url("../images/static/box-decor-lime-bottom-right.svg")}.pricing>:nth-child(2) h3 span:before{background-image:url("../images/static/box-decor-lime-top-left.svg")}.pricing>:nth-child(2) h3:after{background-image:url("../images/static/pricing-registered.svg")}.pricing>:nth-child(3){background-color:var(--color-azure-200);background-image:url("../images/static/box-decor-azure-bottom-right.svg")}.pricing>:nth-child(3) h3 span:before{background-image:url("../images/static/box-decor-azure-top-left.svg")}.pricing>:nth-child(3) h3:after{background-image:url("../images/static/pricing-individual.svg")}
/*# sourceMappingURL=page-pricing.css.map */