@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";#nprogress{pointer-events:none}#nprogress .bar{background:var(--primary);position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px var(--primary),0 0 5px var(--primary);opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-bottom:2px solid transparent;border-right:2px solid transparent;border-top:2px solid transparent;border-top-color:var(--primary);border-left:2px solid transparent;border-left-color:var(--primary);border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form-wrapper{display:flex;flex-direction:column;gap:17px}button{outline:none;white-space:nowrap;font-family:Jakarta,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}button:focus{outline:none!important}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}a{color:inherit}.button-component,a{text-decoration:none}.button-component{display:inline-flex;justify-content:center;align-items:center;gap:8px;height:55px;width:auto;border-radius:30px;background-color:transparent;transition:all .2s ease-in-out;line-height:22.5px;letter-spacing:-.025em;font-family:Jakarta,sans-serif;border:none;padding:8px;box-shadow:none;outline:none;font-size:18px;font-weight:500;box-sizing:border-box;color:var(--primary);pointer-events:none;cursor:pointer}.button-component.clickable{pointer-events:all}.button-component.clickable:active{transform:scale(.99)}.button-component:hover{filter:brightness(90%)}.button-component.primary{background-color:var(--primary);color:#fff}.button-component.tertiary{background-color:transparent;color:var(--primary);outline:2px solid var(--primary)}.button-component.secondary{background-color:var(--Neutral-02);color:var(--primary-dark)}.button-component.disabled,.button-component[disabled]{filter:brightness(75%);opacity:.9;cursor:not-allowed}.button-component.disabled img,.button-component[disabled] img{filter:grayscale(100%)}.button-component.disabled:active,.button-component[disabled]:active{transform:none;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.button-component.loading,.button-component[loading]{pointer-events:none;opacity:.7}.filter-button{border-radius:271px;padding:8px 10px;display:inline-flex;align-items:center;gap:4px;background-color:var(--Neutral-02);border:1px solid var(--Neutral-03);transition:all .2s ease-in-out}.filter-button-input-action{padding:5px}.filter-button:hover{transform:scale(1.03)}.filter-button{font-family:Inter;font-size:14px;font-weight:500;color:var(--Neutral-08);line-height:17.5px;letter-spacing:-.025em}.filter-button svg{font-size:16px}.filter-button.transparent{background-color:transparent}.filter-button.transparent svg{font-size:inherit;color:inherit}.filter-button.primary{background-color:var(--primary)!important;color:#fff!important;padding:8px 20px}.filter-button.primary svg{font-size:inherit;color:inherit}.filter-button.primary-outline{color:var(--primary);border-color:var(--primary);background-color:transparent}@media(max-width:768px){.filter-button{padding:8px 10px;font-size:12px;gap:8px}.filter-button svg{font-size:12px}}.filter-button.search-filter{background-color:transparent;padding:12px 25px 12px 20px;border-radius:20px}.filter-button.search-filter.active{border:none;background-color:var(--primary);color:#fff}.filter-button.search-filter.active svg{color:#fff}.input-button{min-width:50px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;font-size:20px;color:var(--text-color);background-color:var(--Neutral-02);border:1px solid var(--Neutral-03)}.input-component{display:flex;flex-direction:column;gap:8px}.input-component label{font-size:14px;font-weight:500;line-height:125%;letter-spacing:0;color:var(--sub-text-color);text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.input-component label:focus{outline:none!important}.input-component label:empty{display:none}.input-component__area{display:flex;height:60px;padding:8px 8px 8px 15px;border-radius:8px;background-color:transparent;border:1px solid #e0e0e0;gap:5px;cursor:pointer}.input-component__area .prefix,.input-component__area .suffix{display:flex;align-items:center;justify-content:center;color:var(--sub-text-color);font-size:20px;transition:all .3s ease}.input-component__area .prefix.clickable,.input-component__area .suffix.clickable{cursor:pointer}.input-component__area .prefix.clickable:hover,.input-component__area .suffix.clickable:hover{transform:scale(1.04)}.input-component__area .prefix:empty,.input-component__area .suffix:empty{display:none}.input-component__area input{flex:1 1;height:100%;font-size:16px;outline-style:none;border:none;line-height:0;padding:0;margin:0;font-family:inherit;background-color:transparent}.input-component__area input::placeholder{font-size:14px;font-weight:400;line-height:18.9px;color:var(--sub-text-color)}.input-component__calendar-wrapper{position:fixed;display:none;z-index:999}.input-component__calendar-wrapper .calendar-select{border-radius:16px;background:#fff;border:none;padding:10px;box-shadow:0 4px 25px 0 rgba(87,116,154,.18)}.search-box .input-component__area{width:100%;height:50px;border:1px solid #e0e0e0!important}.search-box .input-component__area input{font-size:13px;font-weight:400;line-height:0;text-align:left}.data-filter .input-component__area{width:100%;height:45px}.data-filter .input-component__area input{font-size:13px;font-weight:400;line-height:0;text-align:left}.otp-input-component{display:grid;width:-moz-fit-content;width:fit-content;grid-template-columns:repeat(6,1fr);grid-gap:15px;overflow:auto}.otp-input-component input{height:54px;width:52px;text-align:center;background:#fff;color:var(--text-color);transition:border-color .3s ease-in-out;padding:15px;border-radius:8px;border:1px solid transparent;border-color:var(--Grey-03);background-color:#f7f7f7}@media(max-width:768px){.otp-input-component input{height:46px;width:46px}}.otp-input-component input:focus{outline:none;border-color:var(--primary)}.otp-input-component input:hover{border-color:var(--text-color)}.otp-input-component input:hover:focus{outline:none;border-color:var(--primary)}.checkbox-component{display:inline-flex;align-items:center;position:relative;height:24px;box-sizing:border-box;padding-left:30px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:16px;font-style:normal;line-height:0;font-weight:400;color:var(--text-color)}.checkbox-component:last-child{margin-bottom:0}.checkbox-component__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;box-sizing:border-box}.checkbox-component__input:checked~.checkmark{background-color:var(--primary);border:none}.checkbox-component__input:checked~.checkmark:hover{transform:none}.checkbox-component__input:hover~.checkmark{filter:brightness(90%);border:.5px solid var(--primary)}.checkbox-component__input:checked~.checkmark:after{display:block}.checkbox-component .checkmark{position:absolute;top:0;left:0;box-sizing:border-box;height:21px;width:21px;border:1.5px solid var(--Neutral-03);border-radius:6px;transition:all .2s ease-in-out}.checkbox-component .checkmark:hover{filter:brightness(90%);transform:scale(1.04)}.checkbox-component .checkmark:after{content:"";position:absolute;display:none;left:6.5px;top:3.4px;box-sizing:border-box;width:7px;height:12px;border:solid #fff;border-width:0 3px 3px 0;border-radius:2px;transform:rotate(45deg)}.avatar-component{height:30px;width:30px;border-radius:50%;font-size:12.44px;font-weight:500;letter-spacing:1px;background-color:var(--primary-dark);text-transform:uppercase;color:#fff;flex-shrink:0;overflow:hidden}.avatar-component .avatar-img{object-fit:cover;height:inherit;width:inherit;border-radius:inherit;text-indent:-999999999px;flex-shrink:0}.avatar-component .avatar-img-loading{background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:shine 1.5s linear infinite}.avatar-component .avatar-text{display:flex;align-items:center;justify-content:center;height:inherit;border-radius:inherit;width:inherit;line-height:0;flex-shrink:0}.table-wrapper{overflow:auto}.table-wrapper--state{display:flex;justify-content:center;align-items:center;position:relative;height:100%;min-height:60vh;width:100%;border-radius:8px}.table-wrapper--state div{position:absolute;top:0;border-radius:inherit;left:0;width:100%;height:100%}.table-wrapper--state.loading div{opacity:.7;background:#eee;background:linear-gradient(110deg,#ececec 8%,#f5f5f5 18%,#ececec 33%);background-size:200% 100%;animation:shine 1.5s linear infinite}.table-wrapper--state.empty{display:flex;justify-content:center;align-items:center;background:#fff;border:1px solid #e6ebf0}.table-wrapper--state.empty div{display:none}.table-wrapper--state .state-content{font-size:14px;font-style:normal;font-weight:500;line-height:125%;letter-spacing:-.35px}.table-wrapper .table-component{display:flex;flex-direction:column;width:auto}.table-wrapper .table-component__head{background-color:var(--Grey-01);border-radius:8px 8px 0 0;border:1px solid var(--Neutral-03);display:flex;justify-content:space-around;padding:16px;width:-moz-fit-content;width:fit-content;min-width:100%}.table-wrapper .table-component__head-cell{display:block;text-align:left;font-size:14px;font-weight:600;line-height:17.5px;letter-spacing:-.025em;color:var(--Neutral-09)}.table-wrapper .table-component__body{background-color:#fff}.table-wrapper .table-component__body--loading{display:flex;justify-content:center;align-items:center}.table-wrapper .table-component__body--loading span{color:var(--Neutral-07);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:125%;letter-spacing:-.35px}.table-wrapper .table-component__row{text-decoration:none;border:1px solid var(--Neutral-03);border-top:none;display:flex;justify-content:space-around;align-items:center;padding:16px;width:-moz-fit-content;width:fit-content;min-width:100%;transition:all .3s ease}.table-wrapper .table-component__row.clickable{cursor:pointer}.table-wrapper .table-component__row.clickable:hover{background-color:var(--Grey-01)}.table-wrapper .table-component__row:last-child{border-radius:0 0 8px 8px}.table-wrapper .table-component__row-cell{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;font-size:14px;font-weight:500;line-height:17.5px;text-align:left;color:var(--Neutral-07)}.table-wrapper .table-component__row-cell .table-text{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit}.table-wrapper .table-component__row-cell.navigation{color:var(--Neutral-04);font-size:20px}.table-wrapper .table-component__row-cell.actions .actions-trigger{width:100%;color:var(--Neutral-04);font-size:20px}.table-wrapper .table-component__row-cell.actions .actions-list{background-color:#fff;border-radius:8px;padding:8px;width:171px}.table-wrapper .table-component__row-cell.actions .action-item{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;overflow:hidden}.table-wrapper .table-component__row-cell.actions .action-item:hover{background-color:#f7f4fe;transform:scale(1.01);border-color:transparent;border-radius:6px}.table-wrapper .table-component__row-cell.actions .action-item-icon{height:24px;width:24px;object-fit:contain;display:flex;align-items:center;justify-content:center;font-size:17px;color:var(--Grey-07)}.table-wrapper .table-component__row-cell.actions .action-item-label{font-weight:500;font-size:14px;line-height:125%;letter-spacing:0;color:var(--Grey-07);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.table-wrapper .table-component__row-cell.copy{display:inline-flex;align-items:center;gap:5px;overflow:hidden;cursor:pointer;transition:all .3s ease}.table-wrapper .table-component__row-cell.copy .table-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-wrapper .table-component__row-cell.copy svg{color:var(--Neutral-05);flex-shrink:0;font-size:18px}.table-wrapper .table-component__row-cell.copy:hover{color:var(--primary);transform:scale(1.01)}.table-wrapper .table-component__row-cell.copy:hover svg{color:var(--primary)}@keyframes shine{to{background-position-x:-200%}}.loading-state{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:40px 0;height:100%;min-height:60vh;width:100%;border-radius:8px}.loading-state__text{font-weight:500;font-size:14px;line-height:125%;letter-spacing:-.35px;color:var(--Grey-07)}.empty-table-state,.error-table-state{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:10px;padding:40px 0;height:100%;min-height:60vh;width:100%;border-radius:8px}.empty-table-state__icon,.error-table-state__icon{height:70px;width:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;color:#fff;background-color:#ffb73f;border:12.67px solid #ffe681;box-shadow:0 0 8px 10px #fef9c7;animation:pulse 2s infinite}.empty-table-state__icon.error,.error-table-state__icon.error{height:60px;width:60px;background-color:var(--Red-06);border:12.67px solid var(--Red-04);box-shadow:0 0 8px 10px var(--Red-02);animation:pulse-error 2s infinite}.empty-table-state__title,.error-table-state__title{font-weight:600;font-size:27px;line-height:125%;letter-spacing:-2.5%;color:var(--black);max-width:400px;text-align:center}.empty-table-state__subtitle,.error-table-state__subtitle{font-weight:400;font-size:19px;line-height:135%;letter-spacing:0;color:var(--Grey-07);max-width:500px;text-align:center}.empty-table-state__action,.error-table-state__action{margin-top:20px;min-width:453px;max-width:90%}@media(max-width:600px){.empty-table-state__action,.error-table-state__action{min-width:100%}}.badge-wrapper{width:-moz-fit-content;width:fit-content}.badge-wrapper.clickable{cursor:pointer}.trend-badge{height:25px;width:25px;display:flex;justify-content:center;align-items:center;border-radius:50%}.trend-badge svg{font-size:13px}.trend-badge.credit,.trend-badge.in{background-color:#dcfce7;transform:rotate(180deg)}.trend-badge.credit svg,.trend-badge.in svg{color:var(--Green-07)}.trend-badge.debit,.trend-badge.out{background-color:var(--Red-02)}.trend-badge.debit svg,.trend-badge.out svg{color:#f15046}.trend-badge.neutral{background-color:var(--Neutral-02)}.trend-badge.neutral svg{color:var(--Neutral-06)}.status-badge{display:inline-block;padding:5px 8px!important;border-radius:16px;font-size:13px;font-weight:500;line-height:15px;letter-spacing:-.025em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:inherit;color:var(--Neutral-06);background:var(--Neutral-02)}.status-badge .status-text{max-width:inherit;text-transform:capitalize;white-space:nowrap;color:inherit!important}.status-badge.dot:before{content:"";display:inline-block;height:6px;width:6px;border-radius:50%;margin-right:6px;margin-bottom:2px;background-color:var(--Neutral-06)}.status-badge.active,.status-badge.approved,.status-badge.completed,.status-badge.enable_provider,.status-badge.low,.status-badge.paid,.status-badge.resolved,.status-badge.success,.status-badge.successful,.status-badge.switching_provider_completed .status-badge,.status-badge.verified{color:#16a34a!important;background:#f0fdf4}.status-badge.active.dot:before,.status-badge.approved.dot:before,.status-badge.completed.dot:before,.status-badge.enable_provider.dot:before,.status-badge.low.dot:before,.status-badge.paid.dot:before,.status-badge.resolved.dot:before,.status-badge.success.dot:before,.status-badge.successful.dot:before,.status-badge.switching_provider_completed .status-badge.dot:before,.status-badge.verified.dot:before{background-color:#16a34a}.status-badge.flagged,.status-badge.inactive,.status-badge.medium,.status-badge.pending,.status-badge.reversing,.status-badge.switching_priority_provider,.status-badge.switching_provider,.status-badge.unpaid{color:#d98d01!important;background:#fefce8}.status-badge.flagged.dot:before,.status-badge.inactive.dot:before,.status-badge.medium.dot:before,.status-badge.pending.dot:before,.status-badge.reversing.dot:before,.status-badge.switching_priority_provider.dot:before,.status-badge.switching_provider.dot:before,.status-badge.unpaid.dot:before{background-color:#d98d01}.status-badge.manual,.status-badge.manual_switch,.status-badge.manual_switching_priority_provider{color:#1e293b!important;background:#f1f5f9}.status-badge.manual.dot:before,.status-badge.manual_switch.dot:before,.status-badge.manual_switching_priority_provider.dot:before{background-color:#1e293b}.status-badge.banned,.status-badge.blacklist,.status-badge.name_enquiry_timeout_error_provider_blacklist,.status-badge.overdue,.status-badge.reversed{color:#dc2626!important;background:#fee2e2}.status-badge.banned.dot:before,.status-badge.blacklist.dot:before,.status-badge.name_enquiry_timeout_error_provider_blacklist.dot:before,.status-badge.overdue.dot:before,.status-badge.reversed.dot:before{background-color:#dc2626}.status-badge.admin,.status-badge.automatic,.status-badge.open,.status-badge.provider_switch,.status-badge.remove_blacklisted_provider{color:#1d4ed8!important;background:#eff6ff}.status-badge.admin.dot:before,.status-badge.automatic.dot:before,.status-badge.open.dot:before,.status-badge.provider_switch.dot:before,.status-badge.remove_blacklisted_provider.dot:before{background-color:#1d4ed8}.status-badge.hard_line,.status-badge.hard_line_config_updated,.status-badge.switching_provider_skipped{color:#7436f5!important;background:#eff6ff}.status-badge.hard_line.dot:before,.status-badge.hard_line_config_updated.dot:before,.status-badge.switching_provider_skipped.dot:before{background-color:#7436f5}.status-badge.cancelled,.status-badge.debited,.status-badge.declined,.status-badge.disabled,.status-badge.expired,.status-badge.failed,.status-badge.high,.status-badge.low_balance,.status-badge.low_balance_provider_blacklist,.status-badge.name_enquiry_error_provider_blacklist,.status-badge.name_enquiry_failure,.status-badge.overdue,.status-badge.rejected,.status-badge.system_name_enquiry_error_provider_blacklist,.status-badge.unsuccessful{color:#f15046!important;background:#fef2f2}.status-badge.cancelled.dot:before,.status-badge.debited.dot:before,.status-badge.declined.dot:before,.status-badge.disabled.dot:before,.status-badge.expired.dot:before,.status-badge.failed.dot:before,.status-badge.high.dot:before,.status-badge.low_balance.dot:before,.status-badge.low_balance_provider_blacklist.dot:before,.status-badge.name_enquiry_error_provider_blacklist.dot:before,.status-badge.name_enquiry_failure.dot:before,.status-badge.overdue.dot:before,.status-badge.rejected.dot:before,.status-badge.system_name_enquiry_error_provider_blacklist.dot:before,.status-badge.unsuccessful.dot:before{background-color:#f15046}.sidesheet-component{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(1,4,15,.62);display:flex;justify-content:center;box-sizing:border-box;align-items:center;transition:all .3s ease-in-out}.sidesheet-component__container{position:fixed;z-index:1100;top:0;bottom:0;width:100%;max-width:500px;background-color:#fff;right:-500px;cursor:default;transition:right .2s ease-in-out;display:flex;flex-direction:column}.sidesheet-component__container.active{right:0}.sidesheet-component__container{padding:30px 0}.sidesheet-component__container .header{padding:0 30px;margin-bottom:15px;background-color:#fff}.sidesheet-component__container .header .close{display:inline-block;cursor:pointer;height:35px;width:35px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--Grey-02);-webkit-user-select:none;-moz-user-select:none;user-select:none;--webkit-user-select:none;--moz-user-select:none;--ms-user-select:none}.sidesheet-component__container .header .close svg{color:inherit;font-size:23px}.sidesheet-component__container .header .back{display:inline-block;cursor:pointer;font-size:24px;color:var(--Neutral-07);font-family:Jakarta;font-size:14px;font-weight:500;line-height:125%;letter-spacing:-.35px;padding:7px 7px 7px 0;border:none;display:inline-flex;align-items:center;gap:2px;background:transparent}.sidesheet-component__container .header .title{display:block;color:var(--black10);font-family:Jakarta;font-size:24px;font-weight:600;line-height:normal;margin-top:24px}.sidesheet-component__container .header .title:first-letter{text-transform:uppercase}.sidesheet-component__container .header .sub-title{margin-top:8px;display:block;color:var(--Neutral-07);font-family:Jakarta;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.4px}.sidesheet-component__container .header .sub-title:empty{display:none}.sidesheet-component__container .body{flex:1 1;overflow:auto;padding:0 30px}.sidesheet-component__container .actions{padding:30px 30px 0}.sidesheet-component__container .actions:empty{display:none}.select-component{display:flex;flex-direction:column;gap:6px}.select-component .active{z-index:9999}.select-component__label{font-size:14px;font-weight:500;line-height:125%;letter-spacing:0;color:var(--black);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-component__label:focus{outline:none!important}.select-component__label:empty{display:none}.select-component__overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:999}.select-component__area{display:flex;height:50px;align-items:center;padding:8px 24px 8px 15px;border-radius:8px;background-color:transparent;border:1px solid var(--Neutral-03);gap:5px}.select-component__area.multiple{height:auto;min-height:60px;padding-left:5px}.select-component__area{box-sizing:border-box}.select-component__area:active .select-component__area-options{display:block}.select-component__area-prefix,.select-component__area-suffix{display:flex;align-items:center;justify-content:center;color:var(--sub-text-color);font-size:13px;transition:all .3s ease}.select-component__area-prefix.clickable,.select-component__area-suffix.clickable{cursor:pointer}.select-component__area-prefix.clickable:hover,.select-component__area-suffix.clickable:hover{transform:scale(1.04)}.select-component__area-prefix:empty,.select-component__area-suffix:empty{display:none}.select-component__area input,.select-component__area-input{flex:1 1;height:100%;outline-style:none;border:none;line-height:0;padding:0;margin:0;background-color:transparent;display:flex;align-items:center;gap:5px}.select-component__area input.clickable:hover,.select-component__area-input.clickable:hover{cursor:pointer}.select-component__area input.clickable:focus,.select-component__area-input.clickable:focus{cursor:text}.select-component__area input-icon,.select-component__area-input-icon{height:20px;width:20px;object-fit:cover;border-radius:50%;text-indent:-909999px}.select-component__area input-text,.select-component__area input::placeholder,.select-component__area-input-text,.select-component__area-input::placeholder{font-size:14px;font-weight:400;line-height:18.9px;color:var(--Grey-06)}.select-component__area .selected-values{flex:1 1;height:-moz-fit-content;height:fit-content;min-height:30px;display:flex;flex-wrap:wrap;gap:8px;background-color:transparent}.select-component__area .selected-values__item{display:inline-flex;cursor:default;align-items:center;gap:5px;padding:8px 10px;background-color:#fff;font-size:14px;font-weight:400;height:-moz-fit-content;height:fit-content;text-align:left;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;border-radius:6px;border:1px solid #e7e9ec}.select-component__area .selected-values__item svg{cursor:pointer}.select-component__area .selected-values__item-placeholder{background-color:transparent;color:var(--Grey-06);height:100%;margin:auto 0}.select-component__area .selected-values__item-icon{height:20px;width:20px;object-fit:cover;border-radius:50%;text-indent:-909999px}.select-component__area .selected-values__item--disabled{opacity:.7;cursor:default}.select-component__area .selected-values__item--disabled svg{display:none}.select-component__area-options{display:none;box-sizing:border-box;position:fixed;width:auto;margin:0;list-style:none;padding:8px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px 0 #e0e3eb;max-height:300px;overflow:auto}.select-component__area-options li{display:flex;gap:10px;padding:10px;font-size:14px;font-weight:500;line-height:17.5px;text-align:left;color:var(--Grey-07);cursor:pointer;border-radius:6px;transition:all .3s ease}.select-component__area-options li:hover{background-color:#f7f4fe;transform:scale(1.01)}.select-component__area-options li .checker{height:16px;width:16px;border-radius:50%;background-color:#e7e9ec}.select-component__area-options li .select-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-component__area-options li.selected .select-text{color:var(--primary)}.select-component__area-options li.selected:not(.multiple):hover{transform:scale(1);opacity:.7;cursor:default;pointer-events:none;background-color:transparent}.select-component__area-options li.selected .checker{background-color:var(--primary)}.select-component__area-options li.multiple{color:var(--Grey-07)}.data-filter .select-component__area{width:100%;height:45px}.data-filter .select-component__area input{font-size:13px;font-weight:400;line-height:0;text-align:left}.alert-message{display:flex;justify-content:space-between;align-items:center}.alert-message .mr-8{margin-right:2rem}.alert-message .mr-8 .header{font-weight:700;font-size:14px;line-height:1.5}.alert-message .mr-8 p{font-size:14px;line-height:1.25rem;line-height:1.5;white-space:nowrap}@media only screen and (max-width:500px){.alert-message .mr-8 p{white-space:normal!important;width:210px!important}}.alert-message svg{width:25px}.alert-message .actionBtnText{border:1px solid rgba(0,0,0,.7);border-radius:8px;padding:7px .8rem}.alert-svg-icon{width:40px}.ct-group{border:unset}.ct-toast{padding-left:10px;border-radius:8px;overflow:hidden;height:61px}@media only screen and (max-width:500px){.ct-toast{height:unset!important}.ct-toast svg{max-height:40px}}.ct-toast-success{border:1px solid #10b259;background:#f0fdf4}.ct-toast-error{border:1px solid #eb4e2c;background:#fef2f2}.ct-toast-warn{border:1px solid #ef9400;background:#fff4e1}.ct-toast-info{border:1px solid #0f60d6;background:#eff6ff}.file-uploader{display:block;box-sizing:border-box}.file-uploader--disabled{opacity:.5;pointer-events:none}.file-uploader__label{font-size:14px;font-weight:500;line-height:125%;letter-spacing:0;color:var(--black);text-align:left;display:block;margin-bottom:8px}.file-uploader__input,.file-uploader__label:empty{display:none}.file-uploader__icon{height:55.61px;width:55.61px;border-radius:50%;background-color:var(--Neutral-03);display:flex;justify-content:center;align-items:center}.file-uploader__icon svg{height:32px;width:32px}.file-uploader__icon img{height:100%;width:100%;border-radius:50%;object-fit:cover}.file-uploader__container{border-radius:13px}.file-uploader__container label{background-color:var(--Neutral-01);border:1px dashed var(--Neutral-04);border-radius:inherit;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;cursor:pointer}.file-uploader__container label:hover{background-color:var(--Neutral-02)}.file-uploader__text-main{font-size:14px;font-weight:500;line-height:17.5px}.file-uploader__text-main,.file-uploader__text-sub{font-family:Inter,sans-serif;letter-spacing:-.025em}.file-uploader__text-sub{font-size:12px;font-weight:400;line-height:15px;color:var(--sub-text-color)}.file-uploader__actions{width:100%;display:flex;flex-direction:column;gap:10px}.file-uploader__actions-upload{width:100%;height:40px;font-size:14px}.file-uploader__actions-remove{color:red;display:inline-flex;align-items:center;gap:5px;margin:auto;font-size:12px;cursor:pointer;padding:8px;transition:all .3s ease}.file-uploader__actions-remove svg{font-size:14px}.file-uploader__actions-remove:hover{transform:scale(1.03)}.file-uploader__actions-remove:hover .file-uploader__container label{background-color:var(--Neutral-01)}.spinner_Wezc{transform-origin:center;animation:spinner_Oiah .75s step-end infinite}@keyframes spinner_Oiah{8.3%{transform:rotate(30deg)}16.6%{transform:rotate(60deg)}25%{transform:rotate(90deg)}33.3%{transform:rotate(120deg)}41.6%{transform:rotate(150deg)}50%{transform:rotate(180deg)}58.3%{transform:rotate(210deg)}66.6%{transform:rotate(240deg)}75%{transform:rotate(270deg)}83.3%{transform:rotate(300deg)}91.6%{transform:rotate(330deg)}to{transform:rotate(1turn)}}.modal-base-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1001;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;box-sizing:border-box;align-items:center;transition:all .3s ease-in-out}.modal-base-overlay .modal-sheet{max-height:95vh;border-radius:16px;background-color:#fff;width:100%;max-width:550px;position:relative}@media(max-width:600px){.modal-base-overlay .modal-sheet{max-width:95%}}.modal-base-overlay .modal-sheet{display:flex;flex-direction:column}.modal-base-overlay .modal-sheet__close{height:35px;width:35px;display:flex;justify-content:center;align-items:center;position:absolute;top:-10px;right:-40px;cursor:pointer;color:#fff;font-size:27px;transition:all .3s ease-in-out}.modal-base-overlay .modal-sheet__close:hover{transform:scale(1.07)}@media(max-width:600px){.modal-base-overlay .modal-sheet__close{top:22px;right:10px;font-size:25px;color:var(--text-color)}}.modal-base-overlay .modal-sheet__header{display:flex;justify-content:space-between;align-items:center;min-height:50px;position:relative;padding:30px 30px 5px}.modal-base-overlay .modal-sheet__header-title{font-size:28px;font-weight:600;line-height:36.32px;letter-spacing:-.025em;text-align:center;flex:1 1}@media(max-width:768px){.modal-base-overlay .modal-sheet__header{padding:27px 27px 3px}.modal-base-overlay .modal-sheet__header-title{font-size:18px}.modal-base-overlay .modal-sheet__header-close{position:unset;font-size:20px;color:var(--text-color)}}.modal-base-overlay .modal-sheet__message{font-size:18px;font-weight:400;line-height:25.2px;text-align:center;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;max-width:385px;margin:13px auto;color:#666766}.modal-base-overlay .modal-sheet__body{padding:30px;overflow:auto}@media(max-width:768px){.modal-base-overlay .modal-sheet__body{padding:25px}}.modal-base-overlay .modal-sheet__body:empty{display:none}.modal-base-overlay .modal-sheet__footer{padding:0 30px 30px;display:flex;gap:16px;justify-content:center}@media(max-width:768px){.modal-base-overlay .modal-sheet__footer{gap:10px;margin-top:20px}}.modal-base-overlay .modal-sheet__footer-reject{background-color:#f0f0f0!important;color:var(--text-color)!important;font-size:16px;font-weight:600;line-height:20.16px;text-align:center}.modal-base-overlay .modal-sheet__footer button,.modal-base-overlay .modal-sheet__footer-reject,.modal-base-overlay .modal-sheet__footer-resolve{flex:1 1}@media(max-width:600px){.modal-base-overlay .modal-sheet__footer{flex-direction:column;gap:10px}.modal-base-overlay .modal-sheet__footer button{width:100%}.modal-base-overlay .modal-sheet__footer button:first-child{order:2}.modal-base-overlay .modal-sheet__footer button:last-child{order:1}.modal-base-overlay .modal-sheet__footer button.prompt-component__actions-reject{background-color:transparent!important}}.popover__content{z-index:10000004;visibility:hidden;pointer-events:none;text-align:left;position:fixed;max-height:100vh;max-width:100vw;overflow:auto;opacity:0;background-color:transparent}.popover__content.active{opacity:1;visibility:visible;pointer-events:auto}.popover__overlay{z-index:100000;height:100vh;background:transparent;width:100vw;position:fixed;top:0;left:0}.text-area-component{display:flex;flex-direction:column;gap:8px}.text-area-component label{font-size:14px;font-weight:500;line-height:125%;letter-spacing:0;color:var(--black);text-align:left;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.text-area-component label:focus{outline:none!important}.text-area-component label:empty{display:none}.text-area-component__area{display:flex;height:auto;padding:8px 24px 8px 16px;border-radius:8px;background-color:transparent;border:1px solid var(--Neutral-03);gap:5px}.text-area-component__area .prefix,.text-area-component__area .suffix{display:flex;align-items:center;justify-content:center;color:#64748b;font-size:20px;transition:all .3s ease}.text-area-component__area .prefix.clickable,.text-area-component__area .suffix.clickable{cursor:pointer}.text-area-component__area .prefix.clickable:hover,.text-area-component__area .suffix.clickable:hover{transform:scale(1.04)}.text-area-component__area .prefix:empty,.text-area-component__area .suffix:empty{display:none}.text-area-component__area textarea{flex:1 1;height:100%;width:100%;outline-style:none;border:none;padding:0;margin:0;resize:none;font-family:inherit;background-color:transparent}.text-area-component__area textarea::placeholder{font-size:14px;font-weight:400;line-height:18.9px;color:var(--Grey-06)}.prompt-component{width:95%;max-width:500px;background-color:#fff;border-radius:16px}.prompt-component__feedback,.prompt-component__message{display:flex;flex-direction:column;align-items:center;gap:16px;padding:64px 32px}@media(max-width:600px){.prompt-component__feedback,.prompt-component__message{gap:12px;padding:32px 24px}}.prompt-component__feedback-icon,.prompt-component__message-icon{height:65px;width:65px;padding:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;color:#fff;margin-bottom:10px}.prompt-component__feedback-icon.warning,.prompt-component__message-icon.warning{background-color:#ffb73f;border:9.67px solid #ffe681;box-shadow:0 0 4px 8px #fef9c7;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(255,183,63,.7)}70%{box-shadow:0 0 0 10px rgba(255,183,63,0)}to{box-shadow:0 0 0 0 rgba(255,183,63,0)}}.prompt-component__feedback-icon.success,.prompt-component__message-icon.success{background-color:var(--piggyvest-green);border:9.67px solid var(--Green-03);box-shadow:0 0 4px 8px var(--Green-02);animation:pulse-success 2s infinite}@keyframes pulse-success{0%{box-shadow:0 0 0 0 rgba(72,187,120,.7)}70%{box-shadow:0 0 0 10px rgba(72,187,120,0)}to{box-shadow:0 0 0 0 rgba(72,187,120,0)}}.prompt-component__feedback-icon.error,.prompt-component__message-icon.error{background-color:var(--Red-06);border:9.67px solid var(--Red-04);box-shadow:0 0 4px 8px var(--Red-02);animation:pulse-error 2s infinite}@keyframes pulse-error{0%{box-shadow:0 0 0 0 rgba(255,77,79,.7)}70%{box-shadow:0 0 0 10px rgba(255,77,79,0)}to{box-shadow:0 0 0 0 rgba(255,77,79,0)}}.prompt-component__feedback-title,.prompt-component__message-title{margin:auto;width:100%;max-width:320px;display:block;font-weight:600;font-size:24px;line-height:125%;letter-spacing:-2.5%;text-align:center;color:var(--black)}.prompt-component__feedback-title:empty,.prompt-component__message-title:empty{display:none}.prompt-component__feedback-description,.prompt-component__message-description{margin:auto;width:100%;max-width:350px;display:block;font-weight:500;font-size:16px;line-height:134%;letter-spacing:-2.5%;text-align:center;color:var(--Neutral-07)}.prompt-component__feedback-description:empty,.prompt-component__message-description:empty{display:none}.prompt-component__form{display:flex;flex-direction:column;gap:16px;padding:24px 32px 40px}@media(max-width:600px){.prompt-component__form{padding:16px 24px}}.prompt-component__form-header{display:flex;gap:16px;margin-bottom:16px}.prompt-component__form-header-text{display:flex;flex-direction:column;gap:8px;flex-wrap:wrap;flex:1 1}.prompt-component__form-header-text h4{font-weight:600;font-size:24px;line-height:125%;letter-spacing:-2.5%;color:var(--black)}.prompt-component__form-header-text h4:empty{display:none}.prompt-component__form-header-text span{font-family:Inter;font-weight:400;font-size:16px;line-height:100%;letter-spacing:-2.5%;color:var(--Neutral-07)}.prompt-component__form-header-text span:empty{display:none}.prompt-component__form-header-close{display:flex;align-items:center;justify-content:center;height:27px;width:27px;border-radius:50%;background-color:var(--Neutral-02);color:var(--black);font-size:15px;transition:all .3s ease-in-out}.prompt-component__form-header-close:hover{transform:rotate(90deg)}.prompt-component__actions{display:flex;justify-content:center;gap:16px;padding:24px 32px;border-top:1px solid var(--Neutral-03)}.prompt-component__actions:empty{display:none}@media(max-width:600px){.prompt-component__actions{padding:20px 24px}}.prompt-component__actions *{flex:1 1}.switch-component{cursor:pointer;display:inline-flex;align-items:center;justify-content:space-between;--switch-container-width:45px;--switch-background-color:var(--Neutral-04);--switch-size:calc(var(--switch-container-width) / 2 + 3px)}.switch-component__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.switch-component__input:checked+.switch-component__switch{background-color:var(--primary);border-color:var(--primary)}.switch-component__input:checked+.switch-component__switch:before{border-color:var(--primary);transform:translateX(calc(var(--switch-container-width) - var(--switch-size)))}.switch-component__input:disabled+.switch-component__switch{cursor:not-allowed}.switch-component__input:disabled+.switch-component__switch,.switch-component__input:disabled+.switch-component__switch:before{background-color:var(--switch-background-color);border-color:var(--switch-background-color)}.switch-component__label{margin-left:12px;color:var(--text-color);display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.switch-component__switch{display:flex;align-items:center;position:relative;height:var(--switch-size);width:var(--switch-container-width);border-radius:var(--switch-size);background-color:var(--switch-background-color);flex-shrink:0;transition:background-color .25s ease-in-out;border:1px solid var(--switch-background-color)}.switch-component__switch:before{content:"";position:absolute;left:1px;height:calc(var(--switch-size) - 4px);width:calc(var(--switch-size) - 4px);border-radius:9999px;background-color:#fff;box-shadow:0 2.42px .81px 0 rgba(0,0,0,.059);transition:transform .375s ease-in-out}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px}.pagination input,.pagination span{font-family:Inter;font-size:15px;font-weight:500;line-height:20px;letter-spacing:-.025em;word-spacing:4px}.pagination input{height:40px;min-width:40px;max-width:60px;text-align:center;border-radius:8px;padding:12px 15px;border:1px solid var(--Neutral-03)}.pagination button{background:#f1f5f9;height:40px;border-radius:8px;width:40px;font-size:19px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.pagination button svg{color:inherit}.pagination button:hover{transform:scale(1.05)}.pagination button[disabled]{opacity:.5;cursor:not-allowed}.pagination button[disabled]:hover{transform:none}.error-boundary{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.error-boundary__content{width:90%;max-width:600px;text-align:center}.error-boundary__content-message{font-size:17px}.error-boundary__content-action{margin-top:20px;height:48px;width:150px;font-size:14px}.app-sidebar{display:flex;height:100vh;width:100%;flex-direction:column}.app-sidebar__header{height:84px;display:flex;align-items:center;padding:20px;border-bottom:1px solid #1e293b}.app-sidebar__header .business-details{display:flex;width:100%;align-items:center;gap:8px;overflow:hidden;padding:2px 0;border-radius:12px;cursor:pointer;transition:all .3s ease-in-out}.app-sidebar__header .business-details:hover{transform:scale(1.01)}.app-sidebar__header .business-details__avatar{height:36px;width:36px;border-radius:12px;background-color:#edf1f4;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;color:var(--Neutral-08)}.app-sidebar__header .business-details__info{display:flex;flex-direction:column;gap:2px;overflow:hidden}.app-sidebar__header .business-details__info-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;font-size:14px;line-height:125%;letter-spacing:-2.5%;color:var(--Neutral-02)}.app-sidebar__header .business-details__info-branch{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:12px;line-height:125%;letter-spacing:-2.5%;color:var(--Neutral-04)}.app-sidebar__header .business-details__action{margin-left:auto;padding:2px 2px 2px 12px;color:var(--Neutral-06);font-size:24px}.app-sidebar__body{padding:25px 20px 20px;flex:1 1;overflow:auto}.app-sidebar__body .route-lists a{display:flex;align-items:center;gap:16px;padding:11px 16px;border-radius:8px;color:var(--Neutral-04);transition:all .2s ease-in-out}.app-sidebar__body .route-lists a span{color:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400;line-height:125%;letter-spacing:-2.5%}.app-sidebar__body .route-lists a svg{color:inherit;font-size:18px}.app-sidebar__body .route-lists a svg.stroke{stroke-width:1.25px}.app-sidebar__body .route-lists a.active{background-color:#2a1954;color:#fff}.app-sidebar__body .route-lists a.active span{font-weight:600}.app-sidebar__body .route-lists a:active,.app-sidebar__body .route-lists a:hover{color:#fff;transform:scale(1.01)}.app-sidebar__body .route-lists h5{display:block;margin-top:24px;margin-bottom:8px;padding-left:16px;font-weight:600;font-size:12px;line-height:125%;letter-spacing:1.2px;color:var(--Neutral-03)}.app-sidebar__footer{padding:40px}.app-sidebar__footer img{height:30px}@media(max-width:768px){.app-sidebar__footer{padding:20px 40px}.app-sidebar__footer img{height:24px}}.website-header{height:5rem;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background-color:#fcecec}@media(max-width:768px){.website-header{height:3.75rem}}.website-header__content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-header__content{padding:0 .75rem}}@media(min-width:1700px){.website-header__content{padding:0}}.website-header__content{height:100%;display:flex;align-items:center;justify-content:space-between}.website-header__content-logo{height:75%;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer;gap:.3125rem}.website-header__content-logo img{height:100%;width:auto;object-fit:cover}.website-header__content-logo h2{color:var(--primary);font-weight:600;font-size:1.25rem}@media(max-width:768px){.website-header__content-logo{height:70%}.website-header__content-logo h2{font-size:1rem}}.website-header__content-actions{display:inline-flex;align-items:center;gap:.8125rem}@media(max-width:768px){.website-header__content-actions{gap:.3125rem}}@media only screen and (max-width:768px){.website-header__content-actions{display:none}}.website-header__content-actions .link-item,.website-header__content-actions a{height:2.3125rem;padding:0 1.125rem;border-radius:30px;font-weight:500;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;color:var(--primary);transition:all .3s ease-in-out;cursor:pointer}.website-header__content-actions .link-item:hover,.website-header__content-actions a:hover{opacity:1;transform:scale(1.05)}.website-header__content-actions .link-item.get-started,.website-header__content-actions a.get-started{background-color:var(--primary);color:#fff;border:none}@media(max-width:48rem){.website-header__content-actions .link-item,.website-header__content-actions a{height:2rem;font-size:.875rem;padding:0 .625rem}}.website-header__content-actions-mobile-menu-trigger{background-color:transparent;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;display:none;color:#000}@media only screen and (max-width:768px){.website-header__content-actions-mobile-menu-trigger{display:block}}.website-header__popup-content{position:fixed;top:60px;left:0;width:100%;background-color:#fcecec;box-shadow:0 .125rem .25rem rgba(0,0,0,.1);padding:1.25rem;transition:transform .3s ease-in-out;z-index:10000;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.website-header__popup-content:focus{outline:none!important}.website-header__popup-content{display:none}.website-header__popup-content.active{display:block}@media only screen and (min-width:48.0625rem){.website-header__popup-content{display:none!important}}.website-header__popup-content-links{list-style-type:none;display:flex;flex-direction:column;gap:1rem;padding:0}.website-header__popup-content-links li{font-weight:400;padding:.5rem;font-size:1rem;line-height:100%;letter-spacing:0;cursor:pointer}.website-header__popup-content-links li:hover{color:red}.website-header__popup-content-contact-us{display:block;width:100%;background-color:var(--primary);border:none;cursor:pointer;height:2.875rem;box-sizing:border-box;border-radius:.625rem;padding:.5rem 1.75rem;font-weight:550;font-size:1rem;line-height:1.875rem;letter-spacing:0;margin-top:1.25rem;color:#fff}.website-header-popup-backdrop{position:fixed;top:60px;left:0;width:100%;height:calc(100vh - 60px);background-color:rgba(0,0,0,.5);z-index:10}.website-hero{width:100%;overflow:hidden;padding-top:6.25rem}@media(max-width:1024px){.website-hero{padding-top:2.5rem;padding-bottom:.625rem}}.website-hero__content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-hero__content{padding:0 .75rem}}@media(min-width:1700px){.website-hero__content{padding:0}}.website-hero__content{display:flex;flex-direction:column;gap:1.875rem}@media(max-width:768px){.website-hero__content{gap:1.25rem}}.website-hero__text{margin:auto;max-width:37.5rem;display:flex;flex-direction:column;align-items:center;gap:1.875rem;text-align:center}.website-hero__text h1{max-width:35.625rem;font-size:3.125rem;line-height:95%}.website-hero__text P{color:var(--sub-text-color);font-size:1.125rem}@media(max-width:768px){.website-hero__text{gap:1.25rem}.website-hero__text h1{font-size:2.0625rem}.website-hero__text p{font-size:1rem}}.website-hero__cta{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.website-hero__cta:focus{outline:none!important}.website-hero__cta .cta-item,.website-hero__cta a{height:42px;padding:0 1.875rem;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:1.875rem;font-size:16px;font-weight:500;border:1px solid var(--sub-text-color);opacity:.7;transition:all .3s ease-in-out}.website-hero__cta .cta-item:hover,.website-hero__cta a:hover{opacity:1;transform:scale(1.05)}.website-hero__cta .cta-item.primary,.website-hero__cta a.primary{background-color:var(--primary);color:#fff;opacity:1;border:none}@media(max-width:768px){.website-hero__cta .cta-item,.website-hero__cta a{height:36px;font-size:14px;padding:0 1.25rem}}.website-hero__canvas{max-width:75rem;margin:5rem auto auto;border-radius:1.25rem;aspect-ratio:16/9;width:100%;background-color:#fcecec}@media(max-width:1024px){.website-hero__canvas{max-width:90%;margin-top:1.875rem;border-radius:.625rem}}@media(min-width:1024px){.website-hero__canvas{margin-bottom:16%}}.website-hero__canvas video{border-radius:inherit;width:100%;height:100%;object-fit:cover}.website-our-services{padding-bottom:3.125rem}@media(max-width:1024px){.website-our-services{padding-bottom:1.25rem}}.website-our-services__title{text-align:center;font-size:2.5rem;font-weight:600;padding:4.375rem}@media(max-width:1024px){.website-our-services__title{font-size:1.875rem;padding:1.875rem}}.website-our-services__content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-our-services__content{padding:0 .75rem}}@media(min-width:1700px){.website-our-services__content{padding:0}}.website-our-services__content{display:flex;gap:3.75rem}@media(max-width:1024px){.website-our-services__content{flex-direction:column;gap:3.125rem}}.website-our-services__content .service-track{flex:1 1;width:100%;display:flex;flex-direction:column;gap:12.5rem}@media(max-width:1024px){.website-our-services__content .service-track{gap:3.125rem}}.website-our-services__content .service-track-item{width:100%;padding:6.25rem 0}.website-our-services__content .service-track-item:first-child,.website-our-services__content .service-track-item:last-child,.website-our-services__content .service-track-item:only-child{padding-top:0}.website-our-services__content .service-track-item div{display:none;border-radius:.625rem;height:200px;margin-bottom:30px;background-color:#fff}.website-our-services__content .service-track-item h2{font-size:2.375rem;font-weight:500;margin-bottom:1.5625rem}.website-our-services__content .service-track-item P{margin-top:.625rem;color:var(--sub-text-color);font-size:1.125rem;line-height:150%}@media(max-width:1024px){.website-our-services__content .service-track-item{padding:1.25rem 0}.website-our-services__content .service-track-item div{display:block}.website-our-services__content .service-track-item h2{font-size:1.75rem;margin-bottom:.625rem}}.website-our-services__content .active-service{position:relative;width:28.125rem;height:calc(100vh - 5rem)}@media(max-width:1024px){.website-our-services__content .active-service{display:none!important}}.website-our-services__content .active-service-content{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:25rem;border-radius:.625rem;background-color:#fff;transition:all 2s ease-in-out}.website-our-services__content .active-service-content.photography{top:0}.website-our-services__content .active-service-content.videography{top:25%}.website-our-services__content .active-service-content.studio{bottom:25%}.website-our-services__content .active-service-content.equipment{bottom:0}.website-why-love-us{padding:4.375rem 0;overflow:hidden}.website-why-love-us__title{text-align:center;font-size:2.5rem;font-weight:600;padding:4.375rem}@media(max-width:1024px){.website-why-love-us__title{font-size:1.875rem;padding:1.875rem}}.website-why-love-us__content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-why-love-us__content{padding:0 .75rem}}@media(min-width:1700px){.website-why-love-us__content{padding:0}}.website-why-love-us__content{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:4.375rem;gap:4.375rem}@media(max-width:768px){.website-why-love-us__content{grid-template-columns:1fr;gap:1.875rem}}.website-why-love-us__content .box{min-height:18.75rem;border-radius:1.875rem;padding:.0625rem;border:.1875rem solid transparent;transition:all .3s linear}@media(max-width:1024px){.website-why-love-us__content .box{min-height:12.5rem}}.website-why-love-us__content .box{background:linear-gradient(transparent,transparent) padding-box,conic-gradient(from var(--glow-angle),transparent,#fff 100%,transparent 80%) border-box}@media(min-width:1200px){.website-why-love-us__content .box{opacity:.1}.website-why-love-us__content .box:nth-child(odd){transform:rotate(-15deg) translateX(-90%) translateY(60px)}.website-why-love-us__content .box:nth-child(2n){transform:rotate(15deg) translateX(90%) translateY(60px)}}.website-why-love-us__content .box__content{height:100%;border-radius:inherit;background-color:#fff;border:.1875rem solid #fcecec;padding:1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;text-align:center}.website-why-love-us__content .box__content h4{font-size:1.5rem;font-weight:600;color:var(--primary)}@media(max-width:1024px){.website-why-love-us__content .box__content h4{font-size:1.25rem}}.website-why-love-us__content .box__content p{text-align:center;font-size:1rem;color:var(--sub-text-color);line-height:1.5}@media(max-width:1024px){.website-why-love-us__content .box__content p{font-size:.875rem}}.website-our-works{padding:5rem 0}.website-our-works__title{text-align:center;font-size:2.5rem;font-weight:600;margin:1.25rem 0;color:#fff}@media(max-width:1024px){.website-our-works__title{font-size:1.875rem}}.website-our-works__actions{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin:1.25rem 0 .625rem}.website-our-works__actions a{display:flex;align-items:center;justify-content:center;gap:.1875rem;padding:.625rem 0;transition:all .2s;color:#fcecec}.website-our-works__actions a svg{font-size:1.125rem}.website-our-works__actions a:hover{gap:.4375rem}.website-our-works__content{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-our-works__content{padding:0 .75rem}}@media(min-width:1700px){.website-our-works__content{padding:0}}.website-our-works__content{padding:.9375rem;text-align:center;font-size:24px;border-radius:1.25rem;background-color:var(--primary);transform:translateY(-70px)}@media(max-width:1024px){.website-our-works__content{padding:.625rem;border-radius:0}}.website-our-works__content{--swiper-wrapper-transition-timing-function:linear}.website-our-works__content #work-track-one{border-top-left-radius:.625rem;border-top-right-radius:.625rem}.website-our-works__content #work-track-two{border-bottom-left-radius:.625rem;border-bottom-right-radius:.625rem}.website-our-works__content .work-track{margin-top:.9375rem}@media(max-width:1024px){.website-our-works__content .work-track{margin-top:.625rem}}.website-our-works__content .work-track-item{width:14.875rem;height:8.4375rem;aspect-ratio:16/9;border-radius:.625rem;background-color:#fcecec}.website-about-us{padding:8.125rem 0}@media(max-width:1024px){.website-about-us{padding:4.375rem 0}}.website-about-us__content{margin:auto;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-about-us__content{padding:0 .75rem}}@media(min-width:1700px){.website-about-us__content{padding:0}}.website-about-us__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5rem;box-sizing:border-box}.website-about-us__content-text{margin:auto;max-width:46.875rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.website-about-us__content-text h2{font-size:3.125rem;line-height:95%}.website-about-us__content-text P{color:var(--sub-text-color);font-size:1rem;line-height:155%}@media(max-width:768px){.website-about-us__content-text{gap:1.25rem}.website-about-us__content-text h2{font-size:2.1875rem}.website-about-us__content-text p{font-size:.875rem}}.website-about-us__content-image{margin:auto;width:100%;max-width:68.75rem;aspect-ratio:21/9;border-radius:.625rem;background-color:#fff}.website-about-us__content-image img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.website-cta__content{margin:auto;width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-cta__content{padding:0 .75rem}}@media(min-width:1700px){.website-cta__content{padding:0}}.website-cta__content{background-color:#fff;border-radius:1.25rem;box-sizing:border-box;height:13.75rem;display:flex;align-items:center;padding:1.875rem;gap:1.25rem;flex-wrap:wrap}@media(max-width:600px){.website-cta__content{border-radius:0;height:auto;flex-direction:column;text-align:center}}@media(max-width:1024px){.website-cta__content{border-radius:0}}.website-cta__content-action{flex:1 1;display:flex;flex-direction:column;align-items:flex-start;gap:.9375rem}.website-cta__content-action h3{font-size:2.0625rem;margin-bottom:.625rem}@media(max-width:1024px){.website-cta__content-action h3{font-size:1.5625rem}}.website-cta__content-action a{display:inline-block;font-size:.8125rem;padding:.625rem 1.25rem;background-color:var(--primary);color:#fff;opacity:.7;border-radius:1.875rem;transition:all .2s}.website-cta__content-action a:hover{opacity:1;transform:scale(1.05)}.website-cta__content-app-links{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}@media(max-width:600px){.website-cta__content-app-links{margin-top:1.875rem;width:100%;flex:1 1;justify-content:center}}.website-cta__content-app-links a{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.website-cta__content-app-links a:focus{outline:none!important}.website-cta__content-app-links a{display:inline-flex;height:2.25rem;transition:all .2s}@media(max-width:768px){.website-cta__content-app-links a{height:1.875rem}}.website-cta__content-app-links a img{height:100%;width:auto;object-fit:cover}.website-cta__content-app-links a:hover{opacity:1;transform:scale(1.05)}.website-footer{padding:5.625rem 0}@media(max-width:768px){.website-footer{padding:3.125rem 0}}.website-footer__content{width:100%;max-width:1200px;margin:0 auto;padding:0 1.25rem}@media(max-width:48rem){.website-footer__content{padding:0 .75rem}}@media(min-width:1700px){.website-footer__content{padding:0}}.website-footer__content{display:flex;align-items:center;justify-content:space-between;gap:2.1875rem;box-sizing:border-box}@media(max-width:768px){.website-footer__content{flex-direction:column;justify-content:center;text-align:center}}.website-footer__content-company{filter:grayscale(1)}.website-footer__content-company-logo{height:2.375rem;display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;cursor:pointer;gap:.1875rem}.website-footer__content-company-logo img{height:100%;width:auto;object-fit:cover}.website-footer__content-company-logo h2{color:var(--primary);font-weight:600;font-size:1.1875rem}@media(max-width:768px){.website-footer__content-company-logo{height:2.25rem}.website-footer__content-company-logo h2{font-size:.9375rem}}.website-footer__content-company-rights{margin-top:.5rem;font-size:.875rem;font-weight:600;color:var(--sub-text-color)}@media(max-width:768px){.website-footer__content-company-rights{font-size:.8125rem;margin-top:.3125rem}}.website-footer__content-contact-socials{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.website-footer__content-contact-socials:focus{outline:none!important}.website-footer__content-contact-socials{margin:0;padding:0;display:inline-flex;align-items:center;gap:1.25rem}.website-footer__content-contact-socials a{cursor:pointer;font-size:1.375rem;color:var(--primary)}.website-footer__content-contact-link{display:block;margin-top:.5rem;font-size:.875rem;font-weight:600;color:var(--sub-text-color);text-align:right}@media(max-width:768px){.website-footer__content-contact-link{font-size:.8125rem;margin-top:.3125rem}}.website-footer__content-contact-link:hover{color:var(--primary)}.auth-layout{height:100vh;width:100vw;background-color:#fcecec;background-repeat:no-repeat;background-position:50%;background-size:cover;overflow:auto;box-sizing:border-box}@media(min-width:1200px){.auth-layout{background-size:110% 110%;background-position:50%;animation:animateBackground 80s ease-in-out infinite}@keyframes animateBackground{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}}.auth-layout__header{width:100%;padding:40px;position:sticky;position:-webkit-sticky;top:0;z-index:99}.auth-layout__header a{display:inline-flex;align-items:center;gap:.25rem;margin:auto;color:var(--primary)}.auth-layout__header a h2{font-size:1.25rem}.auth-layout__header-logo{height:30px;display:block;margin:auto}@media(min-width:1200px){.auth-layout__header{margin-top:0;position:fixed;top:0;padding:50px}.auth-layout__header img{height:40px;margin:unset}}.auth-layout__content{z-index:9999;padding-bottom:50px;position:relative}@media(min-width:1200px){.auth-layout__content{min-height:100vh;padding:50px;display:flex;justify-content:center;align-items:center}}.website-layout{width:100%;box-sizing:border-box;min-height:100vh;background-color:#fcecec}.website-layout__header{position:-webkit-sticky;position:sticky;top:-.0625rem;z-index:9995}.auth-page{width:96%;max-width:563px;margin:auto}.auth-page__content{padding:40px 30px;border-radius:16px;background-color:#fff}@media(max-width:768px){.auth-page__content{border-radius:12px;padding:20px}}.auth-page__content-header{text-align:center;display:flex;flex-direction:column;gap:8px;margin-bottom:40px}.auth-page__content-header h1{font-size:32px;font-weight:700;line-height:113%;letter-spacing:-1%;text-align:center;color:var(--black)}.auth-page__content-header span{font-size:14px;font-weight:400;line-height:135%;letter-spacing:0;color:var(--Grey-07);margin:auto;max-width:318px}@media(max-width:768px){.auth-page__content-header{gap:3px;margin-bottom:30px}.auth-page__content-header h1{font-size:25px;line-height:32.32px}.auth-page__content-header span{font-size:13px}}.auth-page__content form .otp{margin:auto;gap:20px}.auth-page__content form .qrcode{margin:auto;width:400px;max-width:100%;height:auto}.auth-page__content form .action-btn{margin-top:20px}@media(max-width:768px){.auth-page__content form .action-btn{height:47px}}.auth-page__content form .attest{display:flex;gap:5px;font-size:14px;font-weight:500;line-height:19.2px;letter-spacing:.200000003px;cursor:pointer}@media(max-width:600px){.auth-page__content form .attest{font-size:13px;line-height:16px}}.auth-page__content form .attest a{font-size:inherit;font-weight:600;line-height:19.2px;color:inherit}.auth-page__content form .access{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.auth-page__content form .access span{font-weight:500;font-size:16px;line-height:125%;letter-spacing:-2.5%}.auth-page__content form .access span .link,.auth-page__content form .access span a{color:var(--primary)}.auth-page__content form .otp-input{margin:auto}.auth-page__content form .redirect-action{display:block;font-weight:500;font-family:Inter,sans-serif;font-size:16px;line-height:125%;letter-spacing:-2.5%;text-align:center}.auth-page__content form .redirect-action .link,.auth-page__content form .redirect-action a{font-weight:inherit;font-size:inherit;line-height:inherit;color:var(--primary)}.auth-page__content form .alternate-action{display:flex;justify-content:center;align-items:center;gap:4px;transform:translateY(-3px)}@media(max-width:600px){.auth-page__content form .alternate-action{font-size:14px;line-height:16px}}.auth-page__content form .alternate-action button{font-size:14px;font-weight:500;line-height:22.4px;letter-spacing:.200000003px;color:var(--primary)}@media(max-width:600px){.auth-page__content form .alternate-action button{font-size:14px;line-height:16px}}.password-strength-indicator{display:flex;flex-direction:column;gap:8px}.password-strength-indicator .factor{display:flex;align-items:center;gap:4px}.password-strength-indicator .factor svg{height:16px;width:16px;font-size:16px}.password-strength-indicator .factor span{font-weight:500;font-size:12px;line-height:125%;letter-spacing:-2%;color:inherit}:root{--primary:#8b0000;--text-color:#212337;--sub-text-color:#666766;--glow-angle:0deg}*{box-sizing:border-box;margin:0;padding:0}body,html{letter-spacing:-.25px}a,body,button,div,html,input,label,li,p,span,textarea,ul{padding:0;margin:0;font-family:Nunito Sans,sans-serif;color:var(--text-color)}a,button,div,input,label,li,p,span,textarea,ul{font-size:16px;font-weight:400;text-decoration:none;list-style:none}button{border:none;cursor:pointer;background-color:transparent}h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif;font-style:normal}.nunito-sans{font-family:Nunito Sans,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100,"YTLC" 500}.lato{font-family:Lato,sans-serif;font-style:normal}.pointer{cursor:pointer}