.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-0.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:.25rem}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.hbspt-form .submitted-message{padding:30px;width:100%;margin:0 auto;border:2px solid #e5e5e5;margin-bottom:50px}.hbspt-form .submitted-message p{text-align:center;margin-bottom:30px}.hbspt-form .submitted-message p:last-child{width:500px;margin:0 auto 30px}.hbspt-form .submitted-message p strong{font-size:24px}.hbspt-form form.hs-form{max-width:660px;margin:0 auto}.hbspt-form form.hs-form.form-columns-1{max-width:100%}.hbspt-form form.hs-form.form-columns-2{max-width:100%}.hbspt-form form.hs-form.form-columns-2 .hs_decision_maker label,.hbspt-form form.hs-form.form-columns-2 .hs_number_of_advisors label{font-size:10px}.hbspt-form form.hs-form.form-columns-2 .hs_jobtitle.field.hs-form-field .input,.hbspt-form form.hs-form.form-columns-2 .hs_company .input{width:98%}.hbspt-form form.hs-form .hs-form-field ul.hs-error-msgs{width:100%;list-style:none;padding-left:0;margin-top:-16px}.hbspt-form form.hs-form .hs-form-field ul.hs-error-msgs li label{color:red;font-weight:400}.hbspt-form form.hs-form .hs-form-field label{width:100%;font-size:16px;line-height:26px;margin-bottom:4px}.hbspt-form form.hs-form .hs-form-field label .hs-form-required{color:red;margin-left:10px}.hbspt-form form.hs-form .hs-form-field legend.hs-field-desc{font-size:12px;border-bottom:none;margin-top:-6px;margin-bottom:4px}.hbspt-form form.hs-form .hs-form-field div.input{width:100%;margin-bottom:14px}.hbspt-form form.hs-form .hs-form-field div.input input.hs-input[type=text],.hbspt-form form.hs-form .hs-form-field div.input input.hs-input[type=email],.hbspt-form form.hs-form .hs-form-field div.input input.hs-input[type=tel],.hbspt-form form.hs-form .hs-form-field div.input input.hs-input[type=number]{width:100%;border-radius:2px;box-shadow:inset 3px 4px 10px -2px #f3f3f3;padding:6px 10px;border:1px solid #cfcfcf}.hbspt-form form.hs-form .hs-form-field div.input input.hs-input.error{border:1px solid red;background-color:#ffe6e6}.hbspt-form form.hs-form .hs-form-field div.input select.hs-input{width:100%;border-radius:2px;box-shadow:inset 3px 4px 10px -2px #f3f3f3;background-color:#fff;color:#7d8f95;border:1px solid #cfcfcf;height:40px}.hbspt-form form.hs-form .hs-form-field div.input select.hs-input#liveplan_referral-cd4953eb-1be8-4609-b776-9981f8491b71{margin-bottom:40px}.hbspt-form form.hs-form .hs-form-field div.input select.hs-input:focus{border-radius:2px}.hbspt-form form.hs-form .hs-form-field div.input select.hs-input.error{border-color:red;background-color:#ffe6e6}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list{padding-left:0;list-style:none}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-radio span{margin-left:4px}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-checkbox{width:100%}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-checkbox label{width:100%;text-align:left;padding-right:0;font-weight:400;margin-bottom:0}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-checkbox label input.hs-input{margin-right:14px}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label{width:100%;text-align:left;padding-right:0;font-weight:400;margin-bottom:0}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label input.hs-input{margin-right:14px}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label[for^=text_message_checkbox_opt_in]{display:flex;font-size:14px !important;font-weight:400 !important}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label[for^=text_message_checkbox_opt_in] input[type=checkbox]{appearance:none;display:flex;place-content:center;align-items:center;width:16px;height:16px !important;border-radius:2px !important;font-size:2rem;margin-top:6px}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label[for^=text_message_checkbox_opt_in] input[type=checkbox]::before{content:"";position:relative;left:-1px;width:16px;height:16px;mask:url("https://icons.paloalto.com/b-general:check-1.svg") 0 0/16px 16px;background-color:#fff}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label[for^=text_message_checkbox_opt_in] input[type=checkbox]:checked{background-color:#008561;border:1px solid #008561 !important}.hbspt-form form.hs-form .hs-form-field div.input ul.inputs-list li.hs-form-booleancheckbox label[for^=text_message_checkbox_opt_in] input[type=checkbox]:hover{outline:1px solid #008561}.hbspt-form form.hs-form .hs-form-field div.input textarea{margin:0;width:99%;height:100px;border:1px solid #cfcfcf;background-image:none !important;border-radius:2px;box-shadow:inset 3px 4px 10px -2px #f3f3f3}.hbspt-form form.hs-form div.actions{margin:20px 0 30px}.hbspt-form form.hs-form div.actions input.hs-button{background-color:#008561;color:#fff;font-size:16px;font-weight:700;line-height:20px;padding:10px 16px;border-radius:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;display:block;margin:auto;border:unset}.hbspt-form form.hs-form div.actions input.hs-button:hover{background-color:#006f51;color:#fff}@media screen and (max-width: 575px){.hbspt-form form.hs-form div.actions input.hs-button{display:flex;justify-content:center}}.hbspt-form .legal-consent-container p{font-size:14px;font-weight:700;margin-bottom:0}.hbspt-form .legal-consent-container a{color:#008561;font-weight:700}@media screen and (max-width: 767px){form.hs-form .form-columns-2 .hs-form-field,form.hs-form .form-columns-3 .hs-form-field,.hs-form fieldset.form-columns-2 .hs-form-field{float:none;width:100% !important}#hubspot-form .hbspt-form .submitted-message,#hubspot-form .hbspt-form .submitted-message p:last-child{width:100%}#hubspot-form .hbspt-form form.hs-form fieldset .hs-form-field div.input ul.inputs-list li.hs-form-checkbox label input.hs-input{width:initial}.hbspt-form form.hs-form div.actions input.hs-button{width:100%}}#talking-head,.talking-head{background:linear-gradient(90deg, #596268 0%, #2E3539 100%);border-radius:15px;margin-top:50px;text-align:left;position:relative;overflow:hidden}#talking-head .talking-wrapper,.talking-head .talking-wrapper{padding:50px;color:#fff;text-decoration:none;display:block}#talking-head .talking-wrapper h3,#talking-head .talking-wrapper p,.talking-head .talking-wrapper h3,.talking-head .talking-wrapper p{text-align:inherit;color:inherit;max-width:720px;font-weight:600}#talking-head .talking-wrapper h3,.talking-head .talking-wrapper h3{font-size:32px;line-height:42px;margin:0 0 25px}#talking-head .talking-wrapper p,.talking-head .talking-wrapper p{line-height:30px;margin:0 0 30px !important}#talking-head .talking-wrapper .testimonial-img,.talking-head .talking-wrapper .testimonial-img{position:absolute;left:810px;bottom:0;margin:0;width:auto;max-width:unset;max-height:335px}#talking-head .talking-wrapper .btn,.talking-head .talking-wrapper .btn{background-color:#008561;color:#fff;font-size:16px;font-weight:700;line-height:20px;padding:10px 16px;border-radius:0;transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;height:unset}#talking-head .talking-wrapper .btn:hover,.talking-head .talking-wrapper .btn:hover{background-color:#006f51;color:#fff}@media screen and (max-width: 575px){#talking-head .talking-wrapper .btn,.talking-head .talking-wrapper .btn{display:flex;justify-content:center}}@media screen and (max-width: 1199px){#talking-head a h3,#talking-head a p,.talking-head a h3,.talking-head a p{max-width:500px}#talking-head a .testimonial-img,.talking-head a .testimonial-img{left:570px}}@media screen and (max-width: 991px){#talking-head a,.talking-head a{padding:40px}#talking-head a h3,#talking-head a p,.talking-head a h3,.talking-head a p{max-width:350px}#talking-head a h3,.talking-head a h3{font-size:28px;line-height:36px;margin-bottom:20px}#talking-head a .testimonial-img,.talking-head a .testimonial-img{left:410px}}@media screen and (max-width: 767px){#talking-head a,.talking-head a{padding:30px}#talking-head a h3,#talking-head a p,.talking-head a h3,.talking-head a p{max-width:275px}#talking-head a h3,.talking-head a h3{font-size:21px;line-height:26px}#talking-head a p,.talking-head a p{font-size:14px;line-height:24px}#talking-head a .testimonial-img,.talking-head a .testimonial-img{left:325px}#talking-head a .btn,.talking-head a .btn{font-size:16px;display:inline-block;max-width:none;width:auto;padding:0 22px}#talking-head a .btn span,.talking-head a .btn span{top:-1px}}@media screen and (max-width: 575px){#talking-head,.talking-head{margin:50px -15px;border-radius:0}#talking-head a,.talking-head a{padding:30px}#talking-head a p,.talking-head a p{max-width:55%}#talking-head a .testimonial-img,.talking-head a .testimonial-img{left:55%;max-height:270px}#talking-head a .btn,.talking-head a .btn{font-size:14px;padding:0 15px}}@media screen and (max-width: 400px){#talking-head a,.talking-head a{padding:20px}}section#liveplan-integration{text-align:center;padding-top:50px}section#liveplan-integration h2{padding-bottom:45px;font-weight:400;max-width:850px;margin:0 auto 50px;font-size:26px;line-height:35px}section#liveplan-integration .liveplan-feature{max-width:320px}section#liveplan-integration .liveplan-feature h3{font-size:18px;line-height:27px;margin:0 0 29px}section#liveplan-integration img{margin-bottom:30px}section#liveplan-integration p{font-size:16px;line-height:25px;margin-bottom:15px}section#liveplan-integration p:last-of-type{margin-bottom:0}section#liveplan-help{padding:60px 0;text-align:center}section#liveplan-help h2{font-weight:600;padding-bottom:29px;max-width:700px;margin:0 auto 50px}section#liveplan-help h2.no-border{padding:0;border:0;max-width:none}section#liveplan-help h3{line-height:40px;font-weight:600;margin-bottom:8px;text-align:left}section#liveplan-help p{line-height:32px;color:#3b4247;font-weight:400;text-align:left}section#liveplan-help img.partner-logo{margin:0 25px 50px;display:inline-block}section#liveplan-help #lh-logo-farm{text-align:center}section#liveplan-help #help-consultants{background-color:#fff;border-radius:8px;padding:56px;margin:0 auto 68px;max-width:1120px}section#liveplan-help #help-consultants h2{border:0;font-size:34px;line-height:42px;text-align:left;padding:0;margin:0 0 17px;max-width:400px}section#liveplan-help #help-consultants p{margin:0;font-size:26px;line-height:34px;max-width:450px}section#liveplan-help #help-consultants img{margin:0}section#liveplan-help .container{padding:0 15px}section#testimonial-section{scroll-margin-top:108px}section#testimonial-section h2{padding:0;border:0;margin-bottom:40px}section#testimonial-section p{text-align:left}section#testimonial-section .name{margin-bottom:0}section#testimonial-section .card-wrap{padding-top:20px}section#testimonial-section .card-img-top{position:absolute;top:-50px;left:50%;width:100px;height:100px;margin-left:-50px}section#testimonial-section .card{margin-top:50px;border-radius:4px;box-shadow:0 5px 16px rgba(46,53,57,.31)}section#testimonial-section .card .card-footer{padding-top:0;padding-bottom:1rem;background:rgba(0,0,0,0);border:0}section#testimonial-section .card p{margin:0}section#testimonial-section .card a{position:relative;right:0;bottom:0;display:block;float:right;color:#3faf3b;text-decoration:none}section#testimonial-section .personal-quotes .card{padding-top:50px}section.section-gray{background-color:#f1f1f1}section#lead-gen-form{scroll-margin-top:80px}.hbspt-form form.hs-form{max-width:846px}.hbspt-form form.hs-form fieldset{max-width:unset}.hbspt-form form.hs-form div.actions{text-align:center;margin-bottom:0}.hbspt-form form.hs-form div.actions input.hs-button{display:inline-block;background:none;border:0;height:50px;line-height:50px;font-size:18px;font-weight:600;color:#fff;padding:0 20px;transition:all .2s ease-out}.hbspt-form form.hs-form div.actions input.hs-button:hover,.hbspt-form form.hs-form div.actions input.hs-button:focus{background-color:#006f51;color:#fff;border:0}.hbspt-form form.hs-form .hs-form-field{padding:0 8px}@media screen and (max-width: 1199px){section#liveplan-integration h2{font-size:23px}}@media screen and (max-width: 991px){section#liveplan-integration p{font-size:16px;line-height:25px}section#liveplan-integration .liveplan-feature{margin:0 auto 50px;max-width:370px}section#liveplan-integration .liveplan-feature h3{font-size:18px;line-height:30px;margin-bottom:10px}section#liveplan-integration .liveplan-feature .col-lg-4:last-of-type .liveplan-feature{margin-bottom:0}section#liveplan-integration .liveplan-feature img{display:inline-block}section#liveplan-help{text-align:left}section#liveplan-help h3,section#liveplan-help p{text-align:inherit}section#liveplan-help .card a.middle{margin-top:20px}section#liveplan-help #help-consultants{text-align:center}section#liveplan-help #help-consultants h2,section#liveplan-help #help-consultants p{max-width:unset}section#liveplan-help #help-consultants h2{text-align:inherit}section#liveplan-help #help-consultants p{margin-bottom:30px}}@media screen and (max-width: 767px){section#testimonial-section .card a.middle{margin-top:0}section#liveplan-integration h2{font-size:18px;line-height:29px}section#liveplan-help{text-align:center}section#liveplan-help #help-consultants{padding:30px}section#liveplan-help #help-consultants h2{font-size:28px;line-height:37px}section#liveplan-help #help-consultants p{font-size:22px;line-height:32px}section#lead-gen-form h2{font-size:33px;line-height:40px}}@media(min-width: 576px)and (max-width: 767px){section#testimonial-section .card-img-top{top:50%;left:0;transform:translateY(-50%)}section#testimonial-section .card{padding-top:20px}section#testimonial-section .personal-quotes .card{padding-top:0;margin-top:0}section#testimonial-section .card-wrap{width:calc(100% - 50px);margin-left:50px}section#testimonial-section .card-wrap p{padding-left:50px}}@media screen and (max-width: 575px){section#liveplan-help h2 br{display:none}section#liveplan-help img.partner-logo{margin:0 15px 30px;max-height:70px;height:auto;max-width:100%}#talking-head a .testimonial-img{left:45%}}