@charset "UTF-8";
/*! © JetSloth — SPDX-License-Identifier: GPL-2.0-or-later */
@media only screen and (max-width: 736px) and (min-width: 481px) {
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_2col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_2col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_3col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_3col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_4col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_4col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_5col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_5col .gfield_radio {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (max-width: 480px) {
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_2col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_2col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_3col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_3col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_4col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_4col .gfield_radio,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_5col .gfield_checkbox,
  .gform_wrapper:not(.gform_variation_wrapper):not(.gform_legacy_markup_wrapper) .image-choices-field.gf_list_5col .gfield_radio {
    display: grid;
    grid-template-columns: repeat(1, 100%);
  }
}