*{-moz-border-left-colors:transparent;-webkit-tap-highlight-color:transparent;margin:0;outline:none!important;padding:0}body{scroll-behavior:auto}body,input{width:100%}@media screen and (max-width:600px){body{display:block}}:root{--color-primary:#ed1c24;--background-color:#f3f2f6;--mdc-theme-primary:#b71d1c;--mdc-theme-secondary:#757575}.date-line{font-family:GilroyBold,sans-serif!important}.day-line{font-family:GilroyMedium,sans-serif!important}.scan-region-highlight{height:200px!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:200px!important}.pane .cupertino-pane-wrapper{top:5rem!important}@font-face{font-display:swap;font-family:Gilroy;src:url(fonts/gilroy-regular-webfont.woff);src:url(fonts/gilroy-regular-webfont.woff2)}@font-face{font-display:swap;font-family:GilroyLight;src:url(fonts/gilroy-light-webfont.woff);src:url(fonts/gilroy-light-webfont.woff2)}@font-face{font-display:swap;font-family:GilroyMedium;src:url(fonts/gilroy-medium-webfont.woff);src:url(fonts/gilroy-medium-webfont.woff2)}@font-face{font-display:swap;font-family:GilroyBold;src:url(fonts/gilroy-bold-webfont.woff);src:url(fonts/gilroy-bold-webfont.woff2)}.zoomIn{animation:zoom .6s ease-in;position:relative}.slideInUp{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(80%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(80%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes zoom{0%{-webkit-transform:scale(.91);transform:scale(.91)}50%{-webkit-transform:scale(1.02);transform:scale(1.02)}to{-webkit-transform:scale(1);transform:scale(1)}}.leftToRight{animation:moveRL .5s 1;position:relative}.rightToLeft{animation:moveLR .5s 1;position:relative}@keyframes moveLR{0%{left:-150px}to{left:0}}.bottomToTop{animation:moveTB .3s 1;position:relative}@keyframes moveTB{0%{top:150px}to{top:0}}@keyframes moveRL{0%{right:-150px}to{right:0}}.fadeIn{animation:fadeInUp .2s ease-in 0s both;position:relative}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.one_notification{align-items:center;animation:oneNotification 5s forwards;background:#fff;border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer;display:flex;justify-content:center;left:50%;padding:9px 12px;position:fixed;top:-100px;transform:translateX(-50%);z-index:1000}.one_notification .one_notification-icon{animation:oneNotificationIcon var(--o-n-duration) forwards;border-radius:50%;height:20px;margin-right:8px;width:20px}@keyframes oneNotification{0%{top:-100px}10%{top:20px}90%{top:20px}to{top:-100px}}@media screen and (max-width:768px){.one_notification{margin:10px 0;width:100%}}