@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#0b111a;font-family:Manrope,system-ui,sans-serif}@font-face{font-family:Hargloves;src:url(/fonts/Hargloves-Medium-PERSONAL-USE.otf) format("opentype");font-style:normal;font-display:swap}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.planes{padding:48px 24px;max-width:1200px;margin:0 auto;color:#05080d}.planes__title{font-size:30px;font-weight:400;margin:0 0 12px;color:#05080d;background:linear-gradient(135deg,#a7a7a7,#fff);padding:12px 16px;border-radius:0;border:1}.cards-row{display:grid;gap:24px;margin-bottom:32px}.cards-row.two-cols{grid-template-columns:repeat(1,1fr)}@media (min-width: 800px){.cards-row.two-cols{grid-template-columns:repeat(2,1fr)}}.cards-row.three-cols{grid-template-columns:repeat(1,1fr)}@media (min-width: 1000px){.cards-row.three-cols{grid-template-columns:repeat(3,1fr)}}.plan-card{background:#fff;border:1px solid #d2d2d2;border-radius:5px;padding:20px;transition:transform .25s ease,box-shadow .25s ease}.plan-card__title{font-size:22px;margin:0 0 12px;color:#5b5868}.plan-card__prices{list-style:none;padding:0;margin:0 0 12px}.plan-card__prices li{margin:4px 0}.plan-card__desc{line-height:1.5;font-size:14px}.plan-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0006;border-color:#9a9b9b}.icon{vertical-align:middle;margin-right:8px;opacity:.9}.icon.sm{font-size:20px!important;margin-right:8px}.icon-accent,.icon-success{color:#5b5868}.plan-card__section{display:flex;align-items:center;gap:8px;margin:8px 0 6px;font-weight:600;letter-spacing:.3px;color:#5b5868}.plan-card__section-title{opacity:.95}.with-icons{list-style:none;padding:0;margin:0 0 12px}.with-icons li{display:flex;align-items:flex-start;gap:8px;margin:6px 0}.with-icons li>span{line-height:1.45}.info-card{background:#fff;color:#111;border:1px solid #e7e7e7;border-radius:12px;padding:20px 22px;margin-bottom:20px;box-shadow:0 8px 22px #00000014}.info-card__title{margin:0 0 10px;font-weight:800;font-size:20px;letter-spacing:.2px;color:#5b5868}.info-card__list{margin:0;padding-left:22px}.info-card__list li{margin:8px 0;line-height:1.6;font-size:15px}
