.form-checkbox{align-items:center;-moz-column-gap:8px;column-gap:8px;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:4px}.form-checkbox .checkbox-container{align-items:center;cursor:pointer;display:flex}.form-checkbox .checkbox-container input{height:0;opacity:0;position:absolute;width:0}.form-checkbox .checkbox-container input:checked~.checkmark{background:var(--primary-button-color-1);box-shadow:0 0 7.5px 0 var(--primary-button-color-1)}.form-checkbox .checkbox-container input:checked~.checkmark:after{height:8px;transform:translate(-50%,-50%) scale(1);width:8px}@media only screen and (min-width:550px){.form-checkbox .checkbox-container input:checked~.checkmark:after{height:10px;width:10px}}.form-checkbox .checkbox-container .checkmark{background:#fff;border-radius:6px;cursor:pointer;height:16px;position:relative;transition:all .2s ease;width:16px}.form-checkbox .checkbox-container .checkmark:after{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACTSURBVHgB7ZNRDYAgEIb/CEYwkg00gg2MYgQjGMEIRjDCeQweGFMB79ic+m33wuD7HgDg55UQUWUGJWBxy7ORpYcmTu6zQYsDuWGFBmdynhpSniHnhY6nQQY58tHbMKjK3eaQQU3uDsypEbpzoWS/9RKLkOS1xCKk8RQvIpNYnhCRyxMjMnkkoiMPInMReRCq8Wl2kWNMBnfODkMAAAAASUVORK5CYII=) no-repeat 50%;background-size:contain;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(.5);transition:all .2s ease;width:0}@media only screen and (min-width:550px){.form-checkbox .checkbox-container .checkmark{height:18px;width:18px}}.form-checkbox .checkbox-container label{cursor:pointer;padding-left:7px}.form-checkbox .checkbox-container label span{white-space:normal}@media only screen and (min-width:550px){.form-checkbox .checkbox-container label{padding-left:9px}}
