.term-sheet-form-section{position:fixed;inset:0;z-index:1200;padding:50px 60px;background:rgba(255,249,245,.5);opacity:0;pointer-events:none;transition:opacity .25s ease;overflow-y:auto;box-sizing:border-box;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;}.term-sheet-form-section.is-open{opacity:1;pointer-events:auto;}.term-sheet-form-dialog{display:grid;place-items:center;width:100%;min-height:calc(100vh - 100px);overflow:visible;box-sizing:border-box;pointer-events:none;transition:all .25s ease;transform:translateY(20px);}.term-sheet-form-section.is-open .term-sheet-form-dialog{transform:translateY(0);}.term-sheet-form-card{width:min(934px,100%);margin:0 auto;padding:60px;background:#fff;box-shadow:5px 6px 14px rgba(54,54,54,.1);border-radius:60px;}.term-sheet-form-section.is-open .term-sheet-form-card{pointer-events:all;}.term-sheet-form-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:38px;}.term-sheet-form-title{margin:0;color:#363636;font-size:32px;font-weight:500;line-height:1.1;}.term-sheet-form-close{display:inline-flex;align-items:center;justify-content:center;position:relative;width:62px;height:62px;flex:0 0 auto;border:0;border-radius:62px;color:transparent;background:#D1FFD3;cursor:pointer;font:inherit;font-size:0;line-height:1;transition:transform .3s ease-in-out,background-color .2s ease-in-out;}.term-sheet-form-close:hover{background-color:#A3FFA6;}.term-sheet-form-close::before,.term-sheet-form-close::after{position:absolute;width:32px;height:2px;border-radius:2px;background:#363636;content:"";transition:transform .25s cubic-bezier(.6,0,.3,1);}.term-sheet-form-close::before{transform:rotate(45deg);}.term-sheet-form-close::after{transform:rotate(-45deg);}.term-sheet-form{display:flex;flex-direction:column;gap:38px;width:100%;}.term-sheet-form.is-changing{transition:opacity 200ms;}.term-sheet-form.is-animating{opacity:.5;}.term-sheet-form-block{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:30px;width:100%;}.term-sheet-form-block:first-of-type{z-index:3;}.term-sheet-form-block+.term-sheet-form-block{z-index:1;}.term-sheet-message{margin:30px 0 0 0;}.term-sheet-pill,.term-sheet-message,.term-sheet-bullet-message{display:inline-flex;align-items:center;justify-content:center;padding:7px 15px;border-radius:123px;font-size:18px;font-weight:500;line-height:1.2;}.term-sheet-pill,.term-sheet-message--success{color:#3f6640;background:#e9ffea;}.term-sheet-message--error,.term-sheet-bullet-message--error{color:#c54a2b;background:#fff2ef;}.term-sheet-feedback:empty{display:none;}.term-sheet-feedback{display:flex;flex-direction:column;gap:10px;}.term-sheet-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}.term-sheet-fields{display:flex;flex-direction:column;gap:42px;width:100%;}.term-sheet-field-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;}.term-sheet-field-grid:has(.term-sheet-advisor-select[open]){z-index:10;}.term-sheet-field{display:flex;flex-direction:column;gap:20px;min-width:0;}.term-sheet-field label,.term-sheet-label{display:block;color:#363636;font-size:17px;font-weight:400;line-height:1.2;}.term-sheet-label span{color:#67727b;}.term-sheet-field input[type="text"],.term-sheet-field input[type="email"]{width:100%;height:79px;padding:0 20px;border:2.5px solid #eee;border-radius:25px;color:#363636;background:#fff;font:inherit;font-size:24px;line-height:1.2;outline:none;}.term-sheet-field input[type="text"]:focus,.term-sheet-field input[type="email"]:focus{border-color:#a3ffa6;}.term-sheet-field.has-error input[type="text"],.term-sheet-field.has-error input[type="email"],.term-sheet-field.has-error .term-sheet-advisor-select summary{border-color:#e96f51;}.term-sheet-field-error{color:#c54a2b;font-size:14px;font-weight:500;line-height:1.3;}.term-sheet-advisor-select{position:relative;z-index:30;width:100%;}.term-sheet-advisor-select summary{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;height:79px;padding:0 20px 0 10px;border:2.5px solid #eee;border-radius:123px;color:#363636;background:#fff;cursor:pointer;list-style:none;font-size:24px;line-height:1.2;}.term-sheet-advisor-select summary::-webkit-details-marker{display:none;}.term-sheet-advisor-select[open] summary,.term-sheet-advisor-select summary:focus-visible{border-color:#a3ffa6;}.term-sheet-advisor-summary-value{display:flex;align-items:center;flex:1 1 0;width:0;gap:12px;min-width:0;overflow:hidden;}.term-sheet-advisor-summary-value .term-sheet-advisor-avatar{width:57px;height:57px;}.term-sheet-advisor-summary-value [data-advisor-selected]{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.term-sheet-select-arrow{display:flex;align-items:center;justify-content:center;width:39px;height:39px;flex:0 0 auto;border-radius:50%;background:#f4f6f8;transition:background-color .3s ease-in-out;}.term-sheet-advisor-select:hover .term-sheet-select-arrow{background-color:#D2DAE1;}.term-sheet-select-arrow::before{width:11px;height:11px;margin-top:-5px;border-right:2.5px solid #67727b;border-bottom:2.5px solid #67727b;content:"";transform:rotate(45deg);}.term-sheet-advisor-select[open] .term-sheet-select-arrow::before{margin-top:5px;transform:rotate(225deg);}.term-sheet-advisor-menu{position:absolute;z-index:100;top:calc(100% + 10px);left:0;right:0;display:flex;flex-direction:column;gap:5px;padding:17px;border:2.5px solid #eee;border-radius:57px;background:#fff;box-shadow:6px 7px 17px rgba(54,54,54,.1);}.term-sheet-advisor-select .term-sheet-advisor-option{display:flex;align-items:center;gap:12px;min-height:72px;padding:7px 20px 7px 7px;border-radius:123px;color:#363636;cursor:pointer;font-size:22px;line-height:1.2;transition:background-color .3s ease-in-out;}.term-sheet-advisor-select .term-sheet-advisor-option:hover{background:#e9ffea;}.term-sheet-advisor-select .term-sheet-advisor-option input{position:absolute;opacity:0;pointer-events:none;}.term-sheet-advisor-select .term-sheet-advisor-option:has(input:checked){display:none;}.term-sheet-advisor-avatar{width:57px;height:57px;flex:0 0 auto;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:#e9ffea;}.term-sheet-advisor-avatar--empty{display:block;}.term-sheet-advisor-check{display:flex;align-items:center;justify-content:center;width:27px;height:27px;margin-left:auto;border-radius:50%;color:#3f6640;background:#baffbe;opacity:0;font-size:17px;font-weight:600;transition:opacity .3s ease-in-out;}.term-sheet-advisor-select .term-sheet-advisor-option:hover .term-sheet-advisor-check{opacity:1;}.term-sheet-upload{display:flex;flex-direction:column;gap:15px;width:100%;}.term-sheet-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;width:100%;min-height:340px;padding:74px;border:2px solid #eee;border-radius:74px;background:#fff;cursor:pointer;text-align:center;}.term-sheet-upload-dropzone.is-uploading,.term-sheet-upload-dropzone.is-uploaded,.term-sheet-upload-dropzone.is-dragging{border-color:#a3ffa6;cursor:pointer;}.term-sheet-upload-dropzone.is-uploaded,.term-sheet-upload-dropzone.is-dragging{background:#e9ffea;}.term-sheet-upload-dropzone:hover,.term-sheet-upload-dropzone:focus-within{border-color:#a3ffa6;}.term-sheet-upload-dropzone input{position:absolute;opacity:0;pointer-events:none;}.term-sheet-upload-icon{display:block;width:75px;height:64px;margin-bottom:34px;}.term-sheet-upload-icon svg{display:block;width:100%;height:100%;}.term-sheet-upload-idle,.term-sheet-upload-progress,.term-sheet-upload-success{display:flex;flex-direction:column;align-items:center;}.term-sheet-upload-idle{gap:15px;}.term-sheet-upload-progress,.term-sheet-upload-success{display:none;}.term-sheet-upload-dropzone.is-uploading .term-sheet-upload-idle,.term-sheet-upload-dropzone.is-uploaded .term-sheet-upload-idle{display:none;}.term-sheet-upload-dropzone.is-uploading .term-sheet-upload-progress,.term-sheet-upload-dropzone.is-uploaded .term-sheet-upload-success{display:flex;}.term-sheet-upload-progress{gap:28px;}.term-sheet-upload-loader,.term-sheet-upload-complete-icon{position:relative;display:block;width:68px;height:52px;}.term-sheet-upload-loader svg,.term-sheet-upload-complete-icon svg{display:block;width:100%;height:100%;}.term-sheet-upload-loader .upload-loader-shape{stroke-dasharray:82 18;stroke-dashoffset:0;-webkit-animation:term-sheet-upload-loop 1.1s linear infinite;animation:term-sheet-upload-loop 1.1s linear infinite;}.term-sheet-upload-complete-icon .upload-loader-shape{stroke:#88ff8c;}.term-sheet-upload-percent,.term-sheet-upload-success-title{color:#363636;font-size:18px;font-weight:400;line-height:1.2;}.term-sheet-upload-filename{display:inline-flex;max-width:min(430px,100%);padding:10px 24px;border-radius:999px;color:#67727b;background:#f4f6f8;font-size:18px;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.term-sheet-upload-success{gap:36px;}.term-sheet-upload-success-file{display:inline-flex;align-items:center;gap:10px;max-width:100%;}.term-sheet-upload-checkmark{position:absolute;left:23px;top:17px;width:22px;height:12px;border-left:3px solid #88ff8c;border-bottom:3px solid #88ff8c;content:"";opacity:0;transform:rotate(-45deg) scale(.5);}.term-sheet-upload-dropzone.is-uploaded .term-sheet-upload-checkmark{-webkit-animation:term-sheet-upload-check-pop .18s ease-out .05s forwards;animation:term-sheet-upload-check-pop .18s ease-out .05s forwards;}.term-sheet-upload-filename--success{color:#3f6640;background:#d1ffd3;}.term-sheet-upload-remove{display:inline-flex;align-items:center;justify-content:center;width:39px;height:39px;flex:0 0 auto;border:0;border-radius:50%;color:#67727b;background:#fff;cursor:pointer;font:inherit;font-size:18px;line-height:1;}.term-sheet-upload-remove:hover,.term-sheet-upload-remove:focus-visible{color:#363636;background:#eeeeee;}@-webkit-keyframes term-sheet-upload-loop{to{stroke-dashoffset:-100}}@keyframes term-sheet-upload-loop{to{stroke-dashoffset:-100}}@-webkit-keyframes term-sheet-upload-check-pop{to{opacity:1;transform:rotate(-45deg) scale(1)}}@keyframes term-sheet-upload-check-pop{to{opacity:1;transform:rotate(-45deg) scale(1)}}.term-sheet-upload-icon .upload-file-line,.term-sheet-upload-icon .upload-file-arrow-head,.term-sheet-upload-icon .upload-file-tray{transform-box:fill-box;transition:transform .2s ease-in-out;}.term-sheet-upload-icon .upload-file-line{transform-origin:center bottom;}.term-sheet-upload-icon .upload-file-arrow-head{transform-origin:center center;}.term-sheet-upload-icon .upload-file-tray{transform-origin:center center;}.term-sheet-upload-dropzone:hover .upload-file-line,.term-sheet-upload-dropzone:focus-within .upload-file-line{transform:scaleY(1.18);}.term-sheet-upload-dropzone:hover .upload-file-arrow-head,.term-sheet-upload-dropzone:focus-within .upload-file-arrow-head{transform:translateY(-4px);}.term-sheet-upload-dropzone:hover .upload-file-tray,.term-sheet-upload-dropzone:focus-within .upload-file-tray{transform:scaleX(.9);}.term-sheet-upload-title{color:#363636;font-size:20px;font-weight:500;line-height:1.2;letter-spacing:.01em;}.term-sheet-upload-meta{color:#a7b5c0;font-size:18px;font-weight:500;line-height:1.2;letter-spacing:.01em;}.term-sheet-disclaimer{display:flex;align-items:flex-start;gap:15px;width:100%;}.term-sheet-disclaimer-text{display:block;color:#67727b;cursor:pointer;font-size:14px;font-weight:500;line-height:1.35;}.term-sheet-checkbox{position:relative;display:block;width:20px;height:20px;flex:0 0 auto;cursor:pointer;}.term-sheet-checkbox input{position:absolute;inset:0;opacity:0;cursor:pointer;}.term-sheet-checkbox span{display:block;width:20px;height:20px;border:2.5px solid #d2dae1;border-radius:5px;}.term-sheet-checkbox input:checked+span{border-color:#A3FFA6;background:#A3FFA6;}.term-sheet-checkbox input:checked+span::after{position:absolute;left:8px;top:4px;width:5px;height:10px;border-right:2px solid #3f6640;border-bottom:2px solid #3f6640;content:"";transform:rotate(45deg);}.term-sheet-submit-wrapper{width:100%;display:inline-flex;align-items:center;justify-content:center;}.term-sheet-submit{display:inline-flex;align-items:center;justify-content:center;min-height:71px;padding:22px 25px;border:0;border-radius:17px;color:#83a384;background:#e9ffea;cursor:not-allowed;font:inherit;font-size:22px;font-weight:400;line-height:1.2;opacity:.65;transition:all .3s ease-in-out;}.term-sheet-submit:disabled{pointer-events:none;}.term-sheet-submit:hover{border-radius:50px;}.term-sheet-submit.is-ready,.term-sheet-submit:not(:disabled):hover,.term-sheet-submit:not(:disabled):focus-visible{color:#363636;background:#A3FFA6;cursor:pointer;opacity:1;}.intro-claim{font-size:22px;font-weight:500;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:left;color:#363636;margin-bottom:38px;}.term-cta,.intro-cta{position:relative;display:inline-flex;align-items:center;justify-content:center;isolation:isolate;overflow:visible;background:transparent;border:0;border-radius:40px;padding:17px 32px 18px 32px;height:61px;font-style:normal;font-weight:450;font-size:22px;line-height:28px;letter-spacing:.01em;color:#363636;transition:all .3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:110px;cursor:pointer;}.term-cta::before,.intro-cta::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;background:#A3FFA6;transform:scale(1);transition:transform .3s ease-in-out,background .3s ease-in-out;}.term-cta{margin:0;}.term-cta:hover::before,.intro-cta:hover::before{background:#D1FFD3;transform:scale(1.05);}.term-sheet-claim,.term-sheet-work,.term-sheet-qanda{margin:230px var(--distance130) 160px var(--distance130);position:relative;z-index:2;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:0 30px;}.term-sheet-claim{row-gap:32px;}.term-sheet-claim-copy{grid-column:2 / 8;display:flex;flex-direction:column;align-items:center;gap:100px;}section.section .term-sheet-claim-copy p{margin:0;color:#eee;font-size:clamp(42px,6.25vw,120px);font-weight:500;line-height:1.2;text-align:center;white-space:pre-wrap;}.term-sheet-claim-letter{color:#F9F9F9;transition:color .16s linear;}.term-sheet-claim-letter.is-revealed{color:#363636;}.term-sheet-work{row-gap:50px;}section.section header.term-sheet-work-header{margin-bottom:0;max-width:100%;grid-column-start:1;grid-column-end:9;}section.section .term-sheet-work-header h2{margin:0;color:#363636;font-size:60px;font-weight:500;line-height:1.12;text-align:center;justify-content:center;}.term-sheet-work-slider{grid-column:1 / 9;width:calc(100% + (var(--distance130) * 2));left:calc(var(--distance130) * -1);padding:8px 0 30px;margin-bottom:160px;}.term-sheet-work-card{width:min(380px,calc(100vw - 52px));min-height:440px;height:440px;margin:8px clamp(10px,1vw,20px) 28px;padding:0 0 30px;border-radius:16px;background:#fafafa;color:#363636;position:relative;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none;overflow:hidden;box-shadow:4px 4px 15px rgba(0,0,0,.06);}.term-sheet-work-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(359.84deg,#e9ffea .17%,#fbfffb 72.13%);opacity:0;transition:opacity .3s ease-in-out;z-index:0;}.term-sheet-work-slider .flickity-viewport{padding-bottom:24px;}.term-sheet-work-card-logo{min-height:300px;margin:0;padding:40px 30px 20px;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}.term-sheet-work-card-logo img{width:auto;max-width:72%;max-height:110px;opacity:.5;-o-object-fit:contain;object-fit:contain;}.term-sheet-work-card-content{padding:0 30px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:6px;}section.section .term-sheet-work-card-content h3{margin:0;color:#363636;font-size:16px;font-weight:500;line-height:1.12;}section.section .term-sheet-work-card-content p{margin:0;color:#a8a8a8;font-size:16px;font-weight:400;line-height:1.12;}a.term-sheet-work-card{background:#fff;}a.term-sheet-work-card p{transition:all .3s ease-in-out;}a.term-sheet-work-card:hover::before{opacity:1;}a.term-sheet-work-card:hover .term-sheet-work-card-content p{color:#3f6640;}.term-sheet-work-copy{grid-column:3 / 7;}section.section .term-sheet-work-copy p{margin:0;color:#363636;font-size:40px;font-weight:500;line-height:48px;}.term-sheet-work .intro-cta,.term-sheet-qanda-copy .intro-cta{margin-top:0;}.term-sheet-work .intro-cta{grid-column:3 / 6;justify-self:start;}.term-sheet-qanda{row-gap:0;}section.section header.term-sheet-qanda-header{grid-column:3 / 7;grid-row:2;justify-self:stretch;margin:80px 0;}.term-sheet-qanda .term-sheet-qanda-header h2{font-size:80px;line-height:1.12;}.term-sheet-qanda-intro{grid-column:1 / 9;grid-row:1;width:100%;min-height:clamp(360px,31vw,598px);display:grid;place-items:center;position:relative;}.term-sheet-qanda-image,.term-sheet-qanda-copy{grid-area:1 / 1;}.term-sheet-qanda-image{width:100%;height:100%;max-width:1390px;margin:0;position:relative;}.term-sheet-qanda-image::after{content:"";position:absolute;inset:0;background:rgba(54,54,54,.2);border-radius:clamp(48px,16vw,299px);}.term-sheet-qanda-image img{width:100%;height:100%;min-height:clamp(360px,31vw,598px);border-radius:clamp(48px,16vw,299px);-o-object-fit:cover;object-fit:cover;}.term-sheet-qanda-copy{position:relative;z-index:1;padding:clamp(36px,6vw,80px);display:flex;flex-direction:column;align-items:center;gap:24px;max-width:1000px;}section.section .term-sheet-qanda-copy h2{margin:0;color:#fff;font-size:70px;font-weight:500;line-height:normal;text-align:center;justify-content:center;}.term-sheet-advisors-link{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-height:55px;color:#fff;font-size:22px;font-weight:450;line-height:1.2;letter-spacing:.01em;text-decoration:none;}.term-sheet-advisors-link-label{display:inline-flex;flex-direction:column;align-items:center;gap:18px;transform:translateY(0);transition:transform .3s ease-in-out;}.term-sheet-advisors-link-label::after{content:"";width:16px;height:3px;background:#a3ffa6;transition:width .3s ease-in-out;}.term-sheet-advisors-link:hover .term-sheet-advisors-link-label{transform:translateY(-10px);}.term-sheet-advisors-link:hover .term-sheet-advisors-link-label::after{width:100%;}.term-sheet-qanda #accordion{grid-column:3 / 7;grid-row:3;justify-self:stretch;width:100%;margin-top:0;}.term-sheet-qanda #accordion a{font-size:inherit;color:inherit;text-decoration:underline;}.term-sheet-qanda #accordion .accordion--item{margin-bottom:24px;border:0;border-radius:40px;background:#fff;box-shadow:4px 4px 15px rgba(0,0,0,.06);overflow:hidden;transition:box-shadow .3s ease-in-out;}.term-sheet-qanda #accordion .accordion--item:last-of-type{border:0;}.term-sheet-qanda #accordion .accordion--item:has(.ui-accordion-header[aria-expanded="true"]){background:#e9ffea;}.term-sheet-qanda #accordion .menuitem{display:flex;width:100%;border:0;background:transparent;padding:20px 28px;color:#363636;font-size:24px;font-weight:400;line-height:29px;text-align:left;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;}.term-sheet-qanda #accordion .ui-accordion-header::after{background-color:transparent;border-radius:50%;background-repeat:no-repeat;background-position:center;transition:background-color .3s ease-in-out;will-change:background-color;}.term-sheet-qanda #accordion .ui-accordion-header:hover::after{background-color:#A3FFA6;}.term-sheet-qanda #accordion .accordion--item:hover{box-shadow:4px 4px 25px rgba(0,0,0,.2);}.term-sheet-qanda #accordion .accordion--item:hover .ui-accordion-header[aria-expanded="false"]::after{transform:rotate(90deg);transition:transform .3s ease-in-out;}.term-sheet-qanda #accordion .ui-accordion-header:focus-visible{outline:2px solid #a3ffa6;outline-offset:4px;}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="true"]{color:#3f6640;}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="true"]:after,.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="false"]:after{width:40px;min-width:40px;height:40px;margin-top:0;margin-left:24px;border-radius:20px;background-size:18px 18px;}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="false"]::after{transform:rotate(0deg);}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="true"]::after{transform:rotate(0deg);}.term-sheet-qanda #accordion ul{margin:0;padding:0 20px 32px 28px;list-style:none;}.term-sheet-qanda #accordion ul li,.term-sheet-qanda #accordion p{margin:0;padding:0;background:transparent;color:#83a384;font-size:24px;font-weight:400;line-height:29px;}.term-sheet-qanda #accordion p{padding:0 28px 32px 28px;}.term-sheet-qanda #accordion p+p,.term-sheet-qanda #accordion ul li+li{margin-top:14px;}.intro-cta:focus-visible,.term-sheet-advisors-link:focus-visible,a.term-sheet-work-card:focus-visible,.term-sheet-field input[type="text"]:focus-visible,.term-sheet-field input[type="email"]:focus-visible,.term-sheet-checkbox input:focus-visible+span{outline:2px solid #a3ffa6;outline-offset:4px;}html.term-sheet-modal-open,body.term-sheet-modal-open{overflow:hidden;}@media screen and (max-width:1023px){.termsheet-hero{display:flex;flex-direction:column}.termsheet-hero .logo-header{order:1}.termsheet-hero .slideshow{order:2}.termsheet-hero .termsheet-landing{order:3}.about--landing.landing-area.termsheet-landing{position:relative;display:block;height:auto}.intro-claim{font-size:14px;letter-spacing:.14px;margin-bottom:20px}.term-sheet-class .landing-area h2{font-size:32px}.term-cta,.intro-cta{height:auto;padding:14px 20px 14px 20px;font-size:14px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;text-align:center;color:#363636;margin-top:50px}section.section .term-sheet-claim-copy p{font-size:46px}.term-sheet-claim,.term-sheet-work{margin:100px 26px 100px 26px;grid-template-columns:repeat(8,minmax(0,1fr));gap:0 30px}.term-sheet-work{margin-top:140px}.term-sheet-qanda{margin:100px 25px 140px 25px;grid-template-columns:repeat(8,minmax(0,1fr));gap:0 30px}.term-sheet-claim-copy{gap:10px}section.section .term-sheet-work-header h2{font-size:30px;color:#363636}section.section.term-sheet-qanda .term-sheet-qanda-header h2{font-size:40px}.term-sheet-work-slider{width:calc(100% + 26px * 2);left:calc(26px * -1);padding:36px 0 30px;margin-bottom:90px}.term-sheet-work-card{width:210px;min-height:320px;height:320px}.term-sheet-work-card-logo{min-height:200px;padding:20px}.term-sheet-work-card-content{padding:0 20px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.term-sheet-work .intro-cta,.term-sheet-work-copy{grid-column:1 / 9}section.section .term-sheet-work-copy p{font-size:26px;line-height:normal}.term-sheet-work .intro-cta{margin-top:40px}section.section .term-sheet-qanda-copy h2{font-size:30px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.12}.term-sheet-advisors-link{min-height:55px;font-size:14px;font-weight:450;line-height:1.2;letter-spacing:.01em;text-decoration:none}.term-sheet-advisors-link-label::after{height:2px;margin:5px auto 5px auto}.term-sheet-advisors-link-label{gap:0}.term-sheet-qanda-intro{height:auto;border-radius:500px;overflow:hidden;aspect-ratio:3 / 4}.term-sheet-qanda #accordion{grid-column:1 / 9;grid-row:3}.term-sheet-qanda #accordion .menuitem{font-size:18px;line-height:normal;color:#363636;padding:22px 22px 22px 28px;gap:10px}.term-sheet-qanda #accordion p{font-size:18px;line-height:normal}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="true"]:after,.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="false"]:after{margin-left:0}.term-sheet-claim-copy{grid-column:1 / 9}section.section header.term-sheet-qanda-header{grid-column:1 / 9;grid-row:2;justify-self:stretch;margin:100px 0 40px 0}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="true"]:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' width='50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 25h50' stroke='%23363636' stroke-width='5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;margin-left:0}.term-sheet-qanda #accordion .ui-accordion-header[aria-expanded="false"]:after{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' height='50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 0v50M0 25h50' stroke='%23363636' stroke-width='5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;margin-left:0}.term-sheet-qanda #accordion .ui-accordion-header:hover::after{background-color:transparent}.term-sheet-qanda-image img{width:100%;height:100%;min-height:400px;border-radius:500px}.term-sheet-field-grid{display:flex;flex-direction:column;gap:20px}.term-sheet-form-section{padding:80px 26px}.term-sheet-form-card{width:min(934px,100%);padding:20px;border-radius:40px}.term-sheet-form-title{font-size:18px}.term-sheet-form-header{justify-content:space-between;margin-bottom:0}.term-sheet-pill,.term-sheet-message,.term-sheet-bullet-message{padding:8px 15px;font-size:14px;line-height:1.2}.term-sheet-field label,.term-sheet-label{font-size:14px;line-height:1.2}.term-sheet-field input[type="text"],.term-sheet-field input[type="email"]{height:57px;padding:0 20px;border:2.5px solid #eee;border-radius:20px;font-size:18px;line-height:1.2}.term-sheet-field{gap:18px}.term-sheet-fields{gap:26px}.term-sheet-advisor-select summary{height:57px;padding:0 8px 0 8px;border:2.5px solid #eee;border-radius:123px;color:#363636;font-size:18px;line-height:1.2}.term-sheet-advisor-select .term-sheet-advisor-option{font-size:18px;line-height:1.2}.term-sheet-advisor-summary-value .term-sheet-advisor-avatar,.term-sheet-advisor-avatar{width:40px;height:40px}.term-sheet-advisor-menu{gap:0;border-radius:56px;padding:10px}.term-sheet-advisor-select .term-sheet-advisor-option{padding:8px}.term-sheet-advisor-select .term-sheet-advisor-option{min-height:57px}.term-sheet-form-close{height:50px;width:50px}.term-sheet-form-close::before,.term-sheet-form-close::after{width:30px;height:2px}.term-sheet-upload-dropzone{gap:15px;min-height:205px;padding:23px;border-radius:80px}.term-sheet-upload-filename,.term-sheet-upload-percent,.term-sheet-upload-success-title,.term-sheet-upload-title{font-size:16px}.term-sheet-upload-meta{font-size:12px}.term-sheet-upload-success{gap:20px}.term-sheet-upload-idle{gap:10px}.term-sheet-upload-progress{gap:20px}.term-sheet-disclaimer-text{font-size:12px}.term-sheet-submit{min-height:60px;padding:18px 25px;border:0;border-radius:20px;width:100%;font-size:20px}.term-sheet-upload-icon{margin-bottom:16px}.term-sheet-form-block{gap:20px}.term-sheet-submit-wrapper{margin-top:14px}}