:root{--rv-typography-color: var(--rv-text-color);--rv-typography-link-color: var(--rv-primary-color);--rv-typography-font-size-xs: 10px;--rv-typography-font-size-sm: 12px;--rv-typography-font-size: var(--rv-font-size-md);--rv-typography-font-size-lg: 16px;--rv-typography-font-size-xl: 20px;--rv-typography-font-size-xxl: 24px;--rv-typography-title-size-l1: 30px;--rv-typography-title-size-l2: 26px;--rv-typography-title-size-l3: 22px;--rv-typography-title-size-l4: 20px;--rv-typography-title-size-l5: 16px;--rv-typography-title-size-l6: 14px;--rv-typography-primary-color: var(--rv-primary-color);--rv-typography-danger-color: var(--rv-danger-color);--rv-typography-success-color: var(--rv-success-color);--rv-typography-secondary-color: var(--rv-gray-6);--rv-typography-warning-color: var(--rv-warning-color);--rv-typography-disabled-color: var(--rv-gray-5);--rv-typography-light-color: var(--rv-white)}.rv-typography{color:var(--rv-typography-color);word-wrap:break-word}.rv-typography__ellipsis{overflow:hidden;line-height:1.5}.rv-typography__ellipsis--multi{--line-clamp: 2;display:-webkit-box!important;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:var(--line-clamp);line-clamp:var(--line-clamp);-webkit-box-orient:vertical}.rv-typography__link{--rv-typography-color: var(--rv-typography-link-color);cursor:pointer;display:inline-block}.rv-typography--xs{font-size:var(--rv-typography-font-size-xs)}.rv-typography--sm{font-size:var(--rv-typography-font-size-sm)}.rv-typography--md{font-size:var(--rv-typography-font-size)}.rv-typography--lg{font-size:var(--rv-typography-font-size-lg)}.rv-typography--xl{font-size:var(--rv-typography-font-size-xl)}.rv-typography--xxl{font-size:var(--rv-typography-font-size-xxl)}.rv-typography--primary{--rv-typography-color: var(--rv-typography-primary-color)}.rv-typography--danger{--rv-typography-color: var(--rv-typography-danger-color)}.rv-typography--success{--rv-typography-color: var(--rv-typography-success-color)}.rv-typography--secondary{--rv-typography-color: var(--rv-typography-secondary-color)}.rv-typography--light{--rv-typography-color: var(--rv-typography-light-color)}.rv-typography--warning{--rv-typography-color: var(--rv-typography-warning-color)}.rv-typography--disabled{--rv-typography-color: var(--rv-typography-disabled-color);cursor:not-allowed}.rv-typography--underline{text-decoration:underline}.rv-typography--delete{text-decoration:line-through}.rv-typography__text{display:inline-block}.rv-typography__text.rv-ellipsis{display:block}.rv-typography__title{font-weight:700;margin-bottom:.65em}.rv-typography--l1{font-size:var(--rv-typography-title-size-l1);line-height:1.25}.rv-typography--l2{font-size:var(--rv-typography-title-size-l2);line-height:1.35}.rv-typography--l3{font-size:var(--rv-typography-title-size-l3);line-height:1.35}.rv-typography--l4{font-size:var(--rv-typography-title-size-l4);line-height:1.4}.rv-typography--l5{font-size:var(--rv-typography-title-size-l5);line-height:1.5}.rv-typography--l6{font-size:var(--rv-typography-title-size-l6);line-height:1.5}.rv-typography--center{text-align:center}.rv-typography--strong{font-weight:700}:root{--rv-grid-item-content-padding: var(--rv-padding-md) var(--rv-padding-xs);--rv-grid-item-content-background-color: var(--rv-white);--rv-grid-item-content-active-color: var(--rv-active-color);--rv-grid-item-icon-size: 28px;--rv-grid-item-text-color: var(--rv-gray-7);--rv-grid-item-text-font-size: var(--rv-font-size-sm)}.rv-grid{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.rv-grid-item{position:relative;box-sizing:border-box}.rv-grid-item--square{height:0}.rv-grid-item__icon{font-size:var(--rv-grid-item-icon-size)}.rv-grid-item__text{color:var(--rv-grid-item-text-color);font-size:var(--rv-grid-item-text-font-size);line-height:1.5;word-break:break-all}.rv-grid-item__icon+.rv-grid-item__text{margin-top:var(--rv-padding-xs)}.rv-grid-item__content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;box-sizing:border-box;height:100%;padding:var(--rv-grid-item-content-padding);background-color:var(--rv-grid-item-content-background-color)}.rv-grid-item__content:after{z-index:1;border-width:0 var(--rv-border-width-base) var(--rv-border-width-base) 0}.rv-grid-item__content--square{position:absolute;top:0;right:0;left:0}.rv-grid-item__content--center{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.rv-grid-item__content--horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row}.rv-grid-item__content--horizontal .rv-grid-item__text{margin:0 0 0 var(--rv-padding-xs)}.rv-grid-item__content--reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;flex-direction:column-reverse}.rv-grid-item__content--reverse .rv-grid-item__text{margin:0 0 var(--rv-padding-xs)}.rv-grid-item__content--horizontal.rv-grid-item__content--reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.rv-grid-item__content--horizontal.rv-grid-item__content--reverse .rv-grid-item__text{margin:0 var(--rv-padding-xs) 0 0}.rv-grid-item__content--surround:after{border-width:var(--rv-border-width-base)}.rv-grid-item__content--clickable{cursor:pointer}.rv-grid-item__content--clickable:active{background-color:var(--rv-grid-item-content-active-color)}:root{--rv-stepper-active-color: #e8e8e8;--rv-stepper-background-color: var(--rv-active-color);--rv-stepper-button-icon-color: var(--rv-text-color);--rv-stepper-button-disabled-color: var(--rv-background-color);--rv-stepper-button-disabled-icon-color: var(--rv-gray-5);--rv-stepper-button-round-theme-color: var(--rv-primary-color);--rv-stepper-input-width: 32px;--rv-stepper-input-height: 28px;--rv-stepper-input-font-size: var(--rv-font-size-md);--rv-stepper-input-line-height: normal;--rv-stepper-input-text-color: var(--rv-text-color);--rv-stepper-input-disabled-text-color: var(--rv-gray-5);--rv-stepper-input-disabled-background-color: var(--rv-active-color);--rv-stepper-border-radius: var(--rv-border-radius-md)}.rv-stepper{display:inline-block;-webkit-user-select:none;user-select:none}.rv-stepper__minus,.rv-stepper__plus{position:relative;box-sizing:border-box;width:var(--rv-stepper-input-height);height:var(--rv-stepper-input-height);margin:0;padding:0;color:var(--rv-stepper-button-icon-color);vertical-align:middle;background-color:var(--rv-stepper-background-color);border:0;cursor:pointer}.rv-stepper__minus:before,.rv-stepper__plus:before{width:50%;height:1px}.rv-stepper__minus:after,.rv-stepper__plus:after{width:1px;height:50%}.rv-stepper__minus:before,.rv-stepper__plus:before,.rv-stepper__minus:after,.rv-stepper__plus:after{position:absolute;top:50%;left:50%;background-color:currentColor;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);content:""}.rv-stepper__minus:active,.rv-stepper__plus:active{background-color:var(--rv-stepper-active-color)}.rv-stepper__minus--disabled,.rv-stepper__plus--disabled{color:var(--rv-stepper-button-disabled-icon-color);background-color:var(--rv-stepper-button-disabled-color);cursor:not-allowed}.rv-stepper__minus--disabled:active,.rv-stepper__plus--disabled:active{background-color:var(--rv-stepper-button-disabled-color)}.rv-stepper__minus{border-radius:var(--rv-stepper-border-radius) 0 0 var(--rv-stepper-border-radius)}.rv-stepper__minus:after{display:none}.rv-stepper__plus{border-radius:0 var(--rv-stepper-border-radius) var(--rv-stepper-border-radius) 0}.rv-stepper__input{box-sizing:border-box;width:var(--rv-stepper-input-width);height:var(--rv-stepper-input-height);margin:0 2px;padding:0;color:var(--rv-stepper-input-text-color);font-size:var(--rv-stepper-input-font-size);line-height:var(--rv-stepper-input-line-height);text-align:center;vertical-align:middle;background-color:var(--rv-stepper-background-color);border:0;border-width:1px 0;border-radius:0;-webkit-appearance:none}.rv-stepper__input:disabled{color:var(--rv-stepper-input-disabled-text-color);background-color:var(--rv-stepper-input-disabled-background-color);-webkit-text-fill-color:var(--rv-stepper-input-disabled-text-color);opacity:1}.rv-stepper__input:read-only{cursor:default}.rv-stepper--round .rv-stepper__input{background-color:transparent}.rv-stepper--round .rv-stepper__plus,.rv-stepper--round .rv-stepper__minus{border-radius:100%}.rv-stepper--round .rv-stepper__plus:active,.rv-stepper--round .rv-stepper__minus:active{opacity:var(--rv-active-opacity)}.rv-stepper--round .rv-stepper__plus--disabled,.rv-stepper--round .rv-stepper__minus--disabled,.rv-stepper--round .rv-stepper__plus--disabled:active,.rv-stepper--round .rv-stepper__minus--disabled:active{opacity:.3}.rv-stepper--round .rv-stepper__plus{color:var(--rv-white);background-color:var(--rv-stepper-button-round-theme-color)}.rv-stepper--round .rv-stepper__minus{color:var(--rv-stepper-button-round-theme-color);background-color:var(--rv-white);border:1px solid var(--rv-stepper-button-round-theme-color)}
