.section-wheel-roulette .wheel-roulette-wrapper{width:100%}.section-wheel-roulette .wheel-roulette__component{display:block;width:100%}.section-wheel-roulette .wheel-roulette__container{position:relative;width:100%;height:100%;max-width:var(--wheel-size-desktop);max-height:var(--wheel-size-desktop);margin:0 auto}.section-wheel-roulette .wheel-svg{width:100%;height:100%;display:block}.section-wheel-roulette .wheel-svg__outer,.section-wheel-roulette .wheel-svg__inner{fill:none;stroke:#fff;stroke-width:2}.section-wheel-roulette .wheel-svg__sep{stroke:#fff;stroke-width:2;stroke-linecap:square}.section-wheel-roulette .wheel-svg__label{fill:#fff;font-size:26px;letter-spacing:.02em}.section-wheel-roulette .wheel-svg__slice{fill:rgba(0,0,0,0)}.section-wheel-roulette .wheel-svg__slice.is-active{fill:#374197;stroke-width:2}.section-wheel-roulette .wheel-svg__label textPath{dominant-baseline:middle;dy:-0.35em}.section-wheel-roulette .wheel-roulette__center{position:absolute;inset:calc(var(--wheel-ring-thickness) + 12px);border-radius:50%;display:grid;place-items:center;text-align:center;padding:18px;pointer-events:none;top:50%;left:50%;transform:translate(-50%, -50%);width:80%;max-width:500px;height:100%}.section-wheel-roulette .wheel-roulette__center-inner{max-width:80%}.section-wheel-roulette .wheel-roulette__center-title{color:#fff;font-size:24px;margin-bottom:10px}.section-wheel-roulette .wheel-roulette__center-body{color:#fff;font-size:20px}@media only screen and (max-width: 768px){.section-wheel-roulette .wheel-roulette__container{max-width:var(--wheel-size-mobile);max-height:var(--wheel-size-mobile)}.section-wheel-roulette .wheel-roulette__center-title,.section-wheel-roulette .wheel-roulette__center-body{font-size:11px}.section-wheel-roulette .wheel-svg__label{font-size:36px}.section-wheel-roulette .wheel-svg__label tspan{dominant-baseline:middle}}