@font-face{font-family:PIXY;src:url(../../../fonts/PIXY.ttf)}@font-face{font-family:Technology;src:url(../../../fonts/Technology.ttf)}@font-face{font-family:Unbounded;font-weight:300;font-style:normal;src:url(../../../fonts/UnboundedLight.ttf)}@font-face{font-family:Unbounded;font-weight:400;font-style:normal;src:url(../../../fonts/UnboundedRegular.ttf)}@font-face{font-family:Unbounded;font-weight:500;font-style:normal;src:url(../../../fonts/UnboundedMedium.ttf)}@font-face{font-family:Unbounded;font-weight:700;font-style:normal;src:url(../../../fonts/UnboundedBold.ttf)}@font-face{font-family:Unbounded;font-weight:800;font-style:normal;src:url(../../../fonts/UnboundedBlack.ttf)}.checkbox-input-group__row{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.checkbox-input-group__form{font-size:16px;font-weight:400;line-height:20.48px;font-family:Nunito sans;color:inherit;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:700}.checkbox-input-group__form[aria-disabled=true]{color:#efefef66;cursor:not-allowed}.checkbox-input-group__control{margin:0;padding:0;border:1px solid rgba(239,239,239,.4);width:24px;height:24px;max-width:24px;max-height:24px;min-width:24px;min-height:24px;background:#efefef1a;-moz-appearance:none;appearance:none;-webkit-appearance:none;border-radius:4px;place-content:center;cursor:pointer}.checkbox-input-group__control:before{content:"";width:8px;height:8px;border-radius:2px;transform:scale(0);display:block;margin:auto;transition:transform .12s ease-in-out,background .12s ease}.checkbox-input-group__control:not(:disabled):hover:before{background:#efefef66;transform:scale(1)}.checkbox-input-group__control:not(:disabled):checked:before{background:#e9ed28;transform:scale(1)}.checkbox-input-group__control:disabled{background:#efefef1a;border:none;cursor:not-allowed}