main{background-color:var(--white-color);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Loading{transform-origin:center;animation:rotate4 2s linear infinite;padding:0rem;align-self:center}.Loading-circle{fill:none;stroke:var(--light-blue-color);stroke-width:3;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}.Loading-circle--static{fill:none;stroke:var(--gray-color);stroke-width:2}@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(125%)}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: #eeeeee;--gray-color: #dddddd;--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;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:var(--secundary-color) var(--white-color)}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);min-height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}
