.bttn,.fc button{padding:11px 20px;color:var(--font-color);font-family:var(--font-body);background-image:none;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:48px;margin:0;border:none;cursor:pointer;box-sizing:border-box;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;gap:8px;align-items:center;justify-content:center}.bttn.icon,.fc button.icon{border-radius:50%;padding:5px;height:35px;width:35px}.bttn.pressed,.bttn:active,.fc button.pressed,.fc button:active{box-shadow:inset 0 0 3px 0 rgba(0,0,0,.3);text-shadow:none}.bttn:not(.bordered).primary,.fc button:not(.bordered).primary{color:#fff;background:var(--primary-gradient)}.bttn:not(.bordered).primary .mat-icon,.bttn:not(.bordered).primary i,.fc button:not(.bordered).primary .mat-icon,.fc button:not(.bordered).primary i{color:#fff}.bttn:not(.bordered).secondary,.fc button:not(.bordered).secondary{color:#fff;background-color:var(--secondary-color)}.bttn:not(.bordered).secondary .mat-icon,.bttn:not(.bordered).secondary i,.fc button:not(.bordered).secondary .mat-icon,.fc button:not(.bordered).secondary i{color:#fff}.bttn:not(.bordered).white,.fc button:not(.bordered).white{background-color:#fff}.bttn:not(.bordered).red,.fc button:not(.bordered).red{color:var(--button-red-font);background-color:var(--button-red-bg)}.bttn:not(.bordered).red .mat-icon,.bttn:not(.bordered).red i,.fc button:not(.bordered).red .mat-icon,.fc button:not(.bordered).red i{color:var(--button-red-font)}.bttn:not(.bordered).green,.fc button:not(.bordered).green{color:var(--button-green-font);background-color:var(--button-green-bg)}.bttn:not(.bordered).green .mat-icon,.bttn:not(.bordered).green i,.fc button:not(.bordered).green .mat-icon,.fc button:not(.bordered).green i{color:var(--button-green-font)}.bttn:not(.bordered).violet,.fc button:not(.bordered).violet{color:var(--button-violet-font);background-color:var(--button-violet-bg)}.bttn:not(.bordered).violet .mat-icon,.bttn:not(.bordered).violet i,.fc button:not(.bordered).violet .mat-icon,.fc button:not(.bordered).violet i{color:var(--button-violet-font)}.bttn.bordered,.fc button.bordered{border:var(--button-border-width) solid}.bttn.bordered.primary,.fc button.bordered.primary{border-color:var(--primary-color)}.bttn.bordered.white,.fc button.bordered.white{border-color:#fff}.bttn.bordered.red,.fc button.bordered.red{border-color:var(--button-red-bg)}.bttn.bordered.red .mat-icon,.bttn.bordered.red i,.fc button.bordered.red .mat-icon,.fc button.bordered.red i{color:var(--button-red-bg)}.bttn.bordered.green,.fc button.bordered.green{border-color:var(--button-green-bg)}.bttn.bordered.green .mat-icon,.bttn.bordered.green i,.fc button.bordered.green .mat-icon,.fc button.bordered.green i{color:var(--button-green-bg)}.bttn.text-collapse,.fc button.text-collapse{border-radius:50%;padding:5px;height:35px;width:35px;position:relative}.bttn.text-collapse .text,.fc button.text-collapse .text{position:absolute;max-width:0;overflow:hidden;background-color:inherit;height:35px;border-radius:35px 0 0 35px;transition:max-width .1s}.bttn.text-collapse .text:first-child,.fc button.text-collapse .text:first-child{right:35px}.bttn.text-collapse .text:nth-child(2),.fc button.text-collapse .text:nth-child(2){left:35px}.bttn.text-collapse.active,.bttn.text-collapse:hover,.fc button.text-collapse.active,.fc button.text-collapse:hover{border-radius:0 35px 35px 0}.bttn.text-collapse.active .text,.bttn.text-collapse:hover .text,.fc button.text-collapse.active .text,.fc button.text-collapse:hover .text{max-width:1000px;padding:11px 8px 11px 16px;transition:max-width 1s}.bttn.text-collapse.active .text:first-child,.bttn.text-collapse:hover .text:first-child,.fc button.text-collapse.active .text:first-child,.fc button.text-collapse:hover .text:first-child{border-radius:35px 0 0 35px}.bttn.text-collapse.active .text:nth-child(2),.bttn.text-collapse:hover .text:nth-child(2),.fc button.text-collapse.active .text:nth-child(2),.fc button.text-collapse:hover .text:nth-child(2){border-radius:0 35px 35px 0}.bttn:hover.primary,.fc button:hover.primary{box-shadow:0 0 0 8px rgba(92,229,0,.28)}.bttn:hover.secondary,.fc button:hover.secondary{box-shadow:0 0 0 8px rgba(10,188,221,.28)}.bttn:hover.blue,.fc button:hover.blue{box-shadow:0 0 0 8px rgba(132,208,253,.28)}.bttn:hover.green,.fc button:hover.green{box-shadow:0 0 0 8px rgba(135,236,109,.37)}.bttn:hover.orange,.fc button:hover.orange{box-shadow:0 0 0 8px rgba(251,188,72,.16)}.bttn:hover.red,.fc button:hover.red{box-shadow:0 0 0 8px hsla(0,100%,82%,.28)}.bttn:hover.yellow,.fc button:hover.yellow{box-shadow:0 0 0 8px rgba(255,242,66,.28)}.bttn i{line-height:0}.bttn[disabled],.fc button.fc-state-disabled{opacity:.5;cursor:not-allowed}.fc-state-active,.fc-state-down{box-shadow:inset 0 0 3px 0 rgba(0,0,0,.3);text-shadow:none}.bttn-group,.fc-button-group{display:inline-flex;align-items:center;background-color:var(--bttn-group-bg);border-radius:24px}.bttn-group .bttn,.fc-button-group .bttn{margin:0}.bttn-group .bttn:hover,.fc-button-group .bttn:hover{z-index:1}@keyframes from-bottom{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.expanded .expanded-title{display:flex;cursor:pointer;align-items:center}.expanded .expanded-title .mat-icon{transition-duration:.2s;transition-property:transform}.expanded .expanded-title.active .mat-icon{transform:rotate(90deg);margin:8px 4px 0 0}.expanded .expanded-content{padding:8px 0;text-align:justify;color:gray}.content-placeholder.slide-toggle{width:36px;height:16px;border-radius:4px}.content-placeholder.input{height:50px;border-radius:var(--input-border-radius)}.error{color:red;font-size:13px}input:focus{outline:none}[hidden]{display:none!important}fieldset{-webkit-padding-before:16px;padding:16px 16px 8px;margin:0;border-radius:4px;font-family:inherit;min-width:0}fieldset,legend{position:relative}legend{top:2px;padding:0 16px;margin-left:-10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}input,select,textarea{border:none}.form-element>label:not(.switch){pointer-events:none}.form-element{display:flex;position:relative;flex-direction:column}.form-element address-col-input,.form-element select,.form-element ser-date,.form-element ser-date-range,.form-element ser-select,.form-element textarea,.form-element>input{position:relative;flex:1 1;background-image:none;background-clip:padding-box;outline:none;-moz-appearance:none;-webkit-appearance:none;box-sizing:border-box;max-width:100%}.form-element .radio-group,.form-element .radio-group .radio-input{display:flex;align-items:center}.form-element>label:not(.switch){display:inline-block}.form-element:not(.plain)>label:not(.switch){display:inline-block;position:absolute;z-index:2;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;transition:all .2s ease-in-out}.form-element:not(.plain)>label:not(.switch) address-col-input:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch) select:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch) ser-date-range:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch) ser-date:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch) ser-select:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch) textarea:not(:focus)::placeholder,.form-element:not(.plain)>label:not(.switch)+input:not(:focus)::placeholder{opacity:0}.form-element:not(.plain).active>label:not(.switch),.form-element:not(.plain).focus>label:not(.switch){top:-5px;left:16px;transition:all .2s ease-in-out;pointer-events:all}.form-element .input-group{display:flex;position:relative}.form-element .error,.form-element .input-group .addon{-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-element .error[hidden]{display:none}.form-element .loader:after{overflow:hidden;position:absolute;animation:ellipsis 4s steps(4) infinite;content:"...";width:0}.form-group.no-padding{padding-bottom:0}:root{--primary-color:#653182;--font-color-1:#040404;--font-color-2:#555;--font-color-disabled:#a5a5a5;--font-color-placeholder:#a5a5a5;--svg-icon-size:24px;--button-border-width:3px;--button-blue-font:#fff;--button-blue-bg:#1e90ff;--button-blue-border:var(--button-blue-bg);--light-blue-font:#424242;--light-blue-bg:skyblue;--light-blue-border:var(--light-blue-bg);--button-red-font:#fff;--button-red-bg:red;--button-red-border:var(--button-red-bg);--button-yellow-font:#424242;--button-yellow-bg:#ff0;--button-yellow-border:var(--button-yellow-bg);--button-orange-font:#fff;--button-orange-bg:orange;--button-orange-border:var(--button-orange-bg);--button-orangered-font:#fff;--button-orangered-bg:#ff4500;--button-orangered-border:var(--button-orangered-bg);--button-green-font:#fff;--button-green-bg:#32cd32;--button-green-border:var(--button-green-bg);--button-violet-font:#fff;--button-violet-bg:#8a2be2;--button-violet-border:var(--button-violet-bg);--bttn-group-bg:#f1f1f1;--grey-border:#f3f3f3;--grey-hover:#efefef;--card-bg:#e4e3e3;--bg-disabled:#f3f3f3;--bg-0dp:#eff1f4;--bg-1dp:#fff;--bg-2dp:#e4e3e3;--bg-3dp:#dfdfdf;--chip-font-color:#000;--chip-bg:#e4e3e3;--input-border-radius:14px;--input-file-item-bg:#e6e6e6;--input-file-item-delete-bg:#bbb;--input-file-item-delete-color:#5a5a5a;--input-image-width:200px;--input-image-height:200px;--input-image-margin:0 auto;--dark-grey-4dp:#272727;--dark-grey-6dp:#2c2c2c;--dark-error-color:#cf6679;--select-bg:#fff;--select-border:#c3c3c3;--select-base-color:#0079fe;--select-check-color:#0079fe;--select-token-text-color:#fff;--select-hover-color:#f5f5f5;--select-selected-bg-color:#e9f4ff;--select-shadow-color:rgba(0,0,0,.25);--select-icon-color:#5a5a5a;--filter-bg:#fff;--filter-icon-color:#5a5a5a;--filter-border:#c3c3c3;--filter-check-color:#0079fe;--filter-token-color:#ebebeb;--filter-token-remove-color:var(--filter-token-color);--filter-token-remove-bg-color:#6b6b6b;--address-via-options-bg:#fff;--address-via-options-hover:#f5f5f5;--address-color-placeholder:#bcbcbc;--address-input-border:#c3c3c3;--address-font-family:"Source Code Pro",monospace;--pin-font-size:20px;--pin-item-spacing:4px;--pin-item-height:50px;--pin-item-border:2px solid var(--input-border);--pin-item-border-bottom:2px solid var(--input-border);--pin-item-border-has-value:2px solid var(--input-border);--pin-item-border-bottom-has-value:2px solid var(--input-border);--pin-item-border-focused:2px solid var(--input-border);--pin-item-border-bottom-focused:2px solid var(--input-border);--pin-item-border-radius:8px;--pin-item-bg:var(--input-bg);--pin-color:#171516;--snackbar-bg:#474747;--snackbar-bg-green:#32cd32;--snackbar-bg-red:red;--snackbar-bg-orange:orange;--snackbar-bg-orange-red:#ff4500;--snackbar-icon-color:#fff;--datepicker-container-months-color-bg:#fff;--datepicker-container-months-box-shadow-color:#ddd;--datepicker-footer-color-bg:#fafafa;--datepicker-footer-box-shadow-color:#ddd;--datepicker-tooltip-color-bg:#fff;--datepicker-month-header-color:#333;--datepicker-button-prev-month-color:#9e9e9e;--datepicker-button-next-month-color:#9e9e9e;--datepicker-button-prev-month-color-hover:#2196f3;--datepicker-button-next-month-color-hover:#2196f3;--datepicker-month-width:calc(var(--datepicker-day-width) * 7);--datepicker-month-weekday-color:#9e9e9e;--datepicker-month-week-number-color:#9e9e9e;--datepicker-day-width:38px;--datepicker-day-color:#333;--datepicker-day-color-hover:#2196f3;--datepicker-is-today-color:red;--datepicker-is-in-range-color:#bbdefb;--datepicker-is-locked-color:#9e9e9e;--datepicker-is-start-color:#fff;--datepicker-is-start-color-bg:#2196f3;--datepicker-is-end-color:#fff;--datepicker-is-end-color-bg:#2196f3;--datepicker-button-cancel-color:#fff;--datepicker-button-cancel-color-bg:#9e9e9e;--datepicker-button-apply-color:#fff;--datepicker-button-apply-color-bg:#2196f3;--datepicker-button-reset-color:#909090;--datepicker-button-reset-color-hover:#2196f3;--datepicker-highlighted-day-color:#333;--datepicker-highlighted-day-color-bg:#ffeb3b;--datepicker-shortcut-border-color:#e7e7e7;--datepicker-shortcut-font-color:#040404;--datepicker-month-item-header-bg:#ddd;--datepicker-month-item-font-color:#040404}body.scheme-dark{--font-color-1:#fff;--font-color-2:#fff;--font-color-disabled:#a5a5a5;--bttn-group-bg:#333;--card-bg:#3e3e3e;--grey-border:#4e4e4e;--bg-disabled:#131313;--bg-0dp:#1e1e1e;--bg-1dp:#272727;--bg-2dp:#3e3e3e;--bg-3dp:#272727;--chip-font-color:#fff;--chip-bg:#3e3e3e;--input-border:#616161;--input-bg:#272727;--input-bg-disabled:#131313;--input-font-color-disabled:#6b6b6b;--input-error-border:2px solid #fd4e4e;--input-label-radius:4px;--select-bg:#272727;--select-border:#616161;--select-hover-color:#5f5f5f;--select-selected-bg-color:#52606d;--select-shadow-color:#1d1c1c;--select-icon-color:#fff;--filter-bg:#272727;--filter-border:#616161;--filter-icon-color:#5a5a5a;--filter-token-color:#424242;--filter-token-remove-bg-color:#6b6b6b;--address-via-options-bg:#272727;--address-via-options-hover:#5f5f5f;--address-color-placeholder:#bcbcbc;--address-input-border:#616161;--datepicker-container-months-color-bg:#3b3b3b;--datepicker-container-months-box-shadow-color:#131313;--datepicker-footer-color-bg:#fafafa;--datepicker-footer-box-shadow-color:#ddd;--datepicker-tooltip-color-bg:#3b3b3b;--datepicker-month-header-color:#fff;--datepicker-button-prev-month-color:#9e9e9e;--datepicker-button-next-month-color:#9e9e9e;--datepicker-month-weekday-color:#9e9e9e;--datepicker-month-week-number-color:#9e9e9e;--datepicker-day-color:#fff;--datepicker-day-color-hover:#2196f3;--datepicker-is-today-color:red;--datepicker-is-in-range-color:#264157;--datepicker-is-locked-color:#9e9e9e;--datepicker-is-start-color:#fff;--datepicker-is-start-color-bg:#2196f3;--datepicker-is-end-color:#fff;--datepicker-is-end-color-bg:#2196f3;--datepicker-highlighted-day-color:#333;--datepicker-shortcut-font-color:#fff;--datepicker-month-item-header-bg:#656565;--datepicker-month-item-font-color:#fff}fieldset{border:2px solid var(--input-border);border-radius:12px}fieldset legend{font-size:.9285714286rem;text-transform:uppercase}@keyframes autofill-fix{0%,to{color:#000;background:var(--bg-2dp)}}@keyframes autofill-fix-dark{0%,to{color:#fff;background:var(--bg-2dp)}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--font-color-1)!important}.form-element>label:not(.switch){font-size:14px;font-weight:600;margin-bottom:4px}.form-element:not(.plain){margin-top:24px}.form-element:not(.plain)>label:not(.switch){top:11px;left:18px;margin-bottom:0;max-width:calc(100% - 36px);border-radius:var(--input-label-radius)}.form-element:not(.plain)>label:not(.switch).tr{left:58px}.form-element:not(.plain).active>label:not(.switch),.form-element:not(.plain).focus>label:not(.switch){font-size:.5714285714rem;letter-spacing:1px;padding:0 8px;border-radius:8px;background-color:var(--input-bg)}.form-element:not(.plain).invalid.dirty>label:not(.switch){color:red}.form-element:not(.plain).disabled>label:not(.switch){background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}.form-element .form-control,.form-element address-col-input,.form-element input,.form-element select,.form-element ser-date,.form-element ser-date-range,.form-element ser-input-currency,.form-element ser-input-file,.form-element ser-input-number,.form-element ser-select,.form-element textarea{margin:0;position:relative;font-family:inherit;color:var(--font-color-1);transition:background-color .5s;outline:none}.form-element .form-control :-webkit-autofill,.form-element .form-control :-webkit-autofill:active,.form-element .form-control :-webkit-autofill:focus,.form-element .form-control :-webkit-autofill:hover,.form-element address-col-input :-webkit-autofill,.form-element address-col-input :-webkit-autofill:active,.form-element address-col-input :-webkit-autofill:focus,.form-element address-col-input :-webkit-autofill:hover,.form-element input :-webkit-autofill,.form-element input :-webkit-autofill:active,.form-element input :-webkit-autofill:focus,.form-element input :-webkit-autofill:hover,.form-element select :-webkit-autofill,.form-element select :-webkit-autofill:active,.form-element select :-webkit-autofill:focus,.form-element select :-webkit-autofill:hover,.form-element ser-date :-webkit-autofill,.form-element ser-date :-webkit-autofill:active,.form-element ser-date :-webkit-autofill:focus,.form-element ser-date :-webkit-autofill:hover,.form-element ser-date-range :-webkit-autofill,.form-element ser-date-range :-webkit-autofill:active,.form-element ser-date-range :-webkit-autofill:focus,.form-element ser-date-range :-webkit-autofill:hover,.form-element ser-input-currency :-webkit-autofill,.form-element ser-input-currency :-webkit-autofill:active,.form-element ser-input-currency :-webkit-autofill:focus,.form-element ser-input-currency :-webkit-autofill:hover,.form-element ser-input-file :-webkit-autofill,.form-element ser-input-file :-webkit-autofill:active,.form-element ser-input-file :-webkit-autofill:focus,.form-element ser-input-file :-webkit-autofill:hover,.form-element ser-input-number :-webkit-autofill,.form-element ser-input-number :-webkit-autofill:active,.form-element ser-input-number :-webkit-autofill:focus,.form-element ser-input-number :-webkit-autofill:hover,.form-element ser-select :-webkit-autofill,.form-element ser-select :-webkit-autofill:active,.form-element ser-select :-webkit-autofill:focus,.form-element ser-select :-webkit-autofill:hover,.form-element textarea :-webkit-autofill,.form-element textarea :-webkit-autofill:active,.form-element textarea :-webkit-autofill:focus,.form-element textarea :-webkit-autofill:hover{-webkit-text-fill-color:var(--font-color-1)!important}.form-element>.form-control,.form-element>address-col-input,.form-element>input,.form-element>select,.form-element>ser-date,.form-element>ser-date-range,.form-element>ser-input-currency,.form-element>ser-input-file,.form-element>ser-input-number,.form-element>ser-select,.form-element>textarea{font-size:var(--input-font-size);padding:6px 12px;background-color:var(--input-bg);min-height:var(--input-min-height);border:2px solid var(--input-border);border-radius:var(--input-border-radius)}.form-element>address-col-input,.form-element>input,.form-element>select,.form-element>ser-date,.form-element>ser-date-range,.form-element>ser-input-currency,.form-element>ser-input-number{max-height:var(--input-max-height)}.form-element .mat-select::placeholder,.form-element input::placeholder,.form-element select::placeholder,.form-element textarea::placeholder{color:var(--font-color-placeholder)}.form-element .input-group{background-color:var(--input-bg);border:2px solid var(--input-border);border-radius:var(--input-border-radius);transition:background-color .5s}.form-element .input-group .addon{position:relative;margin-bottom:0;font-weight:400;text-align:center;padding:6px 12px;font-family:inherit;font-size:.7142857143rem;color:var(--font-color-1);display:flex;justify-content:center;align-items:center}.form-element .input-group .addon .material-icons,.form-element .input-group .addon .svg-icon,.form-element .input-group .addon i{color:var(--input-icon-color)}.form-element .input-group>.form-control,.form-element .input-group>address-col-input,.form-element .input-group>input,.form-element .input-group>select,.form-element .input-group>ser-date,.form-element .input-group>ser-date-range,.form-element .input-group>ser-input-currency,.form-element .input-group>ser-input-file,.form-element .input-group>ser-input-number,.form-element .input-group>ser-select,.form-element .input-group>textarea{flex:1 1;min-width:0;font-size:var(--input-font-size);padding:6px 18px;min-height:var(--input-min-height);border-radius:var(--input-border-radius);background-color:var(--input-bg)}.form-element .input-group>address-col-input,.form-element .input-group>input,.form-element .input-group>select,.form-element .input-group>ser-date,.form-element .input-group>ser-date-range,.form-element .input-group>ser-input-currency,.form-element .input-group>ser-input-number{max-height:var(--input-max-height)}.form-element.disabled{cursor:not-allowed}.form-element.disabled>label:not(.switch){border-radius:8px}.form-element.disabled>.form-control,.form-element.disabled>address-col-input,.form-element.disabled>input,.form-element.disabled>select,.form-element.disabled>ser-date,.form-element.disabled>ser-date-range,.form-element.disabled>ser-input-currency,.form-element.disabled>ser-input-file,.form-element.disabled>ser-input-number,.form-element.disabled>ser-select,.form-element.disabled>textarea{background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}.form-element.disabled .input-group{background-color:var(--input-bg-disabled)}.form-element.disabled .input-group>.form-control,.form-element.disabled .input-group>address-col-input,.form-element.disabled .input-group>input,.form-element.disabled .input-group>select,.form-element.disabled .input-group>ser-date,.form-element.disabled .input-group>ser-date-range,.form-element.disabled .input-group>ser-input-currency,.form-element.disabled .input-group>ser-input-file,.form-element.disabled .input-group>ser-input-number,.form-element.disabled .input-group>ser-select,.form-element.disabled .input-group>textarea{background-color:var(--input-bg-disabled);color:var(--input-font-color-disabled)}.form-element.focus>.form-control,.form-element.focus>address-col-input,.form-element.focus>input,.form-element.focus>select,.form-element.focus>ser-date,.form-element.focus>ser-date-range,.form-element.focus>ser-input-currency,.form-element.focus>ser-input-file,.form-element.focus>ser-input-number,.form-element.focus>ser-select,.form-element.focus>textarea{box-shadow:0 0 0 4px var(--input-focus-shadow-color);border-color:var(--input-focus-color)}.form-element.focus>.form-control:-webkit-autofill,.form-element.focus>address-col-input:-webkit-autofill,.form-element.focus>input:-webkit-autofill,.form-element.focus>select:-webkit-autofill,.form-element.focus>ser-date-range:-webkit-autofill,.form-element.focus>ser-date:-webkit-autofill,.form-element.focus>ser-input-currency:-webkit-autofill,.form-element.focus>ser-input-file:-webkit-autofill,.form-element.focus>ser-input-number:-webkit-autofill,.form-element.focus>ser-select:-webkit-autofill,.form-element.focus>textarea:-webkit-autofill{-webkit-text-fill-color:var(--font-color-1)!important}.form-element.focus .input-group{box-shadow:0 0 0 4px var(--input-focus-shadow-color);border-color:var(--input-focus-color)}.form-element.focus .input-group .form-control:-webkit-autofill,.form-element.focus .input-group address-col-input:-webkit-autofill,.form-element.focus .input-group input:-webkit-autofill,.form-element.focus .input-group select:-webkit-autofill,.form-element.focus .input-group ser-date-range:-webkit-autofill,.form-element.focus .input-group ser-date:-webkit-autofill,.form-element.focus .input-group ser-input-currency:-webkit-autofill,.form-element.focus .input-group ser-input-file:-webkit-autofill,.form-element.focus .input-group ser-input-number:-webkit-autofill,.form-element.focus .input-group ser-select:-webkit-autofill,.form-element.focus .input-group textarea:-webkit-autofill{-webkit-text-fill-color:var(--font-color-1)!important}.form-element.invalid.dirty>.form-control,.form-element.invalid.dirty>address-col-input,.form-element.invalid.dirty>input,.form-element.invalid.dirty>select,.form-element.invalid.dirty>ser-date,.form-element.invalid.dirty>ser-date-range,.form-element.invalid.dirty>ser-input-currency,.form-element.invalid.dirty>ser-input-file,.form-element.invalid.dirty>ser-input-number,.form-element.invalid.dirty>ser-select,.form-element.invalid.dirty>textarea{border-color:var(--input-error-border-color)}.form-element.invalid.dirty>.form-control .selected-list .controls .chevron,.form-element.invalid.dirty>address-col-input .selected-list .controls .chevron,.form-element.invalid.dirty>input .selected-list .controls .chevron,.form-element.invalid.dirty>select .selected-list .controls .chevron,.form-element.invalid.dirty>ser-date .selected-list .controls .chevron,.form-element.invalid.dirty>ser-date-range .selected-list .controls .chevron,.form-element.invalid.dirty>ser-input-currency .selected-list .controls .chevron,.form-element.invalid.dirty>ser-input-file .selected-list .controls .chevron,.form-element.invalid.dirty>ser-input-number .selected-list .controls .chevron,.form-element.invalid.dirty>ser-select .selected-list .controls .chevron,.form-element.invalid.dirty>textarea .selected-list .controls .chevron{color:var(--input-error-border-color)}.form-element.invalid.dirty .input-group{border-color:var(--input-error-border-color)}.form-element.invalid.dirty .input-group .addon .material-icons,.form-element.invalid.dirty .input-group .addon .svg-icon,.form-element.invalid.dirty .input-group .addon i{color:var(--input-error-border-color)}.form-element.active>label:not(.switch).tr,.form-element.focus>label:not(.switch).tr{left:16px}.form-element.active.invalid.dirty>.form-control,.form-element.active.invalid.dirty>address-col-input,.form-element.active.invalid.dirty>input,.form-element.active.invalid.dirty>select,.form-element.active.invalid.dirty>ser-date,.form-element.active.invalid.dirty>ser-date-range,.form-element.active.invalid.dirty>ser-input-currency,.form-element.active.invalid.dirty>ser-input-file,.form-element.active.invalid.dirty>ser-input-number,.form-element.active.invalid.dirty>ser-select,.form-element.active.invalid.dirty>textarea,.form-element.focus.invalid.dirty>.form-control,.form-element.focus.invalid.dirty>address-col-input,.form-element.focus.invalid.dirty>input,.form-element.focus.invalid.dirty>select,.form-element.focus.invalid.dirty>ser-date,.form-element.focus.invalid.dirty>ser-date-range,.form-element.focus.invalid.dirty>ser-input-currency,.form-element.focus.invalid.dirty>ser-input-file,.form-element.focus.invalid.dirty>ser-input-number,.form-element.focus.invalid.dirty>ser-select,.form-element.focus.invalid.dirty>textarea{box-shadow:0 0 0 4px var(--input-error-shadow-color)}.form-element.active.invalid.dirty>.form-control:-webkit-autofill,.form-element.active.invalid.dirty>address-col-input:-webkit-autofill,.form-element.active.invalid.dirty>input:-webkit-autofill,.form-element.active.invalid.dirty>select:-webkit-autofill,.form-element.active.invalid.dirty>ser-date-range:-webkit-autofill,.form-element.active.invalid.dirty>ser-date:-webkit-autofill,.form-element.active.invalid.dirty>ser-input-currency:-webkit-autofill,.form-element.active.invalid.dirty>ser-input-file:-webkit-autofill,.form-element.active.invalid.dirty>ser-input-number:-webkit-autofill,.form-element.active.invalid.dirty>ser-select:-webkit-autofill,.form-element.active.invalid.dirty>textarea:-webkit-autofill,.form-element.focus.invalid.dirty>.form-control:-webkit-autofill,.form-element.focus.invalid.dirty>address-col-input:-webkit-autofill,.form-element.focus.invalid.dirty>input:-webkit-autofill,.form-element.focus.invalid.dirty>select:-webkit-autofill,.form-element.focus.invalid.dirty>ser-date-range:-webkit-autofill,.form-element.focus.invalid.dirty>ser-date:-webkit-autofill,.form-element.focus.invalid.dirty>ser-input-currency:-webkit-autofill,.form-element.focus.invalid.dirty>ser-input-file:-webkit-autofill,.form-element.focus.invalid.dirty>ser-input-number:-webkit-autofill,.form-element.focus.invalid.dirty>ser-select:-webkit-autofill,.form-element.focus.invalid.dirty>textarea:-webkit-autofill{box-shadow:0 0 0 4px var(--input-error-shadow-color),0 0 0 1000px var(--input-bg) inset!important;-webkit-text-fill-color:var(--font-color-1)!important}.form-element.active.invalid.dirty .input-group,.form-element.focus.invalid.dirty .input-group{box-shadow:0 0 0 4px var(--input-error-shadow-color)}.form-element .error{padding-left:4px;color:red;font-size:.7142857143rem;text-align:right;margin-top:2px;height:0}@keyframes dropdown-appear{0%{transform:scaleY(.8);opacity:.8}to{transform:scaleY(1);opacity:1}}.longpress{-webkit-user-select:none;-moz-user-select:none;user-select:none}.scheme-dark input:-webkit-autofill,.scheme-dark select:-webkit-autofill,.scheme-dark textarea:-webkit-autofill{animation-name:autofill-fix-dark}.scheme-dark fieldset{border:1px solid #4e4e4e}:root{--primary-color-font:#fff;--step-active-color:#1e90ff;--step-complete-color:#48dd0a;--secondary-color:#0fc198;--font-color:#000;--primary-gradient:linear-gradient(45deg,var(--primary-color) 0%,var(--secondary-color) 75%);--purple-gradient:linear-gradient(45deg,#b44884,#4a1e37);--green-gradient:linear-gradient(45deg,#5fd08e,#1daf59);--orange-gradient:linear-gradient(45deg,#faa200,#f59e00);--button-border-width:4px;--scrollbar-thumb-color-bg:#555;--profile-pic-border:#d6d6d6;--stand-by-color:#6b6b6b;--stand-by-color-bold:#7e7f83;--form-side-bg:#7e7f83;--form-side-font-color:#fff;--bg-0dp:#f5f6fa;--bg-3dp:#cecece;--font-color-1:#0a0a0a;--font-color-2:dimgray;--blue-primary-font:#103e6e;--font-color-route:#152c5b;--primary-color:#48dd0a;--primary-color-dark:#48dd0a;--primary-color-rgb:toRGB(#48dd0a);--sidebar-icon-color:var(--primary-color);--card-bg:#f7fbff;--card-color-bg:#ebfbe4;--crud-card-border:transparent;--swiper-navigation-color:var(--primary-color);--swiper-theme-color:var(--primary-color);--plan-bg:#f1f6fb;--card-bg-2:#f5f5f5;--cp-card-color-bg:#f5f5f5;--input-font-size:14px;--input-min-height:40px;--input-max-height:40px;--input-border-radius:12px;--input-border:#c3c3c3;--input-bg:#fff;--input-bg-disabled:#f3f3f3;--input-font-color-disabled:#141414;--input-error-border-color:#fd4e4e;--input-error-border:2px solid rgba(#fd4e4e,0.4);--input-error-shadow-color:#f8dddd;--input-focus-color:#3490cc;--input-focus-shadow-color:rgba(0,155,255,.3);--input-icon-color:#7d7d7d}body,html{padding:0;margin:0;font-family:var(--font-body);min-height:100%;width:100%;color:var(--font-color)}body.has-backdrop,html.has-backdrop{overflow:hidden}body{padding-top:64px}body.has-topbar-ad{padding-top:120px}@media screen and (min-width:850px){body{font-size:16px;padding-top:135px}body.has-topbar-ad{padding-top:132px}}@media screen and (min-width:1600px){body{font-size:18px}}*{box-sizing:border-box}h1{font-family:var(--font-title)}.pincode-input-container{text-align:center}.react-datepicker__input-container input{width:100%}.content-placeholder{animation:content-placeholder 2s linear infinite;background:linear-gradient(90deg,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}.content-placeholder.input{height:64px;width:100%;border-radius:6px}.content-placeholder.text{height:16px;width:100%;border-radius:4px}.content-placeholder.photo{width:200px;height:200px;border-radius:50%}@keyframes content-placeholder{0%{background-position:-1000px 0}to{background-position:1000px 0}}.mat-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;background-repeat:no-repeat;display:inline-block;fill:currentColor;height:24px;width:24px}table{border-collapse:collapse;margin:48px 0}table td,table th{padding:4px 16px}table td{border-bottom:1px solid #e7e7e7}table th{text-align:left;border-bottom:2px solid #c5c5c5}pre{color:#5d5d5d;background-color:#f7f7f7;padding:16px;border-radius:8px}blockquote{--quote-color:15 193 152;background-color:rgb(var(--quote-color)/5%);border-left:8px solid rgb(var(--quote-color));border-radius:4px 12px 12px 4px;padding:16px;margin:16px 0}.medium-zoom-image{max-height:90%;z-index:2}.medium-zoom-image--opened{border-radius:8px;filter:drop-shadow(0 0 2px rgba(0,0,0,.2))}.medium-zoom-overlay{z-index:2}[class^=topbar-ad_host]+[class^=topbar_host]{top:49px}@media screen and (min-width:850px){[class^=topbar-ad_host]+[class^=topbar_host]{top:53px}}@font-face{font-family:__bodyFont_b0ce01;src:url(/_next/static/media/d42aae00d921e40c-s.p.woff2) format("woff2");font-display:swap;font-weight:1 999;font-style:normal}@font-face{font-family:__bodyFont_b0ce01;src:url(/_next/static/media/c60c5d5f82d4fd7c-s.p.woff2) format("woff2");font-display:swap;font-weight:1 999;font-style:italic}@font-face{font-family:__bodyFont_Fallback_b0ce01;src:local("Arial");ascent-override:96.63%;descent-override:24.65%;line-gap-override:4.93%;size-adjust:101.42%}.__className_b0ce01{font-family:__bodyFont_b0ce01,__bodyFont_Fallback_b0ce01,Arial,sans-serif}.__variable_b0ce01{--font-body:"__bodyFont_b0ce01","__bodyFont_Fallback_b0ce01",Arial,sans-serif}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_3eb911;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_3eb911;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_3eb911{font-family:__Inter_3eb911,__Inter_Fallback_3eb911,Arial,sans-serif;font-style:normal}.__variable_3eb911{--font-body-alt:"__Inter_3eb911","__Inter_Fallback_3eb911",Arial,sans-serif}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_8bce1a;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_8bce1a;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_8bce1a{font-family:__Poppins_8bce1a,__Poppins_Fallback_8bce1a,Arial,sans-serif;font-style:normal}.__variable_8bce1a{--font-title:"__Poppins_8bce1a","__Poppins_Fallback_8bce1a",Arial,sans-serif}.footer_footer__N6ptV{position:relative;width:100%;background-color:#2a2a2a;color:#fff}.footer_footer__N6ptV .footer_main__qsSdF{display:grid;grid-gap:32px;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);padding:64px 20px}@media(min-width:800px){.footer_footer__N6ptV .footer_main__qsSdF{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}@media(min-width:1200px){.footer_footer__N6ptV .footer_main__qsSdF{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}}.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v{grid-column:1/3}@media(min-width:800px){.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v{grid-column:1/1}}.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v .footer_tagline__CjR7A{font-size:12px;max-width:256px;margin:20px 0}.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v .footer_company_info__tZMnX{font-size:14px;margin-bottom:32px}.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v .footer_social__4Hjba{display:flex;gap:24px;align-items:center}.footer_footer__N6ptV .footer_main__qsSdF .footer_s1__NDo2v .footer_social__4Hjba a{text-decoration:none;display:flex}.footer_footer__N6ptV .footer_main__qsSdF .footer_s2__b9vON,.footer_footer__N6ptV .footer_main__qsSdF .footer_s3__hzuPK,.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI,.footer_footer__N6ptV .footer_main__qsSdF .footer_s5__Xt6z6{color:#fff}.footer_footer__N6ptV .footer_main__qsSdF .footer_s2__b9vON .footer_t1__LNXlA,.footer_footer__N6ptV .footer_main__qsSdF .footer_s3__hzuPK .footer_t1__LNXlA,.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_t1__LNXlA,.footer_footer__N6ptV .footer_main__qsSdF .footer_s5__Xt6z6 .footer_t1__LNXlA{font-family:var(--font-title);font-weight:500}.footer_footer__N6ptV .footer_main__qsSdF .footer_s2__b9vON .footer_links__tFNZ2,.footer_footer__N6ptV .footer_main__qsSdF .footer_s3__hzuPK .footer_links__tFNZ2,.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_links__tFNZ2,.footer_footer__N6ptV .footer_main__qsSdF .footer_s5__Xt6z6 .footer_links__tFNZ2{display:grid;grid-gap:8px;gap:8px;padding-top:16px;max-width:200px}.footer_footer__N6ptV .footer_main__qsSdF .footer_s2__b9vON .footer_links__tFNZ2 a,.footer_footer__N6ptV .footer_main__qsSdF .footer_s3__hzuPK .footer_links__tFNZ2 a,.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_links__tFNZ2 a,.footer_footer__N6ptV .footer_main__qsSdF .footer_s5__Xt6z6 .footer_links__tFNZ2 a{color:#fff;opacity:.7;text-decoration:none;font-size:12px}.footer_footer__N6ptV .footer_main__qsSdF .footer_s2__b9vON .footer_links__tFNZ2 a:hover,.footer_footer__N6ptV .footer_main__qsSdF .footer_s3__hzuPK .footer_links__tFNZ2 a:hover,.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_links__tFNZ2 a:hover,.footer_footer__N6ptV .footer_main__qsSdF .footer_s5__Xt6z6 .footer_links__tFNZ2 a:hover{opacity:1}.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_contact_info__l7FeV{display:flex;flex-direction:column;gap:12px;padding-top:16px;max-width:250px}.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_contact_info__l7FeV .footer_contact_item__3unC3{display:flex;align-items:center;gap:8px;font-size:12px;opacity:.7;color:#fff;text-decoration:none;transition:opacity .2s ease}.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_contact_info__l7FeV .footer_contact_item__3unC3:hover{opacity:1;text-decoration:none}.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_contact_info__l7FeV .footer_contact_item__3unC3 svg{width:16px;height:16px;stroke:currentColor;flex-shrink:0}.footer_footer__N6ptV .footer_main__qsSdF .footer_s4__yN5jI .footer_contact_info__l7FeV .footer_contact_item__3unC3 span{color:#fff}.footer_footer__N6ptV .footer_bottom__JVHNF{position:relative;display:flex;gap:16px 8px;align-items:center;justify-content:center;flex-wrap:wrap;background-color:var(--primary-color);padding:24px 8px;font-size:12px;color:#fff;width:100%;background-color:#000}@media(min-width:800px){.footer_footer__N6ptV .footer_bottom__JVHNF{justify-content:space-between;padding:24px 32px}}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_s1__NDo2v{display:flex;gap:16px;align-items:center;color:gray}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_s1__NDo2v .footer_copy__f949_{display:flex;gap:8px;align-items:center}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_s1__NDo2v .footer_copy__f949_ svg{width:16px;height:16px}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_s1__NDo2v .footer_copy__f949_ svg path{fill:#fff}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_s1__NDo2v span{color:#fff}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_terms__y1Aqi{display:flex;gap:16px;align-items:center}.footer_footer__N6ptV .footer_bottom__JVHNF .footer_terms__y1Aqi a{color:gray;text-decoration:none}