.radio-label{cursor:pointer;margin:16px 0}.radio-label:last-child{margin-bottom:0}.radio-input{padding:0;margin:0;width:0;height:auto;visibility:hidden}.radio-input:checked+.custom-radio:after{opacity:1}@media (min-width:768px){.radio-input:hover:not(:checked)+.custom-radio:after{opacity:1;border-color:var(--purple-border-dark)}}.custom-radio{left:0;top:6px;cursor:pointer;width:20px;height:20px;border:2px solid var(--blue-dark);border-radius:50%;display:inline-block;position:relative;aspect-ratio:1}.custom-radio:after{content:"";width:6px;height:12px;position:absolute;border-right:2px solid var(--blue-dark);border-bottom:2px solid var(--blue-dark);top:50%;left:50%;transform:translate(-50%,-60%) rotate(45deg);opacity:0;transition:opacity .2s;background-color:initial!important}.radio-text{font-family:var(--fonts-body);font-size:16px;font-weight:400;line-height:24px;margin:4px 0 0 10px}