@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes react-widgets-autofill-start{}@keyframes react-widgets-autofill-cancel{}.rw-btn{padding:0;margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;display:inline-flex;align-items:center;justify-content:center;background-clip:padding-box;cursor:pointer}.rw-btn:focus{outline:none}.rw-btn:disabled,fieldset[disabled] .rw-btn,.rw-state-disabled .rw-btn,.rw-state-readonly .rw-btn{cursor:inherit}fieldset[disabled] .rw-btn{pointer-events:none}.rw-picker-caret,.rw-picker-btn{color:#212529}.rw-picker-btn:hover{background-color:#e9ecef}.rw-picker-btn:active{background-color:#dee2e6}.rw-picker-btn:disabled,fieldset[disabled] .rw-picker-btn{background-color:#e9ecef}.rw-input-addon,.rw-input-addon.rw-picker-btn{border-left:#ccc 1px solid}[dir=rtl] .rw-input-addon,[dir=rtl] .rw-input-addon.rw-picker-btn{border-right:#ccc 1px solid;border-left:none}.rw-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.rw-widget{border:none;color:#212529;font-size:1em;font-family:inherit;outline:none;position:relative}.rw-widget,.rw-widget *,.rw-widget:after,.rw-widget:before,.rw-widget *:after,.rw-widget *:before{box-sizing:border-box}.rw-state-readonly,.rw-state-disabled,fieldset[disabled] .rw-widget{cursor:not-allowed}.rw-widget-picker{display:grid;overflow:hidden;min-height:38px;background-color:#fff;border:#ccc 1px solid;border-radius:4px;outline:none;grid-template:1fr/1fr 1.9em;width:100%}.rw-widget-picker.rw-hide-caret{grid-template-columns:1fr}.rw-state-focus .rw-widget-picker{border-color:#80bdff;box-shadow:0 0 0 3px #007bff40;transition:box-shadow .15s ease-in-out}.rw-state-focus .rw-widget-picker.rw-widget-input{box-shadow:0 0 0 3px #007bff40,inset 0 1px 1px #00000013}.rw-input{margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;padding:0 .857em}.rw-input:disabled{opacity:1}.rw-input[type=text]::-ms-clear{display:none}.rw-input:disabled,.rw-input:read-only{cursor:inherit}.rw-widget-input{color:#495057;background-color:#fff;box-shadow:inset 0 1px 1px #00000013;background-clip:padding-box;width:inherit}.rw-widget-input.rw-state-disabled,.rw-state-disabled .rw-widget-input,fieldset[disabled] .rw-widget-input{background-color:#e9ecef}.rw-placeholder,.rw-input::placeholder{color:#999}.rw-state-disabled .rw-placeholder,.rw-state-disabled .rw-input::placeholder{color:#999}.rw-detect-autofill{padding:0;margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0}.rw-detect-autofill:disabled{opacity:1}.rw-detect-autofill:-webkit-autofill{animation-name:react-widgets-autofill-start;animation-duration:.01ms}.rw-detect-autofill:not(:-webkit-autofill){animation-name:react-widgets-autofill-cancel;animation-duration:.01ms}.rw-webkit-autofill .rw-widget-container,.rw-input:-webkit-autofill{background-color:#e8f0fe!important;background-image:none!important;color:#000!important}.rw-list{font-size:1em;overflow-x:visible;overflow-y:auto;padding-top:.5em;padding-bottom:.5em}.rw-list:focus{outline:none}.rw-list-option,.rw-list-option-create{-webkit-user-select:none;user-select:none;color:#212529;cursor:pointer;border:1px solid transparent;background-clip:padding-box}.rw-list-option:hover,.rw-list-option-create:hover,[data-intent=keyboard] .rw-list-option.rw-state-focus:not(.rw-state-selected),[data-intent=keyboard] .rw-state-focus.rw-list-option-create:not(.rw-state-selected){background-color:#e9ecef;border-color:#e9ecef}.rw-list-option.rw-state-selected,.rw-state-selected.rw-list-option-create{background-color:#007bff;border-color:#007bff;color:#fff}.rw-list-option.rw-state-disabled,.rw-state-disabled.rw-list-option-create{cursor:not-allowed;background-color:transparent;border-color:transparent;color:#dee2e6}.rw-list-empty,.rw-list-option,.rw-list-option-create,.rw-list-optgroup{padding:.25em 1.5em;outline:none}.rw-list-empty{text-align:center;color:#ced4da}.rw-list-optgroup{font-weight:700;padding-top:7px}.rw-list-option-create{display:block;font-size:1em;padding:.25em 1.5em}.rw-listbox{border-radius:4px;background-color:#fff;border:#ccc 1px solid}.rw-listbox.rw-state-focus{border-color:#80bdff;box-shadow:0 0 0 3px #007bff40,inset 0 1px 1px #00000013;transition:box-shadow .15s ease-in-out}.rw-listbox.rw-state-disabled>*,fieldset[disabled] .rw-listbox>*{pointer-events:none}.rw-listbox.rw-state-readonly>*{cursor:inherit}.rw-popup-container{position:absolute;z-index:1005;top:100%;left:-1em;right:-1em;padding:0 1em}.rw-popup-container.rw-dropup{top:auto;bottom:100%}.rw-state-focus .rw-popup-container{z-index:1006}.rw-slide-transition{margin-bottom:1em}.rw-dropup>.rw-slide-transition{margin-bottom:0;margin-top:1em}.rw-popup{overflow:auto;-webkit-overflow-scrolling:touch;margin-top:2px;border-radius:4px;box-shadow:0 .5em 1em #0000002d;border:#ccc 1px solid;background-clip:padding-box;background:#fff}.rw-popup .rw-list{max-height:250px}.rw-dropup .rw-popup{margin-top:0;margin-bottom:2px;box-shadow:0 .5em 1em #0000002d}.rw-slide-transition{transition:transform .13s,opacity .1s}.rw-slide-transition-entering{overflow:hidden}.rw-slide-transition-entering .rw-slide-transition{transform:translateY(0);opacity:1;transition-timing-function:ease-out}.rw-slide-transition-exiting .rw-slide-transition{transition-timing-function:ease-in}.rw-slide-transition-exiting,.rw-slide-transition-exited{overflow:hidden}.rw-slide-transition-exiting .rw-slide-transition,.rw-slide-transition-exited .rw-slide-transition{opacity:0;transform:translateY(-10%)}.rw-slide-transition-exiting.rw-dropup .rw-slide-transition,.rw-slide-transition-exited.rw-dropup .rw-slide-transition{opacity:0;transform:translateY(10%)}.rw-slide-transition-exited{display:none}.rw-dropdown-list{width:100%}.rw-dropdownlist-search{padding:0;margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0}.rw-dropdownlist-search:disabled{opacity:1}.rw-dropdown-list-input{padding:0 .857em;align-self:center;display:grid;min-width:0;grid-template:1fr/1fr}.rw-dropdown-list-input>*{grid-area:1/1;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}[dir=rtl] .rw-dropdown-list-input{padding-right:.857em;padding-left:0}.rw-combobox-input{background-color:transparent;z-index:1}.rw-multiselect-input{margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;height:36px;padding:0 .857em;max-width:100%}.rw-multiselect-input:disabled{opacity:1}.rw-multiselect-input:disabled,.rw-multiselect-input:read-only{cursor:inherit}.rw-multiselect-taglist{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;outline:none;cursor:text}.rw-state-disabled .rw-multiselect-taglist{cursor:unset}.rw-multiselect-tag{display:inline-flex;margin-left:3.37px;margin-top:3.37px;min-height:29.26px;border-radius:3px;background-color:#dee2e6;border:1px solid #dee2e6;cursor:default;max-width:100%;align-items:center;overflow:hidden}.rw-multiselect-tag:focus{outline:none}[dir=rtl] .rw-multiselect-tag{margin-left:0;margin-right:3.37px;padding:0 .35em}.rw-multiselect-tag.rw-state-focus{z-index:1;box-shadow:0 0 0 3px #007bff40;transition:box-shadow .15s ease-in-out}.rw-multiselect-tag.rw-state-disabled,fieldset[disabled] .rw-multiselect-tag{opacity:.65}.rw-multiselect-tag-label{padding:0 .35em}.rw-multiselect-tag-btn{margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;cursor:pointer;align-self:stretch;padding:0 .35em}.rw-multiselect-tag-btn:focus{outline:none}.rw-multiselect-tag-btn:disabled{cursor:inherit}.rw-calendar-popup{right:auto;min-width:0;width:22em}.rw-calendar{overflow:hidden}.rw-calendar-contained{border-radius:4px;background-color:#fff;border:#ccc 1px solid}.rw-calendar-now{font-weight:700}.rw-calendar-header{display:flex;padding:.8em}.rw-cell,.rw-calendar-btn{background-clip:padding-box}.rw-cell:focus,.rw-calendar-btn:focus{z-index:1;box-shadow:0 0 0 3px #007bff40;transition:box-shadow .15s ease-in-out}[data-intent=mouse] .rw-cell:focus,[data-intent=mouse] .rw-calendar-btn:focus{z-index:auto;box-shadow:none}.rw-cell:disabled,.rw-cell.rw-state-disabled,.rw-calendar-btn:disabled,.rw-calendar-btn.rw-state-disabled{pointer-events:none;opacity:.35}.rw-calendar-btn{line-height:2em;border-radius:4px}.rw-calendar-btn:hover{background-color:#e9ecef}.rw-calendar-btn:active{background-color:#dee2e6}.rw-calendar-btn-left,.rw-calendar-btn-today,.rw-calendar-btn-right,.rw-calendar-btn-view{padding:.3em .6em}[dir=rtl] .rw-calendar-btn-left,[dir=rtl] .rw-calendar-btn-right{transform:scaleX(-1)}.rw-calendar-btn-view{font-weight:700}.rw-calendar-btn-view>:last-child{margin:0 .5em}.rw-calendar-btn-view+*{margin-left:auto}[dir=rtl] .rw-calendar-btn-view+*{margin-left:0;margin-right:auto}.rw-calendar-grid{display:table;outline:none;height:14em;padding:3px;table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;background-color:#fff}.rw-calendar-head{display:table-header-group}.rw-calendar-body{display:table-row-group}.rw-calendar-row{display:table-row}.rw-head-cell{display:table-cell;text-align:center;border-bottom:1px solid #ccc;padding:.25em}.rw-cell{display:table-cell;color:#212529;vertical-align:middle;border-radius:4px;cursor:pointer;line-height:normal;text-align:center;border:1px solid transparent;padding:.25em;outline:none}.rw-cell:hover{background-color:#e9ecef}.rw-cell:active{background-color:#dee2e6}.rw-cell.rw-state-selected{background-color:#007bff;border-color:#007bff;color:#fff}.rw-calendar-month .rw-cell{text-align:center}.rw-cell-off-range{color:#ced4da}.rw-calendar-transition-group{position:relative;overflow:hidden}.rw-calendar-transition{width:100%;overflow:hidden;transition:transform .2s ease-in-out 0ms;transform:translate(0)}@supports (transform-style: preserve-3d){.rw-calendar-transition{transform:translateZ(0)}}.rw-calendar-transition-next{-webkit-backface-visibility:hidden;backface-visibility:hidden}.rw-calendar-transition-top .rw-calendar-transition-next{transform:translateY(-100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-top .rw-calendar-transition-next{transform:translate3d(0,-100%,0)}}.rw-calendar-transition-bottom .rw-calendar-transition-next{transform:translateY(100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-bottom .rw-calendar-transition-next{transform:translate3d(0,100%,0)}}.rw-calendar-transition-right .rw-calendar-transition-next{transform:translate(-100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-right .rw-calendar-transition-next{transform:translate3d(-100%,0,0)}}.rw-calendar-transition-left .rw-calendar-transition-next{transform:translate(100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-left .rw-calendar-transition-next{transform:translate3d(100%,0,0)}}.rw-calendar-transition-next.rw-calendar-transition-active{transform:translate(0)}@supports (transform-style: preserve-3d){.rw-calendar-transition-next.rw-calendar-transition-active{transform:translateZ(0)}}.rw-calendar-transition-prev{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;left:0;top:0}.rw-calendar-transition-top .rw-calendar-transition-prev{transform:translateY(100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-top .rw-calendar-transition-prev{transform:translate3d(0,100%,0)}}.rw-calendar-transition-bottom .rw-calendar-transition-prev{transform:translateY(-100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-bottom .rw-calendar-transition-prev{transform:translate3d(0,-100%,0)}}.rw-calendar-transition-right .rw-calendar-transition-prev{transform:translate(100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-right .rw-calendar-transition-prev{transform:translate3d(100%,0,0)}}.rw-calendar-transition-left .rw-calendar-transition-prev{transform:translate(-100%)}@supports (transform-style: preserve-3d){.rw-calendar-transition-left .rw-calendar-transition-prev{transform:translate3d(-100%,0,0)}}.rw-popup{display:flex;flex-direction:column}.rw-popup>.rw-time-input{align-self:center;margin:1em 0}.rw-time-input{display:inline-flex;min-height:38px;align-items:center;background-color:#fff;border:#ccc 1px solid;border-radius:4px;outline:none;cursor:text}.rw-time-part-input{margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;padding:0 .5em}.rw-time-part-input:disabled{opacity:1}.rw-time-part-input,.rw-time-part-input::placeholder{text-align:center}.rw-time-part-meridiem{margin:0;border:none;color:inherit;box-shadow:none;background:none;font:inherit;line-height:inherit;-ms-touch-action:manipulation;touch-action:manipulation;outline:0;padding:0 .5em;text-transform:lowercase;font-variant:small-caps}.rw-time-part-meridiem :focus{outline:none}.rw-time-input-clear{padding:0 .4em;outline:none;opacity:0;margin-left:auto}[dir=rtl] .rw-time-input-clear{margin-left:revert;margin-right:auto}.rw-time-input:hover .rw-time-input-clear.rw-show,.rw-time-input.rw-state-focus .rw-time-input-clear.rw-show{opacity:1}.rw-number-picker-spinners{display:flex;flex-direction:column}.rw-number-picker-spinners .rw-btn{flex:1 1 0}@font-face{font-family:Roobert;src:url(/assets/roobert-regular-CqDttvWD.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(/assets/roobert-medium-6B3h2UYg.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(/assets/roobert-light-p6HTPgfu.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}body.dark{background:#141414;color:#fff;--body-color: #141414;--main-color: #768181;--main-color-darken-10: rgb(93.6356275304, 102.3643724696, 102.3643724696);--main-color-darken-20: rgb(69.2712550607, 75.7287449393, 75.7287449393);--main-color-lighten-10: rgb(144.2793522267, 153.7206477733, 153.7206477733);--secondary-color: #A3ABAB;--secondary-color-darken-10: rgb(136.3409090909, 146.6590909091, 146.6590909091);--secondary-color-darken-20: rgb(110.7272727273, 121.2727272727, 121.2727272727);--secondary-color-text-color: #1C1C1C;--color-gray-1: #797979;--text-color: #fff;--text-color-alt: #C6C6C6;--button-text-color: #fff;--accent-color: #FE4B00;--accent-color-darken-10: rgb(203, 59.9409448819, 0);--accent-color-darken-20: rgb(152, 44.8818897638, 0);--alert-bg-color: #212220;--alert-text-color: #A9A9A9;--alert-text-color-darken-30: rgb(92.5, 92.5, 92.5);--danger: #E50000;--success: #53b757;--warning: #e3c34d;--primary: rgb(136.3409090909, 146.6590909091, 146.6590909091);--toastify-color-success: #53b757;--toastify-color-error: #E50000;--toastify-color-light: #A3ABAB;--toastify-text-color-light: rgb(69.2712550607, 75.7287449393, 75.7287449393);--card-bg-color: #1C1C1C;--card-bg-color-rgb: 28, 28, 28;--card-border-color: #797979;--tooltip-bg: #FE4B00;--logo-color: #A3ABAB;--title-small-color: #95A98E;--bg-pattern-color: #000;--bg-pattern: url(/assets/bg_pattern_dark-BLwdIwtl.webp);--logo-line-color: white;--sidebar-bg-color: #1C1C1C;--sidebar-title-color: #fff;--sidebar-hr-color: #DEDEDE;--sidebar-border-color: #797979;--sidebar-link-color: #fff;--swither-bg-color: #fff;--swither-bg-color-checked: #fff;--swither-toggle-color: #FE4B00;--input-bg-color: #141414;--input-border-color: #BCBCBC;--input-icon-color: #BCBCBC;--input-help-color: #fff;--notify-bg-color: #1C1C1C;--switcher-bg-circle: #FE4B00;--line-color: #fff;--light-color: #FBFBFB;--back-arrow-color: #fff;--selectable-active: #432C22;--disabled-color: #454545;--bullet-color: #797979;--tab-text-color: #BCBCBC;--gray-color: #fff;--calendar-completed: #1C4E21;--calendar-upcoming: #723419;--calendar-missed: #797979;--gray-border: #797979;--circle-btn-color: #452C21}body.light{background:#fbfbfb;color:#1c1c1c;--body-color: #FBFBFB;--main-color: #FBFBFB;--main-color-darken-10: rgb(225.5, 225.5, 225.5);--main-color-darken-20: #c8c8c8;--main-color-lighten-10: white;--secondary-color: #606c5e;--secondary-color-darken-10: rgb(71.7623762376, 80.7326732673, 70.2673267327);--secondary-color-darken-20: rgb(47.5247524752, 53.4653465347, 46.5346534653);--secondary-color-text-color: white;--color-gray-1: #454545;--text-color: #1C1C1C;--text-color-alt: #1D1D1B;--button-text-color: white;--accent-color: #c83800;--accent-color-darken-10: rgb(149, 41.72, 0);--accent-color-darken-20: rgb(98, 27.44, 0);--alert-bg-color: #F2F2F2;--alert-text-color: #1D1D1B;--alert-text-color-darken-30: rgb(108.2321428571, 108.2321428571, 100.7678571429);--danger: #E50000;--success: #53b757;--warning: #e3c34d;--primary: rgb(71.7623762376, 80.7326732673, 70.2673267327);--toastify-color-success: #53b757;--toastify-color-error: #c83800;--toastify-color-light: rgb(225.5, 225.5, 225.5);--toastify-text-color-light: rgb(71.7623762376, 80.7326732673, 70.2673267327);--card-bg-color: #fff;--card-bg-color-rgb: 255, 255, 255;--card-border-color: #FBFBFB;--tooltip-bg: white;--logo-color: #FE4B00;--title-small-color: rgb(71.7623762376, 80.7326732673, 70.2673267327);--bg-pattern-color: #e5e5e5;--bg-pattern: url(/assets/bg_pattern_light-bZKIN5dC.webp);--logo-line-color: black;--sidebar-bg-color: #fff;--sidebar-title-color: #454545;--sidebar-hr-color: #DEDEDE;--sidebar-link-color: #797979;--sidebar-border-color: #DEDEDE;--swither-bg-color: #DEDEDE;--swither-bg-color-checked: #F2D0C3;--swither-toggle-color: #fff;--input-bg-color: #FBFBFB;--input-border-color: #DEDEDE;--input-icon-color: #797979;--input-help-color: #797979;--notify-bg-color: rgba(254, 75, 0, .03);--line-color: #BCBCBC;--light-color: #797979;--back-arrow-color: #000;--selectable-active: #F4E0D8;--disabled-color: #DEDEDE;--bullet-color: #BCBCBC;--tab-text-color: #454545;--gray-color: #454545;--calendar-completed: #c9edcc;--calendar-upcoming: #F0D2C6;--calendar-missed: #ececec;--gray-border: #DEDEDE;--circle-btn-color: #F4E0D9}small,.small{font-size:18px;line-height:18px}.fw-bold{font-weight:700}.fw-600{font-weight:600}.fw-normal{font-weight:400}.fw-light{font-weight:100}.d-flex-col{display:flex;flex-direction:column}.text-lg{font-size:52px;line-height:54px}.text-md{font-size:30px;line-height:34px}.text-sm{font-size:18px;line-height:20px}.bright-color{color:var(--accent-color)}.Toastify__toast-body{line-height:1.3}.Toastify__toast-container{font-size:18px;z-index:10000}.Toastify__toast{border:1px solid var(--card-border-color);background-color:var(--card-bg-color);color:var(--text-color);border-top-width:5px;border-radius:12px 12px 6px 6px}.Toastify__toast--info{border-top-color:var(--toastify-color-info)}.Toastify__toast--error{border-top-color:var(--toastify-icon-color-error)}.Toastify__toast--success{border-top-color:var(--toastify-icon-color-success)}.Toastify__toast-icon{align-self:baseline;margin-top:4px}.Toastify__close-button{line-height:1}.Toastify__close-button--light{color:var(--text-color);opacity:.5}.tooltip{--bs-tooltip-bg: var(--card-bg-color) !important;--bs-tooltip-color: var(--text-color) !important;--bs-tooltip-max-width: 260px !important;--bs-tooltip-zindex: 9999 !important;--bs-tooltip-arrow-height: 10px !important;position:absolute;opacity:1!important}@media screen and (max-width: 992px){.tooltip{--bs-tooltip-max-width: 230px !important}}.tooltip .tooltip-inner{box-shadow:0 0 4px #00000026;border-radius:4px;padding:10px;text-align:left;font-weight:400;font-size:16px;line-height:18px;font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--accent-color)}@media screen and (max-width: 768px){.tooltip .tooltip-inner{font-size:14px;line-height:15px}}.tooltip .tooltip-arrow:before{background-color:var(--card-bg-color);width:14px;height:14px;border-right:0!important;border-bottom:0!important;border-left:1px solid var(--accent-color)!important;border-top:1px solid var(--accent-color)!important}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{transform:rotate(45deg);bottom:-7px!important}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{transform:rotate(225deg);top:-7px!important}.tooltip-icon{width:16px;height:16px;border-radius:50%;border:1px solid var(--accent-color);color:var(--accent-color);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;cursor:pointer;line-height:20px}.error-color{color:var(--toastify-color-error)}.z-over{z-index:99999!important}.empty-text{color:var(--text-color);font-size:22px}@media screen and (max-width: 768px){.empty-text{font-size:18px}}.empty-text p{margin-bottom:0}.text-list{list-style:none;padding:0}.text-list li:before{content:"•";font-family:Times New Roman;color:var(--accent-color);font-weight:700;display:inline-block;width:20px;margin-left:-20px;font-size:xx-large;line-height:inherit;vertical-align:top}.swiper .swiper-button-next,.swiper .swiper-button-prev{--swiper-navigation-color: var(--accent-color)}.swiper-pagination{display:flex;align-items:center;justify-content:center}.swiper-pagination .swiper-pagination-bullet{background-color:var(--disabled-color);width:30px;height:4px;border-radius:15px;margin:0 2px;cursor:pointer;position:relative;opacity:1}.swiper-pagination .swiper-pagination-bullet:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translate(-50%);width:100%;height:calc(100% + 16px)}.swiper-pagination .swiper-pagination-bullet-active{opacity:1;background-color:var(--accent-color);width:46px;height:6px;pointer-events:none}.responsive-img{max-width:100%;height:auto}body.pwa-ios{--top-space: env(safe-area-inset-top, 40px);--space-mobile: calc(var(--top-space) + env(safe-area-inset-bottom));padding:var(--top-space) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)!important}body.pwa-ios .Toastify__toast-container--top-right{top:calc(var(--top-space) + 5px)}body.pwa-ios .phy-personal-report>div{transform:translateY(-3px)}@supports (padding-top: constant(safe-area-inset-top)){body.pwa-ios{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}/*!
 * Bootstrap  v5.3.5 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-secondary: #6c757d;--bs-success: #53b757;--bs-info: #0dcaf0;--bs-warning: #e3c34d;--bs-danger: #E50000;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 136, 147, 147;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 83, 183, 87;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 227, 195, 77;--bs-danger-rgb: 229, 0, 0;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(54.5363636364, 58.6636363636, 58.6636363636);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(33.2, 73.2, 34.8);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(90.8, 78, 30.8);--bs-danger-text-emphasis: rgb(91.6, 0, 0);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(231.2681818182, 233.3318181818, 233.3318181818);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(220.6, 240.6, 221.4);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(249.4, 243, 219.4);--bs-danger-bg-subtle: rgb(249.8, 204, 204);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(207.5363636364, 211.6636363636, 211.6636363636);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(186.2, 226.2, 187.8);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(243.8, 231, 183.8);--bs-danger-border-subtle: rgb(244.6, 153, 153);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, .75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, .5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-link-color-rgb: 136, 147, 147;--bs-link-decoration: underline;--bs-link-hover-color: rgb(109.0727272727, 117.3272727273, 117.3272727273);--bs-link-hover-color-rgb: 109, 117, 117;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);--bs-focus-ring-width: .25rem;--bs-focus-ring-opacity: .25;--bs-focus-ring-color: rgba(136.3409090909, 146.6590909091, 146.6590909091, .25);--bs-form-valid-color: #53b757;--bs-form-valid-border-color: #53b757;--bs-form-invalid-color: #E50000;--bs-form-invalid-border-color: #E50000}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, .75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, .5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(183.8045454545, 189.9954545455, 189.9954545455);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(151.8, 211.8, 154.2);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(238.2, 219, 148.2);--bs-danger-text-emphasis: rgb(239.4, 102, 102);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(27.2681818182, 29.3318181818, 29.3318181818);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(16.6, 36.6, 17.4);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(45.4, 39, 15.4);--bs-danger-bg-subtle: rgb(45.8, 0, 0);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(81.8045454545, 87.9954545455, 87.9954545455);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(49.8, 109.8, 52.2);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(136.2, 117, 46.2);--bs-danger-border-subtle: rgb(137.4, 0, 0);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(183.8045454545, 189.9954545455, 189.9954545455);--bs-link-hover-color: rgb(198.0436363636, 202.9963636364, 202.9963636364);--bs-link-color-rgb: 184, 190, 190;--bs-link-hover-color-rgb: 198, 203, 203;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, .15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + .9vw)}@media (min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + .6vw)}@media (min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;line-height:inherit;font-size:calc(1.275rem + .3vw)}@media (min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media (min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media (min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media (min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media (min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media (min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@media (min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--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:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}: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.5rem;--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: .25rem}.g-1,.gy-1{--bs-gutter-y: .25rem}.g-2,.gx-2{--bs-gutter-x: .5rem}.g-2,.gy-2{--bs-gutter-y: .5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@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: .25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: .25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: .5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: .5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@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: .25rem}.g-md-1,.gy-md-1{--bs-gutter-y: .25rem}.g-md-2,.gx-md-2{--bs-gutter-x: .5rem}.g-md-2,.gy-md-2{--bs-gutter-y: .5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@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: .25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: .25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: .5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: .5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@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: .25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: .25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: .5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: .5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@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: .25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: .25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: .5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: .5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width) * 2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(231.2681818182, 233.3318181818, 233.3318181818);--bs-table-border-color: rgb(185.0145454545, 186.6654545455, 186.6654545455);--bs-table-striped-bg: rgb(219.7047727273, 221.6652272727, 221.6652272727);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(208.1413636364, 209.9986363636, 209.9986363636);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(213.9230681818, 215.8319318182, 215.8319318182);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 181.92, 183.2);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(220.6, 240.6, 221.4);--bs-table-border-color: rgb(176.48, 192.48, 177.12);--bs-table-striped-bg: rgb(209.57, 228.57, 210.33);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(198.54, 216.54, 199.26);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(204.055, 222.555, 204.795);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 195.52, 201.6);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(249.4, 243, 219.4);--bs-table-border-color: rgb(199.52, 194.4, 175.52);--bs-table-striped-bg: rgb(236.93, 230.85, 208.43);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(224.46, 218.7, 197.46);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(230.695, 224.775, 202.945);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(249.8, 204, 204);--bs-table-border-color: rgb(199.84, 163.2, 163.2);--bs-table-striped-bg: rgb(237.31, 193.8, 193.8);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(224.82, 183.6, 183.6);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(231.065, 188.7, 188.7);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 199.2, 200);--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + var(--bs-border-width));padding-bottom:calc(.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + var(--bs-border-width));padding-bottom:calc(.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + var(--bs-border-width));padding-bottom:calc(.25rem + var(--bs-border-width));font-size:1.125rem}.form-text{margin-top:.25rem;font-size:.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--bs-body-color);background-color:var(--bs-body-bg);border-color:#c4c9c9;outline:0;box-shadow:0 0 0 .25rem #88939340}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-border-width);border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:transparent;border:solid transparent;border-width:var(--bs-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));padding:.25rem .5rem;font-size:1.125rem;border-radius:var(--bs-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0!important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#c4c9c9;outline:0;box-shadow:0 0 0 .25rem #88939340}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:1.125rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#c4c9c9;outline:0;box-shadow:0 0 0 .25rem #88939340}.form-check-input:checked{background-color:#889393;border-color:#889393}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#889393;border-color:#889393;--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--bs-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28195.6704545455, 200.8295454545, 200.8295454545%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #88939340}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem #88939340}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#889393;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#dbdede}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#889393;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#dbdede}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:var(--bs-secondary-bg);border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--bs-body-color-rgb),.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-border-width) solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>textarea:focus~label:after,.form-floating>textarea:not(:placeholder-shown)~label:after{position:absolute;top:1rem;right:.375rem;bottom:1rem;left:.375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>textarea:disabled~label:after{background-color:var(--bs-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:1.125rem;border-radius:var(--bs-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1 * var(--bs-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.125rem;color:#fff;background-color:var(--bs-success);border-radius:var(--bs-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--bs-form-valid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2353b757' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2353b757' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb),.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:var(--bs-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:1.125rem;color:#fff;background-color:var(--bs-danger);border-radius:var(--bs-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--bs-form-invalid-border-color);padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E50000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E50000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23E50000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23E50000' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3.75rem + 1.5em)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--bs-btn-padding-x: .75rem;--bs-btn-padding-y: .375rem;--bs-btn-font-family: ;--bs-btn-font-size: 1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);--bs-btn-disabled-opacity: .65;--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #000;--bs-btn-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(154.1397727273, 162.9102272727, 162.9102272727);--bs-btn-hover-border-color: rgb(148.2068181818, 157.4931818182, 157.4931818182);--bs-btn-focus-shadow-rgb: 116, 125, 125;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(160.0727272727, 168.3272727273, 168.3272727273);--bs-btn-active-border-color: rgb(148.2068181818, 157.4931818182, 157.4931818182);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-disabled-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091)}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #000;--bs-btn-bg: #53b757;--bs-btn-border-color: #53b757;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(108.8, 193.8, 112.2);--bs-btn-hover-border-color: rgb(100.2, 190.2, 103.8);--bs-btn-focus-shadow-rgb: 71, 156, 74;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(117.4, 197.4, 120.6);--bs-btn-active-border-color: rgb(100.2, 190.2, 103.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #53b757;--bs-btn-disabled-border-color: #53b757}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #e3c34d;--bs-btn-border-color: #e3c34d;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(231.2, 204, 103.7);--bs-btn-hover-border-color: rgb(229.8, 201, 94.8);--bs-btn-focus-shadow-rgb: 193, 166, 65;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(232.6, 207, 112.6);--bs-btn-active-border-color: rgb(229.8, 201, 94.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #e3c34d;--bs-btn-disabled-border-color: #e3c34d}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #E50000;--bs-btn-border-color: #E50000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(194.65, 0, 0);--bs-btn-hover-border-color: rgb(183.2, 0, 0);--bs-btn-focus-shadow-rgb: 233, 38, 38;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(183.2, 0, 0);--bs-btn-active-border-color: rgb(171.75, 0, 0);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #E50000;--bs-btn-disabled-border-color: #E50000}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-hover-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-focus-shadow-rgb: 136, 147, 147;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-active-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #53b757;--bs-btn-border-color: #53b757;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #53b757;--bs-btn-hover-border-color: #53b757;--bs-btn-focus-shadow-rgb: 83, 183, 87;--bs-btn-active-color: #000;--bs-btn-active-bg: #53b757;--bs-btn-active-border-color: #53b757;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #53b757;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #53b757;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #e3c34d;--bs-btn-border-color: #e3c34d;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #e3c34d;--bs-btn-hover-border-color: #e3c34d;--bs-btn-focus-shadow-rgb: 227, 195, 77;--bs-btn-active-color: #000;--bs-btn-active-bg: #e3c34d;--bs-btn-active-border-color: #e3c34d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #e3c34d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #e3c34d;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #E50000;--bs-btn-border-color: #E50000;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #E50000;--bs-btn-hover-border-color: #E50000;--bs-btn-focus-shadow-rgb: 229, 0, 0;--bs-btn-active-color: #fff;--bs-btn-active-bg: #E50000;--bs-btn-active-border-color: #E50000;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #E50000;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #E50000;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 116, 125, 125;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: .5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size: 1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: .25rem;--bs-btn-padding-x: .5rem;--bs-btn-font-size: 1.125rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: .5rem;--bs-dropdown-spacer: .125rem;--bs-dropdown-font-size: 1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: .5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: .25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: .5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle:after{display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:1.125rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, .15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(-1 * var(--bs-border-width))}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(-1 * var(--bs-border-width))}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:nth-child(n+3),.btn-group-vertical>:not(.btn-check)+.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem #88939340}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091)}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: .125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid transparent}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-grow:1;flex-basis:0;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: .5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: .3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: .5rem;--bs-navbar-toggler-padding-y: .25rem;--bs-navbar-toggler-padding-x: .75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: .25rem;--bs-navbar-toggler-transition: box-shadow .15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, .55);--bs-navbar-hover-color: rgba(255, 255, 255, .75);--bs-navbar-disabled-color: rgba(255, 255, 255, .25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, .1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: .5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: .5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: .75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform .2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2854.5363636364, 58.6636363636, 58.6636363636%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(136.3409090909, 146.6590909091, 146.6590909091, .25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed):after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button:after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion: reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-collapse,.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}[data-bs-theme=dark] .accordion-button:after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28183.8045454545, 189.9954545455, 189.9954545455%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28183.8045454545, 189.9954545455, 189.9954545455%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: .5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: .75rem;--bs-pagination-padding-y: .375rem;--bs-pagination-font-size: 1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 .25rem rgba(136.3409090909, 146.6590909091, 146.6590909091, .25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-pagination-active-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(-1 * var(--bs-border-width))}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: .75rem;--bs-pagination-font-size: 1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: .5rem;--bs-pagination-padding-y: .25rem;--bs-pagination-font-size: 1.125rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: .65em;--bs-badge-padding-y: .35em;--bs-badge-font-size: .75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:var(--bs-progress-height)}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size: .75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-progress-bar-transition: width .6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: .5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: rgb(136.3409090909, 146.6590909091, 146.6590909091);--bs-list-group-active-border-color: rgb(136.3409090909, 146.6590909091, 146.6590909091);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:not(.active):hover,.list-group-item-action:not(.active):focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:not(.active):active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--bs-btn-close-opacity: .5;--bs-btn-close-hover-opacity: .75;--bs-btn-close-focus-shadow: 0 0 0 .25rem rgba(136.3409090909, 146.6590909091, 146.6590909091, .25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: .25;box-sizing:content-box;width:1em;height:1em;padding:.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;filter:var(--bs-btn-close-filter);border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--bs-btn-close-filter: }[data-bs-theme=dark]{--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: .75rem;--bs-toast-padding-y: .5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size: .875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: .5rem;--bs-modal-color: var(--bs-body-color);--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: .5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: .5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin-top:calc(-.5 * var(--bs-modal-header-padding-y));margin-right:calc(-.5 * var(--bs-modal-header-padding-x));margin-bottom:calc(-.5 * var(--bs-modal-header-padding-y));margin-left:auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media (min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media (min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: .5rem;--bs-tooltip-padding-y: .25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size: 1.125rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: .9;--bs-tooltip-arrow-width: .8rem;--bs-tooltip-arrow-height: .4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1 * var(--bs-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1 * var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow:before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size: 1.125rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: .5rem;--bs-popover-header-font-size: 1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: .5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow:before,.popover .popover-arrow:after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-top>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-end>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header:before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow:before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow:after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;filter:var(--bs-carousel-control-icon-filter);border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:var(--bs-carousel-indicator-active-bg);background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:var(--bs-carousel-caption-color);text-align:center}.carousel-dark{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}:root,[data-bs-theme=light]{--bs-carousel-indicator-active-bg: #fff;--bs-carousel-caption-color: #fff;--bs-carousel-control-icon-filter: }[data-bs-theme=dark]{--bs-carousel-indicator-active-bg: #000;--bs-carousel-caption-color: #000;--bs-carousel-control-icon-filter: invert(1) grayscale(100)}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform .3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media (max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 575.98px) and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media (max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media (min-width: 576px){.offcanvas-sm{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 767.98px) and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media (max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media (min-width: 768px){.offcanvas-md{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 991.98px) and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media (max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media (min-width: 992px){.offcanvas-lg{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media (max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media (min-width: 1200px){.offcanvas-xl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}}@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media (max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media (min-width: 1400px){.offcanvas-xxl{--bs-offcanvas-height: auto;--bs-offcanvas-border-width: 0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media (prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translate(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn:before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);mask-image:linear-gradient(130deg,#000 55%,#000c,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix:after{display:block;clear:both;content:""}.text-bg-primary{color:#000!important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-success{color:#000!important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-info{color:#000!important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-light{color:#000!important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity, 1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity, 1))!important}.link-primary{color:RGBA(var(--bs-primary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-primary:hover,.link-primary:focus{color:RGBA(160,168,168,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(160,168,168,var(--bs-link-underline-opacity, 1))!important}.link-secondary{color:RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity, 1))!important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86,94,100,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(86,94,100,var(--bs-link-underline-opacity, 1))!important}.link-success{color:RGBA(var(--bs-success-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity, 1))!important}.link-success:hover,.link-success:focus{color:RGBA(117,197,121,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(117,197,121,var(--bs-link-underline-opacity, 1))!important}.link-info{color:RGBA(var(--bs-info-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity, 1))!important}.link-info:hover,.link-info:focus{color:RGBA(61,213,243,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(61,213,243,var(--bs-link-underline-opacity, 1))!important}.link-warning{color:RGBA(var(--bs-warning-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity, 1))!important}.link-warning:hover,.link-warning:focus{color:RGBA(233,207,113,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(233,207,113,var(--bs-link-underline-opacity, 1))!important}.link-danger{color:RGBA(var(--bs-danger-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity, 1))!important}.link-danger:hover,.link-danger:focus{color:RGBA(183,0,0,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(183,0,0,var(--bs-link-underline-opacity, 1))!important}.link-light{color:RGBA(var(--bs-light-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity, 1))!important}.link-light:hover,.link-light:focus{color:RGBA(249,250,251,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(249,250,251,var(--bs-link-underline-opacity, 1))!important}.link-dark{color:RGBA(var(--bs-dark-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity, 1))!important}.link-dark:hover,.link-dark:focus{color:RGBA(26,30,33,var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(26,30,33,var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, 1))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity, .75))!important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity, .75))!important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity, .5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media (prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.object-fit-contain{object-fit:contain!important}.object-fit-cover{object-fit:cover!important}.object-fit-fill{object-fit:fill!important}.object-fit-scale{object-fit:scale-down!important}.object-fit-none{object-fit:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-visible{overflow-x:visible!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-visible{overflow-y:visible!important}.overflow-y-scroll{overflow-y:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:var(--bs-box-shadow)!important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm)!important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg)!important}.shadow-none{box-shadow:none!important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translate(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle)!important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle)!important}.border-success-subtle{border-color:var(--bs-success-border-subtle)!important}.border-info-subtle{border-color:var(--bs-info-border-subtle)!important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle)!important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle)!important}.border-light-subtle{border-color:var(--bs-light-border-subtle)!important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle)!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.border-opacity-10{--bs-border-opacity: .1}.border-opacity-25{--bs-border-opacity: .25}.border-opacity-50{--bs-border-opacity: .5}.border-opacity-75{--bs-border-opacity: .75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.row-gap-0{row-gap:0!important}.row-gap-1{row-gap:.25rem!important}.row-gap-2{row-gap:.5rem!important}.row-gap-3{row-gap:1rem!important}.row-gap-4{row-gap:1.5rem!important}.row-gap-5{row-gap:3rem!important}.column-gap-0{column-gap:0!important}.column-gap-1{column-gap:.25rem!important}.column-gap-2{column-gap:.5rem!important}.column-gap-3{column-gap:1rem!important}.column-gap-4{column-gap:1.5rem!important}.column-gap-5{column-gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-lighter{font-weight:lighter!important}.fw-light{font-weight:300!important}.fw-normal{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:20px!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-black-50{--bs-text-opacity: 1;color:#00000080!important}.text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color)!important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color)!important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color)!important}.text-reset{--bs-text-opacity: 1;color:inherit!important}.text-opacity-25{--bs-text-opacity: .25}.text-opacity-50{--bs-text-opacity: .5}.text-opacity-75{--bs-text-opacity: .75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis)!important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis)!important}.text-success-emphasis{color:var(--bs-success-text-emphasis)!important}.text-info-emphasis{color:var(--bs-info-text-emphasis)!important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis)!important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis)!important}.text-light-emphasis{color:var(--bs-light-text-emphasis)!important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis)!important}.link-opacity-10,.link-opacity-10-hover:hover{--bs-link-opacity: .1}.link-opacity-25,.link-opacity-25-hover:hover{--bs-link-opacity: .25}.link-opacity-50,.link-opacity-50-hover:hover{--bs-link-opacity: .5}.link-opacity-75,.link-opacity-75-hover:hover{--bs-link-opacity: .75}.link-opacity-100,.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1,.link-offset-1-hover:hover{text-underline-offset:.125em!important}.link-offset-2,.link-offset-2-hover:hover{text-underline-offset:.25em!important}.link-offset-3,.link-offset-3-hover:hover{text-underline-offset:.375em!important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity, 1))!important}.link-underline-opacity-0,.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10,.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: .1}.link-underline-opacity-25,.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: .25}.link-underline-opacity-50,.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: .5}.link-underline-opacity-75,.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: .75}.link-underline-opacity-100,.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity: .1}.bg-opacity-25{--bs-bg-opacity: .25}.bg-opacity-50{--bs-bg-opacity: .5}.bg-opacity-75{--bs-bg-opacity: .75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle)!important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle)!important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle)!important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle)!important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle)!important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle)!important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle)!important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle)!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-xxl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm)!important;border-top-right-radius:var(--bs-border-radius-sm)!important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg)!important;border-top-right-radius:var(--bs-border-radius-lg)!important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl)!important;border-top-right-radius:var(--bs-border-radius-xl)!important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl)!important;border-top-right-radius:var(--bs-border-radius-xxl)!important}.rounded-top-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill)!important;border-top-right-radius:var(--bs-border-radius-pill)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm)!important;border-bottom-right-radius:var(--bs-border-radius-sm)!important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg)!important;border-bottom-right-radius:var(--bs-border-radius-lg)!important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl)!important;border-bottom-right-radius:var(--bs-border-radius-xl)!important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-right-radius:var(--bs-border-radius-xxl)!important}.rounded-end-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill)!important;border-bottom-right-radius:var(--bs-border-radius-pill)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-0{border-bottom-right-radius:0!important;border-bottom-left-radius:0!important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm)!important;border-bottom-left-radius:var(--bs-border-radius-sm)!important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg)!important;border-bottom-left-radius:var(--bs-border-radius-lg)!important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl)!important;border-bottom-left-radius:var(--bs-border-radius-xl)!important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl)!important;border-bottom-left-radius:var(--bs-border-radius-xxl)!important}.rounded-bottom-circle{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill)!important;border-bottom-left-radius:var(--bs-border-radius-pill)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-0{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm)!important;border-top-left-radius:var(--bs-border-radius-sm)!important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg)!important;border-top-left-radius:var(--bs-border-radius-lg)!important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl)!important;border-top-left-radius:var(--bs-border-radius-xl)!important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl)!important;border-top-left-radius:var(--bs-border-radius-xxl)!important}.rounded-start-circle{border-bottom-left-radius:50%!important;border-top-left-radius:50%!important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill)!important;border-top-left-radius:var(--bs-border-radius-pill)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.z-n1{z-index:-1!important}.z-0{z-index:0!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}@media (min-width: 576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.object-fit-sm-contain{object-fit:contain!important}.object-fit-sm-cover{object-fit:cover!important}.object-fit-sm-fill{object-fit:fill!important}.object-fit-sm-scale{object-fit:scale-down!important}.object-fit-sm-none{object-fit:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.row-gap-sm-0{row-gap:0!important}.row-gap-sm-1{row-gap:.25rem!important}.row-gap-sm-2{row-gap:.5rem!important}.row-gap-sm-3{row-gap:1rem!important}.row-gap-sm-4{row-gap:1.5rem!important}.row-gap-sm-5{row-gap:3rem!important}.column-gap-sm-0{column-gap:0!important}.column-gap-sm-1{column-gap:.25rem!important}.column-gap-sm-2{column-gap:.5rem!important}.column-gap-sm-3{column-gap:1rem!important}.column-gap-sm-4{column-gap:1.5rem!important}.column-gap-sm-5{column-gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.object-fit-md-contain{object-fit:contain!important}.object-fit-md-cover{object-fit:cover!important}.object-fit-md-fill{object-fit:fill!important}.object-fit-md-scale{object-fit:scale-down!important}.object-fit-md-none{object-fit:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.row-gap-md-0{row-gap:0!important}.row-gap-md-1{row-gap:.25rem!important}.row-gap-md-2{row-gap:.5rem!important}.row-gap-md-3{row-gap:1rem!important}.row-gap-md-4{row-gap:1.5rem!important}.row-gap-md-5{row-gap:3rem!important}.column-gap-md-0{column-gap:0!important}.column-gap-md-1{column-gap:.25rem!important}.column-gap-md-2{column-gap:.5rem!important}.column-gap-md-3{column-gap:1rem!important}.column-gap-md-4{column-gap:1.5rem!important}.column-gap-md-5{column-gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.object-fit-lg-contain{object-fit:contain!important}.object-fit-lg-cover{object-fit:cover!important}.object-fit-lg-fill{object-fit:fill!important}.object-fit-lg-scale{object-fit:scale-down!important}.object-fit-lg-none{object-fit:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.row-gap-lg-0{row-gap:0!important}.row-gap-lg-1{row-gap:.25rem!important}.row-gap-lg-2{row-gap:.5rem!important}.row-gap-lg-3{row-gap:1rem!important}.row-gap-lg-4{row-gap:1.5rem!important}.row-gap-lg-5{row-gap:3rem!important}.column-gap-lg-0{column-gap:0!important}.column-gap-lg-1{column-gap:.25rem!important}.column-gap-lg-2{column-gap:.5rem!important}.column-gap-lg-3{column-gap:1rem!important}.column-gap-lg-4{column-gap:1.5rem!important}.column-gap-lg-5{column-gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.object-fit-xl-contain{object-fit:contain!important}.object-fit-xl-cover{object-fit:cover!important}.object-fit-xl-fill{object-fit:fill!important}.object-fit-xl-scale{object-fit:scale-down!important}.object-fit-xl-none{object-fit:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.row-gap-xl-0{row-gap:0!important}.row-gap-xl-1{row-gap:.25rem!important}.row-gap-xl-2{row-gap:.5rem!important}.row-gap-xl-3{row-gap:1rem!important}.row-gap-xl-4{row-gap:1.5rem!important}.row-gap-xl-5{row-gap:3rem!important}.column-gap-xl-0{column-gap:0!important}.column-gap-xl-1{column-gap:.25rem!important}.column-gap-xl-2{column-gap:.5rem!important}.column-gap-xl-3{column-gap:1rem!important}.column-gap-xl-4{column-gap:1.5rem!important}.column-gap-xl-5{column-gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width: 1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.object-fit-xxl-contain{object-fit:contain!important}.object-fit-xxl-cover{object-fit:cover!important}.object-fit-xxl-fill{object-fit:fill!important}.object-fit-xxl-scale{object-fit:scale-down!important}.object-fit-xxl-none{object-fit:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.row-gap-xxl-0{row-gap:0!important}.row-gap-xxl-1{row-gap:.25rem!important}.row-gap-xxl-2{row-gap:.5rem!important}.row-gap-xxl-3{row-gap:1rem!important}.row-gap-xxl-4{row-gap:1.5rem!important}.row-gap-xxl-5{row-gap:3rem!important}.column-gap-xxl-0{column-gap:0!important}.column-gap-xxl-1{column-gap:.25rem!important}.column-gap-xxl-2{column-gap:.5rem!important}.column-gap-xxl-3{column-gap:1rem!important}.column-gap-xxl-4{column-gap:1.5rem!important}.column-gap-xxl-5{column-gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width: 1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}.guest-layout-module_layout__f0IL3{display:flex;flex-direction:column;min-height:var(--app-height)}.guest-layout-module_content__xxU3k{--container-size: 1660px;--container-space-x: 30px;max-width:calc(var(--container-size) + 2 * var(--container-space-x));display:flex;flex:1 0 auto;flex-direction:column;padding-left:var(--container-space-x);padding-right:var(--container-space-x)}@media only screen and (max-width: 1199px){.guest-layout-module_content__xxU3k{--container-space-x: 20px}}.guest-layout-module_title__H-2yL{font-weight:600;font-size:32px;line-height:35px;border-bottom:1px solid #DEDEDE;padding-bottom:15px;margin:0 0 25px;display:flex}.guest-layout-module_menuBtn__PBKAu{padding:0;background:none;border:0;color:var(--accent-color);width:auto;transform:translateY(-15px);display:none}@media (min-width: 1200px) and (max-width: 1601px){.guest-layout-module_menuBtn__PBKAu{display:inline-block;text-align:left}}.guest-layout-module_menuBtn__PBKAu svg use{fill:currentColor}@media only screen and (max-width: 1199px){.guest-layout-module_wrap__-gA4-{flex-direction:column}}.guest-layout-module_main__9hbjv{display:flex;flex-direction:column;flex-grow:1}@media (min-width: 1200px) and (max-width: 1601px){.guest-layout-module_main__9hbjv{position:relative;margin-left:auto;transition:.2s width cubic-bezier(.19,1,.22,1);transition-delay:.1s;z-index:1;flex-grow:0}.guest-layout-module_main__9hbjv.guest-layout-module_full__0z5jt{width:100%;transition-delay:0s;transition-duration:.3s}}.guest-layout-module_main__9hbjv.guest-layout-module_fullWidth__k--gI{width:100%}.guest-layout-module_main__9hbjv .guest-layout-module_inner__C81Bc.guest-layout-module_spaceBot__rQcpT main{padding-bottom:80px}@media (min-width: 1200px) and (max-width: 1601px){.guest-layout-module_sidebar__kmCPH{transition:.25s transform cubic-bezier(.19,1,.22,1);transition-delay:.1s;position:absolute;top:0;left:0;height:100%}.guest-layout-module_sidebar__kmCPH.guest-layout-module_hide__0rAwK{position:absolute;transform:translate(calc(-100% - 5px));z-index:-1;transition-delay:0s;transition-duration:.25s}}.guest-layout-module_footerHelp__yZ9QK{--height-size: 110px;height:var(--height-size);flex-shrink:unset}@media only screen and (max-width: 575px){.guest-layout-module_footerHelp__yZ9QK{--height-size: 95px}}.loader-module_loader__n-3Wy{position:absolute;width:100%;height:100%;top:0;left:0;z-index:9999}.loader-module_loader__n-3Wy .spinner-border{color:var(--accent-color)!important}.loader-module_xxs__2xi3M{width:15px;height:15px;border-width:2px}.loader-module_xs__FuqiW{width:20px;height:20px;border-width:3px}.loader-module_sm__FIJb-{width:30px;height:30px;border-width:4px}.loader-module_orange__G-lPW{border-color:var(--accent-color);border-right-color:transparent}.loader-module_lg__F9d3i{width:45px;height:45px;border-width:4px}.loader-module_holder__t1Q-q{width:100%;height:100%;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader-module_holder__t1Q-q.loader-module_notTransparent__Ofdj7{background-color:var(--main-color)}.header-module_header__mEVbc{padding:30px 0;position:relative;align-items:center;display:flex}@media screen and (max-width: 1199px){.header-module_header__mEVbc{padding:15px 0 0}}.header-module_header__mEVbc .header-module_logo__Qy-OY{max-width:140px;display:flex}@media screen and (max-width: 1024px){.header-module_header__mEVbc .header-module_logo__Qy-OY{max-width:100px}}@media screen and (max-width: 575px){.header-module_header__mEVbc .header-module_logo__Qy-OY{max-width:80px}}.header-module_header__mEVbc .header-module_logo__Qy-OY a svg{max-width:100%;height:auto}.header-module_header__mEVbc .header-module_logo__Qy-OY a svg path{fill:var(--accent-color)}.header-module_header__mEVbc .header-module_logo__Qy-OY a img{max-width:100%;height:auto}@media screen and (max-width: 1199px){.header-module_header__mEVbc+div>div{padding-top:10px!important}}.header-module_header__mEVbc .header-module_title__ZckQq{font-weight:700}@media screen and (max-width: 991px){.header-module_header__mEVbc .header-module_title__ZckQq{padding-left:0;margin-top:80px}}.header-module_header__mEVbc .header-module_backBtnHeader__hoCaa{display:none;position:absolute;top:40px;right:20px}@media screen and (max-width: 768px){.header-module_header__mEVbc .header-module_backBtnHeader__hoCaa{display:block}}.header-module_header__mEVbc .header-module_showSm__5Slim{display:none}@media screen and (max-width: 1024px){.header-module_header__mEVbc .header-module_showSm__5Slim{display:block}}.header-module_userCode__bGcuc{position:absolute;top:-5px;right:100px}.header-module_userCode__bGcuc button{padding:3px 15px;min-height:40px;font-size:18px}body.light .header-module_header__mEVbc .header-module_logo__Qy-OY a svg path{fill:var(--accent-color)}.header-module_aboutLink__tSrzt{color:var(--accent-color)}.header-module_group__rfO9E{margin-left:auto;padding-left:10px;display:flex;align-items:center}@media screen and (min-width: 992px){.header-module_group__rfO9E{margin-bottom:auto}}.toolbar-mobile-module_toolbar__nzKLw{top:0;left:0;width:100%;z-index:9999;position:fixed;background-color:var(--body-color);height:var(--top-space)}@media screen and (max-width: 1120px){.terms-and-conditions-modal-module_marginContainer__V2gsN{margin-top:7em}}.terms-and-conditions-modal-module_modalBody__yvAri{font-size:24px;width:80%!important;line-height:40px}.terms-and-conditions-modal-module_modalContainer__CC4OY{overflow-y:auto}.terms-and-conditions-modal-module_button__E-h-L{width:250px}.fullscreen-alert-module_container__sPGOz{background-color:var(--alert-bg-color);color:var(--alert-text-color);position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;animation:fullscreen-alert-module_show__bMoLS .3s linear forwards;font-size:30px;z-index:9999;overflow:hidden}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_content__nJl-z{width:50%;min-width:300px;text-align:center;max-height:100%;overflow-y:auto;overflow-x:hidden}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_proceedBtn__sIHUk{display:block;width:70%;max-width:700px;min-width:250px;margin:30px auto}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_closeBtn__OWnur{position:absolute;top:40px;right:40px;display:flex;justify-content:center;align-items:center;width:50px;height:50px}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_closeBtn__OWnur span{display:block;height:1px;width:100%;background-color:var(--alert-text-color);transform:rotate(-45deg)}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_closeBtn__OWnur span:before{content:"";display:block;height:1px;width:100%;background-color:var(--alert-text-color);transform:rotate(90deg)}.fullscreen-alert-module_container__sPGOz .fullscreen-alert-module_closeBtn__OWnur:hover span{opacity:.5}.modal-open{overflow:hidden}@keyframes fullscreen-alert-module_show__bMoLS{0%{opacity:0}to{opacity:1}}.button-module_button__90z8p{--bs-btn-hover-border-color: black;padding:3px 25px;border-radius:63px;border:1px solid transparent;color:var(--button-text-color);background-color:var(--accent-color);transition:all .5s;font-size:18px;font-weight:600;overflow:hidden;position:relative;isolation:isolate;display:inline-flex;justify-content:center;align-items:center;min-height:48px;line-height:.9;box-shadow:0 0 4px #00000026}@media screen and (max-width: 767px){.button-module_button__90z8p{padding-left:15px;padding-right:15px}}@media (min-width: 1200px){.button-module_button__90z8p:hover{color:#000!important;background-color:var(--accent-color-darken-10)}}@media (max-width: 1199px){.button-module_button__90z8p:hover{border-color:inherit!important;background-color:var(--body-color)!important}}@media (min-width: 1200px){.button-module_button__90z8p:focus{background-color:var(--accent-color-darken-20)}}.button-module_button__90z8p:disabled{opacity:.3;background-color:var(--secondary-color-darken-10);color:var(--button-text-color);border-color:transparent}@media screen and (min-width: 768px){.button-module_small__mqdtI{min-height:38px;font-size:16px}}.button-module_hoverDark__RPgga{border:0}.button-module_hoverDark__RPgga .button-module_explodeCircle__woPGw{animation:button-module_explodeRevers__-N5Ja .9s forwards}.button-module_hoverDark__RPgga .button-module_desplodeCircle__pQeh-{animation:button-module_desplodeRevers__fu8wJ .9s forwards}@media (min-width: 1201px){.button-module_hoverDark__RPgga:hover{background-color:#fbfbfb!important}}@media (max-width: 1200px){.button-module_hoverDark__RPgga:hover{background-color:var(--accent-color)!important;color:var(--button-text-color)!important}}.button-module_outline__22HF-{background-color:var(--body-color);color:var(--accent-color);border-color:var(--accent-color)}.button-module_outline__22HF-:disabled{opacity:1;background-color:transparent;color:var(--text-color)}.button-module_outline__22HF-:disabled span.button-module_text__bWA3A{opacity:.3}@media (min-width: 1201px){.button-module_outline__22HF-:focus{background-color:transparent}}.button-module_dark__yb1X6{background-color:#000}.button-module_dark__yb1X6:disabled{opacity:.6;background-color:#000}.button-module_dark__yb1X6 .button-module_explodeCircle__woPGw{animation:button-module_explodeDark__Dikhj .9s forwards}.button-module_dark__yb1X6 .button-module_desplodeCircle__pQeh-{animation:button-module_desplodeDark__Tv437 .9s forwards}.button-module_outlineLight__ewVrk{background-color:transparent;color:var(--secondary-color);border-color:var(--secondary-color)}.button-module_outlineOrange__-fH5D{border-color:var(--accent-color);background-color:transparent;color:var(--text-color)}.button-module_disabled__KczGd{opacity:.6}.button-module_buttonCircle__9-qLq{background-color:#fff;border-radius:50%;position:absolute;left:0;top:0;width:10px;height:10px;margin-left:0;margin-top:0;font-size:0;pointer-events:none;transform:scale(0) translate(-50%,-50%)}@media (max-width: 1200px){.button-module_buttonCircle__9-qLq{display:none}}.button-module_buttonCircle__9-qLq~span{position:relative;z-index:1}@keyframes button-module_explode__Z-ZaR{0%{transform:scale(0);background-color:#2a355080}to{transform:scale(200);background-color:#fff}}@keyframes button-module_desplode__F0l5U{0%{transform:scale(200);background-color:#fff}to{transform:scale(0);background-color:#ffffffb3}}@keyframes button-module_explodeDark__Dikhj{0%{transform:scale(0);background-color:#2a355080}to{transform:scale(200);background-color:#a3abab}}@keyframes button-module_desplodeDark__Tv437{0%{transform:scale(200);background-color:#a3abab}to{transform:scale(0);background-color:#000000b3}}@keyframes button-module_explodeRevers__-N5Ja{0%{transform:scale(0);background-color:#2a3550b3}to{transform:scale(220);background-color:#2a35501a}}@keyframes button-module_desplodeRevers__fu8wJ{0%{transform:scale(200);background-color:#2a35501a}to{transform:scale(0);background-color:#ffffffb3}}.button-module_explodeCircle__woPGw{animation:button-module_explode__Z-ZaR .9s forwards}.button-module_desplodeCircle__pQeh-{animation:button-module_desplode__F0l5U .9s forwards}.button-module_spinner__HFUgl{--spinner-size: 24px;width:var(--spinner-size);height:var(--spinner-size);min-width:var(--spinner-size);border-width:3px}@media screen and (max-width: 575px){.button-module_spinner__HFUgl{--spinner-size: 20px}}.icon-module_icon__-ukYi{display:inline-block;max-width:40px;max-height:40px}.next-button-module_nextBtn__nbRda{height:60px;font-size:20px}.next-button-module_nextBtn__nbRda>span+span{width:100%}.next-button-module_nextBtn__nbRda .next-button-module_innerWrap__soHvt{display:flex;justify-content:space-between;align-items:center;position:relative}@media (min-width: 1201px){.next-button-module_nextBtn__nbRda:hover .next-button-module_arrow__tyD2J{transform:translate(10px)}}.next-button-module_nextBtn__nbRda .next-button-module_arrow__tyD2J{height:40px;margin-left:7px;transition:transform .2s;display:inline-flex;align-items:center}.next-button-module_nextBtn__nbRda .next-button-module_arrow__tyD2J svg{transform:scaleX(-1)}@media screen and (max-width: 768px){.next-button-module_nextBtn__nbRda{height:auto}.next-button-module_nextBtn__nbRda .next-button-module_arrow__tyD2J{height:30px}}.wrapper-input-module_inputContainer__vD-y9{margin-bottom:15px}.wrapper-input-module_inputContainer__vD-y9.text-danger input{border-color:#c83800}.wrapper-input-module_label__G3XQH{font-size:18px;padding-left:24px}.form-error-module_errorRow__Y61NC{display:flex;align-items:center;padding:10px 0 5px 15px;font-size:16px;line-height:16px;color:#c83800}@media screen and (min-width: 769px){.form-error-module_errorRow__Y61NC>:first-child{flex-shrink:0}}.form-error-module_errorRow__Y61NC .form-error-module_circle__wvovv{margin-left:7px}.form-error-module_errSpan__2hYAA{max-width:110%}.checkbox-module_checkboxContainer__qSeTd{display:flex;font-weight:600;position:relative;font-size:18px;line-height:20px;cursor:pointer}.checkbox-module_checkboxContainer__qSeTd input{display:none}.checkbox-module_checkboxContainer__qSeTd input:checked~label:before{background-color:var(--accent-color)}.checkbox-module_checkboxContainer__qSeTd input:checked~.checkbox-module_icon__RS28g{display:block}.checkbox-module_checkboxContainer__qSeTd .checkbox-module_icon__RS28g{display:none;position:absolute;left:0;top:2px;z-index:1;pointer-events:none}.checkbox-module_checkboxContainer__qSeTd>label{padding-left:25px;cursor:pointer;position:relative;min-height:16px;font-size:18px;font-weight:400;line-height:1}.checkbox-module_checkboxContainer__qSeTd>label:before{content:"";position:absolute;display:block;width:16px;height:16px;border-radius:3px;border:1px solid var(--accent-color);left:0;top:2px}.checkbox-module_checkboxContainer__qSeTd>label:after{transform:rotate(45deg);height:25px;width:12px;margin-left:60%;border-bottom:7px solid #78b13f;border-right:7px solid #78b13f}.field-checkbox-module_disabled__29V2g{pointer-events:none;opacity:.6}@media screen and (max-width: 1120px){.change-password-modal-module_marginContainer__1c4cx{margin-top:7em}}.change-password-modal-module_modalContainer__dJ2-F{overflow-y:auto}.change-password-modal-module_modalContainer__dJ2-F .change-password-modal-module_modalBody__wjUe5{font-size:24px;width:70%}@media screen and (max-width: 575px){.change-password-modal-module_modalContainer__dJ2-F .change-password-modal-module_modalBody__wjUe5{width:calc(100% - 40px)}}.change-password-modal-module_button__Y5dSr{width:250px;margin-top:30px}.change-password-modal-module_wrapper__aNc68{max-width:650px;margin:auto}.change-password-modal-module_title__MTpMF{color:var(--text-color);font-size:40px}@media screen and (max-width: 575px){.change-password-modal-module_title__MTpMF{font-size:32px}}.change-password-modal-module_description__4wEUF{line-height:1.3;font-size:20px}.reset-password-module_heading__iqqFQ{color:var(--secondary-color)}.reset-password-module_input__FEnM0::placeholder{color:var(--text-color)}.reset-password-module_sendButton__6P93M{min-width:200px}.input-module_input__vkGL7{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.input-module_input__vkGL7{font-size:18px}}.input-module_input__vkGL7:-webkit-autofill,.input-module_input__vkGL7:-webkit-autofill:hover,.input-module_input__vkGL7:-webkit-autofill:focus,.input-module_input__vkGL7:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.input-module_input__vkGL7::placeholder{color:#bcbcbc;opacity:1}.input-module_input__vkGL7:focus,.input-module_input__vkGL7:focus-visible{outline:none;border-color:var(--accent-color)}.input-module_input__vkGL7:read-only{background-color:transparent}.input-module_input__vkGL7:focus,.input-module_input__vkGL7:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.input-module_input__vkGL7:focus,.input-module_input__vkGL7:focus-visible{font-size:18px}}.input-module_input__vkGL7:focus:-webkit-autofill,.input-module_input__vkGL7:focus:-webkit-autofill:hover,.input-module_input__vkGL7:focus:-webkit-autofill:focus,.input-module_input__vkGL7:focus:-webkit-autofill:active,.input-module_input__vkGL7:focus-visible:-webkit-autofill,.input-module_input__vkGL7:focus-visible:-webkit-autofill:hover,.input-module_input__vkGL7:focus-visible:-webkit-autofill:focus,.input-module_input__vkGL7:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.input-module_input__vkGL7:focus::placeholder,.input-module_input__vkGL7:focus-visible::placeholder{color:#bcbcbc;opacity:1}.input-module_input__vkGL7:focus:focus,.input-module_input__vkGL7:focus:focus-visible,.input-module_input__vkGL7:focus-visible:focus,.input-module_input__vkGL7:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.input-module_input__vkGL7:focus:read-only,.input-module_input__vkGL7:focus-visible:read-only{background-color:transparent}.field-password-module_container__EItbJ{position:relative}.field-password-module_container__EItbJ input{padding-right:60px}.field-password-module_container__EItbJ input.text-danger~.field-password-module_help__-lnwS svg use{fill:var(--input-help-color)}.field-password-module_help__-lnwS{font-size:14px;line-height:15px;color:var(--input-help-color);display:flex;margin:10px 0 0 2px;text-align:left}.field-password-module_help__-lnwS .icon{margin:0 5px 0 0;min-width:10px}.field-password-module_toggle__B2kAm{display:flex;align-items:center;position:absolute;right:0;z-index:10;top:12px;line-height:23px}.field-password-module_toggleIcon__tjA7I{font-size:18px;margin-right:23px;cursor:pointer;line-height:inherit}.field-password-module_toggleIcon__tjA7I svg{color:var(--secondary-color)}.sidebar-module_sidebar__Ik4kD{--sidebar-n-oofset-x: 30px;background-color:var(--sidebar-bg-color);max-height:100%;overflow:hidden}@media only screen and (min-width: 1200px){.sidebar-module_sidebar__Ik4kD:before{content:"";display:block;position:absolute;right:0;top:0;width:1px;height:100%;border-right:.5px solid var(--sidebar-border-color)}}@media only screen and (max-width: 1199px){.sidebar-module_sidebar__Ik4kD{border-radius:0 16px 16px 0;box-shadow:0 0 4px #00000026}}@media all and (display-mode: standalone){.sidebar-module_sidebar__Ik4kD{display:none}}.sidebar-module_inner__e0TJj{padding:40px;margin-right:calc(-1 * var(--sidebar-n-oofset-x));overflow-x:hidden;overflow-y:auto;height:inherit}@media only screen and (max-width: 1199px){.sidebar-module_inner__e0TJj{padding:100px 20px 20px}}.sidebar-module_brand__gc7cq{margin-bottom:50px}@media only screen and (max-width: 1199px){.sidebar-module_brand__gc7cq{position:absolute;left:20px;top:20px}}.sidebar-module_brand__gc7cq a{background:none}.sidebar-module_brand__gc7cq svg,.sidebar-module_brand__gc7cq path{fill:currentColor}.sidebar-module_brand__gc7cq svg{width:100px;height:60px}@media only screen and (max-width: 1199px){.sidebar-module_brand__gc7cq svg{width:70px;height:42px}}.sidebar-module_navSidebar__8EIde{margin-right:var(--sidebar-n-oofset-x)}.sidebar-module_sidebarOverlay__FSxAR{position:absolute;background:#000;width:100%;height:100%;z-index:100000;opacity:.1;filter:blur(10px)}.sidebar-module_sidebarHeader__ls8iX{padding:0;background:none}.sidebar-module_sidebarHeader__ls8iX .btn-close{opacity:1;padding:0;margin:0;background-image:none;background-color:var(--accent-color);-webkit-mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");mask-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;right:20px;top:20px;position:absolute;width:22px;height:22px}.sidebar-module_sidebar__Ik4kD .btn-close{opacity:1}.sidebar-module_sidebar__Ik4kD .nav-item{margin-bottom:12px;list-style:none}.sidebar-module_sidebar__Ik4kD .nav-item>.nav-link{border-radius:49px;padding:8px 8px 8px 12px;margin-left:-12px;border-left:3px solid transparent}.sidebar-module_sidebar__Ik4kD .nav-item>.nav-link.active{background:#fe4b0014!important;color:var(--accent-color);border-left-color:#c83800}.sidebar-module_sidebar__Ik4kD .nav-item>.nav-link.active .icon{margin:0}.sidebar-module_sidebar__Ik4kD .nav-item>.nav-link.active .icon use{fill:currentColor}.sidebar-module_sidebar__Ik4kD .nav-link{font-size:18px;line-height:20px;background:none!important;border:0;color:var(--text-color);display:flex;align-items:center;min-height:36px}.sidebar-module_sidebar__Ik4kD .nav-link:hover{color:var(--accent-color)}.sidebar-module_sidebar__Ik4kD .has-children .nav-link[aria-expanded=true] span .icon{transform:rotate(180deg)}.sidebar-module_sidebar__Ik4kD .nav-sub{padding-top:10px;padding-left:25px;list-style:none}.sidebar-module_sidebar__Ik4kD .icon-wrap{min-width:18px;display:inline-flex;margin-right:10px;color:currentColor}.sidebar-module_sidebar__Ik4kD .icon-wrap .icon{margin:0}.sidebar-module_sidebar__Ik4kD .icon-wrap .icon use{fill:var(--light-color)}.sidebar-module_nav__YKqwZ{list-style:none;padding:0}.sidebar-module_title__mvsUY{text-decoration:none}.sidebar-module_subTitle__AnkKj{margin-bottom:0;white-space:pre-wrap;font-size:.875rem;display:block}.sidebar-module_menuBtn__tqCjY{padding:0;background:none;border:0;color:var(--accent-color);position:absolute;right:20px;top:35px;width:auto}.sidebar-module_menuBtn__tqCjY svg use{fill:currentColor}.sidebar-module_menuCanvas__6FnhP{--bs-offcanvas-width: 330px;--bs-offcanvas-border-color: transparent;background:none;box-shadow:none}.sidebar-module_themeSwitcher__Q3Duk{margin-bottom:12px}.sidebar-module_themeSwitcher__Q3Duk .text{color:var(--text-color)}.sidebar-item-tree-module_toggleLink__lQ-DM span .icon{transition:.2s transform ease;margin-left:10px;margin-bottom:0}.sidebar-item-tree-module_toggleLink__lQ-DM span .icon use{fill:none}.sidebar-item-title-module_title__NNRTc{font-weight:600;font-size:18px;line-height:20px;text-transform:uppercase;margin:0 0 15px;color:var(--sidebar-title-color)}.sidebar-divider-module_divider__pHfPl{display:block;width:100%}.sidebar-divider-module_divider__pHfPl hr{height:1px;margin:20px 0 32px;background-color:var(--sidebar-hr-color);border:0;opacity:1}.dashboard-header-module_heading__vlC-g{font-weight:600;font-size:32px;line-height:35px;margin:0 0 25px;display:flex;flex-wrap:wrap}@media only screen and (min-width: 1200px){.dashboard-header-module_heading__vlC-g{padding-bottom:15px;border-bottom:1px solid #DEDEDE}}@media only screen and (max-width: 1199px){.dashboard-header-module_heading__vlC-g{padding-top:15px;margin-top:40px;border-top:1px solid #DEDEDE;font-size:24px}}.dashboard-header-module_heading__vlC-g h2,.dashboard-header-module_heading__vlC-g h3{margin-bottom:0;font:inherit}.dashboard-header-module_brand__EULH3{position:absolute;left:20px;top:24px}.dashboard-header-module_brand__EULH3 svg{width:70px;height:42px}@media all and (min-width: 1200px){.dashboard-header-module_brand__EULH3.dashboard-header-module_brandStatic__Nxgb9{position:static;margin-bottom:15px;width:100%;margin-top:-20px}.dashboard-header-module_brand__EULH3.dashboard-header-module_brandStatic__Nxgb9 svg{width:80px;height:52px}}.dashboard-header-module_brand__EULH3 svg,.dashboard-header-module_brand__EULH3 path{fill:currentColor}.dashboard-header-module_user__0SSkq{margin-left:auto}.dashboard-header-module_group__u7Bfv{display:flex;align-items:center;margin-left:auto}@media only screen and (max-width: 1199px){.dashboard-header-module_group__u7Bfv{position:absolute;right:75px;top:32px}.dashboard-header-module_group__u7Bfv.dashboard-header-module_noButton__NQ7SL{right:10px}}.dashboard-header-module_themeSwitcher__SlImA{list-style:none;padding:0 0 0 10px;margin:0;width:calc(100% - 5px);position:absolute;left:0;top:140px;z-index:1}@media only screen and (min-width: 1200px){.dashboard-header-module_themeSwitcher__SlImA{top:180px}}.dashboard-header-module_themeSwitcher__SlImA .text{font-size:24px;font-weight:600}.user-module_wrap__-tQzX{display:flex;align-items:center;font-weight:400;font-size:18px;line-height:20px;background:none;color:var(--text-color);transition:.3s color ease}.user-module_avatar__Wtw9o{margin-left:12px;aspect-ratio:1/1;border-radius:50%;position:relative;width:34px;height:34px;border:1.5px solid var(--accent-color)}@media only screen and (max-width: 1199px){.user-module_avatar__Wtw9o{width:28px;height:28px;margin:0}}.user-module_avatar__Wtw9o img{aspect-ratio:1/1;border-radius:50%;width:100%;height:100%}.user-module_avatar__Wtw9o svg{position:absolute;right:-1px;top:-1px;height:calc(100% + 2px);pointer-events:none}.base-layout-module_layout__ckQxu{display:flex;flex-direction:column;min-height:var(--app-height)}.base-layout-module_content__K5tkH{--container-size: 1660px;--container-space-x: 30px;max-width:calc(var(--container-size) + 2 * var(--container-space-x));display:flex;flex:1 0 auto;flex-direction:column;padding-left:var(--container-space-x);padding-right:var(--container-space-x)}@media only screen and (max-width: 1199px){.base-layout-module_content__K5tkH{--container-space-x: 20px}}.base-layout-module_title__MxZJJ{font-weight:600;font-size:32px;line-height:35px;border-bottom:1px solid #DEDEDE;padding-bottom:15px;margin:0 0 25px;display:flex}.base-layout-module_menuBtn__qnDqu{padding:0;background:none;border:0;color:var(--accent-color);width:auto;transform:translateY(-15px);display:none}@media (min-width: 1200px) and (max-width: 1601px){.base-layout-module_menuBtn__qnDqu{display:inline-block;text-align:left}}.base-layout-module_menuBtn__qnDqu svg use{fill:currentColor}@media only screen and (max-width: 1199px){.base-layout-module_wrap__9-xAf{flex-direction:column}}.base-layout-module_main__DyjYH{display:flex;flex-direction:column;flex-grow:1}@media (min-width: 1200px) and (max-width: 1601px){.base-layout-module_main__DyjYH{position:relative;margin-left:auto;transition:.2s width cubic-bezier(.19,1,.22,1);transition-delay:.1s;z-index:1;flex-grow:0}.base-layout-module_main__DyjYH.base-layout-module_full__pIfpZ{width:100%;transition-delay:0s;transition-duration:.3s}}.base-layout-module_main__DyjYH.base-layout-module_fullWidth__M9dyd{width:100%}.base-layout-module_main__DyjYH .base-layout-module_inner__1Vopl.base-layout-module_spaceBot__ocS30 main{padding-bottom:80px}@media (min-width: 1200px) and (max-width: 1601px){.base-layout-module_sidebar__PLaEv{transition:.25s transform cubic-bezier(.19,1,.22,1);transition-delay:.1s;position:absolute;top:0;left:0;height:100%}.base-layout-module_sidebar__PLaEv.base-layout-module_hide__XSVwa{position:absolute;transform:translate(calc(-100% - 5px));z-index:-1;transition-delay:0s;transition-duration:.25s}}.base-layout-module_footerHelp__XVP1N{--height-size: 110px;height:var(--height-size);flex-shrink:unset}@media only screen and (max-width: 575px){.base-layout-module_footerHelp__XVP1N{--height-size: 95px}}.menu-mobile-module_wrap__HQmfo{padding-top:30px}.menu-mobile-module_menu__HNgWS{position:fixed;left:0;bottom:0;z-index:9999;background-color:var(--card-bg-color);box-shadow:0 -1px 9px #0000000d;padding:0;border-radius:18px 18px 0 0}.menu-mobile-module_menuOverlay__3ziF2{position:absolute;background:var(--card-bg-color);width:100%;height:100%;z-index:100000;opacity:.5;filter:blur(10px);top:0;left:0}.menu-mobile-module_menuCanvas__Urcb-{--bs-offcanvas-bg: var(--body-color);--bs-offcanvas-width: 100%;--bs-offcanvas-border-color: transparent;transition:none;top:100px!important}.menu-mobile-module_backdrop__AeqLV.show{opacity:0}.menu-mobile-module_menuHeader__8y5em{justify-content:flex-end}.menu-mobile-module_offcanvasNav__0vP31{--menu-height: 110px;flex-grow:1;position:relative;padding:20px 20px var(--menu-height);overflow-y:auto;overflow-x:hidden}.menu-mobile-module_offcanvasNav__0vP31 ul{margin:0;padding:0;list-style:none}.menu-mobile-module_inner__5O4YO{display:flex;padding:25px 12px 8px;position:relative}@media only screen and (max-width: 767px){.menu-mobile-module_inner__5O4YO{padding:25px 5px 12px}.menu-mobile-module_inner__5O4YO.menu-mobile-module_ios__5CzK2{padding-bottom:25px}}.menu-mobile-module_navMenu__RDtVw{width:100%}.menu-mobile-module_nav__FmSRh{margin:0;padding:0 0 10px;list-style:none;width:100%;display:flex;justify-content:space-between}@media only screen and (min-width: 992px){.menu-mobile-module_nav__FmSRh{justify-content:center}}.menu-mobile-module_nav__FmSRh.menu-mobile-module_ios__5CzK2{padding-bottom:20px}.menu-mobile-module_navSide__n899Y{list-style:none;padding:0;margin:0}.menu-mobile-item-module_navItem__Qfx9s{list-style:none}.menu-mobile-item-module_navItem__Qfx9s.menu-mobile-item-module_col__r527v{margin:0 12px}@media only screen and (max-width: 575px){.menu-mobile-item-module_navItem__Qfx9s.menu-mobile-item-module_col__r527v{margin:0}}.menu-mobile-item-module_navItem__Qfx9s.menu-mobile-item-module_row__oWOpC{margin-bottom:10px}.menu-mobile-item-module_navItem__Qfx9s::marker{display:none}.menu-mobile-item-module_navLink__IWnUz{display:inline-flex;align-items:center;justify-content:center;color:var(--light-color);position:relative}.menu-mobile-item-module_navLink__IWnUz:hover{color:var(--light-color)}.menu-mobile-item-module_navLink__IWnUz:hover .menu-mobile-item-module_text__p6ZA8{color:var(--text-color)}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl{color:var(--accent-color)}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl .menu-mobile-item-module_text__p6ZA8{color:currentColor}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl.menu-mobile-item-module_col__r527v:before{content:"";display:block;position:absolute;left:50%;margin-left:-15px;top:-24px;width:30px;height:3px;background-color:currentColor;border-radius:0 0 18px 18px}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl.menu-mobile-item-module_col__r527v .menu-mobile-item-module_text__p6ZA8{color:currentColor}@media only screen and (max-width: 575px){.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl.menu-mobile-item-module_col__r527v .menu-mobile-item-module_text__p6ZA8{display:block;transform:translateY(16px)}}@media only screen and (max-width: 575px){.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_active__udxCl.menu-mobile-item-module_col__r527v .menu-mobile-item-module_iconWrap__cC2Ho svg{transform:scale(1.2) translateY(-6px);transform-origin:bottom center}}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v{flex-direction:column;min-width:70px;padding-bottom:25px}@media only screen and (max-width: 575px){.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v{min-width:60px;padding-bottom:0}}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v .menu-mobile-item-module_iconWrap__cC2Ho{margin-bottom:10px;text-align:center;min-height:32px}@media only screen and (max-width: 575px){.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v .menu-mobile-item-module_iconWrap__cC2Ho{min-height:24px}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v .menu-mobile-item-module_iconWrap__cC2Ho svg{width:24px;height:24px}}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v .menu-mobile-item-module_text__p6ZA8{color:var(--text-color);font-size:12px;line-height:1.1;text-align:center;position:absolute;left:0;bottom:0;display:inline-block;min-width:100%;min-height:25px}@media only screen and (max-width: 575px){.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_col__r527v .menu-mobile-item-module_text__p6ZA8{display:none;line-height:1}}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_row__oWOpC{padding:14px 15px;border-radius:10px;width:100%;box-shadow:0 4px 4px #00000003;border-left:2px solid var(--accent-color);justify-content:flex-start;background-color:var(--card-bg-color)}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_row__oWOpC .menu-mobile-item-module_iconWrap__cC2Ho{min-width:20px;width:20px;margin-right:10px}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_row__oWOpC .menu-mobile-item-module_iconWrap__cC2Ho svg use{fill:var(--accent-color)}.menu-mobile-item-module_navLink__IWnUz.menu-mobile-item-module_row__oWOpC .menu-mobile-item-module_text__p6ZA8{font-size:20px;font-weight:600}.menu-mobile-item-module_iconWrap__cC2Ho svg{max-width:100%;height:auto}.menu-mobile-item-module_iconWrap__cC2Ho svg use{fill:currentColor}.modal-module_container__1YkSB{color:var(--text-color);position:fixed;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:0;animation:modal-module_show__yT0bi .3s linear forwards;font-size:30px;z-index:9999;overflow:hidden;pointer-events:none}@media screen and (max-width: 767px){.modal-module_container__1YkSB{justify-content:flex-end}}.modal-module_container__1YkSB .modal-module_proceedBtn__QygNd{display:block;width:70%;max-width:700px;min-width:250px;margin:30px auto}.modal-module_container__1YkSB .modal-module_closeBtn__H9hPN{position:absolute;top:27px;right:24px;display:flex;justify-content:center;align-items:center;width:28px;height:28px;background-color:var(--accent-color);border-radius:50%;transition:.2s transform ease}.modal-module_container__1YkSB .modal-module_closeBtn__H9hPN span{display:block;height:2px;width:60%;background-color:#fff;transform:rotate(-45deg)}.modal-module_container__1YkSB .modal-module_closeBtn__H9hPN span:before{content:"";display:block;height:2px;width:100%;background-color:inherit;transform:rotate(90deg)}.modal-module_container__1YkSB .modal-module_closeBtn__H9hPN:hover{transform:scale(1.15)}.modal-module_content__yfgAl{-ms-scrollbar-base-color:#b2b2b2;scrollbar-color:rgba(178,178,178,.5) #e4e4e4;scrollbar-width:thin;text-align:center;padding:40px 55px 40px 60px;max-height:100%;margin-right:5px;overflow-y:auto;overflow-x:hidden}.modal-module_content__yfgAl::-webkit-scrollbar{height:5px;width:5px}.modal-module_content__yfgAl::-webkit-scrollbar-track{background-color:#e4e4e4;box-shadow:inset 0 0 0 1.5px #fff}.modal-module_content__yfgAl::-webkit-scrollbar-thumb{height:5px;width:5px;background-color:#b2b2b2;border-radius:5px}@media screen and (max-width: 767px){.modal-module_content__yfgAl{padding:30px 45px 30px 40px}}.modal-module_wrap__cxpWi{width:calc(100% - 40px);max-width:1400px;box-shadow:0 0 4px #00000026;border-radius:40px;background-color:var(--card-bg-color);border-top:15px solid var(--accent-color);pointer-events:all;position:relative;overflow:hidden;z-index:200;max-height:calc(100% - 100px);transform:scale(.7) translateY(-105px);opacity:0}@media screen and (max-width: 767px){.modal-module_wrap__cxpWi{border-radius:20px 20px 0 0;border-top-width:10px;width:100%}}.modal-module_wrap__cxpWi.modal-module_active__d3oyt{animation:.2s forwards modal-module_fadeIn__uVyAJ;animation-delay:.1s}.modal-module_heading__P5WN4{font-weight:600;font-size:28px;line-height:31px;margin-bottom:20px}.modal-module_overlay__NdO8r{position:fixed;width:100%;height:100%;background-color:#0009;z-index:100;top:0;bottom:0;left:0;right:0;pointer-events:all}@keyframes modal-module_show__yT0bi{0%{opacity:0}to{opacity:1}}@keyframes modal-module_fadeIn__uVyAJ{0%{transform:scale(.7) translateY(-105px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@media only screen and (max-width: 767px){.biometric-login-modal-module_content__Uf9xb{padding-left:20px;padding-right:20px}}.biometric-login-modal-module_completeImg__K-QNf{max-width:100%;margin-bottom:30px}.biometric-login-modal-module_heading__rNTX0{max-width:clamp(405px,20vw,800px);margin-left:auto;margin-right:auto}@media only screen and (max-width: 767px){.biometric-login-modal-module_heading__rNTX0{font-size:24px;max-width:335px}}.biometric-login-modal-module_text__XuLF2{font-size:18px;line-height:20px;text-align:center;margin:0 auto 25px}@media only screen and (max-width: 767px){.biometric-login-modal-module_text__XuLF2{max-width:280px}}.biometric-login-modal-module_text__XuLF2 span{color:var(--accent-color);font-size:12px}.biometric-login-modal-module_actions__mISe-{display:flex;align-items:center;justify-content:center;padding-top:10px}.biometric-login-modal-module_btn__4qcsc{min-width:170px;margin:0 8px}@media only screen and (max-width: 767px){.biometric-login-modal-module_btn__4qcsc{margin:0 5px;min-width:162px}}@media only screen and (max-width: 575px){.biometric-login-modal-module_btn__4qcsc{width:calc(50% - 10px)}}.two-factor-setup-modal-module_step__-6Q4O{animation:two-factor-setup-modal-module_fadeIn__sCRcs .3s}.two-factor-setup-modal-module_img__0XHYI{max-width:30%;min-width:150px;height:auto;margin-bottom:32px;animation:two-factor-setup-modal-module_popIn__6s3PR .6s}.two-factor-setup-modal-module_img__0XHYI ._icon_exclamation,.two-factor-setup-modal-module_img__0XHYI ._icon_checkmark,.two-factor-setup-modal-module_img__0XHYI ._icon_cross{display:none}.two-factor-setup-modal-module_img__0XHYI.two-factor-setup-modal-module_exclamation__Rh08g ._icon_exclamation{display:initial!important;animation:popIn 1s}.two-factor-setup-modal-module_img__0XHYI.two-factor-setup-modal-module_success__g3Whp ._icon_checkmark,.two-factor-setup-modal-module_img__0XHYI.two-factor-setup-modal-module_error__xtyqG ._icon_cross{display:initial!important}@keyframes two-factor-setup-modal-module_fadeIn__sCRcs{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}@keyframes two-factor-setup-modal-module_popIn__6s3PR{0%{transform:scale(.9);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.field-phone-input-module_input__PIyKB{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.field-phone-input-module_input__PIyKB{font-size:18px}}.field-phone-input-module_input__PIyKB:-webkit-autofill,.field-phone-input-module_input__PIyKB:-webkit-autofill:hover,.field-phone-input-module_input__PIyKB:-webkit-autofill:focus,.field-phone-input-module_input__PIyKB:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.field-phone-input-module_input__PIyKB::placeholder{color:#bcbcbc;opacity:1}.field-phone-input-module_input__PIyKB:focus,.field-phone-input-module_input__PIyKB:focus-visible{outline:none;border-color:var(--accent-color)}.field-phone-input-module_input__PIyKB:read-only{background-color:transparent}.field-phone-input-module_input__PIyKB:focus,.field-phone-input-module_input__PIyKB:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.field-phone-input-module_input__PIyKB:focus,.field-phone-input-module_input__PIyKB:focus-visible{font-size:18px}}.field-phone-input-module_input__PIyKB:focus:-webkit-autofill,.field-phone-input-module_input__PIyKB:focus:-webkit-autofill:hover,.field-phone-input-module_input__PIyKB:focus:-webkit-autofill:focus,.field-phone-input-module_input__PIyKB:focus:-webkit-autofill:active,.field-phone-input-module_input__PIyKB:focus-visible:-webkit-autofill,.field-phone-input-module_input__PIyKB:focus-visible:-webkit-autofill:hover,.field-phone-input-module_input__PIyKB:focus-visible:-webkit-autofill:focus,.field-phone-input-module_input__PIyKB:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.field-phone-input-module_input__PIyKB:focus::placeholder,.field-phone-input-module_input__PIyKB:focus-visible::placeholder{color:#bcbcbc;opacity:1}.field-phone-input-module_input__PIyKB:focus:focus,.field-phone-input-module_input__PIyKB:focus:focus-visible,.field-phone-input-module_input__PIyKB:focus-visible:focus,.field-phone-input-module_input__PIyKB:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.field-phone-input-module_input__PIyKB:focus:read-only,.field-phone-input-module_input__PIyKB:focus-visible:read-only{background-color:transparent}div.field-phone-input-module_container__BJv0M{z-index:3;font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;height:48px;padding:3px 24px 3px 80px;line-height:1.5;font-weight:100;font-family:unset;width:100%}@media screen and (max-width: 576px){div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB{font-size:18px}}div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:-webkit-autofill,div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:-webkit-autofill:hover,div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:-webkit-autofill:focus,div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB::placeholder{color:#bcbcbc;opacity:1}div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:focus,div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:focus-visible{outline:none;border-color:var(--accent-color)}div.field-phone-input-module_container__BJv0M input.field-phone-input-module_input__PIyKB:read-only{background-color:transparent}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0{border:none;top:1px;bottom:1px;background:transparent!important;border-right:1px solid var(--input-border-color)}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .selected-flag:hover,div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .selected-flag:focus,div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0.open .selected-flag{background:none!important}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .country-list .country.highlight{background-color:var(--accent-color)!important;color:#fff!important}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .country-list .country.highlight .dial-code{color:#fff!important}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .selected-flag{padding-left:24px;width:68px}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .selected-flag .arrow{width:6px;height:6px;border:0;border-right:1px solid var(--accent-color);border-bottom:1px solid var(--accent-color);transform:rotate(45deg);margin-top:-5px;left:24px}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdownBtn__JIuN0 .selected-flag.open .arrow{transform:rotate(225deg);margin-top:-2px}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae{-ms-scrollbar-base-color:var(--accent-color);scrollbar-color:rgba(var(--accent-color),.5) var(--line-color);scrollbar-width:thin;border-radius:4px;background-color:var(--card-bg-color);border:var(--card-border-color) 1px solid;box-shadow:0 8px 16px #00000026}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae::-webkit-scrollbar{height:5px;width:5px}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae::-webkit-scrollbar-track{background-color:var(--line-color);box-shadow:inset 0 0 0 1.5px var(--card-bg-color)}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae::-webkit-scrollbar-thumb{height:5px;width:5px;background-color:var(--accent-color);border-radius:5px}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae li .dial-code{color:var(--line-color)!important}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae li:hover:not(.divider){background-color:#e9ecef!important;border-color:#e9ecef!important;color:var(--accent-color)!important}div.field-phone-input-module_container__BJv0M .field-phone-input-module_dropdown__jcAae li:hover:not(.divider) .dial-code{color:#1c1c1c!important}.field-phone-input-module_phoneHelp__gNQyq{font-size:14px;opacity:.5;padding-left:8px}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.dropdown-module_input__Uowq-{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.dropdown-module_input__Uowq-{font-size:18px}}.dropdown-module_input__Uowq-:-webkit-autofill,.dropdown-module_input__Uowq-:-webkit-autofill:hover,.dropdown-module_input__Uowq-:-webkit-autofill:focus,.dropdown-module_input__Uowq-:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.dropdown-module_input__Uowq-::placeholder{color:#bcbcbc;opacity:1}.dropdown-module_input__Uowq-:focus,.dropdown-module_input__Uowq-:focus-visible{outline:none;border-color:var(--accent-color)}.dropdown-module_input__Uowq-:read-only{background-color:transparent}.dropdown-module_input__Uowq-:focus,.dropdown-module_input__Uowq-:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.dropdown-module_input__Uowq-:focus,.dropdown-module_input__Uowq-:focus-visible{font-size:18px}}.dropdown-module_input__Uowq-:focus:-webkit-autofill,.dropdown-module_input__Uowq-:focus:-webkit-autofill:hover,.dropdown-module_input__Uowq-:focus:-webkit-autofill:focus,.dropdown-module_input__Uowq-:focus:-webkit-autofill:active,.dropdown-module_input__Uowq-:focus-visible:-webkit-autofill,.dropdown-module_input__Uowq-:focus-visible:-webkit-autofill:hover,.dropdown-module_input__Uowq-:focus-visible:-webkit-autofill:focus,.dropdown-module_input__Uowq-:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.dropdown-module_input__Uowq-:focus::placeholder,.dropdown-module_input__Uowq-:focus-visible::placeholder{color:#bcbcbc;opacity:1}.dropdown-module_input__Uowq-:focus:focus,.dropdown-module_input__Uowq-:focus:focus-visible,.dropdown-module_input__Uowq-:focus-visible:focus,.dropdown-module_input__Uowq-:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.dropdown-module_input__Uowq-:focus:read-only,.dropdown-module_input__Uowq-:focus-visible:read-only{background-color:transparent}.dropdown-module_dropdown__0RZw2{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;box-shadow:none;font-weight:400;line-height:1.5;cursor:pointer}@media screen and (max-width: 576px){.dropdown-module_dropdown__0RZw2{font-size:18px}}.dropdown-module_dropdown__0RZw2:-webkit-autofill,.dropdown-module_dropdown__0RZw2:-webkit-autofill:hover,.dropdown-module_dropdown__0RZw2:-webkit-autofill:focus,.dropdown-module_dropdown__0RZw2:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.dropdown-module_dropdown__0RZw2::placeholder{color:#bcbcbc;opacity:1}.dropdown-module_dropdown__0RZw2:focus,.dropdown-module_dropdown__0RZw2:focus-visible{outline:none;border-color:var(--accent-color)}.dropdown-module_dropdown__0RZw2:read-only{background-color:transparent}@media screen and (max-width: 575px){.dropdown-module_dropdown__0RZw2{font-size:20px}}.dropdown-module_dropdown__0RZw2 .rw-dropdown-list-input{padding-left:0;padding-top:.375rem;padding-bottom:.375rem}.dropdown-module_dropdown__0RZw2 .rw-placeholder{color:#bcbcbc}.dropdown-module_dropdown__0RZw2 .dropdown-caret{color:var(--accent-color);transition:.2s transform ease}.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL{border:1px solid var(--accent-color)!important;border-radius:63px;padding:0 0 0 14px}@media screen and (max-width: 767px){.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL{padding:3px 0 3px 12px}}.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL .rw-dropdown-list-input{padding-right:5px}.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL .rw-dropdownlist-search,.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL .rw-dropdown-list-value{color:var(--text-color);font-size:16px;font-weight:600}.dropdown-module_dropdown__0RZw2.dropdown-module_rounded__YjqLL .dropdown-caret .icon{width:14px;height:10px}.rw-dropdown-list .rw-list-empty{font-size:16px;line-height:18px}.rw-dropdown-list .rw-popup-container{font-size:24px}.rw-dropdown-list .rw-widget-input{color:var(--text-color)}.rw-dropdown-list .rw-state-focus .rw-widget-picker,.rw-dropdown-list .rw-state-focus .rw-widget-picker.rw-widget-input{box-shadow:0 0 4px #00000012;border-color:var(--accent-color)}.rw-dropdown-list .rw-open .dropdown-caret{transform:rotate(180deg)}.rw-dropdown-list .rw-popup{background-color:var(--card-bg-color);border-color:var(--card-border-color);box-shadow:0 8px 16px #00000026}.rw-dropdown-list .rw-popup .rw-list-option,.rw-dropdown-list .rw-popup .rw-list-option-create{color:var(--text-color);border:0;transition:.3s ease}.rw-dropdown-list .rw-popup .rw-list-option{padding:7px 15px}.rw-dropdown-list .rw-popup .rw-list{-ms-scrollbar-base-color:#b2b2b2;scrollbar-color:rgba(178,178,178,.5) #e4e4e4;scrollbar-width:thin;font-size:18px;line-height:1}.rw-dropdown-list .rw-popup .rw-list::-webkit-scrollbar{height:5px;width:5px}.rw-dropdown-list .rw-popup .rw-list::-webkit-scrollbar-track{background-color:#e4e4e4;box-shadow:inset 0 0 0 1.5px #fff}.rw-dropdown-list .rw-popup .rw-list::-webkit-scrollbar-thumb{height:5px;width:5px;background-color:#b2b2b2;border-radius:5px}.rw-dropdown-list .rw-popup .rw-list-option:hover,.rw-dropdown-list .rw-popup .rw-list-option-create:hover,.rw-dropdown-list .rw-popup [data-intent=keyboard] .rw-list-option.rw-state-focus:not(.rw-state-selected),.rw-dropdown-list .rw-popup [data-intent=keyboard] .rw-state-focus.rw-list-option-create:not(.rw-state-selected){background:#dedede;color:#1c1c1c}.rw-dropdown-list .rw-popup .rw-list-option.rw-state-selected{background-color:var(--accent-color);border:none;color:#fff}body.light .rw-dropdown-list .rw-widget-input{color:#1c1c1c}body.dark .rw-dropdown-list .rw-widget-input,body.dark .rw-dropdown-list .rw-list-option{color:#fff}body.dark .rw-dropdown-list .rw-list-option:hover{background-color:#f5f5f5;color:#141414}body.dark .rw-popup{background-color:#141414}.select-step-module_form__KcGcZ{text-align:left}.select-step-module_text__Li4Dn{font-size:18px}.select-step-module_help__HcTca{font-size:15px}.select-step-module_hidden__etO9d{display:none}.select-step-module_actions__TYZGu{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.select-step-module_actions__TYZGu{justify-content:space-between}}@media screen and (min-width: 576px){.select-step-module_actions__TYZGu .select-step-module_btn__dEEXx{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.select-step-module_actions__TYZGu .select-step-module_btn__dEEXx{width:calc(50% - 7px)}}.verification-step-module_form__YHHTJ{text-align:left}.verification-step-module_text__28TUm{font-size:18px}.verification-step-module_help__E6ie7{font-size:15px}.verification-step-module_disabled__cB19k{opacity:.5;pointer-events:none}.verification-step-module_actions__YTvwk{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.verification-step-module_actions__YTvwk{justify-content:space-between}}@media screen and (min-width: 576px){.verification-step-module_actions__YTvwk .verification-step-module_btn__W6Cv9{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.verification-step-module_actions__YTvwk .verification-step-module_btn__W6Cv9{width:calc(50% - 7px)}}.code-input-module_input__IieJB{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.code-input-module_input__IieJB{font-size:18px}}.code-input-module_input__IieJB:-webkit-autofill,.code-input-module_input__IieJB:-webkit-autofill:hover,.code-input-module_input__IieJB:-webkit-autofill:focus,.code-input-module_input__IieJB:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.code-input-module_input__IieJB::placeholder{color:#bcbcbc;opacity:1}.code-input-module_input__IieJB:focus,.code-input-module_input__IieJB:focus-visible{outline:none;border-color:var(--accent-color)}.code-input-module_input__IieJB:read-only{background-color:transparent}.code-input-module_input__IieJB:focus,.code-input-module_input__IieJB:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.code-input-module_input__IieJB:focus,.code-input-module_input__IieJB:focus-visible{font-size:18px}}.code-input-module_input__IieJB:focus:-webkit-autofill,.code-input-module_input__IieJB:focus:-webkit-autofill:hover,.code-input-module_input__IieJB:focus:-webkit-autofill:focus,.code-input-module_input__IieJB:focus:-webkit-autofill:active,.code-input-module_input__IieJB:focus-visible:-webkit-autofill,.code-input-module_input__IieJB:focus-visible:-webkit-autofill:hover,.code-input-module_input__IieJB:focus-visible:-webkit-autofill:focus,.code-input-module_input__IieJB:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.code-input-module_input__IieJB:focus::placeholder,.code-input-module_input__IieJB:focus-visible::placeholder{color:#bcbcbc;opacity:1}.code-input-module_input__IieJB:focus:focus,.code-input-module_input__IieJB:focus:focus-visible,.code-input-module_input__IieJB:focus-visible:focus,.code-input-module_input__IieJB:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.code-input-module_input__IieJB:focus:read-only,.code-input-module_input__IieJB:focus-visible:read-only{background-color:transparent}.code-input-module_container__iOjwu{display:flex}.code-input-module_container__iOjwu input{background:transparent;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;height:48px;padding:0;border-radius:5px;width:70px;margin-right:10px;flex-grow:0;text-align:center}@media screen and (max-width: 576px){.code-input-module_container__iOjwu input{font-size:18px}}.code-input-module_container__iOjwu input:-webkit-autofill,.code-input-module_container__iOjwu input:-webkit-autofill:hover,.code-input-module_container__iOjwu input:-webkit-autofill:focus,.code-input-module_container__iOjwu input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.code-input-module_container__iOjwu input::placeholder{color:#bcbcbc;opacity:1}.code-input-module_container__iOjwu input:focus,.code-input-module_container__iOjwu input:focus-visible{outline:none;border-color:var(--accent-color)}.code-input-module_container__iOjwu input:read-only{background-color:transparent}@media screen and (max-width: 576px){.code-input-module_container__iOjwu input{width:60px}}.code-input-module_container__iOjwu input:last-child{margin-right:0}@media screen and (max-width: 768px){.dashboard-module_dashboardContent__EyDxv .dashboard-module_containers__fP3-5{width:100%}}.dashboard-module_dashboardContent__EyDxv .dashboard-module_mobileScanContent__92prN{margin-top:24px}.your-scan-qr-code-module_orangeBlock__JLZVK .your-scan-qr-code-module_buttonWrapper__SLuZp{width:100%}@media screen and (min-width: 1200px){.your-scan-qr-code-module_orangeBlock__JLZVK .your-scan-qr-code-module_buttonWrapper__SLuZp{align-items:flex-end}}@media screen and (min-width: 1200px){.your-scan-qr-code-module_orangeBlock__JLZVK .your-scan-qr-code-module_buttonWrapper__SLuZp .btn{width:230px}}.user-code-modal-module_modalContent__m6qzO h2{margin-bottom:1rem;font-size:20px}@media screen and (max-width: 768px -1){.user-code-modal-module_modalContent__m6qzO h2{font-size:18px}}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_appointmentDesc__sMg7e .user-code-modal-module_row__4q7lY{max-width:340px}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY{display:flex;justify-content:space-between;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY{flex-direction:column;margin-bottom:30px}}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_label__OkHlz{color:var(--light-color);text-align:left}@media screen and (max-width: 767px){.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_label__OkHlz{text-align:center}}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_qrcode__2jTdM{margin-top:5px;min-width:60px;max-width:100px}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_topicsContainer__HH9an{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 768px){.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_topicsContainer__HH9an{align-items:center;padding-top:10px}}.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_topic__Z-Znk{padding:15px;border:1px solid rgb(136.3409090909,146.6590909091,146.6590909091);border-radius:30px;margin-bottom:15px;margin-right:15px;width:fit-content;min-width:180px;text-align:center}@media screen and (max-width: 768px){.user-code-modal-module_modalContent__m6qzO .user-code-modal-module_row__4q7lY .user-code-modal-module_topic__Z-Znk{padding:10px;border-radius:20px;margin-bottom:10px;margin-right:10px}}.user-code-modal-module_content__Wp4l7{width:40%!important}.user-code-modal-module_proceedBtn__5WdGn{display:block;width:100%;max-width:700px;min-width:250px;margin:50px auto}.user-code-modal-module_expiration__Mzk3H{text-align:center;font-size:24px}.card-module_card__zHbpa{background-color:var(--card-bg-color);border:.5px solid var(--card-border-color);box-shadow:0 0 4px #00000026;border-radius:8px;display:flex;flex-direction:column;padding:24px;margin-bottom:24px;position:relative;min-height:80px}@media screen and (max-width: 767px){.card-module_card__zHbpa{min-height:auto;padding:16px}}@media (min-width: 992px){.card-module_card__zHbpa:last-of-type,.card-module_card__zHbpa:only-child{margin-bottom:0}}.card-module_card__zHbpa.card-module_bordered__ctHCH{border-left:3px solid var(--accent-color)}.card-module_heading__wzkWZ{font-size:24px;margin-bottom:15px;position:relative;font-weight:600}@media screen and (max-width: 1199px){.card-module_heading__wzkWZ{font-size:20px}}.card-module_heading__wzkWZ .tooltip-trigger{margin-left:8px;line-height:16px}@media screen and (max-width: 767px){.card-module_heading__wzkWZ .tooltip-trigger svg{width:14px;height:14px}}.card-module_text__ZbjRC{font-size:20px;line-height:22px;margin-bottom:25px}@media screen and (min-width: 992px){.card-module_text__ZbjRC{max-width:290px}}@media screen and (max-width: 767px){.card-module_text__ZbjRC{font-size:16px;line-height:18px}}.tooltip-module_trigger__Ro6qv{cursor:pointer;position:relative;top:-8px;display:inline-block}.tooltip-module_trigger__Ro6qv .icon use{fill:var(--accent-color)}.your-body-screen-module_orangeBlock__NWB6a{min-height:310px;overflow:hidden}.your-body-screen-module_bodyScreenImage__CDFAx{max-width:100%;height:auto}.your-body-screen-module_disabledContent__5v7yc{pointer-events:none;text-align:center}button.your-body-screen-module_disabledContent__5v7yc{filter:blur(1.5px)}.your-body-screen-module_bodyView__HzE0W{padding:12px;border-left:0!important}.your-body-screen-module_bodyView__HzE0W .body-view-desc-meter{width:100%!important}.your-body-screen-module_bodyView__HzE0W .body-view-desc-meter *{font-weight:400}.your-body-screen-module_bodyView__HzE0W .body-view-desc-pain-area{display:none}.your-body-screen-module_heading__KtJsU{font-size:24px;margin-bottom:15px;position:relative;font-weight:600}@media screen and (max-width: 767px){.your-body-screen-module_heading__KtJsU{font-size:20px}}.your-body-screen-module_heading__KtJsU .tooltip-trigger{margin-left:8px;line-height:16px}@media screen and (max-width: 767px){.your-body-screen-module_heading__KtJsU .tooltip-trigger svg{width:14px;height:14px}}.your-body-screen-module_bodyImage__FmuD1{width:100%}@media screen and (min-width: 768px){.your-body-screen-module_bodyImage__FmuD1{min-height:360px}}@media screen and (max-width: 767px){.verify-email-modal-module_modalContent__FTk78{padding:60px 20px 40px!important}}.verify-email-modal-module_verifyImg__W6b0i{max-width:100%;height:auto;margin-bottom:32px}.verify-email-modal-module_text__jKe2R{font-weight:400;font-size:26px;line-height:1.2;max-width:430px;margin:0 auto 30px}@media screen and (max-width: 767px){.verify-email-modal-module_text__jKe2R{font-size:24px}}.verify-email-modal-module_text__jKe2R li:not(:last-child){margin-bottom:10px}.verify-email-modal-module_textSmall__1sZyL{font-size:20px}@media screen and (max-width: 767px){.verify-email-modal-module_textSmall__1sZyL{font-size:20px}}.verify-email-modal-module_textEmail__ahFzz{font-weight:600}.verify-email-modal-module_textLink__ADmw2{text-decoration:none!important;color:var(--accent-color);text-decoration:none}@media screen and (min-width: 1200px){.verify-email-modal-module_textLink__ADmw2{background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);transition:background-size .35s;--bg-h: 1px;padding-bottom:0}.verify-email-modal-module_textLink__ADmw2:where(:hover,:focus-visible){background-size:100% var(--bg-h);background-position-x:left}}.verify-email-modal-module_textLink__ADmw2 :hover{cursor:pointer}.verify-email-modal-module_listing__vkUb-{text-align:left;font-size:16px;max-width:330px}.verify-email-modal-module_listing__vkUb- ul{padding-left:16px}.verify-email-modal-module_actions__2PL49{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.verify-email-modal-module_actions__2PL49{justify-content:space-between}}@media screen and (min-width: 576px){.verify-email-modal-module_actions__2PL49 .verify-email-modal-module_btn__54LoN{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.verify-email-modal-module_actions__2PL49 .verify-email-modal-module_btn__54LoN{width:calc(50% - 7px)}}.your-movement-plan-module_date__pT15J{font-size:14px;line-height:15px;display:flex;align-items:center}.your-movement-plan-module_movementPlanImage__mEJoi{max-width:100%;height:auto}.your-movement-plan-module_surveyBtn__-NojO{font-size:16px}.your-movement-plan-module_surveyBtn__-NojO+.your-movement-plan-module_btnStyle__UYQ83{display:none}.your-movement-plan-list-module_wrap__GSSq9{margin-right:-23px;overflow:hidden;position:relative}@media screen and (max-width: 767px){.your-movement-plan-list-module_wrap__GSSq9{margin-right:-15px}}.your-movement-plan-list-module_wrap__GSSq9.your-movement-plan-list-module_end__Rca2A:before{display:none}.your-movement-plan-list-module_wrap__GSSq9 .swiper{overflow:visible}.your-movement-plan-list-module_wrap__GSSq9 .swiper-slide{height:auto}.dark .your-movement-plan-list-module_wrap__GSSq9:after{background:linear-gradient(267.67deg,#1c1c1c 4.13%,#1c1c1c00 176.25%)}.your-movement-plan-list-module_inner__uycC5{max-width:calc(100% - 24px)}@media screen and (max-width: 575px){.your-movement-plan-list-module_inner__uycC5{max-width:calc(100% - 18px)}}.your-movement-plan-list-module_card__ZR-L9{padding:12px;border:.5px solid var(--disabled-color);box-shadow:0 0 2px #00000012;border-radius:10px;display:flex;height:100%}@media screen and (max-width: 575px){.your-movement-plan-list-module_card__ZR-L9{flex-direction:column}}.your-movement-plan-list-module_img__7gLJR{margin:-12px 15px -12px -12px;border-radius:10px 0 0 10px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-width:120px;background-color:#fff}@media screen and (min-width: 576px){.your-movement-plan-list-module_img__7gLJR{width:calc(32.2% - 15px)}}@media screen and (max-width: 575px){.your-movement-plan-list-module_img__7gLJR{margin:-12px -12px 17px;border-radius:10px 10px 0 0}}.your-movement-plan-list-module_img__7gLJR.your-movement-plan-list-module_video__cA2IF{box-shadow:0 1px 4px #0000001a}.your-movement-plan-list-module_img__7gLJR.your-movement-plan-list-module_video__cA2IF img{width:100%}.your-movement-plan-list-module_img__7gLJR:not(.your-movement-plan-list-module_video__cA2IF){padding:20px}@media screen and (min-width: 576px){.your-movement-plan-list-module_img__7gLJR:not(.your-movement-plan-list-module_video__cA2IF){border-right:.5px solid var(--disabled-color)}}@media screen and (max-width: 575px){.your-movement-plan-list-module_img__7gLJR:not(.your-movement-plan-list-module_video__cA2IF){aspect-ratio:121/57}}.your-movement-plan-list-module_img__7gLJR img,.your-movement-plan-list-module_img__7gLJR .your-movement-plan-list-module_placeholder__a4ez2{max-width:100%;height:auto;aspect-ratio:84/57;object-fit:contain}@media screen and (max-width: 575px){.your-movement-plan-list-module_img__7gLJR img,.your-movement-plan-list-module_img__7gLJR .your-movement-plan-list-module_placeholder__a4ez2{aspect-ratio:121/57}}.your-movement-plan-list-module_content__VEA0Z{display:flex;flex-direction:column}@media screen and (min-width: 576px){.your-movement-plan-list-module_content__VEA0Z{width:67.8%}}.your-movement-plan-list-module_content__VEA0Z:only-child{width:100%}.your-movement-plan-list-module_title__hD9Dg{font-weight:600;font-size:18px;line-height:20px;margin-bottom:10px;display:flex}.your-movement-plan-list-module_title__hD9Dg .your-movement-plan-list-module_count__mHEIt{color:var(--accent-color);font-size:22px;margin-right:12px}.your-movement-plan-list-module_text__masO4{font-size:14px;line-height:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.your-movement-plan-list-module_footer__e6FOf{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:20px}.your-movement-plan-list-module_footer__e6FOf .your-movement-plan-list-module_group__hdiQm{border:1px solid var(--accent-color);border-radius:20px;padding:2px 14px 4px;min-height:26px;display:inline-flex;align-items:center}.your-movement-plan-list-module_footer__e6FOf .your-movement-plan-list-module_link__rVpp9{font-size:14px;line-height:15px}.your-movement-plan-list-module_footer__e6FOf .your-movement-plan-list-module_duration__JjrxN,.your-movement-plan-list-module_footer__e6FOf .your-movement-plan-list-module_repsCount__wT89U{font-size:14px;line-height:1}.your-movement-plan-list-module_footer__e6FOf .your-movement-plan-list-module_repsCount__wT89U:before{content:"|";color:var(--accent-color);font-size:12px;margin:0 5px}.your-movement-plan-list-module_sliderLink__QSu-L{color:var(--text-color);position:relative;display:flex;align-items:center;justify-content:center}.your-movement-plan-list-module_sliderLink__QSu-L svg:not(.your-movement-plan-list-module_placeholder__a4ez2){position:absolute;left:50%;top:50%;margin:-18px 0 0 -18px;transition:.2s transform ease}@media screen and (min-width: 1200px){.your-movement-plan-list-module_sliderLink__QSu-L:hover svg:not(.your-movement-plan-list-module_placeholder__a4ez2){transform:scale(1.15)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wysiwyg-content-module_container__DfjIL{color:var(--text-color);font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.4}.wysiwyg-content-module_header__dsixW{margin-bottom:20px;font-weight:600;color:var(--text-color);line-height:1.2}.wysiwyg-content-module_header1__ihvU7{font-size:32px;line-height:1.1}.wysiwyg-content-module_header2__a59pT{font-size:28px;line-height:1.2}.wysiwyg-content-module_header3__HuZ1E{font-size:24px;line-height:1.2}@media screen and (max-width: 767px){.wysiwyg-content-module_header1__ihvU7{font-size:28px}.wysiwyg-content-module_header2__a59pT{font-size:24px}.wysiwyg-content-module_header3__HuZ1E{font-size:20px}.wysiwyg-content-module_paragraph__Lqbl9,.wysiwyg-content-module_listItem__KWZvU{font-size:16px}}.wysiwyg-content-module_paragraph__Lqbl9{margin-bottom:20px;font-size:18px;line-height:1.4;color:var(--text-color)}.wysiwyg-content-module_paragraph__Lqbl9:last-child{margin-bottom:0}.wysiwyg-content-module_tinted__JjNyP{color:var(--light-color);opacity:.8}.wysiwyg-content-module_list__a9-cn{margin-bottom:20px;padding-left:0;list-style:none}.wysiwyg-content-module_list__a9-cn:last-child{margin-bottom:0}.wysiwyg-content-module_listItem__KWZvU{display:flex;align-items:flex-start;margin-bottom:12px;font-size:18px;line-height:1.4}.wysiwyg-content-module_listItem__KWZvU:last-child{margin-bottom:0}.wysiwyg-content-module_listItem__KWZvU:before{content:"•";color:var(--accent-color);font-weight:600;margin-right:8px;flex-shrink:0;margin-top:2px}.wysiwyg-content-module_listItemContent__3VwCz{flex:1;color:var(--text-color)}.wysiwyg-content-module_bold__Ke4h-{font-weight:600}.wysiwyg-content-module_italic__IsylU{font-style:italic}.wysiwyg-content-module_underline__1BAmi{text-decoration:underline}.wysiwyg-content-module_link__nEhRw{color:var(--accent-color);text-decoration:underline;transition:color .2s ease}.wysiwyg-content-module_link__nEhRw:hover{color:var(--accent-color);opacity:.8;text-decoration:underline}.wysiwyg-content-module_link__nEhRw:visited{color:var(--accent-color)}.chip-module_chip__fmsmv{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:2px 14px 4px;border-radius:20px;border:1px solid transparent;color:var(--sidebar-link-color);font-size:14px;line-height:1}.chip-module_chip__fmsmv.chip-module_outline__LBD3-{border-color:var(--accent-color)}.movement-plan-survey-modal-module_text__LD82G{font-size:20px;max-width:80%;margin:50px auto;text-align:center}@media screen and (max-width: 575px){.movement-plan-survey-modal-module_text__LD82G{max-width:unset}}.movement-plan-survey-modal-module_small__2pSfp{font-size:18px}.movement-plan-survey-modal-module_actions__wjSYt{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.movement-plan-survey-modal-module_actions__wjSYt{justify-content:space-between}}@media screen and (min-width: 576px){.movement-plan-survey-modal-module_actions__wjSYt .movement-plan-survey-modal-module_btn__1uk96{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.movement-plan-survey-modal-module_actions__wjSYt .movement-plan-survey-modal-module_btn__1uk96{width:calc(50% - 7px)}}.your-phy-score-module_scoreDate__Imzm9{font-size:16px;position:relative;display:inline-flex;align-items:center}.your-phy-score-module_scoreDate__Imzm9 svg{flex-shrink:0}.your-phy-score-module_scoreMessage__M-6LO{padding:6px 12px;font-size:18px;line-height:18px;background:#fe4b000a;box-shadow:0 0 4px #0000001a;border-radius:4px}@media screen and (max-width: 767px){.your-phy-score-module_scoreMessage__M-6LO{font-size:14px;line-height:15px}}.your-phy-score-module_scoreText__zUHxn{font-size:16px;line-height:18px;padding:12px;border:1px dashed var(--accent-color);border-radius:4px;color:var(--sidebar-link-color)}@media screen and (max-width: 767px){.your-phy-score-module_scoreText__zUHxn{font-size:14px;line-height:15px}}@media screen and (min-width: 992px){.your-phy-score-module_scoreList__yPVDX .your-phy-score-module_scoreItem__xiIjw:not(:last-child){border-right:1px solid #DEDEDE}}@media screen and (max-width: 991px){.your-phy-score-module_scoreList__yPVDX .your-phy-score-module_scoreItem__xiIjw:not(:last-child){border-bottom:1px solid #DEDEDE;margin-bottom:20px;padding-bottom:10px}}.your-phy-score-module_phyScoreImage__jGGNo{max-width:100%;height:auto}.user-notification-module_content__TblcE{display:flex}@media screen and (min-width: 992px){.user-notification-module_content__TblcE{align-items:center}}@media screen and (max-width: 991px){.user-notification-module_content__TblcE{flex-direction:column}}.user-notification-module_userHello__Bi8R7{font-weight:600;font-size:24px;position:relative;padding-left:32px;margin:5px 0;line-height:1}@media screen and (min-width: 992px){.user-notification-module_userHello__Bi8R7{padding-right:16px;margin-right:24px}.user-notification-module_userHello__Bi8R7:after{content:"";display:block;width:1px;height:48px;background-color:#dedede;position:absolute;right:0;top:50%;transform:translateY(-50%)}}@media screen and (max-width: 1199px){.user-notification-module_userHello__Bi8R7{font-size:20px}}.user-notification-module_userHello__Bi8R7 .icon{position:absolute;left:0;top:2px}.user-notification-module_message__xpGkH{position:relative;padding-left:32px;margin:5px 0}.user-notification-module_message__xpGkH .icon{position:absolute;left:0;top:4px}.user-notification-module_noGoal__ZziWC{font-size:18px}.notification-module_wrap__JjooL{--bs-alert-color: var(--text-color);border:0;border-left:3px solid #C83800;box-shadow:inset 0 0 30px #00000008;border-radius:8px;font-size:20px;padding:8px 20px;line-height:normal;min-height:64px;display:flex;align-items:center;margin-bottom:24px}@media screen and (max-width: 993px){.notification-module_wrap__JjooL{padding:17px 20px}}.notification-module_wrap__JjooL.notification-module_borderNone__JlSVv{border:0}.notification-module_wrap__JjooL.alert-danger{background:var(--notify-bg-color)}.notification-module_wrap__JjooL.alert-dismissible{padding-right:45px}.notification-module_wrap__JjooL a{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h)}@media screen and (min-width: 1200px){.notification-module_wrap__JjooL a{transition:background-size .35s}.notification-module_wrap__JjooL a:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.notification-module_wrap__JjooL .btn-close{top:10px;right:18px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background-color:var(--accent-color);border-radius:50%;padding:0;opacity:1;outline:none;background-image:none;transition:.2s transform ease}.notification-module_wrap__JjooL .btn-close:hover{transform:scale(1.05)}.notification-module_wrap__JjooL .btn-close:before,.notification-module_wrap__JjooL .btn-close:after{content:"";display:block;width:calc(100% - 10px);height:2px;background-color:#fff;position:absolute;left:50%;top:50%;margin-top:calc(-1*(50% - 9px));margin-left:calc(-1*(50% - 5px))}.notification-module_wrap__JjooL .btn-close:before{transform:rotate(45deg)}.notification-module_wrap__JjooL .btn-close:after{transform:rotate(-45deg)}.notification-module_knob__e16Gm{position:absolute;right:-3px;top:-3px;pointer-events:none}@media screen and (max-width: 993px){.notification-module_knob__e16Gm{width:14px;height:14px}}.verify-phone-notification-module_wrap__IgTlY .alert{min-height:56px;margin-bottom:15px;padding:8px 15px}.verify-phone-notification-module_wrap__IgTlY.verify-phone-notification-module_light__z8Eiu .alert{background:#fef2f2}.verify-phone-notification-module_wrap__IgTlY.verify-phone-notification-module_dark__I8JGg .alert{background:#2a1a1a}.verify-phone-notification-module_content__icvt1{display:flex;align-items:center;color:#e50000}.verify-phone-notification-module_content__icvt1 a{color:currentColor}.verify-phone-notification-module_text__6EP5W{font-size:20px;font-weight:600}@media screen and (max-width: 769px){.verify-phone-notification-module_text__6EP5W{font-size:16px}}.verify-phone-notification-module_icon__dFPM8{min-width:32px;margin-right:10px}@media screen and (max-width: 767px){.verify-phone-modal-module_modalContent__MR2ho{padding:60px 20px 40px!important}}.verify-phone-modal-module_verifyImg__78hio{max-width:100%;height:auto;margin-bottom:32px}.verify-phone-modal-module_text__RCsGW{font-weight:600;font-size:28px;line-height:1.2;max-width:430px;margin:0 auto 30px}@media screen and (max-width: 767px){.verify-phone-modal-module_text__RCsGW{font-size:24px}}.verify-phone-modal-module_actions__JFo-s{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.verify-phone-modal-module_actions__JFo-s{justify-content:space-between}}@media screen and (min-width: 576px){.verify-phone-modal-module_actions__JFo-s .verify-phone-modal-module_btn__7seFq{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.verify-phone-modal-module_actions__JFo-s .verify-phone-modal-module_btn__7seFq{width:calc(50% - 7px)}}.base-header-module_header__lGDLR{padding:30px 0;position:relative;align-items:center;display:flex}@media screen and (max-width: 1199px){.base-header-module_header__lGDLR{padding:15px 0 0}}.base-header-module_header__lGDLR .base-header-module_logo__EG-HB{max-width:140px;display:flex}@media screen and (max-width: 1024px){.base-header-module_header__lGDLR .base-header-module_logo__EG-HB{max-width:100px}}@media screen and (max-width: 575px){.base-header-module_header__lGDLR .base-header-module_logo__EG-HB{max-width:80px}}.base-header-module_header__lGDLR .base-header-module_logo__EG-HB a svg{max-width:100%;height:auto}.base-header-module_header__lGDLR .base-header-module_logo__EG-HB a svg path{fill:var(--accent-color)}.base-header-module_header__lGDLR .base-header-module_logo__EG-HB a img{max-width:100%;height:auto}@media screen and (max-width: 1199px){.base-header-module_header__lGDLR+div>div{padding-top:10px!important}}.base-header-module_header__lGDLR .base-header-module_title__Z7TNk{font-weight:700}@media screen and (max-width: 991px){.base-header-module_header__lGDLR .base-header-module_title__Z7TNk{padding-left:0;margin-top:80px}}.base-header-module_header__lGDLR .base-header-module_backBtnHeader__fs8pm{display:none;position:absolute;top:40px;right:20px}@media screen and (max-width: 768px){.base-header-module_header__lGDLR .base-header-module_backBtnHeader__fs8pm{display:block}}.base-header-module_header__lGDLR .base-header-module_showSm__hetrU{display:none}@media screen and (max-width: 1024px){.base-header-module_header__lGDLR .base-header-module_showSm__hetrU{display:block}}.base-header-module_userCode__5f33B{position:absolute;top:-5px;right:100px}.base-header-module_userCode__5f33B button{padding:3px 15px;min-height:40px;font-size:18px}body.light .base-header-module_header__lGDLR .base-header-module_logo__EG-HB a svg path{fill:var(--accent-color)}.base-header-module_aboutLink__3iy-a{color:var(--accent-color)}.base-header-module_group__phoFA{margin-left:auto;padding-left:10px;display:flex;align-items:center}@media screen and (min-width: 992px){.base-header-module_group__phoFA{margin-bottom:auto}}.base-header-module_logo__EG-HB{min-height:100px!important}.base-header-module_dropdown__8Sxg-{padding:0}@media screen and (max-width: 815px){.base-header-module_dropdown__8Sxg-{position:absolute;top:50px;right:10px}}@media screen and (max-width: 815px){.base-header-module_dropdown__8Sxg- .base-header-module_titleText__k0QJ3{display:none}}.base-header-module_dropdown__8Sxg- .nav-link{color:var(--secondary-color)!important}.base-header-module_dropdown__8Sxg- .dropdown-toggle{padding:0;color:var(--secondary-color)}@media screen and (max-width: 870px){.base-header-module_dropdown__8Sxg- .dropdown-menu[data-bs-popper]{left:auto;right:0;text-align:right}}.base-header-module_dropdown__8Sxg- .dropdown-menu{background-color:var(--main-color);border:none;font-size:24px}.base-header-module_dropdown__8Sxg- .dropdown-menu a{color:var(--secondary-color)}.base-header-module_dropdown__8Sxg- .dropdown-menu a:hover{color:var(--accent-color);background-color:transparent}@media screen and (min-width: 816px){.base-header-module_dropdownIcon__ZQllO{display:none}}.base-header-module_aboutLink__3iy-a{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h)}@media screen and (min-width: 1200px){.base-header-module_aboutLink__3iy-a{transition:background-size .35s}.base-header-module_aboutLink__3iy-a:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.base-header-module_group__phoFA{position:absolute;right:0;top:20px;display:flex;align-items:center}.rules-screen-module_rules__N2wQn{position:relative}.rules-screen-module_rules__N2wQn h1,.rules-screen-module_rules__N2wQn .rules-screen-module_h1__kmUYH{font-size:3rem;line-height:1.3;letter-spacing:-.02em;text-transform:capitalize;margin:12rem 0 4rem}@media screen and (max-width: 767px){.rules-screen-module_rules__N2wQn h1,.rules-screen-module_rules__N2wQn .rules-screen-module_h1__kmUYH{font-size:2.8rem}}.rules-screen-module_rules__N2wQn h1:first-child,.rules-screen-module_rules__N2wQn .rules-screen-module_h1__kmUYH:first-child{margin-top:0}.rules-screen-module_rules__N2wQn h2,.rules-screen-module_rules__N2wQn .rules-screen-module_h2__yf2Ve{font-size:2rem;line-height:1.4;letter-spacing:-.02em;margin:4rem 0 2rem}@media screen and (max-width: 767px){.rules-screen-module_rules__N2wQn h2,.rules-screen-module_rules__N2wQn .rules-screen-module_h2__yf2Ve{font-size:1.8rem}}.rules-screen-module_rules__N2wQn h3{font-size:1.8rem;line-height:1.2;letter-spacing:-.02em;margin-bottom:1.5rem}@media screen and (max-width: 767px){.rules-screen-module_rules__N2wQn h3{font-size:1.6rem}}.rules-screen-module_rules__N2wQn p{font-size:1.2rem;line-height:1.3;font-weight:400;margin-bottom:1.2em}@media screen and (max-width: 767px){.rules-screen-module_rules__N2wQn p{font-size:1.25rem}}.rules-screen-module_rules__N2wQn ul{margin:0 0 1.5rem;font-size:1.125rem;line-height:1.3;font-weight:400}.rules-screen-module_rules__N2wQn ul li{position:relative;list-style:none}.rules-screen-module_rules__N2wQn ul li:before{position:absolute;left:-1rem;top:.5rem;border-radius:50%;background-color:red;content:"";width:.3rem;height:.3rem}.rules-screen-module_logoIcon__ad2OJ{max-width:150px;color:var(--accent-color)}.rules-screen-module_logoIcon__ad2OJ path{fill:currentColor}.rules-screen-module_parent__YQLdw li{margin-bottom:15px}.rules-screen-module_contentInner__6bF8x{max-width:900px}.delete-account-action-module_deleteButtons__hk6Os{justify-content:center}.delete-account-action-module_deleteButtons__hk6Os button{width:250px;margin-left:15px}.delete-account-action-module_deleteModalQuestion__lyzXE{font-size:20px}.delete-account-action-module_deleteModalTitle__IJGsT{font-size:40px;margin-bottom:20px}.delete-account-action-module_deleteButtons__hk6Os{font-size:30px}.delete-account-action-module_reasons__NQ-LS{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:9px;justify-content:center}.delete-account-action-module_reasonItem__wxbze{border:1px solid #FE4B00;border-radius:6px;margin-right:18px;margin-bottom:10px;font-size:14px;line-height:14px;padding:8px 9px}.delete-account-action-module_reasonItem__wxbze:last-child{margin-right:0}.delete-account-action-module_reasonItem__wxbze:hover{cursor:pointer}.delete-account-action-module_reasonItem__wxbze.delete-account-action-module_active__9WzB5{background-color:#fe4b00;color:#fff}.delete-account-action-module_container__7UgHo{display:flex;flex-direction:column;align-items:center}.delete-account-action-module_textareaInputContainer__ZbBhP{margin-bottom:9px;border:1px solid #FE4B00;border-radius:6px;padding:8px 9px;width:300px}.delete-account-action-module_textareaContainer__ocOOe{font-size:14px;line-height:14px}.delete-account-action-module_textarea__SdikV{border:none!important;resize:none!important;color:#a3abab!important;font-size:14px!important;line-height:14px!important}.delete-account-action-module_textarea__SdikV::placeholder{color:#a3abab!important}.delete-account-action-module_textarea__SdikV:focus,.delete-account-action-module_textarea__SdikV:focus-visible{border:none!important;border-bottom:none!important;box-shadow:none!important}.delete-account-action-module_deleteButtons__hk6Os{display:flex}@media screen and (max-width: 768px){.delete-account-action-module_deleteButtons__hk6Os{display:grid;grid-template-columns:1fr}}.field-textarea-module_textarea__CwAB4{padding-right:30px!important;resize:both}.field-textarea-module_icon__QpLmv{position:absolute;top:25px;right:0}.text-area-module_input__J0w3g{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.text-area-module_input__J0w3g{font-size:18px}}.text-area-module_input__J0w3g:-webkit-autofill,.text-area-module_input__J0w3g:-webkit-autofill:hover,.text-area-module_input__J0w3g:-webkit-autofill:focus,.text-area-module_input__J0w3g:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.text-area-module_input__J0w3g::placeholder{color:#bcbcbc;opacity:1}.text-area-module_input__J0w3g:focus,.text-area-module_input__J0w3g:focus-visible{outline:none;border-color:var(--accent-color)}.text-area-module_input__J0w3g:read-only{background-color:transparent}.text-area-module_input__J0w3g:focus,.text-area-module_input__J0w3g:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.text-area-module_input__J0w3g:focus,.text-area-module_input__J0w3g:focus-visible{font-size:18px}}.text-area-module_input__J0w3g:focus:-webkit-autofill,.text-area-module_input__J0w3g:focus:-webkit-autofill:hover,.text-area-module_input__J0w3g:focus:-webkit-autofill:focus,.text-area-module_input__J0w3g:focus:-webkit-autofill:active,.text-area-module_input__J0w3g:focus-visible:-webkit-autofill,.text-area-module_input__J0w3g:focus-visible:-webkit-autofill:hover,.text-area-module_input__J0w3g:focus-visible:-webkit-autofill:focus,.text-area-module_input__J0w3g:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.text-area-module_input__J0w3g:focus::placeholder,.text-area-module_input__J0w3g:focus-visible::placeholder{color:#bcbcbc;opacity:1}.text-area-module_input__J0w3g:focus:focus,.text-area-module_input__J0w3g:focus:focus-visible,.text-area-module_input__J0w3g:focus-visible:focus,.text-area-module_input__J0w3g:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.text-area-module_input__J0w3g:focus:read-only,.text-area-module_input__J0w3g:focus-visible:read-only{background-color:transparent}.text-area-module_textArea__oyrNR{background:transparent;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;min-height:calc(1.5em + .75rem - 4px)!important;padding:12px 20px!important;height:auto;border-radius:20px}@media screen and (max-width: 576px){.text-area-module_textArea__oyrNR{font-size:18px}}.text-area-module_textArea__oyrNR:-webkit-autofill,.text-area-module_textArea__oyrNR:-webkit-autofill:hover,.text-area-module_textArea__oyrNR:-webkit-autofill:focus,.text-area-module_textArea__oyrNR:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.text-area-module_textArea__oyrNR::placeholder{color:#bcbcbc;opacity:1}.text-area-module_textArea__oyrNR:focus,.text-area-module_textArea__oyrNR:focus-visible{outline:none;border-color:var(--accent-color)}.text-area-module_textArea__oyrNR:read-only{background-color:transparent}.text-area-module_textArea__oyrNR:focus,.text-area-module_textArea__oyrNR:focus-visible{background:transparent;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;padding:12px 20px!important;box-shadow:0 1px 0 0 var(--text-color);outline:none;height:auto;border-radius:20px}@media screen and (max-width: 576px){.text-area-module_textArea__oyrNR:focus,.text-area-module_textArea__oyrNR:focus-visible{font-size:18px}}.text-area-module_textArea__oyrNR:focus:-webkit-autofill,.text-area-module_textArea__oyrNR:focus:-webkit-autofill:hover,.text-area-module_textArea__oyrNR:focus:-webkit-autofill:focus,.text-area-module_textArea__oyrNR:focus:-webkit-autofill:active,.text-area-module_textArea__oyrNR:focus-visible:-webkit-autofill,.text-area-module_textArea__oyrNR:focus-visible:-webkit-autofill:hover,.text-area-module_textArea__oyrNR:focus-visible:-webkit-autofill:focus,.text-area-module_textArea__oyrNR:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.text-area-module_textArea__oyrNR:focus::placeholder,.text-area-module_textArea__oyrNR:focus-visible::placeholder{color:#bcbcbc;opacity:1}.text-area-module_textArea__oyrNR:focus:focus,.text-area-module_textArea__oyrNR:focus:focus-visible,.text-area-module_textArea__oyrNR:focus-visible:focus,.text-area-module_textArea__oyrNR:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.text-area-module_textArea__oyrNR:focus:read-only,.text-area-module_textArea__oyrNR:focus-visible:read-only{background-color:transparent}.embedded-movement-plan-module_title__RbQ5F{font-size:24px;font-weight:600;margin-bottom:0;color:var(--accent-color)}.embedded-movement-plan-module_title__RbQ5F .embedded-movement-plan-module_info__4PDhd{color:var(--tab-text-color);font-size:20px}.embedded-movement-plan-module_content__rXC4v{display:flex;flex-direction:column;width:100%;padding:25px 30px 15px}.embedded-movement-plan-module_infoList__ynpQT{margin-bottom:5px;padding-top:10px}.embedded-movement-plan-module_infoList__ynpQT .embedded-movement-plan-module_list__ZcWYg{padding:0;margin:0;list-style:none}.embedded-movement-plan-module_infoList__ynpQT .embedded-movement-plan-module_list__ZcWYg li{display:flex}.embedded-movement-plan-module_infoList__ynpQT .embedded-movement-plan-module_list__ZcWYg li:not(:last-child){margin-bottom:10px}.embedded-movement-plan-module_infoList__ynpQT .embedded-movement-plan-module_list__ZcWYg li svg{min-width:16px}body.light .movement-card{--card-bg-color: #fdfbfa}body.dark .movement-card{--card-bg-color: #221d1b}.movements-view-module_gridList__r-jxk{display:flex;flex-direction:column}.movements-view-module_gridRow__9GnRX{box-shadow:0 4px 4px #0000001a;border:0;background-color:var(--card-bg-color);border-radius:10px;margin-top:10px;display:flex;flex-wrap:wrap}.movements-view-module_gridRow__9GnRX>*{width:100%}.movements-view-module_gridCellMedia__iCW-a{display:flex;justify-content:center;width:25%;padding:15px 0 15px 15px}.movements-view-module_gridCellContent__73rpH{display:flex;width:75%}.movements-view-module_textBody__LfDi-{white-space:pre-line;font-size:16px}.movements-view-module_media__VMrCA{overflow:hidden;display:flex;justify-content:center;align-items:center;width:calc(100% + var(--bs-gutter-x) * .5);text-align:center;align-self:baseline}.movements-view-module_media__VMrCA img{max-width:100%;height:auto;aspect-ratio:174/104;object-fit:contain}.movements-view-module_media__VMrCA.movements-view-module_placeholder__-zqjV{align-self:center;padding:10px}.movements-view-module_media__VMrCA.movements-view-module_placeholder__-zqjV img{max-width:70%}.movements-view-module_body__4087K{display:flex;flex-direction:column;flex-grow:1;width:100%;padding:20px 20px 23px}.movements-view-module_content__INF6S{display:flex;flex-direction:column;width:100%}.movements-view-module_name__jiW4e{display:flex;align-items:center;font-size:22px;font-weight:600;margin-bottom:15px}.movements-view-module_name__jiW4e .movements-view-module_count__RfCCB{color:var(--accent-color);font-size:28px;margin-right:7px}.movements-view-module_name__jiW4e a{color:var(--text-color)}.movements-view-module_description__gtetn{margin-bottom:10px}.movements-view-module_groupLabel__msuiV{border:1px solid var(--accent-color);border-radius:20px;padding:6px 14px 4px;display:inline-flex;align-items:center}.movements-view-module_groupLabel__msuiV .movements-view-module_duration__QBsvi,.movements-view-module_groupLabel__msuiV .movements-view-module_repsCount__XoAwk{font-size:14px;line-height:1}.movements-view-module_groupLabel__msuiV .movements-view-module_repsCount__XoAwk:before{content:"|";color:var(--accent-color);font-size:12px;margin:0 5px}.movements-view-module_gridInfo__6H6L6{padding-top:0}.exercise-video-link-module_printLinkVideo__Md2XH{font-weight:600;font-size:16px}.exercise-video-link-module_printLinkVideo__Md2XH span{text-decoration:underline}.exercise-video-link-module_printLinkVideo__Md2XH svg{margin-right:7px}@media print{*{-webkit-print-color-adjust:exact;-webkit-filter:blur(0)}.print-hidden{display:none!important}.print-d-inline{display:inline!important}.print-d-block{display:block!important}.print-page-break{clear:both;page-break-after:always}.print-no-content-break{page-break-inside:avoid;display:inline-block!important;width:100%;visibility:visible}.print-break-after-avoid{page-break-after:avoid}.print-pt-20{padding-top:20px!important}.print-mt-10{margin-top:10px!important}.print-mb-0{margin-bottom:0!important}.print-gutter-y-10,.print-gutter-y-20{display:block;width:100%;height:20px}svg{vertical-align:baseline}img,svg{page-break-inside:avoid}}.embedded-invoice-romania-screen-module_container__jBbHW{padding:40px;font-family:Roboto,sans-serif}.embedded-invoice-romania-screen-module_header__B1VrE{display:flex;justify-content:space-between;margin-bottom:100px}.embedded-invoice-romania-screen-module_suplier__ySDHV{width:45%}.embedded-invoice-romania-screen-module_client__iw84V{width:40%}.embedded-invoice-romania-screen-module_client__iw84V>div{display:flex;margin-bottom:3px;align-items:center}.embedded-invoice-romania-screen-module_client__iw84V>div b{flex-grow:0;margin-right:5px}.embedded-invoice-romania-screen-module_client__iw84V>div span{flex-grow:1;display:inline-block;border-bottom:1px solid black;line-height:90%}.embedded-invoice-romania-screen-module_addressWrap__jAy84{display:block!important;position:relative}.embedded-invoice-romania-screen-module_addressWrap__jAy84 .embedded-invoice-romania-screen-module_address__LUjms{border-bottom:none;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:1px;line-height:30px;display:inline}.embedded-invoice-romania-screen-module_addressWrap__jAy84:after{position:absolute;content:"";display:block;bottom:3px;left:0;right:0;height:1px;background:currentColor}.embedded-invoice-romania-screen-module_table__OkvGg{width:100%}.embedded-invoice-romania-screen-module_table__OkvGg thead td,.embedded-invoice-romania-screen-module_table__OkvGg thead th{border:1px solid;border-collapse:collapse;text-align:center;padding:20px 10px;font-size:1.1em}.embedded-invoice-romania-screen-module_table__OkvGg thead tr:nth-child(2) td{padding:0;font-size:.85em}.embedded-invoice-romania-screen-module_table__OkvGg tbody td,.embedded-invoice-romania-screen-module_table__OkvGg tbody th{border:1px solid;border-collapse:collapse;text-align:center;padding:20px 10px;font-size:1.1em}.embedded-invoice-romania-screen-module_table__OkvGg tbody tr:nth-child(2n) td{padding:0;font-size:.85em}.embedded-invoice-romania-screen-module_table__OkvGg tbody tr:nth-child(1)~tr:not(:last-child) td{border-bottom-color:transparent}.embedded-invoice-romania-screen-module_table__OkvGg tfoot td{border:1px solid;border-collapse:collapse;text-align:center;padding:20px 10px}.embedded-invoice-romania-screen-module_table__OkvGg tfoot .embedded-invoice-romania-screen-module_total__ynUp9{font-weight:700;font-size:1.3em}.embedded-invoice-romania-screen-module_container__jBbHW .t-center{text-align:center}.embedded-invoice-romania-screen-module_container__jBbHW .t-right{text-align:right}.embedded-invoice-romania-screen-module_container__jBbHW .t-left{text-align:left}.embedded-invoice-romania-screen-module_container__jBbHW .w-5{width:5%}.embedded-invoice-romania-screen-module_container__jBbHW .w-10{width:10%}.embedded-invoice-romania-screen-module_container__jBbHW .w-15{width:15%}.embedded-invoice-romania-screen-module_container__jBbHW .w-20{width:20%}.embedded-invoice-romania-screen-module_container__jBbHW .w-25{width:25%}.embedded-invoice-romania-screen-module_container__jBbHW .w-30{width:30%}.embedded-invoice-romania-screen-module_container__jBbHW .w-60{width:60%}.embedded-invoice-romania-screen-module_container__jBbHW .w-35{width:35%}.embedded-invoice-romania-screen-module_container__jBbHW .w-70{width:70%}.embedded-invoice-romania-screen-module_container__jBbHW .w-40{width:40%}.embedded-invoice-romania-screen-module_container__jBbHW .w-80{width:80%}.embedded-invoice-romania-screen-module_container__jBbHW .w-45{width:45%}.embedded-invoice-romania-screen-module_container__jBbHW .w-90{width:90%}.embedded-invoice-romania-screen-module_container__jBbHW .w-50{width:50%}.embedded-invoice-romania-screen-module_container__jBbHW .w-100{width:100%}.embedded-dynamic-report-module_animated__v4GMI{animation:embedded-dynamic-report-module_fadeIn__sgt7g .3s ease-in-out forwards}@keyframes embedded-dynamic-report-module_fadeIn__sgt7g{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.embedded-dynamic-comparison-report-module_animated__-W1-3{animation:embedded-dynamic-comparison-report-module_fadeIn__8xQWu .3s ease-in-out forwards}@keyframes embedded-dynamic-comparison-report-module_fadeIn__8xQWu{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.intro-screen-module_wrap__0jMLm{background-image:var(--wrap-bg);background-repeat:no-repeat,no-repeat;background-position:top left,top right;background-size:auto 100%,auto 100%}@media screen and (max-width: 767px){.intro-screen-module_wrap__0jMLm{background-size:130% 100%}}.intro-screen-module_wrap__0jMLm.intro-screen-module_light__vU99I{--wrap-bg: url(/assets/bg-intro-light-left-BtAZrYD9.png), url(/assets/bg-intro-light-right-DqykPYiE.png)}@media screen and (max-width: 1199px){.intro-screen-module_wrap__0jMLm.intro-screen-module_light__vU99I{--wrap-bg: url(/assets/bg-intro-light-left-BtAZrYD9.png)}}.intro-screen-module_wrap__0jMLm.intro-screen-module_dark__fK2-D{--wrap-bg: url(/assets/bg-intro-dark-left-knAXB-qN.png), url(/assets/bg-intro-dark-right--KBtvQ46.png)}@media screen and (max-width: 1199px){.intro-screen-module_wrap__0jMLm.intro-screen-module_dark__fK2-D{--wrap-bg: url(/assets/bg-intro-dark-left-knAXB-qN.png)}}.intro-screen-module_head__eLLQW{margin-bottom:30px}@media screen and (max-width: 767px){.intro-screen-module_head__eLLQW{margin-bottom:20px}}.intro-screen-module_head__eLLQW h1{font-weight:600;font-size:32px;margin:0 0 10px}@media screen and (max-width: 767px){.intro-screen-module_head__eLLQW h1{font-size:22px}}.intro-screen-module_head__eLLQW p{margin:0 auto;font-size:22px;max-width:440px}@media screen and (max-width: 767px){.intro-screen-module_head__eLLQW p{font-size:18px}}.intro-screen-module_container__R-i5D{--block-space-x: 24px;display:flex;flex-wrap:wrap;justify-content:center;max-width:calc(1100px + var(--block-space-x));margin:0 auto}@media screen and (max-width: 991px){.intro-screen-module_container__R-i5D{--block-space-x: 16px}}.intro-screen-module_block__vBPT4{flex-basis:calc(33.333% - var(--block-space-x));margin:0 calc(var(--block-space-x) / 2) var(--block-space-x);max-width:350px}@media screen and (max-width: 991px){.intro-screen-module_block__vBPT4{flex-basis:calc(50% - var(--block-space-x))}}@media screen and (max-width: 767px){.intro-screen-module_block__vBPT4{flex-basis:calc(100% - var(--block-space-x))}}.intro-screen-module_block__vBPT4:last-child{margin-bottom:var(--block-space-x)}.intro-screen-module_action__EU6tj{padding-top:16px;max-width:366px;margin-left:auto;margin-right:auto;width:100%}@media screen and (max-width: 767px){.intro-screen-module_action__EU6tj{padding-left:8px;padding-right:8px}}.intro-screen-module_action__EU6tj button{min-width:310px;font-size:16px}@media screen and (max-width: 767px){.intro-screen-module_action__EU6tj button{width:100%}}.intro-screen-module_block__vBPT4.intro-screen-module_mobile__E38OD img{max-height:204px}body.light{--decor-img: url(/assets/signup-sidebar-bg-light-C2B4orHQ.png)}body.dark{--decor-img: url(/assets/signup-sidebar-bg-dark-CjOCe_85.png)}.signup-layout-module_main__aiDay{margin:0!important;padding-top:80px}@media screen and (min-width: 992px){.signup-layout-module_main__aiDay{min-height:100vh;flex-shrink:0;margin-left:auto!important}}@media screen and (max-width: 767px){.signup-layout-module_main__aiDay{padding-top:70px}}.signup-layout-module_main__aiDay.signup-layout-module_full__GLzFH{padding-top:40px}@media screen and (max-width: 767px){.signup-layout-module_main__aiDay.signup-layout-module_full__GLzFH{padding-top:15px}}.signup-layout-module_main__aiDay:only-child{width:100%!important;max-width:100%!important}.signup-layout-module_layout__DJ-lY{min-height:var(--app-height);display:flex;flex-direction:column;align-items:flex-start;overflow:hidden}@media screen and (max-width: 991px){.signup-layout-module_layout__DJ-lY{position:relative}}.signup-layout-module_container__h03EJ{display:flex}@media screen and (min-width: 992px){.signup-layout-module_container__h03EJ{align-items:flex-start}}@media screen and (max-width: 991px){.signup-layout-module_container__h03EJ{flex-direction:column}}.signup-layout-module_sidebar__h2Jls{background-image:var(--decor-img);background-repeat:no-repeat;background-color:var(--card-bg-color);background-position:bottom right;background-size:cover;display:flex;align-items:center;justify-content:center;position:relative}@media screen and (min-width: 992px){.signup-layout-module_sidebar__h2Jls{width:50%;flex-shrink:0;height:100%;position:fixed;top:0;left:0}.signup-layout-module_sidebar__h2Jls+main{width:50%;max-width:50%}}@media screen and (max-width: 991px){.signup-layout-module_sidebar__h2Jls{display:none}}.signup-layout-module_sidebar__h2Jls:before{content:"";display:block;width:100%;height:clamp(120px,14vw,400px);position:absolute;left:0;top:50%;transform:translateY(-50%);background-color:var(--accent-color)}.signup-layout-module_sidebar__h2Jls .signup-layout-module_img__drLh7{max-width:calc(100% - 48px);height:auto;position:relative;z-index:1}.signup-layout-module_header__ZPu1c{display:flex;align-items:center;position:absolute;right:40px;top:40px}@media screen and (max-width: 767px){.signup-layout-module_header__ZPu1c{right:20px;top:30px}}.signup-layout-module_header__ZPu1c.signup-layout-module_full__GLzFH{position:static;width:100%;padding:0 40px 15px}@media screen and (max-width: 767px){.signup-layout-module_header__ZPu1c.signup-layout-module_full__GLzFH{padding:0 calc(var(--bs-gutter-x) * .5) 25px}}.signup-layout-module_logoWrap__vO0gU{margin-right:auto}.signup-layout-module_logo__y6cCq{width:100px;height:60px}@media screen and (max-width: 767px){.signup-layout-module_logo__y6cCq{width:70px;height:42px}}.signup-layout-module_aboutLink__wh8qL{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h);margin-left:20px}@media screen and (min-width: 1200px){.signup-layout-module_aboutLink__wh8qL{transition:background-size .35s}.signup-layout-module_aboutLink__wh8qL:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}@media screen and (max-width: 767px){.signup-layout-module_aboutLink__wh8qL{font-size:16px;background:none;padding-bottom:0;margin-left:5px}}@media only screen and (max-width: 767px){.permission-modal-module_content__a1BZB{padding-left:20px;padding-right:20px}}.permission-modal-module_completeImg__vl8Ma{max-width:100%;margin-bottom:30px}.permission-modal-module_heading__h2rQc{max-width:clamp(405px,20vw,800px);margin-left:auto;margin-right:auto}@media only screen and (max-width: 767px){.permission-modal-module_heading__h2rQc{font-size:24px;max-width:335px}}.permission-modal-module_text__ZzcpT{font-size:18px;line-height:20px;text-align:center;margin:0 auto 25px}@media only screen and (max-width: 767px){.permission-modal-module_text__ZzcpT{max-width:280px}}.permission-modal-module_text__ZzcpT span{color:var(--accent-color);font-size:12px}.permission-modal-module_actions__Dn1I0{display:flex;align-items:center;justify-content:center;padding-top:10px}.permission-modal-module_btn__Ajc3V{min-width:170px;margin:0 8px}@media only screen and (max-width: 767px){.permission-modal-module_btn__Ajc3V{margin:0 5px;min-width:162px}}@media only screen and (max-width: 575px){.permission-modal-module_btn__Ajc3V{width:calc(50% - 10px)}}.intro-block-module_block__cVlGE{border-radius:6px;border:1px solid rgba(200,56,0,.2);box-shadow:none;padding:0 16px 20px;overflow:hidden}.intro-block-module_img__81pjB{margin:0 -16px 12px}.intro-block-module_img__81pjB img{max-width:100%;width:100%;height:auto;max-height:195px;object-fit:cover}.intro-block-module_heading__qdywr{font-weight:600;font-size:20px;margin:0 0 10px}@media screen and (max-width: 991px){.intro-block-module_heading__qdywr{font-size:18px}}.intro-block-module_text__ppeCX{font-size:16px;margin:0}.intro-block-module_action__WQ-HT{margin-top:auto;padding-top:15px}.intro-block-module_action__WQ-HT button{width:100%;min-height:44px;height:44px;font-size:16px}.intro-block-module_action__WQ-HT button svg{width:8px;height:14px}.menu-mobile-item-title-module_title__HvjBc{text-transform:uppercase;margin-bottom:15px;font-size:20px;color:var(--tab-text-color);font-weight:600;list-style:none}.menu-mobile-item-title-module_title__HvjBc::marker{display:none}.menu-mobile-divider-module_divider__Ry-c8{display:block;width:100%}.menu-mobile-divider-module_divider__Ry-c8 hr{height:1px;margin:20px 0;background-color:var(--disabled-color);border:0;opacity:1}.menu-mobile-item-tree-module_item__lKejZ{padding:14px 15px;border-radius:10px;width:100%;box-shadow:0 4px 4px #00000003;border-left:2px solid var(--accent-color);justify-content:flex-start;background-color:var(--card-bg-color);margin-bottom:10px;list-style:none}.menu-mobile-item-tree-module_item__lKejZ .menu-mobile-item-tree-module_itemSub__pDa3q{margin-bottom:20px}.menu-mobile-item-tree-module_item__lKejZ .menu-mobile-item-tree-module_itemSub__pDa3q:last-child{margin-bottom:0}.menu-mobile-item-tree-module_item__lKejZ .menu-mobile-item-tree-module_itemSub__pDa3q a{padding:0;border:0}.menu-mobile-item-tree-module_item__lKejZ .menu-mobile-item-tree-module_itemSub__pDa3q a span:last-child{font-size:18px}.menu-mobile-item-tree-module_item__lKejZ .menu-mobile-item-tree-module_navSub__JiVsl{padding-left:12px}.menu-mobile-item-tree-module_titleIcon__MQb-l{font-size:20px;font-weight:600;display:block;margin-bottom:15px}.menu-mobile-item-tree-module_titleIcon__MQb-l .menu-mobile-item-tree-module_iconWrap__8IUNK{width:20px;min-width:20px;margin-right:10px}.app-promo-screen-module_layout__onIom{font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#131313}.app-promo-screen-module_main__zZBry{padding:clamp(20px,5vh,40px) 0 clamp(50px,6vh,70px);margin-bottom:0!important}.app-promo-screen-module_logoWrapper__GISx-{text-align:center;margin-bottom:32px}.app-promo-screen-module_logoIcon__tUH7W{width:78px;height:45px}.app-promo-screen-module_logoIcon__tUH7W path{fill:#fff}.app-promo-screen-module_section__PTrlZ{text-align:center}.app-promo-screen-module_previewImageWrapper__lMRSQ{margin-bottom:24px}.app-promo-screen-module_notice__aMvWK{color:#fff;max-width:670px;margin:0 auto 46px}.app-promo-screen-module_noticeHeading__aKPfd{font-size:26px;font-weight:600;margin:0 0 16px}@media screen and (max-width: 575px){.app-promo-screen-module_noticeHeading__aKPfd{font-size:22px}}.app-promo-screen-module_noticeText__6Koke{margin-bottom:0;font-size:16px}@media screen and (max-width: 575px){.app-promo-screen-module_noticeText__6Koke{font-size:14px}}.app-promo-screen-module_buttonsWrapper__pSGei{display:flex;align-items:center;justify-content:center;gap:12px}.login-form-module_wrap__udbBu{padding:30px 20px}.login-form-module_logo__6f5Lh{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.login-form-module_logo__6f5Lh{width:90px;height:54px;margin-bottom:30px}}.login-form-module_form__LntrC{display:flex;flex-direction:column}@media all and (display-mode: standalone){.login-form-module_formCardAction__5jxZr{margin-top:0}}.login-form-module_btnWrap__Tgltk{margin-top:auto}.login-form-module_card__ex-W9{background:var(--secondary-color)}.login-form-module_forgotLink__z4q-n{text-decoration:none!important;color:var(--accent-color);text-decoration:none}@media screen and (min-width: 1200px){.login-form-module_forgotLink__z4q-n{background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);transition:background-size .35s;--bg-h: 1px;padding-bottom:0}.login-form-module_forgotLink__z4q-n:where(:hover,:focus-visible){background-size:100% var(--bg-h);background-position-x:left}}.login-form-module_divider__fAgp8{position:relative;display:none;justify-content:center}.login-form-module_divider__fAgp8:has(+.login-form-module_biometric__DB0ZV){display:flex}.login-form-module_divider__fAgp8 span{display:inline-block;padding:2px 10px;background:var(--body-color)}.login-form-module_divider__fAgp8:before{content:"";position:absolute;top:calc(50% - 1px);left:0;right:0;height:1px;background:#dedede;z-index:-1}.form-card-module_formWrap__OyXTk{max-width:400px;width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;animation:.4s ease-out 0s 1 form-card-module_slideInFromRight__14-DQ}.form-card-module_formWrap__OyXTk form{display:flex;flex-direction:column;flex-grow:1}.form-card-module_formImage__9mLTS{text-align:center;margin-bottom:25px}.form-card-module_formImage__9mLTS img,.form-card-module_formImage__9mLTS svg{max-width:100%;height:auto}.form-card-module_formHeading__E4K46{text-align:center;font-size:32px;font-weight:600;margin-bottom:30px}@media screen and (max-width: 767px){.form-card-module_formHeading__E4K46{font-size:24px;margin-bottom:25px}}.form-card-module_formText__GgCXQ{text-align:center;max-width:345px;margin:0 auto 15px}.form-card-module_formText__GgCXQ h3{font-size:20px;margin-bottom:15px}.form-card-module_formText__GgCXQ ul{list-style:none;padding:0;margin:0 auto 15px}.form-card-module_formText__GgCXQ ul li{padding-left:10px;text-indent:-10px}.form-card-module_formText__GgCXQ ul li:before{content:"";display:inline-block;border-radius:50%;vertical-align:middle;width:6px;height:6px;background-color:var(--accent-color);padding-right:5px}.form-card-module_formText__GgCXQ ul li{color:var(--light-color);display:inline-block;margin:0 7px 7px}@media screen and (max-width: 767px){.form-card-module_formText__GgCXQ ul li{font-size:16px;margin:0 10px 10px}}.form-card-module_formText__GgCXQ ul li:before{margin-right:7px}.form-card-module_formText__GgCXQ a{text-decoration:none!important}@media screen and (min-width: 1200px){.form-card-module_formText__GgCXQ a{background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);transition:background-size .35s;--bg-h: 1px;padding-bottom:0}.form-card-module_formText__GgCXQ a:where(:hover,:focus-visible){background-size:100% var(--bg-h);background-position-x:left}}.form-card-module_formActions__neXWd{max-width:400px;width:100%;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:20px}.form-card-module_formActions__neXWd button{min-width:220px}.form-card-module_formActions__neXWd button:not(:only-child){margin-left:25px}@media screen and (max-width: 767px){.form-card-module_formActions__neXWd button:not(:only-child){flex-grow:1}}.form-card-module_formActions__neXWd button:only-child{width:100%;margin-left:0}@keyframes form-card-module_slideInFromRight__14-DQ{0%{opacity:0;transform:translate(50%)}to{transform:translate(0);opacity:1}}.tabs-module_tabs__OX-hp{display:flex;justify-content:center;margin-bottom:25px}.tabs-module_tabs__OX-hp ul{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:3px;list-style:none;border-radius:50px;background-color:var(--disabled-color)}@media screen and (max-width: 767px){.tabs-module_tabs__OX-hp ul{width:100%}}.tabs-module_tabs__OX-hp ul li{font-weight:600}@media screen and (max-width: 767px){.tabs-module_tabs__OX-hp ul li{flex-grow:1}}.tabs-module_tabs__OX-hp ul a,.tabs-module_tabs__OX-hp ul span{border-radius:50px;display:block;padding:10px 25px;min-width:152px;text-align:center;color:var(--tab-text-color)}.tabs-module_tabs__OX-hp ul .tabs-module_active__K5F1u a,.tabs-module_tabs__OX-hp ul .tabs-module_active__K5F1u span{background-color:var(--body-color);color:var(--text-color)}.webauthn-sign-in-module_wrap__zT3GD{display:flex;flex-direction:column;align-items:center;justify-content:center}.webauthn-sign-in-module_wrap__zT3GD svg{margin-bottom:15px}.webauthn-sign-in-module_wrap__zT3GD span{color:var(--accent-color);font-weight:700}.verify-code-form-module_form__L0RBu{display:flex;flex-direction:column}.verify-code-form-module_subHead__nSOfU{font-size:22px;margin-bottom:35px}@media screen and (max-width: 767px){.verify-code-form-module_subHead__nSOfU{font-size:18px}}.verify-code-form-module_links__uhF4F{font-size:18px}@media screen and (max-width: 767px){.verify-code-form-module_links__uhF4F{font-size:16px}}.verify-code-form-module_link__DgGV9{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h);margin-left:10px}@media screen and (min-width: 1200px){.verify-code-form-module_link__DgGV9{transition:background-size .35s}.verify-code-form-module_link__DgGV9:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.verify-code-form-module_link__DgGV9.verify-code-form-module_disabled__hiLCp{pointer-events:none;text-decoration:none;color:var(--text-color);opacity:.3;background:none;padding-bottom:0}.verify-code-form-module_btnWrap__iF1ax{margin-top:auto}.verify-code-form-module_codeInputContainer__H03zO{display:flex!important;justify-content:center}.verify-code-form-module_codeInputContainer__H03zO>input{min-width:78px}@media screen and (max-width: 768px){.verify-code-form-module_codeInputContainer__H03zO>input{min-width:42px}}.back-button-module_backBtn__cGCIt{display:inline-flex;align-items:center;cursor:pointer;color:var(--accent-color);font-size:18px}@media (min-width: 1201px){.back-button-module_backBtn__cGCIt:hover svg{transform:translate(-5px)}}.back-button-module_backBtn__cGCIt .back-button-module_arrow__6Tr94{margin-right:10px;transition:all .2s}.back-button-module_backBtn__cGCIt:disabled,.back-button-module_backBtn__cGCIt.disabled{color:var(--disabled-color);pointer-events:none}.verify-code-screen-module_wrap__rQbPQ{padding:30px 20px 40px}.verify-code-screen-module_backBtnHeader__i5aVX{display:none;position:absolute;top:20px;right:20px}@media screen and (max-width: 768px){.verify-code-screen-module_backBtnHeader__i5aVX{display:block}}.verify-code-form-module_form__89iG8{display:flex;flex-direction:column}.verify-code-form-module_subHead__6erM5{font-size:22px;margin-bottom:35px}@media screen and (max-width: 767px){.verify-code-form-module_subHead__6erM5{font-size:18px}}.verify-code-form-module_links__BGmtd{font-size:18px}@media screen and (max-width: 767px){.verify-code-form-module_links__BGmtd{font-size:16px}}.verify-code-form-module_link__fpQxS{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h);margin-left:10px}@media screen and (min-width: 1200px){.verify-code-form-module_link__fpQxS{transition:background-size .35s}.verify-code-form-module_link__fpQxS:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.verify-code-form-module_link__fpQxS.verify-code-form-module_disabled__8Wv2s{pointer-events:none;text-decoration:none;color:var(--text-color);opacity:.3;background:none;padding-bottom:0}.verify-code-form-module_btnWrap__keHa6{margin-top:auto}.verify-code-form-module_codeInputContainer__GoCMX{--input-width: 60px;display:flex!important;justify-content:center}.verify-code-form-module_codeInputContainer__GoCMX>input{min-width:var(--input-width);width:var(--input-width);height:calc(var(--input-width) - 10px)}@media screen and (max-width: 769px){.verify-code-form-module_codeInputContainer__GoCMX>input{--input-width: 42px}}.verify-code-screen-module_wrap__Rz431{padding:30px 20px 40px}.verify-code-screen-module_backBtnHeader__hMS-g{display:none;position:absolute;top:20px;right:20px}@media screen and (max-width: 768px){.verify-code-screen-module_backBtnHeader__hMS-g{display:block}}.verify-code-link-screen-module_wrap__SzQtF{align-self:center;margin:auto;padding-bottom:100px;animation:none}.verify-code-link-screen-module_text__pgTaK{font-size:24px;max-width:unset;animation:verify-code-link-screen-module_popIn__czRdJ .3s ease-out forwards;transform:scale(0);opacity:0}.verify-code-link-screen-module_btn__ULMKB{animation:verify-code-link-screen-module_popIn__czRdJ .3s ease-out forwards;transform:scale(0);opacity:0}.verify-code-link-screen-module_loginBtn__eeP7J{font-size:18px;width:200px;min-height:42px}.verify-code-link-screen-module_img__xDUgB{width:130px;height:auto;transform:scale(0);opacity:0;animation:verify-code-link-screen-module_popIn__czRdJ .3s ease-out forwards;animation-delay:.07s}.verify-code-link-screen-module_img__xDUgB ._icon_exclamation,.verify-code-link-screen-module_img__xDUgB ._icon_checkmark,.verify-code-link-screen-module_img__xDUgB ._icon_cross,.verify-code-link-screen-module_img__xDUgB.verify-code-link-screen-module_hidden__bnfcC{display:none}.verify-code-link-screen-module_img__xDUgB.verify-code-link-screen-module_success__Siy6r ._icon_checkmark,.verify-code-link-screen-module_img__xDUgB.verify-code-link-screen-module_error__EV17R ._icon_cross{display:initial!important}@keyframes verify-code-link-screen-module_popIn__czRdJ{0%{transform:scale(0);opacity:0}80%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.signup-options-screen-module_logo__CIT5O{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.signup-options-screen-module_logo__CIT5O{width:90px;height:54px;margin-bottom:30px}}.selectable-block-module_block__NutFp{display:flex;align-items:center;position:relative;padding:10px 40px 10px 15px;border-radius:10px;color:var(--text-color);margin-bottom:25px;min-height:46px;cursor:pointer;font-weight:400;font-size:18px;line-height:1.1;background-color:var(--card-bg-color);box-shadow:0 0 4px #0000001a;transition:background-color .3s}.selectable-block-module_block__NutFp.selectable-block-module_disabled__hzu8l{pointer-events:none;opacity:.5}.selectable-block-module_block__NutFp.selectable-block-module_active__VjQE5{background-color:var(--selectable-active);color:var(--accent-color);font-weight:600}.selectable-block-module_icon__al-HD{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.signup-initial-screen-module_logo__4sT3A{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.signup-initial-screen-module_logo__4sT3A{width:90px;height:54px;margin-bottom:30px}}.signup-initial-screen-module_formWrap__dhN-n{max-width:400px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.signup-initial-screen-module_formWrap__dhN-n{padding:20px 20px 40px}}.signup-initial-screen-module_formTitle__3wEI4{text-align:center;font-size:32px;font-weight:600;margin-bottom:30px}@media screen and (max-width: 767px){.signup-initial-screen-module_formTitle__3wEI4{font-size:24px;margin-bottom:25px}}.signup-initial-screen-module_formButtonSingle__K2Quu{width:100%;margin-top:20px}.signup-initial-screen-module_checkbox__exZ4q label{font-size:14px}.signup-initial-screen-module_checkbox__exZ4q label a{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h)}@media screen and (min-width: 1200px){.signup-initial-screen-module_checkbox__exZ4q label a{transition:background-size .35s}.signup-initial-screen-module_checkbox__exZ4q label a:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.datepicker-module_input__K-gx7{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.datepicker-module_input__K-gx7{font-size:18px}}.datepicker-module_input__K-gx7:-webkit-autofill,.datepicker-module_input__K-gx7:-webkit-autofill:hover,.datepicker-module_input__K-gx7:-webkit-autofill:focus,.datepicker-module_input__K-gx7:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.datepicker-module_input__K-gx7::placeholder{color:#bcbcbc;opacity:1}.datepicker-module_input__K-gx7:focus,.datepicker-module_input__K-gx7:focus-visible{outline:none;border-color:var(--accent-color)}.datepicker-module_input__K-gx7:read-only{background-color:transparent}.datepicker-module_input__K-gx7:focus,.datepicker-module_input__K-gx7:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.datepicker-module_input__K-gx7:focus,.datepicker-module_input__K-gx7:focus-visible{font-size:18px}}.datepicker-module_input__K-gx7:focus:-webkit-autofill,.datepicker-module_input__K-gx7:focus:-webkit-autofill:hover,.datepicker-module_input__K-gx7:focus:-webkit-autofill:focus,.datepicker-module_input__K-gx7:focus:-webkit-autofill:active,.datepicker-module_input__K-gx7:focus-visible:-webkit-autofill,.datepicker-module_input__K-gx7:focus-visible:-webkit-autofill:hover,.datepicker-module_input__K-gx7:focus-visible:-webkit-autofill:focus,.datepicker-module_input__K-gx7:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.datepicker-module_input__K-gx7:focus::placeholder,.datepicker-module_input__K-gx7:focus-visible::placeholder{color:#bcbcbc;opacity:1}.datepicker-module_input__K-gx7:focus:focus,.datepicker-module_input__K-gx7:focus:focus-visible,.datepicker-module_input__K-gx7:focus-visible:focus,.datepicker-module_input__K-gx7:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.datepicker-module_input__K-gx7:focus:read-only,.datepicker-module_input__K-gx7:focus-visible:read-only{background-color:transparent}.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7{font-size:18px}}.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:-webkit-autofill,.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:-webkit-autofill:hover,.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:-webkit-autofill:focus,.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7::placeholder{color:#bcbcbc;opacity:1}.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:focus,.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:focus-visible{outline:none;border-color:var(--accent-color)}.datepicker-module_wrapper__uGmWS .datepicker-module_input__K-gx7:read-only{background-color:transparent}div.datepicker-module_popper__5NQSG{z-index:10}div.datepicker-module_popper__5NQSG .react-datepicker__triangle{display:none!important}div.datepicker-module_popper__5NQSG .react-datepicker{border:1px solid var(--card-border-color);box-shadow:0 0 20px 1px #0003;font-size:18px;font-weight:400;font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header__dropdown{margin-bottom:10px}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__current-month{font-size:1.2em;line-height:2em;color:var(--text-color);font-weight:600}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__month-container{background-color:var(--card-bg-color);border-radius:4px}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header{background-color:transparent;padding-top:0}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container{margin-right:15px}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header .react-datepicker__year-dropdown-container,div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container{position:relative;padding-right:15px}@media screen and (max-width: 576px){div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header .react-datepicker__year-dropdown-container:before,div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container:before{position:absolute;right:5px;top:50%;content:"";border-right:1px solid var(--text-color);border-bottom:1px solid var(--text-color);transform:translateY(-55%) rotate(45deg);width:10px;height:10px}}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header select{background:transparent;padding:4px;border:none;border-bottom:1px solid var(--line-color);color:var(--text-color)}div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header select option{color:#1c1c1c}@media screen and (max-width: 576px){div.datepicker-module_popper__5NQSG .react-datepicker .react-datepicker__header select{padding-bottom:0}}div.datepicker-module_popper__5NQSG .react-datepicker__day,div.datepicker-module_popper__5NQSG .react-datepicker__day-name{width:2.5rem;color:var(--text-color)}div.datepicker-module_popper__5NQSG .react-datepicker__day:hover,div.datepicker-module_popper__5NQSG .react-datepicker__day-name:hover{color:var(--accent-color)}div.datepicker-module_popper__5NQSG .react-datepicker__day--disabled{pointer-events:none}div.datepicker-module_popper__5NQSG .react-datepicker__day--selected,div.datepicker-module_popper__5NQSG .react-datepicker__day--selected:hover{background-color:var(--accent-color);color:#fff}div.datepicker-module_popper__5NQSG .react-datepicker__day--keyboard-selected,div.datepicker-module_popper__5NQSG .react-datepicker__day--keyboard-selected:hover{background-color:transparent;border:1px solid var(--secondary-color);color:var(--secondary-color)}div.datepicker-module_popper__5NQSG .react-datepicker__day--disabled{opacity:.4}div.datepicker-module_popper__5NQSG .react-datepicker__navigation span:before{top:50%}.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.signup-policy-screen-module_wrap__3Kf05{display:flex;flex-direction:column;flex-grow:1}.signup-policy-screen-module_container__d0VyO{display:flex;flex-direction:column}.signup-policy-screen-module_logo__EiWmW{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.signup-policy-screen-module_logo__EiWmW{width:90px;height:54px;margin-bottom:30px}}.signup-policy-screen-module_formText__S317j{font-size:22px;text-align:center;margin-bottom:20px}@media screen and (max-width: 767px){.signup-policy-screen-module_formText__S317j{font-size:18px}}.signup-policy-screen-module_formText__S317j a{text-decoration:none!important}@media screen and (min-width: 1200px){.signup-policy-screen-module_formText__S317j a{background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);transition:background-size .35s;--bg-h: 1px;padding-bottom:0}.signup-policy-screen-module_formText__S317j a:where(:hover,:focus-visible){background-size:100% var(--bg-h);background-position-x:left}}.signup-policy-screen-module_error__suup-{margin:-20px 0 30px 10px}.signup-user-code-screen-module_container__P-zdz{display:flex;justify-content:center}@media screen and (max-width: 768px){.signup-user-code-screen-module_container__P-zdz .signup-user-code-screen-module_containers__3-b9b{width:100%}}.verify-email-notification-module_wrap__vIk9I .alert{min-height:56px;margin-bottom:15px;padding:8px 15px}.verify-email-notification-module_wrap__vIk9I.verify-email-notification-module_light__KulIw .alert{background:#fef2f2}.verify-email-notification-module_wrap__vIk9I.verify-email-notification-module_dark__iF-zS .alert{background:#2a1a1a}.verify-email-notification-module_content__nm4kc{display:flex;align-items:center;color:#e50000}.verify-email-notification-module_content__nm4kc a{color:currentColor}.verify-email-notification-module_text__LVeqM{font-size:20px;font-weight:600}@media screen and (max-width: 769px){.verify-email-notification-module_text__LVeqM{font-size:16px}}.verify-email-notification-module_icon__hekZp{min-width:32px;margin-right:10px}.signup-complete-screen-module_logo__MpODc{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.signup-complete-screen-module_logo__MpODc{width:90px;height:54px;margin-bottom:30px}}.signup-complete-screen-module_formWrap__MRufc{max-width:400px;width:100%;margin-left:auto;margin-right:auto}.signup-complete-screen-module_formTitle__SzdNj{text-align:center;font-size:32px;font-weight:600;margin-bottom:30px}@media screen and (max-width: 767px){.signup-complete-screen-module_formTitle__SzdNj{font-size:24px;margin-bottom:25px}}.signup-complete-screen-module_formButtonSingle__axPi3{width:100%;margin-top:20px}.signup-complete-screen-module_toggle__1uoVR{align-self:end}.light .form-switch{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23FFFFFF'/%3e%3c/g%3e%3c/svg%3e")}.dark .form-switch{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23797979'/%3e%3c/g%3e%3c/svg%3e")}.toggle-module_customSwitch__m9OCm.toggle-module_sm__xCh4F{font-size:14px;padding-left:40.8px;position:relative;z-index:2}.toggle-module_customSwitch__m9OCm.toggle-module_sm__xCh4F .form-check-label{line-height:1;color:var(--text-color);font-size:18px;font-weight:600}.toggle-module_customSwitch__m9OCm.toggle-module_sm__xCh4F .form-check-input{cursor:pointer;background-color:var(--swither-bg-color);border:none;width:30.6px;height:24px;margin-left:-38.8px;margin-top:6px;background-size:20px 20px;box-shadow:none;background-image:var(--swither-url-circle)!important;background-position:2px calc(50% - .5px)}.toggle-module_customSwitch__m9OCm.toggle-module_sm__xCh4F .form-check-input:checked{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23FE4B00'/%3e%3c/g%3e%3c/svg%3e");background-position:calc(100% - 2px) calc(50% - .5px);background-color:var(--swither-bg-color-checked)}.toggle-module_customSwitch__m9OCm.toggle-module_md__8kC48{font-size:23.5px;padding-left:56px;position:relative;z-index:2}.toggle-module_customSwitch__m9OCm.toggle-module_md__8kC48 .form-check-label{line-height:1;color:var(--text-color);font-size:18px;font-weight:600}.toggle-module_customSwitch__m9OCm.toggle-module_md__8kC48 .form-check-input{cursor:pointer;background-color:var(--swither-bg-color);border:none;width:46.75px;height:24px;margin-left:-54px;margin-top:6px;background-size:20px 20px;box-shadow:none;background-image:var(--swither-url-circle)!important;background-position:2px calc(50% - .5px)}.toggle-module_customSwitch__m9OCm.toggle-module_md__8kC48 .form-check-input:checked{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23FE4B00'/%3e%3c/g%3e%3c/svg%3e");background-position:calc(100% - 2px) calc(50% - .5px);background-color:var(--swither-bg-color-checked)}.toggle-module_customSwitch__m9OCm.toggle-module_lg__7U8oy{font-size:36px;padding-left:76px;position:relative;z-index:2}.toggle-module_customSwitch__m9OCm.toggle-module_lg__7U8oy .form-check-label{line-height:1;color:var(--text-color);font-size:18px;font-weight:600}.toggle-module_customSwitch__m9OCm.toggle-module_lg__7U8oy .form-check-input{cursor:pointer;background-color:var(--swither-bg-color);border:none;width:68px;height:24px;margin-left:-74px;margin-top:6px;background-size:20px 20px;box-shadow:none;background-image:var(--swither-url-circle)!important;background-position:2px calc(50% - .5px)}.toggle-module_customSwitch__m9OCm.toggle-module_lg__7U8oy .form-check-input:checked{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23FE4B00'/%3e%3c/g%3e%3c/svg%3e");background-position:calc(100% - 2px) calc(50% - .5px);background-color:var(--swither-bg-color-checked)}.toggle-module_customSwitch__m9OCm.toggle-module_xl__EYKQS{font-size:56px;padding-left:108px;position:relative;z-index:2}.toggle-module_customSwitch__m9OCm.toggle-module_xl__EYKQS .form-check-label{line-height:1;color:var(--text-color);font-size:18px;font-weight:600}.toggle-module_customSwitch__m9OCm.toggle-module_xl__EYKQS .form-check-input{cursor:pointer;background-color:var(--swither-bg-color);border:none;width:102px;height:24px;margin-left:-106px;margin-top:6px;background-size:20px 20px;box-shadow:none;background-image:var(--swither-url-circle)!important;background-position:2px calc(50% - .5px)}.toggle-module_customSwitch__m9OCm.toggle-module_xl__EYKQS .form-check-input:checked{--swither-url-circle: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg style='filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15))'%3e%3ccircle cx='12' cy='12.7' r='11' fill='%23FE4B00'/%3e%3c/g%3e%3c/svg%3e");background-position:calc(100% - 2px) calc(50% - .5px);background-color:var(--swither-bg-color-checked)}.toggle-module_reverse__J9KLW{display:flex;flex-direction:row-reverse}.toggle-module_reverse__J9KLW .form-check-input{margin-left:.5rem}.steps-sidebar-module_sidebar__JwFE2{--sidebar-height-mob: 190px;padding-top:80px;animation:.4s ease-out 0s 1 steps-sidebar-module_slideInFromLeft__vaEKw}@media screen and (min-width: 992px){.steps-sidebar-module_sidebar__JwFE2{padding:clamp(30px,2.9vw,48px) clamp(20px,2.4vw,40px);background-image:url(/assets/signup-sidebar-bg-Do-Y3zCS.png);background-color:#1c1c1c;background-size:cover;background-repeat:no-repeat;background-position:center right;width:32.5%;flex-shrink:0;position:fixed;top:0;height:100%;left:0}.steps-sidebar-module_sidebar__JwFE2+main{width:67.5%;max-width:67.5%}}@media screen and (max-width: 991px){.steps-sidebar-module_sidebar__JwFE2{padding-left:20px;padding-right:20px}.steps-sidebar-module_sidebar__JwFE2~main{padding-top:40px}}.steps-sidebar-module_logo__u5L9-{width:100px;height:60px;margin:0 0 clamp(30px,3.3vw,60px);display:block}@media screen and (max-width: 991px){.steps-sidebar-module_logo__u5L9-{width:90px;height:54px;margin:0 auto 25px}}.steps-sidebar-module_stepList__4486Q{padding:0;list-style:none;z-index:10}@media screen and (max-width: 991px){.steps-sidebar-module_stepList__4486Q{display:flex;justify-content:center;width:100%}}@media screen and (max-width: 991px){.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:first-child .steps-sidebar-module_stepItem__Iauxi:first-child:before,.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:first-child .steps-sidebar-module_stepItem__Iauxi:first-child:after{border-radius:2px 0 0 2px}.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:last-child .steps-sidebar-module_stepItem__Iauxi:last-child:before,.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:last-child .steps-sidebar-module_stepItem__Iauxi:last-child:after{border-radius:0 2px 2px 0}.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:last-child.steps-sidebar-module_stepItemSingle__KHdHA:before,.steps-sidebar-module_stepList__4486Q>.steps-sidebar-module_stepItem__Iauxi:last-child.steps-sidebar-module_stepItemSingle__KHdHA:after{border-radius:0 2px 2px 0}}.steps-sidebar-module_stepList__4486Q .steps-sidebar-module_stepItem__Iauxi{display:flex}@media screen and (max-width: 991px){.steps-sidebar-module_stepList__4486Q .steps-sidebar-module_stepItem__Iauxi{min-height:4px;position:relative;flex-grow:1;justify-content:center}.steps-sidebar-module_stepList__4486Q .steps-sidebar-module_stepItem__Iauxi:before,.steps-sidebar-module_stepList__4486Q .steps-sidebar-module_stepItem__Iauxi:after{content:"";display:block;width:100%;height:4px;background-color:var(--disabled-color);position:absolute;left:0;top:0}.steps-sidebar-module_stepList__4486Q .steps-sidebar-module_stepItem__Iauxi:after{width:0;transition:.2s width ease;z-index:1}}@media screen and (min-width: 992px){.steps-sidebar-module_stepListParent__4JREb{position:relative;z-index:3}}@media screen and (max-width: 991px){.steps-sidebar-module_stepListParent__4JREb{width:calc(100% - 5px)}}@media screen and (min-width: 992px){.steps-sidebar-module_stepListSub__dirye{display:none;padding-top:clamp(20px,2vw,30px)}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi{width:auto!important}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi:not(:last-child){margin-bottom:clamp(20px,2vw,25px)}}.steps-sidebar-module_stepItem__Iauxi>div{cursor:auto}.steps-sidebar-module_stepItem__Iauxi svg{display:none!important}.steps-sidebar-module_stepItem__Iauxi input:checked~label:before{background:none}.steps-sidebar-module_stepItem__Iauxi input:checked~label:after{opacity:1}.steps-sidebar-module_stepItem__Iauxi label{font-weight:400;min-height:24px;padding-left:28px;color:#fff;cursor:auto;line-height:1}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi label{font-size:18px}}@media screen and (max-width: 991px){.steps-sidebar-module_stepItem__Iauxi label{color:var(--text-color);padding-left:0;min-height:auto;font-size:14px}}@media screen and (max-width: 767px){.steps-sidebar-module_stepItem__Iauxi label{font-size:12px}}@media screen and (max-width: 991px){.steps-sidebar-module_stepItem__Iauxi label:before,.steps-sidebar-module_stepItem__Iauxi label:after{visibility:hidden;display:none!important}}.steps-sidebar-module_stepItem__Iauxi label:before{width:18px;height:18px;border-radius:50%;border-color:#fff;top:2px}.steps-sidebar-module_stepItem__Iauxi label:after{content:"";display:block;width:10px;height:10px;border-radius:50%;background-color:#fff;position:absolute;left:4px;top:6px;transform:none;margin:0;border:0;opacity:0;transition:.3s opacity ease}@media screen and (max-width: 991px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_completed__vSr2w:after,.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg:after{background-color:var(--accent-color);width:100%}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg .steps-sidebar-module_stepRadioHead__H7d67{opacity:1}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg .steps-sidebar-module_stepListSub__dirye{display:block}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg .steps-sidebar-module_active__2iOpg .steps-sidebar-module_stepRadioChild__3PHFf{opacity:1}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg .steps-sidebar-module_active__2iOpg .steps-sidebar-module_stepRadioChild__3PHFf label{font-weight:600;font-size:20px}}@media screen and (max-width: 991px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_active__2iOpg .steps-sidebar-module_stepTooltip__wvBgI{opacity:1}}@media screen and (min-width: 992px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_group__UIA9y{flex-direction:column;margin-bottom:clamp(30px,2.5vw,40px)}}@media screen and (max-width: 991px){.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_group__UIA9y:before,.steps-sidebar-module_stepItem__Iauxi.steps-sidebar-module_group__UIA9y:after{display:none}}.steps-sidebar-module_stepItemSingle__KHdHA{flex-grow:unset}@media screen and (max-width: 991px){.steps-sidebar-module_stepItemSingle__KHdHA{min-width:55px}}@media screen and (min-width: 992px){.steps-sidebar-module_stepRadio__52F-y{opacity:.5}}@media screen and (max-width: 991px){.steps-sidebar-module_stepRadioHead__H7d67{position:static}}@media screen and (min-width: 992px){.steps-sidebar-module_stepRadioHead__H7d67 label{font-size:22px;font-weight:600}}@media screen and (max-width: 991px){.steps-sidebar-module_stepRadioHead__H7d67 label{position:absolute;left:50%;transform:translate(-50%);top:15px;text-align:center;width:100%;padding:0 3px}}@media screen and (max-width: 991px){.steps-sidebar-module_stepRadioChild__3PHFf{opacity:0}.steps-sidebar-module_stepRadioChild__3PHFf label{display:none}}@media screen and (max-width: 991px) and (max-width: 767px){.steps-sidebar-module_stepRadioChild__3PHFf label{font-size:4px}}.steps-sidebar-module_stepRadioChild__3PHFf svg,.steps-sidebar-module_stepRadioChild__3PHFf label:before,.steps-sidebar-module_stepRadioChild__3PHFf label:after{visibility:hidden}.steps-sidebar-module_stepItemParent__iVK-6 .steps-sidebar-module_bullet__0--qd{display:none}@media screen and (max-width: 991px){.steps-sidebar-module_stepItemParent__iVK-6 .steps-sidebar-module_bullet__0--qd{content:"";display:flex;align-items:center;justify-content:center;border-radius:50%;width:14px;height:14px;position:absolute;right:-7px;top:-5px;background-color:var(--card-bg-color);z-index:12;border:1px solid var(--bullet-color)}.steps-sidebar-module_stepItemParent__iVK-6 .steps-sidebar-module_bullet__0--qd:before{content:"";display:block;width:6px;height:6px;background-color:var(--bullet-color);border-radius:50%}}.steps-sidebar-module_stepRadioFinished__ThPln{opacity:1}@media screen and (min-width: 992px){.steps-sidebar-module_stepRadioFinished__ThPln label{font-size:20px}.steps-sidebar-module_stepRadioFinished__ThPln label:before{border-color:var(--accent-color)}.steps-sidebar-module_stepRadioFinished__ThPln label:after{display:none}.steps-sidebar-module_stepRadioFinished__ThPln label .steps-sidebar-module_icon__rMC7y{display:block!important;position:absolute;left:2px;top:3px}}.steps-sidebar-module_stepRadioFinished__ThPln+.steps-sidebar-module_bullet__0--qd{border-color:var(--accent-color)}.steps-sidebar-module_stepRadioFinished__ThPln+.steps-sidebar-module_bullet__0--qd:before{background-color:var(--accent-color)}@keyframes steps-sidebar-module_slideInFromLeft__vaEKw{0%{opacity:0;transform:translate(-50%)}to{transform:translate(0);opacity:1}}.steps-sidebar-module_avatar__cl-G-,.steps-sidebar-module_avatarBg__YjrDG{position:absolute;z-index:2;pointer-events:none;object-fit:contain}@media screen and (min-width: 992px){.steps-sidebar-module_avatar__cl-G-,.steps-sidebar-module_avatarBg__YjrDG{transform:translate(-50%,-50%);height:85vh;top:50%;left:100%}}@media screen and (max-width: 991px){.steps-sidebar-module_avatar__cl-G-,.steps-sidebar-module_avatarBg__YjrDG{right:0;object-position:top right;display:none}}@media screen and (max-width: 991px){.steps-sidebar-module_avatar__cl-G-{transform:translate(50%);top:calc(var(--sidebar-height-mob) + 30px);height:70%}}@media screen and (min-width: 992px){.steps-sidebar-module_avatar__cl-G-{max-width:55%}}@media screen and (max-width: 575px){.steps-sidebar-module_avatar__cl-G-{max-width:60%}}.steps-sidebar-module_avatarBg__YjrDG{opacity:.1;z-index:1}@media screen and (min-width: 992px){.steps-sidebar-module_avatarBg__YjrDG{transform:translate(calc(-60% - 5px));top:auto;bottom:0;height:calc(100vh - 10px);max-width:70%}}@media screen and (max-width: 991px){.steps-sidebar-module_avatarBg__YjrDG{height:calc(100% - var(--sidebar-height-mob));bottom:-15px;transform:translate(calc(50% - 40px))}}@media screen and (max-width: 575px){.steps-sidebar-module_avatarBg__YjrDG{max-width:80%}}@media screen and (min-width: 992px){.steps-sidebar-module_desktopHidden__3H7CP{display:none!important}}.signup-full-module_container__uP1OF{display:flex;flex-grow:1;padding:30px 30px clamp(40px,4vw,70px);z-index:99}@media screen and (max-width: 767px){.signup-full-module_container__uP1OF{padding:20px 20px 40px}}.credentials-step-module_logo__Onr5-{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.credentials-step-module_logo__Onr5-{width:90px;height:54px;margin-bottom:30px}}.credentials-step-module_formWrap__97KFx{max-width:400px;margin-left:auto;margin-right:auto}.credentials-step-module_formTitle__3je-d{text-align:center;font-size:32px;font-weight:600;margin-bottom:30px}@media screen and (max-width: 767px){.credentials-step-module_formTitle__3je-d{font-size:24px;margin-bottom:25px}}.credentials-step-module_formButtonSingle__S6tqb{width:100%;margin-top:20px}.parent-step-module_checkbox__bfDZW label{font-size:14px}.gender-step-module_lightTheme__qZjbw{--avatar-bg: #DEDEDE}.gender-step-module_lightTheme__qZjbw .gender-step-module_genderActive__xKChn{--avatar-bg: var(--accent-color)}.gender-step-module_darkTheme__zxnz5{--avatar-bg: #454545}.gender-step-module_darkTheme__zxnz5 .gender-step-module_genderActive__xKChn{--avatar-bg: var(--accent-color)}.gender-step-module_buttonsGroup__sNkqe{display:flex;justify-content:center;text-align:center;padding-top:20px;padding-bottom:50px;max-width:345px;margin:0 auto}.gender-step-module_buttonItem__h-9u-{--avatar-body: #454545;--avatar-body-dark: #373737;margin:0 7px;transition:.25s ease;transition-property:transform,opacity}@media screen and (max-width: 767px){.gender-step-module_buttonItem__h-9u-{margin:0 5px}}.gender-step-module_genderActive__xKChn{--avatar-body: var(--accent-color);--avatar-body-dark: #B43200;transform:scale(1.55);opacity:1}@media screen and (max-width: 767px){.gender-step-module_genderActive__xKChn{transform:scale(1.45)}}.gender-step-module_genderActive__xKChn .gender-step-module_label__bkb-4{transform:scale(.7) translateY(-5px);transform-origin:top center;opacity:1}.gender-step-module_avatar__ujBLl{--avatar-size: 100px;width:var(--avatar-size);height:var(--avatar-size);border-radius:50%;overflow:hidden;margin-bottom:5px;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 767px){.gender-step-module_avatar__ujBLl{--avatar-size: 102px}}.gender-step-module_avatar__ujBLl img,.gender-step-module_avatar__ujBLl svg{width:calc(100% - 1px);height:calc(100% - 1px);border-radius:50%}.gender-step-module_label__bkb-4{font-size:16px;display:inline-block;opacity:.5}.weight-height-step-module_toggle__0kvNL{margin-bottom:30px;border-bottom:1px solid var(--disabled-color)}.weight-height-step-module_toggle__0kvNL>div{margin-bottom:10px}.weight-height-step-module_toggle__0kvNL .form-switch{padding-left:0;min-height:24px;position:relative}.weight-height-step-module_toggle__0kvNL .form-check-label{width:100%}.weight-height-step-module_toggle__0kvNL .form-check-input{position:absolute;right:0;top:3px;margin:0}.weight-height-step-module_fieldsGroup__8NlcL{display:flex;justify-content:space-between}.weight-height-step-module_fieldsGroup__8NlcL .form-group{width:calc(50% - 5px)}.weight-height-step-module_fieldsGroup__8NlcL .form-group .error-message{flex-shrink:1}.activities-intake-form-module_selectableItem__1rXQP{margin-bottom:39px;position:relative;font-size:16px;line-height:19px}.activities-intake-form-module_form__cQhxi div.activities-intake-form-module_formActions__6Lrny button{min-width:auto;flex-basis:48%;margin-left:0;flex-grow:0}.activities-intake-form-module_badge__MdSg1{padding:4px 22px;font-size:14px;border-radius:50px;background:red;position:absolute;top:-20px;left:14px;transition:all .3s;--green: rgba(206, 238, 209, 1);--yellow: rgba(252, 239, 207, 1);--red: rgba(251, 217, 217, 1)}.activities-intake-form-module_badge__MdSg1.activities-intake-form-module_active__6whiU{color:#fff;--green: rgba(0, 180, 18, 1);--yellow: rgb(228, 185, 88);--red: rgb(218, 37, 37)}.activities-intake-form-module_badge__MdSg1.activities-intake-form-module_badge-1__31yg7{background:var(--green)}.activities-intake-form-module_badge__MdSg1.activities-intake-form-module_badge-2__VYK-e{background:var(--yellow)}.activities-intake-form-module_badge__MdSg1.activities-intake-form-module_badge-3__0v5z-{background:var(--red)}.dark .activities-intake-form-module_badge__MdSg1{color:#fff;--green: rgba(26, 87, 32, 1);--yellow: rgba(108, 92, 51, 1);--red: rgba(101, 18, 18, 1)}.discomfort-intake-form-module_limitationsContainer__r-Hx3{position:relative}.discomfort-intake-form-module_limitationsContainer__r-Hx3.discomfort-intake-form-module_full__HjtKq .discomfort-intake-form-module_selectableItem__vioWC:not(.discomfort-intake-form-module_active__EPmUI):not(:first-child){opacity:.6}.discomfort-intake-form-module_selectableItem__vioWC{margin-bottom:10px}.discomfort-intake-form-module_accent__om2Xg{border-top:3px solid var(--accent-color);font-weight:600}.discomfort-intake-form-module_text__tSq8Y h3{font-size:18px}.discomfort-intake-form-module_painRange__Gug4S{margin-top:auto}.discomfort-intake-form-module_painLabel__dsn-q{font-weight:600;margin-bottom:10px}.discomfort-intake-form-module_painDescription__hWZUX{color:var(--light-color);min-height:50px;margin-bottom:0}.discomfort-intake-form-module_selection__LzFvi{font-weight:600;color:var(--sidebar-title-color)}.discomfort-intake-form-module_zoneName__9bjav{font-weight:600;text-align:center}.discomfort-intake-form-module_form__GMJJ8 h1{margin-bottom:15px}.discomfort-intake-form-module_form__GMJJ8 div.discomfort-intake-form-module_formActions__FGCKn button{min-width:auto;flex-basis:48%;margin-left:0;flex-grow:0}.discomfort-intake-form-module_checkbox__Icw8E{margin:25px 0 15px}.discomfort-intake-form-module_delimeter__PZsX4{width:100%;position:relative;text-align:center;margin:0 0 15px}.discomfort-intake-form-module_delimeter__PZsX4:before,.discomfort-intake-form-module_delimeter__PZsX4:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;width:45%;background-color:var(--accent-color)}.discomfort-intake-form-module_delimeter__PZsX4:after{right:0;left:unset}.discomfort-intake-form-module_inputHelp__NS9Tb{display:flex;justify-content:space-between;font-size:14px;opacity:.8;margin-top:5px}.discomfort-intake-form-module_textarea__LNbp2{resize:none}.discomfort-intake-form-module_textarea__LNbp2:focus~.discomfort-intake-form-module_inputHelp__NS9Tb span:first-child{color:var(--accent-color)}.discomfort-intake-form-module_disabled__TfGOn{opacity:.5;pointer-events:none}.discomfort-intake-form-module_bannerTitle__XUowt{font-size:18px;font-weight:600}.discomfort-intake-form-module_bannerTitle__XUowt svg{height:25px}.discomfort-intake-form-module_bannerText__-qwC-{max-width:710px;margin:auto}.discomfort-intake-form-module_error__gNZUc{margin-top:-10px;padding-left:0}.discomfort-intake-form-module_container__86NKx .rw-widget-container{padding:3px 10px 3px 15px!important}@media screen and (max-width: 768px){.discomfort-intake-form-module_container__86NKx .rw-placeholder{font-size:17px}}@media screen and (max-width: 768px){.discomfort-intake-form-module_container__86NKx .rw-dropdown-list-input{padding-top:0;padding-bottom:0}}.zones-list-module_title__gawNK{margin-bottom:10px}.zones-list-module_title__gawNK.active{background-color:var(--selectable-active);color:var(--accent-color);font-weight:600}.zones-list-module_content__MOIPR{display:none}.zones-list-module_content__MOIPR.show{display:block}.zones-list-module_contentInner__J1tKa{padding-left:30px}.zones-images-module_images__EM1E6{display:flex;justify-content:center}.zones-images-module_painImage__AyZIT{--img-size: 180px;width:var(--img-size);margin-top:-10px;margin-bottom:15px;border-radius:50%;overflow:hidden;border-color:var(--accent-color);border-style:solid;border-width:.5px .5px .5px 2px;box-shadow:0 4px 14px #00000012;animation:zones-images-module_slideIn__NsCcg .3s ease-in-out forwards}@media screen and (max-width: 767px){.zones-images-module_painImage__AyZIT{margin-bottom:10px}}.zones-images-module_painImage__AyZIT:not(:first-child){margin-left:-12%}.zones-images-module_painImage__AyZIT img{width:inherit;height:inherit;object-fit:cover;border-radius:50%;transition:all .3s}@keyframes zones-images-module_slideIn__NsCcg{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.input-range-module_input__Q3a9A{--input-size: 32px;--thumb-size: 30px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;width:100%;position:relative;z-index:1}.input-range-module_input__Q3a9A::-webkit-slider-runnable-track{background:none;height:var(--input-size)}.input-range-module_input__Q3a9A::-moz-range-track{background:none;height:var(--input-size)}.input-range-module_input__Q3a9A::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:var(--range-thumb-url);background-repeat:no-repeat;background-size:contain;height:var(--thumb-size);width:var(--thumb-size);border:none;border-radius:50%}.input-range-module_input__Q3a9A::-moz-range-thumb{background-color:transparent;background-image:var(--range-thumb-url);background-repeat:no-repeat;background-size:contain;height:var(--thumb-size);width:var(--thumb-size);border:none;border-radius:50%}.input-range-module_inputBg__-iQ6U{position:absolute;left:0;top:-2px;width:100%;height:100%;pointer-events:none}.input-range-module_inputWrap__kD134{position:relative}.input-range-module_inputNumber__MyqDc{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;-webkit-appearance:none;appearance:none;-moz-appearance:textfield;margin:0 auto 20px;display:block;width:115px;text-align:center;border-color:var(--accent-color);box-shadow:none}@media screen and (max-width: 576px){.input-range-module_inputNumber__MyqDc{font-size:18px}}.input-range-module_inputNumber__MyqDc:-webkit-autofill,.input-range-module_inputNumber__MyqDc:-webkit-autofill:hover,.input-range-module_inputNumber__MyqDc:-webkit-autofill:focus,.input-range-module_inputNumber__MyqDc:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.input-range-module_inputNumber__MyqDc::placeholder{color:#bcbcbc;opacity:1}.input-range-module_inputNumber__MyqDc:focus,.input-range-module_inputNumber__MyqDc:focus-visible{outline:none;border-color:var(--accent-color)}.input-range-module_inputNumber__MyqDc:read-only{background-color:transparent}.input-range-module_inputNumber__MyqDc::-webkit-outer-spin-button,.input-range-module_inputNumber__MyqDc::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}body.light{--range-thumb-url: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cg %3e%3ccircle cx='15' cy='15' r='13.5' stroke-width='3' stroke='%23C83800' fill='%23FFFFFF'/%3e%3c/g%3e%3c/svg%3e");--range-bg-start: #FFFCFC;--range-bg-end: #CA400A}body.dark{--range-thumb-url: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cg %3e%3ccircle cx='15' cy='15' r='13.5' stroke-width='3' stroke='%23C83800' fill='%231C1C1C'/%3e%3c/g%3e%3c/svg%3e");--range-bg-start: #272727;--range-bg-end: #FE4B00}.bottom-banner-module_container__YVpuc{--bg: #F9E4E4;position:fixed;z-index:1100;left:0;right:0;bottom:0;min-height:128px;background:var(--bg);text-align:center;box-sizing:border-box;padding:20px 50px;font-size:16px}.bottom-banner-module_close__96NsI{position:absolute;top:20px;right:30px}.bottom-banner-module_close__96NsI svg{height:25px;width:25px}.dark .bottom-banner-module_container__YVpuc{--bg: #452121}.date-picker-slider-module_container__5d379{width:100%;max-width:610px}.date-picker-slider-module_row__Iii50{padding:0 0 50px}@media screen and (max-width: 575px){.date-picker-slider-module_row__Iii50{padding-bottom:20px}}.date-picker-slider-module_row__Iii50:not(:last-of-type){margin-bottom:25px;border-bottom:1px solid var(--line-color)}.date-picker-slider-module_wrap__yTcNt{--button-url-arrow: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cg %3e%3cpath fill='white' d='M7.70538 12.5029C8.04947 12.842 8.05335 13.3957 7.71405 13.7395C7.37474 14.0834 6.82073 14.0873 6.47664 13.7482L0.260629 7.62263C0.0938768 7.4583 0 7.23404 0 7L2.86102e-06 6.99773L0 6.99543C0 6.72365 0.12399 6.48081 0.318522 6.32032L6.47664 0.251801C6.82073 -0.087286 7.37474 -0.0834093 7.71405 0.26046C8.05335 0.604328 8.04947 1.15797 7.70538 1.49706L3.01375 6.12043L13.1244 6.12043C13.608 6.12043 14 6.51218 14 6.99543C14 7.47868 13.608 7.87043 13.1244 7.87043L3.00447 7.87043L7.70538 12.5029Z' /%3e%3c/g%3e%3c/svg%3e");position:relative;padding:0 35px}@media screen and (max-width: 575px){.date-picker-slider-module_wrap__yTcNt{padding:0;overflow:hidden}}@media screen and (max-width: 575px){.date-picker-slider-module_wrap__yTcNt .swiper{overflow:visible}}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn,.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonPrev__a9rjN{width:30px;height:30px;background-color:var(--accent-color);border-radius:50%;font-size:0;margin:-2px 0 0;top:50%;transform:translateY(-50%);position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer}@media screen and (max-width: 575px){.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn,.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonPrev__a9rjN{display:none}}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn:after,.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonPrev__a9rjN:after{content:"";display:block;width:14px;height:14px;background-image:var(--button-url-arrow)}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn.swiper-button-disabled,.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonPrev__a9rjN.swiper-button-disabled{pointer-events:none;opacity:.5}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn{right:0}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonNext__wXHIn:after{transform:scaleX(-1)}.date-picker-slider-module_wrap__yTcNt .date-picker-slider-module_buttonPrev__a9rjN{left:0}.date-picker-slider-module_subTitle__oPVVl{font-size:18px;margin-bottom:15px}.date-picker-slider-module_itemWrap__rRL6N{text-align:center}.date-picker-slider-module_item__0Gp--{--active-size: 1.25;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:24px;position:relative;padding:0 5px}@media screen and (max-width: 767px){.date-picker-slider-module_item__0Gp--{--active-size: 1.1;font-size:26px}}.date-picker-slider-module_item__0Gp-- .date-picker-slider-module_value__4kGBb{color:#bcbcbc;transition:.3s ease}.date-picker-slider-module_item__0Gp--.date-picker-slider-module_active__if56K .date-picker-slider-module_value__4kGBb{color:var(--accent-color);transform:scale(var(--active-size))}.date-picker-slider-module_item__0Gp--.date-picker-slider-module_disabled__fE-nz{opacity:.5;pointer-events:none}.date-picker-slider-module_itemSmall__S-dFO{font-size:22px}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}@media screen and (max-width: 575px){.dob-step-module_wrap__PL3S-{margin-left:-20px;margin-right:-20px}}@media screen and (min-width: 992px){.success-module_form__sRFXM{display:block}}@media screen and (min-width: 768px){.success-module_form__sRFXM button:only-child{width:auto;min-width:255px;margin:40px auto 0}}.success-module_subHeading__cjrD-{font-size:22px;opacity:.7}@media screen and (max-width: 769px){.success-module_subHeading__cjrD-{font-size:18px}}@font-face{font-family:Roobert;src:url(/assets/roobert-regular-CqDttvWD.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(/assets/roobert-medium-6B3h2UYg.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Roobert;src:url(/assets/roobert-light-p6HTPgfu.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}:root{--app-height: 100vh;--toastify-font-family: $font-family;--green-color: #00B412}body.forgot-password-form-module_dark__FZa47{background:#141414;color:#fff;--body-color: #141414;--main-color: #768181;--main-color-darken-10: rgb(93.6356275304, 102.3643724696, 102.3643724696);--main-color-darken-20: rgb(69.2712550607, 75.7287449393, 75.7287449393);--main-color-lighten-10: rgb(144.2793522267, 153.7206477733, 153.7206477733);--secondary-color: #A3ABAB;--secondary-color-darken-10: rgb(136.3409090909, 146.6590909091, 146.6590909091);--secondary-color-darken-20: rgb(110.7272727273, 121.2727272727, 121.2727272727);--secondary-color-text-color: #1C1C1C;--color-gray-1: #797979;--text-color: #fff;--text-color-alt: #C6C6C6;--button-text-color: #fff;--accent-color: #FE4B00;--accent-color-darken-10: rgb(203, 59.9409448819, 0);--accent-color-darken-20: rgb(152, 44.8818897638, 0);--alert-bg-color: #212220;--alert-text-color: #A9A9A9;--alert-text-color-darken-30: rgb(92.5, 92.5, 92.5);--danger: #E50000;--success: #53b757;--warning: #e3c34d;--primary: rgb(136.3409090909, 146.6590909091, 146.6590909091);--toastify-color-success: #53b757;--toastify-color-error: #E50000;--toastify-color-light: #A3ABAB;--toastify-text-color-light: rgb(69.2712550607, 75.7287449393, 75.7287449393);--card-bg-color: #1C1C1C;--card-bg-color-rgb: 28, 28, 28;--card-border-color: #797979;--tooltip-bg: #FE4B00;--logo-color: #A3ABAB;--title-small-color: #95A98E;--bg-pattern-color: #000;--bg-pattern: url(/assets/bg_pattern_dark-BLwdIwtl.webp);--logo-line-color: white;--sidebar-bg-color: #1C1C1C;--sidebar-title-color: #fff;--sidebar-hr-color: #DEDEDE;--sidebar-border-color: #797979;--sidebar-link-color: #fff;--swither-bg-color: #fff;--swither-bg-color-checked: #fff;--swither-toggle-color: #FE4B00;--input-bg-color: #141414;--input-border-color: #BCBCBC;--input-icon-color: #BCBCBC;--input-help-color: #fff;--notify-bg-color: #1C1C1C;--switcher-bg-circle: #FE4B00;--line-color: #fff;--light-color: #FBFBFB;--back-arrow-color: #fff;--selectable-active: #432C22;--disabled-color: #454545;--bullet-color: #797979;--tab-text-color: #BCBCBC;--gray-color: #fff;--calendar-completed: #1C4E21;--calendar-upcoming: #723419;--calendar-missed: #797979;--gray-border: #797979;--circle-btn-color: #452C21}body.forgot-password-form-module_light__Acgz1{background:#fbfbfb;color:#1c1c1c;--body-color: #FBFBFB;--main-color: #FBFBFB;--main-color-darken-10: rgb(225.5, 225.5, 225.5);--main-color-darken-20: #c8c8c8;--main-color-lighten-10: white;--secondary-color: #606c5e;--secondary-color-darken-10: rgb(71.7623762376, 80.7326732673, 70.2673267327);--secondary-color-darken-20: rgb(47.5247524752, 53.4653465347, 46.5346534653);--secondary-color-text-color: white;--color-gray-1: #454545;--text-color: #1C1C1C;--text-color-alt: #1D1D1B;--button-text-color: white;--accent-color: #c83800;--accent-color-darken-10: rgb(149, 41.72, 0);--accent-color-darken-20: rgb(98, 27.44, 0);--alert-bg-color: #F2F2F2;--alert-text-color: #1D1D1B;--alert-text-color-darken-30: rgb(108.2321428571, 108.2321428571, 100.7678571429);--danger: #E50000;--success: #53b757;--warning: #e3c34d;--primary: rgb(71.7623762376, 80.7326732673, 70.2673267327);--toastify-color-success: #53b757;--toastify-color-error: #c83800;--toastify-color-light: rgb(225.5, 225.5, 225.5);--toastify-text-color-light: rgb(71.7623762376, 80.7326732673, 70.2673267327);--card-bg-color: #fff;--card-bg-color-rgb: 255, 255, 255;--card-border-color: #FBFBFB;--tooltip-bg: white;--logo-color: #FE4B00;--title-small-color: rgb(71.7623762376, 80.7326732673, 70.2673267327);--bg-pattern-color: #e5e5e5;--bg-pattern: url(/assets/bg_pattern_light-bZKIN5dC.webp);--logo-line-color: black;--sidebar-bg-color: #fff;--sidebar-title-color: #454545;--sidebar-hr-color: #DEDEDE;--sidebar-link-color: #797979;--sidebar-border-color: #DEDEDE;--swither-bg-color: #DEDEDE;--swither-bg-color-checked: #F2D0C3;--swither-toggle-color: #fff;--input-bg-color: #FBFBFB;--input-border-color: #DEDEDE;--input-icon-color: #797979;--input-help-color: #797979;--notify-bg-color: rgba(254, 75, 0, .03);--line-color: #BCBCBC;--light-color: #797979;--back-arrow-color: #000;--selectable-active: #F4E0D8;--disabled-color: #DEDEDE;--bullet-color: #BCBCBC;--tab-text-color: #454545;--gray-color: #454545;--calendar-completed: #c9edcc;--calendar-upcoming: #F0D2C6;--calendar-missed: #ececec;--gray-border: #DEDEDE;--circle-btn-color: #F4E0D9}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;font-size:18px;line-height:1.3}a{color:var(--accent-color);text-decoration:none}a:hover{color:var(--accent-color)}small{font-size:18px;line-height:18px}.forgot-password-form-module_fw-bold__KrHnd{font-weight:700}.forgot-password-form-module_fw-600__Pl-y2{font-weight:600}.forgot-password-form-module_fw-normal__cSGG4{font-weight:400}.forgot-password-form-module_fw-light__bcrRu{font-weight:100}.forgot-password-form-module_d-flex-col__272bX{display:flex;flex-direction:column}.forgot-password-form-module_text-lg__njNVB{font-size:52px;line-height:54px}.forgot-password-form-module_text-md__EusNO{font-size:30px;line-height:34px}.forgot-password-form-module_text-sm__-uNmv{font-size:18px;line-height:20px}.forgot-password-form-module_bright-color__Fy-n5{color:var(--accent-color)}.forgot-password-form-module_Toastify__toast-body__o4gOH{line-height:1.3}.forgot-password-form-module_Toastify__toast-container__6Ywz4{font-size:18px;z-index:10000}.forgot-password-form-module_Toastify__toast__LRfJ8{border:1px solid var(--card-border-color);background-color:var(--card-bg-color);color:var(--text-color);border-top-width:5px;border-radius:12px 12px 6px 6px}.forgot-password-form-module_Toastify__toast--info__dXPkL{border-top-color:var(--toastify-color-info)}.forgot-password-form-module_Toastify__toast--error__imY5b{border-top-color:var(--toastify-icon-color-error)}.forgot-password-form-module_Toastify__toast--success__KBho9{border-top-color:var(--toastify-icon-color-success)}.forgot-password-form-module_Toastify__toast-icon__J9wxF{align-self:baseline;margin-top:4px}.forgot-password-form-module_Toastify__close-button__lX7Qt{line-height:1}.forgot-password-form-module_Toastify__close-button--light__E2iiK{color:var(--text-color);opacity:.5}.forgot-password-form-module_tooltip__NCzpu{--bs-tooltip-bg: var(--card-bg-color) !important;--bs-tooltip-color: var(--text-color) !important;--bs-tooltip-max-width: 260px !important;--bs-tooltip-zindex: 9999 !important;--bs-tooltip-arrow-height: 10px !important;position:absolute;opacity:1!important}@media screen and (max-width: 992px){.forgot-password-form-module_tooltip__NCzpu{--bs-tooltip-max-width: 230px !important}}.forgot-password-form-module_tooltip__NCzpu .forgot-password-form-module_tooltip-inner__dZL5M{box-shadow:0 0 4px #00000026;border-radius:4px;padding:10px;text-align:left;font-weight:400;font-size:16px;line-height:18px;font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--accent-color)}@media screen and (max-width: 768px){.forgot-password-form-module_tooltip__NCzpu .forgot-password-form-module_tooltip-inner__dZL5M{font-size:14px;line-height:15px}}.forgot-password-form-module_tooltip__NCzpu .forgot-password-form-module_tooltip-arrow__LEzrz:before{background-color:var(--card-bg-color);width:14px;height:14px;border-right:0!important;border-bottom:0!important;border-left:1px solid var(--accent-color)!important;border-top:1px solid var(--accent-color)!important}.forgot-password-form-module_bs-tooltip-bottom__gkY83 .forgot-password-form-module_tooltip-arrow__LEzrz:before,.forgot-password-form-module_bs-tooltip-auto__7pbOh[data-popper-placement^=bottom] .forgot-password-form-module_tooltip-arrow__LEzrz:before{transform:rotate(45deg);bottom:-7px!important}.forgot-password-form-module_bs-tooltip-top__xZFey .forgot-password-form-module_tooltip-arrow__LEzrz:before,.forgot-password-form-module_bs-tooltip-auto__7pbOh[data-popper-placement^=top] .forgot-password-form-module_tooltip-arrow__LEzrz:before{transform:rotate(225deg);top:-7px!important}.forgot-password-form-module_tooltip-icon__QXGYE{width:16px;height:16px;border-radius:50%;border:1px solid var(--accent-color);color:var(--accent-color);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;cursor:pointer;line-height:20px}.forgot-password-form-module_error-color__2mcdz{color:var(--toastify-color-error)}.forgot-password-form-module_z-over__luWOt{z-index:99999!important}.forgot-password-form-module_empty-text__9Xjwc{color:var(--text-color);font-size:22px}@media screen and (max-width: 768px){.forgot-password-form-module_empty-text__9Xjwc{font-size:18px}}.forgot-password-form-module_empty-text__9Xjwc p{margin-bottom:0}.forgot-password-form-module_text-list__M-DZD{list-style:none;padding:0}.forgot-password-form-module_text-list__M-DZD li:before{content:"•";font-family:Times New Roman;color:var(--accent-color);font-weight:700;display:inline-block;width:20px;margin-left:-20px;font-size:xx-large;line-height:inherit;vertical-align:top}.forgot-password-form-module_swiper__O4twG .forgot-password-form-module_swiper-button-next__Cg-gQ,.forgot-password-form-module_swiper__O4twG .forgot-password-form-module_swiper-button-prev__zTOvA{--swiper-navigation-color: var(--accent-color)}.forgot-password-form-module_swiper-pagination__oTLAG{display:flex;align-items:center;justify-content:center}.forgot-password-form-module_swiper-pagination__oTLAG .forgot-password-form-module_swiper-pagination-bullet__5G1nI{background-color:var(--disabled-color);width:30px;height:4px;border-radius:15px;margin:0 2px;cursor:pointer;position:relative;opacity:1}.forgot-password-form-module_swiper-pagination__oTLAG .forgot-password-form-module_swiper-pagination-bullet__5G1nI:before{content:"";display:block;position:absolute;left:0;top:50%;transform:translate(-50%);width:100%;height:calc(100% + 16px)}.forgot-password-form-module_swiper-pagination__oTLAG .forgot-password-form-module_swiper-pagination-bullet-active__5FhoA{opacity:1;background-color:var(--accent-color);width:46px;height:6px;pointer-events:none}.forgot-password-form-module_responsive-img__-5LPr{max-width:100%;height:auto}body.forgot-password-form-module_pwa-ios__v08gs{--top-space: env(safe-area-inset-top, 40px);--space-mobile: calc(var(--top-space) + env(safe-area-inset-bottom));padding:var(--top-space) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)!important}body.forgot-password-form-module_pwa-ios__v08gs .forgot-password-form-module_Toastify__toast-container--top-right__TGNhg{top:calc(var(--top-space) + 5px)}body.forgot-password-form-module_pwa-ios__v08gs .forgot-password-form-module_phy-personal-report__8Rwjg>div{transform:translateY(-3px)}@supports (padding-top: constant(safe-area-inset-top)){body.forgot-password-form-module_pwa-ios__v08gs{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}.forgot-password-form-module_wrap__hm-Ji{padding:30px 20px}.forgot-password-form-module_logo__naYCp{width:160px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.forgot-password-form-module_logo__naYCp{width:120px;margin-bottom:30px}}.forgot-password-form-module_form__t6ZWl{display:flex;flex-direction:column}.forgot-password-form-module_btnWrap__fypke{margin-top:auto}.forgot-password-form-module_card__n2Ioa{background:var(--secondary-color)}.change-password-form-module_form__fj7YS{display:flex;flex-direction:column}.change-password-form-module_links__RZJWY{padding-top:10px;font-size:.7rem}.change-password-form-module_link__9VY9Q{margin-left:10px}.change-password-form-module_link__9VY9Q.change-password-form-module_disabled__AIL4v{pointer-events:none;text-decoration:none}.change-password-form-module_btnWrap__Cn59r{margin-top:auto}.change-password-screen-module_backBtnHeader__cKRJI{display:none;position:absolute;top:20px;right:20px}@media screen and (max-width: 768px){.change-password-screen-module_backBtnHeader__cKRJI{display:block}}.change-password-screen-module_formCard__oEdgq{max-width:440px;padding-left:20px;padding-right:20px}@media screen and (max-width: 767px){.change-password-screen-module_formCardImg__ip4zA svg{max-width:250px}}.confirm-form-module_form__9Zue8{display:flex;flex-direction:column}.confirm-form-module_btnWrap__vlJMR{display:flex;margin-top:auto}.confirm-form-module_btnWrap__vlJMR>*{flex-grow:1}.confirm-form-module_btn__b7ZMV{font-size:1rem;margin-right:20px}.confirm-form-module_text__OL6eg{font-size:14px}.update-form-module_title__RIWnY{font-size:18px;margin-bottom:20px}.update-form-module_form__cGeBr{display:flex;flex-direction:column}.update-form-module_btnWrap__-J9T-{display:flex;margin-top:auto}.update-form-module_btnWrap__-J9T->*{flex-grow:1}.update-form-module_toggleLabel__sNHC7{font-size:15px}.update-form-module_saveBtnWrapper__egdAO{display:flex;justify-content:center}.update-form-module_saveBtn__2bHre{width:100px}.update-form-module_backBtn__SWHac{cursor:pointer}.update-form-module_backBtn__SWHac:hover{text-decoration:underline}.verify-code-form-module_form__tL2r6{max-width:400px;margin-left:auto;margin-right:auto}.verify-code-form-module_logo__g32ve{width:100px;height:60px;margin:0 auto 45px;display:block}@media screen and (max-width: 767px){.verify-code-form-module_logo__g32ve{width:90px;height:54px;margin-bottom:30px}}.verify-code-form-module_subHead__tuWsb{font-size:22px;margin-bottom:35px}@media screen and (max-width: 767px){.verify-code-form-module_subHead__tuWsb{font-size:18px}}.verify-code-form-module_links__rre7p{font-size:18px}@media screen and (max-width: 767px){.verify-code-form-module_links__rre7p{font-size:16px}}.verify-code-form-module_link__YnqHP{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h);margin-left:10px}@media screen and (min-width: 1200px){.verify-code-form-module_link__YnqHP{transition:background-size .35s}.verify-code-form-module_link__YnqHP:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.verify-code-form-module_link__YnqHP.verify-code-form-module_disabled__MVcS2{pointer-events:none;text-decoration:none;color:var(--text-color);opacity:.3;background:none;padding-bottom:0}.verify-code-form-module_codeInputContainer__-7zLq{display:flex!important;justify-content:center}.verify-code-form-module_codeInputContainer__-7zLq>input{min-width:78px}@media screen and (max-width: 768px){.verify-code-form-module_codeInputContainer__-7zLq>input{min-width:42px}}.email-verification-screen-module_content__xPFVG{position:relative;min-height:80vh;display:flex;flex-direction:column;justify-content:center}.email-verification-screen-module_btn__3QGJS{min-width:200px}.email-verification-screen-module_infoImg__f7J--{max-width:100%;height:auto;margin-bottom:32px}.payment-plans-screen-module_container__MR8fN{display:flex;flex-direction:column}.payment-plans-screen-module_container__MR8fN .payment-plans-screen-module_planDesc__2MUJo{font-size:18px;line-height:20px;display:flex;flex-direction:column;margin-top:10px}.payment-plans-screen-module_container__MR8fN .payment-plans-screen-module_btnWrap__NqVYK{margin-top:auto}.payment-subscription-screen-module_container__awM-O{display:flex;flex-direction:column;position:relative}.payment-subscription-screen-module_container__awM-O .payment-subscription-screen-module_btnWrap__LaVOe{margin-top:auto}@media screen and (min-width: 768px){.payment-subscription-screen-module_title__KCJsO{padding:0}}@media screen and (min-width: 576px){.payment-subscription-screen-module_title__KCJsO{text-align:center}}.card-data-module_title__3O7fU{font-weight:700;color:#a3abab;font-size:26px}.card-data-module_value__E9M1l{font-size:26px}.card-data-module_brand__-1HUK{margin-right:10px}.card-data-module_button__MxJlC{font-size:18px}.checkout-form-module_input__lbTnu{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px}@media screen and (max-width: 576px){.checkout-form-module_input__lbTnu{font-size:18px}}.checkout-form-module_input__lbTnu:-webkit-autofill,.checkout-form-module_input__lbTnu:-webkit-autofill:hover,.checkout-form-module_input__lbTnu:-webkit-autofill:focus,.checkout-form-module_input__lbTnu:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.checkout-form-module_input__lbTnu::placeholder{color:#bcbcbc;opacity:1}.checkout-form-module_input__lbTnu:focus,.checkout-form-module_input__lbTnu:focus-visible{outline:none;border-color:var(--accent-color)}.checkout-form-module_input__lbTnu:read-only{background-color:transparent}.checkout-form-module_input__lbTnu:focus,.checkout-form-module_input__lbTnu:focus-visible{background:transparent;border-radius:30px;border:1px solid var(--input-border-color);font-size:18px;transition:all .3s;position:relative;color:var(--text-color);box-shadow:0 0 4px #00000012;padding:3px 24px;height:48px;outline:none;border-color:var(--accent-color)}@media screen and (max-width: 576px){.checkout-form-module_input__lbTnu:focus,.checkout-form-module_input__lbTnu:focus-visible{font-size:18px}}.checkout-form-module_input__lbTnu:focus:-webkit-autofill,.checkout-form-module_input__lbTnu:focus:-webkit-autofill:hover,.checkout-form-module_input__lbTnu:focus:-webkit-autofill:focus,.checkout-form-module_input__lbTnu:focus:-webkit-autofill:active,.checkout-form-module_input__lbTnu:focus-visible:-webkit-autofill,.checkout-form-module_input__lbTnu:focus-visible:-webkit-autofill:hover,.checkout-form-module_input__lbTnu:focus-visible:-webkit-autofill:focus,.checkout-form-module_input__lbTnu:focus-visible:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--secondary-color)!important}.checkout-form-module_input__lbTnu:focus::placeholder,.checkout-form-module_input__lbTnu:focus-visible::placeholder{color:#bcbcbc;opacity:1}.checkout-form-module_input__lbTnu:focus:focus,.checkout-form-module_input__lbTnu:focus:focus-visible,.checkout-form-module_input__lbTnu:focus-visible:focus,.checkout-form-module_input__lbTnu:focus-visible:focus-visible{outline:none;border-color:var(--accent-color)}.checkout-form-module_input__lbTnu:focus:read-only,.checkout-form-module_input__lbTnu:focus-visible:read-only{background-color:transparent}.checkout-form-module_cardInput__sJLua{border-bottom:1px solid var(--text-color)}.invoice-success-modal-module_text__iFptQ{line-height:1.4}@media screen and (max-width: 1200px){.invoice-success-modal-module_text__iFptQ{width:90%!important}}.invoice-success-modal-module_text__iFptQ h2,.invoice-success-modal-module_text__iFptQ h3{font-weight:600;margin-bottom:1rem}.invoice-success-modal-module_text__iFptQ h2{font-size:40px}@media screen and (max-width: 768px){.invoice-success-modal-module_text__iFptQ h2{font-size:36px}}.invoice-success-modal-module_text__iFptQ h3{font-size:36px}@media screen and (max-width: 768px){.invoice-success-modal-module_text__iFptQ h3{font-size:32px}}.invoice-success-modal-module_text__iFptQ p{font-size:32px}@media screen and (max-width: 768px){.invoice-success-modal-module_text__iFptQ p{font-size:28px}}.invoice-success-modal-module_text__iFptQ a{color:var(--accent-color)}.invoice-success-modal-module_text__iFptQ ul{text-align:left;font-size:28px;max-width:600px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.invoice-success-modal-module_text__iFptQ ul{font-size:24px}}.invoice-success-modal-module_subTitle__-4KId{font-size:22px;color:var(--input-icon-color);margin-bottom:20px}@media screen and (max-width: 767px){.invoice-success-modal-module_subTitle__-4KId{font-size:18px}}.invoice-success-modal-module_actions__Gzv5N{justify-content:center}@media screen and (min-width: 768px){.invoice-success-modal-module_actions__Gzv5N button{min-width:256px}.invoice-success-modal-module_actions__Gzv5N button:only-child{width:auto}}.payment-change-card-screen-module_container__rQVP-{display:flex;flex-direction:column;position:relative}.payment-change-card-screen-module_container__rQVP- .payment-change-card-screen-module_btnWrap__G9LSl{margin-top:auto}@media screen and (min-width: 768px){.payment-change-card-screen-module_title__-BxTX{padding:0}}@media screen and (min-width: 576px){.payment-change-card-screen-module_title__-BxTX{text-align:center}}.payment-provider-form-module_disabled__KItDE{opacity:.5;cursor:not-allowed}.payment-provider-form-module_disabled__KItDE .payment-provider-form-module_cardBtn__UHUmZ{pointer-events:none}.payment-provider-form-module_price__SaPqv{color:var(--accent-color)}.payment-provider-form-module_title__eYFdb{font-size:16px;color:var(--input-icon-color)}.payment-provider-form-module_heading__cWKJ8{font-size:20px;line-height:normal;text-align:left;margin-bottom:10px;font-weight:600}.payment-provider-form-module_card__so5--{min-height:auto;box-shadow:0 4px 4px #0000001a;margin-bottom:16px;border-right:0;border-bottom:0;border-top:0}@media screen and (max-width: 991px){.payment-provider-form-module_card__so5--{padding:20px}}.payment-provider-form-module_cardHeading__70CHR{margin-bottom:0;font-size:28px}@media screen and (max-width: 991px){.payment-provider-form-module_cardHeading__70CHR{font-size:24px}}.payment-provider-form-module_cardBtn__UHUmZ{margin-top:10px}.payment-provider-form-module_cardBtn__UHUmZ .payment-provider-form-module_arrow__jWB8X{transform:scaleX(-1);margin-left:12px}.payment-provider-form-module_cardText__RRwki{font-size:16px;margin-bottom:0}.payment-one-time-form-module_heading__t1cky{font-size:24px;margin-bottom:25px;padding-top:10px}@media screen and (max-width: 991px){.payment-one-time-form-module_heading__t1cky{font-size:22px;margin-bottom:20px}}.payment-one-time-form-module_formWrap__h3efi{position:relative}.payment-one-time-form-module_formWrap__h3efi form{padding:20px 40px 30px;width:100%;margin:0 auto;background-color:var(--card-bg-color);border:1px solid var(--disabled-color)}@media screen and (max-width: 767px){.payment-one-time-form-module_formWrap__h3efi form{padding:15px 12px}}.payment-one-time-form-module_actions__PsfJF{max-width:100%}.payment-credits-form-module_formWrap__FLcO9{flex-grow:1}.payment-credits-form-module_heading__qJOTQ{font-size:24px;max-width:440px;margin-left:auto;margin-right:auto}.payment-credits-form-module_actions__Cwtvr{max-width:100%}.payment-credits-form-module_note__V6yD-{display:inline-block;margin-top:10px}.invoice-sidebar-module_sidebar__BHquG{--sidebar-height-mob: 190px;padding-top:80px;animation:.4s ease-out 0s 1 invoice-sidebar-module_slideInFromLeft__Zdwe3}@media screen and (min-width: 992px){.invoice-sidebar-module_sidebar__BHquG{padding:clamp(30px,2.9vw,48px) clamp(20px,2.4vw,40px);background-image:url(/assets/signup-sidebar-bg-Do-Y3zCS.png);background-color:#1c1c1c;background-size:cover;background-repeat:no-repeat;background-position:center right;width:24.375%;flex-shrink:0;position:fixed;top:0;height:100%;left:0;color:#fff}.invoice-sidebar-module_sidebar__BHquG~main{width:75.625%;max-width:75.625%}}@media screen and (max-width: 991px){.invoice-sidebar-module_sidebar__BHquG{padding:110px 20px 10px}.invoice-sidebar-module_sidebar__BHquG~main{padding-top:0}}.invoice-sidebar-module_logo__QUDpT{width:100px;height:60px;margin:0 0 clamp(30px,5vw,75px);display:block}@media screen and (max-width: 991px){.invoice-sidebar-module_logo__QUDpT{width:70px;height:42px;margin:0;position:absolute;left:18px;top:15px}}.invoice-sidebar-module_logo__QUDpT svg{width:inherit;height:inherit}.invoice-sidebar-module_title__UTPMH{font-size:32px;font-weight:600;margin-bottom:20px}@media screen and (max-width: 1199px){.invoice-sidebar-module_title__UTPMH{font-size:24px;margin-bottom:15px}}.invoice-sidebar-module_text__SmmOR{font-size:22px}@media screen and (max-width: 1199px){.invoice-sidebar-module_text__SmmOR{font-size:18px}}.invoice-sidebar-module_text__SmmOR p{margin-bottom:15px;line-height:1.2}@media screen and (max-width: 991px){.invoice-sidebar-module_text__SmmOR p{margin-bottom:10px}}.invoice-sidebar-module_text__SmmOR p:last-child{margin-bottom:0}.invoice-sidebar-module_text__SmmOR a{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h)}@media screen and (min-width: 1200px){.invoice-sidebar-module_text__SmmOR a{transition:background-size .35s}.invoice-sidebar-module_text__SmmOR a:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.invoice-therme-module_container__DgLf8{padding:20px 20px 35px;display:flex;flex-direction:column;flex-grow:1}.invoice-therme-module_logo__aqokH{width:165px;height:80px}@media screen and (max-width: 991px){.invoice-therme-module_logo__aqokH{width:115px;height:54px}}.invoice-default-module_container__xJSW3{padding:20px 20px 35px;display:flex;flex-direction:column;flex-grow:1}.payment-product-form-module_container__AAhEi{--item-width: 370px;padding:0 20px}@media screen and (max-width: 1199px){.payment-product-form-module_container__AAhEi{padding-right:0;padding-left:0;margin-right:-20px;overflow:hidden}}@media screen and (min-width: 650px){.payment-product-form-module_container__AAhEi.payment-product-form-module_itemsCenter__UxYuZ .swiper-wrapper{justify-content:center}}@media screen and (min-width: 1200px){.payment-product-form-module_container__AAhEi.payment-product-form-module_itemsCenter__UxYuZ .swiper-slide{min-width:var(--item-width)}}@media screen and (max-width: 1199px){.payment-product-form-module_container__AAhEi.payment-product-form-module_onlyChild__Sdg2A{margin-right:0}.payment-product-form-module_container__AAhEi.payment-product-form-module_onlyChild__Sdg2A .payment-product-form-module_wrap__I6lLw{max-width:100%}}@media screen and (max-width: 1199px){.payment-product-form-module_container__AAhEi .swiper{overflow:visible}}.payment-product-form-module_container__AAhEi .swiper-pagination{position:static;padding-top:15px}@media screen and (max-width: 1199px){.payment-product-form-module_wrap__I6lLw{max-width:calc(100% - 25px)}}.payment-product-form-module_card__swd-Y{display:flex;flex-direction:column;width:100%;border-right:0;border-bottom:0;border-top:0;margin-bottom:0;padding:10px 10px 30px;box-shadow:0 0 4px #00000005}.payment-product-form-module_img__rlNZl{padding-bottom:20px;margin-bottom:20px;position:relative;text-align:center}.payment-product-form-module_img__rlNZl:before{content:"";display:block;width:calc(100% - 30px);height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:var(--disabled-color)}.payment-product-form-module_img__rlNZl img{max-width:100%;height:auto}.payment-product-form-module_icon__1zdtF{text-align:center}.payment-product-form-module_icon__1zdtF svg{margin-bottom:20px}.payment-product-form-module_icon__1zdtF h4,.payment-product-form-module_icon__1zdtF h5{font-weight:600}.payment-product-form-module_itemWrap__WdMyY{height:auto;display:flex;padding:4px}.payment-product-form-module_itemWrap__WdMyY:only-child{margin-left:auto!important;margin-right:auto!important;width:100%!important;max-width:var(--item-width)}.payment-product-form-module_footer__gV-C2{margin-top:auto}.payment-product-form-module_moreBtn__CeiGC{text-align:center;position:relative;padding-bottom:20px}.payment-product-form-module_moreBtn__CeiGC:before{content:"";display:block;width:calc(100% - 30px);height:1px;position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:var(--disabled-color)}.payment-product-form-module_moreBtn__CeiGC a{font-weight:600}.payment-product-form-module_action__e2G6-{padding-top:30px}.payment-product-form-module_action__e2G6- button{width:100%;background-color:var(--card-bg-color)}.payment-product-form-module_action__e2G6- .payment-product-form-module_arrow__RboiR{transform:scaleX(-1);margin-left:12px}.payment-product-form-module_feature__MDsxI{list-style:none;position:relative;margin-bottom:15px;transition:all .3s ease-in-out;max-height:100px;opacity:1}.payment-product-form-module_feature__MDsxI.payment-product-form-module_hidden__xIXpy{max-height:0;opacity:0;margin-bottom:0;pointer-events:none}.payment-product-form-module_feature__MDsxI.payment-product-form-module_disabled__8hc2j span{color:var(--color-gray-1)}.payment-product-form-module_feature__MDsxI.payment-product-form-module_disabled__8hc2j .payment-product-form-module_icon__1zdtF{color:var(--danger);margin-left:3px}.payment-product-form-module_feature__MDsxI .payment-product-form-module_icon__1zdtF{position:absolute;top:0;left:-30px;color:var(--success)}.payment-product-form-module_feature__MDsxI .payment-product-form-module_icon__1zdtF[data-icon=check]{width:14px;height:14px;margin-top:4px;margin-left:2px}.payment-product-form-module_name__p1vf5{font-size:28px}.payment-product-form-module_price__buczd{color:var(--accent-color);font-size:28px;margin-bottom:20px}.payment-product-form-module_tax__Vhkqm{vertical-align:middle;font-size:20px}@keyframes payment-product-form-module_show__ddD-G{0%{opacity:0;max-height:0;transform:translateY(10px)}to{opacity:1;max-height:100px;transform:translateY(0)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.selectable-column-module_item__386T4{display:flex;flex-direction:column}.selectable-column-module_item__386T4 .selectable-column-module_itemContent__Jxk6F{min-height:200px;margin-bottom:40px;display:flex;flex-direction:column;flex-grow:1}.selectable-column-module_item__386T4 .selectable-column-module_button__3Bi35{height:48px;text-align:left;font-size:18px}.selectable-column-module_item__386T4 .selectable-column-module_button__3Bi35 .icon{width:15px;height:20px}.services-list-module_container__zuUaR{margin-top:50px;margin-bottom:50px}.services-list-module_container__zuUaR .services-list-module_service__WKKlA{border-right:1px solid var(--line-color);min-height:300px}@media screen and (max-width: 991px){.services-list-module_container__zuUaR .services-list-module_service__WKKlA{border-right:none;border-bottom:1px solid var(--text-color);padding-top:30px;padding-bottom:30px}}.services-list-module_container__zuUaR .services-list-module_service__WKKlA:last-child{border-right:none;border-bottom:none}.services-list-module_container__zuUaR .services-list-module_service__WKKlA p{margin-bottom:10px}.services-list-module_container__zuUaR .services-list-module_service__WKKlA .services-list-module_step__65Rf7{color:var(--accent-color)!important;display:block;font-size:30px;line-height:34px;margin-bottom:10px}.services-list-module_container__zuUaR .services-list-module_service__WKKlA .services-list-module_title__KIWBm{font-weight:400;font-size:24px;line-height:34px -6}.services-list-module_container__zuUaR .services-list-module_service__WKKlA .services-list-module_duration__m7koJ{font-size:18px;margin-top:auto}.services-list-module_container__zuUaR .services-list-module_service__WKKlA .services-list-module_desc__9whM9{font-size:18px;line-height:24px}.appointment-booking-module_heading__WYNYw{margin-bottom:20px;font-size:30px;line-height:34px;color:var(--sidebar-link-color)}.appointment-booking-module_toggle__hch6g{min-height:initial;margin-bottom:0}.appointment-booking-module_clinics__1N5fa{min-width:300px;margin:50px 0}@media screen and (min-width: 1200px){.appointment-booking-module_clinics__1N5fa{width:50%}}.appointment-booking-module_widgetWrapper__7aT0k{position:relative}.appointment-booking-module_timezone__J8MOZ{font-weight:700}.providers-list-module_container__k5FZ3{position:relative}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn{border-right:1px solid var(--line-color);min-height:300px;margin-bottom:50px}@media screen and (max-width: 768px){.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn{border-right:none;border-bottom:1px solid var(--line-color);padding-top:30px;padding-bottom:30px}}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn:last-child{border-right:none;border-bottom:none}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn p{margin-bottom:10px}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn .providers-list-module_title__7B7Om{font-weight:400;font-size:30px;line-height:34px}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn .providers-list-module_desc__UFPZt{font-size:18px}.providers-list-module_container__k5FZ3 .providers-list-module_item__qoBgn .providers-list-module_desc__UFPZt a{text-decoration:none}.providers-list-module_preview__Y0MBb{height:200px;margin-bottom:50px}.providers-list-module_preview__Y0MBb img{border-radius:5px;height:100%}.providers-list-module_avatar__AQBmN{margin-bottom:20px;display:flex;justify-content:center;height:180px;width:180px}.providers-list-module_avatar__AQBmN img{border-radius:92px;object-fit:cover;width:100%;height:100%}.providers-list-module_avatar__AQBmN .providers-list-module_placeholder__hA-WZ{border-radius:0}.providers-list-module_description__UC2fe{text-align:justify!important}.confirmation-module_content__Giq5J{width:40%!important}.confirmation-details-module_heading__zs4X2{font-weight:400;font-size:30px;line-height:34px;margin-bottom:1rem}.confirmation-details-module_row__G82xG{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.confirmation-details-module_row__G82xG{flex-direction:column;margin-bottom:30px}}.confirmation-details-module_proceedBtn__zUEMW{display:block;width:100%;max-width:700px;min-width:250px;margin:50px auto}.confirmation-details-module_expiration__B1bY4{text-align:center;font-size:24px}.confirmation-topics-module_listItem__Fe8fz{border:1px solid #FE4B00;border-radius:6px;margin-right:18px;margin-bottom:10px;font-size:16px;line-height:18px;padding:10px}.confirmation-topics-module_listItem__Fe8fz:last-child{margin-right:0}.confirmation-topics-module_listItem__Fe8fz:hover{cursor:pointer}.confirmation-topics-module_listItem__Fe8fz.confirmation-topics-module_active__gQWWO{background-color:#fe4b00;color:#fff}.confirmation-topics-module_check__FYVvQ{color:var(--alert-text-color)}.confirmation-topics-module_listContainer__3XKSv{font-size:18px;display:flex;flex-wrap:wrap;justify-content:center;padding:10px 5px}.confirmation-topics-module_proceedBtn__xxRRi{display:block;width:100%;max-width:300px;min-width:250px;margin:50px auto}.confirmation-topics-module_modalContainer__-PYpc{overflow:scroll}.confirmation-topics-module_expiration__kAWb9{text-align:center;font-size:24px}.page-item-module_item__9Og2o{list-style:none;width:28px;height:28px;line-height:28px;font-size:16px;border-radius:50%;border:1px solid grey;display:flex;justify-content:center}.page-item-module_item__9Og2o:not(:last-child){margin-right:10px}.page-item-module_item__9Og2o.page-item-module_active__1PJD-{border-color:var(--accent-color)}.page-item-module_item__9Og2o a{width:100%;text-align:center;color:var(--text-color)}.pagination-module_pagination__xz35Y{margin-bottom:0;display:flex}.list-view-module_headerCell__El-IP,.list-view-module_gridCell__iTcq6{vertical-align:middle!important;border:none}.list-view-module_empty__Np-uf{border:none;font-size:20px;color:var(--text-color)}@media screen and (max-width: 767px){.list-view-module_empty__Np-uf{font-size:18px}}.list-view-module_card__xQAXu{background:none;border:none}.list-view-module_cardHeader__dQRYb,.list-view-module_cardFooter__aLN-8{background:none}.list-view-module_cardBody__9b-tY{background:none;overflow-x:auto}.grid-info-module_gridInfo__CFp8e{padding-top:.9rem}.appointment-list-module_gridRow__OIgzS{border-bottom:1px solid var(--line-color);color:var(--text-color)}@media screen and (max-width: 768px){.appointment-list-module_gridRow__OIgzS{margin-bottom:30px}}.appointment-list-module_gridRow__OIgzS:last-child{border:none}.appointment-list-module_gridCell__1pmDq{margin:25px 0!important}.appointment-list-module_gridCell__1pmDq+.appointment-list-module_gridCell__1pmDq{margin-top:5px!important}@media screen and (max-width: 768px){.appointment-list-module_gridCell__1pmDq{margin:0!important;padding:10px;text-align:left!important}}.appointment-list-module_gridCell__1pmDq:last-child{text-align:right;padding:0}@media screen and (max-width: 768px){.appointment-list-module_gridCell__1pmDq:last-child{padding-bottom:25px}}.appointment-list-module_titleCell__-SfwF{font-size:24px;font-weight:600}.appointment-list-module_infoCell__D01dy{font-size:18px;line-height:1.9}.appointment-list-module_celRow__u2qJn{margin-top:-10px}@media screen and (max-width: 1200px){.actions-column-module_container__3ad8f{flex-wrap:wrap}}.actions-column-module_container__3ad8f .actions-column-module_proceedBtnHolder__TR3aT{padding-right:15px}@media screen and (max-width: 1200px) and (min-width: 769px){.actions-column-module_container__3ad8f .actions-column-module_proceedBtnHolder__TR3aT{flex-wrap:wrap;margin-bottom:15px}}@media screen and (max-width: 768px){.actions-column-module_container__3ad8f .actions-column-module_proceedBtnHolder__TR3aT{margin-bottom:15px}}.actions-column-module_container__3ad8f .actions-column-module_proceedBtnHolder__TR3aT:last-child{padding-right:0}.actions-column-module_container__3ad8f .actions-column-module_proceedBtnHolder__TR3aT .actions-column-module_proceedBtn__fx1Tx{max-height:55px}.reschedule-modal-module_expiration__GhYxg{text-align:center;font-size:24px}.reschedule-modal-module_confirmation__2YCXw .reschedule-modal-module_buttons__s1wej{display:flex;justify-content:center}.reschedule-modal-module_confirmation__2YCXw .reschedule-modal-module_buttons__s1wej button{width:200px}.reschedule-modal-module_confirmation__2YCXw .reschedule-modal-module_buttons__s1wej button:not(:last-child){margin-right:50px}.reschedule-modal-module_alertContainer__Aqd4r{overflow-y:auto}.reschedule-modal-module_alertContent__2vI7p{margin-top:100px}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability,.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-weekdays .onsched-calendar-col.dow{color:var(--alert-text-color)}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-calendar-col button{color:var(--alert-text-color)!important}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-calendar-col button:hover,.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .display-times button.day.selected{color:var(--text-color)!important}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-calendar-col button:disabled{color:var(--alert-text-color)!important;opacity:.5}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-available-times .onsched-chip{color:var(--alert-text-color);border:1px solid var(--alert-text-color)}.reschedule-modal-module_alertContent__2vI7p .onsched-container.onsched-availability .onsched-available-times .onsched-chip:hover{background-color:var(--secondary-color);color:var(--text-color)}.cancel-modal-module_content__A8azt .cancel-modal-module_confirmation__X74ac .cancel-modal-module_buttons__XoXLH{display:flex;justify-content:center}.cancel-modal-module_content__A8azt .cancel-modal-module_confirmation__X74ac .cancel-modal-module_buttons__XoXLH button{width:200px}.cancel-modal-module_content__A8azt .cancel-modal-module_confirmation__X74ac .cancel-modal-module_buttons__XoXLH button:not(:last-child){margin-right:50px}.feedback-modal-module_showButton__OysVI{cursor:pointer;color:var(--accent-color)}.feedback-modal-module_heading__pygXI{font-size:36px}.feedback-modal-module_modalList__OdHtS{font-size:18px;text-align:left}@media screen and (max-width: 767px){.feedback-modal-module_hideSm__2JaLP{display:none}}.feedback-modal-module_showSm__pCHdo{display:none}@media screen and (max-width: 767px){.feedback-modal-module_showSm__pCHdo{display:block}}.feedback-modal-module_modalContent__XtfUo{width:60%!important}@media screen and (max-width: 1000px){.feedback-modal-module_modalContent__XtfUo{width:80%!important}}.feedback-modal-module_label__9e5Jh{font-size:20px;font-weight:700}.detail-info-module_modalContent__ad58G h2{margin-bottom:1rem;font-size:30px}@media screen and (max-width: 768px){.detail-info-module_modalContent__ad58G h2{font-size:22px}}.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB{flex-direction:column;margin-bottom:30px}}.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_qrcode__a38ep{margin-top:5px;min-width:160px;max-width:240px}@media screen and (max-width: 768px){.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_qrcode__a38ep{max-width:200px}}.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_topicsContainer__DcWKR{display:flex;flex-direction:column;align-items:flex-end}@media screen and (max-width: 768px){.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_topicsContainer__DcWKR{align-items:center;padding-top:10px}}.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_topic__HbNcS{padding:15px;border:1px solid rgb(136.3409090909,146.6590909091,146.6590909091);border-radius:30px;margin-bottom:15px;margin-right:15px;width:fit-content;min-width:180px;text-align:center}@media screen and (max-width: 768px){.detail-info-module_modalContent__ad58G .detail-info-module_row__BtMDB .detail-info-module_topic__HbNcS{padding:10px;border-radius:20px;margin-bottom:10px;margin-right:10px}}.detail-info-module_content__K3cMj{width:40%!important}.detail-info-module_proceedBtn__Wk4vu{display:block;width:100%;max-width:700px;min-width:250px;margin:50px auto}.detail-info-module_expiration__voW1X{text-align:center;font-size:24px}.appointment-feedback-module_title__jINTG{font-weight:600;font-size:32px;margin-bottom:10px}.appointment-feedback-module_description__T47hq{font-size:20px;margin-bottom:15px}.appointment-feedback-module_avatar__HlvrT{display:flex;justify-content:center;align-items:center;height:160px;border:1px solid rgba(var(--secondary-color),.9);border-radius:50%;background-color:var(--secondary-color-darken-20);aspect-ratio:1/1}.appointment-feedback-module_avatar__HlvrT img{border-radius:50%;height:160px;width:160px;object-fit:cover}.appointment-feedback-module_avatar__HlvrT img.appointment-feedback-module_rating__Uwhu-{max-height:30px;max-width:30px;border:0;object-fit:contain}.appointment-feedback-module_avatar__HlvrT .appointment-feedback-module_img-fluid__jZhmd{height:160px;width:160px}.appointment-feedback-module_avatar__HlvrT .appointment-feedback-module_placeholder__FZRDV{border-radius:0}.appointment-feedback-module_sourceTitle__44piM{font-size:20px}.appointment-feedback-module_rating__Uwhu-{position:absolute;width:30px;height:30px;object-fit:contain;bottom:7px;right:7px}.appointment-feedback-module_avatarContainer__xVbx5{position:relative;margin:auto}.appointment-feedback-rating-module_container__dbVS2{display:flex;flex-direction:column;align-items:center}.appointment-feedback-rating-module_itemsContainer__lQmxe{display:flex;flex-direction:row;margin-bottom:37px}.appointment-feedback-rating-module_item__y-pF4{display:flex;flex-direction:column;align-items:center;margin-right:40px;transition:.2s transform ease}.appointment-feedback-rating-module_item__y-pF4:last-child{margin-right:0}.appointment-feedback-rating-module_item__y-pF4:hover{cursor:pointer;transform:translateY(-5px)}.appointment-feedback-rating-module_image__Ic-gh{height:30px;width:30px;margin-bottom:9px}.appointment-feedback-rating-module_title__r20UI{font-size:16px;line-height:16px}.appointment-feedback-rating-module_skip__zQii2{text-decoration:none;font-size:18px;color:var(--accent-color)!important}.appointment-feedback-description-module_container__kZBRS{margin:21px auto;max-width:300px;text-align:center}.appointment-feedback-description-module_title__rpQEk{font-size:24px;line-height:24px;font-weight:600;margin-bottom:10px}.appointment-feedback-description-module_description__ahNAT{font-size:20px;line-height:24px}.appointment-feedback-answer-module_container__Tr0ac{display:flex;flex-direction:column;align-items:center}.appointment-feedback-answer-module_answersContainer__XwYFf{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:9px;justify-content:center}.appointment-feedback-answer-module_answer__S4WDp{border:1px solid var(--accent-color);border-radius:6px;font-size:14px;line-height:14px;padding:8px 12px;margin:6px}.appointment-feedback-answer-module_answer__S4WDp:hover{cursor:pointer}.appointment-feedback-answer-module_answer__S4WDp.appointment-feedback-answer-module_selected__To-H0{background-color:var(--accent-color);color:#fff}.appointment-feedback-answer-form-module_button__bJdBT{width:160px;height:40px;color:#fff;font-size:14px;line-height:14px;font-weight:700;border:none;border-radius:6px;margin-top:12px}.appointment-feedback-answer-form-module_textareaContainer__LId0u{font-size:14px;line-height:14px}.appointment-feedback-answer-form-module_textareaInputContainer__Uz6St{margin-bottom:9px;border:1px solid var(--accent-color);border-radius:6px;padding:8px 9px;width:300px}.appointment-feedback-answer-form-module_textarea__CqkR7{border:none!important;resize:none!important;color:var(--alert-text-color)!important;font-size:14px!important;line-height:14px!important}.appointment-feedback-answer-form-module_textarea__CqkR7::placeholder{color:#21222080!important}.appointment-feedback-answer-form-module_textarea__CqkR7:focus,.appointment-feedback-answer-form-module_textarea__CqkR7:focus-visible{border:none!important;border-bottom:none!important;box-shadow:none!important}.appointment-feedback-answer-view-module_container__o2WOv{display:flex;flex-direction:column;align-items:center}.appointment-feedback-answer-view-module_answersContainer__Hg6FZ{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:9px}.appointment-feedback-answer-view-module_answer__9UkGx{border:1px solid var(--accent-color);border-radius:6px;margin-right:18px;font-size:14px;line-height:14px;padding:8px 9px;background-color:var(--accent-color);color:#fff}.appointment-feedback-answer-view-module_answer__9UkGx:last-child{margin-right:0}.appointment-feedback-answer-view-module_comment__RAHIi{width:300px;color:var(--alert-bg-color)!important;font-size:14px;line-height:14px}.appointment-booking-feedback-screen-module_card__TDzig{background-color:var(--card-color);box-shadow:0 12px 18px #0000001a;border-radius:20px;padding:23px 20px;position:relative;min-height:400px;max-width:430px;margin:20px auto}.appointment-booking-feedback-screen-module_angleArrow__jL-AM{width:25px;height:25px;border-top-color:var(--accent-color)!important;border-left-color:var(--accent-color)!important}.appointment-booking-feedback-screen-module_backButton__JH0T2{color:var(--accent-color)!important;cursor:pointer;width:fit-content}@media screen and (min-width: 768px){.appointment-booking-feedback-screen-module_title__B-R9Z{padding:0}}@media screen and (min-width: 576px){.appointment-booking-feedback-screen-module_title__B-R9Z{text-align:center}}.payment-method-module_block__jiT6s{border-bottom:1px solid var(--text-color)}.payment-method-module_block__jiT6s .payment-method-module_blockContent__rRPNS{flex-basis:850px;flex-grow:1;font-size:18px}.payment-method-module_block__jiT6s .payment-method-module_blockButtons__-ziRQ{display:flex;justify-content:flex-end}.payment-method-module_block__jiT6s .payment-method-module_blockButtons__-ziRQ button{flex-basis:175px;flex-grow:0}.payment-method-module_block__jiT6s .payment-method-module_blockButtons__-ziRQ button:first-child{margin-right:20px}.payment-method-module_block__jiT6s .payment-method-module_cardInfo__AL9-c{display:flex;justify-content:space-between}.accordeon-block-module_container__rkKwr{display:flex;flex-direction:column;flex-wrap:wrap;padding:30px 0 20px}.accordeon-block-module_container__rkKwr .accordeon-block-module_caret__J7UWa{margin-right:20px;margin-left:10px;color:var(--accent-color)}.accordeon-block-module_container__rkKwr .accordeon-block-module_caret__J7UWa .icon{width:12px;height:16px}.accordeon-block-module_container__rkKwr .accordeon-block-module_title__YcJrE{cursor:pointer;margin-bottom:10px;margin-right:0;font-size:28px;font-weight:600}@media screen and (max-width: 767px){.accordeon-block-module_container__rkKwr .accordeon-block-module_title__YcJrE{font-size:22px}}.accordeon-block-module_container__rkKwr .accordeon-block-module_content__Bv7GV{display:none}.accordeon-block-module_container__rkKwr .accordeon-block-module_content__Bv7GV.show{display:block;animation:accordeon-block-module_slideDown__2vSVL .2s forwards}@keyframes accordeon-block-module_slideDown__2vSVL{0%{transform:translateY(-15px);opacity:0}to{transform:translateY(0);opacity:1}}.angle-arrow-module_angle__dmIbe{display:inline-flex;width:20px;height:20px;vertical-align:middle;align-items:center}.angle-arrow-module_angle__dmIbe.angle-arrow-module_right__n6ycd .angle-arrow-module_icon__26vhp{transform:rotate(180deg)}.angle-arrow-module_angle__dmIbe.angle-arrow-module_top__jWpAE .angle-arrow-module_icon__26vhp{transform:rotate(90deg)}.angle-arrow-module_angle__dmIbe.angle-arrow-module_bottom__eN-GZ .angle-arrow-module_icon__26vhp{transform:rotate(-90deg)}.transaction-history-module_block__lHmr6{flex-direction:column}.transaction-history-module_block__lHmr6 .transaction-history-module_title__ZwDMA{flex-basis:auto}.transaction-history-module_block__lHmr6 .transaction-history-module_blockContent__iNirt{flex-grow:1;font-size:16px;line-height:1.2;max-width:100%}@media screen and (max-width: 575px){.transaction-history-module_block__lHmr6 .transaction-history-module_blockContent__iNirt .row:not(:last-child){border-bottom:1px solid var(--line-color);margin-bottom:10px;padding-bottom:5px}}.transaction-history-module_block__lHmr6 .transaction-history-module_pagination__3SOv5{margin-left:auto;margin-top:20px}.transaction-history-module_download__aTnW2{font-size:.8em;min-height:auto;padding:10px 15px}body.pwa-ios .transaction-history-module_download__aTnW2{display:none!important}.transaction-history-module_check__S2q-8{color:var(--success);animation:transaction-history-module_show__-tJaa .3s ease-in-out forwards}@keyframes transaction-history-module_show__-tJaa{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.grid-module_table__DQKXi{border:none;color:var(--text-color)}@media screen and (max-width: 767px){.grid-module_table__DQKXi{display:block}}.grid-module_table__DQKXi>:not(caption)>*>*{box-shadow:none}.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td{background:none}.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fe4b0008;pointer-events:none}@media screen and (min-width: 768px){.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td:first-child:before,.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td:last-child:before{width:calc(100% - 20px)}}@media screen and (min-width: 768px){.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td:first-child:before{left:20px}}@media screen and (min-width: 768px){.grid-module_table__DQKXi.grid-module_striped__T2FaJ tbody tr:nth-child(2n) td:last-child:before{left:auto;right:20px}}@media screen and (max-width: 767px){.grid-module_table__DQKXi tbody,.grid-module_table__DQKXi tr,.grid-module_table__DQKXi td{display:block}}@media screen and (max-width: 767px){.grid-module_table__DQKXi tbody td{display:flex}}@media screen and (max-width: 767px){.grid-module_table__DQKXi thead{display:none!important}}.grid-module_table__DQKXi thead th{font-size:20px;color:var(--sidebar-title-color);background:#dedede33;line-height:1.2}.grid-module_table__DQKXi thead th:last-child{border-radius:0 8px 0 0}.grid-module_table__DQKXi td{font-size:18px;position:relative;color:var(--text-color);background:none!important}@media screen and (max-width: 767px){.grid-module_table__DQKXi td{font-size:16px}}@media screen and (min-width: 768px){.grid-module_table__DQKXi td:after{content:"";display:block;position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:var(--disabled-color)}}.grid-module_table__DQKXi td:first-child:after,.grid-module_table__DQKXi td:last-child:after{width:calc(100% - 20px)}.grid-module_table__DQKXi td:first-child:after{left:20px}.grid-module_table__DQKXi td:last-child:after{left:auto;right:20px}@media screen and (max-width: 767px){.grid-module_table__DQKXi tr td:last-child{padding-bottom:20px}.grid-module_table__DQKXi tr td:last-child:after{content:"";display:block;position:absolute;bottom:0;left:15px;height:1px;width:calc(100% - 30px);background-color:var(--disabled-color)}.grid-module_table__DQKXi tr:last-child td:last-child{padding-bottom:30px}.grid-module_table__DQKXi tr:last-child td:last-child:after{bottom:12px}}.grid-module_table__DQKXi th{padding:22px}.grid-module_table__DQKXi td{padding:20px 22px}@media screen and (max-width: 767px){.grid-module_table__DQKXi td{padding:8px 15px}}.grid-module_table__DQKXi td .grid-module_value__CvxMu{position:relative;z-index:1}.grid-module_noneHeader__x8mf2{border:none!important;padding:0!important;margin:0!important}.grid-module_headerCell__5DNgc,.grid-module_gridCell__jPhgG{vertical-align:middle!important;border:none}.grid-module_empty__JI-PK{border:none;font-size:20px;color:var(--text-color)}@media screen and (max-width: 767px){.grid-module_empty__JI-PK{font-size:18px}}.grid-module_cardWrap__WMnwM{padding:4px}.grid-module_card__mJVie{padding:0;margin-bottom:0;border-top:0;border-right:0;border-bottom:0}@media screen and (min-width: 768px){.grid-module_card__mJVie{padding-bottom:clamp(30px,3vw,50px)}}.grid-module_cardFooter__LQetC{padding-top:30px}@media screen and (max-width: 767px){.grid-module_cardFooter__LQetC{padding-top:15px}}.grid-module_paginationWrap__fTRZ9{display:flex;align-items:center;justify-content:space-between;padding:0 4px}.grid-module_pagination__0PIc- ul{padding:0}.grid-module_cardBody__fTCvZ{overflow-x:auto}.grid-module_mobileHead__oAFIu{font-size:14px;font-weight:600;width:40%;padding-right:20px}@media screen and (min-width: 768px){.grid-module_mobileHead__oAFIu{display:none}}.grid-module_paginationInfo__lH1W->div{padding-top:0}@media screen and (max-width: 767px){.grid-module_paginationInfo__lH1W->div{font-size:14px}}.badge-module_badge__SHMUT{padding:7px 15px;border-radius:35px;box-shadow:0 1px 4px #00000003;font-size:16px;font-weight:600;overflow:hidden;position:relative;white-space:nowrap}.badge-module_badge__SHMUT.badge-module_success__ZtuGW{color:var(--success)}.badge-module_badge__SHMUT.badge-module_success__ZtuGW:after{background:var(--success)}.badge-module_badge__SHMUT.badge-module_warning__MvHK4{color:var(--warning)}.badge-module_badge__SHMUT.badge-module_warning__MvHK4:after{background:var(--warning)}.badge-module_badge__SHMUT.badge-module_danger__M5zfV{color:var(--danger)}.badge-module_badge__SHMUT.badge-module_danger__M5zfV:after{background:var(--danger)}.badge-module_badge__SHMUT:after{border-radius:35px;content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.2;pointer-events:none}.badge-module_badge__SHMUT .badge-module_icon__WQ17Q{font-size:13px;margin-left:7px}.credit-balance-module_block__-Rzn-{text-align:right;box-shadow:0 0 2px #00000005;background-color:#bcbcbc1a;border-radius:8px;font-size:20px;padding:14px}@media screen and (max-width: 767px){.credit-balance-module_block__-Rzn-{font-size:16px}}.credit-balance-module_label__tDjXv{margin-right:5px}.credit-balance-module_value__ODOpR{color:var(--accent-color);font-weight:600}.level-of-discomfort-screen-module_heading__bVh6M{color:var(--secondary-color);font-weight:400;font-size:30px;line-height:34px;margin-bottom:1rem}.level-of-discomfort-screen-module_gridCell__IOVCe{display:flex;padding-bottom:20px;font-size:20px;font-weight:400;line-height:20px;border-right:1px solid var(--text-color)}.level-of-discomfort-screen-module_gridCell__IOVCe:last-child{border:none}@media screen and (max-width: 900px){.level-of-discomfort-screen-module_gridCell__IOVCe{width:100%;border:none;line-height:50px;padding-bottom:0;display:block}}@media screen and (max-width: 900px){.level-of-discomfort-screen-module_gridRow__PKwIs{border-bottom:1px solid var(--text-color)}.level-of-discomfort-screen-module_gridRow__PKwIs:last-child{border:none}}.level-of-discomfort-screen-module_gridRow__PKwIs span{margin-bottom:20px!important}.level-of-discomfort-screen-module_headRow__dxyQb{font-size:36px;line-height:30px;margin-bottom:25px;border:none}@media screen and (max-width: 1170px){.level-of-discomfort-screen-module_headRow__dxyQb{font-size:30px}}@media screen and (max-width: 1020px){.level-of-discomfort-screen-module_headRow__dxyQb{font-size:25px;font-weight:700}}@media screen and (max-width: 900px){.level-of-discomfort-screen-module_hideSm__MPzyh{display:none}}.level-of-discomfort-screen-module_button__N4tcg{width:263px;height:64px}@media screen and (max-width: 768px){.level-of-discomfort-screen-module_update__OFKJ6{margin-bottom:10px}}.level-of-discomfort-screen-module_buttonsContainer__kEX3Z{margin-top:80px;gap:20px;display:flex;width:100%}@media screen and (max-width: 900px){.level-of-discomfort-screen-module_buttonsContainer__kEX3Z{justify-content:center!important}}@media screen and (max-width: 740px){.level-of-discomfort-screen-module_buttonsContainer__kEX3Z{justify-content:center!important;flex-direction:column}.level-of-discomfort-screen-module_buttonsContainer__kEX3Z .level-of-discomfort-screen-module_button__N4tcg{width:100%}}.level-of-discomfort-screen-module_historyContainer__2U1fm{margin-top:80px;text-align:right}.level-of-discomfort-screen-module_field__ZRQgH{border:1px solid black!important;border-radius:50px}.level-of-discomfort-screen-module_field__ZRQgH .rw-dropdown-list-input{padding-right:1px;margin-left:15px}.level-of-discomfort-screen-module_field__ZRQgH .rw-popup-container{font-size:20px}.level-of-discomfort-screen-module_field__ZRQgH .rw-dropdown-list-value{font-size:21px}.level-of-discomfort-screen-module_actionButtons__IKasb .rw-dropdown-list-value{font-size:20px!important}.level-of-discomfort-screen-module_actionButtons__IKasb .dropdown-caret{width:20px;height:20px}.level-of-discomfort-screen-module_progressTrack__fdfRt{line-height:0;margin-bottom:15px;margin-top:15px}.level-of-discomfort-screen-module_progressTrack__fdfRt a{color:var(--accent-color)}.level-of-discomfort-screen-module_chartWrapper__UUTg- .level-of-discomfort-screen-module_chartWrapper__UUTg-{height:100%;min-width:300px}.level-of-discomfort-screen-module_angleArrow__Gr11-{width:25px;height:25px;border-top-color:var(--accent-color)!important;border-left-color:var(--accent-color)!important}.level-of-discomfort-screen-module_backButton__xpCqI{color:var(--accent-color)!important;cursor:pointer;width:fit-content}.level-of-discomfort-screen-module_headerContainer__-FnZ2{justify-content:space-around}.level-of-discomfort-screen-module_filterContainer__EO4a8{padding-right:20px}.level-of-discomfort-screen-module_title__FT-YR{margin-left:2rem}@media screen and (max-width: 768px){.level-of-discomfort-screen-module_title__FT-YR{margin-left:0}}.level-of-discomfort-screen-module_subtitle__FvVL3{font-size:28px}.level-of-discomfort-screen-module_container__p--zR{margin-bottom:30px;margin-top:-15px}.level-of-discomfort-screen-module_container__p--zR .rw-popup-container{font-size:20px}.level-of-discomfort-screen-module_container__p--zR .rw-picker-caret .dropdown-caret{width:20px;height:20px;margin-bottom:15px}.level-of-discomfort-screen-module_container__p--zR .rw-open .dropdown-caret{margin-bottom:-10px}@media screen and (max-width: 767px){.level-of-discomfort-screen-module_container__p--zR{margin-top:20px;width:10em}}@media screen and (max-width: 395px){.level-of-discomfort-screen-module_container__p--zR{width:20rem}}.titled-column-module_title__yMCxe{color:var(--secondary-color);font-weight:700;padding-right:5px}@media screen and (min-width: 767px){.titled-column-module_title__yMCxe{display:none}}.show-more-modal-module_label__go5Z-{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h);color:var(--accent-color);cursor:pointer;font-size:14px;margin-left:7px}@media screen and (min-width: 1200px){.show-more-modal-module_label__go5Z-{transition:background-size .35s}.show-more-modal-module_label__go5Z-:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.show-more-modal-module_label__go5Z-:hover{color:var(--accent-color)}.show-more-modal-module_textJustify__cZqHy{text-align:justify!important}.show-more-modal-module_textCenter__YixkA{text-align:center}@media screen and (max-width: 1120px){.show-more-modal-module_marginContainer__-66Ym{margin-top:7em}}.show-more-modal-module_modalBody__F2weY{font-size:24px;line-height:40px}.show-more-modal-module_textBody__tT176{white-space:pre-line}.show-more-modal-module_fullScreenText__OlVNS{display:flex;justify-content:space-around}.level-of-discomfort-form-module_circleButton__7fa9g{width:34px;height:34px;border-radius:100%;padding:0}@media screen and (max-width: 768px){.level-of-discomfort-form-module_form__0TYf7 .level-of-discomfort-form-module_headings__Ljeol{display:none}}.level-of-discomfort-form-module_form__0TYf7 label{display:none;font-size:18px;margin-bottom:-20px}@media screen and (max-width: 768px){.level-of-discomfort-form-module_form__0TYf7 label{display:block}}@media screen and (max-width: 768px){.level-of-discomfort-form-module_row__Yyb3x{border:1px solid var(--text-color);border-radius:23px;padding:10px;margin-bottom:20px!important}}.level-of-discomfort-form-module_noteWrapper__jyvrs textarea{font-size:24px!important;line-height:52px}.level-of-discomfort-form-module_dropdownWrapper__yY0Jb{position:relative}.level-of-discomfort-form-module_dropdownWrapper__yY0Jb .level-of-discomfort-form-module_valueDesc__Cx7Qg{height:20px;font-size:18px;width:20px;position:absolute;display:flex;align-items:center;justify-content:center;top:30px;right:70px;transform:translateY(-50%);z-index:99}@media screen and (max-width: 768px){.level-of-discomfort-form-module_dropdownWrapper__yY0Jb .level-of-discomfort-form-module_valueDesc__Cx7Qg{top:55px;right:85px}}.level-of-discomfort-form-module_dropdownWrapper__yY0Jb .rw-popup-container{width:400px;max-width:90vw}.level-of-discomfort-form-module_dropdownWrapper__yY0Jb .rw-dropdown-list-input{padding-right:5px!important}.level-of-discomfort-form-module_dropdownWrapper__yY0Jb .rw-dropdown-list-value{font-size:24px}@media screen and (max-width: 768px){.level-of-discomfort-form-module_dropdownWrapper__yY0Jb{padding-bottom:0!important}}@media screen and (max-width: 768px){.level-of-discomfort-form-module_deleteBtn__I5-XV{width:100%}.level-of-discomfort-form-module_deleteBtn__I5-XV button{margin-left:auto}}.user-info-list-module_card__CS0Kb{background:none;border:none;font-size:24px;margin-bottom:20px}.user-info-list-module_update__brHr1{margin-top:15px;margin-right:12px}.user-info-list-module_buttons__3xVMu{display:flex;justify-content:flex-end}@media screen and (max-width: 768px){.user-info-list-module_buttons__3xVMu{display:grid;grid-template-columns:1fr 1fr;gap:10px}}@media screen and (max-width: 576px){.user-info-list-module_buttons__3xVMu{display:grid;gap:0;grid-template-columns:1fr}}.user-info-list-module_buttons__3xVMu a{text-decoration:none}.user-info-list-module_buttons__3xVMu button{margin-top:15px}@media screen and (max-width: 768px){.user-info-list-module_buttons__3xVMu button{margin-left:0!important;width:100%}}.list-row-module_gridRow__NEJki{border-bottom:1px solid #DEDEDE}.list-row-module_gridCell__sbpYL{margin-top:25px!important;margin-bottom:5px!important}@media screen and (max-width: 768px){.list-row-module_gridCell__sbpYL{padding:10px;text-align:left!important}}.list-row-module_gridCell__sbpYL:last-child{text-align:left;padding:0}.list-row-module_text__U9muF{color:var(--text-color)}.list-row-module_heading__KTT-z{color:var(--secondary-color)}.download-data-module_downloadButtons__dXf63{justify-content:center}.download-data-module_downloadButtons__dXf63 button{width:150px;margin-left:15px!important}.download-data-module_download__D-Th6{margin-right:12px}.download-data-module_downloadText__ogkMM{word-break:break-word}.notification-settings-module_heading__-Qkfi{font-size:36px}.notification-settings-module_description__NZzUL{font-size:18px}.notification-settings-module_button__9Z1Co{margin-right:12px}.notification-settings-module_buttons__-logE{justify-content:center;font-size:30px}.notification-settings-module_buttons__-logE button{width:250px;margin-left:15px}@media screen and (max-width: 768px){.notification-settings-module_buttons__-logE button{margin-bottom:15px}}.notification-settings-module_tabs__IKmAw{font-size:20px}@media screen and (max-width: 576px){.notification-settings-module_tabs__IKmAw{font-size:16px}.notification-settings-module_tabs__IKmAw ul li span,.notification-settings-module_tabs__IKmAw ul li a{padding:10px 0;min-width:145px}}.notification-settings-module_formLeft__Yi9DG,.notification-settings-module_formRight__NjNNf{display:none;opacity:0;position:relative;z-index:10}.notification-settings-module_formLeft__Yi9DG.notification-settings-module_formActive__oIoJQ{display:block;animation:notification-settings-module_slideInFromLeft__gzFZL .5s ease-in-out forwards}.notification-settings-module_formRight__NjNNf.notification-settings-module_formActive__oIoJQ{display:block;animation:notification-settings-module_slideInFromRight__J4tiP .5s ease-in-out forwards}@keyframes notification-settings-module_slideInFromLeft__gzFZL{0%{opacity:0;transform:translate(-50%)}to{transform:translate(0);opacity:1}}@keyframes notification-settings-module_slideInFromRight__J4tiP{0%{opacity:0;transform:translate(50%)}to{transform:translate(0);opacity:1}}.email-settings-form-module_formContainer__55qF0{display:flex;flex-direction:column;align-items:center;width:90%;max-width:600px;margin:1em auto auto;min-height:200px;text-align:left}.email-settings-form-module_formContainer__55qF0 .form-group{display:inline-block}.email-settings-form-module_formContainer__55qF0 .tooltip-trigger{margin-left:5px}.push-settings-form-module_formContainer__e7jrY{display:flex;flex-direction:column;align-items:center;width:90%;max-width:600px;margin:1em auto auto;min-height:200px;text-align:left}.push-settings-form-module_formContainer__e7jrY .form-group{display:inline-block}.push-settings-form-module_formContainer__e7jrY .tooltip-trigger{margin-left:5px}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_checkboxWrap__MKYJa{display:inline-block}@media screen and (max-width: 767px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_checkboxWrap__MKYJa{margin-right:10px}}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_customSettings__uvmEg{font-size:18px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-bottom:10px}@media screen and (max-width: 576px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_customSettings__uvmEg{margin-bottom:25px;flex-direction:column;align-items:stretch}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_customSettings__uvmEg>div{margin-bottom:10px}}@media screen and (min-width: 577px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_typeContainer__lYDKh{flex-basis:65%}}@media screen and (min-width: 577px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_dowContainer__Rufh1{margin-top:15px;order:10;flex-basis:65%}}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_timeContainer__THA18{display:flex;align-items:center}@media screen and (max-width: 576px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_timeContainer__THA18{align-self:center}}@media screen and (min-width: 577px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_timeContainer__THA18{flex-basis:30%}}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_timeContainer__THA18 .push-settings-form-module_timeErr__BmZaZ{border-color:var(--danger)}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_timeContainer__THA18 label{line-height:18px;margin-right:10px}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_dropdown__nJj47{margin-bottom:0;position:relative}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_dropdown__nJj47 .rw-widget-container{height:38px}@media screen and (max-width: 576px){.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_dropdown__nJj47 .rw-widget-container{padding-right:5px}}.push-settings-form-module_formContainer__e7jrY .push-settings-form-module_dropdown__nJj47 .rw-widget-container .rw-dropdown-list-input{padding-top:0;padding-bottom:0}.time-picker-module_container__DsR2b{padding:8px 8px 6px;border:1px solid var(--gray-border);border-radius:7px;display:flex;align-items:center}.time-picker-module_input__J-Rfy{font-size:17px;font-weight:600;width:50px;border:none;background:transparent;color:var(--text-color)}.time-picker-module_input__J-Rfy:focus{outline:none}@media screen and (max-width: 576px){.time-picker-module_input__J-Rfy{width:60px}}.time-picker-module_line__99SoH{width:1px;height:17px;background-color:var(--gray-border);margin-right:10px}.time-picker-module_amPm__iwco3{color:var(--accent-color);font-weight:700;font-size:17px;cursor:pointer}.time-picker-module_am__wilVj{animation:time-picker-module_shiftDown__hOiNf .2s linear forwards}.time-picker-module_pm__KgvLB{animation:time-picker-module_shiftUp__wqb53 .2s linear forwards}@keyframes time-picker-module_shiftUp__wqb53{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes time-picker-module_shiftDown__hOiNf{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_title__bb38O{margin-bottom:20px}.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_toggleWrap__n3kZD{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_toggleWrap__n3kZD{justify-content:flex-start;flex-direction:column}}.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_toggleWrap__n3kZD .biometric-settings-form-module_toggle__GHRk5{margin-bottom:10px}.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_toggleWrap__n3kZD .biometric-settings-form-module_toggle__GHRk5 label{position:relative;font-weight:400}.biometric-settings-form-module_container__dMcxr .biometric-settings-form-module_toggleWrap__n3kZD .biometric-settings-form-module_note__QkMeg span{color:var(--accent-color)}.biometric-settings-form-module_container__dMcxr:last-child hr{display:none}.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_title__oKZDq{margin-bottom:20px}.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_toggleWrap__JDgZD{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_toggleWrap__JDgZD{justify-content:flex-start;flex-direction:column}}.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_toggleWrap__JDgZD .two-factor-settings-form-module_toggle__zRTfp{margin-bottom:10px}.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_toggleWrap__JDgZD .two-factor-settings-form-module_toggle__zRTfp label{position:relative;font-weight:400}.two-factor-settings-form-module_container__OJ705 .two-factor-settings-form-module_toggleWrap__JDgZD .two-factor-settings-form-module_note__S8i2N span{color:var(--accent-color)}.two-factor-settings-form-module_container__OJ705:last-child hr{display:none}.two-factor-settings-form-module_loader__Un0J8{display:inline-block;margin-right:auto;margin-left:10px}.enable-audio-form-module_container__d9gBT .enable-audio-form-module_title__d-M8a{margin-bottom:20px}.enable-audio-form-module_container__d9gBT .enable-audio-form-module_toggleWrap__sKsVF{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.enable-audio-form-module_container__d9gBT .enable-audio-form-module_toggleWrap__sKsVF{justify-content:flex-start;flex-direction:column}}.enable-audio-form-module_container__d9gBT .enable-audio-form-module_toggleWrap__sKsVF .enable-audio-form-module_toggle__fwFmi{margin-bottom:10px}.enable-audio-form-module_container__d9gBT .enable-audio-form-module_toggleWrap__sKsVF .enable-audio-form-module_toggle__fwFmi label{position:relative;font-weight:400}.enable-audio-form-module_container__d9gBT .enable-audio-form-module_toggleWrap__sKsVF .enable-audio-form-module_note__cvA99 span{color:var(--accent-color)}.enable-audio-form-module_container__d9gBT:last-child hr{display:none}.update-profile-form-module_updateForm__ODxNy .rw-dropdown-list-input{padding-right:1px}.update-profile-form-module_heading__7v56O{display:flex;align-items:flex-start}.update-profile-form-module_title__cesOS{line-height:1}.update-profile-form-module_title__cesOS+.update-profile-form-module_toggle__TFvwQ{margin-left:30px}.update-profile-form-module_toggle__TFvwQ{color:initial;margin-top:2px}.update-profile-form-module_help__9veSf{color:var(--input-help-color);font-size:.9em;padding-left:10px;margin-top:10px;display:inline-block}.update-profile-form-module_phoneHelp__EMao3{margin-top:-10px}.pdf-report-module_notification__C9wWR{display:flex;align-items:center;justify-content:center}.pdf-report-module_notificationBox__BOuCX{background-color:var(--card-bg-color);position:absolute;z-index:2;top:min(50%,600px);left:50%;transform:translate(-50%,-50%);width:70%;max-width:580px;border-left:2px solid var(--accent-color);border-radius:8px;box-shadow:0 0 4px #00000024}@media screen and (max-width: 575px){.pdf-report-module_notificationBox__BOuCX{width:calc(100% - 20px)}}.pdf-report-module_notificationBox__BOuCX .pdf-report-module_notificationBoxBody__-a3qu{padding:30px}@media screen and (max-width: 575px){.pdf-report-module_notificationBox__BOuCX .pdf-report-module_notificationBoxBody__-a3qu{padding:24px}}.pdf-report-module_notificationBox__BOuCX p{text-align:center;font-size:28px;line-height:1.2;margin:0 auto;max-width:510px}@media screen and (max-width: 767px){.pdf-report-module_notificationBox__BOuCX p{font-size:20px}}.pdf-report-module_notificationBox__BOuCX{left:50%;max-width:580px;position:absolute;top:min(50%,600px);transform:translate(-50%,-50%);width:70%;z-index:2}.pdf-report-module_notificationImg__XGd87{max-width:100%;height:auto;position:relative;z-index:1}.pdf-report-module_heading__J7XEI{color:var(--secondary-color)}.pdf-report-module_dropdownWrap__rJrKU{align-items:center;gap:10px}@media screen and (max-width: 767px){.pdf-report-module_dropdownWrap__rJrKU{width:100%}}@media screen and (min-width: 768px){.pdf-report-module_dropdownWrap__rJrKU .rw-dropdown-list{width:auto;margin-left:auto}}.pdf-report-module_sendBtn__zYMU6,.pdf-report-module_downloadPdfBtn__SpQ23{font-weight:400;border-radius:50%;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center}.pdf-report-module_sendBtn__zYMU6 svg,.pdf-report-module_downloadPdfBtn__SpQ23 svg{width:20px;height:20px}.pdf-report-module_sendBtn__zYMU6.pdf-report-module_btnLoading__xPmCT,.pdf-report-module_downloadPdfBtn__SpQ23.pdf-report-module_btnLoading__xPmCT{pointer-events:none;opacity:.5}.pdf-report-module_sendBtn__zYMU6.pdf-report-module_btnLoading__xPmCT svg,.pdf-report-module_downloadPdfBtn__SpQ23.pdf-report-module_btnLoading__xPmCT svg{display:none}body.pwa-ios .pdf-report-module_downloadPdfBtn__SpQ23{display:none!important}.pdf-report-module_loader__Ub96n{--offset-position: 10px;width:calc(100% + var(--offset-position));left:calc(-1 * var(--offset-position));height:calc(100% + var(--offset-position));top:calc(-1 * var(--offset-position))}.pdf-report-module_loader__Ub96n>div{align-items:flex-start!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pdf-report-module_loader__Ub96n .spinner-border{margin-top:20%}@media screen and (max-width: 767px){.pdf-report-module_loader__Ub96n .spinner-border{margin-top:40%}}.pdf-report-module_reportActions__Am-VS{display:flex;justify-content:flex-end}.pdf-report-module_titleProduct__g1ssv{font-size:24px;display:inline-block;border-left:2px solid var(--text-color);margin-left:10px;padding-left:10px}.pdf-report-module_titleProduct__g1ssv svg{height:22px;width:22px;margin-right:10px}@media screen and (max-width: 767px){.pdf-report-module_titleProduct__g1ssv{font-size:20px;border-left:none;display:block;margin-left:0;padding-left:0}}:root{--line-title-color:#c83800;--font-family:Roobert,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.gray-color,body.light .gray-color{color:var(--gray-color,#454545)}body.dark .gray-color{color:#fff}.phy-personal-report{--container-gutter-x:20px;font-size:16px;line-height:18px}.phy-personal-report *{box-sizing:border-box}.phy-personal-report .title-main{align-items:center;display:flex;font-size:30px;font-weight:600;justify-content:center;line-height:31px;margin-bottom:45px;position:relative;text-align:center;z-index:1}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .title-main{font-size:22px;line-height:24px;margin-bottom:25px;max-width:98%}}@media print{.phy-personal-report .title-main{margin-bottom:35px}}.phy-personal-report .title-main:after,.phy-personal-report .title-main:before{background-color:var(--accent-color);border-radius:2px;content:"";display:block;height:2px;min-width:124px}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .title-main:after,.phy-personal-report .title-main:before{min-width:56px}}.phy-personal-report .title-main>span{margin:0 clamp(20px,2vw,30px)}.phy-personal-report .title-section{align-items:center;display:flex;font-size:24px;font-weight:600;justify-content:center;line-height:24px;margin-bottom:20px;text-align:center}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .title-section{font-size:20px;line-height:22px}}.phy-personal-report .title-section:after,.phy-personal-report .title-section:before{background-color:var(--accent-color);border-radius:2px;content:"";display:block;height:1px;min-width:88px}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .title-section:after,.phy-personal-report .title-section:before{min-width:48px}}.phy-personal-report .title-section>span{margin:0 10px}.phy-personal-report .title-block{font-size:22px;font-weight:600;line-height:24px;margin-bottom:12px}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .title-block{font-size:20px;line-height:22px}}.phy-personal-report details summary{list-style:none}.phy-personal-report details summary::-webkit-details-marker{display:none}.phy-personal-report ul li{margin-bottom:10px}.phy-personal-report .bright-color{color:var(--accent-color)}.phy-personal-report .text-list{list-style:none;padding:0 0 0 10px}.phy-personal-report .text-list li:before{color:var(--accent-color);content:"•";display:inline-block;font-family:Times New Roman;font-size:large;font-weight:700;line-height:inherit;margin-left:-10px;vertical-align:top;width:12px}.phy-personal-report .fw-600{font-weight:600}.phy-personal-report .d-none{display:none}.phy-personal-report .text-center{text-align:center}.phy-personal-report .mt-auto{margin-top:auto}.phy-personal-report .mt-15{margin-top:15px}.phy-personal-report .mb-15{margin-bottom:15px}.phy-personal-report .mb-20{margin-bottom:20px}.phy-personal-report .mb-30{margin-bottom:30px}.phy-personal-report .mb-55{margin-bottom:55px}.phy-personal-report .mb-0{margin-bottom:0}.phy-personal-report .pb-10{padding-bottom:10px}.phy-personal-report .fs-24{font-size:24px}.phy-personal-report .h-100{height:100%}.phy-personal-report .d-flex-col{display:flex;flex-direction:column}.phy-personal-report .flex-grow-1{flex-grow:1}.phy-personal-report .align-items-start{align-items:flex-start}.phy-personal-report .overflow-hidden{overflow:hidden}.phy-personal-report .align-baseline,.phy-personal-report .align-baseline svg{vertical-align:baseline}.phy-personal-report .container .container,.phy-personal-report .container-fluid .container{padding-left:0;padding-right:0}.phy-personal-report .rw-dropdown-list .rw-widget-input,.phy-personal-report .rw-multiselect .rw-widget-input{background:transparent;border-color:var(--accent-color);border-radius:63px;box-shadow:0 0 4px #00000026!important;color:var(--text-color,#000);position:relative}.phy-personal-report .rw-dropdown-list:before,.phy-personal-report .rw-multiselect:before{display:none!important}.phy-personal-report .rw-dropdown-list.rw-open .rw-widget-input,.phy-personal-report .rw-multiselect.rw-open .rw-widget-input{overflow:visible}.phy-personal-report .rw-dropdown-list.rw-open .rw-widget-input:before,.phy-personal-report .rw-multiselect.rw-open .rw-widget-input:before{border-left:1px solid var(--accent-color);border-right:1px solid var(--accent-color);content:"";display:block;height:40px;left:-1px;position:absolute;right:-1px;top:15px}.phy-personal-report .rw-dropdown-list-value{font-size:16px;max-width:200px}@media print and (max-width:575.25px),screen and (max-width:767px){.phy-personal-report .rw-dropdown-list-value{font-size:14px}}.phy-personal-report .rw-dropdown-list-input{padding-right:0}.phy-personal-report .rw-multiselect-taglist:before{display:none!important}.phy-personal-report .rw-multiselect-input{color:var(--text-color,#000);font-weight:400}.phy-personal-report .rw-multiselect-input::-webkit-input-placeholder{color:var(--text-color,#000)}.phy-personal-report .rw-multiselect-input::-moz-placeholder{color:var(--text-color,#000)}.phy-personal-report .rw-multiselect-input:-ms-input-placeholder{color:var(--text-color,#000)}.phy-personal-report .rw-multiselect-input:-moz-placeholder{color:var(--text-color,#000);opacity:1}.phy-personal-report .rw-picker-caret{position:relative}.phy-personal-report .rw-picker-caret svg{display:none}.phy-personal-report .rw-picker-caret:before{border-right:2px solid var(--accent-color);border-top:2px solid var(--accent-color);content:"";display:block;height:10px;position:absolute;right:12px;top:10px;transform:rotate(135deg);width:10px}.phy-personal-report .rw-popup{border-color:var(--accent-color);border-radius:0 0 19px 19px;border-top:0;box-shadow:none;margin-top:0}.phy-personal-report .rw-popup .rw-list{-ms-scrollbar-base-color:#b2b2b2;margin:5px 5px 5px 0;scrollbar-color:hsla(0,0%,70%,.5) #e4e4e4;scrollbar-width:thin}.phy-personal-report .rw-popup .rw-list:before{display:none!important}.phy-personal-report .rw-popup .rw-list::-webkit-scrollbar{height:5px;width:5px}.phy-personal-report .rw-popup .rw-list::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:5px;height:5px;width:5px}.phy-personal-report .rw-popup .rw-list::-webkit-scrollbar-track{background-color:#e4e4e4;box-shadow:inset 0 0 0 1.5px #fff}.phy-personal-report .rw-list-option.rw-state-selected,.phy-personal-report .rw-state-selected.rw-list-option-create{background-color:var(--list-item-selected-bg);color:var(--text-color);position:relative}.phy-personal-report .rw-list-option.rw-state-selected:after,.phy-personal-report .rw-state-selected.rw-list-option-create:after{border-bottom:3px solid var(--accent-color);border-right:3px solid var(--accent-color);content:"";display:inline-block;height:12px;pointer-events:none;position:absolute;right:7px;top:12px;transform:rotate(45deg);width:7px}.phy-personal-report .rw-list-option{border:0;border-radius:4px;margin-left:15px;padding:10px 15px 10px 5px;text-align:left;width:calc(100% - 30px)}.phy-personal-report .rw-list-option:hover{background-color:var(--list-item-selected-bg)}@media print and (min-width:744px),screen and (min-width:992px){.phy-personal-report .mb-lg-0{margin-bottom:0}.phy-personal-report .mb-lg-20{margin-bottom:20px}.phy-personal-report .d-lg-inline{display:inline!important}}@media print{.phy-personal-report .print-hidden{display:none!important}.phy-personal-report .print-d-inline{display:inline!important}.phy-personal-report .print-pagebreak{clear:both;page-break-after:always}.phy-personal-report .print-page-break-before{-moz-column-break-before:page;break-before:page}.phy-personal-report .print-no-content-break{display:inline-block;page-break-inside:avoid;width:100%}.phy-personal-report .print-no-content-break:last-of-type [class*=mb-]{margin-bottom:0}.phy-personal-report .print-break-after-avoid{page-break-after:avoid}.phy-personal-report .block-main:last-of-type{margin-bottom:0!important}.phy-personal-report .title-block,.phy-personal-report .title-section,.phy-personal-report h2{padding-top:25px;page-break-after:avoid}.phy-personal-report .print-pt-0{padding-top:0}.phy-personal-report .print-pt-20{padding-top:20px}.phy-personal-report svg{vertical-align:baseline}.phy-personal-report img,.phy-personal-report svg{page-break-inside:avoid}.phy-personal-report *{-webkit-filter:blur(0);-webkit-print-color-adjust:exact}.phy-personal-report div[id]:before,.phy-personal-report p[id]:before{display:none}}.phy-personal-report.light,.phy-personal-report.light-blue{--accent-color:#c83800;--accent-color-rgb:200,56,0;--blue-color-rgb:0,147,210;--text-color:#1d1d1d;--gray-color:#454545;--card-bg-color:#fff;--card-bg-color-rgb:255,255,255;--slider-bullet-bg:#dedede;--nav-bg-color:#dedede;--active-state-color:#454545;--blurred-scroll-bg:linear-gradient(269.29deg,hsla(0,0%,100%,.9) 14.36%,hsla(0,0%,100%,0) 99.58%);--line-title-color:#c83800;--line-box-color:#bcbcbc;--list-item-selected-bg:#f5f5f5;--accent-background:#fdeced;--accent-border-color-light:#ed6666;--secondary-btn-bg:#bcbcbc;--success:#90ff38;--warning:#fdf538;--danger:#fd3838;color:#1d1d1d}.phy-personal-report.light-blue{--accent-color:#4da1fd;--accent-background:#f3f8ff}.phy-personal-report.dark{--accent-color:#fe4b00;--accent-color-rgb:254,75,0;--blue-color-rgb:0,147,210;--text-color:#fff;--gray-color:#fff;--card-bg-color:#1d1d1d;--card-bg-color-rgb:28,28,28;--slider-bullet-bg:#454545;--nav-bg-color:#454545;--active-state-color:#9f370c;--blurred-scroll-bg:linear-gradient(269.29deg,#454545 14.36%,rgba(69,69,69,0) 99.58%);--line-title-color:#fff;--line-box-color:#bcbcbc;--list-item-selected-bg:#454545;--accent-background:#2a1a1a;--accent-border-color-light:#ed6666;--secondary-btn-bg:#232424;--success:#90ff38;--warning:#fdf538;--danger:#fd3838;color:#fff}.phy-personal-report .text-placeholder{opacity:.5}._dwKt6{font-size:16px;line-height:1.1;text-align:center}@media screen and (max-width:1199px){._dwKt6{font-size:14px}}@media screen and (max-width:767px){._dwKt6{font-size:12px}}._GTnus{border-radius:20px;display:flex;gap:4px;height:4px;margin-bottom:8px;position:relative;z-index:1}._GTnus ._RGcck{height:100%;left:0;position:relative;top:0}._GTnus ._RGcck:first-child{border-radius:20px 0 0 20px}._GTnus ._RGcck:last-child{border-radius:0 20px 20px 0}._zJyTE{display:flex;position:relative;z-index:2}._6rqjX,._9yo7q,._gS4aY{flex-shrink:0;width:80%}@media print and (max-width:743.25px),screen and (max-width:991px){._6rqjX,._9yo7q,._gS4aY{width:85%}}._6rqjX,._arMLu{display:flex}._6rqjX{justify-content:space-around;line-height:1.1}@media print and (max-width:743.25px),screen and (max-width:991px){._6rqjX{font-size:12px}}._OM4Gf{padding:0 5px;text-align:center}._OM4Gf span{display:inline-block}._NdFbG{display:flex;flex-direction:column;justify-content:space-between;line-height:1.1}@media print and (max-width:743.25px),screen and (max-width:991px){._NdFbG{font-size:12px}}._9yo7q,._gS4aY{margin-bottom:20px}._yWvi3{background-color:var(--card-bg-color);border-radius:8px;box-shadow:0 0 4px #00000024}._yWvi3 ._mphmr{align-items:flex-start;background:#fe4b0008;border-top-left-radius:8px;border-top-right-radius:8px;box-shadow:0 0 4px #0000001a;display:flex;font-size:18px;line-height:1.2;padding:20px 18px}@media print and (max-width:575.25px),screen and (max-width:767px){._yWvi3 ._mphmr{font-size:16px;padding:15px}}._yWvi3 ._mphmr ._gi9Dr{margin-right:10px;min-width:18px}._yWvi3 ._A22o8{padding:24px}@media print and (max-width:575.25px),screen and (max-width:767px){._yWvi3 ._A22o8{padding:18px}}@media print{._yWvi3 ._A22o8{padding:16px}}._yWvi3 ._-i3ZN{font-size:14px;margin-bottom:22px}@media print{._yWvi3 ._-i3ZN{font-size:16px}}._yWvi3 ._UlqPD{display:inline-flex;padding-left:15px;vertical-align:middle}._yWvi3 ._bhWPQ p{margin-bottom:8px}._yWvi3 ._bhWPQ p:last-child{margin-bottom:0}[role=tooltip]._ThSLw{--tooltip-bg:#222323;background:var(--tooltip-bg,#fff);border-color:transparent;border-radius:8px;box-shadow:0 0 4px #0000000a;color:var(--text-color,#1d1d1d);font-size:14px;font-weight:400;line-height:18px;max-width:260px;opacity:1;padding:0;text-align:left}@media screen and (max-width:1199px){[role=tooltip]._ThSLw{max-width:230px}}@media screen and (max-width:767px){[role=tooltip]._ThSLw{font-size:14px;line-height:15px}}[role=tooltip]._ThSLw[data-theme=secondary]{border-left-color:transparent}[role=tooltip]._ThSLw .tippy-content{padding:16px}[role=tooltip]._ThSLw .tippy-arrow:before{background-color:var(--tooltip-bg,#fff);border:0!important;box-shadow:0 0 4px #00000026;height:12px;width:12px}[role=tooltip]._ThSLw .tippy-arrow:after{background-color:var(--tooltip-bg,#fff);content:"";display:block;height:10px;left:0;position:absolute;width:100%;z-index:1}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-16px!important;left:-2px!important;transform:rotate(225deg)}.tippy-box[data-placement^=top]>.tippy-arrow:after{bottom:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{left:-2px!important;transform:rotate(45deg)}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;position:relative;z-index:1}._UVF8D{height:auto;margin:0 auto 40px;max-width:100%}._28ToR{gap:12px;justify-content:space-between}._28ToR,._JSO0e{align-items:center;display:flex}._JSO0e{font-size:12px;gap:8px;margin-bottom:22px;text-transform:uppercase}._JSO0e svg{flex-shrink:0}._7azOW{display:inline-block;height:auto;max-width:100%}._tWpv4:not(:last-child){margin-bottom:10px}._tWpv4 h5{font-size:inherit;font-weight:400;margin-bottom:4px}._eMNSW{opacity:.6}._T51qk{--grid-gutter-x:8px;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:calc(var(--grid-gutter-x)*-1);margin-right:calc(var(--grid-gutter-x)*-1)}._vAX7A{box-sizing:border-box;flex-basis:0%;flex-grow:1;flex-shrink:1;padding-left:calc(var(--grid-gutter-x));padding-right:calc(var(--grid-gutter-x))}@media print and (min-width:0),screen and (min-width:0){._vAX7A._F1bCp{width:8.33%}._vAX7A._5VdrP,._vAX7A._F1bCp{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5VdrP{width:16.66%}._vAX7A._tkpcD{width:24.99%}._vAX7A._-ZRVo,._vAX7A._tkpcD{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._-ZRVo{width:33.32%}._vAX7A._yFSiB{width:41.65%}._vAX7A._Ov52t,._vAX7A._yFSiB{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Ov52t{width:49.98%}._vAX7A._H7ty2{width:58.31%}._vAX7A._H7ty2,._vAX7A._MJQ5I{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._MJQ5I{width:66.64%}._vAX7A._n3Dsp{width:74.97%}._vAX7A._CA58Y,._vAX7A._n3Dsp{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._CA58Y{width:83.3%}._vAX7A._Blajp{width:91.63%}._vAX7A._Blajp,._vAX7A._h9z9z{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._h9z9z{width:99.96%}}@media not screen,print and (min-width:0){._vAX7A._F1bCp{width:8.33%}._vAX7A._5VdrP,._vAX7A._F1bCp{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5VdrP{width:16.66%}._vAX7A._tkpcD{width:24.99%}._vAX7A._-ZRVo,._vAX7A._tkpcD{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._-ZRVo{width:33.32%}._vAX7A._yFSiB{width:41.65%}._vAX7A._Ov52t,._vAX7A._yFSiB{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Ov52t{width:49.98%}._vAX7A._H7ty2{width:58.31%}._vAX7A._H7ty2,._vAX7A._MJQ5I{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._MJQ5I{width:66.64%}._vAX7A._n3Dsp{width:74.97%}._vAX7A._CA58Y,._vAX7A._n3Dsp{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._CA58Y{width:83.3%}._vAX7A._Blajp{width:91.63%}._vAX7A._Blajp,._vAX7A._h9z9z{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._h9z9z{width:99.96%}}@media print and (min-width:432px),screen and (min-width:576px){._vAX7A._CpZ6z{width:8.33%}._vAX7A._CpZ6z,._vAX7A._h7tOQ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._h7tOQ{width:16.66%}._vAX7A._y0Jn4{width:24.99%}._vAX7A._Glmkq,._vAX7A._y0Jn4{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Glmkq{width:33.32%}._vAX7A._UzBav{width:41.65%}._vAX7A._UzBav,._vAX7A._mTnfC{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._mTnfC{width:49.98%}._vAX7A._4gsIW{width:58.31%}._vAX7A._4gsIW,._vAX7A._VDgUM{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._VDgUM{width:66.64%}._vAX7A._4uc-A{width:74.97%}._vAX7A._4uc-A,._vAX7A._sYbVU{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._sYbVU{width:83.3%}._vAX7A._R00A-{width:91.63%}._vAX7A._3jgOs,._vAX7A._R00A-{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._3jgOs{width:99.96%}}@media not screen,print and (min-width:432px){._vAX7A._CpZ6z{width:8.33%}._vAX7A._CpZ6z,._vAX7A._h7tOQ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._h7tOQ{width:16.66%}._vAX7A._y0Jn4{width:24.99%}._vAX7A._Glmkq,._vAX7A._y0Jn4{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Glmkq{width:33.32%}._vAX7A._UzBav{width:41.65%}._vAX7A._UzBav,._vAX7A._mTnfC{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._mTnfC{width:49.98%}._vAX7A._4gsIW{width:58.31%}._vAX7A._4gsIW,._vAX7A._VDgUM{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._VDgUM{width:66.64%}._vAX7A._4uc-A{width:74.97%}._vAX7A._4uc-A,._vAX7A._sYbVU{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._sYbVU{width:83.3%}._vAX7A._R00A-{width:91.63%}._vAX7A._3jgOs,._vAX7A._R00A-{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._3jgOs{width:99.96%}}@media print and (min-width:576px),screen and (min-width:768px){._vAX7A._xKOL0{width:8.33%}._vAX7A._mtOs6,._vAX7A._xKOL0{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._mtOs6{width:16.66%}._vAX7A._sSf1L{width:24.99%}._vAX7A._kaZvk,._vAX7A._sSf1L{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._kaZvk{width:33.32%}._vAX7A._5eLZr{width:41.65%}._vAX7A._5eLZr,._vAX7A._keUYM{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._keUYM{width:49.98%}._vAX7A._8V0BV{width:58.31%}._vAX7A._8V0BV,._vAX7A._T7jG2{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._T7jG2{width:66.64%}._vAX7A._sND8e{width:74.97%}._vAX7A._LFKUS,._vAX7A._sND8e{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._LFKUS{width:83.3%}._vAX7A._EeChY{width:91.63%}._vAX7A._5qlBU,._vAX7A._EeChY{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5qlBU{width:99.96%}}@media not screen,print and (min-width:576px){._vAX7A._xKOL0{width:8.33%}._vAX7A._mtOs6,._vAX7A._xKOL0{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._mtOs6{width:16.66%}._vAX7A._sSf1L{width:24.99%}._vAX7A._kaZvk,._vAX7A._sSf1L{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._kaZvk{width:33.32%}._vAX7A._5eLZr{width:41.65%}._vAX7A._5eLZr,._vAX7A._keUYM{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._keUYM{width:49.98%}._vAX7A._8V0BV{width:58.31%}._vAX7A._8V0BV,._vAX7A._T7jG2{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._T7jG2{width:66.64%}._vAX7A._sND8e{width:74.97%}._vAX7A._LFKUS,._vAX7A._sND8e{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._LFKUS{width:83.3%}._vAX7A._EeChY{width:91.63%}._vAX7A._5qlBU,._vAX7A._EeChY{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5qlBU{width:99.96%}}@media print and (min-width:744px),screen and (min-width:992px){._vAX7A._Xv0Wb{width:8.33%}._vAX7A._Xv0Wb,._vAX7A._skFSY{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._skFSY{width:16.66%}._vAX7A._eFCZc{width:24.99%}._vAX7A._RK6kS,._vAX7A._eFCZc{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._RK6kS{width:33.32%}._vAX7A._PJXEp{width:41.65%}._vAX7A._PJXEp,._vAX7A._w7HDz{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._w7HDz{width:49.98%}._vAX7A._Pou6v{width:58.31%}._vAX7A._Pou6v,._vAX7A._U45Os{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._U45Os{width:66.64%}._vAX7A._5CxYe{width:74.97%}._vAX7A._4xKV4,._vAX7A._5CxYe{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._4xKV4{width:83.3%}._vAX7A._Z5hDN{width:91.63%}._vAX7A._Z5hDN,._vAX7A._amANy{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._amANy{width:99.96%}}@media not screen,print and (min-width:744px){._vAX7A._Xv0Wb{width:8.33%}._vAX7A._Xv0Wb,._vAX7A._skFSY{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._skFSY{width:16.66%}._vAX7A._eFCZc{width:24.99%}._vAX7A._RK6kS,._vAX7A._eFCZc{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._RK6kS{width:33.32%}._vAX7A._PJXEp{width:41.65%}._vAX7A._PJXEp,._vAX7A._w7HDz{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._w7HDz{width:49.98%}._vAX7A._Pou6v{width:58.31%}._vAX7A._Pou6v,._vAX7A._U45Os{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._U45Os{width:66.64%}._vAX7A._5CxYe{width:74.97%}._vAX7A._4xKV4,._vAX7A._5CxYe{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._4xKV4{width:83.3%}._vAX7A._Z5hDN{width:91.63%}._vAX7A._Z5hDN,._vAX7A._amANy{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._amANy{width:99.96%}}@media print and (min-width:900px),screen and (min-width:1200px){._vAX7A._ACljW{width:8.33%}._vAX7A._ACljW,._vAX7A._FKYDQ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._FKYDQ{width:16.66%}._vAX7A._BF-eI{width:24.99%}._vAX7A._BF-eI,._vAX7A._jlgIC{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._jlgIC{width:33.32%}._vAX7A._BSZvV{width:41.65%}._vAX7A._BSZvV,._vAX7A._cr6JP{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._cr6JP{width:49.98%}._vAX7A._HBcaB{width:58.31%}._vAX7A._AbJa6,._vAX7A._HBcaB{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._AbJa6{width:66.64%}._vAX7A._JlhTC{width:74.97%}._vAX7A._JlhTC,._vAX7A._Kzy-T{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Kzy-T{width:83.3%}._vAX7A._TiCvv{width:91.63%}._vAX7A._TiCvv,._vAX7A._f6w-6{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._f6w-6{width:99.96%}}@media not screen,print and (min-width:900px){._vAX7A._ACljW{width:8.33%}._vAX7A._ACljW,._vAX7A._FKYDQ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._FKYDQ{width:16.66%}._vAX7A._BF-eI{width:24.99%}._vAX7A._BF-eI,._vAX7A._jlgIC{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._jlgIC{width:33.32%}._vAX7A._BSZvV{width:41.65%}._vAX7A._BSZvV,._vAX7A._cr6JP{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._cr6JP{width:49.98%}._vAX7A._HBcaB{width:58.31%}._vAX7A._AbJa6,._vAX7A._HBcaB{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._AbJa6{width:66.64%}._vAX7A._JlhTC{width:74.97%}._vAX7A._JlhTC,._vAX7A._Kzy-T{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Kzy-T{width:83.3%}._vAX7A._TiCvv{width:91.63%}._vAX7A._TiCvv,._vAX7A._f6w-6{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._f6w-6{width:99.96%}}@media print and (min-width:1050px),screen and (min-width:1400px){._vAX7A._J0as6{width:8.33%}._vAX7A._J0as6,._vAX7A._ReyDA{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._ReyDA{width:16.66%}._vAX7A._3R8iI{width:24.99%}._vAX7A._3R8iI,._vAX7A._ZGCBO{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._ZGCBO{width:33.32%}._vAX7A._6Zqz8{width:41.65%}._vAX7A._6Zqz8,._vAX7A._kHCVE{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._kHCVE{width:49.98%}._vAX7A._DuHpS{width:58.31%}._vAX7A._DuHpS,._vAX7A._nMFnN{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._nMFnN{width:66.64%}._vAX7A._UkAJM{width:74.97%}._vAX7A._UkAJM,._vAX7A._Y2ZxZ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Y2ZxZ{width:83.3%}._vAX7A._M576l{width:91.63%}._vAX7A._M576l,._vAX7A._jAmW9{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._jAmW9{width:99.96%}}@media not screen,print and (min-width:1050px){._vAX7A._J0as6{width:8.33%}._vAX7A._J0as6,._vAX7A._ReyDA{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._ReyDA{width:16.66%}._vAX7A._3R8iI{width:24.99%}._vAX7A._3R8iI,._vAX7A._ZGCBO{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._ZGCBO{width:33.32%}._vAX7A._6Zqz8{width:41.65%}._vAX7A._6Zqz8,._vAX7A._kHCVE{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._kHCVE{width:49.98%}._vAX7A._DuHpS{width:58.31%}._vAX7A._DuHpS,._vAX7A._nMFnN{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._nMFnN{width:66.64%}._vAX7A._UkAJM{width:74.97%}._vAX7A._UkAJM,._vAX7A._Y2ZxZ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._Y2ZxZ{width:83.3%}._vAX7A._M576l{width:91.63%}._vAX7A._M576l,._vAX7A._jAmW9{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._jAmW9{width:99.96%}}@media print and (min-width:1200px),screen and (min-width:1600px){._vAX7A._4XzNT{width:8.33%}._vAX7A._4XzNT,._vAX7A._5FUBo{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5FUBo{width:16.66%}._vAX7A._w0Agw{width:24.99%}._vAX7A._WB1jN,._vAX7A._w0Agw{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._WB1jN{width:33.32%}._vAX7A._fChCT{width:41.65%}._vAX7A._fChCT,._vAX7A._wqBer{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._wqBer{width:49.98%}._vAX7A._dRek-{width:58.31%}._vAX7A._dRek-,._vAX7A._q0Oio{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._q0Oio{width:66.64%}._vAX7A._rIGhX{width:74.97%}._vAX7A._rIGhX,._vAX7A._tCdXJ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._tCdXJ{width:83.3%}._vAX7A._3p1-B{width:91.63%}._vAX7A._2Z89X,._vAX7A._3p1-B{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._2Z89X{width:99.96%}}@media not screen,print and (min-width:1200px){._vAX7A._4XzNT{width:8.33%}._vAX7A._4XzNT,._vAX7A._5FUBo{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._5FUBo{width:16.66%}._vAX7A._w0Agw{width:24.99%}._vAX7A._WB1jN,._vAX7A._w0Agw{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._WB1jN{width:33.32%}._vAX7A._fChCT{width:41.65%}._vAX7A._fChCT,._vAX7A._wqBer{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._wqBer{width:49.98%}._vAX7A._dRek-{width:58.31%}._vAX7A._dRek-,._vAX7A._q0Oio{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._q0Oio{width:66.64%}._vAX7A._rIGhX{width:74.97%}._vAX7A._rIGhX,._vAX7A._tCdXJ{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._tCdXJ{width:83.3%}._vAX7A._3p1-B{width:91.63%}._vAX7A._2Z89X,._vAX7A._3p1-B{flex-basis:unset;flex-grow:0;flex-shrink:0}._vAX7A._2Z89X{width:99.96%}}@media screen and (min-width:0){._vAX7A._GiKqU{margin-left:8.33%}._vAX7A._paMIh{margin-left:16.66%}._vAX7A._dQpbk{margin-left:24.99%}._vAX7A._dOlXh{margin-left:33.32%}._vAX7A._bseW5{margin-left:41.65%}._vAX7A._fjYEj{margin-left:49.98%}._vAX7A._E5FEZ{margin-left:58.31%}._vAX7A._ptZhF{margin-left:66.64%}._vAX7A._Wi7PL{margin-left:74.97%}._vAX7A._oUrEs{margin-left:83.3%}._vAX7A._EBkdg{margin-left:91.63%}._vAX7A._mCysv{margin-left:99.96%}}@media print and (min-width:0),screen and (min-width:0){._vAX7A._GiKqU{margin-left:8.33%}._vAX7A._paMIh{margin-left:16.66%}._vAX7A._dQpbk{margin-left:24.99%}._vAX7A._dOlXh{margin-left:33.32%}._vAX7A._bseW5{margin-left:41.65%}._vAX7A._fjYEj{margin-left:49.98%}._vAX7A._E5FEZ{margin-left:58.31%}._vAX7A._ptZhF{margin-left:66.64%}._vAX7A._Wi7PL{margin-left:74.97%}._vAX7A._oUrEs{margin-left:83.3%}._vAX7A._EBkdg{margin-left:91.63%}._vAX7A._mCysv{margin-left:99.96%}}@media screen and (min-width:576px){._vAX7A._mvB2j{margin-left:8.33%}._vAX7A._5wses{margin-left:16.66%}._vAX7A._SIcnr{margin-left:24.99%}._vAX7A._AVfa2{margin-left:33.32%}._vAX7A._o66X4{margin-left:41.65%}._vAX7A._RQ56N{margin-left:49.98%}._vAX7A._bNc-m{margin-left:58.31%}._vAX7A._enjuq{margin-left:66.64%}._vAX7A._RwHZ-{margin-left:74.97%}._vAX7A._GTRHS{margin-left:83.3%}._vAX7A._NGBBl{margin-left:91.63%}._vAX7A._swEK3{margin-left:99.96%}}@media print and (min-width:432px),screen and (min-width:576px){._vAX7A._mvB2j{margin-left:8.33%}._vAX7A._5wses{margin-left:16.66%}._vAX7A._SIcnr{margin-left:24.99%}._vAX7A._AVfa2{margin-left:33.32%}._vAX7A._o66X4{margin-left:41.65%}._vAX7A._RQ56N{margin-left:49.98%}._vAX7A._bNc-m{margin-left:58.31%}._vAX7A._enjuq{margin-left:66.64%}._vAX7A._RwHZ-{margin-left:74.97%}._vAX7A._GTRHS{margin-left:83.3%}._vAX7A._NGBBl{margin-left:91.63%}._vAX7A._swEK3{margin-left:99.96%}}@media screen and (min-width:768px){._vAX7A._kTN9N{margin-left:8.33%}._vAX7A._4FoKE{margin-left:16.66%}._vAX7A._QSZX5{margin-left:24.99%}._vAX7A._-42F7{margin-left:33.32%}._vAX7A._zv5wU{margin-left:41.65%}._vAX7A._X0msZ{margin-left:49.98%}._vAX7A._1dOtb{margin-left:58.31%}._vAX7A._IrzR9{margin-left:66.64%}._vAX7A._0ZoIU{margin-left:74.97%}._vAX7A._TRT66{margin-left:83.3%}._vAX7A._XWzWi{margin-left:91.63%}._vAX7A._j1MDG{margin-left:99.96%}}@media print and (min-width:576px),screen and (min-width:768px){._vAX7A._kTN9N{margin-left:8.33%}._vAX7A._4FoKE{margin-left:16.66%}._vAX7A._QSZX5{margin-left:24.99%}._vAX7A._-42F7{margin-left:33.32%}._vAX7A._zv5wU{margin-left:41.65%}._vAX7A._X0msZ{margin-left:49.98%}._vAX7A._1dOtb{margin-left:58.31%}._vAX7A._IrzR9{margin-left:66.64%}._vAX7A._0ZoIU{margin-left:74.97%}._vAX7A._TRT66{margin-left:83.3%}._vAX7A._XWzWi{margin-left:91.63%}._vAX7A._j1MDG{margin-left:99.96%}}@media screen and (min-width:992px){._vAX7A._eS9In{margin-left:8.33%}._vAX7A._GWr8Q{margin-left:16.66%}._vAX7A._Q9Qm2{margin-left:24.99%}._vAX7A._AF8TW{margin-left:33.32%}._vAX7A._vYggq{margin-left:41.65%}._vAX7A._nlAiE{margin-left:49.98%}._vAX7A._KErV-{margin-left:58.31%}._vAX7A._oZeSf{margin-left:66.64%}._vAX7A._3Yz9Z{margin-left:74.97%}._vAX7A._qyR6g{margin-left:83.3%}._vAX7A._Je9q9{margin-left:91.63%}._vAX7A._xC1lH{margin-left:99.96%}}@media print and (min-width:744px),screen and (min-width:992px){._vAX7A._eS9In{margin-left:8.33%}._vAX7A._GWr8Q{margin-left:16.66%}._vAX7A._Q9Qm2{margin-left:24.99%}._vAX7A._AF8TW{margin-left:33.32%}._vAX7A._vYggq{margin-left:41.65%}._vAX7A._nlAiE{margin-left:49.98%}._vAX7A._KErV-{margin-left:58.31%}._vAX7A._oZeSf{margin-left:66.64%}._vAX7A._3Yz9Z{margin-left:74.97%}._vAX7A._qyR6g{margin-left:83.3%}._vAX7A._Je9q9{margin-left:91.63%}._vAX7A._xC1lH{margin-left:99.96%}}@media screen and (min-width:1200px){._vAX7A._01i3t{margin-left:8.33%}._vAX7A._tdx-c{margin-left:16.66%}._vAX7A._h3cYA{margin-left:24.99%}._vAX7A._N2U5x{margin-left:33.32%}._vAX7A._Ajtzr{margin-left:41.65%}._vAX7A._UF1Ui{margin-left:49.98%}._vAX7A._VKRt1{margin-left:58.31%}._vAX7A._yh3GZ{margin-left:66.64%}._vAX7A._XkR7a{margin-left:74.97%}._vAX7A._FJkg2{margin-left:83.3%}._vAX7A._XXreh{margin-left:91.63%}._vAX7A._TiKu8{margin-left:99.96%}}@media print and (min-width:900px),screen and (min-width:1200px){._vAX7A._01i3t{margin-left:8.33%}._vAX7A._tdx-c{margin-left:16.66%}._vAX7A._h3cYA{margin-left:24.99%}._vAX7A._N2U5x{margin-left:33.32%}._vAX7A._Ajtzr{margin-left:41.65%}._vAX7A._UF1Ui{margin-left:49.98%}._vAX7A._VKRt1{margin-left:58.31%}._vAX7A._yh3GZ{margin-left:66.64%}._vAX7A._XkR7a{margin-left:74.97%}._vAX7A._FJkg2{margin-left:83.3%}._vAX7A._XXreh{margin-left:91.63%}._vAX7A._TiKu8{margin-left:99.96%}}@media screen and (min-width:1400px){._vAX7A._y7oXg{margin-left:8.33%}._vAX7A._p0vyT{margin-left:16.66%}._vAX7A._alryy{margin-left:24.99%}._vAX7A._XwzLc{margin-left:33.32%}._vAX7A._3bMAF{margin-left:41.65%}._vAX7A._-U1ZW{margin-left:49.98%}._vAX7A._pZP-D{margin-left:58.31%}._vAX7A._geMAW{margin-left:66.64%}._vAX7A._bPX7L{margin-left:74.97%}._vAX7A._ODYvm{margin-left:83.3%}._vAX7A._ok99h{margin-left:91.63%}._vAX7A._cHazu{margin-left:99.96%}}@media print and (min-width:1050px),screen and (min-width:1400px){._vAX7A._y7oXg{margin-left:8.33%}._vAX7A._p0vyT{margin-left:16.66%}._vAX7A._alryy{margin-left:24.99%}._vAX7A._XwzLc{margin-left:33.32%}._vAX7A._3bMAF{margin-left:41.65%}._vAX7A._-U1ZW{margin-left:49.98%}._vAX7A._pZP-D{margin-left:58.31%}._vAX7A._geMAW{margin-left:66.64%}._vAX7A._bPX7L{margin-left:74.97%}._vAX7A._ODYvm{margin-left:83.3%}._vAX7A._ok99h{margin-left:91.63%}._vAX7A._cHazu{margin-left:99.96%}}@media screen and (min-width:1600px){._vAX7A._yDmlv{margin-left:8.33%}._vAX7A._B-MeG{margin-left:16.66%}._vAX7A._qLxR9{margin-left:24.99%}._vAX7A._o0VMq{margin-left:33.32%}._vAX7A._Mpy-v{margin-left:41.65%}._vAX7A._QljRh{margin-left:49.98%}._vAX7A._g5WSt{margin-left:58.31%}._vAX7A._LELbD{margin-left:66.64%}._vAX7A._Y-QTh{margin-left:74.97%}._vAX7A._pDIpT{margin-left:83.3%}._vAX7A._jWpA5{margin-left:91.63%}._vAX7A._VnW70{margin-left:99.96%}}@media print and (min-width:1200px),screen and (min-width:1600px){._vAX7A._yDmlv{margin-left:8.33%}._vAX7A._B-MeG{margin-left:16.66%}._vAX7A._qLxR9{margin-left:24.99%}._vAX7A._o0VMq{margin-left:33.32%}._vAX7A._Mpy-v{margin-left:41.65%}._vAX7A._QljRh{margin-left:49.98%}._vAX7A._g5WSt{margin-left:58.31%}._vAX7A._LELbD{margin-left:66.64%}._vAX7A._Y-QTh{margin-left:74.97%}._vAX7A._pDIpT{margin-left:83.3%}._vAX7A._jWpA5{margin-left:91.63%}._vAX7A._VnW70{margin-left:99.96%}}._AZ13u{font-size:12px}._AZ13u ._fjWca{text-align:left}._AZ13u ._QiiUp{text-align:right}._PK9pZ{display:flex;justify-content:center}._8vl7R{align-items:center;border:1px solid #dedede;border-radius:8px;display:inline-flex;padding:7px 8px;width:115px}._8vl7R span{font-size:14px;font-weight:600;line-height:15px}._8vl7R svg{height:26px;margin-right:6px;min-width:24px;vertical-align:middle;width:26px}._NveYh{height:12px;vertical-align:text-bottom;width:12px}._NveYh svg{height:inherit;width:inherit}._0BdE8{font-size:11px;text-transform:uppercase}@media print and (min-width:576px),screen and (min-width:768px){._0BdE8{max-width:132px}}._eusMg{overflow:auto;pointer-events:none}._xhKIZ{height:auto;max-width:100%;overflow:hidden}._xhKIZ ._BDc08{fill:var(--text-color);color:var(--text-color);font-size:14px;font-weight:400;line-height:1.1}._xhKIZ ._6lp2J a{display:block;position:relative}._xhKIZ ._6lp2J svg{position:relative;z-index:1}._xhKIZ ._6lp2J svg circle:first-child{fill:var(--card-bg-color,#fff)}._X2Nnz ._4X7mx{display:flex}._X2Nnz ._0Argh{box-sizing:border-box;flex:1 1 0;font-size:16px;line-height:18px;padding:12px;width:0}@media print and (max-width:1125px),screen and (max-width:1500px){._X2Nnz ._0Argh{font-size:14px;line-height:16px}}@media print and (min-width:576px),screen and (min-width:768px){._X2Nnz ._0Argh:first-child{padding-left:28px}}._X2Nnz ._0Argh._yN-EP{flex-grow:0;flex-shrink:0}._X2Nnz ._0Argh ._oVRbj{display:none}._X2Nnz ._JAS2E{background:#7878781c;border-radius:5px;box-shadow:0 1px 4px #00000026;margin-bottom:20px}._X2Nnz ._JAS2E ._0Argh{font-size:18px;font-weight:600;line-height:20px}@media print and (max-width:1125px),screen and (max-width:1500px){._X2Nnz ._JAS2E ._0Argh{font-size:16px;line-height:18px}}@media print and (min-width:576px),screen and (min-width:768px){._X2Nnz ._JAS2E ._0Argh:last-of-type{padding-right:25px}}@media print and (min-width:1124.25px),screen and (min-width:1499px){._X2Nnz ._bkIJW ._0Argh{padding-bottom:14px;padding-top:14px}}@media print and (min-width:576px),screen and (min-width:768px){._X2Nnz ._bkIJW ._0Argh:last-of-type{padding-right:0}}@media print and (max-width:575.25px),screen and (max-width:767px){._X2Nnz ._JAS2E{display:none}._X2Nnz ._4X7mx{flex-direction:column;padding:8px 0;position:relative}._X2Nnz ._4X7mx:after{background-color:var(--nav-bg-color);bottom:0;content:"";height:1px;left:50%;pointer-events:none;position:absolute;transform:translate(-50%);width:100%;z-index:1}._X2Nnz ._0Argh{display:flex;flex-basis:auto!important;padding:0;width:auto}._X2Nnz ._0Argh ._oVRbj{color:var(--gray-color);display:block;flex-basis:35%;flex-grow:0;flex-shrink:0;font-size:16px;font-weight:600;line-height:18px;padding:8px 0}._X2Nnz ._0Argh ._oVRbj:empty{display:none}._X2Nnz ._0Argh ._ZzyNm{flex-grow:1;font-size:18px;overflow:initial;padding:8px 0;text-overflow:clip;white-space:normal}._X2Nnz ._0Argh ._ZzyNm:empty{display:none}}._KWE3b{background:red;border-radius:23px;height:8px;width:100%}._mYzm4{align-items:center;display:flex}._mYzm4 ._a6--c{flex-grow:1;margin:0 10px}._mYzm4 ._3pfC1{align-items:center;display:flex}._mYzm4 ._3pfC1:first-child{min-width:70px}._mYzm4 ._3pfC1:last-child{min-width:100px}._mYzm4 ._3pfC1 ._rmjDa{align-items:center;background:#fec3a94a;border-radius:50%;box-shadow:0 1px 4px #00000026;display:flex;height:24px;justify-content:center;margin-right:8px;width:24px}@media print and (max-width:575.25px),screen and (max-width:767px){._mYzm4{flex-wrap:wrap}._mYzm4 ._a6--c{margin:5px 0 0;order:10;width:100%}._mYzm4 ._KLXld{margin-left:auto;min-width:unset!important}}._lXu-e{display:flex;justify-content:space-between}._Gu0oU{font-weight:600}@media print and (max-width:575.25px),screen and (max-width:767px){._Gu0oU{flex-direction:column;padding-bottom:0!important}._Gu0oU>:first-child,._lXu-e{margin-bottom:5px}._Z4ftI{flex-direction:column}}._t2ptw{height:100%}._t2ptw ._oUGHB{align-items:center;display:flex;font-weight:700;height:100%;justify-content:center}._zsuCW{background:var(--card-bg-color);border-radius:8px;box-shadow:0 0 4px #00000026;overflow:hidden}._zsuCW ._rg7vl{background:var(--accent-color);color:#fff;padding:16px}._zsuCW ._40d3R{padding-top:16px}._-3sSX{align-items:center;animation:_r1KEg .3s linear forwards;bottom:0;color:var(--text-color,#000);display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;right:0;top:0;z-index:9999}@media print and (max-width:575.25px),screen and (max-width:767px){._-3sSX{justify-content:flex-end}}._-3sSX ._mmevp{-ms-scrollbar-base-color:#b2b2b2;margin-right:5px;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:40px 55px 40px 60px;scrollbar-color:hsla(0,0%,70%,.5) #e4e4e4;scrollbar-width:thin;text-align:center}._-3sSX ._mmevp::-webkit-scrollbar{height:5px;width:5px}._-3sSX ._mmevp::-webkit-scrollbar-track{background-color:#e4e4e4;box-shadow:inset 0 0 0 1.5px #fff}._-3sSX ._mmevp::-webkit-scrollbar-thumb{background-color:#b2b2b2;border-radius:5px;height:5px;width:5px}@media print and (max-width:575.25px),screen and (max-width:767px){._-3sSX ._mmevp{padding:30px 45px 30px 40px}}._-3sSX ._tjOiw{display:block;margin:30px auto;max-width:700px;min-width:250px;width:70%}._-3sSX ._9L8wo{align-items:center;background-color:var(--accent-color,#c83800);border-radius:50%;display:flex;height:28px;justify-content:center;position:absolute;right:24px;top:27px;transition:transform .2s ease;width:28px;z-index:5}._-3sSX ._9L8wo span{background-color:#fff;display:block;height:2px;transform:rotate(-45deg);width:60%}._-3sSX ._9L8wo span:before{background-color:inherit;content:"";display:block;height:2px;transform:rotate(90deg);width:100%}._-3sSX ._9L8wo:hover{transform:scale(1.15)}._yymf8{background-color:var(--card-bg-color,#fff);border-radius:40px;border-top:15px solid var(--accent-color,#c83800);box-shadow:0 0 4px #00000026;max-height:calc(100% - 100px);max-width:1400px;opacity:0;overflow:hidden;pointer-events:all;position:relative;transform:scale(.7) translateY(-105px);width:calc(100% - 40px);z-index:200}@media print and (max-width:575.25px),screen and (max-width:767px){._yymf8{border-radius:20px 20px 0 0;border-top-width:10px;width:100%}}._yymf8._6i-j8{animation:_KG2mf .2s forwards;animation-delay:.1s}._S0Uhl{font-size:28px;font-weight:600;line-height:31px;margin-bottom:20px}._5Uifg{background-color:#0009;bottom:0;height:100%;left:0;pointer-events:all;position:fixed;right:0;top:0;width:100%;z-index:100}@keyframes _r1KEg{0%{opacity:0}to{opacity:1}}@keyframes _KG2mf{0%{opacity:0;transform:scale(.7) translateY(-105px)}to{opacity:1;transform:scale(1) translateY(0)}}._R9Ir8 ._sVDP-{background-color:transparent;border-bottom:1px solid var(--nav-bg-color);color:var(--text-color)}._nEdfu{display:flex}._nEdfu ._hHVHH{flex-basis:100%;flex-grow:0;flex-shrink:1;position:relative}._nEdfu ._hHVHH:not(:first-child){padding-left:16px}._pD4Sp{justify-content:center;margin-bottom:20px}._RVI-m,._pD4Sp{align-items:center;display:flex}._RVI-m{text-align:center}._RVI-m,._eQFZ6{flex-direction:column}._eQFZ6{display:flex;flex-grow:1;padding:16px;position:relative}._eQFZ6 ._hHVHH:not(:last-child){border-right:1px solid var(--accent-color);padding-right:15px}._eQFZ6 ._hHVHH:not(:last-child) ._vNBMu{transform:translate(-15px,-25%)}._eQFZ6 ._hHVHH:last-child:first-child ._vNBMu{transform:translate(5px,-25%)}._eQFZ6 ._vNBMu{background-color:var(--card-bg-color);border-radius:50%;position:absolute;right:15px;top:-16px;transform:translateY(-25%);z-index:10}@media print and (min-width:576px),screen and (min-width:768px){._eQFZ6 .text-list{font-size:18px;line-height:20px}}._Hl-0t{font-size:20px;font-weight:700;line-height:22px;margin-bottom:7px;margin-top:10px;padding-bottom:7px;position:relative}._Hl-0t:after{background:var(--nav-bg-color);bottom:0;content:"";display:block;height:1px;position:absolute;width:120px}._kkKPu{font-size:18px;line-height:20px;margin-bottom:0}._tYxE0{padding-top:15px}._DDpV3{font-size:14px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}._DDpV3:hover{text-decoration:none}._zW0An ._eQFZ6{padding:0}._zW0An ._eQFZ6 li{margin-bottom:20px}._zW0An ._eQFZ6 ._2dsxc{margin-bottom:25px;width:50%}._zW0An ._eQFZ6 ._2dsxc:only-child{width:100%}._zW0An ._eQFZ6 ._pD4Sp{display:inline-flex;position:relative}._zW0An ._eQFZ6 ._pD4Sp>div:first-child{height:120px;width:120px}._zW0An ._eQFZ6 ._vNBMu{background-color:var(--card-bg-color,#fff);border-radius:50%;left:55%;right:unset;top:-15px}._zW0An ._eQFZ6 ._hHVHH:first-child:last-child ._vNBMu{left:51%}._zW0An ._Hl-0t{margin-bottom:3px;padding-bottom:0}._zW0An ._Hl-0t:after{display:none}._zW0An ._kkKPu{margin-bottom:40px}._zW0An ._kkKPu:before{background-color:var(--line-title-color,#000);content:"";display:block;height:1px;margin:auto auto 5px;max-width:125px;width:50%}._zW0An ._HCrVf{padding-top:30px;text-align:left}._zW0An ._ah5CD{font-size:20px;font-weight:600;margin-bottom:15px}._VwApp{background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border-color:var(--accent-color);border-radius:50%;border-style:solid;border-width:.5px .5px .5px 2px;height:90px;overflow:hidden;position:relative;width:90px}._VwApp._lfipk{background-image:url(/assets/cervical_thoracic-DT7dm4hW.png)}._VwApp._lfipk ._OEZOY{left:calc(50% - 10px);top:60%}._VwApp._BFmGz{background-image:url(/assets/pelvis_lumbar-e7DqG5iB.png)}._VwApp._BFmGz ._OEZOY{left:calc(50% - 10px);top:70%}._VwApp._EXf6q{background-image:url(/assets/left_shoulder-CXcgpkFi.png)}._VwApp._EXf6q ._OEZOY{left:calc(50% - 10px);top:40%}._VwApp._9NTci{background-image:url(/assets/right_shoulder-BjnB1r-O.png)}._VwApp._9NTci ._OEZOY{left:calc(50% - 10px);top:40%}._VwApp._DjNZx{background-image:url(/assets/left_hip-DMdbUpJd.png)}._VwApp._DjNZx ._OEZOY{left:20%;top:65%}._VwApp._Xwpjk{background-image:url(/assets/left_hip-DMdbUpJd.png)}._VwApp._Xwpjk ._OEZOY{left:60%;top:65%}._VwApp._0-JBK{background-image:url(/assets/left_knee-CVX2Tsqh.png)}._VwApp._0-JBK ._OEZOY{left:15%;top:40%}._VwApp._uY3ak{background-image:url(/assets/left_knee-CVX2Tsqh.png)}._VwApp._uY3ak ._OEZOY{left:70%;top:40%}._VwApp._OrrXD{background-image:url(/assets/right_foot-DkYtaPXW.png)}._VwApp._OrrXD ._OEZOY{left:45%;top:50%}._VwApp._Bq9pU{background-image:url(/assets/left_foot-D1TDrcNx.png)}._VwApp._Bq9pU ._OEZOY{left:40%;top:50%}._VwApp._GdceR._lfipk{background-image:url(/assets/cervical_thoracic-CuAkXWbo.png)}._VwApp._GdceR._lfipk ._OEZOY{left:calc(50% - 10px);top:60%}._VwApp._GdceR._BFmGz{background-image:url(/assets/pelvis_lumbar-03lSzHqX.png)}._VwApp._GdceR._BFmGz ._OEZOY{left:calc(50% - 10px);top:70%}._VwApp._GdceR._EXf6q{background-image:url(/assets/left_shoulder-CGVIh5H6.png)}._VwApp._GdceR._EXf6q ._OEZOY{left:calc(50% - 10px);top:40%}._VwApp._GdceR._9NTci{background-image:url(/assets/right_shoulder-DHMnwbYq.png)}._VwApp._GdceR._9NTci ._OEZOY{left:calc(50% - 10px);top:40%}._VwApp._GdceR._DjNZx{background-image:url(/assets/left_hip-CO5tMPMI.png)}._VwApp._GdceR._DjNZx ._OEZOY{left:20%;top:65%}._VwApp._GdceR._Xwpjk{background-image:url(/assets/left_hip-CO5tMPMI.png)}._VwApp._GdceR._Xwpjk ._OEZOY{left:60%;top:65%}._VwApp._GdceR._0-JBK{background-image:url(/assets/left_knee-Cnh_EVVh.png)}._VwApp._GdceR._0-JBK ._OEZOY{left:15%;top:40%}._VwApp._GdceR._uY3ak{background-image:url(/assets/left_knee-Cnh_EVVh.png)}._VwApp._GdceR._uY3ak ._OEZOY{left:70%;top:40%}._VwApp._GdceR._OrrXD{background-image:url(/assets/right_foot-DFmCFGSe.png)}._VwApp._GdceR._OrrXD ._OEZOY{left:45%;top:50%}._VwApp._GdceR._Bq9pU{background-image:url(/assets/left_foot-vUJ_04KB.png)}._VwApp._GdceR._Bq9pU ._OEZOY{left:40%;top:50%}._VwApp ._OEZOY{border:1px solid transparent;border-radius:50%;height:20px;left:calc(50% - 10px);position:absolute;top:60%;width:20px}._kJZ7z{background:transparent;border:none;box-shadow:none}@media print and (max-width:743.25px),screen and (max-width:991px){._4rZEm{margin-right:calc(var(--container-gutter-x)*-1)}}@media print and (min-width:744px),screen and (min-width:992px){._4A9l-{justify-content:center}}@media print and (max-width:743.25px),screen and (max-width:991px){._4A9l-{flex-wrap:nowrap;margin:0;overflow-x:auto;overflow-y:hidden;padding-bottom:15px}._4A9l- ._yqVFi{flex-basis:450px;min-width:450px}._4A9l- ._RnCsW{flex-basis:290px;min-width:290px}}._4A9l- ._KeCq-{display:flex;flex-direction:column;height:100%}@media print and (max-width:743.25px),screen and (max-width:991px){._4A9l- ._KeCq-{margin-bottom:0}}._Bi8u2{display:flex;flex-direction:column}._6hbyq{flex-grow:1}._6hbyq ._guoth{padding:16px}._6hbyq ._s-84Z{flex-basis:30%;flex-grow:1;flex-shrink:1}._6hbyq ._s-84Z img{max-width:100%}._6hbyq ._ODBGb{border:1px solid var(--nav-bg-color);border-radius:8px;font-size:18px;line-height:1.2;margin-bottom:20px;padding:16px}@media print and (max-width:575.25px),screen and (max-width:767px){._6hbyq ._ODBGb{font-size:16px;padding:10px}}._6hbyq ._M0BoS{padding:0}@media not print{._6hbyq ._M0BoS{height:100%}}._SmYT0{color:var(--gray-color);font-size:16px;font-weight:400;padding-top:15px}@media screen and (min-width:768px){._SmYT0{font-size:18px;line-height:20px;padding-left:10px}}._SmYT0:empty{display:none}._izILL{font-weight:600}._-eJ9X{display:inline-block;margin-left:7px;transform:translateY(-5px);vertical-align:text-bottom}._-eJ9X svg{height:16px;width:16px}._FhGGv:not(._HITks){box-shadow:none}._FhGGv._HITks{box-shadow:0 2px 4px -2px #0000001a}._FhGGv+._FhGGv{border-radius:0;padding-top:0}@media print and (max-width:575.25px),screen and (max-width:767px){._FhGGv+._guoth{padding-top:0}}._7HQxg{position:relative}._7HQxg._QRi3c{background-color:var(--accent-background);border:1px solid var(--accent-border-color-light)}@media print and (max-width:575.25px),screen and (max-width:767px){._7HQxg._QRi3c{border-left:0;border-right:0;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}@media print and (min-width:576px),screen and (min-width:768px){._7HQxg._QRi3c{border-radius:5px}}._7HQxg._QRi3c+._QRi3c{border-top-color:var(--accent-background);margin-top:-5px}@media print and (min-width:576px),screen and (min-width:768px){._7HQxg._QRi3c+._QRi3c{border-radius:0 0 5px 5px}}._7HQxg._QRi3c+._jYsKf{margin-top:5px}._7HQxg._jYsKf{background-color:var(--card-bg-color);border:1px dashed var(--accent-border-color-light);border-radius:5px}@media print and (max-width:575.25px),screen and (max-width:767px){._7HQxg._jYsKf{margin-left:-16px;margin-right:-16px;padding-left:12px;padding-right:12px}._7HQxg._jYsKf:after{max-width:calc(100% - 22px)}}._7HQxg._jYsKf+._jYsKf{border-radius:0 0 5px 5px;border-top-color:var(--card-bg-color);margin-top:-5px}._7HQxg._jYsKf+._QRi3c{margin-top:5px}@media print and (max-width:575.25px),screen and (max-width:767px){._UGqEl .cell-title{display:none!important}}._UFJmZ{display:inline-flex;white-space:nowrap}._UFJmZ ._nsKlf{font-size:16px;font-weight:600;text-decoration:underline}._UFJmZ ._nsKlf:hover{text-decoration:none}._UFJmZ ._aTl-7{margin-left:4px}._UFJmZ ._aTl-7 svg{height:14px;min-width:14px;width:14px}._XuskM{margin-bottom:30px}._ZwowT{border-radius:6px;color:#fff;display:inline-flex;font-size:12px;justify-content:center;line-height:1;min-width:40px;padding:6px 12px;text-align:center;text-transform:uppercase}._ZwowT._o2aMo{border-radius:16px}._wl0WD{border:1px solid var(--accent-color);border-radius:4px;margin-top:20px;padding:20px;text-align:center}@media screen and (min-width:1400px){._wl0WD{margin-left:20px;margin-top:0}}._iXKiR img{height:auto;max-width:100%}@media print{._iXKiR>svg{max-height:300px}}._EN8xF{font-size:16px;font-weight:400;line-height:18px;padding-top:5px}._6W1lx{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);height:100%;left:0;position:absolute;top:0;width:100%}._6W1lx .sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}._Pt-oy{height:100%;width:100%}._3GtBV{margin-left:auto;margin-right:auto;max-width:310px;position:relative}._3GtBV ._OHwIP{height:auto;max-width:100%}._3GtBV:after{background:linear-gradient(to top,rgba(var(--card-bg-color-rgb),.7) 0,rgba(var(--card-bg-color-rgb),0) 25%),linear-gradient(to top,rgba(var(--card-bg-color-rgb),.6) 0,rgba(var(--card-bg-color-rgb),0) 40%),linear-gradient(to top,rgba(var(--card-bg-color-rgb),.5) 0,rgba(var(--card-bg-color-rgb),0) 55%),linear-gradient(to top,rgba(var(--card-bg-color-rgb),.5) 0,rgba(var(--card-bg-color-rgb),0) 65%),linear-gradient(to top,rgba(var(--card-bg-color-rgb),.45) 0,rgba(var(--card-bg-color-rgb),0) 75%),linear-gradient(to top,rgba(var(--card-bg-color-rgb),.3) 0,rgba(var(--card-bg-color-rgb),0) 85%);bottom:0;content:"";height:35px;left:0;position:absolute;width:100%}._3GtBV svg>svg{overflow:visible}@media print{._exegz{overflow:hidden;position:relative}._exegz:before{background-color:var(--card-bg-color,#fff);content:"";display:block;height:150%;left:50%;max-width:15px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:7%;z-index:1}._exegz ._ehYnl{vertical-align:bottom!important}}._9uJx2{background-color:#dadada;border-radius:12px;display:flex;height:395px;justify-content:space-evenly;padding:10px;width:100%}@media print{._9uJx2{height:250px}}._Vh-xP{align-items:center;display:flex;margin:0 5px}._Vh-xP:only-child{margin:0}._Vh-xP img{max-height:350px;max-width:100%}@media print{._Vh-xP:not(._1-qXc) img{max-height:240px}}._LWiYk{position:relative}._-u4gS{left:0;padding:20px;position:absolute;top:0}._XpM5L{align-items:baseline;color:var(--card-bg-color);display:flex;font-size:13px;margin-bottom:5px}._aXzbK{align-items:center;display:flex;height:12px;justify-content:center;margin-right:10px;width:12px}._aXzbK._WFYlu{background-color:var(--danger)}._aXzbK._cnmrf{background-color:var(--success)}._aXzbK._vLieG{padding:2px}._aXzbK._vLieG:before{background-color:var(--card-bg-color);content:"";display:inline-block;height:8px;width:8px}._Xu8eq{align-items:flex-start;display:flex;position:relative}._Xu8eq ._JvTxe{border:1px solid var(--accent-color);border-radius:5px;cursor:pointer;display:inline-block;height:22px;padding:3px;position:absolute;right:5px;top:15px;width:22px}._Xu8eq textarea{flex-grow:1}._s6mZd{margin-right:7px}._M8Ho-{background:none;border:0;color:var(--accent-color);font-size:16px;font-weight:600;padding:0}@media print and (max-width:575.25px),screen and (max-width:767px){._M8Ho-{font-size:14px}}._M8Ho- ._6Psvi{fill:currentColor;height:10px;width:10px}._M8Ho- ._6Psvi[direction=up]{transform:scaleY(-1)}._ER0qP{clear:both}._ER0qP:not(:last-child){margin-bottom:18px}._ER0qP a{text-decoration:none}._ER0qP a,._ER0qP a:hover{color:var(--text-color)}._-KuTl{color:var(--success);font-size:14px;margin:0 20px 0 0;min-width:16px}@media print{._-KuTl{font-size:18px;min-width:20px}}._8mquV{font-size:14px;line-height:1.4}@media print{._8mquV{font-size:18px;max-width:400px}}._rvmWJ{align-items:center;display:flex;min-height:20px}@media print{._rvmWJ{min-height:26px}}._CqKSq{margin-bottom:20px}@media print and (min-width:576px),screen and (min-width:768px){._CqKSq{float:left;margin-top:10px;max-width:48%}}._CqKSq ._PSgpc{font-size:24px;font-weight:600;line-height:24px;margin:0}@media print and (max-width:575.25px),screen and (max-width:767px){._CqKSq ._PSgpc{font-size:20px;line-height:22px}._aGh3z{display:flex;flex-direction:column}}._QNEP8{order:10}@media print and (min-width:576px),screen and (min-width:768px){._QNEP8{float:right;margin-bottom:20px}}@media print and (max-width:575.25px),screen and (max-width:767px){._QNEP8{padding-top:5px;text-align:center}}._QNEP8 ._SuqMM{text-decoration:none}@media print and (max-width:431.25px),screen and (max-width:575px){._QNEP8 ._SuqMM{width:100%}}._QNEP8 button{width:inherit}._SXIVl{border-radius:49px;margin-bottom:12px}@media print and (max-width:575.25px),screen and (max-width:767px){._SXIVl{border-radius:20px}}._SXIVl:last-child{margin-bottom:0}._SXIVl ._PCTtX{display:flex}@media print and (min-width:576px),screen and (min-width:768px){._SXIVl ._PCTtX{font-size:18px;line-height:20px}}._SXIVl ._PCTtX p{font-size:inherit;margin:0 0 0 10px}._SXIVl ._PCTtX a{font-size:inherit;text-decoration:underline;text-decoration-thickness:1px}._SXIVl ._PCTtX a:hover{text-decoration:none}._SXIVl ._PCTtX svg{flex-shrink:0}._W5it9{display:flex}@media print and (max-width:575.25px),screen and (max-width:767px){._W5it9{align-items:center;flex-direction:column;text-align:center}}._W5it9 h5{font-size:18px;font-weight:600;letter-spacing:-.03px;line-height:20px}@media print and (min-width:576px),screen and (min-width:768px){._W5it9 h5{flex-basis:125px;margin-bottom:0;margin-right:10px}}._W5it9 ._WGk4q{color:var(--gray-color);display:flex;flex-wrap:wrap;font-size:16px;line-height:18px}@media print and (max-width:575.25px),screen and (max-width:767px){._W5it9 ._WGk4q{flex-direction:column}}._W5it9 ._WGk4q ._TDbnd{letter-spacing:-.03px}@media print and (min-width:576px),screen and (min-width:768px){._W5it9 ._WGk4q ._TDbnd:not(:last-of-type){margin-right:10px}}@media print and (max-width:575.25px),screen and (max-width:767px){._W5it9 ._WGk4q ._TDbnd:not(:last-of-type){margin-bottom:5px}}._W5it9 ._WGk4q ._nOTks{color:var(--text-color);font-weight:600;margin-right:5px}._THVAw{display:flex}@media print and (max-width:575.25px),screen and (max-width:767px){._THVAw{align-items:center;flex-direction:column;text-align:center}}._THVAw h5{font-size:18px;font-weight:600;letter-spacing:-.03px;line-height:20px}@media print and (min-width:576px),screen and (min-width:768px){._THVAw h5{flex-basis:125px;margin-bottom:0;margin-right:10px}}._THVAw ._sYgUR{color:var(--gray-color);display:flex;flex-wrap:wrap;font-size:16px;line-height:18px}@media print and (max-width:575.25px),screen and (max-width:767px){._THVAw ._sYgUR{flex-direction:column}}._THVAw ._sYgUR ._wny9W{letter-spacing:-.03px}@media print and (min-width:576px),screen and (min-width:768px){._THVAw ._sYgUR ._wny9W:not(:last-of-type){margin-right:10px}}@media print and (max-width:575.25px),screen and (max-width:767px){._THVAw ._sYgUR ._wny9W:not(:last-of-type){margin-bottom:5px}}._THVAw ._sYgUR ._4JttF{color:var(--text-color);font-weight:600;margin-right:5px}@media print and (min-width:576px),screen and (min-width:768px){._GtFmh:not(:last-of-type){margin-right:10px}}@media print and (max-width:575.25px),screen and (max-width:767px){._GtFmh:not(:last-of-type){margin-bottom:5px}}._GtFmh ._54PFd{color:var(--accent-color);font-weight:400;margin-right:5px;text-decoration:underline;text-decoration-thickness:1px}._GtFmh ._54PFd._rWmm7{color:var(--active-state-color)}._GtFmh ._54PFd:hover{text-decoration:none}._hzuCS{position:relative}._Hhevr ._hO4Pz{background:var(--card-bg-color);border-left:2px solid var(--accent-color);border-radius:0 0 8px 8px;box-shadow:0 3px 4px #0000001f;display:none;left:-2px;padding:12px 16px 16px 12px;position:absolute;top:calc(100% - 10px);width:calc(100% + 2px);z-index:1}@media print and (max-width:575.25px),screen and (max-width:767px){._Hhevr ._hO4Pz{align-items:center;flex-direction:column}}._Hhevr ._hO4Pz._f1rsJ{display:flex}._Hhevr ._hO4Pz ._MBQVl{font-size:18px;line-height:20px}@media print and (min-width:576px),screen and (min-width:768px){._Hhevr ._hO4Pz ._MBQVl{flex-basis:155px}}@media print and (max-width:575.25px),screen and (max-width:767px){._Hhevr ._hO4Pz ._MBQVl{margin-bottom:7px}}._Hhevr ._hO4Pz ._nSszl{flex-grow:1;font-size:14px}@media print and (min-width:576px),screen and (min-width:768px){._Hhevr ._hO4Pz ._nSszl{padding-left:12px}}._Hhevr ._hO4Pz ._nSszl ul{font-size:14px}._Hhevr ._hO4Pz ._nSszl ul li{margin-bottom:5px}._Hhevr ._hO4Pz ._nSszl ul li:last-child{margin-bottom:0}._Xp0Gj{display:flex;justify-content:flex-end}@media print and (max-width:575.25px),screen and (max-width:767px){._Xp0Gj{justify-content:center}}._Xp0Gj button{width:150px}._ivLUX{align-items:center;background-color:var(--accent-color);border:1px solid transparent;border-radius:63px;box-shadow:0 0 4px #00000026;color:#fff;display:inline-flex;font-weight:600;justify-content:center;min-height:38px;padding:8px 20px;position:relative;transition:.3s ease;transition-property:border,color,background-color}._ivLUX[disabled]{filter:grayscale(50%);opacity:.5;pointer-events:none}._ivLUX[disabled] ._vqKEZ{-webkit-backdrop-filter:none;backdrop-filter:none}._ivLUX[disabled] ._vqKEZ .spinner-border{border-color:var(--accent-color);border-left-color:transparent}@media print and (min-width:1050px),screen and (min-width:1400px){._ivLUX:hover{background-color:transparent;border-color:var(--accent-color);color:var(--accent-color)}}._ivLUX._U0n8A{background-color:transparent;border-color:var(--accent-color);color:var(--accent-color)}@media print and (min-width:1050px),screen and (min-width:1400px){._ivLUX._U0n8A:hover{background-color:var(--accent-color);border-color:transparent;color:#fff}}._ivLUX._2wldm{background-color:var(--secondary-btn-bg);border-radius:10px;font-weight:400;padding:15px 25px}._ivLUX._2wldm:hover{border-color:transparent;color:inherit;filter:brightness(1.1)}._ivLUX._jaW-H{font-size:18px;min-height:48px}._T98hf ._CPUNq{font-size:18px;font-weight:600}._T98hf._met-I ._CPUNq{display:none}@media print and (min-width:744px),screen and (min-width:992px){._T98hf._met-I ._bffV0{min-height:300px}}._T98hf:not(._met-I) ._03LDb,._T98hf:not(._met-I) ._IGJ67{display:none}._CPUNq{margin-bottom:0}._oC91j{display:flex;flex-grow:1;flex-wrap:wrap}._oC91j>*{width:100%}._oC91j svg{margin-bottom:5px;margin-top:auto;width:100%}._GfBER ._gygAk{font-size:24px;font-weight:600;margin-bottom:15px}@media print and (max-width:575.25px),screen and (max-width:767px){._GfBER ._gygAk{font-size:20px}}._GfBER ._0C-8a{height:auto;max-width:100%}._GfBER ._LPm-5{display:flex;gap:27px;margin-bottom:12px;padding:4px 0}@media print and (max-width:575.25px),screen and (max-width:767px){._GfBER ._LPm-5{align-items:center;flex-direction:column;gap:14px}}._GfBER ._LPm-5 ._0C-8a,._GfBER ._LPm-5 ._ZE1K5{flex-shrink:0}@media print and (max-width:575.25px),screen and (max-width:767px){._GfBER ._zc9IQ h5{text-align:center}}@media print{._GfBER ._zc9IQ{padding-top:12px}}._GfBER ._zc9IQ ol{list-style:none;margin-top:15px;padding-left:0}._GfBER ._zc9IQ ol li{font-size:14px;line-height:1.4;margin-bottom:20px;padding-left:20px;position:relative}@media print{._GfBER ._zc9IQ ol li{font-size:16px}}._GfBER ._zc9IQ ol li:last-child{margin-bottom:0}._GfBER ._zc9IQ ol li span{display:inline-block;left:0;margin-right:8px;min-width:10px;position:absolute;text-align:center;top:0}._GfBER ._elYcs{font-size:20px;margin:0 0 14px}._GfBER ._iGrQ0{line-height:1.3;margin-top:12px}@media print{._GfBER ._iGrQ0{margin-top:18px}}._GfBER ._6qQBF{font-size:20px;font-weight:300;margin:0 0 10px}@media print{._GfBER ._6qQBF{font-size:24px}}._GfBER ._4i45V{font-size:14px;font-weight:300;line-height:1.4;min-height:40px}@media print{._GfBER ._4i45V{font-size:18px;max-width:400px;min-height:76px}}@media print and (max-width:743.25px),screen and (max-width:991px){._GfBER._CQvAF{margin-bottom:20px}}._GfBER._CQvAF ._gygAk,._GfBER._CQvAF ._iGrQ0{display:none}._GfBER._CQvAF ._LPm-5{justify-content:normal}@media print and (min-width:576px),screen and (min-width:768px){._GfBER._CQvAF ._LPm-5 ._0C-8a{margin-right:10px}}@media print and (max-width:575.25px),screen and (max-width:767px){._GfBER._CQvAF ._LPm-5 ._0C-8a{margin-bottom:20px}}._GfBER:not(._CQvAF) ._0C-8a{flex-shrink:unset}._GfBER:not(._CQvAF) ._7g0B5,._GfBER:not(._CQvAF) ._cypt6{display:none}._UztVa{padding-left:5px}._yxGg0 p{margin-bottom:8px}._yxGg0 p:last-child{margin-bottom:0}._yxGg0 ._cypt6{opacity:.6}._1nzHW{font-size:12px;margin-bottom:10px;text-transform:uppercase}._Zk80W{--bubble-size:244px;align-items:center;border-radius:50%;box-shadow:inset 0 0 30px 5px var(--bubble-color);display:flex;flex-direction:column;height:var(--bubble-size);justify-content:center;position:relative;width:var(--bubble-size)}._Zk80W._bI2Cp{--bubble-size:244px;padding:0 50px}._Zk80W._4aOpz{--bubble-size:170px}._keCJR{font-size:52px;line-height:1;margin-bottom:10px}@media print and (min-width:576px),screen and (min-width:768px){._keCJR{font-size:56px}}._kIwdJ{color:#a4a4a4;font-size:18px;line-height:1.2;margin-bottom:8px}@media print and (min-width:576px),screen and (min-width:768px){._kIwdJ{font-size:20px}}._IgaQQ{color:var(--bubble-color);font-size:12px;line-height:12px;text-align:center}._fa3JX{display:inline-flex;padding-left:15px;position:absolute;right:0;top:15px;vertical-align:middle}._me-DD{padding-left:5px;vertical-align:text-bottom}@media screen and (max-width:767px){._me-DD{height:12px;width:12px}}._me-DD svg{height:inherit;width:inherit}._jisyJ{border:1px solid #00b412;border-radius:8px;font-size:16px;line-height:18px;padding:16px;position:relative}@media print and (min-width:1050px),screen and (min-width:1400px){._jisyJ{font-size:18px;line-height:20px}}@media print and (max-width:575.25px),screen and (max-width:767px){._jisyJ{text-align:center}}._jisyJ p{margin-bottom:5px}._jisyJ p:last-of-type{margin-bottom:0}._jisyJ ._mtlq-{position:absolute;right:8px;top:0;transform:translateY(-50%)}@media print and (max-width:575.25px),screen and (max-width:767px){._jisyJ ._mtlq-{height:22px;width:22px}}._NxjIh{display:flex;flex-direction:column}._ocnrz{align-items:stretch;display:flex;justify-content:space-between}._ocnrz ._-BsGW{align-items:center;border-bottom-width:.5px;border-bottom:2px solid var(--accent-color);border-left-width:.5px;border-left:2px solid var(--accent-color);border-radius:8px;border-right:.5px solid var(--accent-color);border-top:.5px solid var(--accent-color);display:flex;flex-basis:130px;flex-grow:1;flex-shrink:1;justify-content:center;padding:7px 10px;position:relative;text-align:center}._ocnrz ._-BsGW:last-child{margin-right:0}._ocnrz ._-BsGW:last-child:after{display:none}._ocnrz ._LtHMI{align-self:center;flex-shrink:0;margin:0 10px}._LgVpt{align-self:flex-end;height:25px;padding-top:5px;position:relative;width:63%}._LgVpt._9fB94{width:50%}._LgVpt ._QGOso{align-items:center;border:1px dashed var(--accent-color);border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-left:none;border-top:none;display:flex;height:100%;position:absolute;right:15%;top:0;width:85%}._LgVpt ._LtHMI{transform:translate(-50%) rotate(-90deg)}@media print and (max-width:744px),screen and (max-width:992px){._NxjIh{flex-direction:row}._ocnrz{flex-direction:column;flex-grow:1}._ocnrz ._-BsGW{flex-basis:50px}._ocnrz ._LtHMI{margin:10px 0;transform:rotate(90deg)}._LgVpt{align-self:stretch;height:auto;order:-1}._LgVpt,._LgVpt._9fB94{width:25px}._LgVpt._9fB94 ._QGOso{height:43%}._LgVpt ._QGOso{border:1px dashed var(--accent-color);border-radius:8px 0 0 8px;border-right:none;border-top:none;bottom:8%;flex-direction:column;height:55%;right:0;top:unset;width:100%}._LgVpt ._LtHMI{transform:translateY(-40%)}}._jnRTQ{display:flex;flex-wrap:wrap;padding:8px 20px!important;position:relative}@media print and (min-width:576px),screen and (min-width:768px){._jnRTQ{align-items:center;justify-content:flex-start;min-height:54px}}@media print and (max-width:575.25px),screen and (max-width:767px){._jnRTQ{padding:8px!important}}._jnRTQ ._kteE0{display:flex;font-size:16px;line-height:18px}@media print and (min-width:576px),screen and (min-width:768px){._jnRTQ ._kteE0{margin-right:20px}}@media print and (max-width:575.25px),screen and (max-width:767px){._jnRTQ ._kteE0{width:calc(100% - 30px)}}._jnRTQ ._kteE0 ._eAZBX{display:inline-flex;justify-content:center;margin-right:5px;min-width:20px;vertical-align:middle}._jnRTQ ._kteE0:last-child{margin-right:0}._jnRTQ ._3nJ1Q{align-items:center;display:flex;flex-grow:1}@media print and (max-width:575.25px),screen and (max-width:767px){._jnRTQ ._3nJ1Q{align-items:flex-start;flex-direction:column}._jnRTQ ._3nJ1Q:not(._LYnTE){display:none}}._jnRTQ ._3nJ1Q ._kteE0{position:relative}._jnRTQ ._3nJ1Q ._kteE0:before{background:#bcbcbc;content:"";display:block;height:90%;left:-10px;position:absolute;top:50%;transform:translateY(-55%);width:1px}@media print and (max-width:575.25px),screen and (max-width:767px){._jnRTQ ._3nJ1Q ._kteE0{margin-top:12px}._jnRTQ ._3nJ1Q ._kteE0:before{display:none}}._jnRTQ ._rJbTN{align-items:center;display:flex;margin-left:auto}@media print and (max-width:575.25px),screen and (max-width:767px){._jnRTQ ._rJbTN{justify-content:flex-end;padding-right:2px;width:100%}}._jnRTQ ._O612b{--button-size:38px;align-items:center;background:none;border:0;border-radius:50%;box-shadow:0 2px 4px #00000024;display:inline-flex;height:var(--button-size);justify-content:center;margin-left:18px;overflow:hidden;padding:0;position:relative;width:var(--button-size)}._jnRTQ ._O612b:before{background-color:var(--accent-color);content:"";height:100%;left:0;opacity:.07;pointer-events:none;position:absolute;top:0;width:100%}._jnRTQ ._O612b ._DOdHX{align-items:center;display:flex;height:var(--button-size);justify-content:center;position:relative;width:var(--button-size);z-index:1}._jnRTQ ._O612b[disabled]{opacity:.5}._jnRTQ ._njHVH{align-items:center;background:none;border:0;display:inline-flex;height:34px;justify-content:flex-end;padding:0 8px 0 0;position:absolute;right:0;top:0;width:100%}@media print and (min-width:576px),screen and (min-width:768px){._jnRTQ ._njHVH{display:none}}._jnRTQ ._njHVH._a4RUQ ._0WCm-{transform:scaleY(-1)}._jnRTQ ._njHVH ._0WCm-{fill:var(--accent-color);height:14px;width:14px}._G75wU{animation:_-mEn5 1s linear infinite;border:3px solid var(--accent-color);border-radius:50%;border-top:3px solid transparent;display:inline-block;height:20px;width:20px}._G75wU._CM-Tx{height:35px;width:35px}._G75wU._b2wvV{height:50px;width:50px}@keyframes _-mEn5{to{transform:rotate(1turn)}}._pvPDX{padding:3px 0;position:relative}@media print and (max-width:743.25px),screen and (max-width:991px){._pvPDX{padding:10px 0 10px 20px}._pvPDX:after{background:var(--blurred-scroll-bg);content:"";display:block;height:calc(100% - 20px);max-width:125px;opacity:.9;pointer-events:none;position:absolute;right:0;top:10px;width:20%;z-index:1}._pvPDX._1jtDs:after{opacity:0}}._pvPDX ._4ORV1{display:flex;justify-content:flex-start}@media print and (max-width:743.25px),screen and (max-width:991px){._pvPDX ._4ORV1{flex-wrap:nowrap;overflow-x:visible;overflow-y:auto}._pvPDX ._4ORV1::-webkit-scrollbar{height:0;width:0}._pvPDX ._4ORV1::-webkit-scrollbar-track{background:transparent;opacity:0;width:0}}._pvPDX ._CGfMl{align-items:center;border-radius:49px;box-shadow:0 2px 4px #00000014;color:var(--text-color);display:flex;font-size:16px;font-weight:600;justify-content:center;line-height:1.1;margin:7px 10px 7px 0;min-width:165px;overflow:hidden;padding:9px 22px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease-in-out}@media print and (min-width:1200px),screen and (min-width:1600px){._pvPDX ._CGfMl{min-width:210px}}@media print and (min-width:744px),screen and (min-width:992px){._pvPDX ._CGfMl:last-child{margin-right:0}}@media print and (max-width:899.25px),screen and (max-width:1199px){._pvPDX ._CGfMl{margin-right:7px;padding:8px 14px}}@media print and (max-width:743.25px),screen and (max-width:991px){._pvPDX ._CGfMl{margin:0 7px 0 0;padding:8px 14px;white-space:nowrap}}._pvPDX ._CGfMl span{position:relative;z-index:1}._pvPDX ._CGfMl:before{background-color:var(--nav-bg-color);content:"";height:100%;left:0;opacity:.7;pointer-events:none;position:absolute;top:0;width:100%}._pvPDX ._CGfMl._3lu-Z{color:var(--accent-color)}._pvPDX ._CGfMl._3lu-Z:before{background-color:var(--accent-color);opacity:.07}._sNLeI{margin-left:calc(var(--container-gutter-x)*-1 - 10px);margin-right:calc(var(--container-gutter-x)*-1 - 10px);padding-left:calc(var(--container-gutter-x) + 5px);padding-right:calc(var(--container-gutter-x) + 10px);position:sticky;top:0;transition:all .2s;z-index:99}@media print and (max-width:899.25px),screen and (max-width:1199px){._sNLeI{margin:0 calc(var(--container-gutter-x)*-1);padding:0 var(--container-gutter-x)}}@media print and (max-width:743.25px),screen and (max-width:991px){._sNLeI{padding:0}}._sNLeI._FXMAH{background:var(--card-bg-color);border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 6px 12px -5px #00000026;padding-top:10px}@media print and (min-width:744px),screen and (min-width:992px){._-n-Cz{align-items:center;display:flex;flex-wrap:wrap}._-n-Cz ._Ukqdm{max-width:55%}}._-n-Cz ._ZcBm9{padding:5px 0}@media print and (min-width:744px),screen and (min-width:992px){._-n-Cz ._ZcBm9{margin-left:auto;max-width:45%;padding-left:10px}}@media print and (max-width:743.25px),screen and (max-width:991px){._-n-Cz ._ZcBm9{margin-left:auto;margin-right:auto;max-width:calc(100% - 40px);width:100%}}._-n-Cz ._uSkUD{width:100%}._uSkUD{margin-top:8px}@media print and (max-width:743.25px),screen and (max-width:991px){._uSkUD{margin-left:auto;margin-right:auto;max-width:calc(100% - 40px)}}._i2E0C{background-color:var(--card-bg-color)}._i2E0C ._uSkUD{background:transparent;border-left-color:transparent;box-shadow:none}._BfHkt{display:flex}@media print and (max-width:431.25px),screen and (max-width:575px){._BfHkt{flex-wrap:wrap;justify-content:space-between}}._BfHkt ._fdnBK{width:100%}@media print and (min-width:1050px),screen and (min-width:1400px){._BfHkt ._fdnBK{min-width:210px}}._BfHkt ._AfLFf{width:100%}@media print and (min-width:1050px),screen and (min-width:1400px){._BfHkt ._AfLFf{min-width:210px}}@media print and (min-width:432px),screen and (min-width:576px){._WPDEL:not(:last-child){margin-right:10px}}._WPDEL:only-child{margin:0}@media print and (max-width:431.25px),screen and (max-width:575px){._WPDEL{width:100%}._WPDEL:first-child,._WPDEL:nth-child(2){width:calc(50% - 4px)}._WPDEL:only-child{width:100%}}._vKCjV{font-size:20px;font-weight:600;line-height:1.25;text-align:center}@media print and (max-width:575.25px),screen and (max-width:767px){._vKCjV{font-size:18px}}._t95-m{border-bottom:1px solid var(--nav-bg-color);margin-bottom:75px;padding-bottom:70px}@media print and (max-width:575.25px),screen and (max-width:767px){._t95-m{margin-bottom:65px;padding-bottom:60px}}._t95-m:last-child{border-bottom:0;padding-bottom:0}@media print{._t95-m{border-bottom:0;margin-bottom:55px;padding-bottom:0}}._t95-m._Zw1p0{padding-bottom:15px}@media print and (max-width:575.25px),screen and (max-width:767px){._t95-m._Zw1p0{padding-bottom:35px}}@media print{._t95-m._Zw1p0{padding-bottom:0}}._t95-m ._uvOyo{cursor:pointer}._t95-m ._wWG-a{fill:var(--accent-color);transform:rotate(180deg)}@media print and (max-width:575.25px),screen and (max-width:767px){._t95-m ._wWG-a{width:14px}}._t95-m ._eGVuz._Zw1p0,._t95-m._Zw1p0 ._eGVuz{display:none}._t95-m._Zw1p0 ._wWG-a{transform:rotate(0)}._hM66P{position:relative}._hM66P>._Mar7g{position:absolute;right:8px;top:0;transform:translateY(-50%)}._rtYBj{color:var(--accent-color);font-size:24px;font-weight:600;margin:0 0 10px}@media print and (max-width:575.25px),screen and (max-width:767px){._rtYBj{font-size:20px}}._d4HCW{font-size:20px;font-weight:600;margin:0 0 15px}@media print and (max-width:575.25px),screen and (max-width:767px){._d4HCW{font-size:18px}}._InThC{font-size:18px;list-style-position:inside;margin:0;padding:0}._InThC li:not(:last-child){margin-bottom:12px}._cpWy1 ._1xXqv{padding:35px 30px}@media print and (max-width:575.25px),screen and (max-width:767px){._cpWy1 ._1xXqv{padding:16px}}._lXtmT{display:flex}@media print and (max-width:575.25px),screen and (max-width:767px){._lXtmT{flex-direction:column}}._b0a2X{--icon-width:25%}@media print and (min-width:576px),screen and (min-width:768px){._b0a2X{min-width:calc(var(--icon-width) - 10px);width:calc(var(--icon-width) - 10px)}}@media print and (max-width:575.25px),screen and (max-width:767px){._b0a2X{margin-bottom:25px;margin-left:auto;margin-right:auto;width:calc(100% - 20px)}}@media print{._b0a2X{--icon-width:20%}}._b0a2X svg{height:auto;max-width:100%;width:100%}._lQRIU{--icon-width:25%}@media print and (min-width:576px),screen and (min-width:768px){._lQRIU{min-width:calc(var(--icon-width) - 10px);width:calc(var(--icon-width) - 10px)}}@media print and (max-width:575.25px),screen and (max-width:767px){._lQRIU{margin-bottom:25px;margin-left:auto;margin-right:auto;width:calc(100% - 20px)}}@media print{._lQRIU{--icon-width:20%}}._lQRIU svg{height:auto;max-width:100%;width:100%}._BE8He{border:1px solid var(--line-box-color);border-radius:8px;box-shadow:0 2px 4px #00000026;flex-grow:1;font-size:20px;line-height:1.2;margin-left:25px;padding:25px 16px;position:relative}@media print and (max-width:575.25px),screen and (max-width:767px){._BE8He{margin-left:0;padding:14px 12px}}@media print{._BE8He{font-size:16px}}._BE8He svg{left:-8px;position:absolute;top:-8px;z-index:1}._BE8He ._yt-LM{border:1px solid var(--accent-color);border-radius:5px;cursor:pointer;display:inline-block;height:22px;left:unset;padding:3px;position:absolute;right:5px;top:5px;width:22px}._BE8He textarea{height:100%;width:100%}@media print and (max-width:1049.25px),screen and (max-width:1399px){._B9P6T:first-child{margin-bottom:20px}}@media not screen,print and (max-width:1049.25px){._B9P6T:first-child{margin-bottom:0}}._-fUYE{margin:50px 0}._94-AP,._L56N-{align-items:center;display:flex;justify-content:center}@media screen and (max-width:767px){._L56N-{margin-bottom:20px}}._94-AP{align-items:stretch;flex-direction:column}._V744l{border:1px dashed var(--accent-color);border-radius:5px;font-size:16px;font-style:normal;font-weight:400;padding:15px}@media screen and (max-width:767px){._V744l{text-align:center}}._V744l p{margin-bottom:10px}._V744l p:last-child{margin-bottom:0}._V744l ._yBezm{color:var(--gray-color)}._J7FPD{line-height:1.3;margin-bottom:20px}@media screen and (max-width:767px){._J7FPD{text-align:center}}._J7FPD h4{font-size:22px;font-weight:600;margin:0 0 12px}@media screen and (max-width:767px){._J7FPD h4{font-size:20px}}._J7FPD p{font-size:20px;margin:0}@media screen and (max-width:767px){._J7FPD p{font-size:18px}}._NECKa{background:#fe4b000a;border-radius:4px;box-shadow:0 0 4px #0000001a;font-size:18px;font-style:normal;font-weight:400;margin-bottom:20px;padding:6px 12px}._NECKa ._0qbaX{margin-right:8px}._994V-{gap:20px;padding:20px 0}._994V-,._994V- ._uaJfW{align-items:center;display:flex;flex-wrap:wrap}._994V- ._uaJfW{gap:6px}._mVY2B{font-size:18px;margin-bottom:0}._wH12O{margin:12px 0}@media print{._wH12O{border-bottom:0;margin-bottom:55px;padding-bottom:0}}._wH12O ._Q7At2{margin-bottom:0}._wH12O ._Iz-Kx{border-bottom:1px solid transparent;position:relative}@media print and (min-width:576px),screen and (min-width:768px){._wH12O ._Iz-Kx{padding-right:64px}}@media print and (max-width:575.25px),screen and (max-width:767px){._wH12O ._Iz-Kx{border-bottom-color:#232424}}._wH12O ._zVjlG{position:absolute;right:24px;top:42px;transition:transform .2s ease-in-out}._wH12O ._1qiSL{opacity:1;overflow:hidden;padding-left:18px;position:relative;transition:all .3s}@media print and (min-width:576px),screen and (min-width:768px){._wH12O ._1qiSL{padding-left:24px}}._wH12O ._1qiSL:before{background-color:var(--secondary-btn-bg);bottom:15px;left:18px;position:absolute;top:0;width:3px}@media print and (min-width:576px),screen and (min-width:768px){._wH12O ._1qiSL:before{content:"";display:block}}@media print{._wH12O ._1qiSL{height:auto!important;overflow:visible!important}}._wH12O._sd8iR ._Iz-Kx{border-bottom-color:transparent}._wH12O._sd8iR ._1qiSL{opacity:0}._wH12O._sd8iR ._zVjlG{transform:rotate(180deg)}@media print{._wH12O._sd8iR{padding-bottom:0}}._wH12O ._QYLed{display:flex}@media print and (min-width:576px),screen and (min-width:768px){._wH12O ._QYLed{margin-left:auto;max-width:420px}}._wH12O ._X2BOc{box-shadow:none;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:270px}@media print and (max-width:575.25px),screen and (max-width:767px){._wH12O ._X2BOc{margin:0;width:100%}}._wH12O ._X2BOc ._1KmZk{border-bottom:1px solid var(--text-color);border-left:1px solid transparent;border-right:1px solid var(--text-color);border-top:1px solid transparent;display:inline-block;height:8px;margin-left:10px;transform:rotate(45deg);transition:all .2s;width:8px}._wH12O ._X2BOc._1WUeA ._1KmZk{transform:translateY(50%) rotate(225deg)}._0fQ4t{display:flex;flex-direction:column;gap:14px}@media print and (min-width:576px),screen and (min-width:768px){._0fQ4t{align-items:center;flex-direction:row;gap:7%}}._0fQ4t ._MJJDe{align-items:center;display:flex;flex-grow:1}._0fQ4t ._EPUse{display:flex;flex-basis:50%;flex-direction:column;flex-wrap:wrap;gap:12px}._0fQ4t ._EPUse:only-child{flex-basis:100%}@media print and (min-width:576px),screen and (min-width:768px){._0fQ4t ._EPUse{gap:24px}}@media print{._0fQ4t ._EPUse{gap:16px}}._0fQ4t ._ItZIg{align-items:flex-start;display:flex;flex-direction:column;gap:8px}._0fQ4t ._BZni3{font-size:20px;margin-bottom:0}@media print and (min-width:744px),screen and (min-width:992px){._0fQ4t ._BZni3{font-size:36px}}@media print{._0fQ4t ._BZni3{font-size:22px}}._0fQ4t ._01Led{flex-shrink:0;height:60px;width:60px}@media print{._0fQ4t ._01Led{height:50px;width:50px}}._VE6xi{max-width:420px;width:100%}@media print and (min-width:576px),screen and (min-width:768px){._VE6xi{margin-left:auto}}._VE6xi ._EGBRn{font-size:12px;margin-bottom:12px;opacity:.8;text-transform:uppercase}._VE6xi ._xeALP{font-size:12px;line-height:1.2}@media print and (min-width:576px),screen and (min-width:768px){._VE6xi ._xeALP{font-size:18px}}@media print{._VE6xi ._xeALP{font-size:16px}}._NAnjU{position:relative}._NAnjU ._uRAgF{filter:blur(5px)}._NAnjU ._T-NW7{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}._6i2C1{margin-bottom:24px}@media print{._6i2C1{margin-bottom:10px}}._6i2C1:last-child{margin-bottom:0}._IGU6Z{color:#bcbcbc;font-size:24px;margin-bottom:22px}@media screen and (min-width:768px){._IGU6Z{font-size:28px}}@media print{._IGU6Z{font-size:22px;margin-bottom:10px;padding-top:8px}}._AoQQr{display:grid;gap:16px}@media print and (min-width:576px),screen and (min-width:768px){._AoQQr{grid-template-columns:2.8fr 2.2fr}}._AoQQr:not(:last-child){margin-bottom:48px}@media print and (min-width:576px),screen and (min-width:768px){._AoQQr:not(:last-child){margin-bottom:28px}}@media print{._AoQQr:not(:last-child){margin-bottom:14px}}@media print and (min-width:576px),screen and (min-width:768px){._AoQQr._7lVwQ:not(:last-child){margin-bottom:60px}}._XVg-d{margin-bottom:30px}@media print{._XVg-d:last-child{margin-bottom:0;page-break-inside:unset}}._UL5L-{text-align:center}@media print{._UL5L-{margin-top:10px}._UL5L- svg{max-height:360px}}._mFFFG{font-size:12px;opacity:.75;text-transform:uppercase}@media print{._mFFFG{margin-top:10px}}._EPv1E{max-width:420px}@media print{._EPv1E{margin-top:10px;max-width:500px}}._mGPsA{font-size:18px}@media print and (min-width:576px),screen and (min-width:768px){._mGPsA{font-size:24px}}@media print{._mGPsA{font-size:22px}}._BuZE3{align-items:center;color:#a5a5a5;display:flex;font-size:15px;gap:15px}@media print and (min-width:576px),screen and (min-width:768px){._BuZE3{font-size:18px}}._av6dz{font-size:16px;font-weight:300;line-height:1.2;margin:20px 0 0}@media print and (min-width:576px),screen and (min-width:768px){._av6dz{font-size:16px}}._1GnSv{border-radius:16px;display:inline-flex;min-width:40px;padding:5px 12px}._yL7F0:not(:only-child){flex-grow:1}._ZDA2s{margin-bottom:20px}@media print and (max-width:743.25px),screen and (max-width:991px){._o72bX{margin-bottom:12px}._JOdkL{margin-top:20px}}._N67zs{display:flex;flex-direction:column;flex-grow:1}@media print and (min-width:576px),screen and (min-width:768px){._wbAXH{border-left-color:transparent}}@media print{._fdao-{max-width:calc(100% - 36px);width:100%}}._RCYXw{display:grid;gap:var(--grid-gap);grid-template-columns:repeat(var(--grid-columns),minmax(0,1fr))}._RCYXw,._RCYXw._xVAjd{--grid-columns:1}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._r6plk{--grid-columns:1}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._m-lrl{--grid-columns:1}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._-UnZJ{--grid-columns:1}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._U9D1Z{--grid-columns:1}}._RCYXw._XB8Wa{--grid-columns:2}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._guxs-{--grid-columns:2}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._OjMp-{--grid-columns:2}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._CoK9r{--grid-columns:2}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._QN4km{--grid-columns:2}}._RCYXw._jtRRv{--grid-columns:3}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._Ge-ue{--grid-columns:3}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._OLtbx{--grid-columns:3}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._bSTgS{--grid-columns:3}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._iqWmf{--grid-columns:3}}._RCYXw._kCTo7{--grid-columns:4}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._VS5OS{--grid-columns:4}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._aOyoo{--grid-columns:4}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._-f4tJ{--grid-columns:4}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._8UDXZ{--grid-columns:4}}._RCYXw._1Sn-j{--grid-columns:5}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._2Ec-Z{--grid-columns:5}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._CPRVR{--grid-columns:5}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._VAkWK{--grid-columns:5}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._mEi6i{--grid-columns:5}}._RCYXw._8zeuW{--grid-columns:6}@media print and (min-width:432px),screen and (min-width:576px){._RCYXw._LOKiH{--grid-columns:6}}@media print and (min-width:576px),screen and (min-width:768px){._RCYXw._-Xg0r{--grid-columns:6}}@media print and (min-width:744px),screen and (min-width:992px){._RCYXw._F3VMr{--grid-columns:6}}@media print and (min-width:900px),screen and (min-width:1200px){._RCYXw._Hsn7z{--grid-columns:6}}._-oP6b{display:flex;flex-direction:column}@media print and (max-width:743.25px),screen and (max-width:991px){._-oP6b{width:100%}}._4anBj{align-items:center;display:flex;justify-content:center;padding:4px 0}._M-8X-{flex-grow:1;padding:4px}@media print and (max-width:743.25px),screen and (max-width:991px){._M-8X-{margin-bottom:20px}}._M-8X- ._3m4mM{display:flex;margin-bottom:16px}._M-8X- ._-Yamr,._M-8X- ._3m4mM{align-items:center;justify-content:center}._M-8X- ._-Yamr{border:1px solid;border-radius:8px;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:19px 16px 13px;text-align:center}@media (max-width:992px){._M-8X- ._-Yamr{font-size:16px}}._Wrl5J,._ubIrK{display:flex;flex-direction:column}._ubIrK:first-child,._ubIrK:nth-child(2),._ubIrK:nth-child(3){margin-bottom:calc(var(--grid-gutter-x)*2)}._ubIrK>div{flex-grow:1}._rsbVR{font-style:normal;line-height:normal}._rsbVR ._7nLdJ{font-size:22px;font-weight:600;margin-bottom:12px}._rsbVR ._a3K-F{max-width:445px}@media print and (max-width:575.25px),screen and (max-width:767px){._rsbVR ._a3K-F{flex-direction:column;max-width:100%}}._rsbVR ._TrMnA{align-items:center;display:flex;margin-bottom:17px}@media print and (max-width:431.25px),screen and (max-width:575px){._rsbVR ._TrMnA{margin-bottom:13px}}._rsbVR ._TrMnA>:first-child{margin-right:8px}._rsbVR ._a0la4{font-size:18px;font-weight:600;margin-bottom:0}._rsbVR ._7d4-8{background-position:100% 100%;background-repeat:no-repeat}@media print and (min-width:744px),screen and (min-width:992px){._rsbVR ._7d4-8{background-size:136px}}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._7d4-8{background-position:calc(100% - 10px) bottom}}._rsbVR ._o-r-q{background-image:url(data:image/png;base64,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)}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._o-r-q{background-image:url(/assets/top-scores-mobile-CWJ3ijji.png)}}._rsbVR ._wxBhh{background-image:url(data:image/png;base64,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)}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._wxBhh{background-image:url(data:image/png;base64,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)}}._rsbVR ._gEjhE{background-image:url(data:image/png;base64,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)}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._gEjhE{background-image:url(data:image/png;base64,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)}}._rsbVR ._MuQgG{background-image:url(/assets/common-scores-desktop-DvCyQzpD.png)}@media print and (min-width:744px),screen and (min-width:992px){._rsbVR ._MuQgG{background-position:100%;background-size:auto 100%}}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._MuQgG{background-image:url(data:image/png;base64,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)}}._rsbVR ._EZ4Lz{height:22px;width:22px}._rsbVR ._0nlIZ{font-size:18px;font-style:normal;font-weight:400;line-height:1;margin-top:5px;padding-left:12px;position:relative}@media print and (max-width:575.25px),screen and (max-width:767px){._rsbVR ._0nlIZ{align-self:flex-start;font-size:16px;margin-bottom:10px}}._rsbVR ._0nlIZ:before{background-color:var(--accent-color);border-radius:50%;content:"";display:block;height:5px;left:0;position:absolute;top:7px;width:5px}._rsbVR ._0nlIZ a{color:var(--text-color,#000)}._rsbVR ._a---j{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}@media print and (max-width:431.25px),screen and (max-width:575px){._rsbVR ._a---j{margin-bottom:8px}}._rsbVR ._wVqR9{font-size:18px;margin-right:5px;word-break:break-word}@media print and (max-width:1049.25px),screen and (max-width:1399px){._rsbVR ._wVqR9{font-size:16px}}._rsbVR ._wVqR9 a{color:var(--accent-color);font-style:normal;font-weight:400;line-height:1;text-decoration-line:underline}._rsbVR ._zQu5-{align-items:center;color:var(--text-color,#000);display:flex;font-size:18px;font-style:normal;font-weight:400;justify-content:center;line-height:normal;min-height:150px;text-align:center}@media print and (max-width:743.25px),screen and (max-width:991px){._rsbVR ._zQu5-{min-height:30px}}._rsbVR ._nJCKQ{align-items:center;background:#fff;border-radius:4px;box-shadow:0 1px 4px #00000026;color:var(--accent-color);display:flex;font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:600;height:28px;justify-content:center;line-height:normal;padding:7.499px 22px 6.501px;text-align:center;width:125px}@media print and (max-width:575.25px),screen and (max-width:767px){._rsbVR ._nJCKQ{align-self:flex-start}}._rsbVR ._nJCKQ a{color:var(--accent-color)}._rsbVR ._ZWPtG{font-size:14px;min-width:50px;padding:5px 10px;white-space:nowrap}._rsbVR ._W67pO{align-items:center;border:1px solid #00b412;box-shadow:0 1px 4px #0000001a;color:var(--text-color,#000);display:inline-flex;min-width:50px;padding:5px}._rsbVR ._W67pO svg{margin-left:3px;min-width:9px}._VMOe-{display:flex;flex-direction:column}._62Q9Z{-moz-column-break-inside:avoid;break-inside:avoid;width:100%}._62Q9Z ._8TiXA{font-family:var(--font-family);font-size:22px;font-style:normal;font-weight:600;line-height:normal}._es9wO{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}._j-MUX{display:flex;list-style-type:none;margin:0;padding:0}._j-MUX ._DUOEp{align-items:center;border:1px solid #dedede;border-radius:50%;box-sizing:border-box;color:var(--text-color,#000);display:flex;font-size:16px;height:28px;justify-content:center;line-height:1.43;margin-bottom:0;margin-right:15px;min-width:28px;padding:0;text-align:center}@media print and (max-width:743.25px),screen and (max-width:991px){._j-MUX ._DUOEp{margin-right:10px}}._j-MUX ._DUOEp._fgcR4{border-color:transparent}._j-MUX ._DUOEp._fgcR4:hover{background-color:transparent;cursor:default}._j-MUX ._DUOEp:hover{cursor:pointer}._j-MUX ._DUOEp._Jva-H,._j-MUX ._DUOEp._eU7Of{border-color:var(--accent-color)}._j-MUX ._DUOEp._Jva-H{background-color:var(--accent-color)}._j-MUX ._DUOEp.disabled{display:none;opacity:.5;pointer-events:none}._j-MUX ._DUOEp ._Zum6F:before{border-right:2px solid #fff;border-top:2px solid #fff;content:"";display:block;height:10px;position:relative;width:10px}._j-MUX ._DUOEp ._Zum6F._Gh9x-{margin-left:3px;transform:rotate(-135deg)}._j-MUX ._DUOEp ._Zum6F._Il-eH{margin-right:3px;transform:rotate(45deg)}._j-MUX ._DUOEp._oEvw4{pointer-events:none}._j-MUX ._DUOEp._oEvw4 ._Zum6F:before{border-right:.12em solid rgba(0,0,0,.43);border-top:.12em solid rgba(0,0,0,.43)}._j-MUX ._DUOEp._oEvw4:hover{background-color:transparent;cursor:default}._Ok3y4{color:var(--text-color,#000);margin:10px 0}@media print and (max-width:575.25px),screen and (max-width:767px){._Ok3y4{font-size:14px}}._v0OOK{display:flex;margin-bottom:25px;margin-top:20px}@media print and (min-width:900px),screen and (min-width:1200px){._v0OOK{justify-content:flex-end}}@media print and (min-width:576px),screen and (min-width:768px){._v0OOK{align-items:center}}@media print and (max-width:575.25px),screen and (max-width:767px){._v0OOK{flex-direction:column}}._v0OOK ._dRk3u{font-size:16px;font-weight:600;margin-right:10px}@media print and (max-width:575.25px),screen and (max-width:767px){._v0OOK ._dRk3u{margin-bottom:10px;margin-right:0}}._v0OOK .rw-dropdown-list{min-width:245px;width:auto}._47FVD{position:relative}._47FVD ._YflDZ{left:15px;pointer-events:none;position:absolute;top:10px;z-index:1}._47FVD .rw-dropdown-list-value{max-width:200px}._47FVD .rw-dropdown-list-input{padding-left:40px}._47FVD .rw-list-option p{font-size:16px;margin-bottom:5px}._47FVD .rw-list-option p:first-child{font-weight:600}._GjuDT{margin-bottom:30px}._GjuDT ._JrKuG{display:inline-flex;font-weight:600;padding-left:20px;position:relative;word-break:break-word}@media print and (max-width:899.25px),screen and (max-width:1199px){._GjuDT ._JrKuG{font-size:16px;padding-left:15px}}._GjuDT ._JrKuG a{color:var(--text-color,#000)}._GjuDT ._0VNfy{border-radius:50px;box-shadow:none;height:12px;left:0;min-width:8px;padding:0;position:absolute;top:3px;width:12px}@media print and (max-width:899.25px),screen and (max-width:1199px){._GjuDT ._0VNfy{height:8px;width:8px}}._GjuDT ._WLBv-{align-items:center;border-width:2px!important;box-shadow:0 1px 4px #0000001a;display:inline-flex;font-size:16px;justify-content:center;min-height:28px;min-width:50px;padding:4px 12px}._GjuDT .head{background:none;border-bottom:1px solid #dedede;border-radius:0;box-shadow:none}._GjuDT .head .cell{color:var(--text-color,#000);font-size:16px;font-weight:400;line-height:1.1}@media print and (max-width:1049.25px),screen and (max-width:1399px){._GjuDT .head .cell{font-size:14px}}._GjuDT .body .body-row{border-bottom:1px solid #dedede}._GjuDT .body .body-row:nth-child(2n){background-color:#fdf9f7}@media print and (max-width:899.25px),screen and (max-width:1199px){._GjuDT .body .body-row:nth-child(2n){position:relative}._GjuDT .body .body-row:nth-child(2n):before{background-color:inherit;content:"";display:block;height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:calc(100% + 24px)}}._GjuDT .cell{position:relative;z-index:1}._GjuDT .cell:first-child{padding-left:0}._WbxAT{margin-bottom:20px}@media screen and (max-width:1399px){._GjuDT .head{display:none}._GjuDT .body-row{flex-direction:column}._GjuDT .cell{display:flex;flex-basis:auto!important;padding-left:4px!important;padding:8px 4px 8px 8px;width:auto}._GjuDT .cell .cell-title{color:#454545;display:block;flex-basis:45%;flex-grow:0;flex-shrink:0;font-size:14px;line-height:18px;padding-right:2%}._GjuDT .cell .cell-value{flex-grow:1;overflow:initial;text-overflow:clip;white-space:normal}}._3uT0S{-moz-column-break-inside:avoid;break-inside:avoid}._zi06D{font-family:var(--font-family);font-size:22px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:12px}@media (max-width:992px){._zi06D{font-size:20px}}._Wn79N{display:flex;flex-grow:1;flex-wrap:wrap}._Wn79N>*{width:100%}._Wn79N svg{margin-bottom:5px;margin-top:auto;width:100%}._Wn79N svg text{font-family:var(--font-family)}@media print and (max-width:575.25px),screen and (max-width:767px){._Ci2CL{overflow-x:auto}}._UspNZ{align-items:center;display:flex}@media print and (max-width:575.25px),screen and (max-width:767px){._UspNZ{min-width:600px}}._9O0SX text{fill:var(--gray-color);font-size:10px;font-weight:300}._9O0SX{background:var(--white,#fff);border:1px solid var(--yellow,#ffcd4c);border-radius:70px;box-shadow:0 0 4px #0000001a}._NzOfz,._e4XLn{width:100%}._3lX2f{-moz-column-break-inside:avoid;break-inside:avoid}._QzXb2{align-items:center;display:flex;font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:600;justify-content:flex-end;line-height:normal}@media (max-width:992px){._QzXb2{justify-content:flex-start;margin-bottom:6px}}._sXWI7{display:flex;flex-grow:1;flex-wrap:wrap}._sXWI7>*{width:100%}._qJM2d{display:flex;margin-bottom:20px;margin-top:8px}@media (min-width:768px){._qJM2d{align-items:center;justify-content:flex-end}}@media (max-width:767px){._qJM2d{flex-direction:column}}._qJM2d ._FfAJf{font-size:16px;font-weight:600;margin-right:10px}@media (max-width:767px){._qJM2d ._FfAJf{margin-bottom:10px}}._IGsNP .rw-dropdown-list{min-width:288px;width:auto}._Muup9{align-items:flex-start;background:var(--card-bg-color);border-radius:12px;border-top:9px solid transparent;box-shadow:0 1px 4px #00000026;display:flex;margin-bottom:16px;overflow:hidden;padding:23px 16px 17px}@media print and (max-width:743.25px),screen and (max-width:991px){._Muup9{display:block}}._e5Uow{align-items:center;display:flex;justify-content:space-between}@media print and (min-width:744px),screen and (min-width:992px){._e5Uow{margin-top:5px}}@media print and (max-width:743.25px),screen and (max-width:991px){._e5Uow{justify-content:flex-start;margin-bottom:10px}}._ArNLW{border-radius:16px;box-shadow:inset 1px 2px 4px #00000026,1px 2px 4px #00000026;height:10px;margin:0 34px 0 6px;width:40px}._Cx5oD{list-style:none;margin:0;padding:0}._Cx5oD li{display:inline-block;margin-bottom:5px!important;margin-top:5px}._Cx5oD li:not(:last-child){padding-right:20px}@media print and (max-width:575.25px),screen and (max-width:767px){._Cx5oD li:not(:last-child){padding-right:10px}}._Cx5oD li:not(:last-child):after{color:var(--line-box-color);content:"|";margin-left:20px;vertical-align:top}@media print and (max-width:575.25px),screen and (max-width:767px){._Cx5oD li:not(:last-child):after{margin-left:10px}}._vQvi9{color:var(--text-color);cursor:pointer;font-size:18px;font-style:normal;font-weight:400;line-height:normal;position:relative}@media print and (max-width:575.25px),screen and (max-width:767px){._vQvi9{font-size:16px}}._fvTev{color:var(--accent-color);cursor:pointer;font-size:16px;font-style:normal;font-weight:600;line-height:normal;text-decoration:underline}._-tvS1{display:flex;flex-grow:1;flex-wrap:wrap}._-tvS1>*{width:100%}@media print and (max-width:743.25px),screen and (max-width:991px){._f7H1G{align-items:flex-start;display:flex;flex-wrap:wrap}}._f7H1G>div:first-child{width:25%}@media print and (max-width:743.25px),screen and (max-width:991px){._f7H1G>div:first-child{width:50%}}._xxn8K{align-items:center;display:flex}._KeOX6{justify-content:space-between}._iRUyd{padding:0 15px}._AUAjv{font-weight:600}@media print and (max-width:743.25px),screen and (max-width:991px){._AUAjv{font-size:14px}}@media print and (min-width:744px),screen and (min-width:992px){._TRqj4{display:none}}._0992U{border-radius:16px;box-shadow:inset 1px 2px 4px #00000026,1px 2px 4px #00000026;height:10px;margin:0 34px 0 6px;width:40px}._4Y3-N{width:100%}@media print and (min-width:744px),screen and (min-width:992px){._4Y3-N{align-items:center;display:flex}._4Y3-N ._4Dv5O{width:50%}}._4Y3-N .rw-multiselect-taglist{align-items:center;flex-wrap:nowrap;padding-left:3px}._4Y3-N .rw-multiselect-taglist .rw-multiselect-input{display:none}._4Y3-N .rw-multiselect-taglist .rw-multiselect-input:only-child{display:block}._4Y3-N .rw-multiselect-tag{background:none;border:0;border-radius:0;font-size:12px;margin-top:0;position:relative;z-index:1}._4Y3-N .rw-multiselect-tag-label{display:inline-block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media print and (min-width:900px),screen and (min-width:1200px){._4Y3-N .rw-multiselect-tag-label{max-width:105px}}@media print and (max-width:431.25px),screen and (max-width:575px){._4Y3-N .rw-multiselect-tag-label{max-width:110px}}._4Y3-N .rw-multiselect-tag-btn{padding:0}._4Y3-N .rw-multiselect-tag-btn svg{fill:var(--accent-color)}._4Y3-N .rw-list-option{font-size:14px}._dWvLy{display:flex;padding-top:10px}@media print and (min-width:744px),screen and (min-width:992px){._dWvLy{padding-left:15px;padding-top:0;width:50%}}@media print and (max-width:743.25px),screen and (max-width:991px){._dWvLy{display:none}}._2dlKz{color:var(--gray-color,#454545);font-size:12px}@media print and (min-width:744px),screen and (min-width:992px){._2dlKz{width:50%}}@media print and (max-width:743.25px),screen and (max-width:991px){._2dlKz{font-size:14px}}._RxdRf{align-items:center;box-shadow:0 1px 4px #0000001a;display:inline-flex;font-size:14px;min-width:50px;padding:6px 8px}._RxdRf svg{margin-left:3px}._ttFhD{align-items:center;display:flex}@media print and (min-width:744px),screen and (min-width:992px){._ttFhD{padding-left:15px;width:50%}}@media print and (max-width:743.25px),screen and (max-width:991px){._ttFhD{flex-wrap:wrap;padding-top:5px;width:100%}}._gdYOi{min-width:75px}@media print and (min-width:744px),screen and (min-width:992px){._gdYOi{width:25%}}@media print and (max-width:743.25px),screen and (max-width:991px){._gdYOi{text-align:right;width:50%}}@media print and (min-width:744px),screen and (min-width:992px){._Dfw0h{width:50%}}@media print and (max-width:743.25px),screen and (max-width:991px){._Dfw0h{width:100%}._Dfw0h:not(:last-child){margin-bottom:7px}}@media print and (min-width:744px),screen and (min-width:992px){._Dfw0h:nth-child(2){padding-left:7px}}._LChMI{align-items:center;display:flex;font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:600;justify-content:flex-end;line-height:normal}@media (max-width:992px){._LChMI{justify-content:flex-start;margin-bottom:6px}}._CsyOM{display:flex;flex-grow:1;flex-wrap:wrap}._CsyOM>*{width:100%}._CsyOM svg{margin-bottom:5px;margin-top:auto;width:100%}._Co4FQ,._CsyOM svg text{font-family:var(--font-family)}._Co4FQ{color:#1d1d1d;font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding-right:20px;position:relative}._Co4FQ:after{content:"|";margin-left:20px}._Co4FQ:last-child:after{content:"";display:none;margin-left:0}._x6Vse{margin-bottom:20px;margin-top:8px}._Tv7F9 .rw-widget-input{border:1px solid var(--accent-color);border-radius:63px;box-shadow:0 0 4px #00000026;color:var(--dark-color);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:600;line-height:normal}._Tv7F9 svg{margin-bottom:8px}._VlFgq{color:var(--accent-color);font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:normal}._Z8W2J{align-items:center;display:flex}._hR226{margin-bottom:20px}@media print and (max-width:575.25px),screen and (max-width:767px){._hR226{overflow-x:auto;overflow-y:hidden}._JwjBL{margin-bottom:10px;min-width:700px}}._a08GP text{fill:var(--gray-color);font-size:10px;font-weight:300}._a08GP{background:var(--white,#fff);border:1px solid var(--yellow,#ffcd4c);border-radius:70px;box-shadow:0 0 4px #0000001a}._hqlVp,._vYYkp{width:100%}._Ie-7x{align-items:flex-start;display:flex;justify-content:space-around;padding-left:42px;padding-right:8px}._RLK2Y{flex-grow:1}._zbabS{font-family:var(--font-family);font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin:0 auto;max-width:50px;text-align:center}._FCgtK{border-radius:2px;content:"";display:inline-block;height:10px;margin-right:8px;width:10px}._CgJGk{display:flex;justify-content:center}@media print and (max-width:575.25px),screen and (max-width:767px){._CgJGk{align-items:flex-start;flex-direction:column;justify-content:flex-start}}._GSbQz{font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:600;line-height:normal}@media print and (min-width:576px),screen and (min-width:768px){._GSbQz{padding-left:28px;padding-right:28px}}@media print and (max-width:575.25px),screen and (max-width:767px){._GSbQz{font-size:12px;margin-bottom:7px}}._fzESi{-moz-column-break-inside:avoid;break-inside:avoid}._e102P{align-items:flex-start;display:flex;flex-direction:row;gap:20px}@media (max-width:992px){._e102P{flex-direction:column}}._PN0sL{display:flex;flex-direction:column}@media print and (max-width:1049.25px),screen and (max-width:1399px){._PN0sL:first-child{margin-bottom:20px}}@media print{._PN0sL:first-child{margin-bottom:0}}._bEvSn{flex-grow:1}._IWLfU{display:flex;flex-wrap:wrap;margin:6px 0}@media print and (min-width:576px),screen and (min-width:768px){._IWLfU{align-items:center;justify-content:flex-start}}._IWLfU ._zFS-e{padding-left:5px}._IWLfU ._df47I{align-items:center;display:flex;font-size:16px;line-height:18px}@media print and (min-width:576px),screen and (min-width:768px){._IWLfU ._df47I{margin-right:20px}}@media print and (max-width:575.25px),screen and (max-width:767px){._IWLfU ._df47I{font-size:14px;width:100%}._IWLfU ._df47I:not(:last-child){margin-bottom:7px}}._IWLfU ._df47I ._9tK9E{display:inline-flex;justify-content:center;margin-right:5px;min-width:20px;vertical-align:middle}._IWLfU ._df47I:last-child{margin-left:auto;margin-right:0}._U1kJV{background:#fe4b0008;border-radius:8px;box-shadow:inset 0 0 30px #00000008;color:var(--text-color);font-family:var(--font-family);font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin:16px 0;position:relative}@media (max-width:575px){._U1kJV{font-size:18px}}._U1kJV a{color:var(--accent-color);font-family:var(--font-family);font-size:20px;font-style:normal;font-weight:600;line-height:normal;text-decoration-line:underline}@media (max-width:575px){._U1kJV a{font-size:18px}}._SY3YC{padding:24px}@media (max-width:575px){._SY3YC{padding:16px}}._f93AA{position:relative;z-index:1}._p0KTa{left:19px;top:-9px}._cm2oI,._p0KTa{position:absolute}._cm2oI{pointer-events:none}@media (min-width:992px){._cm2oI{right:22px;top:50%;transform:translateY(-50%)}}@media (max-width:991px){._cm2oI{bottom:3px;height:64px;opacity:.5;right:10px;width:93px}}._vH2CH{display:flex;margin-bottom:25px;margin-top:20px}@media print and (min-width:900px),screen and (min-width:1200px){._vH2CH{justify-content:flex-end}}@media print and (min-width:576px),screen and (min-width:768px){._vH2CH{align-items:center}}@media print and (max-width:575.25px),screen and (max-width:767px){._vH2CH{flex-direction:column}}._vH2CH ._X6SlC{font-size:16px;font-weight:400;margin-right:10px}@media print and (max-width:575.25px),screen and (max-width:767px){._vH2CH ._X6SlC{margin-bottom:10px;margin-right:0}}._vH2CH .rw-dropdown-list{min-width:245px;width:auto}._W-wi1{position:relative}._W-wi1 ._YI7U3{left:15px;pointer-events:none;position:absolute;top:10px;z-index:1}._W-wi1 .rw-dropdown-list-value{max-width:200px}._W-wi1 .rw-dropdown-list-input{padding-left:40px}._W-wi1 .rw-list-option p{font-size:16px;margin-bottom:5px}._W-wi1 .rw-list-option p:first-child{font-weight:600}._W-wi1 .rw-list-option p:last-child{color:#797979}._W-wi1 .rw-list-option.rw-state-selected p,._W-wi1 .rw-state-selected.rw-list-option-create p{color:#fff}._RgXbz{margin-bottom:30px}._RgXbz ._7NKNy{align-items:baseline;display:inline-flex;font-weight:600}@media print and (max-width:575.25px),screen and (max-width:767px){._RgXbz ._7NKNy{font-size:16px;padding-right:12px;word-break:break-word}}._RgXbz ._7NKNy a{color:var(--text-color,#000)}._RgXbz ._ZxTPU{border-radius:50px;box-shadow:none;height:8px;margin-right:5px;min-width:8px;padding:0;width:8px}._RgXbz ._sMYxH{align-items:center;border-width:2px!important;box-shadow:0 1px 4px #0000001a;display:inline-flex;font-size:16px;justify-content:center;min-height:28px;padding:4px 12px}._RgXbz .head{background:none;border-bottom:1px solid #dedede;border-radius:0;box-shadow:none}._RgXbz .head .cell{color:var(--text-color,#000);font-size:16px;font-weight:400;line-height:1.1}@media print and (max-width:1049.25px),screen and (max-width:1399px){._RgXbz .head .cell{font-size:14px}}._RgXbz .body .body-row{border-bottom:1px solid #dedede}@media print and (min-width:576px),screen and (min-width:768px){._RgXbz .body .body-row:nth-child(2n){background-color:#fdf9f7;position:relative}._RgXbz .body .body-row:nth-child(2n):before{background-color:inherit;content:"";display:block;height:100%;left:50%;position:absolute;top:0;transform:translate(-50%);width:calc(100% + 24px)}}._RgXbz .cell{position:relative;z-index:1}._RgXbz .cell:first-child{padding-left:0}._sMYxH{box-shadow:0 1px 4px #0000001a;min-width:50px}._nUSHD{margin-bottom:20px}@media print and (max-width:575.25px),screen and (max-width:767px){._RgXbz .head{display:flex;flex-direction:row}._RgXbz .head .cell:last-child{padding-right:0}._RgXbz .body-row{align-items:center;flex-direction:row}._RgXbz .cell{display:flex;flex-basis:auto!important;padding-left:4px!important;padding:8px 4px 8px 8px;width:auto}._RgXbz .cell .cell-title{display:none}._RgXbz .cell .cell-value{flex-grow:1;overflow:initial;text-overflow:clip;white-space:normal}}._jS-J-{align-items:center;display:flex}._jS-J- text{font-family:var(--font-family)}@media print and (max-width:575.25px),screen and (max-width:767px){._VmSVy{overflow-x:auto;overflow-y:hidden}._SC70h{min-width:600px}}._zi9DN text{fill:var(--gray-color);font-size:10px;font-weight:300}._zi9DN{background:var(--white,#fff);border:1px solid var(--yellow,#ffcd4c);border-radius:70px;box-shadow:0 0 4px #0000001a}._iy4xy{min-width:40px;width:40px}._yvEhG{opacity:.8;width:100%}._kKYL5{height:20px;width:100%}._Otjwi{display:flex;justify-content:space-around;margin-left:35px}._TnUR2{font-family:var(--font-family);font-size:12px;font-style:normal;font-weight:400;line-height:normal;text-align:center}._u0jV3{border-radius:2px;content:"";display:inline-block;height:10px;margin-right:8px;width:10px}._bKdd1{display:flex;justify-content:center}._iwgGZ{font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:600;line-height:normal;padding-left:28px;padding-right:28px}._WV5iq{padding-left:35px;width:100%}._axS8t{-moz-column-break-inside:avoid;break-inside:avoid}._zCmua{align-items:flex-start;display:flex;flex-direction:row;gap:20px}@media (max-width:992px){._zCmua{flex-direction:column}}._-TV8Q{display:flex;margin-bottom:25px}@media print and (min-width:900px),screen and (min-width:1200px){._-TV8Q{justify-content:flex-end;margin-left:auto;max-width:40%;position:relative;z-index:1}}@media print and (min-width:576px),screen and (min-width:768px){._-TV8Q{align-items:center}}@media print and (max-width:575.25px),screen and (max-width:767px){._-TV8Q{flex-direction:column}}._-TV8Q ._IiHfh{font-size:16px;font-weight:600;margin-right:10px}@media print and (max-width:575.25px),screen and (max-width:767px){._-TV8Q ._IiHfh{margin-bottom:10px;margin-right:0}}._-TV8Q .rw-dropdown-list{min-width:245px;width:auto}._Kca8q{position:relative}._Kca8q ._vzguL{left:15px;pointer-events:none;position:absolute;top:10px;z-index:1}._Kca8q .rw-dropdown-list-value{max-width:300px}._IRjPG{font-weight:600;padding-bottom:20px;padding-top:10px}._3MMId,._IRjPG{justify-content:center}._3MMId{display:flex;flex-direction:row;margin-bottom:10px}@media print and (max-width:575.25px),screen and (max-width:767px){._3MMId{flex-wrap:wrap}}._Conm6{content:" ";display:inline-block;height:10px;width:10px}._pp45Y{border-radius:6px;box-shadow:0 1px 4px #0000001a;font-family:var(--font-family);font-size:16px;margin:5px 10px;min-width:66px;padding:7px 12px;text-align:center}@media print and (max-width:575.25px),screen and (max-width:767px){._pp45Y{font-size:12px;margin:5px;min-width:46px;padding:5px}}._9kvyp{background:#def5e0;border:1px solid #00b412}._HgjW1{background:#fff4d8;border:1px solid #ffcd4c}._pHPgP{background:#fde8e8;border:1px solid #e50000}._SeIhj{padding-bottom:10px}@media print and (max-width:743.25px),screen and (max-width:991px){._SeIhj{padding:0 var(--container-gutter-x) 10px}}._sCg78{background:transparent;border:none;box-shadow:none;margin-top:-15px}@media print{._nC57N{max-height:320px;min-height:unset}}._zbXy7 ._c7Xct{background:none;box-shadow:unset;margin-bottom:12px}._zbXy7 ._c7Xct ._-uBVr:last-child{padding-right:0}._zbXy7 ._-uBVr{align-items:center}@media print and (min-width:576px),screen and (min-width:768px){._zbXy7 ._-uBVr{display:inline-flex}}@media print and (max-width:575.25px),screen and (max-width:767px){._zbXy7 ._-uBVr{width:100%}}._zbXy7 ._-uBVr:first-child{padding-left:0}._zbXy7 ._-uBVr:last-child{justify-content:flex-end}._zbXy7 ._mv0mT{font-size:22px;font-weight:400;line-height:1.2}@media print and (max-width:575.25px),screen and (max-width:767px){._zbXy7 ._mv0mT{align-items:flex-start;flex-direction:column;max-width:80%;order:-2}._zbXy7 ._rjxWV{align-items:flex-end;max-width:20%;order:-1;text-align:right}}@media print and (min-width:576px),screen and (min-width:768px){._zbXy7 ._FueCh{border-top:1px solid var(--nav-bg-color)}}@media print and (max-width:575.25px),screen and (max-width:767px){._zbXy7 ._FueCh{flex-direction:row;flex-wrap:wrap}._zbXy7 ._FueCh:first-child{padding-top:0}._zbXy7 ._FueCh:last-child:after{display:none}}._zbXy7 ._a1YET{justify-content:center}@media print and (max-width:575.25px),screen and (max-width:767px){._zbXy7 ._a1YET .cell-value{padding:0}}@media print and (min-width:576px),screen and (min-width:768px){._zbXy7 .body .cell{padding-bottom:18px;padding-top:18px}}._eo0fe{color:#bcbcbc;font-size:22px;font-weight:400;line-height:1.2}@media print and (max-width:575.25px),screen and (max-width:767px){._eo0fe{font-size:14px}}._D1IIS{align-items:center;display:inline-flex;font-size:14px;font-weight:400;gap:6px}@media print and (max-width:575.25px),screen and (max-width:767px){._D1IIS{font-size:12px}}._CnQ5V{align-items:center;display:flex;gap:14px}@media print and (max-width:575.25px),screen and (max-width:767px){._CnQ5V{gap:6px;padding-left:8px;white-space:nowrap}}._uGwcW{color:#797979}@media print and (max-width:575.25px),screen and (max-width:767px){._uGwcW{height:10px;transform:rotate(90deg);transform-origin:center top;width:14px}}._yHvcW{flex-shrink:0}@media print and (max-width:575.25px),screen and (max-width:767px){._yHvcW{height:32px;width:32px}}._JRtkl{align-items:center;gap:4px;padding:6px 9px}.upgrade-report-modal-module_text__SvXbY{font-size:18px;margin-bottom:20px}.upgrade-report-modal-module_buttons__VEcYw{display:flex;justify-content:space-around}.intake-second-part-notification-module_content__9vqFi{display:flex}@media screen and (min-width: 992px){.intake-second-part-notification-module_content__9vqFi{align-items:center}}@media screen and (max-width: 991px){.intake-second-part-notification-module_content__9vqFi{flex-direction:column}}.intake-second-part-notification-module_form__8jbiF{font-weight:600;font-size:20px;position:relative;padding-left:32px;margin:5px 0;line-height:1}.intake-second-part-notification-module_form__8jbiF svg{max-height:20px}.intake-second-part-notification-module_form__8jbiF b{margin-left:9px;margin-right:5px}@media screen and (max-width: 1199px){.intake-second-part-notification-module_form__8jbiF{font-size:20px}}.intake-second-part-notification-module_form__8jbiF .icon{position:absolute;left:0;top:0}@media screen and (max-width: 768px){.intake-second-part-notification-module_form__8jbiF .icon{left:0;top:30px}}.intake-second-part-notification-module_message__zxlkM{margin:5px 0}@media screen and (max-width: 768px){.intake-second-part-notification-module_message__zxlkM{padding-left:40px}}.intake-second-part-notification-module_noGoal__rGbwG{font-size:18px}.report-tabs-module_container__UzICG{display:flex;margin-bottom:25px}@media screen and (max-width: 768px){.report-tabs-module_container__UzICG{justify-content:space-between}}.report-tabs-module_link__BMnK1{font-weight:600;font-size:18px;margin-right:8%;color:var(--text-color);transition:all .2s}@media screen and (max-width: 768px){.report-tabs-module_link__BMnK1{margin-right:15px;text-align:center}}.report-tabs-module_link__BMnK1:after{content:"";display:block;height:4px;width:100%;background:transparent;border-radius:4px;margin-top:10px}@media screen and (max-width: 576px){.report-tabs-module_link__BMnK1:after{margin-top:5px}}.report-tabs-module_link__BMnK1.report-tabs-module_active__InJtU:hover{color:var(--text-color)}.report-tabs-module_link__BMnK1.report-tabs-module_active__InJtU:after{background:var(--accent-color)}.report-tabs-module_dropdown__nEVfb a{color:var(--text-color)}.report-tabs-module_dropdown__nEVfb a:after{border-top-color:var(--accent-color)}.report-tabs-module_dropdown__nEVfb .report-tabs-module_dropdownList__CF897{width:150%;max-width:90vw}.report-tabs-module_dropdown__nEVfb .report-tabs-module_dropdownItem__ncvSY{font-size:20px}.report-tabs-module_dropdown__nEVfb .report-tabs-module_dropdownItem__ncvSY:active{background:var(--accent-color);color:#fff}@media screen and (max-width: 576px){.report-tabs-module_dropdown__nEVfb .report-tabs-module_dropdownToggle__Z2IyT{white-space:unset}}.scan-external-report-module_responsiveIframe__kjcVY{top:0;left:0;bottom:0;right:0;width:100%}.comparison-report-select-module_attentionText__uazt4{font-weight:700;margin:25px 0;display:flex}.comparison-report-select-module_attentionText__uazt4 svg{min-width:16px;width:18px;height:18px;margin-right:7px}.comparison-report-select-module_attentionText__uazt4 u{color:var(--accent-color)}.comparison-report-select-module_scansList__r12oq{display:flex;flex-wrap:wrap}@media screen and (max-width: 768px){.comparison-report-select-module_scansList__r12oq{justify-content:space-evenly}}.comparison-report-select-module_scanItem__-8gUA{margin-right:20px;margin-bottom:20px;min-width:180px}@media screen and (max-width: 768px){.comparison-report-select-module_scanItem__-8gUA{margin-right:0;min-width:unset;max-width:160px}.comparison-report-select-module_scanItem__-8gUA:nth-child(odd){margin-right:5px}}.comparison-report-select-module_scanItem__-8gUA.comparison-report-select-module_selected__cHvUb .comparison-report-select-module_scanCard__pUEzD{border-left-color:transparent;box-shadow:0 0 0 2px var(--accent-color)}.comparison-report-select-module_scanItem__-8gUA.comparison-report-select-module_selected__cHvUb .comparison-report-select-module_scanCounter__M9Drs{display:flex}.comparison-report-select-module_scanCounter__M9Drs{display:none;position:absolute;border-radius:50%;font-size:14px;line-height:1;padding-top:1px;font-weight:600;width:24px;height:24px;background:var(--accent-color);top:12px;left:12px;color:#fff;justify-content:center;align-items:center}.comparison-report-select-module_scanDate__EiYrZ{margin-bottom:8px;font-size:16px}.comparison-report-select-module_scanItem__-8gUA .comparison-report-select-module_scanCard__pUEzD{border-left-width:1px;align-items:center;transition:all .2s;position:relative}.comparison-report-select-module_scanItem__-8gUA .comparison-report-select-module_scanCard__pUEzD svg{max-width:110px;max-height:110px}.comparison-report-select-module_bottom__V-FFd{display:flex;align-items:center}.comparison-report-select-module_bottom__V-FFd .comparison-report-select-module_timeSpan__NhlKL{margin-bottom:0}.comparison-report-select-module_bottom__V-FFd .comparison-report-select-module_timeSpan__NhlKL svg{width:18px;height:18px;margin-right:10px}.comparison-report-select-module_bottom__V-FFd .comparison-report-select-module_submitBtn__dQwO-{margin-left:auto;flex-basis:290px;flex-shrink:1;font-size:18px;height:50px}@media screen and (max-width: 768px){.comparison-report-select-module_bottom__V-FFd{flex-direction:column}.comparison-report-select-module_bottom__V-FFd .comparison-report-select-module_submitBtn__dQwO-{flex-basis:auto;margin-left:unset;margin-top:15px;align-self:stretch}}.comparison-report-view-module_dropdownContainer__yzq9u{display:flex;flex-direction:row;align-items:center;min-height:unset;border-color:transparent;border-left-width:2px!important}@media screen and (min-width: 1200px){.comparison-report-view-module_dropdownContainer__yzq9u{width:calc(100% + 5px);margin-left:-5px}}@media screen and (max-width: 767px){.comparison-report-view-module_dropdownContainer__yzq9u{flex-direction:column;align-items:center}}.comparison-report-view-module_dropdownContainer__yzq9u .comparison-report-view-module_viewBtn__Qkjms{margin-left:auto;width:160px;height:40px;min-height:unset;font-size:16px}@media screen and (max-width: 767px){.comparison-report-view-module_dropdownContainer__yzq9u .comparison-report-view-module_viewBtn__Qkjms{width:300px;margin-top:10px;margin-left:0}}.comparison-report-view-module_dropdowns__TrQ1s{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.comparison-report-view-module_dropdowns__TrQ1s .rw-dropdown-list{max-width:320px;width:auto}@media screen and (min-width: 768px){.comparison-report-view-module_dropdowns__TrQ1s .rw-dropdown-list{min-width:280px}}@media screen and (max-width: 767px){.comparison-report-view-module_dropdowns__TrQ1s .rw-dropdown-list{min-width:140px}}.comparison-report-view-module_dropdowns__TrQ1s .comparison-report-view-module_dropdown__oxo4K{border-color:var(--accent-color);height:40px;padding-top:2px;font-size:16px}.comparison-report-view-module_dropdowns__TrQ1s .rw-list-option.rw-state-disabled{opacity:.5}.routine-movement-plans-module_wrap__4kdmO{margin-bottom:40px}.routine-movement-plans-module_heading__sleGO{margin:0 0 20px;display:flex;justify-content:space-between}@media screen and (max-width: 767px){.routine-movement-plans-module_heading__sleGO{flex-direction:column}}.routine-movement-plans-module_title__g84gl{margin:0;font-weight:600;font-size:24px}@media screen and (max-width: 767px){.routine-movement-plans-module_title__g84gl{margin-bottom:12px;font-size:22px}}.routine-movement-plans-module_progressTimeLineText__isCnC{color:var(--accent-color);font-size:18px;font-weight:700;display:flex;align-items:baseline;cursor:pointer}.routine-movement-plans-module_progressTimeLineText__isCnC p{padding:0;margin:0 0 0 10px;line-height:20px}.routine-movement-plans-module_pushSettingsText__rXIUO{color:var(--accent-color);font-size:18px;font-weight:700;display:flex;align-items:center;cursor:pointer;margin-right:20px;margin-left:auto}@media screen and (max-width: 576px){.routine-movement-plans-module_pushSettingsText__rXIUO{margin-left:0}}.no-result-module_wrap__Aln0G{text-align:center}.no-result-module_icon__HPZBk{margin-bottom:20px}.no-result-module_icon__HPZBk svg{max-width:300px}.no-result-module_text__GP4-d{font-size:20px;color:var(--text-color)}@media screen and (max-width: 767px){.no-result-module_text__GP4-d{font-size:18px}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.calendar-module_lightTheme__cf-a4{height:700px;--calendar-completed: #c9edcc;--calendar-upcoming: #fbefeb;--calendar-missed: #ececec;--calendar-cell: #fff;--calendar-border: #dedede;--calendar-header: rgba(222, 222, 222, 20%);--day-bg-color: #fff}@media screen and (max-width: 768px){.calendar-module_lightTheme__cf-a4{height:450px}}.calendar-module_darkTheme__IG06e{height:700px;--calendar-completed: #15391a;--calendar-upcoming: #392218;--calendar-missed: #2d2d2d;--calendar-cell: #1c1c1c;--calendar-border: #454545;--calendar-header: var(--body-color);--day-bg-color: #1c1c1c}@media screen and (max-width: 768px){.calendar-module_darkTheme__IG06e{height:450px}}.calendar-module_upcoming__jxbu7{background-color:var(--calendar-upcoming)}.calendar-module_upcoming__jxbu7.rbc-today{background-color:var(--calendar-cell)}.calendar-module_missed__HRrfA{background-color:var(--calendar-missed)}.calendar-module_completed__NemYU{background-color:var(--calendar-completed)}.calendar-module_cell__CtBV5{background-color:var(--calendar-cell)}@media screen and (max-width: 768px){.calendar-module_rbs6rows__BUpIm{height:512px}}@media screen and (min-width: 768px){.rbc-date-cell{padding:12px 0 0 12px}}@media screen and (max-width: 768px){.rbc-date-cell{display:flex;justify-content:center;align-items:center;padding:0;flex:1 1 100%;height:62px}}.rbc-row-segment{display:none}.rbc-day-bg+.rbc-day-bg{border-left:1px solid var(--calendar-border)}.rbc-day-bg{cursor:pointer}.rbc-day-bg.rbc-off-range-bg,.rbc-day-bg.cell{cursor:default}.rbc-month-view{box-shadow:0 0 2px #0000001a;border:0;border-radius:8px;overflow:hidden;border-left:2px solid var(--accent-color);height:500px;display:flex}.rbc-month-row+.rbc-month-row{border-top:1px solid var(--calendar-border)}.rbc-month-row:last-of-type{overflow:hidden;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.rbc-header+.rbc-header{border-left:1px solid var(--calendar-border)}.rbc-header{background-color:var(--calendar-header);border-bottom:0;height:55px;display:flex;justify-content:center;align-items:center}.rbc-row-bg{background-color:var(--body-color)}.calendar-module_date__xklcg{display:flex;width:28px;height:28px;border-radius:50%;color:var(--text-color);font-size:13px;background-color:var(--day-bg-color);justify-content:center;align-items:center;border:1px solid var(--color-gray-1)}.calendar-module_dateOffRange__Zzks2{display:flex;width:28px;height:28px;border-radius:50%;color:var(--text-color);font-size:13px;background-color:var(--day-bg-color);justify-content:center;align-items:center}body.light .calendar-module_dateOffRange__Zzks2{color:var(--color-gray-1);border:1px solid #bcbcbc}body.dark .calendar-module_dateOffRange__Zzks2{border:1px solid var(--color-gray-1);color:var(--color-gray-1)}.calendar-module_dateUpcoming__f9-Hq{display:flex;width:28px;height:28px;border-radius:50%;color:var(--text-color);font-size:13px;background-color:var(--day-bg-color);justify-content:center;align-items:center;border:1px solid var(--accent-color)}.calendar-module_dateCompleted__tzAiI{display:flex;width:28px;height:28px;border-radius:50%;color:var(--text-color);font-size:13px;background-color:var(--day-bg-color);justify-content:center;align-items:center;border:1px solid var(--green-color)}.calendar-module_dateToday__O0Se5{background-color:var(--accent-color);border:0;width:34px;height:34px;font-size:16px;color:#fff}.calendar-module_dateContainer__56Cn-{flex:1 1 100%;height:100%;display:flex;flex-direction:column;justify-content:center;cursor:pointer}@media screen and (max-width: 768px){.calendar-module_dateContainer__56Cn-{align-items:center}}@media screen and (min-width: 768px){.calendar-module_dateContainer__56Cn-{justify-content:space-between;height:80px}}.calendar-module_cursorDefault__hPl6J{cursor:default}.calendar-module_todayContainer__YrDJV{display:flex;font-weight:400;align-items:center}@media screen and (max-width: 768px){.calendar-module_todayContainer__YrDJV{display:none}}.toolbar-module_arrowButton__eT6fA{cursor:pointer}.toolbar-module_dateContainer__KEnSr{min-width:160px;margin-left:20px;font-size:24px;font-weight:600}.toolbar-module_container__2w04v{margin-left:-8px}@media screen and (max-width: 768px){.toolbar-module_container__2w04v{margin-bottom:12px}}.toolbar-module_statusPoint__qa7WK{height:14px;width:14px;border-radius:50%;background-color:gray}body.light .toolbar-module_gray__2Zgt0{background-color:#ececec}body.dark .toolbar-module_gray__2Zgt0{background-color:#797979}body.light .toolbar-module_green__GWPBV{background-color:#c9edcc}body.dark .toolbar-module_green__GWPBV{background-color:#1c4e21}body.light .toolbar-module_orange__UgLXR{background-color:#f0d2c6}body.dark .toolbar-module_orange__UgLXR{background-color:#723419}.tabs-module_separator__Y8Q-n{height:20px;width:1px;background-color:var(--accent-color);margin:2px 18px}@media screen and (min-width: 768px){.tabs-module_separator__Y8Q-n{margin:2px 58px}}.tabs-module_filterItem__jN6kX{cursor:pointer;position:relative}.tabs-module_activeFilter__i5WRl{cursor:default}.tabs-module_plansContainer__nkKOz{border-bottom:1px solid var(--disabled-color);display:flex;height:47px;justify-content:space-between}.tabs-module_filterItemContainer__XEckM{display:flex}.tabs-module_active__WfOan{height:4px;background-color:var(--accent-color);width:100%;position:absolute;border-radius:5px;top:45px}.view-toggle-module_viewToggle__JG1Kk{display:flex;position:relative;border-radius:4px;height:40px;width:100%;margin-top:20px;border:1px solid var(--disabled-color);background-color:var(--card-bg-color)}@media screen and (min-width: 768px){.view-toggle-module_viewToggle__JG1Kk{width:140px;margin:0}}.view-toggle-module_iconContainer__pp2q6{display:flex;margin:4px 13px;cursor:pointer;justify-content:center;align-items:center;border-radius:2px;flex:1 1 100%}@media screen and (min-width: 768px){.view-toggle-module_iconContainer__pp2q6{width:140px;margin:4px 11px}}.view-toggle-module_iconContainerActive__Ehg7O{box-shadow:0 0 4px #00000026;background-color:var(--body-color)}.view-toggle-module_icon__sKK8K{color:red}.view-toggle-module_iconActive__9ofKN{color:green}.view-toggle-module_separator__2-0TR{height:31px;width:1px;background-color:var(--disabled-color);position:absolute;left:50%;top:4px}.movement-plan-goal-notification-module_container__Pj-PB{padding:4px;display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 576px){.movement-plan-goal-notification-module_container__Pj-PB{flex-direction:column;align-items:stretch}}@media screen and (max-width: 576px){.movement-plan-goal-notification-module_hasGoal__MbfxA .movement-plan-goal-notification-module_left__-0sen{flex-direction:column;align-items:center;text-align:center}.movement-plan-goal-notification-module_hasGoal__MbfxA .movement-plan-goal-notification-module_left__-0sen .movement-plan-goal-notification-module_logo__uD-xX{margin-bottom:15px}}.movement-plan-goal-notification-module_left__-0sen{display:flex}@media screen and (max-width: 576px){.movement-plan-goal-notification-module_left__-0sen{margin-bottom:12px}}.movement-plan-goal-notification-module_left__-0sen .movement-plan-goal-notification-module_logo__uD-xX{margin-right:15px}.movement-plan-goal-notification-module_left__-0sen .movement-plan-goal-notification-module_text__wJwta{display:flex;flex-direction:column;justify-content:center;font-size:18px}.movement-plan-goal-notification-module_left__-0sen .movement-plan-goal-notification-module_title__T5uMi{font-size:20px;line-height:22px;font-weight:700}.movement-plan-goal-notification-module_left__-0sen .movement-plan-goal-notification-module_subtitle__5-hw8{margin:0}.movement-plan-goal-notification-module_right__l131i{font-size:18px;display:flex;justify-content:center}.movement-plan-goal-notification-module_right__l131i .movement-plan-goal-notification-module_btn__vwKKZ{min-width:180px;width:100%}.movement-plan-goal-notification-module_right__l131i .movement-plan-goal-notification-module_circleBtn__EEMoG{margin-left:15px}@media screen and (max-width: 576px){.movement-plan-goal-notification-module_right__l131i .movement-plan-goal-notification-module_circleBtn__EEMoG:first-child{margin-left:0}}.goal-schedule-text-module_container__CTbcx{border:1px solid var(--gray-border);border-radius:5px;padding:8px 12px;font-size:16px}@media screen and (max-width: 420px) and (min-width: 345px){.goal-schedule-text-module_container__CTbcx{width:110%;margin-left:-5%}}.goal-schedule-text-module_detailed__-y7gF{display:flex;align-items:center}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_rowsWrapper__1hdHn{margin-right:20px;border-right:solid 1px var(--gray-border);padding-right:20px}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_row__djwkA{display:flex;align-items:center}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_row__djwkA:not(:last-child){margin-bottom:5px}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_row__djwkA span:first-child{width:100px}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_row__djwkA span{margin-right:10px}@media screen and (max-width: 871px){.goal-schedule-text-module_detailed__-y7gF{flex-direction:column}.goal-schedule-text-module_detailed__-y7gF .goal-schedule-text-module_rowsWrapper__1hdHn{margin-right:0;border-right:none;padding-right:0;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid var(--gray-border)}}.circle-button-module_btn__iWreD{width:35px;height:35px;background:var(--circle-btn-color);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:3px;transition:all .3s ease-in-out;box-shadow:0 1px 4px #00000026;color:var(--accent-color)}.circle-button-module_btn__iWreD:hover:not(:disabled){filter:contrast(105%);box-shadow:0 3px 6px #0000001a}.circle-button-module_btn__iWreD:disabled{opacity:.6}.movement-plan-goal-modal-module_text__bVGcf{width:70%;margin:0 auto 20px;font-size:18px}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_text__bVGcf{width:100%}}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_text__bVGcf{font-size:16px}}.movement-plan-goal-modal-module_variations__ImWcI{width:70%;margin:0 auto 20px;width:60%}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_variations__ImWcI{width:100%}}.movement-plan-goal-modal-module_days__vrGaX{width:70%;margin:0 auto 20px;width:65%}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_days__vrGaX{width:100%}}.movement-plan-goal-modal-module_time__fed8y{width:70%;margin:0 auto 20px;width:60%}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_time__fed8y{width:100%}}.movement-plan-goal-modal-module_success__uvma4 svg{opacity:0;animation:movement-plan-goal-modal-module_popIn__6MUfK .3s ease-out forwards}.movement-plan-goal-modal-module_success__uvma4 h3,.movement-plan-goal-modal-module_success__uvma4 .movement-plan-goal-modal-module_textSuccess__hB3TG{opacity:0;animation:movement-plan-goal-modal-module_popIn__6MUfK .2s ease-out forwards;animation-delay:.1s}.movement-plan-goal-modal-module_success__uvma4 .movement-plan-goal-modal-module_buttons__Usjyg{opacity:0;animation:movement-plan-goal-modal-module_popIn__6MUfK .2s ease-out forwards;animation-delay:.2s}.movement-plan-goal-modal-module_textSuccess__hB3TG{width:70%;margin:0 auto 20px;width:40%;font-size:20px}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_textSuccess__hB3TG{width:100%}}.movement-plan-goal-modal-module_textError__6LArD{width:70%;margin:0 auto 20px;width:60%;font-size:18px;color:var(--danger)}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_textError__6LArD{width:100%}}.movement-plan-goal-modal-module_buttons__Usjyg{display:flex;flex-direction:column;width:60%;margin:auto}@media screen and (max-width: 576px){.movement-plan-goal-modal-module_buttons__Usjyg{width:100%}}.movement-plan-goal-modal-module_buttons__Usjyg button{margin-bottom:15px}.movement-plan-goal-modal-module_note__m6RtT{font-size:14px;color:var(--color-gray-1);margin-top:-5px}@keyframes movement-plan-goal-modal-module_popIn__6MUfK{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.goal-variations-module_container__duT12{padding:20px 30px;border-radius:10px;border:1px solid var(--accent-color);font-size:16px}@media screen and (max-width: 768px){.goal-variations-module_container__duT12{padding:15px}}.goal-variations-module_optionsList__yaH--{border-bottom:1px solid var(--gray-border);margin-bottom:10px;text-align:left}.goal-variations-module_option__-Kb92{margin-bottom:12px}.goal-variations-module_icon__GaafA{width:18px;height:18px;margin-right:10px}.goal-variations-module_subtitle__LSayU{color:var(--accent-color);margin-bottom:0;font-size:16px}.goal-days-schedule-module_container__VMM33{display:flex;justify-content:space-between;align-items:center}.goal-days-schedule-module_day__O4lFU{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--gray-border);font-size:16px;line-height:40px;vertical-align:middle;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none}.goal-days-schedule-module_day__O4lFU.goal-days-schedule-module_active__pmzrW{color:#fff;background-color:var(--accent-color);border-color:transparent}.goal-time-schedule-module_container__H3X6I hr{border-color:var(--gray-border);opacity:1}.goal-time-schedule-module_container__H3X6I.goal-time-schedule-module_show__H5Sqp,.goal-time-schedule-module_container__H3X6I.goal-time-schedule-module_show__H5Sqp hr{animation:goal-time-schedule-module_show__H5Sqp .2s ease-in-out forwards}.goal-time-schedule-module_link__h1CsB{font-size:16px;font-weight:600}.goal-time-schedule-module_link__h1CsB svg{width:12px;height:12px;margin-right:8px}.goal-time-schedule-module_checkbox__0IXqY{display:inline-block;margin:0 auto 20px}.goal-time-schedule-module_checkbox__0IXqY label{font-weight:600}.goal-time-schedule-module_dayRow__oH8--{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:5px;animation:goal-time-schedule-module_shiftDown__KtQHu .2s ease-out forwards}@media screen and (max-width: 576px){.goal-time-schedule-module_dayRow__oH8--{flex-wrap:wrap;max-width:300px;margin-left:auto;margin-right:auto}}.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayName__4Ccjy{font-size:16px;font-weight:600;flex-basis:130px;text-align:left;margin-right:5px}@media screen and (max-width: 576px){.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayName__4Ccjy{flex-basis:100%;margin-bottom:5px}}.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayFrom__4-At9,.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayTo__z9LuX{display:flex;align-items:center}@media screen and (max-width: 365px){.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayFrom__4-At9,.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayTo__z9LuX{margin-bottom:5px}}.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayFrom__4-At9 span,.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayTo__z9LuX span{margin-right:10px}@media screen and (max-width: 365px){.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayFrom__4-At9 span,.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayTo__z9LuX span{width:40px;text-align:left}}.goal-time-schedule-module_dayRow__oH8-- .goal-time-schedule-module_dayFrom__4-At9{margin-right:10px}.goal-time-schedule-module_error__rLiuN{color:var(--danger);font-size:15px;margin-bottom:15px}.goal-time-schedule-module_disabled__vzWAz{pointer-events:none;opacity:.5}@keyframes goal-time-schedule-module_show__H5Sqp{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}@keyframes goal-time-schedule-module_shiftDown__KtQHu{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.movement-plan-goal-history-notification-module_container__--kqh{padding:4px;display:flex;justify-content:space-between;align-items:center;width:100%}@media screen and (max-width: 576px){.movement-plan-goal-history-notification-module_container__--kqh{flex-direction:column;align-items:stretch}}@media screen and (max-width: 576px){.movement-plan-goal-history-notification-module_hasGoal__2F0ht .movement-plan-goal-history-notification-module_left__r1aW6{flex-direction:column;align-items:center;text-align:center}.movement-plan-goal-history-notification-module_hasGoal__2F0ht .movement-plan-goal-history-notification-module_left__r1aW6 .movement-plan-goal-history-notification-module_logo__W37ek{margin-bottom:15px}}.movement-plan-goal-history-notification-module_left__r1aW6{display:flex}@media screen and (max-width: 576px){.movement-plan-goal-history-notification-module_left__r1aW6{margin-bottom:12px}}.movement-plan-goal-history-notification-module_left__r1aW6 .movement-plan-goal-history-notification-module_logo__W37ek{margin-right:15px}.movement-plan-goal-history-notification-module_left__r1aW6 .movement-plan-goal-history-notification-module_text__4u-3W{display:flex;flex-direction:column;justify-content:center;font-size:18px}.movement-plan-goal-history-notification-module_left__r1aW6 .movement-plan-goal-history-notification-module_title__C6Zvq{font-size:20px;line-height:22px;font-weight:700}.movement-plan-goal-history-notification-module_left__r1aW6 .movement-plan-goal-history-notification-module_subtitle__aZZsB{margin:0}.movement-plan-goal-history-notification-module_right__yNSFz{font-size:18px;display:flex;justify-content:center}.movement-plan-goal-history-notification-module_right__yNSFz .movement-plan-goal-history-notification-module_btn__bjNWe{min-width:180px;width:100%}.movement-plan-goal-history-notification-module_right__yNSFz .movement-plan-goal-history-notification-module_circleBtn__FEUQt{margin-left:15px}@media screen and (max-width: 576px){.movement-plan-goal-history-notification-module_right__yNSFz .movement-plan-goal-history-notification-module_circleBtn__FEUQt:first-child{margin-left:0}}.movement-plan-goal-history-notification-module_wrap__OT9hp{filter:saturate(0)}.movement-plan-goal-history-notification-module_container__--kqh{position:relative}.movement-plan-goal-history-notification-module_loader__5-KhK{z-index:99}.routine-push-notification-settings-modal-module_heading__3N9QC{font-size:36px}.routine-push-notification-settings-modal-module_description__4PsPW{font-size:18px}.routine-push-notification-settings-modal-module_formContainer__AQlAc{margin-top:1em;display:flex;flex-direction:column;align-items:center}.routine-push-notification-settings-modal-module_timeContainer__9hSLX{display:flex;align-items:center}.routine-push-notification-settings-modal-module_timeContainer__9hSLX label{font-size:20px;line-height:20px;margin-right:20px;margin-left:10px}.routine-push-notification-settings-modal-module_button__EhxK1{margin-right:12px}.routine-push-notification-settings-modal-module_buttons__h9L-K{justify-content:center;font-size:30px;margin-top:30px}.routine-push-notification-settings-modal-module_buttons__h9L-K button{width:250px;margin-left:15px}.routine-push-notification-settings-modal-module_deleteModalQuestion__-SrGu{font-size:20px}.routine-push-notification-settings-modal-module_deleteModalTitle__ZvZuh{font-size:40px;margin-bottom:20px}.routine-push-notification-settings-modal-module_container__PqVIt .routine-push-notification-settings-modal-module_title__twKZv{margin-bottom:20px}.routine-push-notification-settings-modal-module_container__PqVIt .routine-push-notification-settings-modal-module_toggleWrap__UC4Ky{display:flex;justify-content:center}@media screen and (max-width: 768px){.routine-push-notification-settings-modal-module_container__PqVIt .routine-push-notification-settings-modal-module_toggleWrap__UC4Ky{justify-content:flex-start;flex-direction:column}}.routine-push-notification-settings-modal-module_container__PqVIt .routine-push-notification-settings-modal-module_toggleWrap__UC4Ky .routine-push-notification-settings-modal-module_toggle__hqxrJ{margin-bottom:10px}.routine-push-notification-settings-modal-module_container__PqVIt .routine-push-notification-settings-modal-module_toggleWrap__UC4Ky .routine-push-notification-settings-modal-module_toggle__hqxrJ label{position:relative;top:-3px;font-weight:400}.routine-push-notification-settings-modal-module_noteText__G7nY-{font-size:15px;margin-top:35px;text-align:center}.routine-navigation-module_status__8ciT-{margin-bottom:10px}.routine-navigation-module_status__8ciT- hr{margin:-10px 0 15px}.routine-navigation-module_status__8ciT- .routine-navigation-module_label__3xe2V{display:block;margin-bottom:15px;font-size:20px}.routine-navigation-module_statusList__JfGq7{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap}.routine-navigation-module_statusList__JfGq7 li{margin-bottom:15px;padding-bottom:20px}.routine-navigation-module_statusList__JfGq7 li:not(:last-child){margin-right:15px}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf{display:flex;align-items:center;justify-content:center;position:relative;width:36px;height:36px;border-radius:50px;line-height:1;font-size:18px}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.upcoming{color:var(--calendar-upcoming)}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.locked,.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.missed{color:var(--calendar-missed)}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.completed{color:var(--calendar-completed)}@media screen and (min-width: 1200px){.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf:hover:not(.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.stated):before{transform:scale(1.25)}}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.finished{color:var(--input-icon-color)}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.finished:before{border-width:1px}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.active{color:var(--green-color)}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf .routine-navigation-module_num__0skzk{color:var(--text-color);min-height:15px}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf:before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid currentColor;border-radius:50px;z-index:-1;background-color:currentColor;transition:.2s transform ease}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.today .routine-navigation-module_num__0skzk{color:#fff}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.today:before{color:var(--accent-color)!important}body.light .routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.stated:before{border:1px solid var(--color-gray-1)}body.dark .routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.stated:before{border:1px solid var(--input-border-color)}.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.stated:after{content:"";display:block;position:absolute;left:50%;bottom:-16px;transform:translate(-50%);width:8px;height:8px;background-color:var(--accent-color);border-radius:50px}@media screen and (min-width: 1200px){.routine-navigation-module_statusList__JfGq7 .routine-navigation-module_item__vVtJf.stated:before{transform:scale(1.25)}}.routine-movements-list-module_gridCell__p5kZ8{border:none;font-size:16px;font-weight:400;line-height:20px;padding-bottom:20px;padding-top:20px;position:relative}.routine-movements-list-module_gridRow__fUI9K{box-shadow:0 4px 4px #0000001a;background-color:var(--card-bg-color);margin-bottom:15px;border-radius:10px}body.light .routine-movements-list-module_gridRow__fUI9K.routine-movements-list-module_gridDoneRow__NP8CB{background:#f5fcf6}body.dark .routine-movements-list-module_gridRow__fUI9K.routine-movements-list-module_gridDoneRow__NP8CB{background-color:#243125}.routine-movements-list-module_headRow__Dli8e{font-size:24px;line-height:30px;margin-bottom:20px;border:none;font-weight:600}.routine-movements-list-module_headRow__Dli8e div:last-child{display:none}@media screen and (max-width: 1170px){.routine-movements-list-module_headRow__Dli8e{font-size:20px}}@media screen and (max-width: 767px){.routine-movements-list-module_hideSm__4wy4E{display:none}}.routine-movements-list-module_iframe__fPSPE{position:relative;top:0;bottom:0;left:0;width:100%;min-height:450px;border:0}.routine-movements-list-module_previewContainer__qY4UC{position:relative;display:block;width:100%;padding:0;overflow:hidden}.routine-movements-list-module_modalHeader__twdU4{margin-top:2em}.routine-movements-list-module_video__NFKS-{width:100%;max-height:450px}@media screen and (max-width: 1000px){.routine-movements-list-module_modalContent__nyIUQ{margin-top:90px}}.routine-movements-list-module_modalContent__nyIUQ .rw-popup-container{width:100%;margin:0 auto;padding:0 0 0 30px}.routine-movements-list-module_modalContent__nyIUQ .rw-calendar-head{height:20px}.routine-movements-list-module_backButton__005sv{font-size:20px;cursor:pointer;width:fit-content}@media screen and (max-width: 767px){.routine-movements-list-module_backButton__005sv{font-size:18px}}.routine-movements-list-module_period__dyZxY{font-size:20px;text-align:end}@media screen and (max-width: 767px){.routine-movements-list-module_period__dyZxY{text-align:start}}.routine-movements-list-module_headerContainer__E3Nn3{margin-bottom:20px}.routine-movements-list-module_headerContainer__E3Nn3 .routine-movements-list-module_head__VyC22{display:flex}@media screen and (min-width: 992px){.routine-movements-list-module_headerContainer__E3Nn3 .routine-movements-list-module_head__VyC22{align-items:center;justify-content:space-between}}@media screen and (max-width: 991px){.routine-movements-list-module_headerContainer__E3Nn3 .routine-movements-list-module_head__VyC22{flex-direction:column}}.routine-movements-list-module_title__pzJ8q{font-size:28px;font-weight:600;margin-bottom:0}@media screen and (max-width: 991px){.routine-movements-list-module_title__pzJ8q{font-size:24px;margin-bottom:15px}}.routine-movements-list-module_title__pzJ8q .routine-movements-list-module_info__8UwAi{color:var(--tab-text-color);font-size:20px}@media screen and (min-width: 992px){.routine-movements-list-module_title__pzJ8q .routine-movements-list-module_info__8UwAi{margin-left:5px}}@media screen and (max-width: 991px){.routine-movements-list-module_title__pzJ8q .routine-movements-list-module_info__8UwAi{font-size:18px}}@media screen and (max-width: 767px){.routine-movements-list-module_title__pzJ8q .routine-movements-list-module_info__8UwAi{display:block;padding-top:5px}}.routine-movements-list-module_progressTrack__txKHo{line-height:0;margin-bottom:15px;margin-top:15px}.routine-movements-list-module_progressTrack__txKHo a{color:var(--accent-color)}.routine-movements-list-module_button__84N2p{width:263px;height:64px}.routine-movements-list-module_buttonsContainer__UVA64{display:flex;justify-content:flex-end}.routine-movements-list-module_cardBody__B697Z{padding:0 calc(.5 * var(--bs-gutter-x))}.routine-movements-list-module_card__5p9AX{background:none;border:none}.routine-movements-list-module_cardHeader__PqXF0,.routine-movements-list-module_cardFooter__JJGt1{background:none}.routine-movements-list-module_footerRow__5ivjL{font-size:16px;padding:0;border:none;margin-top:20px}.routine-movements-list-module_footerRow__5ivjL ul{padding:0}@media screen and (max-width: 767px){.routine-movements-list-module_footerRow__5ivjL ul{justify-content:flex-start!important}}.routine-movements-list-module_footerRow__5ivjL .page-link{background-color:transparent!important;border-color:var(--line-color)!important;color:var(--text-color)!important}.routine-movements-list-module_footerRow__5ivjL .page-item.disabled .page-link{color:var(--secondary-color)!important}.routine-movements-list-module_footerRow__5ivjL .page-item.active .page-link{background-color:var(--accent-color)!important;border-color:var(--line-color)!important;color:var(--button-text-color)!important}.routine-movements-list-module_locked__cXe4p{pointer-events:none}.routine-movements-list-module_locked__cXe4p .routine-movements-list-module_media__NFmLZ img,.routine-movements-list-module_locked__cXe4p .routine-movements-list-module_placeholder__1nepM{filter:blur(5px)}.routine-movements-list-module_media__NFmLZ{margin:-20px 0 -20px calc(-1 * var(--bs-gutter-x) * .5);border-radius:10px 0 0 10px;overflow:hidden;display:flex;min-width:120px;width:calc(100% + var(--bs-gutter-x) * .5);background-color:#fff}@media screen and (max-width: 767px){.routine-movements-list-module_media__NFmLZ{margin:-20px calc(-1 * var(--bs-gutter-x) * .5) 0 calc(-1 * var(--bs-gutter-x) * .5);width:calc(100% + var(--bs-gutter-x) * .5 * 2);border-radius:10px 10px 0 0}}.routine-movements-list-module_media__NFmLZ.routine-movements-list-module_video__NFKS-{border-radius:10px;box-shadow:0 1px 4px #0000001a}.routine-movements-list-module_media__NFmLZ:not(.routine-movements-list-module_video__NFKS-){padding:20px}@media screen and (max-width: 575px){.routine-movements-list-module_media__NFmLZ:not(.routine-movements-list-module_video__NFKS-){aspect-ratio:121/57}}.routine-movements-list-module_media__NFmLZ:not(.routine-movements-list-module_video__NFKS-) img,.routine-movements-list-module_media__NFmLZ:not(.routine-movements-list-module_video__NFKS-) .routine-movements-list-module_placeholder__1nepM{max-width:70%;margin:0 auto}.routine-movements-list-module_media__NFmLZ img,.routine-movements-list-module_media__NFmLZ .routine-movements-list-module_placeholder__1nepM{max-width:100%;width:100%;height:100%;aspect-ratio:174/104;object-fit:contain}@media screen and (max-width: 575px){.routine-movements-list-module_media__NFmLZ img,.routine-movements-list-module_media__NFmLZ .routine-movements-list-module_placeholder__1nepM{aspect-ratio:121/57}}.routine-movements-list-module_media__NFmLZ .routine-movements-list-module_videoView__dkcgc{width:100%;position:relative}.routine-movements-list-module_media__NFmLZ .routine-movements-list-module_videoView__dkcgc:hover .routine-movements-list-module_playButton__G1RSP{transform:translate(-50%,-50%) scale(1.1)}.routine-movements-list-module_media__NFmLZ .routine-movements-list-module_playButton__G1RSP{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:none;max-height:none;transition:.2s transform ease}.routine-movements-list-module_body__gL-F1{display:flex;flex-direction:column;flex-grow:1;width:100%;padding:10px 10px 0 0}@media screen and (min-width: 768px){.routine-movements-list-module_body__gL-F1{margin-left:-5px}}@media screen and (max-width: 767px){.routine-movements-list-module_body__gL-F1{margin-top:-20px;margin-bottom:-5px;padding:0 5px}}.routine-movements-list-module_content__XbJrg{display:flex;flex-direction:column;width:100%}.routine-movements-list-module_name__xmFnX{display:flex;align-items:center;font-size:24px;font-weight:600;margin-bottom:15px}@media screen and (max-width: 991px){.routine-movements-list-module_name__xmFnX{font-size:20px}}.routine-movements-list-module_name__xmFnX .routine-movements-list-module_count__O0f8r{color:var(--accent-color);font-size:40px;margin-right:12px}@media screen and (max-width: 991px){.routine-movements-list-module_name__xmFnX .routine-movements-list-module_count__O0f8r{font-size:28px}}.routine-movements-list-module_name__xmFnX a{color:var(--text-color)}.routine-movements-list-module_description__2acKq{margin-bottom:10px}.routine-movements-list-module_description__2acKq .routine-movements-list-module_text__J62IZ{white-space:normal;color:var(--text-color)}.routine-movements-list-module_comment__45LmT{color:var(--tab-text-color)}.routine-movements-list-module_groupLabel__S0bcX{border:1px solid var(--accent-color);border-radius:20px;padding:6px 14px 4px;display:inline-flex;align-items:center}.routine-movements-list-module_groupLabel__S0bcX .routine-movements-list-module_duration__iHjQx,.routine-movements-list-module_groupLabel__S0bcX .routine-movements-list-module_repsCount__E4GrR{color:var(--sidebar-link-color);font-size:14px;line-height:1}.routine-movements-list-module_groupLabel__S0bcX .routine-movements-list-module_repsCount__E4GrR:before{content:"|";color:var(--accent-color);font-size:12px;margin:0 5px}.routine-movements-list-module_footer__GwFZW{position:relative;padding-top:16px;margin-top:16px;display:flex;align-items:center;width:100%;border-top:1px solid var(--disabled-color)}@media screen and (max-width: 576px){.routine-movements-list-module_footer__GwFZW{margin-bottom:36px}}@media screen and (max-width: 576px){.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_btn__OcQMj{width:100%}}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2{margin-left:auto;display:inline-flex;align-items:center}@media screen and (max-width: 576px){.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2{position:absolute;bottom:-34px;right:0}}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_substituteIcon__bv31h{color:var(--accent-color);margin-right:10px;cursor:pointer}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_progressLink__dH31q{font-size:14px;display:inline-flex;align-items:center}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_progressLink__dH31q .routine-movements-list-module_icon__0V5Iu{min-width:15px;margin-right:9px}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_progressLink__dH31q span{text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);background-size:100% var(--bg-h);padding-bottom:0}@media screen and (min-width: 1200px){.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_progressLink__dH31q span{transition:background-size .35s}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_progressContainer__bBR-2 .routine-movements-list-module_progressLink__dH31q span:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_startLink__uaX5A{display:inline-flex;align-items:center;font-size:16px}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_startLink__uaX5A .routine-movements-list-module_icon__0V5Iu{min-width:12px;margin-right:7px;margin-top:-2px}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_startLink__uaX5A span{text-decoration:none!important;padding-bottom:0}@media screen and (min-width: 1200px){.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_startLink__uaX5A span{background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);transition:background-size .35s;--bg-h: 1px;padding-bottom:0}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_startLink__uaX5A span:where(:hover,:focus-visible){background-size:100% var(--bg-h);background-position-x:left}}.routine-movements-list-module_footer__GwFZW .routine-movements-list-module_doneLabel__to2Ps{color:#00b412}.routine-movements-list-module_gridInfo__gce77{padding-top:0}.routine-movements-list-module_notification__HQB8w .alert{box-shadow:0 2px 4px #00000014;min-height:46px;font-size:18px;margin-bottom:20px;padding:8px 15px}@media screen and (max-width: 767px){.routine-movements-list-module_notification__HQB8w .alert{font-size:16px}}.routine-movements-list-module_notification__HQB8w.routine-movements-list-module_light__VeSWE .alert{background:#c838000d}.routine-movements-list-module_notification__HQB8w.routine-movements-list-module_dark__wgajL .alert{background:#fe4b001f}.routine-movements-list-module_replaced__cR7JY{filter:grayscale(1) opacity(.9);position:relative}.routine-movements-list-module_replaced__cR7JY .routine-movements-list-module_replacedBadge__q7YKT{position:absolute;top:10px;right:10px;width:auto;font-size:13px;padding:4px 10px;z-index:99}.routine-movements-list-module_pointerEventsNone__2nfbd{pointer-events:none}.routine-complete-modal-module_modalContent__AHa1v h3{max-width:355px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.routine-complete-modal-module_modalContent__AHa1v h3{font-size:24px;margin-bottom:12px}}.routine-complete-modal-module_completeImg__MrF-K{--body-color: var(--card-bg-color);margin-bottom:30px;max-width:250px;height:auto}.routine-complete-modal-module_subTitle__OhrRI{font-size:20px;line-height:1.2;margin:0 auto 35px;max-width:485px;color:var(--tab-text-color)}@media screen and (max-width: 767px){.routine-complete-modal-module_subTitle__OhrRI{font-size:16px;margin-bottom:15px}}.routine-complete-modal-module_actions__2H1Tc{display:flex;align-items:center;justify-content:center}.routine-complete-modal-module_actions__2H1Tc button{margin:0 7px;min-width:170px}.routine-complete-modal-module_actions__2H1Tc button:first-child{background-color:var(--card-bg-color)}@media screen and (max-width: 767px){.movement-substitute-modal-module_modalContent__ALER9 h3{font-size:24px;margin-bottom:12px}}.movement-substitute-modal-module_modalContent__ALER9 .movement-substitute-modal-module_title__7J4vp{font-size:24px}.movement-substitute-modal-module_arrowImg__IEPiF{margin-bottom:30px}.movement-substitute-modal-module_subTitle__4-jXS{font-size:20px;line-height:1.2;margin:0 auto 20px;max-width:485px}@media screen and (max-width: 767px){.movement-substitute-modal-module_subTitle__4-jXS{font-size:16px;margin-bottom:15px}}.movement-substitute-modal-module_subTitleSecondary__ihnZw{font-weight:600;font-size:20px;line-height:1.2;margin-bottom:15px}.movement-substitute-modal-module_text__sWspo{font-size:16px;line-height:1.2;margin:0 auto 15px;max-width:485px}.movement-substitute-modal-module_checkList__x-xDm{margin:0 auto 30px;max-width:485px}.movement-substitute-modal-module_actions__Tvk85{display:flex;align-items:center;justify-content:center}.movement-substitute-modal-module_actions__Tvk85 button{margin:0 7px;min-width:170px}.movement-substitute-modal-module_actions__Tvk85 button:first-child{background-color:var(--card-bg-color)}.movement-substitute-modal-module_actions__Tvk85.movement-substitute-modal-module_col__maH5k{flex-direction:column}.movement-substitute-modal-module_actions__Tvk85.movement-substitute-modal-module_col__maH5k button{width:100%}.movement-substitute-modal-module_actions__Tvk85.movement-substitute-modal-module_col__maH5k button:not(:last-child){margin-bottom:10px}.movement-substitute-positions-module_container__hcIbA{max-width:325px;margin:0 auto 25px}.movement-substitute-positions-module_container__hcIbA .movement-substitute-positions-module_item__YaOpa{margin-bottom:10px}.movement-substitute-positions-module_container__hcIbA:has(.movement-substitute-positions-module_active__q-pEt~.movement-substitute-positions-module_active__q-pEt) .movement-substitute-positions-module_item__YaOpa:not(.movement-substitute-positions-module_active__q-pEt){opacity:.6}.pagination-module_pagination__14mtB{display:flex;align-items:center;padding:0;margin:0;list-style:none}.pagination-module_pagination__14mtB .pagination-module_prev__RRriE,.pagination-module_pagination__14mtB .pagination-module_next__WbgGQ{cursor:pointer}.pagination-module_pagination__14mtB .pagination-module_prev__RRriE div,.pagination-module_pagination__14mtB .pagination-module_next__WbgGQ div{justify-content:center}.pagination-module_item__9w0qc{list-style:none;width:28px;height:28px;line-height:28px;font-size:16px;border-radius:50%;border:1px solid grey;display:flex;justify-content:center;align-items:center}.pagination-module_item__9w0qc:not(:last-child){margin-right:10px}.pagination-module_item__9w0qc.pagination-module_active__hIHAD{border-color:var(--accent-color)}.pagination-module_item__9w0qc a{width:100%;text-align:center;color:var(--text-color)}.routine-info-module_listItem__yS9kw{margin-bottom:10px}.routine-info-module_info__JhPmS .routine-info-module_name__8k9V6{font-size:22px;font-weight:600;color:var(--accent-color);margin-bottom:15px}.routine-info-module_info__JhPmS .routine-info-module_name__8k9V6 small{font-size:16px}.routine-info-module_info__JhPmS ul{margin:0;padding:0;list-style:none}.routine-info-module_info__JhPmS ul li{display:flex;align-items:center}@media screen and (max-width: 575px){.routine-info-module_info__JhPmS ul li{font-size:16px}}.routine-info-module_info__JhPmS ul li:not(:last-child){margin-bottom:10px}.routine-info-module_info__JhPmS ul li svg{min-width:16px}.routine-info-module_card__1G3Kj{max-width:360px;margin:0 auto;padding-top:50px;text-align:center}@media screen and (max-width: 575px){.routine-info-module_card__1G3Kj{padding-top:30px}}.routine-info-module_card__1G3Kj .routine-info-module_exerciseImg__xcPG3{max-width:100%;height:auto;margin-bottom:20px}.routine-info-module_cardInfo__xnVNV{font-size:20px;font-weight:600;margin-bottom:20px}@media screen and (max-width: 575px){.routine-info-module_cardInfo__xnVNV{font-size:16px}}.routine-info-module_cardAction__xfiTC button{width:100%}@media screen and (min-width: 992px){.routine-actions-module_buttonsRow__jIq0d{display:flex;justify-content:flex-end;flex-wrap:wrap}}.routine-actions-module_buttonsRow__jIq0d button{min-width:190px}@media screen and (min-width: 992px){.routine-actions-module_buttonsRow__jIq0d button{margin-bottom:5px}}@media screen and (max-width: 575px){.routine-actions-module_buttonsRow__jIq0d button{width:100%}}@media screen and (min-width: 576px){.routine-actions-module_buttonsRow__jIq0d button+button{margin-left:10px}}@media screen and (max-width: 575px){.routine-actions-module_buttonsRow__jIq0d button+button{margin-top:10px}}body.pwa-ios .routine-actions-module_downloadPdfBtn__UD6oN{display:none!important}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_text__OZL9D h3{font-size:20px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_range__5S-bN{margin-top:auto}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_label__QAT84{font-weight:600;font-size:18px;margin-bottom:10px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_description__pF5hr{color:var(--light-color);min-height:50px;margin-bottom:0;font-size:16px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_error__zZ4Bx{margin-top:-10px;padding-left:0;justify-content:center}.routine-feedback-form-module_form__zxD4P div.routine-feedback-form-module_formActions__CEiyG button{min-width:auto;flex-basis:48%;margin-left:0;flex-grow:0}.routine-feedback-form-module_form__zxD4P div.routine-feedback-form-module_formActions__CEiyG button:first-child:last-child{margin:auto}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_completeImg__xLQ-M{max-height:150px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_infoRow__SORkr:not(:last-child){border-bottom:1px solid;border-image:linear-gradient(to right,transparent,lightgrey,transparent) 1;margin-bottom:15px;padding-bottom:10px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_infoRow__SORkr h3{font-weight:700;margin-bottom:10px}.routine-feedback-form-module_form__zxD4P .routine-feedback-form-module_infoRow__SORkr p{font-size:18px;margin-bottom:0}.routine-feedback-form-module_form__zxD4P h3{font-weight:700}.intake-second-part-modal-module_text__9TQvR{font-size:20px;max-width:370px;margin:auto auto 35px;text-align:center}.intake-second-part-modal-module_actions__PzMuz{display:flex;align-items:center;justify-content:center}@media screen and (max-width: 575px){.intake-second-part-modal-module_actions__PzMuz{justify-content:space-between}}@media screen and (min-width: 576px){.intake-second-part-modal-module_actions__PzMuz .intake-second-part-modal-module_btn__23YI9{margin:0 7px;min-width:170px}}@media screen and (max-width: 575px){.intake-second-part-modal-module_actions__PzMuz .intake-second-part-modal-module_btn__23YI9{width:calc(50% - 7px)}}.routine-movement-progress-module_text__mpKHm{color:var(--text-color)}.routine-movement-progress-module_headerContainer__17iG7{margin-bottom:10px}.routine-movement-progress-module_headerContainer__17iG7 .routine-movement-progress-module_head__d0Nq1{display:flex}@media screen and (min-width: 768px){.routine-movement-progress-module_headerContainer__17iG7 .routine-movement-progress-module_head__d0Nq1{align-items:center;justify-content:space-between}}@media screen and (max-width: 767px){.routine-movement-progress-module_headerContainer__17iG7 .routine-movement-progress-module_head__d0Nq1{flex-direction:column}}.routine-movement-progress-module_backButton__t33Go{cursor:pointer;width:fit-content}.routine-movement-progress-module_title__VyeI9{font-size:24px;font-weight:600}@media screen and (max-width: 767px){.routine-movement-progress-module_title__VyeI9{margin-bottom:15px}}.routine-movement-progress-module_gridCell__6JPYZ{font-size:16px;font-weight:400;line-height:20px;padding-bottom:15px;padding-top:20px}@media screen and (max-width: 767px){.routine-movement-progress-module_gridCell__6JPYZ{width:100%;border:none;padding:7px 0;display:block}}.routine-movement-progress-module_gridCell__6JPYZ:first-child{padding-left:0}@media screen and (max-width: 767px){.routine-movement-progress-module_gridCell__6JPYZ:first-child{padding-top:15px}}@media screen and (max-width: 767px){.routine-movement-progress-module_gridCell__6JPYZ:last-child{padding-bottom:12px}}.routine-movement-progress-module_gridRow__KAGlW{border-bottom:1px solid var(--disabled-color)}.routine-movement-progress-module_cardBody__wVAZx{padding:0 calc(.5 * var(--bs-gutter-x))}@media screen and (max-width: 767px){.routine-movement-progress-module_hideSm__LRemC{display:none}}.routine-movement-timer-module_headerContainer__51-Zu{margin-bottom:10px}.routine-movement-timer-module_headerContainer__51-Zu .routine-movement-timer-module_head__ojqMT{display:flex}@media screen and (min-width: 768px){.routine-movement-timer-module_headerContainer__51-Zu .routine-movement-timer-module_head__ojqMT{align-items:center;justify-content:space-between}}@media screen and (max-width: 767px){.routine-movement-timer-module_headerContainer__51-Zu .routine-movement-timer-module_head__ojqMT{flex-direction:column}}.routine-movement-timer-module_backButton__qfF0L{cursor:pointer;width:fit-content}.routine-movement-timer-module_title__9TQ1-{font-size:24px;font-weight:600}@media screen and (max-width: 767px){.routine-movement-timer-module_title__9TQ1-{margin-bottom:15px}}.routine-movement-timer-module_exerciseCount__CT5Qf{font-size:20px;color:var(--tab-text-color);padding:6px 20px;border-radius:50px;border:1px solid var(--tab-text-color);box-shadow:0 1px 4px #00000026;text-align:center;display:inline-flex;line-height:1}@media screen and (max-width: 767px){.routine-movement-timer-module_exerciseCount__CT5Qf{font-size:16px}}.routine-countdown-timer-module_wrap__k69gZ{--circle-size: 130px;--countdown-gutter-x: 40px;text-align:center;width:100%;max-width:450px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.routine-countdown-timer-module_wrap__k69gZ{--countdown-gutter-x: clamp(12px, 4vw, 25px)}}@media screen and (min-width: 577px){.routine-countdown-timer-module_wrap__k69gZ:has(.routine-countdown-timer-module_substitute__psklu){max-width:550px}}.routine-countdown-timer-module_row__yklnk{display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.routine-countdown-timer-module_col__Vl-2g:first-child,.routine-countdown-timer-module_col__Vl-2g:last-child{width:calc(100% - (var(--circle-size) + var(--countdown-gutter-x)))}.routine-countdown-timer-module_countdown__WmBp2{position:relative;min-width:var(--circle-size);margin:0 var(--countdown-gutter-x)}.routine-countdown-timer-module_totalTime__wcaVv{font-size:32px;font-weight:600;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);line-height:1}.routine-countdown-timer-module_cta__SxRl7:first-child{text-align:right}.routine-countdown-timer-module_cta__SxRl7:last-child{text-align:left}.routine-countdown-timer-module_cta__SxRl7 button{padding:0;background:none;border:0;font-weight:600;color:var(--accent-color);display:inline-flex;align-items:center}.routine-countdown-timer-module_cta__SxRl7 button svg{min-width:12px}.routine-countdown-timer-module_cta__SxRl7 .routine-countdown-timer-module_arrow__uXVrF{transform:scaleX(-1)}.routine-countdown-timer-module_exerciseImg__Z6RYb{margin-bottom:24px;max-width:100%;height:auto}.routine-countdown-timer-module_completeImg__8bclR{min-width:var(--circle-size);margin:0 var(--countdown-gutter-x)}.routine-countdown-timer-module_action__GJTuQ button{width:100%}@media screen and (min-width: 1200px){.routine-countdown-timer-module_action__GJTuQ button:not(.routine-countdown-timer-module_outline__MtZfc):focus{background-color:var(--accent-color)}}.routine-countdown-timer-module_audio__r7Tl9{display:none;visibility:hidden}.routine-countdown-timer-module_substitute__psklu{font-size:17px}@media screen and (min-width: 577px){.routine-countdown-timer-module_substitute__psklu{min-width:150px}}@media screen and (max-width: 767px){.routine-skip-modal-module_modalContent__Pk8qe h3{font-size:24px;margin-bottom:12px}}.routine-skip-modal-module_arrowImg__kew5M{margin-bottom:30px}.routine-skip-modal-module_subTitle__e-9Y3{font-size:20px;line-height:1.2;margin:0 auto 20px;max-width:485px}@media screen and (max-width: 767px){.routine-skip-modal-module_subTitle__e-9Y3{font-size:16px;margin-bottom:15px}}.routine-skip-modal-module_subTitleSecondary__peTMU{font-weight:600;font-size:20px;line-height:1.2;margin-bottom:15px}.routine-skip-modal-module_text__BiEbt{font-size:16px;line-height:1.2;margin:0 auto 15px;max-width:485px}.routine-skip-modal-module_checkList__OHbji{margin:0 auto 30px;max-width:485px}.routine-skip-modal-module_actions__KVYZt{display:flex;align-items:center;justify-content:center}.routine-skip-modal-module_actions__KVYZt button{margin:0 7px;min-width:170px}.routine-skip-modal-module_actions__KVYZt button:first-child{background-color:var(--card-bg-color)}.routine-reset-modal-module_modalContent__si-ir h3{max-width:355px;margin-left:auto;margin-right:auto}@media screen and (max-width: 767px){.routine-reset-modal-module_modalContent__si-ir h3{font-size:24px;margin-bottom:12px}}.routine-reset-modal-module_resetImg__Yr-AE{margin-bottom:30px;max-width:100%;height:auto}.routine-reset-modal-module_subTitle__YtyNB{font-size:20px;line-height:1.2;margin:0 auto 35px;max-width:485px;color:var(--tab-text-color)}@media screen and (max-width: 767px){.routine-reset-modal-module_subTitle__YtyNB{font-size:16px;margin-bottom:15px}}.routine-reset-modal-module_actions__SJuye{display:flex;align-items:center;justify-content:center}.routine-reset-modal-module_actions__SJuye button{margin:0 7px;min-width:170px}.routine-reset-modal-module_actions__SJuye button:first-child{background-color:var(--card-bg-color)}.routine-exercise-item-module_exerciseItem__GRRGd{display:flex;border-radius:10px;box-shadow:0 1px 4px #0000001a;background-color:var(--card-bg-color);padding:10px 15px;margin-bottom:20px}@media screen and (min-width: 576px){.routine-exercise-item-module_exerciseItem__GRRGd{align-items:center}}@media screen and (max-width: 575px){.routine-exercise-item-module_exerciseItem__GRRGd{flex-direction:column}}.routine-exercise-item-module_exerciseItem__GRRGd .routine-exercise-item-module_exerciseHead__9eZgh{display:inline-flex;align-items:center}@media screen and (max-width: 575px){.routine-exercise-item-module_exerciseItem__GRRGd .routine-exercise-item-module_exerciseHead__9eZgh{margin-bottom:7px}}.routine-exercise-item-module_exerciseItem__GRRGd .routine-exercise-item-module_groupLabel__gwJI5{margin-left:auto}.routine-exercise-item-module_exerciseItem__GRRGd .routine-exercise-item-module_groupLabel__gwJI5 .routine-exercise-item-module_repsCount__eohEJ:before{content:"|";color:var(--accent-color);font-size:12px;margin:0 3px}.routine-exercise-item-module_exerciseNum__EsEYR{font-size:40px;font-weight:600;color:var(--accent-color);margin-right:10px}@media screen and (max-width: 767px){.routine-exercise-item-module_exerciseNum__EsEYR{font-size:28px}}.routine-exercise-item-module_exerciseName__IyvZT{font-size:24px;font-weight:600}@media screen and (max-width: 767px){.routine-exercise-item-module_exerciseName__IyvZT{font-size:20px}}.routine-exercise-item-module_videoWrap__0G27x{text-align:center;display:flex;flex-direction:column;align-items:center;margin:0 auto 20px;max-width:500px}.routine-exercise-item-module_videoWrap__0G27x img,.routine-exercise-item-module_videoWrap__0G27x .routine-exercise-item-module_placeholder__B6Fzs{max-width:100%;height:auto;margin-bottom:20px}.routine-exercise-item-module_videoView__P9PdZ{display:inline-flex;font-size:18px;font-weight:600}.routine-exercise-item-module_videoView__P9PdZ .routine-exercise-item-module_playButton__Ef9-l{min-width:16px;margin-right:7px}.routine-exercise-item-module_exerciseText__3JQg5{text-align:center;margin-bottom:30px;max-width:600px;margin-left:auto;margin-right:auto}.routine-exercise-item-module_exerciseDescription__lxbxG{margin:0 0 15px;font-size:16px}.routine-exercise-item-module_exerciseDescription__lxbxG .routine-exercise-item-module_text__z4g-r{white-space:normal}.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_toggle__h1k3k{color:var(--accent-color);font-weight:600;font-size:14px}.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_toggle__h1k3k svg{margin-left:5px;transform:rotate(270deg)}.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_toggle__h1k3k span{display:inline-block;text-decoration:none!important;--bg-h: 1px;background:linear-gradient(0deg,currentColor,currentColor) no-repeat right bottom/0 var(--bg-h);padding-bottom:0;background-size:100% var(--bg-h)}@media screen and (min-width: 1200px){.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_toggle__h1k3k span{transition:background-size .35s}.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_toggle__h1k3k span:where(:hover,:focus-visible){background-size:0 var(--bg-h);background-position-x:right;color:currentColor}}.routine-exercise-item-module_exerciseComment__VK30n [aria-expanded=true] svg{transform:rotate(90deg)}.routine-exercise-item-module_exerciseComment__VK30n .routine-exercise-item-module_text__z4g-r{display:block;font-size:16px;padding-top:12px;color:var(--tab-text-color)}.routine-exercise-item-module_additionalInfo__nGKv0{color:var(--accent-color);display:flex;align-items:center;justify-content:center}.routine-exercise-item-module_additionalInfo__nGKv0 a{margin:0 5px;border:1.5px solid var(--accent-color);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:5px;font-family:sans-serif;cursor:pointer;font-weight:700}.routine-exercise-item-module_additionalInfo__nGKv0 a:hover{opacity:.8}.routine-video-module_previewContainer__pvRgd{text-align:center}.routine-video-module_previewContainer__pvRgd video,.routine-video-module_previewContainer__pvRgd iframe{max-width:100%;height:auto;margin-bottom:20px;background-color:#000}.routine-video-module_videoButton__-3cXz{display:inline-flex;align-items:center;font-size:18px;font-weight:500;color:var(--accent-color);line-height:1}.routine-video-module_videoButton__-3cXz .routine-video-module_videoIcon__c2brX{flex-shrink:1;min-width:14px;margin-right:7px;margin-top:2px}.toggle-text-module_button__sxL77{color:var(--accent-color)}.toggle-text-module_content__bUSbV{animation:toggle-text-module_slideDown__Z7TMx .3s forwards}@keyframes toggle-text-module_slideDown__Z7TMx{0%{transform:translateY(-15px)}to{transform:translateY(0)}}.routine-movement-completed-module_wrap__U2xTa{text-align:center;align-items:center;padding:0 20px 40px}.routine-movement-completed-module_completedImg__CsBeX{margin:0 auto 25px;height:auto}@media screen and (max-width: 767px){.routine-movement-completed-module_completedImg__CsBeX{max-width:250px}}.routine-movement-completed-module_title__TTr8-{font-size:32px;font-weight:600;margin:0 0 15px}@media screen and (max-width: 767px){.routine-movement-completed-module_title__TTr8-{font-size:24px}}.routine-movement-completed-module_text__cdKFQ{font-size:22px;font-weight:400;margin:0 0 25px}@media screen and (max-width: 767px){.routine-movement-completed-module_text__cdKFQ{font-size:18px}}.routine-movement-completed-module_actions__OGWev{display:flex;flex-direction:column;width:100%}@media screen and (min-width: 576px){.routine-movement-completed-module_actions__OGWev{max-width:300px}}@media screen and (max-width: 575px){.routine-movement-completed-module_actions__OGWev{margin-top:auto}}.routine-movement-completed-module_actions__OGWev button:not(:last-child){margin-bottom:10px}.routine-progress-timeline-screen-module_backButton__PXDWY{font-size:20px;cursor:pointer;width:fit-content}@media screen and (max-width: 767px){.routine-progress-timeline-screen-module_backButton__PXDWY{font-size:18px}}.routine-progress-timeline-screen-module_headerContainer__5x8NI{margin-bottom:20px}.routine-progress-timeline-screen-module_headerContainer__5x8NI .routine-progress-timeline-screen-module_head__x1jk3{display:flex}@media screen and (min-width: 992px){.routine-progress-timeline-screen-module_headerContainer__5x8NI .routine-progress-timeline-screen-module_head__x1jk3{align-items:center;justify-content:space-between}}@media screen and (max-width: 991px){.routine-progress-timeline-screen-module_headerContainer__5x8NI .routine-progress-timeline-screen-module_head__x1jk3{flex-direction:column}}.routine-progress-timeline-screen-module_title__W9QDS{font-size:28px;font-weight:600;margin-bottom:0}@media screen and (max-width: 991px){.routine-progress-timeline-screen-module_title__W9QDS{font-size:24px;margin-bottom:15px}}.routine-progress-timeline-screen-module_title__W9QDS .routine-progress-timeline-screen-module_info__lV6kW{color:var(--tab-text-color);font-size:20px}@media screen and (min-width: 992px){.routine-progress-timeline-screen-module_title__W9QDS .routine-progress-timeline-screen-module_info__lV6kW{margin-left:5px}}@media screen and (max-width: 991px){.routine-progress-timeline-screen-module_title__W9QDS .routine-progress-timeline-screen-module_info__lV6kW{font-size:18px}}@media screen and (max-width: 767px){.routine-progress-timeline-screen-module_title__W9QDS .routine-progress-timeline-screen-module_info__lV6kW{display:block;padding-top:5px}}.routine-progress-timeline-screen-module_buttonsRow__crtWX button{min-width:200px}@media screen and (max-width: 575px){.routine-progress-timeline-screen-module_buttonsRow__crtWX button{width:100%}}@media screen and (min-width: 576px){.routine-progress-timeline-screen-module_buttonsRow__crtWX button+button{margin-left:10px}}@media screen and (max-width: 575px){.routine-progress-timeline-screen-module_buttonsRow__crtWX button+button{margin-top:10px}}body.pwa-ios .routine-progress-timeline-screen-module_downloadPdfBtn__sejon{display:none!important}.progress-timeline-module_root__nzRCW{margin-top:24px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL{display:grid;grid-template-columns:1fr 3fr .2fr;grid-template-areas:"weekPeriod days completedCount" "weekPeriod days completedCount";align-items:center;border-radius:10px;box-shadow:0 1px 4px #0000001a;background-color:var(--card-bg-color);padding:10px 15px;margin-bottom:24px;border-left-color:#c83800;width:100%}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_disableText__gWyAS{opacity:.2}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW{grid-area:weekPeriod}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW .progress-timeline-module_titleBlock__a8mkJ{display:flex;flex-direction:row}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW .progress-timeline-module_titleBlock__a8mkJ .progress-timeline-module_title__vAc8-{font-size:18px;font-weight:700}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW .progress-timeline-module_designElement__VO2Yv{height:1px;background-color:var(--sidebar-border-color);width:92px;top:-10px;position:relative}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW .progress-timeline-module_timePeriodBlock__OPDVj{display:flex;flex-direction:row;align-items:center;line-height:1}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksPeriodBlock__fLxJW .progress-timeline-module_timePeriodBlock__OPDVj .progress-timeline-module_timePeriodText__NsJUM{margin:2px 0 0 12px;padding:0;font-size:16px;line-height:normal}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR{display:flex;flex-direction:row;justify-content:space-between;cursor:default!important;grid-area:days}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_completedBlock__6HS7K{position:relative;display:flex;justify-content:center;align-items:center;margin-left:10px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_completedBlock__6HS7K .progress-timeline-module_svgIconBlock__R7hL9{position:relative;margin-right:4px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_currentDayDesignElement__Zek69{width:6px;height:6px;border-radius:6px;background-color:var(--accent-color);position:absolute;bottom:-10px;left:45%;transform:translate(-50%)}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_day__beelM{padding:9px;width:100px;border-radius:23px;border:1px var(--sidebar-border-color) solid;font-size:16px;font-weight:700;display:flex;justify-content:center;margin-right:16px;line-height:25px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_emptyDay__QQp2d{border:1px var(--disabled-color) solid;color:var(--disabled-color)}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_dayWithRoutine__uIOYS{font-weight:700;cursor:pointer}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_dayWithRoutine__uIOYS.progress-timeline-module_completedDay__21sKz{background-color:var(--calendar-completed);border:1px var(--calendar-completed) solid!important}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_dayWithRoutine__uIOYS.progress-timeline-module_currentDay__pNjmb{background-color:var(--accent-color);border:1px var(--accent-color) solid!important;color:#fff}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_dayWithRoutine__uIOYS.progress-timeline-module_disabledWeek__mxdNj{cursor:default;color:var(--disabled-color)}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_dayWithRoutine__uIOYS.progress-timeline-module_cantClick__Qo2ZO{cursor:default}@media screen and (max-width: 1450px){.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_day__beelM{width:75px;margin-right:10px}}@media screen and (max-width: 1200px){.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_day__beelM{width:85px;margin-right:10px}}@media screen and (max-width: 992px){.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR{margin:14px 0 10px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_day__beelM{width:75px;margin-right:10px}}@media screen and (max-width: 768px){.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR{margin-top:12px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_day__beelM{width:36px;height:36px;border-radius:36px;padding:0;display:flex;margin:0 2px;align-items:center;justify-content:center}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_weeksDayBlock__jELlR .progress-timeline-module_currentDayDesignElement__Zek69{left:50%}}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_completedBlock__6HS7K{grid-area:completedCount;position:relative;display:flex;justify-content:flex-end;align-items:center;margin-left:10px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_completedBlock__6HS7K .progress-timeline-module_svgIconBlock__R7hL9{position:relative;margin-right:4px}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_completedBlock__6HS7K .progress-timeline-module_svgIconBlock__R7hL9 .progress-timeline-module_completedCountText__zgvd3{position:absolute;top:20px;right:20px;transform:translate(50%,-50%);font-size:14px;font-weight:700}.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL .progress-timeline-module_separatorBlock__RhjNM{width:79px}@media screen and (max-width: 992px){.progress-timeline-module_root__nzRCW .progress-timeline-module_mainWrap__-CZCL{grid-template-areas:"weekPeriod weekPeriod completedCount" "days days days"}}.progress-timeline-module_root__nzRCW .progress-timeline-module_currentWeek__5rgOT{border-radius:12px;border-left:2px solid transparent;background:#fe4b0014!important;border-left-color:#c83800}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy{position:absolute;bottom:20px;right:13px;display:flex}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy .progress-timeline-module_footerBlock__a5geu{bottom:20px;border-radius:30px;box-shadow:0 1px 4px #0000001a;background-color:var(--card-bg-color);padding:11px 24px;display:flex;flex-direction:row;align-items:center}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy .progress-timeline-module_footerBlock__a5geu svg{top:4px;position:relative}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy .progress-timeline-module_footerBlock__a5geu p{padding:0;margin:0 0 0 12px;font-size:18px}@media screen and (max-width: 992px){.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy{right:0;left:0}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy .progress-timeline-module_footerBlock__a5geu{padding:8px 16px}}@media screen and (max-width: 768px){.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy{flex-wrap:wrap;position:static}.progress-timeline-module_root__nzRCW .progress-timeline-module_footerWrap__cDEGy .progress-timeline-module_footerBlock__a5geu{margin-bottom:15px}}.progress-timeline-module_mainCircleBlock__VqG-l{transform:rotate(-90deg)}.progress-timeline-module_circleBlock__tKMPx{stroke:var(--sidebar-border-color)}.progress-timeline-module_progress__3frEO{stroke:var(--green-color)}.progress-timeline-module_bigCircle__j69ii{fill:var(--radio-icon)}.progress-timeline-module_light__-SIzl{fill:#f3ddd5}.progress-timeline-module_dark__Puc09{fill:#5e2a14}.progress-timeline-module_bigCircleDisable__MXqMC{fill:var(--disabled-color)}.progress-timeline-module_bigCircleActive__Uhn30{fill:var(--accent-color)}.progress-timeline-module_completedDay__21sKz{background-color:var(--calendar-completed);border:1px var(--calendar-completed) solid!important}.progress-timeline-module_currentDay__pNjmb{background-color:var(--accent-color);border:1px var(--accent-color) solid!important;color:#fff}.progress-timeline-module_targetIcon__mktHo{display:none;width:15px;height:15px;position:absolute;left:50%;top:-20px;transform:translate(-50%)}.progress-timeline-module_goalDay__vwWSc{position:relative}.progress-timeline-module_goalDay__vwWSc .progress-timeline-module_targetIcon__mktHo{display:block}.progress-timeline-module_goalDay__vwWSc.progress-timeline-module_missedDay__MJdJ-{background-color:var(--calendar-missed)}@media screen and (max-width: 992px){.progress-timeline-module_goalWeek__TqFvw .progress-timeline-module_weeksDayBlock__jELlR{padding-top:15px}}.progress-timeline-module_footerBlock__a5geu:not(:last-child){margin-right:20px}.progress-timeline-module_currentFooterBlock__IFiQ5 svg{fill:var(--accent-color)}.progress-timeline-module_completedFooterBlock__KU5L7 svg{fill:var(--calendar-completed)}.progress-timeline-module_missedFooterBlock__8F6eB svg{fill:var(--calendar-missed)}.progress-timeline-module_taggedFooterBlock__mfZu8 svg{width:14px;height:14px;position:static!important}.progress-timeline-goal-notification-module_logo__Mwwmg{margin-right:15px}.progress-timeline-goal-notification-module_title__g6AyZ{margin-bottom:0;font-weight:700;font-size:20px}.intake-form-screen-module_container__plXUl{position:relative;margin-bottom:0!important;padding-bottom:20px}.intake-form-screen-module_avatarBg__EckYV{position:absolute;height:100%;width:100%;left:-5%;top:0;opacity:.1;overflow:hidden;z-index:-1;filter:blur(3px);background-repeat:no-repeat;background-size:50%;background-image:linear-gradient(45deg,var(--accent-color),transparent 60%),url(/assets/lines-wtA1lHHx.svg)}.intake-form-screen-module_avatarBg__EckYV img{position:absolute;height:170vh;left:0;transform:translate(-20%);top:0}.intake-form-screen-module_footerHelp__Bi44n{--height-size: 110px;height:var(--height-size);flex-shrink:unset}@media only screen and (max-width: 575px){.intake-form-screen-module_footerHelp__Bi44n{--height-size: 95px}}.complete-modal-module_completeImg__A2vb0{max-width:100%;margin-bottom:30px}.complete-modal-module_subTitle__AinSN{font-weight:600;font-size:20px;line-height:22px;margin-bottom:10px}.complete-modal-module_text__cWCQp{font-size:18px;line-height:20px;text-align:center;margin:0 auto 25px}.complete-modal-module_btn__2jKsj{width:280px}
