.pulsing-active-node{position:relative;width:10px;height:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.pulsing-active-node__ring{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;background:#3c464e;animation:pulse-ring 1.8s ease-out infinite}.pulsing-active-node__dot{position:relative;width:10px;height:10px;border-radius:50%;background:#303940}@keyframes pulse-ring{0%{transform:scale(.6);opacity:.8}to{transform:scale(1.4);opacity:0}}.timeline-step-files{display:flex;flex-direction:column;gap:8px;margin-top:12px}.timeline-step-files__row{display:flex;align-items:center;gap:10px;width:100%;margin:0;padding:12px;border:1px solid #d5dadd;border-radius:12px;background:#fff;color:inherit;text-decoration:none;text-align:start;cursor:pointer}.timeline-step-files__row:hover{background:#f8f9fa}.timeline-step-files__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px;background:#f4f6f7;color:#303940}.timeline-step-files__download{flex-shrink:0;color:#303940}.timeline-step-files__text{display:flex;flex-direction:column;flex:1;min-width:0}.timeline-step-files__title{color:#303940;font-size:14px;font-weight:400;line-height:1.35;overflow:hidden;text-overflow:ellipsis}.timeline-step-files__meta{margin-top:2px;color:#84919a;font-size:12px;font-weight:400;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-timeline-row{--node-line-gap: 3px;display:flex;gap:16px;align-items:stretch;overflow:visible}.step-timeline-row__track{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:20px;flex-shrink:0;overflow:visible}.step-timeline-row__node{width:10px;height:10px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;margin:var(--node-line-gap) 0}.step-timeline-row__node--completed{background:#129e54}.step-timeline-row__node--pending{background:#b0babf}.step-timeline-row .pulsing-active-node{position:relative;z-index:1;margin:var(--node-line-gap) 0}.step-timeline-row__line{flex:1;width:2px;min-height:8px;margin-top:0;border-radius:1px;background:#e5e9eb;position:relative;z-index:0}.step-timeline-row--completed .step-timeline-row__line{background:#129e54}.step-timeline-row__card-shell{flex:1;min-width:0;align-self:stretch;padding-bottom:16px;display:flex;flex-direction:column}.step-timeline-row:last-child .step-timeline-row__card-shell{padding-bottom:0}.step-timeline-row__card{flex:1;background:#fff;border:1px solid #e5e9eb;border-radius:12px;padding:16px 18px}.step-timeline-row--active .step-timeline-row__card{border-color:#dde2e4}.step-timeline-row__content{min-width:0}.step-timeline-row__overline{display:block;font-size:13px;font-weight:600;margin-bottom:6px}.step-timeline-row__overline--default{color:#84919a}.step-timeline-row__overline--success{color:#129e54}.step-timeline-row__overline--warning{color:#e9374d}.step-timeline-row__overline--info{color:#303940}.step-timeline-row__overline--countdown{color:#303940;font-weight:500}.step-timeline-row__countdown{color:inherit}.step-timeline-row__title{margin:0;font-size:18px;font-weight:600;color:#303940;line-height:1.4}.step-timeline-row__title--muted{color:#84919a;font-weight:500}.step-timeline-row__description{margin:8px 0 0;font-size:14px;color:#5b6871;line-height:1.5}.step-timeline-row__description--muted{color:#84919a}.step-timeline-row__action{margin-top:14px}.form-field{display:flex;flex-direction:column;gap:8px;width:100%}.form-field__heading{display:flex;flex-direction:column;gap:2px}.form-field__label{margin:0;font-size:14px;font-weight:500;line-height:normal;color:#303940}.form-field__description{margin:0;font-size:12px;font-weight:400;line-height:normal;color:#5b6871}.form-field__control{display:flex;align-items:center;width:100%;min-height:50px;padding:12px;border:1px solid #dde2e4;border-radius:10px;background:#fff;color:#303940;font-size:16px;font-weight:400;line-height:normal;outline:none;transition:border-color .15s ease}.form-field__control::placeholder{color:#b0babf}.form-field__control:focus,.form-field__control:focus-within{border-color:#9aa6ac}.form-field__control:disabled{opacity:.6;cursor:not-allowed;background:#f4f6f7}.form-field__textarea{min-height:120px;resize:vertical;align-items:flex-start}.form-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236E7C87' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.form-field__error{margin:0;font-size:12px;font-weight:400;color:#e9374d}.form-field__hint{margin:0;font-size:12px;font-weight:400;color:#5b6871}.form-field--error .form-field__control{border-color:#e9374d}.form-file-upload{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;height:50px;padding:12px;border:1px solid #dde2e4;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease}.form-file-upload:hover,.form-file-upload:focus-within{border-color:#9aa6ac}.form-file-upload--disabled{opacity:.6;cursor:not-allowed}.form-file-upload--error{border-color:#e9374d}.form-file-upload__input{display:none}.form-file-upload__placeholder,.form-file-upload__filename{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:400;line-height:normal}.form-file-upload__placeholder{color:#b0babf}.form-file-upload__filename{color:#303940}.form-file-upload__action{display:inline-flex;flex-shrink:0;align-items:center;justify-content:flex-end;gap:4px;color:#5b6871;font-size:16px;font-weight:500;line-height:normal}.form-file-upload__icon{width:20px;height:20px;flex-shrink:0}.form-file-upload__clear{display:inline-flex;padding:0;border:none;background:none;cursor:pointer}.form-file-upload__clear img{width:20px;height:20px}.form-phone-input{display:flex;align-items:stretch;width:100%;min-height:50px;border:1px solid #dde2e4;border-radius:10px;background:#fff;overflow:hidden;transition:border-color .15s ease}.form-phone-input:focus-within{border-color:#9aa6ac}.form-phone-input--error{border-color:#e9374d}.form-phone-input--disabled{opacity:.6}.form-phone-input__country{display:flex;flex-shrink:0;align-items:center;gap:8px;padding:12px 10px;border:none;border-inline-end:1px solid #d5dadd;border-radius:0;background:transparent;color:#303940;font-size:16px;font-weight:500;line-height:normal;white-space:nowrap;cursor:pointer}.form-phone-input__country:disabled{cursor:not-allowed}.form-phone-input__flag{font-size:20px;line-height:1}.form-phone-input__chevron{flex-shrink:0;color:#5b6871}.form-phone-input__control{flex:1;min-width:0;padding:12px;border:none;background:none;color:#303940;font-size:16px;font-weight:400;line-height:normal;outline:none}.form-phone-input__control::placeholder{color:#b0babf}.form-phone-input__control:disabled{cursor:not-allowed}.form-date-picker{position:relative;width:100%}.form-date-picker .react-datepicker-wrapper,.form-date-picker .react-datepicker__input-container{display:block;width:100%}.form-date-picker__input{width:100%;min-height:50px;padding:12px 44px 12px 12px;border:1px solid #dde2e4;border-radius:10px;background:#fff;color:#303940;font-size:16px;font-weight:400;line-height:normal;outline:none;cursor:pointer;transition:border-color .15s ease}.form-date-picker__input::placeholder{color:#b0babf}.form-date-picker__input:focus{border-color:#9aa6ac}.form-date-picker__input:disabled{opacity:.6;cursor:not-allowed;background:#f4f6f7}.form-date-picker__icon{position:absolute;top:50%;right:12px;width:20px;height:20px;transform:translateY(-50%);pointer-events:none}.form-date-picker--error .form-date-picker__input{border-color:#e9374d}.form-date-picker--disabled{opacity:.6;cursor:not-allowed}.form-date-picker__popper,#form-datepicker-portal .react-datepicker-popper{z-index:10050}body[dir=rtl] .form-date-picker__input{padding:12px 12px 12px 44px}body[dir=rtl] .form-date-picker__icon{right:auto;left:12px}.form-checkbox{display:flex;align-items:flex-start;gap:10px;width:100%}.form-checkbox__input{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#e9374d;cursor:pointer}.form-checkbox__label{font-size:14px;font-weight:400;line-height:1.4;color:#303940;cursor:pointer}.v2-switch{position:relative;display:inline-block;width:48px;height:29px;flex-shrink:0;cursor:pointer}.v2-switch--disabled{cursor:not-allowed}.v2-switch__input{position:absolute;width:0;height:0;opacity:0}.v2-switch__slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#dde2e4;transition:background-color .2s ease}.v2-switch__slider:before{content:"";position:absolute;top:3px;inset-inline-start:3px;width:23px;height:23px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #9aa6ac;transition:inset-inline-start .2s ease}.v2-switch__input:checked+.v2-switch__slider{background:#e40521}.v2-switch__input:checked+.v2-switch__slider:before{inset-inline-start:calc(100% - 26px)}.v2-switch__input:disabled+.v2-switch__slider{opacity:.6;cursor:not-allowed}.v2-switch__input:focus-visible+.v2-switch__slider{outline:2px solid #9aa6ac;outline-offset:2px}.confirm-dialog{max-width:420px;margin:16px auto}.confirm-dialog__content{border:none;border-radius:16px;padding:24px;box-shadow:0 8px 24px #30394029}.confirm-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.confirm-dialog__title{margin:0;color:#303940;font-size:18px;font-weight:600;line-height:normal}.confirm-dialog__close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;margin:-4px;padding:0;border:none;border-radius:50%;background:transparent;color:#6e7c87;cursor:pointer}.confirm-dialog__close:hover{background:#f4f6f7;color:#303940}.confirm-dialog__message{margin:8px 0 0;color:#5b6871;font-size:14px;font-weight:400;line-height:1.45}.confirm-dialog__actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:24px}.confirm-dialog__cancel{padding:10px 16px;border:none;border-radius:50px;background:transparent;color:#303940;font-size:14px;font-weight:600;line-height:normal;cursor:pointer}.confirm-dialog__cancel:hover{background:#f4f6f7}.confirm-dialog__confirm{display:inline-flex;align-items:center;justify-content:center;min-width:96px;height:40px;padding:10px 20px;border:none;border-radius:50px;color:#fff;font-size:14px;font-weight:600;line-height:normal;cursor:pointer}.confirm-dialog__confirm--danger{background:#e40521}.confirm-dialog__confirm--danger:hover{background:#c8041c}.confirm-dialog__confirm--primary{background:#303940}.confirm-dialog__confirm--primary:hover{background:#1f272d}@media(max-width:575px){.confirm-dialog{max-width:calc(100vw - 32px)}.confirm-dialog__content{padding:20px}.confirm-dialog__title{font-size:16px}.confirm-dialog__actions{margin-top:20px}}body[dir=rtl] .confirm-dialog__actions{justify-content:flex-start;flex-direction:row-reverse}.app-popup{max-width:480px;margin:16px auto}.app-popup__content{border:none;border-radius:16px;padding:24px 0;box-shadow:0 8px 24px #3c464e}.app-popup__header{position:relative;display:flex;align-items:center;justify-content:center;min-height:28px;padding:0 24px}.app-popup__title{margin:0;color:#303940;font-size:18px;font-weight:500;line-height:normal;text-align:center}.app-popup__close{position:absolute;top:50%;inset-inline-end:24px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:transparent;color:#6e7c87;cursor:pointer}.app-popup__close:hover{background:#f4f6f7;color:#303940}.app-popup__divider{width:100%;height:1px;margin:16px 0 0;background:#e5e9eb}.app-popup__body{display:flex;flex-direction:column;padding:0 24px}@media(max-width:575px){.app-popup{max-width:calc(100vw - 32px)}.app-popup__content{padding:20px 0}.app-popup__header{padding:0 20px}.app-popup__close{inset-inline-end:20px}.app-popup__body{padding:0 20px}.app-popup__title{font-size:16px}}.iban-popup{display:flex;flex-direction:column}.iban-popup__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e5e9eb}.iban-popup__row:last-child{border-bottom:none;padding-bottom:0}.iban-popup__label{color:#5b6871;font-size:14px;font-weight:400;line-height:normal;flex-shrink:0}.iban-popup__value-wrap{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0;text-align:end}.iban-popup__value{color:#303940;font-size:14px;font-weight:500;line-height:normal;word-break:break-word}.iban-popup__copy{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#6e7c87;cursor:pointer}.iban-popup__copy:hover{background:#f4f6f7;color:#303940}@media(max-width:575px){.iban-popup__row{flex-direction:column;gap:8px}.iban-popup__value-wrap{justify-content:flex-start;text-align:start}}body[dir=rtl] .iban-popup__value-wrap{text-align:start}.location-popup-dialog{max-width:520px}.location-popup-dialog__content{max-height:min(90vh,720px);overflow-y:auto}.location-popup{display:flex;flex-direction:column}.location-popup__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid #e5e9eb}.location-popup__label{color:#5b6871;font-size:14px;font-weight:400;line-height:normal;flex:0 0 auto;max-width:40%}.location-popup__value{color:#303940;font-size:14px;font-weight:500;line-height:1.4;text-align:end;word-break:break-word;max-width:55%;flex:0 1 auto}.location-popup__value--multiline{white-space:pre-line}.location-popup__map-section{display:flex;flex-direction:column;gap:12px;padding-top:14px}.location-popup__map-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.location-popup__maps-link{color:#303940;font-size:14px;font-weight:500;line-height:normal;text-decoration:underline;text-underline-offset:2px}.location-popup__maps-link:hover{color:#e40521}.location-popup__map{width:100%;overflow:hidden;border-radius:12px;background:#f4f6f7}.location-popup__map iframe{display:block;width:100%;height:280px;border:0}@media(max-width:575px){.location-popup-dialog{max-width:calc(100vw - 32px)}.location-popup-dialog__content{max-height:90vh}.location-popup__row{flex-direction:column;gap:8px}.location-popup__label{max-width:100%}.location-popup__value{max-width:100%;text-align:start}.location-popup__map iframe{height:220px}}body[dir=rtl] .location-popup__value{text-align:start}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.6rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: .4rem}.g-1,.gy-1{--bs-gutter-y: .4rem}.g-2,.gx-2{--bs-gutter-x: .8rem}.g-2,.gy-2{--bs-gutter-y: .8rem}.g-3,.gx-3{--bs-gutter-x: 1.6rem}.g-3,.gy-3{--bs-gutter-y: 1.6rem}.g-4,.gx-4{--bs-gutter-x: 2.56rem}.g-4,.gy-4{--bs-gutter-y: 2.56rem}.g-5,.gx-5{--bs-gutter-x: 4.8rem}.g-5,.gy-5{--bs-gutter-y: 4.8rem}@media(min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: .4rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .4rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .8rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .8rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1.6rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1.6rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 2.56rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 2.56rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 4.8rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 4.8rem}}@media(min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: .4rem}.g-md-1,.gy-md-1{--bs-gutter-y: .4rem}.g-md-2,.gx-md-2{--bs-gutter-x: .8rem}.g-md-2,.gy-md-2{--bs-gutter-y: .8rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1.6rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1.6rem}.g-md-4,.gx-md-4{--bs-gutter-x: 2.56rem}.g-md-4,.gy-md-4{--bs-gutter-y: 2.56rem}.g-md-5,.gx-md-5{--bs-gutter-x: 4.8rem}.g-md-5,.gy-md-5{--bs-gutter-y: 4.8rem}}@media(min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: .4rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .4rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .8rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .8rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1.6rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1.6rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 2.56rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 2.56rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 4.8rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 4.8rem}}@media(min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: .4rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .4rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .8rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .8rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1.6rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1.6rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 2.56rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 2.56rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 4.8rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 4.8rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: .4rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .4rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .8rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .8rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1.6rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1.6rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 2.56rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 2.56rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 4.8rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 4.8rem}}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.6rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media(min-width:576px){.container-sm,.container{max-width:540px}}@media(min-width:768px){.container-md,.container-sm,.container{max-width:732px}}@media(min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:972px}}@media(min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1100px}}@media(min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1252px}}.footer-title{font-weight:600;font-size:1.4rem;line-height:2.7rem;color:#303940;margin-bottom:1.6rem}.footerlinks{text-decoration:none;font-style:normal;font-weight:400;font-size:1.2rem;line-height:2.1rem;color:#000}@media screen and (max-width:1199px){.footer-title{font-size:1.4rem;line-height:2.4rem}.footerlinks{font-size:1.2rem;line-height:1.8rem}}*{box-sizing:border-box;margin:0;padding:0}html{font-size:10px}@font-face{font-family:Poppins;src:url(/assets/Fonts/poppins/Poppins-Regular.ttf);src:url(/assets/Fonts/poppins/Poppins-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/Fonts/poppins/Poppins-Regular.woff2) format("woff2"),url(/assets/Fonts/poppins/Poppins-Regular.woff) format("woff"),url(/assets/Fonts/poppins/Poppins-Regular.ttf) format("truetype"),url(/assets/Fonts/poppins/Poppins-Regular.svg#Poppins-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Fonts/poppins/Poppins-Medium.ttf);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Fonts/poppins/Poppins-SemiBold.ttf);font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Fonts/poppins/Poppins-Bold.ttf);font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cairo;src:url(/assets/Fonts/Cairo/Cairo-VariableFont_slnt,wght.ttf)}@font-face{font-family:Qanelas;src:url(/assets/Fonts/qanelas/Qanelas-Regular.otf)}@font-face{font-family:Tajawal;src:url(/assets/Fonts/tajawala/Tajawal-Regular.ttf),url(/assets/Fonts/tajawala/Tajawal-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@media(max-width:1199px){.container{padding:0 1.6rem!important}}.toaster{width:min(380px,100vw - 32px)!important;max-width:calc(100vw - 32px);z-index:9999;padding:0!important;margin:0!important;left:auto!important;right:16px!important;top:16px!important;transform:none!important}@media screen and (max-width:600px){.toaster{width:calc(100vw - 32px)!important;right:16px!important;top:12px!important}}body[dir=rtl] .toaster{left:16px!important;right:auto!important}.toaster__body,.Toastify__toast-body{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important;background:transparent!important}.toaster__body>div:last-child,.Toastify__toast-body>div:last-child{flex:1;min-width:0}.Toastify__toast-icon{display:none!important}.toaster__toast,.Toastify__toast{width:100%!important;max-width:100%!important;min-height:0!important;margin:0 0 12px!important;padding:0!important;border:1px solid #dde2e4!important;border-radius:12px!important;background:#fff!important;box-shadow:0 4px 16px #3039401f!important;overflow:hidden!important;opacity:1!important}.CartErrMsg,.CartErrMsgLarge,.CartErrMsgWatch,.CartSuccessMsg,.CartWarnMsg{position:relative;display:flex;align-items:center;gap:12px;width:100%;max-width:100%;margin:0!important;padding-block:14px!important;padding-inline:17px 16px!important;border:none;border-radius:0;background:#fff!important;color:#303940;font-family:Poppins;font-size:13px;font-weight:500;line-height:1.45;text-align:start;word-break:break-word;overflow:hidden;opacity:1!important}.CartErrMsg:before,.CartErrMsgLarge:before,.CartErrMsgWatch:before,.CartSuccessMsg:before,.CartWarnMsg:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:3px}.CartErrMsg:after,.CartErrMsgLarge:after,.CartErrMsgWatch:after,.CartSuccessMsg:after,.CartWarnMsg:after{content:"";flex-shrink:0;width:36px;height:36px;border-radius:50%;background-repeat:no-repeat;background-position:center;background-size:18px 18px;order:-1}.CartErrMsg:before,.CartErrMsgLarge:before,.CartErrMsgWatch:before{background:#ed586a}.CartErrMsg:after,.CartErrMsgLarge:after,.CartErrMsgWatch:after{background-color:#ffdee2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23a20417' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E")}.CartSuccessMsg:before{background:#129e54}.CartSuccessMsg:after{background-color:#d0efde;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230e7c41' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E")}.CartWarnMsg:after{background-color:#fef6e6;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23af7600' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}.CartErrMsg.fade-in{opacity:1!important}.CartErrMsg.fade-out{opacity:0}@media only screen and (max-width:600px){.CartErrMsg,.CartWarnMsg,.CartSuccessMsg,.CartErrMsgLarge,.CartErrMsgWatch{padding-block:12px!important;padding-inline:15px 14px!important;font-size:12px}.CartErrMsg:after,.CartWarnMsg:after,.CartSuccessMsg:after,.CartErrMsgLarge:after,.CartErrMsgWatch:after{width:32px;height:32px;background-size:16px 16px}}body[dir=rtl] .CartErrMsg,body[dir=rtl] .CartWarnMsg,body[dir=rtl] .CartSuccessMsg,body[dir=rtl] .CartErrMsgLarge,body[dir=rtl] .CartErrMsgWatch{font-family:Cairo}
