#modal-container{position:fixed;display:table;height:100%;width:100%;top:0;left:0;transform:scale(0);z-index:999}#modal-container.animated{transform:scaleY(.01) scaleX(0);animation:unfoldIn 1s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.animated .modal-background .modal{transform:scale(0);animation:zoomIn .5s cubic-bezier(.165,.84,.44,1) .8s forwards}#modal-container.animated.out{transform:scale(1);animation:unfoldOut 1s cubic-bezier(.165,.84,.44,1) .3s forwards}#modal-container.animated.out .modal-background .modal{animation:zoomOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat{transform:scale(1)}#modal-container.flat .modal-background{background:hsla(0,0%,100%,.6);animation:fadeIn .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat .modal-background .modal{opacity:0;animation:scaleUp .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat+.content{animation:scaleBack .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out{animation:quickScaleDown .5s forwards}#modal-container.flat.out .modal-background{animation:fadeOut .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out .modal-background .modal{animation:scaleDown .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container.flat.out+.content{animation:scaleForward .5s cubic-bezier(.165,.84,.44,1) forwards}#modal-container .modal-background{text-align:center;display:table-cell;vertical-align:middle;background:rgba(42,40,34,.7)}#modal-container .modal-background .modal{text-align:left;min-width:340px;max-width:840px;position:relative;border-radius:20px;padding:32px 40px;display:inline-block;background:#fff;box-shadow:0 0 10px rgba(42,40,34,.24)}@media(max-width:769px){#modal-container .modal-background .modal{padding:32px 30px}}#modal-container .modal-background .modal .modal-header{font-weight:800;border-radius:8px;position:relative;letter-spacing:-.64px;font-family:Poppins,sans-serif;color:#285d45;font-size:24px;background:linear-gradient(90deg,purple,var(--bg-secondary-gradient) 45%,purple)}#modal-container .modal-background .modal .modal-header .close{top:-35px;right:-80px;color:#fff;cursor:pointer;position:absolute}@media(max-width:769px){#modal-container .modal-background .modal .modal-header .close{top:-20px;right:-14px;color:#2a2822}}#modal-container .modal-background .modal .modal-header .title{text-transform:uppercase}#modal-container .modal-background .modal .modal-content .calculator-form{width:840px;box-shadow:none;padding:0;margin-bottom:0;margin-top:0}@media(max-width:599px){#modal-container .modal-background .modal{width:90%;box-sizing:border-box}}@keyframes unfoldIn{0%{transform:scaleY(.005) scaleX(0)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes unfoldOut{0%{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(.005) scaleX(0)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes fadeIn{0%{background:transparent}to{background:rgba(0,0,0,.7)}}@keyframes fadeOut{0%{background:rgba(0,0,0,.7)}to{background:transparent}}@keyframes scaleUp{0%{transform:scale(.8) translateY(1000px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes scaleDown{0%{transform:scale(1) translateY(0);opacity:1}to{transform:scale(.8) translateY(1000px);opacity:0}}@keyframes scaleBack{0%{transform:scale(1)}to{transform:scale(.85)}}@keyframes scaleForward{0%{transform:scale(.85)}to{transform:scale(1)}}@keyframes quickScaleDown{0%{transform:scale(1)}99.9%{transform:scale(1)}to{transform:scale(0)}}.header{height:50px;padding:0 35px;margin:40px auto;max-width:1440px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1080px){.header{padding:0 15px}}@media(max-width:769px){.header{flex-wrap:nowrap;margin:30px auto 15px}.header-brand img{max-width:140px!important}}.header-nav{font-weight:700;font-size:14px;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.header-nav img{margin-right:10px}.header-nav ul{list-style:none;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.header-nav ul li{height:35px;display:block;margin:0 30px;position:relative;padding-left:25px;text-decoration:none;transition-duration:.5s;border-left:1.5px solid #c3c0bc}.header-nav ul li:first-child{padding-left:0}@media(max-width:769px){.header-nav ul li{margin:0 15px;padding-left:20px;border-left:1.5px solid #dbd9d5}}.header-nav ul li span{padding-top:5px;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}@media(max-width:769px){.header-nav ul li span{font-size:14px}}.header-nav ul li span .vue-feather{margin-left:8px}.header-nav ul li span .vue-feather svg{color:#fff;fill:#2a2822}.header-nav ul li span:hover{color:#87c43f}.header-nav ul li span:hover .vue-feather svg{fill:#87c43f}.header-nav ul li span .profileImage{margin-top:-3.5px}.header-nav ul li a{padding-top:5px;display:inline-block;text-decoration:none;color:#2a2822;font-size:16px}@media(max-width:769px){.header-nav ul li a{font-size:14px}}.header-nav ul li a:hover{color:#285d45}.header-nav ul li a:hover:after{border-top:8px solid #87c43f}.header-nav ul li a:after{content:"";height:0;width:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #000;right:-20px;top:15px;margin:auto;position:absolute;display:block;border-top-left-radius:2px;border-top-right-radius:2px}@media(max-width:769px){.header-nav ul li a:after{top:13px}}.header-nav ul li:first-child{margin:0;border-left:0 solid}.header-nav ul li:hover{cursor:pointer}.header-nav ul li ul{right:0;opacity:0;display:none;min-width:135px;position:absolute;background:#fff;visibility:hidden;border-radius:20px;transition:all .5s ease;padding:24px 24px 10px 24px;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.header-nav .dropdown li{margin-left:0;padding-left:0;border-left:0;color:#2a2822}.header-nav .dropdown li:hover{color:#285d45}.header-nav .dropdown li a{font-weight:700;line-height:20px;font-style:normal;text-decoration:none;color:#2a2822;font-family:Poppins,sans-serif;font-size:14px}.header-nav .dropdown li a:after{content:none}.header-nav .dropdown li:last-child{margin-bottom:0;border:0;padding-left:0}.header-nav ul li ul:hover,.header-nav ul li:hover>ul{opacity:1;z-index:10;display:block;visibility:visible}.header-nav ul li:hover a:after{border-top:8px solid #87c43f}.menuMo{color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:20px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMo .vue-feather{width:32px;margin-left:8px;color:#285d45}.menuMobile{top:0;right:0;bottom:0;width:100%;z-index:20;position:fixed;max-width:530px;box-sizing:border-box;background:#2a2822;padding:48px 25px 48px 75px;transition:all .3s;transform:translateX(100%)}.menuMobile-header{margin-bottom:60px;justify-content:space-between}.menuMobile-close,.menuMobile-header{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMobile-close{color:#fff;font-size:16px;font-style:normal;font-weight:700;line-height:20px;justify-content:flex-end}.menuMobile-close .vue-feather{width:32px;margin-left:10px}.menuMobile-item{display:block;color:#fff;font-weight:800;line-height:40px;padding-bottom:20px;margin-bottom:32px;text-decoration:none;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:24px;border-bottom:1px solid #524f49}.menuMobile-item:last-child{border:0;padding-bottom:0}.menuMobile.open{transform:translateX(0)}.menuMobile .lang{left:20px;right:20px;bottom:20px;padding-top:20px;position:absolute;border-top:1px solid #524f49;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.menuMobile .lang-item{width:50%;text-align:center;text-decoration:none;color:hsla(0,0%,100%,.8);font-size:16px}@media(max-width:769px){.menuMobile{padding-left:25px}}.overlay{top:0;left:0;right:0;bottom:0;opacity:.5;z-index:3;transition:all .3s;display:none;position:fixed;background-color:#2a2822}.overlay.open{display:block}.invert-color{filter:invert(1)}.toggle .switch{width:56px;height:24px;position:relative;display:inline-block}.toggle .switch input{opacity:0;width:0;height:0}.toggle .slider{top:0;left:0;right:0;bottom:0;cursor:pointer}.toggle .slider,.toggle .slider:before{transition:.4s;position:absolute;-webkit-transition:.4s}.toggle .slider:before{left:4px;bottom:4px;width:14px;content:"";height:14px;background-color:#67645f}.toggle input:checked+.slider:before{transform:translateX(30px);background-color:#87c43f}.toggle .slider.round{border-radius:34px;border:1px solid #2a2822}.toggle .slider.round:before{border-radius:50%}.footer{padding:50px 48px;background-color:#2a2822;display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:769px){.footer{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center;padding:50px 15px}}.footer-brand img{margin-right:15px}.footer-brand--title{line-height:1.1;color:#67645f;font-weight:800;max-width:640px;margin-top:20px;letter-spacing:-.96px;font-family:Poppins,sans-serif;font-size:48px}@media(max-width:769px){.footer-brand--title{font-size:40px}}.footer-brand .logoOve{margin-left:25px;margin-bottom:6px;padding-left:35px;padding-bottom:10px;border-left:1px solid #67645f}@media(max-width:769px){.footer-brand .logoOve{margin-left:15px;padding-left:15px;width:160px!important}}.footer-copy{color:#c3c0bc;font-size:14px}.footer-copy small{font-size:10px;position:absolute}.footer-copy--social{color:#93918c;font-weight:800;line-height:20px;font-style:normal;margin-bottom:20px;letter-spacing:-.32px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.footer-copy--social-text{width:60%}.footer-copy--social-network{width:25%;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.footer-copy--social-network a:last-child{margin-left:20px}.footer-copy--trendmark{padding:16px 0;font-size:14px;border-top:1px solid #524f49;border-bottom:1px solid #524f49}.footer-copy--legal{margin-top:20px}.footer-copy--legal a{display:block;color:#c3c0bc;text-decoration:none;margin-bottom:10px}.footer-copy--legal a:last-child{margin-bottom:0}.help-modal{width:100%!important;max-width:480px!important}.help-modal .calculator-form--title{margin-bottom:6px;font-size:48px}@media(max-width:991px){.help-modal .calculator-form--title{font-size:24px}.help-modal .calculator-form--desc{line-height:26px;font-size:16px}}.block{margin:40px 0;align-items:center;display:grid;grid-row-gap:0;grid-column-gap:26px;grid-template-columns:repeat(12,1fr)}.block-title{grid-column:span 5;font-weight:800;line-height:64px;font-style:normal;letter-spacing:-1.44px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:64px}@media(max-width:1080px){.block-title{font-size:48px;line-height:48px}}@media(max-width:1280px){.block-title{grid-column:span 6}}@media(max-width:991px){.block-title{grid-column:span 12}}@media(max-width:769px){.block-title{font-size:40px;line-height:40px}}.block-subtitle{grid-column:span 12;font-size:32px;font-weight:800;letter-spacing:-.64px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.block-message{padding:16px;max-width:560px;font-weight:700;margin:0 0 0 auto;grid-column:span 7;border-radius:16px;background:#87c43f;font-family:Poppins,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}@media(max-width:1280px){.block-message{grid-column:span 6}}.block-message--info{width:60%}.block-message--action{border:0;width:30%;cursor:pointer;max-width:210px;font-weight:700;padding:8px 12px;border-radius:22px;background:#fff;color:#097847;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;flex-direction:row}.block-message--action .vue-feather{font-size:20px;margin-left:8px}.block-message--action .vue-feather svg{stroke-width:3}.block-message.danger{font-weight:400;max-width:660px;background:#fff;font-family:Inter,sans-serif;border:2px solid red}.block-message.danger .block-message--info-title{font-weight:700;margin-bottom:6px;color:red;font-family:Poppins,sans-serif}.block-message.danger .block-message--action{width:33%;max-width:240px;background:#87c43f;color:#2a2822}.block-description{margin-top:16px;grid-column:span 9}.block-description p{font-weight:400;line-height:28px;font-size:20px}.pagination{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.pagination-page{margin:0 8px;cursor:pointer;color:#dbd9d5;font-weight:700;font-family:Poppins,sans-serif;font-size:16px}.pagination-page.active,.pagination-page:hover{font-weight:700;color:#285d45}.pagination .vue-feather{width:20px;cursor:pointer;color:#285d45}.pagination .vue-feather svg{stroke-width:3}.pagination .vue-feather.prevent{color:#dbd9d5;pointer-events:none}.accordion{grid-column:span 9}.accordion-title{font-weight:700;margin-top:45px;padding-top:30px;margin-bottom:28px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-title--number{width:80px;color:#93918c;font-weight:400;margin-left:20px;text-align:right;padding-right:16px;box-sizing:border-box;font-size:14px}.accordion-title:first-child{margin-top:0;padding-top:0;border-top:0}.accordion-subtitle{font-size:18px;font-weight:700;margin-bottom:40px;color:#2a2822;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-desc{line-height:1.4;margin-left:100px}.accordion-group{margin-bottom:30px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.accordion-group--number{width:80px;color:#93918c;margin-top:30px;margin-left:30px;text-align:right;padding-right:16px;box-sizing:border-box;font-size:14px}.accordion-next{margin-top:80px;justify-content:flex-end}.accordion-next,.accordion-next .btn{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-next .btn{font-size:16px;justify-content:space-between}.accordion-next .btn img{width:24px;height:24px;margin-right:20px}.accordion-next .btn .vue-feather{margin-left:10px}.accordion-tab{width:100%;padding:0 40px;position:relative;background:#fff;border-radius:20px;transition:all .35s;box-shadow:0 4px 46px 0 rgba(42,40,34,.14)}.accordion-tab:last-child{margin-bottom:0}.accordion-tab .chk-parent-tab{opacity:0;z-index:-1;position:absolute}.accordion-tab .chk-parent-tab:checked~.accordion-tab--content{padding-bottom:40px;transition:all .35s;display:block}.accordion-tab .chk-parent-tab:checked+.accordion-tab--label{margin-bottom:20px;padding-bottom:16px;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid #dbd9d5}.accordion-tab .chk-parent-tab:checked+.accordion-tab--label:after{transform:rotate(270deg)}.accordion-tab .chk-parent-tab:not(:checked)+.accordion-tab--label:hover:after{color:#87c43f;animation:bounce .5s infinite}.accordion-tab--label{cursor:pointer;font-weight:700;padding:32px 0;background:#fff;border-radius:20px;padding-right:25%;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.accordion-tab--label:after{width:1em;height:1em;content:"❯";text-align:center;transition:all .35s;transform:rotate(90deg);position:absolute;right:25px}.accordion-tab--content{transition:all .35s;display:none}.accordion-tab--content p{margin-bottom:15px}.accordion-tab--content p:last-child{margin-bottom:0}.accordion-tab--content .input-radio{margin:18px 0}.accordion-tab--content .input-radio:first-child{margin-top:30px}.accordion-tab--content-question{position:relative;margin-bottom:30px}.accordion-tab--content-question:last-child{margin-bottom:0}.accordion-tab--content-question .v-select,.accordion-tab--content-question input[type=text]{max-width:320px}.accordion-tab--content-question .grid{margin-bottom:20px}.accordion-tab--content-question .grid:last-child{margin-bottom:0}.accordion-tab--content-question .d-flex{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-tab--content-question .d-flex .trash-icon{width:20px;margin-left:20px}.accordion-tab--content-question .d-flex .trash-icon:hover{cursor:pointer;color:#87c43f}.accordion-tab--content-question.full-input .v-select,.accordion-tab--content-question.full-input input[type=text]{max-width:100%!important}.accordion-tab--box{padding:18px;position:relative;border-radius:8px;margin-bottom:32px;background:#f4f2ee;box-sizing:border-box}.accordion-tab--box .remove-item-button{right:15px}.accordion-tab--box-title{font-weight:700;margin-bottom:22px;font-family:Poppins,sans-serif}.accordion-tab--box-wrapper--item{position:relative;margin-bottom:25px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.accordion-tab--box-wrapper--item input[type=checkbox]{padding:0;height:auto;width:auto;margin-bottom:0;display:none;cursor:pointer}.accordion-tab--box-wrapper--item input[type=checkbox]:checked+label:after{content:"";display:block;position:absolute;top:4px;left:10px;width:6px;height:12px;flex-shrink:0;border:solid #87c43f;border-width:0 2px 2px 0;transform:rotate(45deg)}.accordion-tab--box-wrapper--item-info{cursor:pointer;position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.accordion-tab--box-wrapper--item-info--number{margin:0 15px;min-width:50px}.accordion-tab--box-wrapper--item-info:before{content:"";padding:11px;cursor:pointer;margin-right:5px;position:relative;border-radius:4px;display:inline-block;vertical-align:middle;-webkit-appearance:none;border:1px solid #67645f;background-color:transparent;width:4px;height:4px;flex-shrink:0}.accordion-tab--box-wrapper--item:last-child{margin-bottom:0}.accordion-tab--box .chk-parent-tab{z-index:1;opacity:1;width:auto;position:relative}.accordion-tab--box:last-child{margin-bottom:0}.accordion-tab .form-check label{text-transform:none}@keyframes bounce{25%{transform:rotate(90deg) translate(.25rem)}75%{transform:rotate(90deg) translate(-.25rem)}}.backdrop{left:0;right:0;background:#2a2822;z-index:9;opacity:.7;transition:all .4s}.backdrop,.slideModal{position:fixed;top:0;bottom:0}.slideModal{z-index:10;width:100%;right:-100%;padding:48px;max-width:480px;box-sizing:border-box;transition:all .5s;background:#d9d9d9}.slideModal-close{cursor:pointer;text-align:right}.slideModal-title{font-weight:700;line-height:28px;margin-bottom:10px;color:#2a2822;font-size:16px}.slideModal-content{font-weight:500;line-height:24px;color:#2a2822}.slideModal-content.html-content{height:85vh;overflow-x:auto}.slideModal-content.html-content h2{line-height:1.3;margin-bottom:14px}.slideModal-content.html-content p{margin-bottom:10px}.slideModal.open-modal{right:0}.slideModal.w-780{max-width:780px}.slideModal.w-780 .slideModal-title{font-weight:700}.dashboard-main{margin-bottom:100px;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}@media(max-width:1080px){.dashboard-main{grid-column-gap:20px}}.dashboard-main--content{grid-column:span 8}.dashboard-main--content .dashboard-main--title{padding-top:20px;border-top:1px solid #aba8a3}@media(max-width:1080px){.dashboard-main--content{grid-column:span 12}}.dashboard-main--sidebar{padding-top:20px;grid-column:span 4;border-top:1px solid #aba8a3}@media(max-width:1080px){.dashboard-main--sidebar{grid-column:span 12}}.dashboard-main--sidebar-item{cursor:pointer;padding-top:16px;margin-bottom:20px;text-decoration:none;border-top:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.dashboard-main--sidebar-item--icon{width:40px;color:#2a2822}.dashboard-main--sidebar-item--icon .vue-feather{width:28px}.dashboard-main--sidebar-item--title{width:90%;font-weight:700;padding-bottom:6px;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}.dashboard-main--sidebar-item--title .vue-feather{padding-left:16px;color:#285d45}.dashboard-main--sidebar-item:last-child{border-top:0}.dashboard-main--sidebar-item:hover .dashboard-main--sidebar-item--icon,.dashboard-main--sidebar-item:hover .dashboard-main--sidebar-item--title{color:#097847}.dashboard-main--sidebar .dashboard-main--title{margin-bottom:12px}.dashboard-main--sidebar .dashboard-main--title:nth-child(2){margin-top:24px}.dashboard-main--sidebar-resources{margin-top:40px;border-top:1px solid #aba8a3}.dashboard-main--sidebar-resources .dashboard-main--sidebar-item:last-child{border-top:1px solid #dbd9d5}.dashboard-main--sidebar-resources .dashboard-main--title{margin:24px 0}.dashboard-main--title{font-weight:800;line-height:20px;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px}.account{margin-bottom:120px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.account-item{width:49%}@media(max-width:991px){.account-item{width:100%;margin-bottom:25px}.account-item:last-child{margin-bottom:0}}.account-card{padding:24px;margin-bottom:24px;border-radius:20px;background:#fff}.account-card:last-child{margin-bottom:0}@media(max-width:769px){.account-card{padding:20px 16px}}.account-card--header{margin-bottom:20px;padding-bottom:16px;font-family:Poppins,sans-serif;border-bottom:1px solid #f4f2ee;justify-content:space-between}.account-card--header,.account-card--header-title{display:flex;align-items:center;flex-wrap:nowrap;flex-direction:row}.account-card--header-title{width:70%;justify-content:flex-start}.account-card--header-title--icon{margin-right:20px}.account-card--header-title--text{font-weight:800;line-height:20px;padding-bottom:6px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-size:16px}.account-card--header-wrap{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row;width:60%}@media(max-width:991px){.account-card--header-wrap{width:100%}}.account-card--header-wrap .account-card--header-edit{margin-left:15px}@media(max-width:769px){.account-card--header-wrap .account-card--header-edit{width:auto}}.account-card--header-edit{cursor:pointer;font-weight:700;text-decoration:none;color:#285d45;font-size:14px}@media(max-width:769px){.account-card--header-edit{width:50%;text-align:right}}.account-card--header.notContent{margin-bottom:0;border-bottom:0;padding-bottom:0}.account-card--content-item{margin-bottom:14px;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.account-card--content-item--title{width:30%;font-weight:700;text-transform:capitalize;font-family:Poppins,sans-serif}@media(max-width:769px){.account-card--content-item--title{width:100%;margin-bottom:6px}}.account-card--content-item--text{width:68%}@media(max-width:769px){.account-card--content-item--text{width:100%}}.account-manage{margin-bottom:120px;display:grid;grid-row-gap:0;grid-column-gap:40px;grid-template-columns:repeat(12,1fr)}@media(max-width:769px){.account-manage{margin-bottom:60px;grid-column-gap:30px}}.account-manage--form{padding:30px 0;margin-bottom:40px;grid-column:span 12;border-top:1px solid #c3c0bc;border-bottom:1px solid #c3c0bc}.account-manage--form-content{margin-top:25px;display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(5%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:1080px){.account-manage--form-content{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center}}@media(max-width:769px){.account-manage--form-content{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}.account-manage--form-content--item:nth-child(3),.account-manage--form-content--item:nth-child(5){grid-column:span 2}@media(max-width:1080px){.account-manage--form-content--item:nth-child(3),.account-manage--form-content--item:nth-child(5){grid-column:span 1}}.account-manage--form-content--item:last-child{max-width:135px;margin:0 0 0 auto}.account-manage--form-content--item:last-child .btn-primary{font-size:14px}.account-manage--form-content input::-moz-placeholder{color:#aba8a3}.account-manage--form-content input::placeholder{color:#aba8a3}.account-manage--form-content .v-select{background:#fff}.account-manage--form-content .v-select .vs__search{margin-top:-1px;color:#aba8a3}.account-manage--members{grid-column:span 8}@media(max-width:1080px){.account-manage--members{margin-bottom:25px;grid-column:span 12}}.account-manage--members table th{color:#93918c;font-weight:500;padding-bottom:10px;font-family:Inter,sans-serif;font-size:14px}.account-manage--members table th span{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.account-manage--members table th span .vue-feather{cursor:pointer;margin-left:10px}.account-manage--members table th span .vue-feather svg{color:#fff;fill:#2a2822}.account-manage--members table tbody td .pilled{margin-right:10px}.account-manage--members table tbody td .pilled:last-child{margin-right:0}.account-manage--members table tbody td:first-child{font-weight:700}.account-manage--members table tbody td.actions .vue-feather{cursor:pointer;margin-right:15px}.account-manage--members table tbody td.actions .vue-feather:last-child{margin-right:0}.account-manage--licenses{grid-column:span 4}@media(max-width:1080px){.account-manage--licenses{grid-column:span 12}}.account-manage--licenses .account-manage--title{padding-bottom:16px;border-bottom:1px solid #c3c0bc}.account-manage--title{font-weight:700;line-height:24px;margin-bottom:10px;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}.account-outside--title{font-weight:800;line-height:48px;letter-spacing:-.96px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}@media(max-width:769px){.account-outside--title{padding-right:10px;font-size:40px;line-height:40px}}.account-outside--desc{margin-top:20px;font-weight:500;line-height:24px;font-family:Inter,sans-serif;color:#2a2822;font-size:16px}.account-outside--form{top:0;width:50%;padding:40px;position:sticky;border-radius:20px;box-sizing:border-box}@media(max-width:1080px){.account-outside--form{padding:40px 20px}}@media(max-width:991px){.account-outside--form{width:100%;margin-top:60px}}@media(max-width:769px){.account-outside--form{padding:0 0}}.account-outside--form-content{padding:40px 64px;border-radius:20px;background:#fff;box-shadow:0 4px 38px 0 rgba(42,40,34,.24)}@media(max-width:1080px){.account-outside--form-content{padding:40px;box-shadow:0 4px 20px 0 rgba(42,40,34,.24)}}@media(max-width:769px){.account-outside--form-content{padding:30px 20px;box-shadow:none}}.account-outside--form.modal-form{max-height:inherit}@media(max-width:769px){.account-outside--form.modal-form{margin-top:30px!important}}.account-outside--form-message{color:#aba8a3}.account-outside--form-powered{margin-top:40px;color:#aba8a3;font-size:12px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-powered img{margin-left:8px}.account-outside--form-footer{margin-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-footer--item{font-weight:500;line-height:22px;font-size:14px}.account-outside--form-footer--item span{margin-right:8px;color:red;font-size:16px}.account-outside--form-footer--item a{font-weight:700;line-height:20px;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--form-footer--item a .vue-feather{margin-left:10px}.account-outside--form-footer--item a:hover{color:#87c43f}.account-outside--form-footer.flex-end{justify-content:flex-end}.account-outside--info{width:50%}@media(max-width:991px){.account-outside--info{width:100%}}.account-outside--info-price{padding:20px 0;border-bottom:1px solid #c3c0bc}@media(max-width:769px){.account-outside--info-price{padding-top:0}}.account-outside--info-price-cost{margin-top:10px;font-weight:800;line-height:48px;color:#87c43f;letter-spacing:-.96px;font-family:Poppins,sans-serif;font-size:48px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.account-outside--info-price-cost span{margin-left:8px;font-weight:500;color:#285d45;font-family:Inter,sans-serif;font-size:24px}.account-outside--summary{-moz-column-count:2;column-count:2;-moz-column-gap:30px;column-gap:30px;margin-top:20px;padding-top:20px;border-top:1px solid #c3c0bc}@media(max-width:1080px){.account-outside--summary{-moz-column-count:1;column-count:1}}@media(max-width:991px){.account-outside--summary{-moz-column-count:2;column-count:2}}@media(max-width:769px){.account-outside--summary{-moz-column-count:1;column-count:1}}.account-outside--summary-item{line-height:22px;margin-bottom:15px;padding-right:25px;padding-bottom:20px;font-size:14px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.account-outside--summary-item--icon{margin-right:10px}.account-outside--summary-item--icon .vue-feather{color:#87c43f}.account-outside--summary h4{font-weight:800;line-height:24px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}.account.outside{width:90%;margin:40px auto 120px}@media(max-width:1340px){.account.outside{width:100%}}@media(max-width:769px){.account.outside{margin-top:0}}.account.outside .breadcrumb{margin-top:40px}#card-wrapper{position:absolute;top:110px;left:61%}#card-wrapper .jp-card-front{background:#2a2822}.manage-page .breadcrumb{border-bottom:0!important;margin-bottom:0!important;padding-bottom:20px!important}.manage-page .block{margin-top:0!important;margin-bottom:28px!important}.manage-page .block-title{grid-column:span 6}@media(max-width:991px){.manage-page .block-title{grid-column:span 12}}.reports{padding:0 40px}.reports-insights{margin-top:35px;margin-bottom:48px;padding:0 0 24px 0;border-bottom:1px solid #c3c0bc}.reports-insights--title{font-weight:800;line-height:28px;margin-bottom:16px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}.reports-insights--content{-moz-column-count:2;column-count:2;font-weight:500;padding:15px 0;line-height:24px;color:#285d45;font-size:16px}.reports-insights--content strong{letter-spacing:-.32px;text-transform:uppercase;font-family:Poppins,sans-serif;font-weight:800!important}.reports-insights strong{font-weight:600;margin-bottom:10px;display:inline-block}.reports-filters{padding:0 40px;margin:35px 0 0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-filters--range{max-width:320px}.reports-filters .btn{font-size:14px}.reports-filters--content{font-size:16px}.reports-boxes{display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.reports-boxes-box{padding:25px;text-align:center;background:#fff;border-radius:20px}.reports-boxes-box--title{font-weight:800;line-height:20px;margin-bottom:16px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:16px}.reports-boxes-box--title .vue-feather{width:19px;cursor:pointer;margin-left:8px}.reports-boxes-box--title .vue-feather svg{color:#fff;fill:#285d45}.reports-boxes-box--count{font-weight:800;line-height:48px;color:#87c43f;letter-spacing:-.96px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}.reports-boxes-box--count.red{color:#f05d23}.reports-boxes-box--type{text-align:left;font-weight:700;margin-left:12px;color:#097847;font-size:14px}.reports-boxes-box--footer{color:#7d7a75;font-weight:700;margin-top:20px;padding-top:15px;border-top:1px solid #dbd9d5}.reports-boxes-box--footer-count{margin:0 5px 0 25px}.reports-boxes-box--footer-type{font-weight:500}.reports-title{margin-bottom:26px;color:#285d45;font-size:24px;font-style:normal;font-weight:800;letter-spacing:-.48px;text-transform:uppercase}.reports-table{padding:0 40px}.reports-table--title{font-weight:800;margin-bottom:10px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:24px}.reports-table .center{text-align:center}.reports-table .th,.reports-table th{font-weight:500;color:#2a2822;font-size:12px}.reports-table .th:first-child,.reports-table th:first-child{width:170px;font-weight:800;color:#285d45;font-size:16px}.reports-table .th{font-size:14px}.reports-table tr{border-bottom:1px solid #c3c0bc}.reports-table td{height:40px;border:0}.reports-table td:first-child{padding-right:30px}.reports-table td:last-child{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-table.f14{font-size:14px}.reports-table.f14 td,.reports-table.f14 th{padding:10px 6px;text-transform:capitalize}.reports-table .row-sticky{top:0;position:sticky;background:#f4f2ee;box-shadow:0 2px 6px -4px #aba8a3}.reports-subTitle{font-weight:800;line-height:28px;margin:80px 0 32px 0;letter-spacing:-.48px;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.reports-btnInsights{text-align:right;margin-bottom:48px}.reports-btnInsights .btn{color:#fff;font-size:16px;background:#097847}.reports-btnInsights .btn:hover{color:#097847}.reports-compared--charts{padding-top:50px;margin-bottom:65px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.reports-compared--charts-item{width:255px;height:255px;margin:0 40px 0 25px}.reports-compared--charts-item--title{margin-top:20px;font-weight:800;text-align:center;color:#285d45}.lineChart{margin:70px auto 40px}.chartPie{margin:70px auto;padding:0 40px;display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}.chartPie-detail{padding-left:10px}.chartPie-detail--title{margin-bottom:20px;color:#285d45;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:800;letter-spacing:-.48px;text-transform:uppercase}.chartPie-detail--item{padding:20px 0;border-top:1px solid #c3c0bc;color:#2a2822;font-size:16px;font-style:normal;font-weight:500;line-height:24px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.chartPie-detail--item-point{width:24px;height:24px;border-radius:4px;margin-right:10px;background-color:#097847}.chartPie-detail--item:nth-child(3) .chartPie-detail--item-point{background-color:#87c43f}.chartPie-detail--item:nth-child(4) .chartPie-detail--item-point{background-color:#c1db98}.chartPie-detail--item:nth-child(5) .chartPie-detail--item-point{background-color:#285d45}.chartPie-detail--item:nth-child(6) .chartPie-detail--item-point{background-color:#fd7a51}.chartPie-detail--item strong{margin-right:10px}.chartPie.inverse .chartPie-detail{order:1}.report-page-title{padding-top:40px;padding-bottom:20px!important}.report-page--content{width:210mm;box-sizing:border-box;padding:0;margin:0 auto;background:#fff}.report-table{padding:20px auto}.none-flex{display:block!important}.front-page{page-break-before:always}.gri-content-index .report-page-title{padding-top:0;font-weight:700;color:#285d45;font-family:Poppins,sans-serif}.gri-content-index .report-page-subtitle{padding-top:0;font-weight:700;margin-top:0;margin-bottom:10px;color:#2a2822;font-family:Poppins,sans-serif}.gri-content-index .report-page-desc{padding-top:0;margin-top:0;margin-bottom:45px;color:#2a2822}.gri-content-index table tr{border-bottom:1px solid #dbd9d5}.gri-content-index table tr th{font-weight:700;color:#2a2822}.gri-content-index table tr th:first-child{min-width:60px}.gri-content-index table tr th:nth-child(3){width:380px}.gri-content-index table tr td{border-bottom:0;color:#2a2822;font-size:14px}.gri-content-index table tr td.topic-table{min-height:25px;font-weight:700;padding-left:10px;padding-right:10px;background-color:#f4f2ee;font-family:Poppins,sans-serif}.gri-content-index table tr td a{text-decoration:none;color:#2a2822}.gri-content-index table tr td.ommited .bold{font-weight:700;margin-bottom:10px}.gri-content-index table tr td.ommited p{font-size:13px;line-height:19px}.gri-content-index table tr td.bold{font-weight:700}.gri-content-index p{color:#2a2822;font-size:14px}.report-page--content table tr{border-bottom:1px solid #c3c0bc}.report-page--content table td{border-bottom:0}.report-page--content .accordion-tab--box{margin-bottom:0;padding-bottom:14px}.table-report tr td:last-child{display:block}.table-report .text-center{text-align:center}.table-report .expand{text-align:right}.table-report .expand .vue-feather{width:18px;color:#c3c0bc}.table-report--subtitle{font-weight:700}.table-report th{border-color:#dbd9d5}.table-report td{border-bottom:0;border-top:1px solid #dbd9d5}.title-sec{padding:40px 40px 0!important}.title-sec h2{color:#097847!important}.context-index-table{margin-top:28px}.context-index-table td,.context-index-table th{padding:10px 6px;font-size:13px!important}.context-index-table tr th{color:#93918c!important;font-weight:500!important}.context-index-table tr th:nth-child(3){width:auto!important}.context-index-table tr th.w380{width:380px!important}.context-index-table tr td:first-child{border-bottom:1px solid #fff}.context-index-table tr td:first-child.border-bottom{border-color:#dbd9d5;font-weight:600}.report-materials{padding-top:90px!important;flex-direction:column!important}.report-materials .report-page-title{margin-bottom:45px}.report-materials .report-topic-name{width:100%;font-weight:500;margin-bottom:20px;align-self:flex-start;font-size:20px}.inventories .block{margin-top:0}.inventories .block-subtitle{font-size:32px}.inventories .breadcrumb{margin-bottom:0;border-bottom:0}.inventories-head{font-weight:700;margin-bottom:24px;justify-content:space-between}.inventories-head,.inventories-head--title{display:flex;align-items:center;flex-wrap:wrap;flex-direction:row}.inventories-head--title{color:#2a2822;text-transform:capitalize;font-size:16px;justify-content:flex-start}.inventories-head--title img{margin-right:10px}.inventories-head--action{cursor:pointer;text-transform:capitalize;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.inventories-head--action .vue-feather{margin-left:8px;color:#87c43f}.inventories-head--action .vue-feather svg{stroke-width:3}.inventories-items .inventory-button{margin-bottom:24px;text-decoration:none}.inventories-items .inventory-button:last-child{margin-bottom:0}.inventory-welcome{width:670px;margin:48px auto}.inventory-welcome .block-description,.inventory-welcome .block-title{grid-column:span 12}.inventory-welcome .btn svg{stroke-width:3;margin-left:8px}.inventory-create--title{font-weight:700;margin-bottom:32px;font-size:20px}.inventory-form--item{margin-bottom:30px}.inventory-form--item label{display:block;font-weight:500;margin-bottom:10px}.inventory-form--item small{display:block;font-weight:500;line-height:22px;margin-bottom:12px;font-size:14px}.inventory-form--item:last-child{margin-bottom:0}.inventory-form .btn{width:100%;font-size:16px}.inventory-form--wrapper{margin-top:35px;display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(20%,1fr));grid-template-rows:auto;justify-content:center;grid-row-gap:10px}.inventory-form--wrapper .inventory-form--item{margin-bottom:0}.inventory-disclaimer{font-weight:500;line-height:24px;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;flex-direction:row}.inventory-disclaimer--icon{width:70px}.inventory-disclaimer .vue-feather{width:28px;margin-right:16px;color:#87c43f}.inventory-button{padding:24px;cursor:pointer;border-radius:20px;background:#fff;text-decoration:none;box-shadow:0 0 24px 0 rgba(42,40,34,.16);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}.inventory-button--name{font-weight:700;color:#2a2822}.inventory-button--arrow{color:#285d45}.inventory-settings{padding:40px;border-radius:20px;background:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.inventory-settings .inventory-records{padding-top:0;border-top:0}.inventory-settings table tr th{color:#93918c;font-weight:500;font-family:Inter,sans-serif;font-size:14px}.inventory-settings table tr td{border-bottom:0}.inventory-settings table tr td.title{font-weight:700}.inventory-settings table tr td.addSource{cursor:pointer;font-weight:700;color:#285d45;font-size:14px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}.inventory-settings table tr td.addSource .vue-feather{margin-left:8px}.inventory-settings table tr td.addSource .vue-feather svg{stroke-width:4}.inventory-settings table tr td.addSource:hover{color:#87c43f}.inventory-settings table tr td.actions{cursor:pointer;margin-top:10px}.inventory-settings table tr td:first-child{min-width:340px}.inventory-settings table tr td .v-select{margin:0 20px 0 0;min-width:140px}.inventory-settings table tr td .v-select .vs__dropdown-toggle{border:0}.inventory-records{margin-top:48px;padding-top:32px;border-top:1px solid #c3c0bc}.inventory-records--title{font-weight:800;line-height:28px;margin-bottom:24px;letter-spacing:-.48px;color:#285d45;font-family:Poppins,sans-serif;font-size:24px}.inventory-records table thead tr{border-bottom:1px solid #c3c0bc}.inventory-records table thead tr th{font-weight:500;border-bottom:0;font-family:Inter,sans-serif;font-size:14px}.inventory-records table thead tr th.text-center{text-align:center;justify-content:center}.inventory-records table tbody tr{border-bottom:1px solid #dbd9d5}.inventory-records table tbody tr td{font-weight:500;border-bottom:0;font-family:Inter,sans-serif;font-size:16px}.inventory-records table tbody tr td.text-center{text-align:center;justify-content:center}.inventory-records table tbody tr:last-child{border-bottom:0}.inventory-report{margin:48px 0}.inventory-report .block-title{font-size:40px;font-weight:800;line-height:40px;letter-spacing:-.8px;text-transform:uppercase}.inventory-report .block-description{padding-right:60px;grid-column:span 12;padding-bottom:32px;border-bottom:1px solid #c3c0bc}.inventory-report .block-description p{font-weight:500;line-height:24px;color:#2a2822;font-size:16px}.inventory-report--content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}.inventory-report--content-sidebar{top:20px;width:23%;padding:24px;position:sticky;border-radius:16px;background:#dbd9d5;box-sizing:border-box}.inventory-report--content-sidebar--title{font-weight:500;margin-bottom:16px;font-size:16px}.inventory-report--content-sidebar .hr{border-color:#c3c0bc!important}.inventory-report--content-sidebar .vs__dropdown-toggle{border:0}.inventory-report--content-data{width:72%}.inventory-report--compare{padding:0 40px;margin-top:48px}.inventory-report--compare table th{font-weight:500;color:#2a2822;font-size:14px}.gri-head{top:12px;right:30px;position:absolute}.gri-head .btn{padding:10px 50px}.gri-welcome{max-width:810px}.gri-welcome--title{font-weight:800;letter-spacing:-1.44px;color:#285d45;font-size:64px}.gri-welcome--subtitle,.gri-welcome--title{text-transform:uppercase;font-family:Poppins,sans-serif}.gri-welcome--subtitle{font-weight:700;color:#2a2822;font-size:20px}.gri-welcome--content{margin-top:20px;position:relative}.gri-welcome--content p{line-height:1.4;margin-bottom:16px;font-size:20px}.gri-welcome button{border:0;cursor:pointer;font-weight:700;padding:8px 20px;border-radius:22px;margin:0 0 0 auto;background:#87c43f;color:#2a2822;font-size:16px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}.gri-welcome button .vue-feather{margin-left:10px}.gri-welcome--footer{margin-top:65px}.gri-welcome--footer-item{line-height:1.4;margin-bottom:24px;color:#2a2822;font-size:14px}.gri-welcome--footer-item:first-child{padding-bottom:24px;border-bottom:1px solid #c3c0bc}.gri-welcome--footer-branding{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.gri-welcome--footer-branding img{margin-right:24px}.gri-welcome--footer-branding img:last-child{margin-right:0}.gri-content{grid-column:span 9}.reportSetup{padding-bottom:20px;border-bottom:1px solid #c3c0bc}.reportSetup p{margin-bottom:20px}.grid{position:relative}.grid .accordion-tab--content-question{margin-bottom:0!important}.grid .accordion-tab--content-question.mb-20{margin-bottom:20px!important}.grid-5{display:grid;grid-row-gap:0;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(14%,1fr));grid-template-rows:auto;justify-content:center}.grid-4{grid-template-columns:repeat(auto-fit,minmax(20%,1fr))}.grid-3,.grid-4{display:grid;grid-row-gap:18px;grid-column-gap:30px;grid-template-rows:auto;justify-content:center}.grid-3{grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}.grid-2{display:grid;grid-row-gap:0;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(45%,1fr));grid-template-rows:auto;justify-content:center}:root{--easy-table-border:0px solid red!important}body{padding:0;overflow-x:hidden;background:#f4f2ee;font-family:Inter,sans-serif}body,body p{margin:0;font-size:16px}body p{font-weight:500;line-height:24px;color:#2a2822}body .app-content{margin:0 auto;padding:0 35px;max-width:1440px}@media(max-width:1080px){body .app-content{padding:0 15px}}body h1,body h2,body h3{margin:0;padding:0}body .product-feature{z-index:-1;top:-112px;right:-40px;position:absolute}body .text-black{color:#2a2822!important}body .textarea{width:100%}body .pilled{padding:4px 8px;border-radius:4px;background:#dbd9d5;font-size:14px}body .modal-form{max-height:75vh;overflow-x:auto;margin-top:0!important}@media(max-width:769px){body .modal-form{max-height:90vh}}body .modal-form--title{font-weight:800;line-height:20px;margin-bottom:28px;padding-bottom:14px;letter-spacing:-.32px;color:#285d45;text-transform:uppercase;font-size:16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .modal-form--title-icon{margin-right:10px}body .modal-form--input{position:relative;margin-bottom:18px}body .modal-form--input-label{display:block;font-weight:700;line-height:20px;margin-bottom:12px;font-family:Poppins,sans-serif;font-size:14px}body .modal-form--input:last-child{margin-bottom:0}body .modal-form--input.group{margin-bottom:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}body .modal-form--input td{font-size:14px}body .modal-form--message{font-weight:500;line-height:22px;margin-bottom:35px;font-size:14px}body .modal-form .showPwd{top:41px;width:20px;right:16px;color:#aba8a3;cursor:pointer;position:absolute}body .modal-form.calculator-form{border-radius:0}@media(max-width:769px){body .modal-form.calculator-form{width:100%!important}}body .modal-form .calculator-form--button .btn-primary,body .modal-form .calculator-form--button span{font-size:14px}body .modal-form.max480{max-width:480px}body .modal-form .asGroup{display:grid;grid-row-gap:20px;grid-column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(25%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:769px){body .modal-form .asGroup{margin-bottom:20px;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}body .modal-form .calculator-btnUpload{margin-top:0;font-size:12px}body .rounded-100{border-radius:100%}body .cover{-o-object-fit:cover;object-fit:cover}body .contain{-o-object-fit:contain;object-fit:contain}body .pt-30{padding-top:30px}body .mt-40{margin-top:40px}body .w-100{width:100%}body .hr-top{margin-top:30px;padding-top:25px;border-top:1px solid #dbd9d5}body .calculator{width:100%;position:relative;margin-bottom:60px;display:grid;grid-row-gap:26px;grid-column-gap:26px;grid-template-columns:repeat(12,1fr)}body .calculator-sidebar{padding:5px 0;grid-column:span 3;box-sizing:border-box}body .calculator-sidebar--header{margin-bottom:32px;padding-bottom:28px;border-bottom:1px solid #c3c0bc;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--header-info--title{font-weight:700;color:#2a2822;font-family:Poppins,sans-serif;font-size:20px}body .calculator-sidebar--header-info--date{margin:4px 0;font-weight:700;font-size:16px}body .calculator-sidebar--header-info--type{font-weight:500;font-size:14px}body .calculator-sidebar--header-action{cursor:pointer;font-weight:700;text-decoration:underline;font-size:14px}body .calculator-sidebar--content{top:90px;position:sticky}body .calculator-sidebar--content-group{margin-bottom:24px;padding-bottom:10px;border-bottom:1px solid #c3c0bc}body .calculator-sidebar--content-group:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}body .calculator-sidebar--changeInv{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #c3c0bc}body .calculator-sidebar--changeInv .vs__dropdown-toggle{border:0}body .calculator-sidebar--changeInv .vs__selected{font-weight:700}body .calculator-sidebar--item{font-weight:700;line-height:20px;font-style:normal;padding:4px 20px;margin-bottom:20px;text-decoration:none;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-sidebar--item-icon{width:35px;height:35px;margin-right:16px}body .calculator-sidebar--item-icon img{-o-object-fit:cover;object-fit:cover}body .calculator-sidebar--item.router-link-exact-active,body .calculator-sidebar--item:hover{border-radius:20px;background:#87c43f}body .calculator-sidebar--item-number{width:24px;height:24px;margin-right:16px;border-radius:100%;border:2px solid #2a2822;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-content{padding:0 5%;grid-column:span 9}body .calculator-content--title{padding:0;font-weight:800;line-height:40px;font-style:normal;margin-bottom:16px;letter-spacing:-.96px;text-transform:uppercase;color:#285d45;font-family:Poppins,sans-serif;font-size:40px}body .calculator-content--description{padding:0;font-weight:500;line-height:22px;font-family:Inter,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;flex-direction:row}body .calculator-content--description-info{width:75%;padding-right:25px;border-right:1px solid #c3c0bc}body .calculator-content--description-methodology{width:26%;text-align:right}body .calculator-content--description-methodology span{padding:4px 8px;margin-right:14px;border-radius:4px;background:#dbd9d5;font-family:Inter,sans-serif;color:#2a2822;font-size:14px}body .calculator-content--description-methodology span:last-child{margin-right:0}body .calculator-content--tabs{padding:0;margin-bottom:24px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-content--tabs-item{cursor:pointer;margin-top:10px;font-weight:700;font-style:normal;margin-right:32px;padding-bottom:4px;font-family:Poppins,sans-serif;font-size:14px;border-bottom:3px solid transparent}body .calculator-content--tabs-item.active,body .calculator-content--tabs-item:hover{border-color:#87c43f}body .calculator-form{margin:32px 0;border-radius:20px;background:#fff;padding:32px 40px 20px 40px;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .calculator-form--title{font-weight:700;font-style:normal;margin-bottom:24px;padding-bottom:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;border-bottom:1px solid #c3c0bc}body .calculator-form--desc{color:#3d3b35;font-weight:500;line-height:32px;margin-bottom:32px;font-size:20px}body .calculator-form--label{font-weight:500;line-height:22px;margin-bottom:10px;font-family:Inter,sans-serif;color:#2a2822;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--label .vue-feather{width:19px;cursor:pointer;margin-left:10px}body .calculator-form--label .vue-feather svg{color:#fff;fill:#285d45}body .calculator-form--row{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--row-group{width:30%;position:relative;margin-right:28px;margin-bottom:20px}body .calculator-form--row-group span{font-weight:500;margin-left:10px;color:#2a2822}body .calculator-form--row-group .mark{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .calculator-form--row-group .mark span{right:10px;width:48px;color:#c3c0bc;position:absolute;text-align:center;border-radius:10px;background-color:#fff}body .calculator-form--row-group:last-child{margin-right:0}body .calculator-form--row-group.error .calculator-form--label{color:red}body .calculator-form--row-group.w-50{width:63%;margin-right:0}body .calculator-form--row-group.w-100{width:96%;margin-right:0}body .calculator-form--button{margin-top:25px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-form--button .btn-primary{margin-left:32px}body .calculator-form--button span{margin-left:32px;cursor:pointer;font-style:normal;font-weight:700;line-height:20px;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px}body .calculator-form--button span:first-child{padding-right:25px;border-right:1.5px solid #dbd9d5}body .calculator-logs{padding:0 40px;margin-top:64px}body .calculator-logs--content-actions .vue-feather{color:#285d45}body .calculator-logs--content-actions .vue-feather:hover{color:#87c43f}body .calculator-logs--content-footer{margin:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-logs--content-footer--download span{cursor:pointer;font-weight:700;line-height:20px;font-style:normal;color:#285d45;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-logs--content-footer--download span .vue-feather{margin-left:8px}body .calculator-logs--content-footer--download span:hover{color:#87c43f}body .calculator-footnote{margin-top:32px;padding:0 40px;color:#2a2822;font-size:14px;font-style:normal;font-weight:500;line-height:22px}body .calculator-files{margin:10px 0 20px 0}body .calculator-files--title{font-weight:700;line-height:20px;font-style:normal;margin-bottom:16px;color:#285d45;font-family:Poppins,sans-serif;font-size:16px}body .calculator-files--content{overflow-x:auto;max-height:260px}body .calculator-files--content-item{padding:8px 20px;margin-bottom:12px;border-radius:22px;background:#f4f2ee;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-files--content-item a{cursor:pointer;font-weight:500;line-height:24px;font-style:normal;text-decoration:none;font-family:Inter,sans-serif;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-files--content-item a .vue-feather{margin-right:8px;color:#285d45}body .calculator-files--content-item-delete{cursor:pointer}body .calculator-files--content-item-delete:hover{color:#285d45}body .calculator-files--content-item:last-child{margin-bottom:0}body .calculator-btnUpload{cursor:pointer;margin-top:20px;font-weight:700;padding:8px 20px;line-height:20px;font-style:normal;border-radius:22px;display:inline-block;color:#097847;background-color:#f4f2ee;font-family:Poppins,sans-serif;font-size:16px}body .calculator-btnUpload span{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .calculator-btnUpload .vue-feather{margin-left:15px;color:#87c43f;transform:rotate(-180deg)}body .btn-primary{border:0;cursor:pointer;display:block;font-weight:700;padding:8px 24px;border-radius:22px;letter-spacing:-.304px;font-family:Poppins,sans-serif;color:#2a2822;font-size:16px;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .btn-primary .vue-feather{width:16px;margin-left:8px;color:#285d45}body .btn-primary .vue-feather svg{stroke-width:4px}body .btn-primary:hover{color:#fff;background:#285d45}body .btn-primary:hover .vue-feather{color:#87c43f}body .btn-primary:disabled{opacity:.6}body .btn-primary:disabled:hover{cursor:no-drop;color:#2a2822;background-color:#87c43f}body input,body input[type=password],body textarea{width:100%;height:38px;color:#aba8a3;font-weight:500;text-indent:12px;border-radius:8px;font-family:Inter,sans-serif;border:1px solid #67645f;font-size:16px;box-sizing:border-box}body textarea{width:100%;height:90px;text-indent:0;padding:15px 20px;box-sizing:border-box}body .vs__dropdown-toggle{border-radius:8px;padding-bottom:0;background:#fff;border:1px solid #67645f}body .vs__dropdown-toggle .vs__selected{margin-top:0}body .table-wrap{width:100%;overflow-x:auto;padding-bottom:16px}body .table-wrap table{min-width:840px}body table{width:100%;border-collapse:collapse}body table th{padding:15px 0;text-align:left;font-weight:800;font-style:normal;position:relative;letter-spacing:-.32px;color:#285d45;font-family:Poppins,sans-serif;border-bottom:1px solid #c3c0bc}body table th.sort{cursor:pointer}body table th.sort:after{top:50%;content:"";margin-left:10px;position:absolute;transform:translateY(-50%);border-top:8px solid #c3c0bc;border-left:6px solid transparent;border-right:6px solid transparent}body table th.sort.active.asc:after{border-top:0;border-bottom:8px solid #87c43f}body table th.sort.active.desc:after{border-bottom:0;border-top:8px solid #87c43f}body table th.sort:hover:after{border-top:0;border-bottom:8px solid #87c43f}body table td{padding:15px 0;color:#2a2822;border-bottom:1px solid #c3c0bc}body table td:last-child{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body table td:last-child span{cursor:pointer;font-weight:700;margin-left:20px;letter-spacing:-.304px;font-family:Poppins,sans-serif}body .v3dp__elements[data-v-65eb861b] button{padding:2px 5px!important}body .auth{padding:80px;max-width:540px;margin:80px auto;position:relative;border-radius:20px;background:var(--Primary-White,#fff);box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .auth-title{font-size:40px;font-style:normal;font-weight:800;margin-bottom:32px;letter-spacing:-.8px;text-transform:uppercase}body .auth label,body .auth-title{color:#285d45;font-family:Poppins,sans-serif}body .auth label{font-size:16px;font-weight:700;margin-bottom:16px;display:block}body .auth-form--group{margin-bottom:32px}body .auth-form button{cursor:pointer;width:100%;border:0;padding:12px 10px;border-radius:20px;font-weight:700;font-size:16px;font-family:Poppins,sans-serif;background:#87c43f;color:#2a2822}body .auth-form button:disabled{opacity:.6;cursor:no-drop}body .auth img{top:-236px;position:absolute;right:-165px;z-index:-1}body .airports{top:70px;left:0;right:0;z-index:99;max-height:200px;overflow-y:auto;padding:20px 48px;background:#fff;position:absolute;padding-left:25px!important}body .airports-aireport{cursor:pointer;list-style:none;font-weight:600;margin-bottom:10px;text-decoration:none;font-family:Poppins,sans-serif;font-size:14px}body .airports-aireport:last-child{margin-bottom:0}body .w-40{width:40%!important;margin-right:20px!important}body .stop-flight{margin-top:15px;width:65%!important}body .stop-flight .calculator-form--input{display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .stop-flight .calculator-form--input-remove{cursor:pointer;margin-left:20px;font-family:500;font-family:Poppins,sans-serif;color:#285d45;font-size:14px}body .newDestionation{width:82.5%;margin-top:15px;text-align:right}body .newDestionation-plus{cursor:pointer;color:#285d45}body .breadcrumb,body .newDestionation-plus{font-family:Poppins,sans-serif;font-size:14px;font-weight:700}body .breadcrumb{color:#93918c;line-height:20px;margin-bottom:48px;padding-bottom:26px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1080px){body .breadcrumb{margin-bottom:25px;padding-bottom:15px}}@media(max-width:769px){body .breadcrumb{margin-top:15px!important}}body .breadcrumb .vue-feather{width:20px}body .breadcrumb a{text-decoration:none;color:#285d45;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .breadcrumb-gme{margin:0 10px}body .breadcrumb-spacer{font-weight:400;margin-right:10px}body .spreadsheetInfo{padding:24px 48px;border-radius:20px;background:#dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .spreadsheetInfo-download{width:60%;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .spreadsheetInfo-download--icon{margin-right:24px}body .spreadsheetInfo-upload{width:40%}body .spreadsheetInfo-upload svg{color:#87c43f;margin-left:8px;margin-right:0;transform:rotate(180deg)}body .spreadsheetInfo-upload span{cursor:pointer;display:block;max-width:240px;padding:8px 20px;margin:0 0 0 auto;border-radius:22px;background:#f4f2ee;color:#097847!important}body .spreadsheetInfo span{cursor:pointer;display:block;margin-top:10px;font-weight:700;line-height:20px;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .spreadsheetInfo span.center{justify-content:center}body .spreadsheetInfo span svg{width:22px;margin-left:8px;stroke-width:3}body .spreadsheetInfo.gri{padding:24px 30px;margin:35px auto}body .spreadsheetInfo.gri .spreadsheetInfo-download{width:70%}body .spreadsheetInfo.gri .spreadsheetInfo-download--icon{margin-right:12px}body .spreadsheetInfo.gri .spreadsheetInfo-upload{width:30%}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text{text-align:right}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text .goToCalculator{font-weight:700;text-decoration:none;color:#285d45;font-family:Poppins,sans-serif;font-size:16px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;flex-direction:row}body .spreadsheetInfo.gri .spreadsheetInfo-upload .spreadsheetInfo-download--text .goToCalculator svg{color:#285d45}body .products{margin:30px auto 45px auto;display:grid;grid-row-gap:35px;grid-column-gap:35px;grid-template-columns:repeat(auto-fit,minmax(31%,1fr));grid-template-rows:auto;justify-content:center}@media(max-width:991px){body .products{display:grid;grid-row-gap:30px;grid-column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(100%,1fr));grid-template-rows:auto;justify-content:center}}body .products-product{width:100%;padding:24px;min-height:250px;margin-right:48px;border-radius:20px;box-sizing:border-box;background-color:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}body .products-product:last-child{margin-right:0}@media(max-width:991px){body .products-product{margin-right:0}}body .products-product--icon{width:40%;height:130px;text-align:right}body .products-product--icon svg{width:160px;height:160px}body .products-product--icon img{width:100%;-o-object-fit:cover;object-fit:cover}@media(max-width:991px){body .products-product--icon img{-o-object-fit:contain;object-fit:contain;height:100%}}body .products-product--wrapper{min-height:210px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;flex-direction:row}@media(max-width:991px){body .products-product--wrapper{min-height:auto}}body .products-product--info{width:50%}@media(max-width:1280px){body .products-product--info{width:60%}}body .products-product--info-title{font-size:24px;font-weight:800;line-height:28px;font-style:normal;margin-bottom:10px;letter-spacing:-.48px;color:#285d45;text-transform:uppercase;font-family:Poppins,sans-serif}@media(max-width:991px){body .products-product--info-title{font-size:20px;line-height:24px}}body .products-product--info-desc{font-size:16px;font-weight:500;line-height:24px;font-style:normal;font-family:Inter,sans-serif;color:#2a2822}body .products-product--button{width:100%}body .products-product--button-action{border:0;width:180px;cursor:pointer;font-size:16px;font-weight:700;padding:8px 20px;line-height:20px;font-style:normal;border-radius:22px;display:inline-block;text-decoration:none;box-sizing:border-box;color:#2a2822;font-family:Poppins,sans-serif;background-color:#87c43f;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}@media(max-width:1280px){body .products-product--button-action{width:100%;margin-top:30px}}body .products-product--button-action .vue-feather{margin-left:8px}body .products-product--button-action .vue-feather svg{stroke-width:3}body .products-product--button-action:disabled{cursor:no-drop;color:#aba8a3;background-color:#dbd9d5}body .flight-options{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .flight-options .input-radio{margin-right:20px}body .input-radio label{cursor:pointer;font-weight:500;line-height:1.5;font-style:normal;font-family:Inter,sans-serif;color:#2a2822;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}body .input-radio label.strong{font-weight:600}body .input-radio input{width:20px;height:20px;font-size:3em;min-width:20px;min-height:20px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:10px;border-radius:50%;margin-bottom:3px;border:4px solid #fff;background-clip:border-box;box-shadow:0 0 0 1px #67645f;transition:background-color .3s,box-shadow .3s}body .input-radio input:checked{background-color:#87c43f;box-shadow:0 0 0 1px #2a2822}body .input-radio.m25 input{margin-right:25px}body .input-radio.mr-15 input{margin-right:15px}body .input-radio--desc{line-height:1.4;margin:15px 0 20px 40px;font-size:14px}body .leaks .calculator-form--row{max-width:740px}body .setting .calculator-form--title{padding-top:25px;margin-top:32px;border-top:1.5px solid #dbd9d5}body .setting .calculator-form--title:first-child{border-top:0;padding-top:0;margin-top:0}body .setting .calculator-form--row{max-width:420px}body .setting .calculator-form--row-group{width:100%;margin-right:0}body .setting .input-radio{width:100%;margin-bottom:20px}body .preview-data{height:420px;min-width:640px;overflow-y:auto;margin-top:30px}body .preview-data--actions{margin-top:30px;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;flex-direction:row}body .preview-data--actions span{cursor:pointer;margin-right:30px;font-weight:700;color:#2a2822;font-size:16px;font-family:Poppins,sans-serif}body .vs--multiple .vs__selected-options{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .vs--multiple .vs__selected-options .vs__selected{padding:0 10px}body .onboarding .product-feature{top:-280px;right:-180px}body .onboarding .calculator-content{position:relative;margin:80px auto 90px auto}body .onboarding .calculator-content .calculator-form{margin:0 auto;max-width:640px;position:relative;padding:60px 40px}body .dp__btn.dp--preset-range{font-weight:600;color:#2a2822;font-size:14px}body .dp__btn.dp--preset-range:hover{background:rgba(135,196,63,.2)}body .dp__range_end,body .dp__range_start{background:#097847}body .dp__calendar_header_item{font-size:14px}body .dp__today{border-color:#097847}body .dp__calendar_item{font-size:14px}body .capitalize{text-transform:capitalize}body .w-80{width:80%}body .sticky{top:0;z-index:9;position:sticky;background:#f4f2ee}body .sticky .breadcrumb{padding-top:20px}body .align-end{align-items:flex-end}body .span2{grid-column:span 2}body .span2 input{max-width:100%!important}body .materials{width:90%;position:relative}body .materials .remove-item-button{right:-50px;bottom:5px;position:absolute}body .ratio{width:90%;position:relative}body .ratio .remove-item-button{right:-50px;bottom:14px;position:absolute}body .remove-item-button{right:0;z-index:20;cursor:pointer;position:absolute}body .remove-item-button:hover{color:#87c43f}body .remove-item-button.top-0{top:0}body .relative{position:relative}body .form-check{display:block;margin-bottom:15px}body .form-check input{padding:0;display:none;width:auto;height:auto;cursor:pointer;margin-bottom:0}body .form-check input:checked+label:after{top:3px;left:8px;width:4px;content:"";height:11px;display:block;position:absolute;border:solid #87c43f;border-width:0 3px 3px 0;transform:rotate(45deg)}body .form-check label{cursor:pointer;position:relative;text-transform:capitalize}body .form-check label:before{content:"";padding:10px;cursor:pointer;margin-right:10px;border-radius:6px;position:relative;display:inline-block;vertical-align:middle;background-color:transparent;border:1px solid #2a2822;box-shadow:0 1px 2px rgba(0,0,0,.05),inset 0 -15px 10px -12px rgba(0,0,0,.05)}body .ql-toolbar{background:#fff}body .ql-container{height:190px;margin-bottom:20px;background:#fff}body .comite{margin-top:20px;position:relative}body .comite-title{font-weight:700;margin-bottom:16px;position:relative}body .comite .remove-item-button{right:0;top:0;position:absolute}body .comite:last-child{margin-top:0}body .hr{padding-bottom:16px;border-bottom:1px solid #dbd9d5}body .max-320{max-width:320px}body .max-380{max-width:380px}body .max-480{max-width:480px}body .max-160{max-width:160px}body .max-180{max-width:180px}body .max-210{max-width:210px}body .max-240{max-width:240px}body .max-260{max-width:260px}body .max-510{max-width:510px}body .max-640{max-width:640px}body .width-35-p{width:38%!important}body .add-item-button{cursor:pointer;color:#67645f;font-weight:700;margin-top:25px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .add-item-button .vue-feather{width:18px;margin-left:8px}body .add-item-button:hover{color:#87c43f}body .pb-30{padding-bottom:30px!important}body .monthsFilter{width:85%;background:#f4f2ee;display:grid;grid-row-gap:0;grid-column-gap:0;grid-template-columns:repeat(auto-fit,minmax(8%,1fr));grid-template-rows:auto;justify-content:center}body .monthsFilter-item{cursor:pointer;font-weight:700;padding:12px 18px;background:#fff}body .monthsFilter-item.active,body .monthsFilter-item:hover{background:#f4f2ee}body .monthsFilter-content{padding:20px 18px;background:#f4f2ee;box-sizing:border-box}body .mb-10,body .monthsFilter-content .grid .accordion-tab--content-question{margin-bottom:10px}body .mt-10{margin-top:10px}body .mt-20{margin-top:20px}body .mt-30{margin-top:30px}body .mt-35{margin-top:35px}body .mt-48{margin-top:48px}body .mb-30{margin-bottom:30px}body .mb-20{margin-bottom:20px!important}body .mb-45{margin-bottom:45px}body .pb-10{padding-bottom:10px}body .pb-35{padding-bottom:35px}body .gri-full{grid-column:span 9}body .gri-full-3{grid-column:span 3}body .gri-full-2{grid-column:span 2}body .griReport{width:210mm;margin:0 auto;background-color:#fff}body .report-head{width:210mm;margin:0 auto 45px;font-weight:800;color:#285d45;display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .report-head--title{width:80%;line-height:1.2;text-transform:uppercase;font-size:24px;font-family:Poppins,sans-serif}body .report-head--download{cursor:pointer;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .report-head--download .vue-feather{width:20px;margin-left:10px}body .pdf-page{width:210mm;min-height:297mm;box-sizing:border-box;padding:0;margin:0 auto}body .columns-2{padding-top:40px;-moz-column-count:2;column-count:2;-moz-column-gap:40px;column-gap:40px;-moz-column-rule:1px solid #dbd9d5;column-rule:1px solid #dbd9d5;padding-bottom:45px}body .page{padding:0 40px;background:#fff;box-sizing:border-box}body .page-title{padding-top:30px;font-size:18px}body .page h3,body .page-title{padding-top:15px;font-weight:700;color:#2a2822;font-family:Poppins,sans-serif}body .page h3 small,body .page-title small{color:#aba8a3;font-weight:400;margin-left:10px;font-family:Inter,sans-serif;font-size:12px}body .page h1,body .page h2,body .page h3,body .page h4{font-weight:700;color:#2a2822;font-family:Poppins,sans-serif}body .page h1{font-size:18px}body .page h2{font-size:17px}body .page h3,body .page h4,body .page h5{font-size:16px}body .page-text{padding-bottom:20px;padding:20px 0;border-bottom:1px solid #dbd9d5}body .page h1,body .page h2,body .page h3,body .page h4,body .page h5{margin:0;padding-bottom:10px}body .page p{padding:5px 0;font-size:14px}body .page p:last-child{margin-bottom:0}body .page img{width:100%;-o-object-fit:contain;object-fit:contain}body .page-content{padding:20px;border-radius:20px;background:#f4f2ee;margin:30px auto}body .page-cards{padding:40px 0;grid-template-columns:repeat(auto-fit,minmax(25%,1fr))}body .page-cards,body .page-cards.per2{display:grid;grid-row-gap:15px;grid-column-gap:15px;grid-template-rows:auto;justify-content:center}body .page-cards.per2{grid-template-columns:repeat(auto-fit,minmax(45%,1fr))}body .page-cards--item{padding:30px 20px;text-align:center;border-radius:20px;background:#f4f2ee;color:#2a2822;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .page-cards--item-title{width:100%;font-weight:700;margin-bottom:12px}body .page-cards--item-number{font-weight:800;overflow-wrap:anywhere;font-size:24px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;flex-direction:row}body .page-cards--item-number small{margin:0 10px;font-size:14px}body .page table{width:100%;box-sizing:border-box}body .page table th{font-size:12px;color:#2a2822}body .page table th,body .page table tr td{padding:15px 6px;text-align:center;border-left:1px solid #c3c0bc}body .page table tr td{justify-content:center;font-size:14px}body .page table tr td p{font-size:14px}body .page table tr td:last-child span{font-weight:400!important}body .page table .w25{width:25px}body .page table .w145{width:145px}body .page table .w245{width:245px}body .page table .bl-0{border-left:0}body .page table .text-left{text-align:left;justify-content:flex-start}body .page.attachment-links{padding-top:20px}body .page.attachment-links a{font-weight:600;padding-bottom:15px;margin-bottom:20px;text-decoration:none;color:#2a2822;font-family:Poppins,sans-serif;font-size:16px;border-bottom:1px solid #dbd9d5;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .page.attachment-links a .vue-feather{margin-right:10px;color:#285d45}body .page1{color:#fff;margin:0 auto;overflow:hidden;position:relative;box-sizing:border-box;padding:80px 40px 40px;background-color:#87c43f;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row}body .page1-title{width:100%;line-height:1;font-weight:800;font-size:125px;font-style:normal;letter-spacing:-3.2px;text-transform:uppercase;font-family:Poppins,sans-serif}body .page1-title--gme{margin-top:50px;font-weight:400;letter-spacing:0;font-family:Inter,sans-serif;text-transform:capitalize;font-size:16px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}body .page1-title--gme img{margin-left:20px}body .page1 .icon-report{right:0;bottom:0;opacity:.6;position:absolute}body .welcome{color:#fff;padding:60px 40px 0;box-sizing:border-box;background-color:#097847}body .welcome-title{width:100%;line-height:1.1;max-width:380px;font-weight:800;margin-bottom:60px;font-size:48px;font-style:normal;letter-spacing:-1.28px;text-transform:uppercase;font-family:Poppins,sans-serif}body .welcome-desc{margin:0 auto;max-width:640px}body .welcome-desc p{color:#fff;margin-bottom:30px}body .index{color:#fff;overflow:hidden;position:relative;padding:90px 25px;box-sizing:border-box;page-break-after:always;background:#fff}body .index-item{padding:10px 20px;position:relative}body .index-item--title{font-weight:800;margin-bottom:40px;position:relative;padding-bottom:15px;color:#87c43f;letter-spacing:-.4px;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:20px}body .index-item--nav,body .index-item--title{text-decoration:none;border-bottom:1px solid #dbd9d5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;flex-direction:row}body .index-item--nav{font-size:14px;font-weight:500;line-height:22px;margin:10px 0;padding:15px;color:#2a2822}body .index-item--nav span{width:90%}body .index-item--nav-pageNumber{color:#93918c;font-weight:700}body .page-break-before{page-break-before:always}body .mainSection{padding:260px 0 0 60px;color:#fff;overflow:hidden;box-sizing:border-box;background-color:#3d3b35;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;flex-direction:row;position:relative}body .mainSection-number{top:190px;left:-50px;line-height:.9;opacity:.1;font-size:620px;font-weight:800;position:absolute;font-family:Poppins,sans-serif}body .mainSection-title{width:80%;font-weight:800;line-height:48px;margin-bottom:20px;position:relative;color:#87c43f;text-transform:uppercase;font-family:Poppins,sans-serif;font-size:48px}body .mainSection-title img{display:block}@media print{body body{margin:0;padding:0}body .page1{margin:0!important;padding:0!important}}body .cases-item{margin-bottom:30px}body .cases-item input{max-width:320px}body .cases-item:last-child{margin-bottom:0}body .flex-end{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;flex-direction:row}body .btn{border:0;cursor:pointer;font-weight:700;padding:10px 20px;border-radius:20px;font-family:Poppins,sans-serif;background-color:#87c43f}body .btn:hover{background-color:rgba(135,196,63,.4)}body .btn-delete{color:red;background-color:#f4f2ee}body .btn-delete:hover{color:#fff;background-color:red}@media print{.calculator-sidebar,.footer,.header,.report-head,.sticky{display:none!important}.gri-content{grid-column:span 12}body{background:#fff}.app-content{padding:0!important}.page1 .page1-title{padding:80px 40px 40px}.page-section{page-break-inside:avoid}.page-text img{-o-object-fit:contain;object-fit:contain;width:100%;max-height:640px}@page{margin-top:0;margin-bottom:0}}.disclaimer{margin-top:12px;font-weight:500;line-height:22px;display:inline-block;color:#2a2822;font-size:14px}.invoiceUrl{font-weight:800;text-decoration:none;color:#285d45}.invoiceUrl:hover{color:#87c43f}.required{color:red}#card-cvc,#card-expiry,#card-number{padding:10px;border-radius:8px;border:1px solid #67645f}.forgotPwd{display:block;cursor:pointer;font-weight:700;margin-top:15px;text-align:right;color:#285d45;font-family:Poppins,sans-serif;font-size:14px}.forgotPwd:hover{color:#87c43f}.d-flex{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.align-center,.d-flex{align-items:center}.justify-center{justify-content:center!important}.input-radio{position:relative}.omitDisclosure-btnOmitted{top:28px;right:115px;cursor:pointer;position:absolute;color:#93918c;font-size:14px;font-style:normal;font-weight:700;line-height:22px;text-decoration-line:underline}.omitDisclosure-question{margin-bottom:24px}.omitDisclosure-question .input-radio{margin-bottom:10px}.omitDisclosure-question textarea{margin-top:16px}.box{margin-bottom:16px}.box-title{font-weight:800;margin-bottom:10px}.box-desc{margin-bottom:6px}.border-right{border-right:1px solid #c3c0bc}.mr-20{margin-right:20px}.pr-20{padding-right:40px}.pb-20{padding-bottom:20px}.btn-show-more{display:block;font-weight:700;line-height:22px;margin:12px 0;cursor:pointer;color:#2a2822;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.btn-show-more .vue-feather{color:#93918c;font-size:10px;margin-left:8px}.more-details p{margin-bottom:6px;font-size:14px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.more-details .vue-feather{width:19px;cursor:pointer;margin-left:10px}.more-details .vue-feather svg{color:#fff;fill:#285d45}.pd-24{padding:24px}.help-gri-text{width:19px;cursor:pointer;margin-left:10px}.help-gri-text svg{color:#fff;fill:#285d45}.help-inside{margin:0 0 20px auto;display:block!important;width:26px}.fs-16{font-size:16px!important}.m-auto-l{display:block;margin:0 0 0 auto}.providers{margin-top:40px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.providers-item{cursor:pointer;margin-right:30px}.providers-item.disabled{cursor:no-drop}.providers-item.disabled img{opacity:.4;filter:grayscale(1)}.providers-item:last-child{margin-right:0}.action-cell{position:relative;text-align:center}.action-cell .icon{cursor:pointer;font-size:20px}.action-cell .action-menu-wrapper{position:relative}.action-cell .action-menu{top:20px;right:0;z-index:20;width:150px;padding:10px 0;list-style:none;position:absolute;border-radius:8px;background-color:#fff;box-shadow:0 4px 72px 0 rgba(42,40,34,.24)}.action-cell .action-menu li{padding:6px 20px;text-align:left;cursor:pointer}.action-cell .action-menu li:hover{background-color:#f0f0f0}.help-center{margin-top:32px;padding-top:32px;border-top:1px solid #c3c0bc}.help-center--item{cursor:pointer;padding:24px 16px;border-radius:20px;margin-bottom:36px;background:#fff;box-sizing:border-box;box-shadow:0 4px 72px 0 rgba(42,40,34,.24);display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;flex-direction:row}.help-center--item-icon{width:48px}.help-center--item-info{width:90%}.help-center--item-title{margin-bottom:6px;font-family:Poppins,sans-serif;font-size:16px;font-weight:800;line-height:24px;letter-spacing:-.4px;text-transform:uppercase;color:#285d45}.help-center--item-desc{font-weight:500;line-height:24px;font-size:16px}.help-center--item:last-child{margin-bottom:0}.closeIAAssistant{text-align:right;margin-bottom:20px;display:block;font-weight:500;cursor:pointer}.qwrapper{margin:27px auto;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;flex-direction:row}.qwrapper-item{min-width:105px}.reference-filters{max-width:540px;margin-bottom:48px}.reference-filters .calculator-form--row{justify-content:space-between}.reference-filters .calculator-form--row-group{width:48%;margin:0}.reference-filters .vs__dropdown-toggle{border:0}.reference .reports-table{padding:0}.reference .pagination{margin:48px auto}