main{background-color:var(--white-color);flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.Loading{transform-origin:50%;align-self:center;padding:0;animation:2s linear infinite rotate4}.Loading-circle{fill:none;stroke:var(--light-blue-color);stroke-width:3px;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite dash4}.Loading-circle--static{fill:none;stroke:var(--gray-color);stroke-width:2px}@keyframes rotate4{to{transform:rotate(360deg)}}@keyframes dash4{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:90 200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}@font-face{font-family:MyriadPro-Regular;src:url(/assets/MyriadPro-Regular-Kc1hWU5k.otf);font-display:swap}@keyframes zoomMotion{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}:root{--myraidpro-regular-font:"MyriadPro-Regular";--font-color:#4d4d4b;--secundary-color:#8b8b8b;--white-color:#fffcfc;--light-grey-color:#f4f4f4;--grey-color:#eee;--gray-color:#ddd;--black-color:#1b1b1b;--light-blue-color:#116eb3;--blue-color:#073a69;--dark-blue-color:#171725;--yellow-color:#fbbf24;--red-color:#ae4242;--wsp-color:#25d366;--orange-color:#f97316}*{font-family:var(--myraidpro-regular-font), system-ui, "Segoe UI", "Open Sans", "Helvetica Neue", sans-serif;scrollbar-width:thin;scrollbar-color:var(--secundary-color) var(--white-color);margin:0;padding:0}html{scroll-behavior:smooth}.no-scroll{overflow:hidden}::-webkit-scrollbar{width:.5rem;height:.5rem}::-webkit-scrollbar-thumb{background-color:var(--secundary-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--font-color)}::-webkit-scrollbar-track{background:var(--white-color);border-radius:.5rem}#root{background-color:var(--light-grey-color);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;display:flex}
