*{box-sizing:border-box}body,html{height:100%}body{margin:0}:focus{outline:none}body{font-family:"Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.3rem;background-color:var(--coolGrey-100)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}a{text-decoration:none}a:hover{text-decoration:underline}.shadow0{box-shadow:0 2px 14px 0 rgba(0,0,0,.06)}.shadow1{box-shadow:0 4px 20px 0 rgba(0,0,0,.1)}.shadow2{box-shadow:0 6px 28px 0 rgba(0,0,0,.2)}.shadow3{box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.2)}.card{display:flex;flex-direction:column;margin-right:calc(var(--gw)*1.25);margin-bottom:calc(var(--gw)*1.25);background-color:var(--white);box-shadow:shadow(1)}.cardAnimated{transition-delay:.1s;transition:box-shadow .3s ease-out,transform .3s ease-out;cursor:pointer}.cardAnimated:hover{transform:translateY(-4px);box-shadow:0 6px 28px 0 rgba(0,0,0,.2)}.cardBody{font-size:.88889rem;line-height:1.365rem;padding:var(--gw) calc(var(--gw)*1.5)}.cardTitle{font-size:1rem;line-height:1.56rem;font-weight:500;margin-bottom:calc(var(--gw)*0.75)}.breadcrumbs{display:inline-flex;margin:2rem 0 0;padding:0;list-style:none;font-size:.9rem;color:var(--grey-900)}.breadcrumbs a{text-decoration:none;color:var(--grey-900)!important}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs li:last-child{color:var(--text-primary)}.breadcrumbs>div,.breadcrumbs>li{padding:0}.breadcrumbs>div:after,.breadcrumbs>li:after{content:"/";padding:0 calc(var(--gw)/3);color:var(--grey-900)}.breadcrumbs>div:last-child:after,.breadcrumbs>li:last-child:after{content:"";padding-left:calc(var(--gw)/2)}.list-group{list-style:none;width:100%;margin:0;padding:0;font-size:.88889rem;line-height:1.365rem}.list-group>li{border-bottom:1px solid var(--border-default);padding:var(--gw);display:flex;justify-content:space-between}.list-group>li span{font-weight:300}.list-group>li span:nth-child(2){text-align:right;font-weight:400}.list-group>li:last-child{border-bottom:none}.tag{display:inline-block;font-size:.79012rem;line-height:1.3rem;padding:calc(var(--gw)*0.2) calc(var(--gw)*0.4);background-color:var(--grey-300);color:var(--black);border-radius:var(--radius);border:1px solid var(--grey-500)}.tag-label{font-weight:400}.tag.tag-primary{background-color:var(--purple-200);color:var(--purple-800);border-radius:var(--radius);border:1px solid var(--purple-300)}.tag.tag-info{background-color:var(--blue-200);color:var(--blue-800);border-radius:var(--radius);border:1px solid var(--blue-300)}.tag.tag-success{background-color:var(--green-200);color:var(--green-800);border-radius:var(--radius);border:1px solid var(--green-300)}.tag.tag-danger{background-color:var(--red-200);color:var(--red-800);border-radius:var(--radius);border:1px solid var(--red-300)}.tag.tag-warning{background-color:var(--yellow-200);color:var(--orange-800);border-radius:var(--radius);border:1px solid var(--yellow-300)}:root{font-size:16px}.recharts-cartesian-axis-line,.recharts-cartesian-axis-tick-line{stroke:var(--border-darken);stroke-width:.05rem}.recharts-cartesian-axis-tick-value{padding-top:calc(var(--gw)/4);fill:var(--text-secondary);font-size:.79012rem;line-height:1.3rem}.empty-state{display:flex;flex-direction:column;align-items:center;margin:auto;max-width:30rem;text-align:center;padding:calc(var(--gw)*4) 0}.empty-state__icon{color:var(--grey-700);margin-bottom:calc(var(--gw))}.empty-state__icon svg{width:3.5rem;height:3.5rem}.empty-state__title{margin-bottom:calc(var(--gw)/1.5);font-size:1.125rem;line-height:1.69rem;font-weight:500;color:var(--coolGrey-600)}.empty-state__body{font-size:.88889rem;line-height:1.365rem}.empty-state__body,.empty-state__text{color:var(--grey-900);margin-bottom:var(--gw)}.empty-state__text{font-size:.79012rem;line-height:1.3rem}.empty-state a,.empty-state a:focus,.empty-state a:visited{font-weight:700;color:var(--blue-700)}.empty-state__help{margin:calc(var(--gw)*1.5) var(--gw) var(--gw);padding:0 var(--gw);color:var(--grey-900);font-size:.79012rem;line-height:1.3rem}.empty-state__help-button ds-button[version=monochrome] button{background-color:#fff}:root{--radius:4px;--gw:1rem}.row.demo div{background-color:rgba(255,192,203,.48);min-height:2rem}.row{display:flex;flex-wrap:wrap;flex-direction:row;width:100%}.row [class*=" col-"],.row [class^=col-]{display:inline-flex;flex-wrap:wrap;padding:0;margin:.5rem}.row .col-xs-1{width:calc(8.33333% - 1rem)}.row .col-xs-2{width:calc(16.66667% - 1rem)}.row .col-xs-3{width:calc(25% - 1rem)}.row .col-xs-4{width:calc(33.33333% - 1rem)}.row .col-xs-5{width:calc(41.66667% - 1rem)}.row .col-xs-6{width:calc(50% - 1rem)}.row .col-xs-7{width:calc(58.33333% - 1rem)}.row .col-xs-8{width:calc(66.66667% - 1rem)}.row .col-xs-9{width:calc(75% - 1rem)}.row .col-xs-10{width:calc(83.33333% - 1rem)}.row .col-xs-11{width:calc(91.66667% - 1rem)}.row .col-xs-12{width:calc(100% - 1rem)}@media screen and (min-width:20rem){.row .col-sm-1{width:calc(8.33333% - 1rem)}.row .col-sm-2{width:calc(16.66667% - 1rem)}.row .col-sm-3{width:calc(25% - 1rem)}.row .col-sm-4{width:calc(33.33333% - 1rem)}.row .col-sm-5{width:calc(41.66667% - 1rem)}.row .col-sm-6{width:calc(50% - 1rem)}.row .col-sm-7{width:calc(58.33333% - 1rem)}.row .col-sm-8{width:calc(66.66667% - 1rem)}.row .col-sm-9{width:calc(75% - 1rem)}.row .col-sm-10{width:calc(83.33333% - 1rem)}.row .col-sm-11{width:calc(91.66667% - 1rem)}.row .col-sm-12{width:calc(100% - 1rem)}}@media screen and (min-width:30rem){.row .col-md-1{width:calc(8.33333% - 1rem)}.row .col-md-2{width:calc(16.66667% - 1rem)}.row .col-md-3{width:calc(25% - 1rem)}.row .col-md-4{width:calc(33.33333% - 1rem)}.row .col-md-5{width:calc(41.66667% - 1rem)}.row .col-md-6{width:calc(50% - 1rem)}.row .col-md-7{width:calc(58.33333% - 1rem)}.row .col-md-8{width:calc(66.66667% - 1rem)}.row .col-md-9{width:calc(75% - 1rem)}.row .col-md-10{width:calc(83.33333% - 1rem)}.row .col-md-11{width:calc(91.66667% - 1rem)}.row .col-md-12{width:calc(100% - 1rem)}}@media screen and (min-width:60rem){.row .col-lg-1{width:calc(8.33333% - 1rem)}.row .col-lg-2{width:calc(16.66667% - 1rem)}.row .col-lg-3{width:calc(25% - 1rem)}.row .col-lg-4{width:calc(33.33333% - 1rem)}.row .col-lg-5{width:calc(41.66667% - 1rem)}.row .col-lg-6{width:calc(50% - 1rem)}.row .col-lg-7{width:calc(58.33333% - 1rem)}.row .col-lg-8{width:calc(66.66667% - 1rem)}.row .col-lg-9{width:calc(75% - 1rem)}.row .col-lg-10{width:calc(83.33333% - 1rem)}.row .col-lg-11{width:calc(91.66667% - 1rem)}.row .col-lg-12{width:calc(100% - 1rem)}}.row.space-between{justify-content:space-between}*{font-family:"Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fade-bottom{position:relative}.fade-bottom:after{content:"";position:absolute;z-index:1;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);width:100%;height:1rem}#root{overflow:visible;height:100%;font-weight:400}.my0{margin-left:0!important;margin-right:0!important}.mx0{margin-top:0!important;margin-bottom:0!important}.text-cap:first-letter{text-transform:uppercase}.select__options{max-height:12rem;overflow-y:scroll}.center-content,.centerContent{display:flex;align-items:center;justify-content:center}.rounded{border-radius:var(--radius)}hr{width:100%;border:0;height:0;border-top:0;border-bottom:1px solid var(--grey-300);margin:var(--gw)}.help-text{text-align:inherit}a:hover{text-decoration:none}a:active,a:focus,a:visited{color:inherit}input[type=time]{font-family:inherit}.app-loading{position:fixed;z-index:9999;display:flex;justify-content:center;align-items:center;top:0;left:0;right:0;bottom:calc(var(--gw)*2.5)}.Toastify__toast{background-color:#fff!important}.Toastify__toast-body{margin:0 0 0 1rem!important}.Toastify__toast-container{z-index:99999!important}.table-header-datetime{min-width:13rem!important}.page{width:100%;max-width:100%;margin:0;padding:0;border:none;border-radius:0}@media screen and (max-width:1200px){.page{padding-left:var(--gw);padding-right:var(--gw)}}.page .page__view{position:relative;padding:calc(var(--gw)/2) calc(var(--gw)*2) 0 calc(var(--gw)*2);margin-bottom:0;border-radius:0;border:none!important;overflow-x:hidden}@media screen and (max-width:1200px){.page .page__view{padding:var(--gw) calc(var(--gw)*2)}}.page__sidebar{margin-bottom:calc(var(--gw)*3.5)}.page__sidebar__header{font-size:1rem;line-height:1.56rem;padding-left:var(--gw);padding-right:var(--gw);margin-bottom:calc(var(--gw)*1.5)}.page-investor-details{display:flex;flex-wrap:wrap;margin-top:0;margin-bottom:calc(var(--gw)*3.5);padding:0 calc(var(--gw)*4)}.page-investor-details .page__sidebar{margin-bottom:0}.w-100{width:100%}.h-100{height:100%}.inputContainer{margin-bottom:var(--gw);position:relative;display:flex;flex-direction:column;width:100%}.input{width:100%;padding:var(--gw) calc(var(--gw)*2.75) var(--gw) calc(var(--gw)*1.25);outline:none;border-radius:var(--radius);border:1px solid #eaeaea;background-color:#fff;font-size:.88889rem;line-height:1.365rem}.input:focus{border-color:var(--primary)}.inputWithError *{border-color:var(--danger)!important}.inputWithError .helperText{color:var(--danger)!important}.helperText{margin-left:calc(var(--gw)*1.5);margin-top:calc(var(--gw)/2);font-size:.79012rem;line-height:1.3rem}.help-error{text-transform:none!important;padding:0!important}.form{width:100%}.form--page{background-color:#fff;border:1px solid var(--border-light);padding:calc(var(--gw)*2);border-radius:calc(var(--radius)*1.5)}.form__header{margin-bottom:calc(var(--gw)*2)}.form__header h1{font-size:1.60181rem;line-height:2.34rem;margin-bottom:var(--gw)}.form__header p{font-size:.88889rem;line-height:1.365rem;max-width:50rem;color:var(--text-secondary)}.form__section{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:flex-start;margin:0 0 var(--gw) 0;padding-bottom:var(--gw);border-bottom:1px solid var(--grey-300)}.form__section__title{width:25%;padding-right:calc(var(--gw)*3)}.form__section__title h2{font-size:1.125rem;line-height:1.69rem;margin-bottom:var(--gw)}.form__section__title p{font-size:.88889rem;line-height:1.365rem;color:var(--text-secondary)}.form__section__content{width:75%}.form__section__content label{font-size:.88889rem;line-height:1.365rem;margin:0 0 var(--gw) 0}.form__panel{cursor:pointer;display:inline-flex;width:100%;padding:var(--gw);background-color:var(--grey-300);border-radius:var(--radius);margin:0 auto;text-align:left}.form__panel p{font-size:.88889rem;line-height:1.365rem;color:var(--text-secondary)}.form__panel .icon{color:var(--grey-800);vertical-align:center}.form__panel .btn{width:-moz-fit-content;width:fit-content}.form__separator{display:block;position:relative;width:100%;padding:calc(var(--gw)*1.5) 0;text-align:center;font-feature-settings:"smcp";font-variant:small-caps;color:var(--text-secondary);font-size:.88889rem;line-height:1.365rem;z-index:1}.form__separator>span{background-color:#fff;padding:0 var(--gw)}.form__separator:after{z-index:-1;content:" ";display:block;width:100%;position:relative;top:-.65rem;border:1px solid var(--grey-500)}.form__footer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:stretch}.modal__container{animation:fadeIn .25s ease-out 0s 1}.modal__container *{animation:fadeIn .5s ease-out 0s 1}.chart__horizontal-bar-chart span:first-of-type{max-width:14rem}.list-errors{list-style:none;margin:1rem 0 1rem 1.25rem;line-height:1.5}.list-errors>li:before{content:"✖︎";margin-right:.5rem;font-weight:700;color:var(--red-500)!important;font-size:14px}.token-actions-drawer .tabs{position:relative;width:100%;height:3.5rem}.token-actions-drawer .tab-item button{font-size:1rem!important;margin-top:.45rem}.token-actions-drawer .tab-item--active button{color:var(--primary);font-weight:500}.token-actions-drawer .table>thead th{vertical-align:middle}.token-actions-drawer .table-type-header{border:solid;border-top-right-radius:var(--radius);border-top-left-radius:var(--radius);border-width:1px 1px 0;border-color:var(--grey-500);justify-content:space-between}.token-actions-drawer .help-error{margin:0;padding:0}.token-actions-drawer .help-info{display:none}.drawer{z-index:9888!important}ds-toast{z-index:9999!important}.requests__tabs{background-color:var(--grey-100);border-bottom:1px solid var(--grey-500);margin-top:.8rem;margin-bottom:1rem}.requests__tabs ds-tabs button{border-bottom:0!important}.requests__tabs ds-tabs .tab--warning{border-bottom:2px solid var(--orange-500)!important}.requests__tabs ds-tabs .tab--warning *{font-weight:500;color:var(--orange-600);fill:var(--orange-600)}.requests__tabs ds-tabs .tab--warning:hover *{color:var(--orange-600)!important;fill:var(--orange-600)!important}.requests__tabs ds-tabs .tab--neutral{border-bottom:2px solid var(--black)!important}.requests__tabs ds-tabs .tab--neutral *{font-weight:500;color:var(--black);fill:var(--black)}.requests__tabs+p{margin-top:calc(var(--gw)*7);margin-bottom:calc(var(--gw)*-4)}#marketplace-settings,#token-settings{background-color:#fff;width:100%;height:100%}#marketplace-settings ds-input-checkbox[is-checked] label,#token-settings ds-input-checkbox[is-checked] label{font-weight:500}.web3modal-modal-lightbox{z-index:1000000!important}.modal{z-index:5000!important}#token-transactions ds-table .filter-container .help-error{display:none}#transactionsView{height:100%}#requests{overflow:hidden}.auth-container__background{top:0;bottom:0;right:0;left:0;position:fixed;background-repeat:no-repeat;background-size:cover;background-position-y:bottom}.auth-container__foreground{top:0;bottom:0;right:0;left:0;position:absolute;display:flex;align-items:center;padding-bottom:calc(var(--gw)*2.75)}.auth-container__content{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.auth__button-primary{margin-bottom:calc(var(--gw)*1.2)}.auth__button-primary,.auth__button-secondary{width:100%;display:flex;justify-content:center}.auth__footer{position:absolute;bottom:calc(var(--gw)*-2);left:0;right:0;justify-content:center;padding:calc(var(--gw)/3) calc(var(--gw)/2);background-color:var(--grey-300);border-radius:0 0 var(--border-radius) var(--border-radius)}.auth__footer,.auth__terms{display:flex;color:var(--grey-900)}.auth__terms{align-items:baseline;font-size:.79012346rem;line-height:1.3rem}.auth__terms .form-group{width:unset}.auth-container__background:after{opacity:0!important}.auth-container__foreground{height:100vh!important}.auth-container__content{padding:2rem!important;height:100vh!important;overflow-y:scroll!important}.shadow-0{box-shadow:none!important}.page__view{border:1px solid var(--grey-400)!important}.dialog__container ds-tag .icon{display:flex}.dialog__container ds-select-simple input[readonly]{visibility:hidden}ds-token-selector .token-selector__menu{top:2.8rem;z-index:100;left:-2.5rem;width:19rem}@media screen and (min-width:30rem){ds-token-selector .token-selector__menu{left:0;width:25rem}}ds-token-selector .token-selector__control{background-color:#fff;padding:calc(var(--gw)/3) var(--gw);width:100%;transition:all .15s ease-in-out}ds-token-selector .token-selector__control:hover{background-color:var(--coolGrey-100)}ds-token-selector .token-selector__control ds-icon[name=point]{margin-left:auto}.total-payment{display:flex;align-items:center;justify-content:flex-start}.total-payment__tooltip{display:flex}.total-payment__tooltip--investment{color:var(--coolGrey-500);flex:0 1;text-align:left}.total-payment__tooltip--fee{margin-left:.5rem}.total-payment__badge{padding:.4rem;background-color:var(--blue-100);border-radius:var(--radius);cursor:pointer}.total-payment__badge:hover{background-color:var(--blue-200)}#redemption-orders,#subscription-orders{padding:calc(var(--gw)*1.5)}#redemption-orders .dialog__container,#subscription-orders .dialog__container{padding:1.5rem 2.5rem;max-width:45rem;margin:0 1rem;width:100%}#redemption-orders .dialog__container>div,#subscription-orders .dialog__container>div{min-height:inherit}#redemption-orders .dialog__container header,#subscription-orders .dialog__container header{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}#redemption-orders .dialog__container header span,#subscription-orders .dialog__container header span{font-size:.79012rem;line-height:1.3rem;color:var(--coolGrey-400)}#redemption-orders .dialog__container footer,#subscription-orders .dialog__container footer{display:flex;justify-content:flex-end;margin-top:2rem;align-items:center}#redemption-orders .dialog__container footer>:not(:last-child),#subscription-orders .dialog__container footer>:not(:last-child){margin-right:.5rem}#redemption-orders .dialog__container footer ds-button,#subscription-orders .dialog__container footer ds-button{order:1}#redemption-orders .dialog__container footer>:not(ds-button),#subscription-orders .dialog__container footer>:not(ds-button){flex-grow:1}#redemption-orders .dialog__container h3,#subscription-orders .dialog__container h3{font-size:1.60181rem;line-height:2.34rem}#redemption-orders .dialog__container .order-details,#subscription-orders .dialog__container .order-details{margin-bottom:calc(var(--gw))}#redemption-orders .dialog__container .order-details__section,#subscription-orders .dialog__container .order-details__section{margin-bottom:calc(var(--gw)) 0;border-bottom:1px solid var(--grey-400)}#redemption-orders .dialog__container .order-details__section:last-child,#subscription-orders .dialog__container .order-details__section:last-child{border-bottom:none}#redemption-orders .dialog__container .order-details__section__item,#subscription-orders .dialog__container .order-details__section__item{display:flex;align-items:flex-start;flex-direction:column;margin:calc(var(--gw)*0.75) 0;font-size:.79012rem;line-height:1.3rem}@media screen and (min-width:40rem){#redemption-orders .dialog__container .order-details__section__item,#subscription-orders .dialog__container .order-details__section__item{align-items:center;flex-direction:row}}#redemption-orders .dialog__container .order-details__section__item--key,#subscription-orders .dialog__container .order-details__section__item--key{display:flex;flex:1 0 100%;align-items:center;color:var(--coolGrey-500)}@media screen and (min-width:40rem){#redemption-orders .dialog__container .order-details__section__item--key,#subscription-orders .dialog__container .order-details__section__item--key{flex:1 0 50%}}#redemption-orders .dialog__container .order-details__section__item--key ds-tooltip,#subscription-orders .dialog__container .order-details__section__item--key ds-tooltip{margin-left:.6rem;margin-top:.3rem}#redemption-orders .dialog__container .order-details__section__item--value,#subscription-orders .dialog__container .order-details__section__item--value{flex:1 0 100%;color:var(--coolGrey-700)}@media screen and (min-width:40rem){#redemption-orders .dialog__container .order-details__section__item--value,#subscription-orders .dialog__container .order-details__section__item--value{flex:1 0 50%}}#redemption-orders .dialog__container .order-details__section__item--value code,#subscription-orders .dialog__container .order-details__section__item--value code{font-size:.79012rem;line-height:1.3rem}#redemption-orders .dialog__container article,#subscription-orders .dialog__container article{display:flex;flex-direction:column;min-height:inherit}#redemption-orders .dialog__container article>ds-tabs,#subscription-orders .dialog__container article>ds-tabs{justify-content:center;margin-bottom:1.5rem}#redemption-orders .dialog__container article>ds-tabs ds-tab,#subscription-orders .dialog__container article>ds-tabs ds-tab{flex-grow:1;font-size:.88889rem;line-height:1.365rem;padding:1rem;color:var(--coolGrey-400)}#redemption-orders .dialog__container ds-tabs a,#subscription-orders .dialog__container ds-tabs a{color:var(--coolGrey-400)}#redemption-orders .dialog__container ds-tabs a ds-icon svg,#subscription-orders .dialog__container ds-tabs a ds-icon svg{fill:var(--coolGrey-400)}#redemption-orders .dialog__container ds-tabs a:hover,#subscription-orders .dialog__container ds-tabs a:hover{text-decoration:none;color:var(--black)}#redemption-orders .dialog__container ds-tabs a:hover ds-icon svg,#subscription-orders .dialog__container ds-tabs a:hover ds-icon svg{fill:var(--black)}#redemption-orders .dialog__container ds-tabs a.active,#subscription-orders .dialog__container ds-tabs a.active{color:var(--primary)}#redemption-orders .dialog__container ds-loader,#subscription-orders .dialog__container ds-loader{display:flex;justify-content:center;height:25rem;align-items:center}#redemption-orders .trade-date-box,#subscription-orders .trade-date-box{display:flex;flex-direction:column;padding:.75rem 0;align-items:flex-start;align-self:stretch;border-radius:.5rem;border:1px solid var(--grey-400);background:var(--grey-100);margin-bottom:.75rem;grid-gap:.75rem;gap:.75rem;font-size:.79012rem;line-height:1.3rem}#redemption-orders .trade-date-box__item,#subscription-orders .trade-date-box__item{display:flex;align-items:center;padding:0 .75rem;width:100%}#redemption-orders .trade-date-box__item--key,#subscription-orders .trade-date-box__item--key{display:flex;align-items:center;flex:1 0 100%}#redemption-orders .trade-date-box__item--key p,#subscription-orders .trade-date-box__item--key p{color:var(--coolGrey-500)}@media screen and (min-width:40rem){#redemption-orders .trade-date-box__item--key,#subscription-orders .trade-date-box__item--key{flex:1 0 50%}}#redemption-orders .trade-date-box__item--key ds-icon,#subscription-orders .trade-date-box__item--key ds-icon{margin-left:.5rem}#redemption-orders .trade-date-box__item--value,#subscription-orders .trade-date-box__item--value{color:var(--coolGrey-700);flex:1 0 100%}@media screen and (min-width:40rem){#redemption-orders .trade-date-box__item--value,#subscription-orders .trade-date-box__item--value{flex:1 0 50%}}.loading-ellipsis:after{display:inline-block;animation:dotty 1s steps(1) infinite;content:""}@keyframes dotty{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}
/*# sourceMappingURL=main.f260f25c.chunk.css.map */