@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";html,body,ul,li{margin:0;padding:0}html,body,#root{height:100%}html{font-size:14px;line-height:1.15;color:#3b4144}textarea,body{font-family:Lato,sans-serif}*{box-sizing:border-box}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.relative{position:relative}.whole-space{position:absolute;inset:0}.h100{height:100%}.w100{width:100%}.w30{width:30%}.d-flex{display:flex}.flex-column{flex-direction:column}.center{display:flex;align-items:center;justify-content:center}.justify-between{justify-content:space-between}.no-flex{flex-grow:0;flex-shrink:0}.full-flex{flex-grow:1;flex-shrink:1}.flex-1{flex:1}.flex-2{flex:2}.flex-3{flex:3}.flex-4{flex:4}.flex-5{flex:5}.flex-6{flex:6}.flex-7{flex:7}.flex-8{flex:8}.flex-9{flex:9}.flex-10{flex:10}.flex-11{flex:11}.flex-12{flex:12}.round{border-radius:50%}.pxc-font-xxx-small{font-size:.6rem!important}.pxc-font-xx-small{font-size:.7rem!important}.pxc-font-x-small{font-size:1rem!important}.pxc-font-small{font-size:.9rem!important}.pxc-font-normal{font-size:1rem!important}.pxc-font-large{font-size:1.1rem!important}.pxc-font-x-large{font-size:1.2rem!important}.pxc-font-xx-large{font-size:1.6rem!important;font-weight:700}.pxc-font-xxx-large{font-size:1.4rem!important}.text-line{line-height:24px}.pointer{cursor:pointer}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media(prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}
