.ctc{--ctc-max:80rem;--ctc-gutter:1.25rem;--ctc-card:var(--color-paper-2)}.ctc-container{width:min(100% - 2 * var(--ctc-gutter), var(--ctc-max));margin-inline:auto}.ctc-hero{text-align:center;padding-block:5.5rem}@media (min-width:1024px){.ctc-hero{padding-block:7.5rem}}.ctc-hero-title{margin-top:1rem}@media (min-width:1024px){.ctc-hero-title{margin-top:2rem}}.ctc-hero-body{margin-inline:auto;width:100%;max-width:38.25rem;margin-top:1.25rem}@media (min-width:1024px){.ctc-hero-body{margin-top:2rem}}.ctc-hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}@media (min-width:1024px){.ctc-hero-cta{margin-top:3rem}}.ctc-band{background-color:var(--color-paper-2);border-block:1px solid var(--theme-line);margin-top:1rem;padding-block:5rem;scroll-margin-top:6rem}@media (min-width:768px){.ctc-band{padding-block:7rem}}@media (min-width:1024px){.ctc-band{margin-top:2rem;padding-block:10rem;scroll-margin-top:7.875rem}}.ctc-band-head{text-align:center;max-width:44rem;margin-inline:auto}.ctc-console{grid-template-columns:1fr;gap:1rem;margin-top:3rem;display:grid}@media (min-width:900px){.ctc-console{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:5rem}}.ctc-panel{border:1px solid var(--theme-line);background-color:var(--theme-bg);color:var(--theme-text);border-radius:5px;flex-direction:column;padding:1.5rem;display:flex}@media (min-width:640px){.ctc-panel{padding:2rem}}.ctc-panel.-when{--theme-bg:var(--color-finance-dim);--theme-text:#fff;--theme-line:#ffffff4d;--theme-muted:#ffffffd9}.ctc-panel.-who{--theme-bg:#fff;--theme-text:var(--color-ink);--theme-line:#0a0a0b24;--theme-muted:#0a0a0b8c}.ctc-panel-head{align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.ctc-panel-head:after{content:"";border-top:1px solid var(--theme-line);flex:1}.ctc-month{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.ctc-steppers{gap:.5rem;display:flex}.ctc-step{background-color:var(--theme-text);width:2.75rem;height:1.75rem;color:var(--theme-bg);transition:opacity .25s var(--ease-out-cubic);border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.ctc-step:disabled{opacity:.25;cursor:not-allowed}.ctc-weekdays,.ctc-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;max-width:25rem;display:grid}.ctc-weekdays{padding-bottom:.5rem}.ctc-weekday{justify-content:center;align-items:center;height:1.5rem;display:flex}.ctc-day{aspect-ratio:1;border:1px solid var(--theme-line);min-height:2.25rem;color:var(--theme-text);font-size:var(--text-label);cursor:pointer;transition:color .35s var(--ease-out-cubic), background-color .35s var(--ease-out-cubic), border-color .35s var(--ease-out-cubic);background-color:#0000;border-radius:5px;justify-content:center;align-items:center;line-height:1;display:flex}@media (hover:hover){.ctc-day:not([aria-disabled=true]):hover{border-color:var(--theme-text);background-color:#ffffff24}}.ctc-day[aria-pressed=true]{border-color:var(--theme-text);background-color:var(--theme-text);color:var(--theme-bg)}.ctc-day[aria-disabled=true]{color:var(--theme-muted);opacity:.35;cursor:not-allowed;border-color:#0000}.ctc-day.-outside{opacity:.18;border-color:#0000}.ctc-day.-skeleton{background-color:#ffffff0f;border-color:#0000}.ctc-legend{padding-top:1rem}.ctc-slots-head{padding-top:2rem;padding-bottom:1rem}.ctc-slots{flex-wrap:wrap;margin:-.375rem;display:flex}.ctc-slots>li{flex-shrink:0;margin:.375rem}.ctc-slot{border:1px solid var(--theme-text);height:2rem;color:var(--theme-text);font-family:var(--font-sans);font-size:var(--text-label);white-space:nowrap;cursor:pointer;transition:color .5s var(--ease-out-cubic), background-color .5s var(--ease-out-cubic), border-color .5s var(--ease-out-cubic);background-color:#0000;border-radius:2rem;justify-content:center;align-items:center;padding-inline:1rem;line-height:1;display:flex}@media (hover:hover){.ctc-slot:hover{background-color:var(--theme-text);color:var(--theme-bg)}}.ctc-slot[aria-pressed=true]{background-color:var(--theme-text);color:var(--theme-bg)}.ctc-fields,.ctc-pair{gap:1rem;display:grid}@media (min-width:560px){.ctc-pair{grid-template-columns:repeat(2,minmax(0,1fr))}}.ctc-input{border:1px solid var(--theme-line);width:100%;height:2.75rem;color:var(--theme-text);caret-color:var(--theme-text);font-family:var(--font-sans);transition:border-color .25s var(--ease-out-cubic);background-color:#0000;border-radius:5px;padding-inline:1.25rem;font-size:1rem}.ctc-input::placeholder{color:var(--theme-muted)}.ctc-input:focus{border-color:var(--theme-text)}textarea.ctc-input{resize:vertical;height:auto;padding-block:.875rem;line-height:1.4}.ctc-summary{border-top:1px solid var(--theme-line);flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:1.5rem;padding-top:1.5rem;display:flex}.ctc-foot{margin-top:auto;padding-top:2rem}.ctc-slab{width:100%;min-height:6.5rem;color:var(--color-ink);text-align:left;cursor:pointer;transition:background-color .25s var(--ease-out-cubic), opacity .2s linear;background-color:#fff;border-radius:5px;flex-direction:column;justify-content:flex-end;margin-left:auto;padding:.5rem .75rem;display:flex}@media (min-width:500px){.ctc-slab{width:60%}}.ctc-slab:hover{background-color:#e6e6e6}.ctc-slab.-blue{background-color:var(--color-finance);color:#fff}.ctc-slab.-blue:hover{background-color:var(--color-finance-dim)}.ctc-slab:disabled{opacity:.6;cursor:default}.ctc-slab:disabled:hover{background-color:#fff}.ctc-slab.-blue:disabled:hover{background-color:var(--color-finance)}.ctc-steps{flex-direction:column;gap:1rem;margin-top:5rem;display:flex}@media (min-width:640px){.ctc-steps{flex-direction:row;justify-content:space-between;gap:1.5rem}}@media (min-width:1024px){.ctc-steps{margin-top:10rem}}.ctc-steps-head{text-align:center;justify-content:center;margin-bottom:3rem;display:flex}@media (min-width:640px){.ctc-steps-head{text-align:left;justify-content:flex-start;margin-bottom:0}}.ctc-steps-title{max-width:12.5rem}.ctc-steps-grid{grid-template-columns:1fr;gap:.75rem;width:100%;max-width:59.625rem;display:grid}@media (min-width:640px){.ctc-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width:1024px){.ctc-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ctc-step-card{border:1px solid var(--theme-line);background-color:var(--ctc-card);border-radius:5px;flex-direction:column;gap:1.5rem;min-height:12rem;padding:1.5rem;display:flex}@media (min-width:640px){.ctc-step-card{min-height:14rem}}.ctc-step-body{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.ctc-directory{margin-top:5rem}@media (min-width:1024px){.ctc-directory{margin-top:10rem}}.ctc-directory-head{text-align:center}.ctc-table{margin-top:4.5rem}@media (min-width:1024px){.ctc-table{margin-top:7.5rem}}.ctc-group-head{align-items:center;gap:1rem;padding-top:2rem;display:flex}.ctc-group-head:after{content:"";border-top:1px solid var(--theme-line);flex:1}.ctc-pill{background-color:var(--theme-text);color:var(--theme-bg);white-space:nowrap;border-radius:3px;flex-shrink:0;padding:.3rem .6rem}.ctc-row{border-bottom:1px solid var(--theme-line);grid-template-columns:1fr;gap:.35rem;padding-block:1.5rem;display:grid}@media (min-width:768px){.ctc-row{grid-template-columns:minmax(0,.42fr) minmax(0,1fr);align-items:baseline;gap:1.25rem}}.ctc-row-title{transition:color .2s var(--ease-out-cubic)}a.ctc-row:hover .ctc-row-title{color:var(--color-finance)}.ctc-note{max-width:46rem;margin-top:2rem}.ctc-faq{border-bottom:1px solid var(--theme-line);margin-top:4.5rem}@media (min-width:1024px){.ctc-faq{margin-top:7.5rem}}.ctc-faq-row{column-gap:var(--ctc-gutter);border-top:1px solid var(--theme-line);grid-template-columns:2.5rem minmax(0,1fr);row-gap:.5rem;padding-block:1.5rem;display:grid}@media (min-width:700px){.ctc-faq-row{grid-template-columns:4rem minmax(0,1fr) minmax(0,1.2fr);padding-block:2rem}}.ctc-faq-row:first-child{border-top-color:var(--theme-text)}.ctc-faq-a{grid-column:2}@media (min-width:700px){.ctc-faq-a{grid-column:3}}.ctc-close{margin-top:5rem;padding-block:10vh}@media (min-width:1024px){.ctc-close{margin-top:10rem}}.ctc-cards{gap:4px var(--ctc-gutter);display:grid}@media (min-width:700px){.ctc-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.ctc-bigcard{border-radius:5px;flex-direction:column;justify-content:space-between;min-height:28rem;padding:1.25rem;display:flex;position:relative}@media (min-width:700px){.ctc-bigcard{min-height:34rem;padding:.5rem}}@media (min-width:1000px){.ctc-bigcard{min-height:40.625rem}}.ctc-bigcard-top{column-gap:var(--ctc-gutter);grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;padding-top:.75rem;display:grid}@media (min-width:700px){.ctc-bigcard-top{padding-left:.75rem}.ctc-bigcard-header,.ctc-bigcard-bottom{padding-left:8%}}.ctc-bigcard-title{margin-top:2em;margin-bottom:1em}@media (min-width:700px){.ctc-bigcard-title{max-width:14em;min-height:3em}}.ctc-bigcard-desc{max-width:24em}.ctc-bigcard-bottom{align-items:flex-end;margin-top:auto;padding-top:4em;display:flex}.ctc-bigcard .ctc-slab{width:100%}@media (min-width:500px){.ctc-bigcard .ctc-slab{width:60%}}@media (min-width:700px){.ctc-bigcard .ctc-slab{width:46%}}
