*,:before,:after{box-sizing:border-box}*{margin:0}body{-webkit-font-smoothing:antialiased;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}html:root{--accent-color:#3c95b0;--xl:1280px;--lg:1024px;--md:768px;--sm:640px;font-feature-settings:"liga" 1,"calt" 1;box-sizing:border-box;font-family:Inter,sans-serif;font-size:10px}@supports (font-variation-settings:normal){:root{font-family:InterVariable,sans-serif}}html[data-theme=light]{--background-color:#f0f0f0;--text-color:#11181d;--text-color-secondary:#202f38;--background-color-modal-overlay:rgba(17,24,29,.5)}html[data-theme=dark]{--background-color:#11181d;--background-color-tag:#202f38;--text-color:#fff;--text-color-secondary:#bbb;--background-color-filter-selected:#ddd;--text-color-filter-selected:#11181d;--background-color-modal-overlay:rgba(255,255,255,.5)}body{background-color:var(--background-color);color:var(--text-color)}button{border:none}.button{cursor:pointer;border-radius:7px;height:40px;padding-left:15px;padding-right:15px;font-weight:300;line-height:38px}.button.button-main{background-color:var(--accent-color);color:#fff;font-size:1.4rem}.button.button-secondary{background-color:var(--background-color-tag);color:var(--text-color);font-size:1.4rem}.container{width:100%;max-width:900px;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}.text-primary{color:var(--text-color)}.text-secondary{color:var(--text-color-secondary)}.text-xs{font-size:1.2rem}.tag{background-color:var(--background-color-tag);border-radius:.5rem;height:2.5rem;padding-left:.8rem;padding-right:.8rem;font-size:1.2rem;font-weight:300;line-height:2.5rem}.tag-highlighted{color:var(--accent-color)}.filters{flex-wrap:wrap;gap:1rem;margin-top:3rem;display:flex}.button.filter-selected{background-color:var(--background-color-filter-selected);color:var(--text-color-filter-selected)}.footer{background-color:#151d23;margin-top:5rem;padding-top:5rem;padding-bottom:5rem}.footer .footer-legal{color:var(--text-color-secondary);font-size:1rem;line-height:1.8rem}.modal-overlay{background-color:var(--background-color-modal-overlay);width:100vw;height:100vh;position:fixed;top:0;left:0}.modal{background-color:var(--background-color);border-radius:20px;flex-direction:column;width:100%;max-width:700px;max-height:calc(100vh - 3.2rem);padding-top:3rem;padding-bottom:3rem;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal-close{background-color:var(--background-color-tag);border-radius:50%;width:25px;height:25px;position:absolute;top:30px;right:30px}.modal-close:before,.modal-close:after{content:"";background-color:#ddd;width:13px;height:1px;position:absolute;left:6px}.modal-close:before{transform:rotate(45deg)}.modal-close:after{transform:rotate(-45deg)}.modal .card-general{grid-template-areas:"card-image card-names""card-image card-names";justify-content:flex-start;column-gap:2rem;margin-bottom:2rem;padding-left:3rem;padding-right:3rem;display:grid}.modal .card-general .card-image{grid-area:card-image;width:100px;height:64px}.modal .card-general .card-names{grid-area:card-names}.modal .card-general .card-names .card-name{margin-bottom:1rem;font-size:2.4rem;font-weight:600;line-height:2.4rem}.modal .card-general .card-names .card-bankName{color:var(--text-color-secondary);font-size:1.2rem}.modal .card-scrollable{margin-bottom:auto;padding-left:3rem;padding-right:3rem;overflow-y:auto}.modal .card-features{column-gap:2rem;margin-bottom:2rem;display:flex}.modal .card-features .card-feature{background-color:#162026;border-radius:1rem;flex:1;grid-template-columns:min-content auto;grid-template-areas:"feature-icon feature-text""feature-title feature-title";align-items:center;gap:1rem 1.2rem;padding:1.3rem;display:grid}.modal .card-features .card-feature .card-feature-icon{background-color:#202f38;border-radius:1rem;grid-area:feature-icon;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex}.modal .card-features .card-feature .card-feature-icon svg{width:2rem}.modal .card-features .card-feature .card-feature-text{grid-area:feature-text;font-size:1.5rem}.modal .card-features .card-feature .card-feature-title{color:var(--text-color-secondary);grid-area:feature-title;font-size:1.2rem}.modal .card-tab-buttons{column-gap:1.5rem;margin-bottom:2rem;display:flex}.modal .card-tab-buttons .tab-button{background-color:var(--background-color-tag);color:#fff;cursor:pointer;border-radius:.5rem;height:2.5rem;padding-left:.8rem;padding-right:.8rem;font-size:1.2rem;font-weight:300;line-height:2.3rem}.modal .card-tab-buttons .tab-button.selected{color:var(--background-color);background-color:#ddd}.modal .card-tab-panels .card-tab{display:none}.modal .card-tab-panels .card-tab.selected{display:block}.modal .card-footer{justify-content:flex-end;padding-top:3rem;padding-left:3rem;padding-right:3rem;display:flex}.description-block{border-radius:1rem;padding:1.5rem}.description-block:nth-child(odd){background-color:#162026}.description-block:not(:last-child){margin-bottom:1rem}.description-block h4{margin-bottom:1rem;font-size:1.6rem;font-weight:600}.description-block p{font-size:1.4rem;font-weight:300}@media screen and (max-width:678px){.modal{max-width:calc(100vw - 3rem);height:calc(100vh - 3rem)}.modal .card-scrollable{padding-bottom:3rem}.modal .card-features{flex-wrap:wrap;row-gap:2rem}.modal .card-features .card-feature{flex:unset;flex-basis:calc(50% - 1rem)}.modal .card-footer{border-top:1px solid rgba(255,255,255,.1)}}@media screen and (max-width:540px){.modal{border-radius:0;max-width:100%;height:100vh}.modal .card-general .card-names .card-name{margin-bottom:0;font-size:1.8rem}.modal .card-features .card-feature .card-feature-icon{width:2.5rem;height:2.5rem}.modal .card-features .card-feature .card-feature-icon svg{width:1.2rem}.modal .card-features .card-feature .card-feature-text{font-size:1.4rem}.modal .card-tab-buttons{flex-wrap:wrap;row-gap:1.5rem}.modal .card-tab-buttons .tab-button{flex-basis:calc(50% - 1.5rem)}}@media screen and (max-width:400px){.modal .card-general .card-names .card-name{margin-bottom:.5rem;font-size:1.4rem;line-height:1.4rem}.modal .card-features{row-gap:1rem}.modal .card-features .card-feature{flex:unset;flex-basis:100%}}.card{-moz-column-gap:20px;background-color:#162026;border-radius:10px;grid-template-columns:auto 1fr;grid-template-areas:"card-img names""features features""tags tags""cta cta";gap:20px;padding:25px;display:grid}.card:hover{background-color:#19252c}.card-hidden{display:none}.card:not(:last-of-type){margin-bottom:2rem}@media (min-width:640px){.card{grid-template-areas:"card-img names features""tags tags tags""cta cta cta"}}@media (min-width:820px){.card{grid-template-columns:100px auto 2fr auto;grid-template-areas:"card-img names features cta""tags tags tags tags"}}.card .card-img{grid-area:card-img;width:100px;height:64px}.card .names{grid-area:names}.card .names .card-name{margin-bottom:5px;font-size:1.8rem;font-weight:700}.card .features{grid-area:features;column-gap:2.5rem;display:flex}@media (min-width:867px){.features{margin-left:2.5rem}}.card .features .feature-value{font-size:1.6rem;font-weight:600}.card .cta{grid-area:cta}.card .tags{flex-wrap:wrap;grid-area:tags;gap:1rem;display:flex}@media screen and (max-width:400px){.card .features{flex-wrap:wrap;row-gap:2.5rem}}.hero{background-image:url(/static/cc-bg.svg);background-size:cover;min-height:330px;margin-bottom:3.2rem;padding-top:30px;padding-bottom:3.2rem}.hero header{justify-content:space-between;align-items:center;margin-bottom:3.2rem;display:flex}.hero .logo{color:var(--accent-color);font-size:3.2rem;font-weight:700}.hero nav{column-gap:2.4rem;display:flex}.hero nav .nav-link{color:var(--text-color);font-size:1.4rem;text-decoration:none}.hero .hero-large{margin-bottom:2.4rem;font-size:3.2rem;font-weight:700}.hero .hero-small{font-size:1.8rem;font-weight:300}@media screen and (max-width:820px){.hero{height:auto;padding-bottom:3rem}}@media screen and (max-width:540px){.hero .logo,.hero .hero-large{font-size:2rem}.hero .hero-small{font-size:1.6rem}}.accordion-heading{text-align:center;margin-top:5rem;margin-bottom:2.5rem;font-size:2rem;font-weight:400}.accordion{background-color:#162026;border-radius:1rem;padding:2.5rem}.accordion section:not(:last-child){border-bottom:1px solid #253640;margin-bottom:2.5rem;padding-bottom:2.5rem}.accordion section h4{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:1.6rem;font-weight:400}.accordion section div{font-size:1.4rem;display:none}.accordion .selected div{flex-direction:column;row-gap:1.5rem;display:flex}.accordion .selected h4{margin-bottom:2rem}.accordion .selected ol{padding-left:2.2rem}