.checkbox{display:flex;align-items:center;margin-bottom:20px;gap:8px;color:rgba(255,255,255,.9)}@media(max-width:767px){.checkbox{margin-bottom:0}}.checkbox span{cursor:pointer;text-decoration:underline}.checkbox__input{-webkit-appearance:none;appearance:none;width:20px;min-width:20px;height:20px;cursor:pointer;background:rgba(255,255,255,.16);border-radius:4px}.checkbox__input:checked{border:6px solid #fad604;background:#0a0c10}.checkbox__input:disabled{background:rgba(255,255,255,.16);border:6px solid rgba(255,255,255,.16)}.checkbox__label{cursor:pointer;font-size:14px;color:rgba(255,255,255,.9)}@media(max-width:767px){.checkbox__label{color:rgba(255,255,255,.9);font-size:12px;font-weight:300;letter-spacing:.6px;padding-top:5px}}