:root{--default-fonts:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;--font-product-sans:"Product Sans"}@font-face{font-family:Product Sans;src:url("/font/Product\ Sans\ Bold.ttf") format("truetype")}body,html{padding:0;margin:0;font-family:var(--default-fonts)}.font-product{font-family:var(--font-product-sans)}a{color:inherit;text-decoration:none}*{box-sizing:border-box}button:disabled{opacity:.6;cursor:not-allowed}.cursorPtr{cursor:pointer!important}.h-full{height:100vh}.h-calc-100{height:calc(100vh - 100px)}.border-solid-bottom-2p{border-bottom:.125rem solid}.border-solid-top-2p{border-top:.125rem solid}.border-solid-top-3p{border-top:.188rem solid #fff}.border-solid-3p{border:.188rem solid #f3f3f3}.border-white-primary{border-color:#eee}.overflow-y-scroll{overflow-y:scroll}.font-weight-700{font-weight:700}.font-weight-400{font-weight:400}.text-black-primary{color:#0a0a0a}.bg-white-primary{background:#e7e7e7}.border-radius-4p{border-radius:.25rem}.border-radius-12p{border-radius:.75rem}.opacity-70{opacity:.7}.font-size-14p{font-size:.875rem}.font-size-15p{font-size:.938rem}.font-size-18p{font-size:1.125rem}.font-size-24p{font-size:1.5rem}.min-height-64p{min-height:4rem}.h-288p{height:18rem}.bg-pink-primary{background-color:#f7a293}.bg-grey-primary{background:#e7e7e7}.text-white-secondary{color:#7c7c7c}.w-25p{width:1.563rem}.h-25p{height:1.563rem}.h-5p{height:.313rem}.spinner-animation{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}