.customCheckbox[data-v-18d68052]{display:flex;flex-direction:row;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;gap:6px;cursor:pointer}.customCheckbox__wrapper[data-v-18d68052]{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center}.customCheckbox__input[data-v-18d68052]{position:absolute;top:0;left:0;height:100%;width:100%;opacity:0;cursor:pointer}.customCheckbox__checkmark[data-v-18d68052]{position:relative;width:16px;height:16px;border-radius:4px;border:1px solid #bfbdbd;background-color:#fff;transition:background-color .3s ease}.customCheckbox__checkmark[data-v-18d68052]:after{content:"";position:absolute;display:none;top:-3px;bottom:0;left:0;right:0;margin:auto;width:4px;height:7.5px;border:solid #fff;border-width:0 1.7px 1.7px 0;transform:rotate(30deg)}.customCheckbox__input:checked+.customCheckbox__checkmark[data-v-18d68052]{background-color:#bd0909;border-color:#bd0909}.customCheckbox__input:checked+.customCheckbox__checkmark[data-v-18d68052]:after{display:block}.customCheckbox__label[data-v-18d68052]{font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radioButton{display:flex;align-items:center;gap:11px}.radioButton__input{width:18px;height:18px;border-radius:50%;border:1px solid #c4c4c4;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#fff;transition:all .2s ease}.radioButton__input:checked{border:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Crect x='2.5' y='2.5' width='13' height='13' rx='6.5' stroke='%23BD0909' stroke-width='5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:contain}.radioButton__input:disabled{border-color:#ccc;background-color:#f5f5f5;cursor:not-allowed}.radioButton__label{color:#3d3d3d;text-align:center;font-size:16px;font-family:InterDisplay-Regular;font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.radioButton__label--selected{font-family:InterDisplay-Medium}.radioButton__input:disabled+.radioButton__label{color:#ccc;cursor:not-allowed}.platformType[data-v-fda0d2ae]{border:0;margin:0;padding:0}.platformType__legend[data-v-fda0d2ae]{margin-bottom:8px;color:#3d3d3d;font-size:14px;font-weight:500}.platformType__group[data-v-fda0d2ae]{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.userLocation{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;gap:15px}.userLocation .customCheckbox{font-weight:700}.userLocation .customCheckbox--RoaAgency{color:#ff36ab}.userLocation__title{font-weight:lighter;font-size:24px}.userLocation__contentInput{width:100%}.userLocation__contentRow{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;flex-wrap:wrap}.userLocation__input{width:100%;height:40px;border:1px solid #d8d8d8;border-radius:6px;padding:5px}.userLocation__input:focus{outline:none}.userLocation__containerCol{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));width:100%;gap:15px}.userLocation__error{display:none;margin-top:-10px;font-weight:600;font-size:.8em;color:#bd0909}