:root{--primary-color: #232223;--background-color: white;--text-color: #232223;--hover-background-color: #232223;--hover-text-color: white;--focus-box-shadow-color: #254cc2}.container-survey{display:flex;flex-direction:row;justify-content:space-around;width:100%}.answer{flex:1;text-align:center;padding:0;box-sizing:border-box}.radio-button-survey{flex:1 1 100%;min-width:0;display:flex;align-items:center;justify-content:center}@media(min-width:640px){.radio-button-survey{flex:1 1 calc(50% - 1rem)}}@media(min-width:1024px){.radio-button-survey{flex:1 1 calc(25% - 1rem)}}.radio-button-survey-label{display:flex;align-items:center;justify-content:center;padding:1rem;border:2px solid var(--primary-color);background-color:var(--background-color);color:var(--text-color);cursor:pointer;transition:background-color .3s,color .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;width:100%}.radio-button-survey-label:hover{background-color:var(--hover-background-color);color:var(--hover-text-color)}.hidden:checked+.radio-button-survey-label{background-color:var(--hover-background-color);color:var(--hover-text-color);border-color:var(--primary-color)}.hidden:focus+.radio-button-survey-label{box-shadow:0 0 0 3px var(--focus-box-shadow-color);outline:1px solid var(--focus-box-shadow-color)}.fraud-backdrop[data-astro-cid-6rs2tqn2]{background-color:#000000bf}
