@import url("//fonts.googleapis.com/css?family=Poppins:500,600,800&display=swap");.badges,.badges *{font-family:'Poppins', sans-serif;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.badge__big{width:175px;gap:5px;border-radius:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;position:relative;color:#fff;flex-wrap:wrap;align-items:center;text-align:center;justify-content:center;padding:10px}.badge__big-top,.badge__big-bottom{width:100%;flex:0 0 100%;line-height:1;font-size:1.5rem;font-weight:500}.badge__big-attention{font-weight:800;font-size:2rem}.badge__big-mid{font-size:20px;align-items:center;line-height:1;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}@media (min-width: 768px){.badge__big-mid{font-size:30px}}.badge__big-number{font-size:25px;font-weight:800;line-height:1}@media (min-width: 768px){.badge__big-number{font-size:40px}}.badge__small{background:#FCD157;color:#231F20;font-size:10px;width:80px;height:80px;border-radius:50%;position:absolute;right:0;top:50%;transform:translate(65%, -80%);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:center;text-align:center;justify-content:center;padding:9px;line-height:1.1;font-weight:500}.badge__small a{color:#231F20;text-decoration:none}