.sg-promoNumber{border-radius:var(--border-radius_3xs);width:100%;height:100%;position:relative;overflow:hidden}.sg-promoNumber_default{color:var(--background-color)}.sg-promoNumber_unaccented{color:var(--unaccented_background-color)}.sg-promoNumber:before{content:"";top:calc((100% - var(--offset_m))/2);width:var(--offset_m);height:var(--offset_m);left:calc(-1*(var(--offset_m)/2));border-radius:100%;position:absolute;box-shadow:0 0 0 50px}.sg-promoNumber:after{content:"";top:calc((100% - var(--offset_m))/2);width:var(--offset_m);height:var(--offset_m);right:calc(-1*(var(--offset_m)/2));border-radius:100%;position:absolute;box-shadow:0 0 0 50px}.sg-promoNumber-text{z-index:1;color:var(--text-color);height:100%}.sg-promoNumber-text_narrow{margin:0 var(--offset_l);min-width:100px;line-height:45px}.sg-promoNumber-text_full{margin:0 calc(var(--offset_m)/2 + var(--offset_2xs));min-width:0}.sg-promoNumber-text_code{margin:auto}.sg-promoNumber-top{height:100%;min-height:0}