.container-landing{width:100%;height:max-content;display:flex;flex-direction:column;align-items:center}.container-landing .content-landing{width:100%;max-width:var(--max-width);height:auto;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;color:var(--eleven);gap:30px;padding:20px 20px 40px}.container-landing .content-landing .games{width:100%;height:auto;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:20px;background:var(--clr-light-a0);color:var(--clr-dark-a10)}.container-landing .content-landing .games .game{flex:1 1;height:auto;display:flex;flex-direction:column}.container-landing .content-landing .games .game .head{width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#f4f4f4;border:1px solid #d2cdcd;padding:15px}.container-landing .content-landing .games .game .head h1{min-width:max-content;font-size:18px;font-weight:500;line-height:24px;text-align:center;color:var(--clr-dark-a10)}.container-landing .content-landing .games .game .head h1 strong{font-weight:600;color:var(--four)}.container-landing .content-landing .games .game .balls{width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:35px;padding:30px 20px;background:var(--clr-light-a0);border:1px solid #d2cdcd}.container-landing .content-landing .games .game .balls .balls-row{display:grid;min-width:150px;grid-template-columns:repeat(3,1fr);grid-gap:12.5px;gap:12.5px;width:max-content}.container-landing .content-landing .games .game .balls .balls-row .ball{width:50px;height:50px;background:var(--green-light);color:white;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px;box-shadow:0 2px 6px rgba(0,0,0,.25)}.container-landing .content-landing .games .game .balls .balls-row .ball.win{background:var(--win)}.container-landing .content-landing .games .game .balls .balls-row .ball.loss{background:var(--loss)}.container-landing .content-landing .notices{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:15px}.container-landing .content-landing .notices .time{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;background:var(--green-light)}.container-landing .content-landing .notices .time .head{width:100%;height:auto;padding:12px;background:var(--green)}.container-landing .content-landing .notices .time .head h1{font-size:18px;font-weight:600;line-height:24px}.container-landing .content-landing .notices .time .clock{width:100%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:25px;padding:50px 25px}.container-landing .content-landing .notices .time .clock div{max-width:max-content;height:auto;display:flex;align-items:flex-end;justify-content:center;gap:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.container-landing .content-landing .notices .time .clock div h1{font-size:34px;font-weight:700;margin:0;line-height:30px}.container-landing .content-landing .notices .time .clock div p{font-size:18px;font-weight:700;line-height:18px;text-transform:uppercase}.container-landing .content-landing .notices .balls{width:80%;height:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:15px;padding:0 25px;margin:0 0 40px}.container-landing .content-landing .notices .balls .ball{width:50px;height:50px;background:var(--clr-light-a0);color:var(--green);border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px;box-shadow:0 2px 6px rgba(0,0,0,.25)}.container-landing .content-landing .notices .informations{width:100%;height:auto;display:flex;flex-direction:column;align-items:center;gap:5px;margin:0}.container-landing .content-landing .notices .informations p{font-size:20px;font-weight:500}.container-landing .content-landing .notices .informations p strong{font-size:18px;font-weight:600}.container-landing .content-landing .notices button{width:max-content;height:auto;padding:12.5px 17.5px;background:var(--green);color:var(--clr-light-a0);border:1px solid var(--green-light);font-size:16px;font-weight:500;cursor:pointer;margin:25px 0;transition:all .2s ease-in-out}.container-landing .content-landing .notices button:focus,.container-landing .content-landing .notices button:hover{background:var(--eight);color:var(--one)}