@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}@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{--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}.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)}}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-cyrillic-ext-300-normal-TzZWIuiO.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-cyrillic-300-normal-D6mjswgs.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(data:font/woff2;base64,d09GMgABAAAAAAXIABIAAAAACfAAAAVrAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiYbIBw2BmAANAhYCYM8EQwKg3yDWwsQABIUATYCJAMcBCAFgnwHIAyCOhuKCFFUkNIAfhzkZNGn0qdP43KKULZY+sdzG0Q8m/mz8ICIX02oaFIVOdFc1ZzS76IBcWPjIIKlGKNV/3O6DmGQY/0cOocGnZS5fphLIQxybKVfXZEOY7haU7u7F7IfFUso/CdW3X0AsQAwPhW2Tv1UAStAFdXxNaLOVQhbV3MjxjWbYEg6T29vAH0LBI0IAFAOwUQQBA0IASEEECBAgjJIz94DRxICQAF43hlrbeqi1KrNWDS7iJq5s7MLu6lo2twSDwB8MeX1ukpLCgOMw0YLkOr9kP4yOQFmBnaVs6/PDelD1x3k7zLJIKcPa9jICQDV3nCwsdHToL5UBh0xSWGjAuGt7HnRX/rR3QgADckz3lSjnWSwElt5isGm6u0xoExmKmW0I8S8LOHMARJ6DYKqPWXUNmKGQxmzAmXNh4hpE0hYCsN8GxMgAKTK8A9lX+RjAvHOUAnfr08nEpIi0nsFmSqhpSANhYSeIg96Ha/FaUMP+9Fv9bA92s1XUHVeYvNR68e4DIERvCcwkgW6mthy89qYnIRKxVT+MQ4VOiRhB1Fc/hJGqqyu121wk7FSxdBV2XohSOOhBgkPxcWXl5x5TxG3T/vwjcHKmw1L2pcl3vZ41zJm3GMz008LrPS52KOW6UEeOjUQ3gFd+9Dr6Fpa2diNrwySMeOd17yJTSpKwp8qt1krwiDMfCCFhtogiMn7hVJ+PftGjxH87Wopy8DHbWSbp6H7O2bIo9beHti3u0IWr/zSfjiFrp/9ZA3YT1oqtgvJuPKpWAVBw4fmeUQBsACIAH6gEzCTw5D5cwxogqYrKHf4V8Qipj8eWRJduCSvwFc4MVoghZElK9/6KLD5C11Wvfvpto/fHjVyzTuBzW9prH47uOVdfcmEIGNnfJDXRw194w2p/xiG85iePRHDiq/uNf/H4IJPT+kyaaNM0tODH9n09OYmcuaS166o9f4ntzaXs0M5taWe9sjiqPV9gxef/alh6KD+Y+MXXv66YbBv2dd2r+u0suwDLfv832/WNFkyoY/0rzV8zdDG1EX1BgsjUxs0ILPG+85obrzkhmLxeKKdE4o5vBQxk/mvDL+EQ693tCaVb2rVOo8jEAORgas01GXXCDUW8y07gffcEKkJn6XFnMh7TZu5qlp1B5XJegAGdUFUqM5xgrGbWeIEkmNrvFX5N4CSVWo0bYZ03rFecqwIBIRr8o4yUJuNlyo6RpMKNRFYQkAofjkgQMhvKtBM3QQQQKuVWDf4wowp0Y6/+yr6AHjsp3hjgNdl+Kf/2P+/7q/kmwP40QAQsIoyIfC3+cfO9PJXQhj8LH0rM10pv8AoYFnuYEo5mTWYrsUOyjGOgQAQAQ1tNiYC+MihI8oPTMbaLlRgsl0jwvxJfW9SwW5Ql7UJE9rLz40w0iP0kFZqkdny5cozl01zmtJsNNv0keaQimS791NihsaJbiwW5YYrU3OYz2abI9ts82WbqTHDpU2XNleazUCFcnpjrnmKTAOONs82R36q5A7YeK0Fbehwo5Nt8skbKfPGuUq1p4mzBV/XmGlKTTNDnmyNSZstVxOK5JshW4k5ss3RhIH66aGXwUbopdHzf6gpOgB4BWZqFzqhpEMSV0JaUtywRA+4M9y+aYNqCXxJ7pTicb2aV11uuVNbnju0bbHq86cOaG1Va2YObt80+rSXCXiYuxZMbF8rZ+k9fMO6t6xT3sPfrkntSrFc4GwumNMtdGptbv/UMdxIxEo6/IGvd52EzHGHBsa57kooHcxzu1Tik1NAK6CJca47hNK0g26QB9VDKpqH8wQK0WrSeBqCUlbJHwHVm3PdKUY76EXyEl3OSm4TO5EGt2Z9mQMAAA==) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-greek-300-normal-ndiuWqED.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-vietnamese-300-normal-CnPrVvBs.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-latin-ext-300-normal-DEsNdRC-.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/assets/roboto-latin-300-normal-ThHrQhYb.woff2) format("woff2"),url(/assets/roboto-all-300-normal-lRRuIfal.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-ext-400-normal-DORK9bGA.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-400-normal-DVDTZtmW.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAAXMABIAAAAACeAAAAVwAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiYbIBw2BmAANAhUCYM8EQwKg2iDSgsQABIUATYCJAMcBCAFgnQHIAyCSRt8CAieB2WbnmbLuYAwwpK8+iIe4P3r89wHDZaakNWCmB8R66SEWr+ILhpijnTqf6QAyyF8GVAOAPOWtmNg6llFXANTaQXCgXMubThOj6JRPCJsEWW3o1/4wX411uruvta/9FF8Zz50qenu3hVxmf4QIi1dRSzhkcR0SqA1QoiwzI2uAUbffgtBpA0YCssEQRChiaaAgMpAFvDsmKQshIEEer1l/u1J0Sbi8P6OJsQc3VHd6N0nlHe1MAhFbvPNcXJVWKNNekPqCYVx/lj8nqMi5BY4Pd6hectSY5E2Lll8SMf/HJXfEKEOfCtEMjEFBEHtpSkbjBK4aB1MIEjT/t9z/+W3j8FgVyeNWdDn7wh7b19l7pQoyFW8FXcx+P9D4NE2ErMMk4kskmVMCiwyG5ZhhyC7qZ19JoMatwj00/I0GG/uexT/v7K+Ysx9JXVwiRoC1yHR9VGAy9QQcXVQbqOGmOvEACWZm5EnyicLnfULjlggc0ldeRXQEqImnlS9kL8XAZndegKyuixM77OP24/Mzw9QQ7Kfha4v9OEOadjJ0qBYxN896pRbZI6ly/PS82Bs9iiYPpuaWJZEw83lXbg5G5JRslr2VFWPDtfbPBryeqZk5eKg/CqRD2Oz8tcvgJMiFi4RC6PWb9fnkzx74cWAeELYJFCSObI1tnxBfqwo2lPppazn26eGKDWU3KLMvOioppPNX6y4euc5FBq4y6Emd99OYa6zfpnpUhjE4Y/qoWtWQ4tIHr845ZA6bDc+AOSaR/sb6c9Otrh6uj3cUdDVKESNWgCK/GzxKQiLFKJeTz+QgzZKTIUcA2Nz9h2ppBhtbSQxfsjAtk4xoD1oes5gXYPe8UWmx+HjwQeNPfi2Wv/952vDpV/80Njw3WfWXv5IL3662ucz8dd9se78QkPd6ihDH61ZfS/s/KK0fjE+sgih+YDL5pz1vnH249tjfOAcLqZOTdvY/3jL1Hy3vqvcu358ODj2/etmVHfcdW+1t2X6R08H6p3BTzz87uDo6/H/vD/2scffaEf/ThphsXX6jLtDvp7cx6bvFUbnpWbFBWgOekJEip6LgFz63wtE+H/fXrpM++P7m8wAgZk/NJnacWXJLOW1rWO16C5ouY7SRE5T8x0iJ7MpntZyQJtPS2tuKXZpKqNf728OLK1FiJj72rq99z4Ho7G9hTQm0sqlhiEBKlWXfTDq1zbQcaP1HosN1zo/TqWGAGGywdQJhaSfHo9wDdfhs78cJKBZ5glRluQQEG030P7t9IdL+03+rRhRIHjxxwF7IsRHYeWXv0f991G5d9GJAKUIBPIT/jUpF/wa9f/Ccm9YiMnjjap8MPxDeomeuKM1ffn/fWHktrCSBT3iY20i0fZ0BBSOAgtJiYMAUDBoOigYaTtuMB4PJjiY2lFfMDPaqZe2rfYTKVcYVUK+QIPiwY175iFi5Yq4Em50vIyNq4cbYFLL2Fyqwbe4aq5Kx+XgZMhZco180ZCv3b5iqtyXD9VCUsquRpcNT74CH3LW95hzWKkvV3KxoHLNhF5fxylXMNkCLk6rio/XJGRzZWquGi/JysTM3sUM+4wfckMBveM4zKV1U1VT4QMTqQI/IFSPuDBgopvEnkF6u7kQ4gJdWIvWjkeivDg/OWNxRqSXxIolJclBKluW+uwutDVlWXtxjIc9y9fPPiBAxIqR2jR/O1ZmRftILVjVU5bo4zjbmDxi6XLWfHj/+sMns5ZFfyP9jLWD9pU5CFi/MC+Fo8Vo/+XhjzuFH9jQ3a32p2/nQ0fiTr60oFFwFV18KrXSKp2m/+AsuvlQKqXRIVOncITG9B6cRRdfSqt0RP8hVHTzrZOuHdwJDHdwJwA=) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-400-normal-BRWHCUYo.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-vietnamese-400-normal-kCRe3VZk.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-ext-400-normal-4bLplyDh.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-400-normal-mTIRXP6Y.woff2) format("woff2"),url(/assets/roboto-all-400-normal-BZJ9QssU.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-ext-500-normal-G9W8hgzQ.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-500-normal-DAkZhMOh.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,d09GMgABAAAAAAXcABIAAAAACgQAAAWAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiYbIBw2BmAANAhcCYM8EQwKg3CDUwsQABIUATYCJAMcBCAFgwAHIAyCUxujCACOlC5DNsHD//+2fp8bhJS6mMR5XowEcaqZN2A2Ro6RTES+6DzyOr4qW4h/b/eZ2YQqiFF9MYvJ1Zra3Q07UJHAOxPhwaq7T9LeXwlxfCpsnCqiKkuSQEZUWFndRCS169iOrLNRew/wX4FAwQkATEdgQiAQKIAdsCMAASSQjBsRKqpowA6ABhCPx4QyyELb7KS+HRvHSBvc2D+qvrGezRMMAEtp5umqdpH4DR30S/T5IFJ1lfoyAw14W8BgKsuKb3UxwVM5HmViCgbmJQoG4koAbZkuMTBQt5HCcaMi8GgYqIEQd308bv23Hz2AACCP5zibKzib79goxh5NulTpLo1beBpwT3XjVi4lMb4Ux9SFJKtebNoy3NrpJOoSt2km00yPk6i0kWzW0E0fIAAkvnJprWmZFOKMyP0ifkSG5kxa1a5OvxQ+wwgPh6To9kvFJ0We1y9Vn1Ek1cyiupb0iHGKcUrpulOMImOoZ53UMpt0Xqv/lEjAkNRn2JA0xCuDEc8zuz8SWeaX2lYWrfqUCBqMkU0sI7LH/e+Xuq98czWrpqW2Re4PeWQwJNO9XiMsH68h4XHlfUSvMtUp7fY9wzMrBvO4Kc8vLbuo+qGCvZ/IO4XpTvfK/WPIc0p6RDM8XvR+wZEWFEZ1Zljr9td41f6mPaRQcVZHPK9NQ35p9ZXXt4RDHq9M98sEn/SFBWzoX2b3TWaL48YpMZs9EESj71s43rBejk/9an3EI9N9S6Rx/P5EeOOXdjt8MvhZbtCaST+h7QW/Co0nQaBgQYnHcQFgBsAJWIGVwCCH9v530Jm0klejqehOcpos1+a7XNt3DY1YRttdI2KUucz+tz5KOOWTd5rEgXc/Pf3jtxsbDrxzvpm3Gtj/tu3UN8WuNhsta8DG640Nb4icp9Hl02p/O7o56WB464+2bZ9erYqO46JDjdZ+Envj3JOTb7tr0n3bBat5qe71C8L4yOuSbzk/yGv/ab/cK2667n7ENw0/PajfcNPd8T9KZi24KLrq1Wmfr+rIr5/sUnaWh6uL74w8mk4WWhGY0f+/BxRgKiX+nb5OfzNmT0xKSl4q7YmSlyyLyWI90fESknCkEvBMKsaqyI04SeyJaQrZ9THdtJotlnGZ8F7MTlod2ymJ0vle4dyYlmoM0CrcX4B2ux011A6R9sRJt5AJ+S3etzy/AbQUz8rCuUhbQGov5SyTvDRLEpip7kRpBrMSVo0IhJ0NArBbzRooJs0M+7pKevLPn7z/Q5drxe+WWRYAnv4pqQDgdVH33T8Z/79ubbdsAqwoAAgwj03ZwToa4ZxaUwTBlGRWT2OdR4op0I8y0H0MjuemUhCAmTOZThU9/3FOUFAKMSEACwNUhGYFOrGOCGbTGVFwsr1Q9RVqiOhkcdQ0wXbbbZ00eJa1otbbYaNhg4ZsZjCPQubOfoNiUQnPmP7EUhP6FJhrWByrqsss28Tct98m/Tbaqt86BdSJ6hW1WZRBpWds2Bbj8TsN2mJMj42apHuTYSibqAILpuazmOU1bVy8Y7rfaDM3W28ZgZm2dSugh5U6s8+QfgWSuNGgAGNmX9MT9Uo5OUCFUmuFVakX5q/gjwpRASA+wjrTkdKeL8knJpxKvoi5hHWF+1zLCjM9iVjyuU8sKciYnbScfZ9SFZyXPq0ztWR5gdddpfFML8xJne5kpr7a1X5Phzm4IJ9Z2sqW5c5i1kPrqpals4RtvRWLvP22s7e1g9m3dpcvmsMcvowUtz3BuXZxfmryOmKJTnO+5A99dmy/W2yKSQNqvJtj+2tWpzTdBdoHAQFdDYrSmXQnxSHVuyW2mrpoX43LSFVRSMpY6R8Bqa2bY11CZ9KLFNerY12BNB2FM5An+NY8sQkA) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-500-normal-CpESfwfG.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-vietnamese-500-normal-CcijQRVW.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-ext-500-normal-BWKy6SgX.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-500-normal-Dxdx3aXO.woff2) format("woff2"),url(/assets/roboto-all-500-normal-B0NPRryQ.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-ext-700-normal-CsrCEJIc.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-cyrillic-700-normal-B5ZBKWCH.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(data:font/woff2;base64,d09GMgABAAAAAAWYABIAAAAACaAAAAU6AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGiYbIBw2BmAANAhICYM8EQwKg0iDLwsQABIUATYCJAMcBCAFgn4HIAyCKRs/CCCOk6WSgeIPHr5v07+zgm5MOS1LaB1tnYpB0tQU4l4R44nbhKf+Z+rA83jrYWYTqhht1N+qejHd/3+v6r03UxOKrgn+E6X7M/bo3iAFjdE7pc3d2I0bvEIF4uomIlFn2f7i2quz7wH+LRAoZAMAxQgsCAQCBTAAAwEIwEE+hYho5bJ1GABoAJnMI+ZRjEETjWzdtbmPis7N7b3d0Ne8dcAFAFu08HxVu0l5BB30S/XJINx9j/oyHRWYFOB8KTuq7soqTPdyvZeFNDrGpQom4ioALaJLTEzUVVCdL0RFsE7DRA0EX6VM5v2fffQgAoAJfM31pDmaSpjbeZbX2MsPFKabKFQuw1Q9OLUIhdoZ5OqSQkspReJG8ixPkG35EAVA4lsq7aviw0KcmXhAZI7J6Ihhu9rY4JfCZ5qx7qgUTX6p+KSY4PFL1WdWSnV05Zq4N2EmzWR1W9KsNLua26Q2muTcpdqTiaApWZtuU7IuHjk/4bK17YlExC+1lRRaLplA2exZQ9Eji8P/fqn7lorVMaviq+PyYNQl50dZ5PGYMfnEqrh8IuqysWQt25Q/tvZ1l24YrDnLBEnZFomt1dh8GZH4koGe1yMP6rQr6U10P09MfEBw+MzvSXV0rBUPrkrGDs4JF3Pnlku4RmHUL+2+pWvjsajLwyv90uGTFTEGJ3p3GL7hseKkmXxE9OB8NFp/GyfXuTupUL8aSrikN7VNmicfyCUc+KG9LJ+c/9ppUpNhL9GVBG8sqg+CQMGGksmQA4AVgGzADswFukNojO5G504oZXlNRS8v22I/f9yenJ17unpsvXU5PaI3e8/Btz5yJD95Z4M49O6nZ3z8Ni3vDUfytXUcfN152psb99Q6ic8OJ6+vX/fGG2LcM+jyGbW9Dt2adzi2/Ufnjk+vUUX9SVGvrlrzyf1vXrSo/K7773XdcdlCXl785qWV5Xf2Cdv7fSPI59d9f/FF133DJ1UfXvf7pRdd8x2fLC49/7KBWa8WfT63zr/2jgb27Olr1ldX1J2sdzEGrRKs6P8/AgqQLsl8p2/V30QSi1SCrmGldG7CR7QYB1OaQl7+zJQOpVVhW5CO91JGTJl1lJIrs98LhVOa21TQSoUvrY+G2kANtWOkkTtcKKRjYtzzlus3gCZx7QyFkc6gtL408gkCRM+ZK3XK68HsxSAAw27VQLFoVux5FW/+rrcHH2nMmf27rcwGwDM/5QUAXhdr3vgn9P/r9hO2LQjsKAAIsPalDbAnTZueOgHB7WVVT6fNPUUa+nE2NDe1/bl0CQKwchbFrKCXQ/Y9FJRJWBCAjQ4qQrMDDXCtAoMGq4KNHqtKMZulmlVnDCetFoq587rZrPMMiwwasstm3Tp12cpkEiHCg9GkyiCndH3anasNaBXILRDEvuyawuSWwF9st0W7zbZr1ybAGoNaDNpq0EKD+rSFs2ZLbiitb9GN5MA2MLA8menM2tTh6eVqf3ALq7caEiE4KHa8XYBmQ5q16tIuwKDNOgXp061VuwFbtNsiyDLVFolZYa0Y/5f/RggVADI92oAbSmOiZCIp4VQmcr8Ij3MXZ2ObeL8SjfjMfCerhl20c3bURbwu+vampdNGuFhGu0vznC7WhdMmjMx3sUWCFaU5bfs0H1wctUsjE8qcnP8+f/Xm2AFShtM6UfLXuysVyhZbUjJ3hlX6ramDMNTflppXyIlG0AEI6remVtIgnUV3UQbcwSLaRtsY+ZzSyvxgqUMHEj8SuJkSjaCz6EXKwDxGPVguigKkDZocbphiCwAAAA==) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-greek-700-normal-Cc2Tq8FV.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0370-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-vietnamese-700-normal-SekShQfT.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-ext-700-normal-BYGCo3Go.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/roboto-latin-700-normal-CeM5gOv8.woff2) format("woff2"),url(/assets/roboto-all-700-normal-BfaNsj0k.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:800}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:400}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:500}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Book.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Bold.woff) format("woff");font-weight:700;font-style:normal}*{margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{display:flex}html,body,#root{width:100%;max-width:100%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:16px;min-height:100vh}.input-field-invisible{background-color:#fff!important;border:1px solid #fff!important;padding:0!important}.select-field{min-width:200px}.select-field-grroup-collapsed{display:none}.group-heading-wrapper:after{content:"";margin:5px 0;display:inline-block;border:7px solid transparent;border-top:8px solid #808080;border-bottom:0 none}.pos-rel{position:relative}.pos-abs{position:absolute}.pos-fix{position:fixed}.montu-logo{max-width:275px;object-fit:contain;display:inline-block;padding:.5rem}[class*=-singleValue] div{display:flex;flex-direction:column}@media (max-width: 567px){.pat-customize{display:flex;margin-left:6px}}.pat-customize .pat-reset-pass{background-color:#ee981c;border-radius:10px;color:#fff;text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:200px}@media (max-width: 567px){.pat-customize .pat-reset-pass{font-size:12px;width:140px}}@media (max-width: 340px){.pat-customize .pat-reset-pass{width:135px}}.pat-customize .pat-reset-pass-cancel{background-color:#fff;color:#1c4457;text-transform:uppercase;border:1px solid #1c4457;border-radius:10px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px}@media (max-width: 567px){.pat-customize .pat-reset-pass-cancel{font-size:12px}}.font-light{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif!important;font-size:16px}.srv-validation-message{color:#db1414;margin-top:.5em;font-size:.75em;text-align:left}.auth-wrapper{max-width:475px}.header{overflow:hidden}.header a.active{background-color:#1e90ff;color:#fff}.mt-6{margin-top:6rem}.mt-8{margin-top:8rem}@media screen and (max-width: 500px){.header a{float:none;display:block;text-align:left}.footer{background-color:#194457;color:#fff;margin-top:auto;text-align:center}}.form-container{padding-top:20px;padding-bottom:40px}.footer{background-color:#194457;color:#fff;margin-top:auto;padding:1rem}a{outline:none}.btn-l-2{margin-left:.8rem}.Px-4{padding-left:2rem;padding-right:2rem}.sub-text{font-size:14px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:500;color:#000}.dashboard-btn{background-color:#ed8b26;color:#fff;border:2px solid rgb(237,139,38)}.filter-input{margin-bottom:10px}.clear-filter{margin-top:-4px!important}.btn-imp-upld{top:45px}@media (max-width: 567px){.montu-logo{padding:0;max-width:230px}}@media (max-width: 350px){.footer{padding:0;font-size:14px}.montu-logo{padding:0;max-width:219px}}@media (max-width: 690px){.order-button{float:left!important}}.close.clear-filter{cursor:pointer}.add-option{color:#194457;cursor:pointer}.export-btn{z-index:200}.text-gray{color:gray}@media (min-width: 320px) and (max-width: 950px){.forgot-response{right:-31%!important}}.warning-color{color:#db1414}.filterable-table-container table.filterable-table thead tr th{white-space:nowrap;user-select:none}.filterable-table-container span.filterable{border-bottom:1px solid #91c1ff}.filterable-table-container ul.pagination li a{user-select:none}.filterable-table-container .pagination>.active>a,.filterable-table-container .pagination>.active>a:focus,.filterable-table-container .pagination>.active>a:hover,.filterable-table-container .pagination>.active>span,.filterable-table-container .pagination>.active>span:focus,.filterable-table-container .pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#194457;border-color:#194457}.filterable-table-container span.empty{font-style:italic;color:#999}.dashboard-link,.dashboard-link:hover{color:#194457}.sas-border{border:1px solid #ced4da;border-radius:.25rem}.dropdown-border{border:1px solid rgb(219,20,20)}.no-list-style{list-style:none}.gp-code{font-size:12px}.invoice-text{font-size:12px;color:#194457}.priority-based-order{background:#cdffdd}.priority-based-order:hover{background-color:#dfffe9!important}.prescriptionIcon{width:28px;padding:4px;display:block;margin-left:auto;margin-right:auto;cursor:pointer}.reviewEditIcon{width:33px;padding:4px;display:absolute;margin-left:auto;margin-right:auto;cursor:pointer}.prescriptionIconDisabled{width:28px;padding:4px;display:block;margin-left:auto;margin-right:auto;opacity:.4;cursor:not-allowed}.align-center{text-align:center}.invoice-edit{font-size:12px;color:#194457}.main-content{height:100%;padding:120px 10px 40px}@media (max-width: 576px){.main-content{padding:100px 10px 40px}}.main-content .faqs{display:flex;justify-content:center;padding:0 0 0 10px;width:100%}@media (max-width: 960px){.main-content .faq{width:100%}}.patient-login .faq{padding:0 0 0 10px}@media (max-width: 960px){.patient-login .faq{padding:95px 0 0 10px;width:100%}}@media (max-width: 576px){.patient-login .faq{padding:65px 0 0 10px;width:100%}}.patient-login .faqs{display:flex;justify-content:center}.custome-footer{margin-left:1.5rem}@media (max-width: 350px){.custome-footer .custome-footer{margin-left:0}}.resources-content{margin:-40px -10px 0}.resource-card{width:400px;height:300px}.resource-card hr.res-short-line{width:75px}.resource-card .card-footer{border-width:0;background-color:transparent}.font-bold{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:16px}.product-wrapper{width:45%}.product-wrapper p{margin:0;line-height:1.6em}.product-wrapper a{color:#53c096}.product-wrapper a:hover,.product-wrapper a:focus,.product-wrapper a:active{color:#53c096;text-decoration:none}.product-wrapper .product-item{border-radius:20px}.product-wrapper .product-item .title{font-size:24px;letter-spacing:-.05em;color:#47bd8f;font-weight:600}.product-wrapper .product-item .desc-text{font-weight:600}.product-wrapper .product-item .img-wrapper .product-image{width:87px;height:184px;object-fit:contain}.product-wrapper .product-item .img-wrapper .product-image-small{height:184px;width:120px;object-fit:contain;margin-left:8px}.product-wrapper .product-item .img-wrapper .img-text{position:absolute;bottom:0;width:fit-content;font-size:14px;color:#f99a20}.product-wrapper .desc-footer p{color:#194457;line-height:2em}.pricingGuaranteeText{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif!important;color:#174758}.doctor-products-list .rdl-control{min-height:200px}.doctor-products-list .rdl-control option{margin-top:5px;margin-bottom:5px;padding-top:5px;padding-bottom:5px}.w-10{width:10%}.w-20{width:20%}.w-30{width:30%}.w-40{width:40%}.w-45{width:45%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}@media (max-width: 576px){.px-0-small{padding-left:0!important;padding-right:0!important}}.flex-direction-col{flex-direction:column}.prefixed-input{position:relative}.prefixed-input .prefix{position:absolute;left:25px;bottom:26px;color:gray;z-index:1000}.prefixed-input .prefix.error{bottom:48px}.prefixed-input input.has-prefix{padding-left:30px}.star-rating button{background-color:transparent;border:none;outline:none;cursor:pointer}.star-rating button:focus{outline:none}.star-rating span{color:#ffd73d}.file-upload{width:150px;height:150px;text-align:center;overflow:hidden;text-overflow:ellipsis;border:1px solid #ccd0d9}.file-upload .fa{color:#ccd0d9}.file-upload .file-name{color:#388e3c}.file-upload label{cursor:pointer}.file-upload-error{width:150px;height:150px;text-align:center;overflow:hidden;text-overflow:ellipsis}.file-upload-error .fa{color:#ccd0d9}.file-upload-error .file-name{color:#388e3c}.file-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-size:16px}.custom-scrolltop{position:absolute;width:35px;right:30px;margin-top:10px}.custom-pagination .btn:focus{box-shadow:none}.custom-pagination .patient-pagination-active-button{padding:10px 0;width:30px;background-color:#174758;color:#fff}.custom-pagination .patient-pagination-active-button:hover{color:#fff}.custom-pagination .patient-pagination-inActive-button{padding:10px 0;width:30px;background-color:#fff;color:#174758}.custom-pagination .patient-pagination-inActive-button:hover{border:1px solid #174758;color:#174758}.custom-pagination .patient-pagination-prev-next-button{padding:0;width:50px;color:#174758}.custom-pagination .patient-pagination-prev-next-button:hover{text-decoration:underline}.add-row p{text-decoration:underline;color:#2f6e9b}.button-wrapper .btn-cancel{border:2px solid #dddddd;border-radius:5px}.button-wrapper .btn-submit{border-radius:5px;color:#fff;background-color:gray}.table .product-row td{padding-bottom:0!important}.table .validate-row td{border-bottom:1px solid #fff;padding-top:0;padding-bottom:0}.table .validate-row td div{margin-top:0}.inc-width{width:8rem!important}.max-padding-without-schedule{margin-right:86px}.max-padding-with-schedule{margin-right:13px}.text-wrapper{padding:14px 15px 0;margin:10px}.MuiTablePagination-displayedRows,.MuiTablePagination-selectLabel{margin-top:1em!important;margin-bottom:1em!important}.lds-dual-ring{display:inline-block;width:40px;height:100%}.lds-dual-ring:after{content:" ";display:block;width:30px;height:30px;border-radius:50%;border:6px solid #fff;border-color:#fff transparent #fff transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sk-circle{margin:100px auto;width:40px;height:40px;position:absolute;top:35%;left:50%;transform:translate(-35%,-50%)}.sk-circle .sk-child{width:100%;height:100%;position:absolute;left:0;top:0}.sk-circle .sk-child:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#333;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out both;animation:sk-circleBounceDelay 1.2s infinite ease-in-out both}.sk-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sas-form .file-upload{width:150px;height:150px;text-align:center;overflow:hidden;text-overflow:ellipsis;border:1px solid #ccd0d9}.sas-form .file-upload label{cursor:pointer}.sas-form .file-upload .fa{color:#ccd0d9}.sas-form .file-upload .file-name{color:#388e3c}.sas-form .file-upload-error{width:150px;height:150px;text-align:center;overflow:hidden;text-overflow:ellipsis}.sas-form .file-upload-error label{cursor:pointer}.sas-form .file-upload-error .fa{color:#ccd0d9}.sas-form .file-upload-error .file-name{color:#388e3c}.sas-form .fa-calendar,.checkbox{cursor:pointer}.file-name{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.filterable-table-container .header-row{margin-top:6px}.filterable-table-container .header-row .exact-filters{margin-top:20px}.filterable-table-container .header-row .record-count{padding-top:7px}@media screen and (min-width: 576px){.filterable-table-container .header-row select{width:150px}}.filterable-table-container table.filterable-table tfoot tr td{font-weight:700}.filterable-table-container .filter-container{position:relative}.filterable-table-container .filter-container .filter-input,.filterable-table-container .filter-container .page-size{display:inline}.filterable-table-container .clear-filter{position:absolute;right:5px;top:1px}.filterable-table-container .filter-item{border:1px solid #ccc;border-radius:1px;display:inline-block;margin-right:15px}.filterable-table-container .filter-item .filter-item-title{background-color:#2f6e9b;border-radius:1px;color:#fff}.filterable-table-container .filter-item .filter-item-title .filter-item-remove{color:#fff;font-weight:700;user-select:none;padding-right:10px;cursor:pointer}.filterable-table-container .filter-item .filter-item-title,.filterable-table-container .filter-item .filter-item-value{padding:5px 10px;display:inline-block}.pagination{display:flex;justify-content:center}.pagination a{color:#000;float:left;padding:8px 16px;border:1px solid #ccc;text-decoration:none}.pagination a.active{background-color:#4caf50;color:#fff}.pagination a:hover:not(.active){background-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.filterable-table-container table.filterable-table thead tr th span.fa{padding-left:8px;color:#aaa}.filterable-table-container span.sortable,.filterable-table-container span.filterable{cursor:pointer}.filterable-table-container ul.pagination li:not(.disabled) a{cursor:pointer}.record-count{display:none}.editIcon{cursor:pointer}.modal{background:rgba(0,0,0,.5);z-index:2;animation:modal-open .5s}@keyframes modal-open{0%{opacity:0}to{opacity:1}}.over-text{max-width:100px;overflow:hidden;text-overflow:ellipsis}.close{float:right;font-weight:700;line-height:1;color:#000;margin-top:-1px}@media (max-width: 576px){.gp-response{margin-top:70px!important}}@media (max-width: 430px){.pagination{width:34rem}}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:800}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:400}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:500}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Book.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Bold.woff) format("woff");font-weight:700;font-style:normal}.product-offering{flex-direction:column}.product-offering .product-offering-wrapper{width:75%}.product-offering .product-offering-wrapper .out-of-stock-text{font-size:14px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .product-offering-wrapper .align-product-image{margin-top:0}.product-offering .product-offering-wrapper .product-image{width:70%}.product-offering .product-offering-wrapper .position-product{position:absolute;top:0;right:0;width:100px;object-fit:contain;display:flex;flex-direction:column;align-items:center}.product-offering .product-highlights{width:150px;border:2px solid #67c49d;border-radius:10px;margin:3px;padding:4px;text-align:center;justify-content:center}.product-offering .mob-detail-view{display:none}.product-offering .des-detail-view .product-detail-wrapper{width:70%}.product-offering .des-detail-view .product-detail-wrapper .details-table .brand-name{text-decoration:underline;font-weight:700;color:#ed8b26}.product-offering .des-detail-view .product-detail-wrapper .details-table td{border:0;padding:.5rem}.product-offering .des-detail-view .product-detail-wrapper .details-table td .price{color:#67c49d;font-weight:700}.product-offering .des-detail-view .product-detail-wrapper .details-table .pat-detail-table{font-weight:700;font-size:16px;width:20%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .des-detail-view .product-detail-wrapper .details-table .pat-value-table{width:160px}.product-offering .pat-font-sec{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:16px}.product-offering .product-head-supplier-name{font-size:35px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;margin-bottom:0;color:#47bd8f}.product-offering .pat-product-name{color:#505050;font-size:35px;margin-bottom:0;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .pat-product-ratio{font-size:20px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .pro-description{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:16px}.product-offering .review-pane{background-color:#1c4457;padding:40px;border-radius:15px;width:70%;margin-left:auto;margin-right:auto}.product-offering .review-pane i{cursor:pointer}.product-offering .review-pane.user{background-color:transparent;border:1px solid #999;color:#194457;padding:20px 40px}.product-offering .review-pane-your{background-color:#40bb8e;padding:40px;border-radius:15px;width:70%;margin-left:auto;margin-right:auto}.product-offering .review-pane-your i{cursor:pointer}.product-offering .review-pane-your.user{background-color:transparent;border:1px solid #999;color:#194457;padding:20px 40px}.product-offering .review-pane-all{background-color:#e5e5e5;padding:40px;border-radius:15px;width:70%;margin-left:auto;margin-right:auto}.product-offering .review-pane-all i{cursor:pointer}.product-offering .review-pane-all.user{background-color:transparent;border:1px solid #999;color:#194457;padding:20px 40px}.product-offering .product-use-list-wrapper{width:74%;padding-left:3rem}.product-offering .product-use-list-wrapper li{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:16px}.product-offering .review-pane-detail{display:flex}.product-offering .align-review-date{margin-left:1.5rem}.product-offering .rating-date{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .review-rating-text{font-size:70px;margin-left:15%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .review-rating-size{font-size:20px;margin-left:.5%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .product-feedback-wrapper{width:70%}.product-offering .product-feedback-form{margin-left:1.5rem}.product-offering .des-product-content{display:block;padding:10%}.product-offering .des-review-list{display:block}.product-offering .mob-product-content,.product-offering .mob-review-list{display:none}.product-offering .heading{color:#67c49d;font-weight:700;margin-left:15%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering input,.product-offering textarea{border-radius:0}.product-offering .review-button{background-color:#ee961d;padding:10px 20px;border-radius:5px;position:absolute;right:0}.patient-product-detail-wrapper{padding:0 10px 40px}@media (max-width: 1400px){.product-offering .product-offering-wrapper .position-product{position:absolute;top:0;right:0;width:100px;object-fit:contain}.product-offering .product-offering-wrapper .out-of-stock-text{font-size:14px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .product-offering-wrapper .align-product-image{margin-top:50px}.product-offering .des-product-content{display:block;padding:7%}}@media (max-width: 960px){.product-offering .product-offering-wrapper{width:90%}.product-offering .product-offering-wrapper .product-image{width:100%}.product-offering .product-offering-wrapper .position-product{position:absolute;top:0;right:0;width:55px;object-fit:contain}.product-offering .des-detail-view .product-detail-wrapper{width:80%}.product-offering .product-highlights{width:125px;font-size:12px;margin:2px;padding:4px}.product-offering .product-use-list-wrapper{width:75%;padding-left:0rem}.product-offering .heading{margin-left:10%}.product-offering .des-detail-view .product-detail-wrapper .details-table .pat-detail-table{font-weight:700;font-size:14px;width:25%}}@media (max-width: 576px){.patient-product-detail-wrapper{padding:80px 10px 40px}.product-offering .align-review-date{margin-left:0}.product-offering .review-pane,.product-offering .review-pane-your,.product-offering .review-pane-all,.product-offering .review-pane.user{width:100%;padding:20px}.product-offering .des-product-content,.product-offering .des-review-list{display:none}.product-offering .mob-product-content,.product-offering .mob-review-list{display:block}.product-offering .review-rating-text{font-size:67px;margin-left:0%}.product-offering .review-rating-size{font-size:13px;margin-left:0%}.product-offering .review-pane-detail{display:block}.product-offering .product-feedback-wrapper{width:100%}.product-offering .heading{margin-left:4%}.product-offering .product-feedback-form{margin-left:0}.product-offering .product-use-list-wrapper{width:100%;padding:1rem}.product-offering .product-highlights{padding:4px;margin:5px;font-size:12px;align-items:center}.product-offering .des-detail-view{display:none}.product-offering .product-head-supplier-name,.product-offering .pat-product-name{font-size:25px}.product-offering .pat-product-ratio{font-size:16px;margin-bottom:0}.product-offering .pro-description{font-size:16px}.product-offering .review-button{background-color:#ee961d;padding:10px 20px;border-radius:5px;position:relative;margin:0 auto}.product-offering .mob-detail-view{display:block}.product-offering .mob-detail-view .product-detail-wrapper{width:100%}.product-offering .mob-detail-view .product-detail-wrapper .table{border-collapse:initial}.product-offering .mob-detail-view .product-detail-wrapper .table td{border-top:0px solid #fff}.product-offering .mob-detail-view .product-detail-wrapper .table td .price{color:#67c49d;font-weight:700}.product-offering .mob-detail-view .product-detail-wrapper .table .pat-detail-table{font-weight:700;font-size:14px;width:41%}.product-offering .product-offering-wrapper .position-product{position:absolute;top:0;right:0;width:55px;object-fit:contain}.product-offering .product-offering-wrapper .out-of-stock-text{font-size:12px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-offering .product-offering-wrapper .align-product-image{margin-top:0}}@media (max-width: 320px){.product-offering .product-offering-wrapper .out-of-stock-text{font-size:10px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}}.patient-login .container.pt-140{padding-top:140px}.patient-login .product-catalog-wrapper{width:80%;padding:0 10px 40px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.patient-login .product-catalog-wrapper a{color:#000}.patient-login .product-catalog-wrapper a:hover{text-decoration:none}.main-content .product-catalog-wrapper{width:80%;padding:20px 10px 40px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.main-content .product-catalog-wrapper a{color:#000}.main-content .product-catalog-wrapper a:hover{text-decoration:none}.product-catalog-wrapper h3{color:#212529;font-weight:600}.product-catalog-wrapper .font-primary{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.product-catalog-wrapper .sort-title{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;color:#1c4457}.product-catalog-wrapper .sort-list{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;color:#1c4457;cursor:pointer}.product-catalog-wrapper .sort-list:hover{color:#40dda0}.product-catalog-wrapper .filter-heading{font-weight:600;color:#67c49d}.product-catalog-wrapper .filter-heading.mob{color:#1c4457}.product-catalog-wrapper .filter-menu{list-style:none}.product-catalog-wrapper .filter-menu li label{margin-left:10px;cursor:pointer}.product-catalog-wrapper .out-of-stock{top:15px;right:10px;width:70px;object-fit:contain}.product-catalog-wrapper .mob-product-catalog{display:grid;grid-auto-flow:column;overflow-x:scroll;grid-gap:16px}.product-catalog-wrapper .new-product-low-price{object-fit:contain;width:100px}.product-catalog-wrapper .new-product,.product-catalog-wrapper .coming-soon{object-fit:contain;width:70px}.product-catalog-wrapper .coming-soon-os{top:-20px}.product-catalog-wrapper .position-product{position:absolute;top:15px;right:-25px;width:100px;object-fit:contain;display:flex;flex-direction:column;align-items:center}@media (max-width: 1024px){.patient-login .product-catalog-wrapper{width:90%;padding:0 10px 40px}.main-content .product-catalog-wrapper{width:90%;padding:20px 10px 40px}.product-catalog-wrapper .out-of-stock{top:5px;right:10px;width:50px}}@media (max-width: 960px){.patient-login .product-catalog-wrapper{width:90%;padding:0 10px 40px}.main-content .product-catalog-wrapper{width:90%;padding:20px 10px 40px}.product-catalog-wrapper .out-of-stock{top:5px;right:0;width:45px}.product-catalog-wrapper .new-product{top:-33px;object-fit:contain;right:60px;width:85%}}@media (max-width: 720px){.patient-login .product-catalog-wrapper{width:98%;padding:100px 10px 40px}.product-catalog-wrapper .out-of-stock{top:5px;right:0;width:50px}.product-catalog-wrapper .new-product{top:-33px;object-fit:contain;right:60px;width:85%}.main-content .product-catalog-wrapper{width:90%;padding:40px 10px}}@media (max-width: 576px){.main-content .product-catalog-wrapper,.patient-login .product-catalog-wrapper{width:100%;padding:0 10px 40px}.product-catalog-wrapper .out-of-stock{top:5px;right:10px;width:70px}.product-catalog-wrapper .coming-soon{top:-34px;object-fit:contain;left:175px;width:65%}.product-catalog-wrapper .new-product{top:-35px;object-fit:contain;right:203px;width:60%}.product-catalog-wrapper .new-product-low-price{top:-25px;object-fit:contain;width:70%}}.drawer{position:fixed;z-index:1060;top:0;background-color:#f8f9fa;overflow-x:hidden;transition:ease-out .5s}.drawer .content{padding:16px}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:800}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:400}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:500}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Book.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Bold.woff) format("woff");font-weight:700;font-style:normal}.modalheader h3,.modalbody label,.modalfooter button{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif!important}.patientContainer{margin-top:8%}.profile-container,.profile-container .label,.refillContainer{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif}.refillContainer .patient-refill-wrapper{padding-left:.5rem;padding-right:.5rem}.custom-toast{background-color:#fff;color:#1c4457;text-align:center;height:auto;margin-top:70%;max-width:100%;width:100%;padding:5%}.custom-hr{margin-top:0;border-top:1px solid #000;margin-bottom:0}.secCusotmHR{width:64%;position:absolute;right:0;border-top:1px solid #000;margin-top:0}.custom-popup button:hover{background-color:#fff;color:#1c4457;border:1px solid #1c4457;width:70px;border-radius:10px;width:120px}.custom-popup .btn-alert{background-color:#1c4457;color:#fff;border:1px solid #1c4457;width:120px;border-radius:10px}.refillSuccessBox .card-body a:hover{text-decoration:none;background-color:#fff;color:#1c4457;border:1px solid #1c4457}@media (max-width: 360px){.patientEdit{margin:0 25%}}@media (max-width: 330px){.patientEdit{margin:0 25%}}.patientEdit .pro-onSubmit{background-color:#ee981c;border-radius:10px;color:#fff;text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px;float:right;margin-left:20px}@media (max-width: 500px){.patientEdit .pro-onSubmit{float:left;width:150px;margin-left:0}}@media (max-width: 360px){.patientEdit .pro-onSubmit{float:right;width:150px}}.patientEdit .pro-backtohome{text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px;border-radius:10px;background-color:#fff;color:#1c4457;border:1px solid #1c4457;float:right}.patientEdit .pro-backtohome:hover{text-decoration:none;background-color:#fff;color:#1c4457;border:1px solid #1c4457}.pro-backtohome{background-color:#fff;color:#1c4457;border:1px solid #1c4457;border-radius:10px;float:right}.backtohome{text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px;background-color:#fff;color:#1c4457;border:1px solid #1c4457;border-radius:10px}.success{text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px;background-color:#ee981c;border-radius:10px;color:#fff}.success :hover{color:#fff}.text-box-head{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;color:#000;font-size:20px}.refillContainer .des-refill-box{display:block}.refillContainer .mob-refill-box{display:none}.refillContainer .text-head{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:26.25px;font-weight:700;color:#212529}.refillContainer .refillTableHeadText{color:#63bd90;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:15px;margin:0 5%}.refillContainer .icon-size{width:45px;cursor:pointer}.refillContainer .custom-button button:hover{background-color:#63bd90;color:#fff}.refillContainer .addItem{color:#63bd90;background-color:#fff;border:2px solid #63bd90;border-radius:10px;font-size:15px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:700;padding:7px 10px 5px}.refillContainer .addMItem{display:none}.refillContainer .placeOrderBtn{margin-left:auto}.refillContainer .placeOrderBtn .btn-sec{background-color:#ee981c;border-radius:10px;color:#fff;text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px}.refillContainer .placeOrderBtn .btn-sec .lds-dual-ring{margin:-10px}.refillContainer .placeOrderBtn .btn-cancel{text-transform:uppercase;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding:8px 0 5px;font-weight:700;width:150px;border-radius:10px;background-color:#fff;color:#1c4457;border:1px solid #1c4457}.refillContainer .custom-row{margin-left:0;margin-right:0}.refillContainer .show-repeats{display:flex}.refillContainer .mobReapeat{display:none}.refillContainer .height-one{height:45px;margin-top:10px}.refillContainer .height-two{height:25px}.refillContainer .align-row{margin-top:15px}.refillContainer .refillBodyTableRow .para{margin-left:6px}.refillContainer .des-quantity{display:block}.refillContainer .mob-quantity{display:none}.refillContainer .custom-price{padding-top:7px}.refillContainer .custom-flex{display:flex}.refillContainer .custom-tab-price{padding-left:75px}.refillContainer .align-total-gst-value{padding-right:18px}.refillContainer .align-sub-toal-value,.refillContainer .align-d-fee-amount{padding-right:14px}.refillContainer .mobQty{display:none}.refillContainer .des-hidden{display:block}.refillContainer .mob-view{display:none}.refillContainer .custom-para{margin-bottom:0}.refillContainer .sublabel{font-size:12px;color:red}@media (max-width: 1024px){.patientContainer{margin-top:15%}}@media (max-width: 850px){.refillContainer .custom-tab-price{font-size:14px;font-weight:600;padding-right:0;padding-left:30px}}@media (max-width: 767px){.secCusotmHR{display:none}.patientContainer{margin-top:20%}.refillContainer .text-head{text-align:center}.refillContainer .refillHeadRow,.refillContainer .refillBodyTableRow{display:flex;flex-wrap:nowrap}.refillContainer .icon-size{width:25px}.refillContainer .custom-price{padding-top:0}.refillContainer .align-row{margin-top:0}.refillContainer .custom-repeats{padding-top:0}.refillContainer .mobQty{display:block;text-align:center}.refillContainer .custom-qty{padding-bottom:15px}.refillContainer .des-hidden,.refillContainer .addItem{display:none}.refillContainer .addMItem{display:block;font-size:12px;margin-top:20px;background-color:#63bd90;color:#fff}.refillContainer .mob-view{display:block}.refillContainer .custom-flex{display:none}.refillContainer .alignPrice{margin-left:17px}.refillContainer .custom-row{flex-wrap:nowrap}.refillContainer .mob-quantity .custom-width{width:150%}.refillContainer .custom-width{width:21%;padding-top:10px}.refillContainer .placeOrderBtn{margin:0 auto}}@media (max-width: 576px){.custom-toast{margin-top:45%}.secCusotmHR{display:none}.refillBodyTableRow .para{font-size:10px}.custom-hr{display:none}.patientContainer{margin-top:30%}.refillContainer .des-refill-box,.refillContainer .custom-row,.refillContainer .des-credit{display:none}.refillContainer .mob-refill-box{display:block}.refillContainer .refillBodyTableRow{height:70px}.refillContainer .refillBodyTableRow .qty-value-mob-width{width:39%;font-size:12px;margin-top:4px}.refillContainer .refillBodyTableRow .price-value-mob-width{width:42%;font-size:12px;margin-top:6px}.refillContainer .mobile-btn-row{display:flex;flex-direction:column-reverse;width:50%;margin:20px auto 0}.refillContainer .placeOrderBtn .btn-sec{width:180px}.refillContainer .placeOrderBtn .btn-cancel{margin-top:10px;width:180px}.refillContainer .height-two{height:0}.refillContainer .custom-width{font-size:12px;padding-top:0}.refillContainer .des-quantity{display:none!important}.refillContainer .mob-quantity{display:block}.refillContainer .custom-edit{font-size:9.5px}.refillContainer .sublabel{font-size:8.5px;color:red}.refillContainer .custom-button{margin-top:20px}.refillContainer .show-repeats{display:none}.refillContainer .mobReapeat{display:block;font-size:10px;margin-top:3%;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;position:absolute;right:20px}.refillContainer .add-item{width:30%;border-radius:5%}.refillContainer .mob-view .mob-subtotal-text{font-size:13px;padding-left:5px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:400}.refillContainer .mob-view .mob-subtotal-value{font-size:13px;padding-right:0;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:400}.refillContainer .mob-view .mob-gst-text{font-size:13px;padding-left:5px;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:400}.refillContainer .mob-view .mob-gst-value{font-size:13px;padding-right:0;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-weight:400}.refillContainer .mob-view .mob-total-text{font-size:13px;font-weight:600;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding-left:5px}.refillContainer .mob-view .mob-total-value{font-weight:600;font-size:13px;padding-right:0}.refillContainer .custom-height{height:0;display:none}.refillContainer .custom-mheight{height:0}.refillContainer .qty-mob-width{width:55%}.refillContainer .price-mob-width{width:25%}}@media (max-width: 428px){.refillContainer .price-mob-width{width:20%}.refillContainer .qty-mob-width{width:64%}.refillContainer .mob-align-price-right{padding-left:10px}.refillContainer .align-d-fee-amount{padding-right:15px}.refillContainer .refillBodyTableRow .price-value-mob-width{width:35%}}@media (max-width: 414px){.refillContainer .placeOrderBtn .btn-sec,.refillContainer .placeOrderBtn .btn-cancel{margin-left:10px}.refillContainer .custom-width{width:18%}.refillContainer .price-mob-width{width:20%}.refillContainer .mob-align-price-right{padding-left:2px}.refillContainer .align-d-fee-amount{padding-right:16px}.refillContainer .qty-mob-width{width:65%}}@media (max-width: 390px){.refillContainer .placeOrderBtn .btn-sec,.refillContainer .placeOrderBtn .btn-cancel{margin-left:0}.refillContainer .price-mob-width{width:20%}.refillContainer .align-d-fee-amount{padding-right:16px}}@media (max-width: 375px){.refillContainer .placeOrderBtn .btn-sec,.refillContainer .placeOrderBtn .btn-cancel{margin-left:0}.refillContainer .custom-width{width:22%}.refillContainer .qty-mob-width{width:62%}.refillContainer .price-mob-width{width:20%}.refillContainer .mob-align-price-right{padding-right:6px}.refillContainer .align-d-fee-amount{padding-right:16px}}@media (max-width: 320px){.refillContainer .placeOrderBtn .btn-sec,.refillContainer .placeOrderBtn .btn-cancel{margin-left:0}.refillContainer .mobile-btn-row{width:60%}.refillContainer .custom-width{width:28%}.refillContainer .qty-mob-width{width:80%}.refillContainer .price-mob-width{width:35%}.refillContainer .mob-align-price-right{padding-left:10px}.refillContainer .mob-view .mob-total-text{font-size:12px;font-weight:600;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;padding-left:5px}.refillContainer .mob-view .mob-total-value{font-weight:600;font-size:12px;padding-right:0}.refillContainer .refillBodyTableRow .qty-value-mob-width{width:45%}.refillContainer .refillBodyTableRow .price-value-mob-width{width:55%}}.hide{list-style:none}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:800}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Bold%20Az.otf);font-weight:700}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:400}@font-face{font-family:Sofia Pro;src:url(/assets/sofia-pro-cdnfonts/Sofia%20Pro%20Regular%20Az.otf);font-weight:500}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Book.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Mier B;src:url(/assets/MierB/MierB-Bold.woff) format("woff");font-weight:700;font-style:normal}.payment-success-wrapper p{padding:0;margin:0}.payment-success-wrapper .btn-cancel{margin-top:50px;color:#00f;text-decoration:underline;cursor:pointer}.payment-success-wrapper .btn-success-cancel{margin-top:50px;color:#00f;text-decoration:underline;cursor:pointer;background:none;border:none}.payment-success-wrapper .success-message{color:#174758;font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;text-transform:uppercase}.payment-success-wrapper .success-icon{width:120px}.payment-success-wrapper .common-font{font-family:Sofia Pro,Roboto,Helvetica,Arial,sans-serif;font-size:21px}.payment-success-wrapper .tracking-status-text-wrapper{margin-top:6%}.payment-success-wrapper .hr-head{width:80%}.payment-success-wrapper .hr-head .tracking-status{width:100%;margin:0 auto;height:10px;background-color:gray}.payment-success-wrapper .des-tracking{display:block}@media (max-width: 1024px){.payment-success-wrapper .des-tracking{display:none}}.payment-success-wrapper .mob-tracking{display:none}@media (max-width: 1024px){.payment-success-wrapper .mob-tracking{display:block}}.payment-success-wrapper .bar{list-style:none}.payment-success-wrapper .bar li{position:relative}.payment-success-wrapper .bar li:before{content:"●";margin-right:10px;font-size:30px;position:inherit;right:.25rem}.payment-success-wrapper .bar li:after{position:absolute;left:7px;top:0;content:"";border-left:5px solid gray;height:200%;z-index:-1}.payment-success-wrapper .bar li:first-of-type:after{top:50%}.payment-success-wrapper .bar li:last-of-type:after{top:-155%}@media (max-width: 576px){.payment-success-wrapper{padding:65px 10px 40px}}.referral-cta-box{box-sizing:border-box;background:#f4f0ea;border:1px solid #f4f0ea;border-radius:10px}.referral-cta-text{font-style:normal;font-weight:700;font-size:16px;text-align:center;color:#0f455d;font-family:DM Sans}@media (max-width: 576px){.referral-cta-text{font-size:14px}}.referral-cta-btn{background:#f99a20;border-radius:10px;font-family:Avenir-heavy;text-align:center;letter-spacing:.03em;width:205px;height:41px}@media (max-width: 576px){.referral-cta-btn{width:170px;height:41px}}.brand-alternaleaf{font-family:Mier B,Roboto,Helvetica,Arial,sans-serif}.brand-alternaleaf h2{color:#300431;font-weight:500}.brand-alternaleaf button.btn.btn-primary{background-color:#300431;color:#fff;font-size:1.2rem;font-weight:600}.brand-alternaleaf .reset-password .form-group input.form-control,.brand-alternaleaf .profile-details .form-group input.form-control{border-color:#300431;border-radius:.25rem;border-width:1px;padding:.5rem 1rem;height:3.5rem;font-size:1.2rem}.brand-alternaleaf .reset-password .form-group input.form-control::placeholder,.brand-alternaleaf .profile-details .form-group input.form-control::placeholder{font-weight:400}.brand-alternaleaf .reset-password .form-group label,.brand-alternaleaf .profile-details .form-group label{color:#300431;background-color:#fff;margin-bottom:-.75rem;padding:0 .25rem;margin-left:1rem;font-size:.8rem}.brand-alternaleaf .reset-password .text-field,.brand-alternaleaf .reset-password .date-picker,.brand-alternaleaf .reset-password .drop-down,.brand-alternaleaf .profile-details .text-field,.brand-alternaleaf .profile-details .date-picker,.brand-alternaleaf .profile-details .drop-down{margin-bottom:2rem}.brand-alternaleaf .reset-password .text-field>div,.brand-alternaleaf .reset-password .date-picker>div,.brand-alternaleaf .reset-password .drop-down>div,.brand-alternaleaf .profile-details .text-field>div,.brand-alternaleaf .profile-details .date-picker>div,.brand-alternaleaf .profile-details .drop-down>div{width:100%}.brand-alternaleaf .reset-password .text-field .MuiInputBase-formControl,.brand-alternaleaf .reset-password .date-picker .MuiInputBase-formControl,.brand-alternaleaf .reset-password .drop-down .MuiInputBase-formControl,.brand-alternaleaf .profile-details .text-field .MuiInputBase-formControl,.brand-alternaleaf .profile-details .date-picker .MuiInputBase-formControl,.brand-alternaleaf .profile-details .drop-down .MuiInputBase-formControl{height:3.5rem}.brand-alternaleaf .reset-password .text-field .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .reset-password .date-picker .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .reset-password .drop-down .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .text-field .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .date-picker .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .drop-down .MuiInputBase-formControl .MuiOutlinedInput-notchedOutline{border-color:#300431;border-radius:.25rem;border-width:1px}.brand-alternaleaf .reset-password .text-field .MuiInputBase-formControl button,.brand-alternaleaf .reset-password .date-picker .MuiInputBase-formControl button,.brand-alternaleaf .reset-password .drop-down .MuiInputBase-formControl button,.brand-alternaleaf .profile-details .text-field .MuiInputBase-formControl button,.brand-alternaleaf .profile-details .date-picker .MuiInputBase-formControl button,.brand-alternaleaf .profile-details .drop-down .MuiInputBase-formControl button{color:#300431}.brand-alternaleaf .reset-password .text-field .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .reset-password .date-picker .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .reset-password .drop-down .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .text-field .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .date-picker .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline,.brand-alternaleaf .profile-details .drop-down .MuiInputBase-formControl.Mui-error .MuiOutlinedInput-notchedOutline{border-color:red}.brand-alternaleaf .reset-password .text-field label,.brand-alternaleaf .reset-password .date-picker label,.brand-alternaleaf .reset-password .drop-down label,.brand-alternaleaf .profile-details .text-field label,.brand-alternaleaf .profile-details .date-picker label,.brand-alternaleaf .profile-details .drop-down label{color:#300431;margin-bottom:0;background-color:#fff;padding:0 .4rem}.brand-alternaleaf .reset-password .text-field label.Mui-error,.brand-alternaleaf .reset-password .date-picker label.Mui-error,.brand-alternaleaf .reset-password .drop-down label.Mui-error,.brand-alternaleaf .profile-details .text-field label.Mui-error,.brand-alternaleaf .profile-details .date-picker label.Mui-error,.brand-alternaleaf .profile-details .drop-down label.Mui-error{color:red}.brand-alternaleaf.pat-forgot-password-mob-login h3,.brand-alternaleaf.pat-forgot-password-des-login h3,.brand-alternaleaf.pat-forgot-password-mob-login .auth-wrapper p,.brand-alternaleaf.pat-forgot-password-des-login .auth-wrapper p{color:#300431}.brand-alternaleaf.pat-forgot-password-mob-login .form-control,.brand-alternaleaf.pat-forgot-password-des-login .form-control{background-color:#fff}.brand-alternaleaf.pat-forgot-password-mob-login a[href],.brand-alternaleaf.pat-forgot-password-des-login a[href]{color:#ff5d2b}.brand-alternaleaf.pat-forgot-password-mob-login{background-image:none}@media (min-width: 320px) and (max-width: 850px){.brand-alternaleaf.pat-forgot-password-mob-login{background-color:#fff;min-height:100vh}}.brand-alternaleaf.pat-forgot-password-mob-login .pat-forgot-password-head-text{color:#300431;font-size:2.5rem}.brand-alternaleaf.pat-forgot-password-mob-login .mob-montu-logo{background-color:#fff}.brand-alternaleaf.pat-forgot-password-mob-login form label{font-weight:600}.brand-alternaleaf.pat-forgot-password-des-login .card{background-color:#fff}.brand-alternaleaf #main-content.patient-login{min-height:calc(100vh - 90px);height:100%;margin-top:90px;padding:0;display:flex;flex-direction:column;background:#fff;align-items:center}.brand-alternaleaf #main-content.patient-login .credit-dashboard-container{width:100%;padding:1rem 0}.brand-alternaleaf #main-content.patient-login .body-content-container{width:100%;height:100%;padding:2rem 10rem}.brand-alternaleaf #main-content.patient-login .body-content-container .patient-prescriptions-wrapper,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-consultations{width:100%;font-family:Mier B,Roboto,Helvetica,Arial,sans-serif}.brand-alternaleaf #main-content.patient-login .body-content-container .patient-prescriptions-wrapper tr,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-prescriptions-wrapper .sub-head,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-prescriptions-wrapper .constulat-date,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-consultations tr,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-consultations .sub-head,.brand-alternaleaf #main-content.patient-login .body-content-container .patient-consultations .constulat-date{font-family:Mier B,Roboto,Helvetica,Arial,sans-serif}@media (max-width: 576px){.brand-alternaleaf #main-content.patient-login .body-content-container{padding:2rem 1.5rem}}.brand-alternaleaf #main-content.patient-login .patient-refill-wrapper{padding-left:0;padding-right:0;margin:0}.brand-alternaleaf #main-content.patient-login.main-content{background:#fff;align-items:flex-start}.brand-alternaleaf #main-content.patient-login .home-bg-container{transform:translateY(52.5px);margin-top:-52.5px}.brand-alternaleaf #main-content.patient-login .montu-wrapper a[href]{color:#194457}.brand-alternaleaf #main-content.patient-login .content-card{margin-top:1.5rem}.brand-alternaleaf .reset-password .form-heading,.brand-alternaleaf .profile-details .form-heading{font-weight:700;margin-bottom:4rem;color:#300431}.brand-alternaleaf .reset-password .form-divider,.brand-alternaleaf .profile-details .form-divider{border-color:#300431;margin-bottom:2rem}.brand-alternaleaf .reset-password .form-container .form-group label,.brand-alternaleaf .profile-details .form-container .form-group label{background-color:#fff}.brand-alternaleaf .reset-password .form-actions,.brand-alternaleaf .profile-details .form-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-left:0;margin-top:2.5rem;justify-content:flex-start}.brand-alternaleaf .reset-password .form-actions>button,.brand-alternaleaf .profile-details .form-actions>button{min-width:10rem}.brand-alternaleaf .footer{background-color:#e6e3da;color:#300431;padding-left:10rem;padding-right:10rem;text-align:left}@media (max-width: 576px){.brand-alternaleaf .footer{padding-left:1.5rem;padding-right:1.5rem}}@media (max-width: 350px){.brand-alternaleaf .footer{padding-top:1rem;padding-bottom:1rem}}.auth-image-border.login,.auth-image-border.forgot{background-image:url(/assets/images/patientBack.jpg);height:100%;width:100%;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:40%;min-height:665px}.auth-image-border.login .patient,.auth-image-border.forgot .patient{color:#fff;font-size:22px;width:60%}.auth-image-border.login .patient p,.auth-image-border.forgot .patient p{margin-bottom:0}@media (min-width: 320px) and (max-width: 850px){body:has(.mobile-login.brand-alternaleaf),body:has(.pat-forgot-password-mob-login.brand-alternaleaf){background-color:#fff}}
