[
  {
    "label": "Colors",
    "name": "colors",
    "type": "group",
    "children": [
      {
        "label": "Primary",
        "name": "primary",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "alternate_names": [
          "primary_color"
        ],
        "display_width": null,
        "locked": false,
        "required": false,
        "default": {
          "color": "#00C6AB"
        }
      },
      {
        "label": "Secondary",
        "name": "secondary",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "alternate_names": [
          "secondary_color"
        ],
        "display_width": null,
        "locked": false,
        "required": false,
        "default": {
          "color": "#FFF9E3"
        }
      },
      {
        "label": "Body background color",
        "name": "body_bg",
        "type": "color",
        "visibility": {
          "hidden_subfields": {
            "opacity": true
          }
        },
        "display_width": null,
        "locked": false,
        "required": false,
        "default": {
          "color": "#FFFFFF"
        }
      }
    ],
    "display_width": null,
    "expanded": false,
    "group_occurrence_meta": null,
    "locked": false,
    "required": false,
    "tab": "CONTENT"
  },
  {
    "label": "Fonts",
    "name": "fonts",
    "type": "group",
    "children": [
      {
        "label": "Primary",
        "name": "primary",
        "type": "font",
        "visibility": {
          "hidden_subfields": {
            "bold": true,
            "italic": true,
            "size": true,
            "underline": true
          }
        },
        "alternate_names": [
          "body_font"
        ],
        "display_width": null,
        "load_external_fonts": true,
        "locked": false,
        "required": false,
        "default": {
          "color": "#000000",
          "fallback": "sans-serif",
          "font": "Noto Sans",
          "font_set": "GOOGLE",
          "variant": "regular",
          "styles": {}
        }
      },
      {
        "label": "Secondary",
        "name": "secondary",
        "type": "font",
        "visibility": {
          "hidden_subfields": {
            "bold": true,
            "italic": true,
            "size": true,
            "underline": true
          }
        },
        "alternate_names": [
          "heading_font"
        ],
        "display_width": null,
        "load_external_fonts": true,
        "locked": false,
        "required": false,
        "default": {
          "color": "#00326D",
          "fallback": "sans-serif",
          "font": "Noto Sans",
          "font_set": "GOOGLE",
          "variant": "700",
          "styles": {}
        }
      }
    ],
    "display_width": null,
    "expanded": false,
    "group_occurrence_meta": null,
    "locked": false,
    "required": false,
    "tab": "CONTENT",
    "default": {
      "primary": {
        "color": "#000000",
        "fallback": "sans-serif",
        "font": "Noto Sans",
        "font_set": "GOOGLE",
        "variant": "regular",
        "styles": {}
      },
      "secondary": {
        "color": "#00326D",
        "fallback": "sans-serif",
        "font": "Noto Sans",
        "font_set": "GOOGLE",
        "variant": "700",
        "styles": {}
      }
    }
  },
  {
    "label": "Spacing",
    "name": "spacing",
    "type": "group",
    "children": [
      {
        "label": "Maximum content width",
        "name": "content_width",
        "type": "number",
        "help_text": "Value is in pixels",
        "display": "slider",
        "display_width": null,
        "locked": false,
        "max": 1400,
        "min": 700,
        "required": false,
        "step": 10,
        "default": 1130
      },
      {
        "label": "Vertical spacing",
        "name": "vertical_spacing",
        "type": "number",
        "help_text": "Value is in pixels",
        "display": "slider",
        "display_width": null,
        "locked": false,
        "max": 200,
        "min": 20,
        "required": false,
        "step": 5,
        "default": 45
      }
    ],
    "display_width": null,
    "expanded": false,
    "group_occurrence_meta": null,
    "locked": false,
    "required": false,
    "tab": "CONTENT",
    "default": {
      "content_width": 1130,
      "vertical_spacing": 45
    }
  },
  {
    "label": "More settings",
    "name": "global",
    "type": "group",
    "children": [
      {
        "label": "Typography",
        "name": "typography",
        "type": "group",
        "children": [
          {
            "label": "Headings",
            "name": "headings",
            "type": "group",
            "children": [
              {
                "label": "Show controls for each heading level",
                "name": "heading_toggle",
                "id": "theme.global.typography.headings.heading_toggle",
                "type": "boolean",
                "display": "checkbox",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": true
              },
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "visibility": {
                  "controlling_field": "theme.global.typography.headings.heading_toggle",
                  "controlling_value_regex": "false",
                  "hidden_subfields": {
                    "size": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set",
                    "variant": "theme.fonts.secondary.variant"
                  }
                },
                "default": {
                  "font": null,
                  "font_set": "DEFAULT",
                  "styles": null,
                  "size": null,
                  "size_unit": null,
                  "color": null,
                  "variant": null,
                  "fallback": null,
                  "style": null
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "visibility": {
                  "controlling_field": "theme.global.typography.headings.heading_toggle",
                  "controlling_value_regex": "false"
                },
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Heading one (H1)",
            "name": "h1",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set",
                    "variant": "theme.fonts.secondary.variant"
                  }
                },
                "default": {
                  "size": 44,
                  "size_unit": "px",
                  "color": "#00326D",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "700"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "capitalize"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 0
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 44,
                "size_unit": "px",
                "color": "#00326D",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "700"
              },
              "text_transform": "capitalize"
            }
          },
          {
            "label": "Heading two (H2)",
            "name": "h2",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set",
                    "variant": "theme.fonts.secondary.variant"
                  }
                },
                "default": {
                  "size": 36,
                  "size_unit": "px",
                  "color": "#00326D",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "600"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "capitalize"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 0
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 36,
                "size_unit": "px",
                "color": "#00326D",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "600"
              },
              "text_transform": "capitalize"
            }
          },
          {
            "label": "Heading three (H3)",
            "name": "h3",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set",
                    "variant": "theme.fonts.secondary.variant"
                  }
                },
                "default": {
                  "size": 30,
                  "size_unit": "px",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 0
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 30,
                "size_unit": "px",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          },
          {
            "label": "Heading four (H4)",
            "name": "h4",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set"
                  }
                },
                "default": {
                  "size": 24,
                  "size_unit": "px",
                  "variant": "300",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 1.18
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 24,
                "size_unit": "px",
                "variant": "300",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE"
              }
            }
          },
          {
            "label": "Heading five (H5)",
            "name": "h5",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set"
                  }
                },
                "default": {
                  "size": 18,
                  "size_unit": "px",
                  "variant": "800",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 1.18
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 18,
                "size_unit": "px",
                "variant": "800",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE"
              }
            }
          },
          {
            "label": "Heading six (H6)",
            "name": "h6",
            "type": "group",
            "visibility": {
              "controlling_field": "theme.global.typography.headings.heading_toggle",
              "controlling_value_regex": "true"
            },
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.secondary.color",
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set",
                    "variant": "theme.fonts.secondary.variant"
                  }
                },
                "default": {
                  "size": 14,
                  "size_unit": "px",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "700"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Letter spacing",
                "name": "letter_spacing",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 20,
                "min": 0,
                "required": false,
                "step": 0.1,
                "default": 1.06
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 14,
                "size_unit": "px",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "700"
              }
            }
          },
          {
            "label": "Body",
            "name": "body_font",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "bold": true,
                    "italic": true,
                    "underline": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.primary.color",
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set",
                    "variant": "theme.fonts.primary.variant"
                  }
                },
                "default": {
                  "size": 14,
                  "size_unit": "px",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "size": 14,
                "size_unit": "px",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          },
          {
            "label": "Links",
            "name": "links",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "size": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.primary.color",
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set",
                    "variant": "theme.fonts.primary.variant"
                  }
                },
                "default": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": null,
                  "size": null,
                  "size_unit": null,
                  "color": "#00aa7e",
                  "variant": "regular",
                  "fallback": "sans-serif",
                  "style": null
                }
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "size": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set",
                    "variant": "theme.fonts.primary.variant"
                  }
                },
                "default": {
                  "color": "#9fa1a4",
                  "styles": {
                    "text-decoration": "underline"
                  },
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": null,
                "size": null,
                "size_unit": null,
                "color": "#00aa7e",
                "variant": "regular",
                "fallback": "sans-serif",
                "style": null
              },
              "hover": {
                "color": "#9fa1a4",
                "styles": {
                  "text-decoration": "underline"
                },
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "h1": {
            "font": {
              "size": 44,
              "size_unit": "px",
              "color": "#00326D",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "700"
            },
            "text_transform": "capitalize"
          },
          "h2": {
            "font": {
              "size": 36,
              "size_unit": "px",
              "color": "#00326D",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "600"
            },
            "text_transform": "capitalize"
          },
          "h3": {
            "font": {
              "size": 30,
              "size_unit": "px",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          },
          "h4": {
            "font": {
              "size": 24,
              "size_unit": "px",
              "variant": "300",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE"
            }
          },
          "h5": {
            "font": {
              "size": 18,
              "size_unit": "px",
              "variant": "800",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE"
            }
          },
          "h6": {
            "font": {
              "size": 14,
              "size_unit": "px",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "700"
            }
          },
          "body_font": {
            "font": {
              "size": 14,
              "size_unit": "px",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          },
          "links": {
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": null,
              "size": null,
              "size_unit": null,
              "color": "#00aa7e",
              "variant": "regular",
              "fallback": "sans-serif",
              "style": null
            },
            "hover": {
              "color": "#9fa1a4",
              "styles": {
                "text-decoration": "underline"
              },
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          }
        }
      },
      {
        "label": "Buttons",
        "name": "buttons",
        "type": "group",
        "children": [
          {
            "label": "Size",
            "name": "size",
            "type": "group",
            "children": [
              {
                "label": "Small",
                "name": "small",
                "type": "group",
                "children": [
                  {
                    "label": "Font size",
                    "name": "font_size",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Vertical spacing",
                    "name": "vertical_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Horizontal spacing",
                    "name": "horizontal_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 44
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font_size": 16,
                  "vertical_spacing": 16
                }
              },
              {
                "label": "Regular",
                "name": "regular",
                "type": "group",
                "children": [
                  {
                    "label": "Font size",
                    "name": "font_size",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Vertical spacing",
                    "name": "vertical_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Horizontal spacing",
                    "name": "horizontal_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 16
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "vertical_spacing": 16,
                  "horizontal_spacing": 16
                }
              },
              {
                "label": "Large",
                "name": "large",
                "type": "group",
                "children": [
                  {
                    "label": "Font size",
                    "name": "font_size",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Vertical spacing",
                    "name": "vertical_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 16
                  },
                  {
                    "label": "Horizontal spacing",
                    "name": "horizontal_spacing",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 200,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 16
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font_size": 16,
                  "vertical_spacing": 16,
                  "horizontal_spacing": 16
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "small": {
                "font_size": 16,
                "vertical_spacing": 16
              },
              "regular": {
                "vertical_spacing": 16,
                "horizontal_spacing": 16
              },
              "large": {
                "font_size": 16,
                "vertical_spacing": 16,
                "horizontal_spacing": 16
              }
            }
          },
          {
            "label": "Primary",
            "name": "primary",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "size": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.fonts.secondary.fallback",
                    "font": "theme.fonts.secondary.font",
                    "font_set": "theme.fonts.secondary.font_set"
                  }
                },
                "default": {
                  "color": "#FFFFFF",
                  "variant": "regular",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "uppercase"
              },
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.primary.color"
                  }
                },
                "default": {
                  "color": "#00aa7e",
                  "opacity": 100
                }
              },
              {
                "label": "Border",
                "name": "border",
                "type": "group",
                "children": [
                  {
                    "label": "Style",
                    "name": "style",
                    "id": "theme.global.buttons.primary.border.style",
                    "type": "choice",
                    "choices": [
                      [
                        "none",
                        "None"
                      ],
                      [
                        "solid",
                        "Solid"
                      ],
                      [
                        "dotted",
                        "Dotted"
                      ],
                      [
                        "dashed",
                        "Dashed"
                      ],
                      [
                        "double",
                        "Double"
                      ],
                      [
                        "groove",
                        "Groove"
                      ],
                      [
                        "ridge",
                        "Ridge"
                      ],
                      [
                        "inset",
                        "Inset"
                      ],
                      [
                        "outset",
                        "Outset"
                      ]
                    ],
                    "display": "select",
                    "display_width": null,
                    "locked": false,
                    "multiple": false,
                    "preset": null,
                    "reordering_enabled": true,
                    "required": false,
                    "default": "solid"
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.primary.border.style",
                      "controlling_value_regex": "none",
                      "operator": "NOT_EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 1
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.primary.border.style",
                      "controlling_value_regex": "none",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "NOT_EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.buttons.primary.bg_color.color"
                      }
                    },
                    "default": {
                      "color": null,
                      "opacity": null,
                      "rgba": null,
                      "rgb": null,
                      "hex": null
                    }
                  },
                  {
                    "label": "Corner radius",
                    "name": "corner_radius",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 50,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 0
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "width": 1,
                  "corner_radius": 0
                }
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.buttons.primary.font.color",
                        "fallback": "theme.global.buttons.primary.font.fallback",
                        "font": "theme.global.buttons.primary.font.font",
                        "font_set": "theme.global.buttons.primary.font.font_set",
                        "styles": "theme.global.buttons.primary.font.styles",
                        "variant": "theme.global.buttons.primary.font.variant"
                      }
                    },
                    "default": {
                      "font": null,
                      "font_set": "DEFAULT",
                      "styles": null,
                      "size": null,
                      "size_unit": null,
                      "color": null,
                      "variant": null,
                      "fallback": null,
                      "style": null
                    }
                  },
                  {
                    "label": "Background color",
                    "name": "bg_color",
                    "type": "color",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "default": {
                      "color": "#9fa1a4",
                      "opacity": 100
                    }
                  },
                  {
                    "label": "Border",
                    "name": "border",
                    "type": "group",
                    "children": [
                      {
                        "label": "Style",
                        "name": "style",
                        "id": "theme.global.buttons.primary.hover.border.style",
                        "type": "choice",
                        "choices": [
                          [
                            "none",
                            "None"
                          ],
                          [
                            "solid",
                            "Solid"
                          ],
                          [
                            "dotted",
                            "Dotted"
                          ],
                          [
                            "dashed",
                            "Dashed"
                          ],
                          [
                            "double",
                            "Double"
                          ],
                          [
                            "groove",
                            "Groove"
                          ],
                          [
                            "ridge",
                            "Ridge"
                          ],
                          [
                            "inset",
                            "Inset"
                          ],
                          [
                            "outset",
                            "Outset"
                          ]
                        ],
                        "display": "select",
                        "display_width": null,
                        "locked": false,
                        "multiple": false,
                        "preset": null,
                        "reordering_enabled": true,
                        "required": false,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.primary.border.style"
                        }
                      },
                      {
                        "label": "Width",
                        "name": "width",
                        "type": "number",
                        "help_text": "Value is in pixels",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.primary.hover.border.style",
                          "controlling_value_regex": "none",
                          "operator": "NOT_EQUAL"
                        },
                        "display": "slider",
                        "display_width": null,
                        "locked": false,
                        "max": 100,
                        "min": 1,
                        "required": false,
                        "step": 1,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.primary.border.width"
                        }
                      },
                      {
                        "label": "Color",
                        "name": "color",
                        "type": "color",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.primary.hover.border.style",
                          "controlling_value_regex": "none",
                          "hidden_subfields": {
                            "opacity": true
                          },
                          "operator": "NOT_EQUAL"
                        },
                        "display_width": null,
                        "locked": false,
                        "required": false,
                        "inherited_value": {
                          "property_value_paths": {
                            "color": "theme.global.buttons.primary.hover.bg_color.color"
                          }
                        },
                        "default": {
                          "color": null,
                          "opacity": null,
                          "rgba": null,
                          "rgb": null,
                          "hex": null
                        }
                      }
                    ],
                    "display_width": null,
                    "expanded": false,
                    "group_occurrence_meta": null,
                    "locked": false,
                    "required": false,
                    "tab": "CONTENT"
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "bg_color": {
                    "color": "#9fa1a4",
                    "opacity": 100
                  }
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "color": "#FFFFFF",
                "variant": "regular",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE"
              },
              "text_transform": "uppercase",
              "bg_color": {
                "color": "#00aa7e",
                "opacity": 100
              },
              "border": {
                "width": 1,
                "corner_radius": 0
              },
              "hover": {
                "bg_color": {
                  "color": "#9fa1a4",
                  "opacity": 100
                }
              }
            }
          },
          {
            "label": "Secondary",
            "name": "secondary",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "size": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.primary.color",
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set"
                  }
                },
                "default": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": null,
                  "size": null,
                  "size_unit": null,
                  "color": "#00aa7e",
                  "variant": null,
                  "fallback": "sans-serif",
                  "style": null
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "uppercase"
              },
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.body_bg.color"
                  }
                },
                "default": {
                  "opacity": 0
                }
              },
              {
                "label": "Border",
                "name": "border",
                "type": "group",
                "children": [
                  {
                    "label": "Style",
                    "name": "style",
                    "id": "theme.global.buttons.secondary.border.style",
                    "type": "choice",
                    "choices": [
                      [
                        "none",
                        "None"
                      ],
                      [
                        "solid",
                        "Solid"
                      ],
                      [
                        "dotted",
                        "Dotted"
                      ],
                      [
                        "dashed",
                        "Dashed"
                      ],
                      [
                        "double",
                        "Double"
                      ],
                      [
                        "groove",
                        "Groove"
                      ],
                      [
                        "ridge",
                        "Ridge"
                      ],
                      [
                        "inset",
                        "Inset"
                      ],
                      [
                        "outset",
                        "Outset"
                      ]
                    ],
                    "display": "select",
                    "display_width": null,
                    "locked": false,
                    "multiple": false,
                    "preset": null,
                    "reordering_enabled": true,
                    "required": false,
                    "default": "solid"
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.secondary.border.style",
                      "controlling_value_regex": "none",
                      "operator": "NOT_EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 1
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.secondary.border.style",
                      "controlling_value_regex": "none",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "NOT_EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.colors.primary.color"
                      }
                    },
                    "default": {
                      "color": "#00aa7e",
                      "opacity": 100
                    }
                  },
                  {
                    "label": "Corner radius",
                    "name": "corner_radius",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 50,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 0
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "corner_radius": 0,
                  "color": {
                    "color": "#00aa7e",
                    "opacity": 100
                  }
                }
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "fallback": "theme.global.buttons.primary.font.fallback",
                        "font": "theme.global.buttons.primary.font.font",
                        "font_set": "theme.global.buttons.primary.font.font_set",
                        "styles": "theme.global.buttons.primary.font.styles",
                        "variant": "theme.global.buttons.primary.font.variant"
                      }
                    },
                    "default": {
                      "color": "#9fa1a4",
                      "fallback": "sans-serif",
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "variant": "regular"
                    }
                  },
                  {
                    "label": "Background color",
                    "name": "bg_color",
                    "type": "color",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.buttons.secondary.bg_color.color",
                        "opacity": "theme.global.buttons.secondary.bg_color.opacity"
                      }
                    },
                    "default": {
                      "color": null,
                      "opacity": null,
                      "rgba": null,
                      "rgb": null,
                      "hex": null
                    }
                  },
                  {
                    "label": "Border",
                    "name": "border",
                    "type": "group",
                    "children": [
                      {
                        "label": "Style",
                        "name": "style",
                        "id": "theme.global.buttons.secondary.hover.border.style",
                        "type": "choice",
                        "choices": [
                          [
                            "none",
                            "None"
                          ],
                          [
                            "solid",
                            "Solid"
                          ],
                          [
                            "dotted",
                            "Dotted"
                          ],
                          [
                            "dashed",
                            "Dashed"
                          ],
                          [
                            "double",
                            "Double"
                          ],
                          [
                            "groove",
                            "Groove"
                          ],
                          [
                            "ridge",
                            "Ridge"
                          ],
                          [
                            "inset",
                            "Inset"
                          ],
                          [
                            "outset",
                            "Outset"
                          ]
                        ],
                        "display": "select",
                        "display_width": null,
                        "locked": false,
                        "multiple": false,
                        "preset": null,
                        "reordering_enabled": true,
                        "required": false,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.secondary.border.style"
                        }
                      },
                      {
                        "label": "Width",
                        "name": "width",
                        "type": "number",
                        "help_text": "Value is in pixels",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.secondary.hover.border.style",
                          "controlling_value_regex": "none",
                          "operator": "NOT_EQUAL"
                        },
                        "display": "slider",
                        "display_width": null,
                        "locked": false,
                        "max": 100,
                        "min": 1,
                        "required": false,
                        "step": 1,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.secondary.border.width"
                        }
                      },
                      {
                        "label": "Color",
                        "name": "color",
                        "type": "color",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.secondary.hover.border.style",
                          "controlling_value_regex": "none",
                          "hidden_subfields": {
                            "opacity": true
                          },
                          "operator": "NOT_EQUAL"
                        },
                        "display_width": null,
                        "locked": false,
                        "required": false,
                        "default": {
                          "color": "#009E83"
                        }
                      }
                    ],
                    "display_width": null,
                    "expanded": false,
                    "group_occurrence_meta": null,
                    "locked": false,
                    "required": false,
                    "tab": "CONTENT"
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "color": "#9fa1a4",
                    "fallback": "sans-serif",
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "variant": "regular"
                  }
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": null,
                "size": null,
                "size_unit": null,
                "color": "#00aa7e",
                "variant": null,
                "fallback": "sans-serif",
                "style": null
              },
              "text_transform": "uppercase",
              "border": {
                "corner_radius": 0,
                "color": {
                  "color": "#00aa7e",
                  "opacity": 100
                }
              },
              "hover": {
                "font": {
                  "color": "#9fa1a4",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              }
            }
          },
          {
            "label": "Simple",
            "name": "simple",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "size": true,
                    "underline": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.primary.color",
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set"
                  }
                },
                "default": {
                  "font": null,
                  "font_set": "DEFAULT",
                  "styles": null,
                  "size": null,
                  "size_unit": null,
                  "color": null,
                  "variant": null,
                  "fallback": null,
                  "style": null
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "capitalize"
              },
              {
                "label": "Underline",
                "name": "underline",
                "type": "group",
                "children": [
                  {
                    "label": "Add underline",
                    "name": "add_underline",
                    "id": "theme.global.buttons.simple.underline.add_underline",
                    "type": "boolean",
                    "display": "checkbox",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "default": false
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.simple.underline.add_underline",
                      "controlling_value_regex": "true",
                      "operator": "EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 1
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.buttons.simple.underline.add_underline",
                      "controlling_value_regex": "true",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.colors.body_bg.color"
                      }
                    },
                    "default": {
                      "color": null,
                      "opacity": null,
                      "rgba": null,
                      "rgb": null,
                      "hex": null
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true,
                        "underline": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "fallback": "theme.global.buttons.simple.font.fallback",
                        "font": "theme.global.buttons.simple.font.font",
                        "font_set": "theme.global.buttons.simple.font.font_set",
                        "styles": "theme.global.buttons.simple.font.styles",
                        "variant": "theme.global.buttons.simple.font.variant"
                      }
                    },
                    "default": {
                      "color": "#009E83"
                    }
                  },
                  {
                    "label": "Underline",
                    "name": "underline",
                    "type": "group",
                    "children": [
                      {
                        "label": "Add underline",
                        "name": "add_underline",
                        "id": "theme.global.buttons.simple.hover.underline.add_underline",
                        "type": "boolean",
                        "display": "checkbox",
                        "display_width": null,
                        "locked": false,
                        "required": false,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.simple.underline.add_underline"
                        },
                        "default": false
                      },
                      {
                        "label": "Width",
                        "name": "width",
                        "type": "number",
                        "help_text": "Value is in pixels",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.simple.hover.underline.add_underline",
                          "controlling_value_regex": "true",
                          "operator": "EQUAL"
                        },
                        "display": "slider",
                        "display_width": null,
                        "locked": false,
                        "max": 100,
                        "min": 1,
                        "required": false,
                        "step": 1,
                        "inherited_value": {
                          "default_value_path": "theme.global.buttons.simple.underline.width"
                        }
                      },
                      {
                        "label": "Color",
                        "name": "color",
                        "type": "color",
                        "visibility": {
                          "controlling_field": "theme.global.buttons.simple.hover.underline.add_underline",
                          "controlling_value_regex": "true",
                          "hidden_subfields": {
                            "opacity": true
                          },
                          "operator": "EQUAL"
                        },
                        "display_width": null,
                        "locked": false,
                        "required": false,
                        "inherited_value": {
                          "property_value_paths": {
                            "color": "theme.global.buttons.simple.underline.color.color"
                          }
                        },
                        "default": {
                          "color": null,
                          "opacity": null,
                          "rgba": null,
                          "rgb": null,
                          "hex": null
                        }
                      }
                    ],
                    "display_width": null,
                    "expanded": false,
                    "group_occurrence_meta": null,
                    "locked": false,
                    "required": false,
                    "tab": "CONTENT"
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "text_transform": "capitalize"
            }
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "size": {
            "small": {
              "font_size": 16,
              "vertical_spacing": 16
            },
            "regular": {
              "vertical_spacing": 16,
              "horizontal_spacing": 16
            },
            "large": {
              "font_size": 16,
              "vertical_spacing": 16,
              "horizontal_spacing": 16
            }
          },
          "primary": {
            "font": {
              "color": "#FFFFFF",
              "variant": "regular",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE"
            },
            "text_transform": "uppercase",
            "bg_color": {
              "color": "#00aa7e",
              "opacity": 100
            },
            "border": {
              "width": 1,
              "corner_radius": 0
            },
            "hover": {
              "bg_color": {
                "color": "#9fa1a4",
                "opacity": 100
              }
            }
          },
          "secondary": {
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": null,
              "size": null,
              "size_unit": null,
              "color": "#00aa7e",
              "variant": null,
              "fallback": "sans-serif",
              "style": null
            },
            "text_transform": "uppercase",
            "border": {
              "corner_radius": 0,
              "color": {
                "color": "#00aa7e",
                "opacity": 100
              }
            },
            "hover": {
              "font": {
                "color": "#9fa1a4",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          },
          "simple": {
            "text_transform": "capitalize"
          }
        }
      },
      {
        "label": "Forms",
        "name": "forms",
        "type": "group",
        "children": [
          {
            "label": "Title",
            "name": "title",
            "type": "group",
            "children": [
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#004b8d",
                  "opacity": 100
                }
              },
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.global.typography.h3.font.fallback",
                    "font": "theme.global.typography.h3.font.font",
                    "font_set": "theme.global.typography.h3.font.font_set",
                    "size": "theme.global.typography.h3.font.size",
                    "size_unit": "theme.global.typography.h3.font.size_unit",
                    "styles": "theme.global.typography.h3.font.styles",
                    "variant": "theme.global.typography.h3.font.variant"
                  }
                },
                "default": {
                  "color": "#004b8d",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "size": 21,
                  "size_unit": "px",
                  "variant": "600"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "capitalize"
              },
              {
                "label": "Padding",
                "name": "padding",
                "type": "group",
                "children": [
                  {
                    "label": "Top/Bottom",
                    "name": "vertical",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 15
                  },
                  {
                    "label": "Left/Right",
                    "name": "horizontal",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 15
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "vertical": 15,
                  "horizontal": 15
                }
              },
              {
                "label": "Border",
                "name": "border",
                "type": "group",
                "children": [
                  {
                    "label": "Style",
                    "name": "style",
                    "id": "theme.global.forms.title.border.style",
                    "type": "choice",
                    "choices": [
                      [
                        "none",
                        "None"
                      ],
                      [
                        "solid",
                        "Solid"
                      ],
                      [
                        "dotted",
                        "Dotted"
                      ],
                      [
                        "dashed",
                        "Dashed"
                      ],
                      [
                        "double",
                        "Double"
                      ],
                      [
                        "groove",
                        "Groove"
                      ],
                      [
                        "ridge",
                        "Ridge"
                      ],
                      [
                        "inset",
                        "Inset"
                      ],
                      [
                        "outset",
                        "Outset"
                      ]
                    ],
                    "display": "select",
                    "display_width": null,
                    "locked": false,
                    "multiple": false,
                    "preset": null,
                    "reordering_enabled": true,
                    "required": false,
                    "default": "solid"
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.forms.title.border.style",
                      "controlling_value_regex": "none",
                      "operator": "NOT_EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 1
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.forms.title.border.style",
                      "controlling_value_regex": "none",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "NOT_EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "default": {
                      "color": "#D0D0D0"
                    }
                  },
                  {
                    "label": "Corner radius",
                    "name": "corner_radius",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 50,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 0
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "corner_radius": 0,
                  "style": "solid"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "bg_color": {
                "color": "#004b8d",
                "opacity": 100
              },
              "font": {
                "color": "#004b8d",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "size": 21,
                "size_unit": "px",
                "variant": "600"
              },
              "text_transform": "capitalize",
              "padding": {
                "vertical": 15,
                "horizontal": 15
              },
              "border": {
                "corner_radius": 0,
                "style": "solid"
              }
            }
          },
          {
            "label": "Labels",
            "name": "labels",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.global.typography.body_font.font.fallback",
                    "font": "theme.global.typography.body_font.font.font",
                    "font_set": "theme.global.typography.body_font.font.font_set",
                    "size": "theme.global.typography.body_font.font.size",
                    "size_unit": "theme.global.typography.body_font.font.size_unit"
                  }
                },
                "default": {
                  "color": "#FFFFFF"
                }
              },
              {
                "label": "Padding",
                "name": "padding",
                "type": "group",
                "children": [
                  {
                    "label": "Top/Bottom",
                    "name": "vertical",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 6
                  },
                  {
                    "label": "Left/Right",
                    "name": "horizontal",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 0
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Fields",
            "name": "fields",
            "type": "group",
            "children": [
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#FFFFFF",
                  "opacity": 100
                }
              },
              {
                "label": "Placeholder color",
                "name": "placeholder_color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#9fa1a4",
                  "opacity": 100
                }
              },
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "visibility": {
                  "hidden_subfields": {
                    "underline": true
                  }
                },
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.global.typography.body_font.font.color",
                    "fallback": "theme.global.typography.body_font.font.fallback",
                    "font": "theme.global.typography.body_font.font.font",
                    "font_set": "theme.global.typography.body_font.font.font_set",
                    "size": "theme.global.typography.body_font.font.size",
                    "size_unit": "theme.global.typography.body_font.font.size_unit",
                    "variant": "theme.global.typography.body_font.font.variant"
                  }
                },
                "default": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": null,
                  "size": 12,
                  "size_unit": "px",
                  "color": "#000000",
                  "variant": "regular",
                  "fallback": "sans-serif",
                  "style": null
                }
              },
              {
                "label": "Padding",
                "name": "padding",
                "type": "group",
                "help_text": "Applies to all text fields and dropdown select fields. Does not apply to checkbox, radio, GDPR text, and rich text fields.",
                "children": [
                  {
                    "label": "Top/Bottom",
                    "name": "vertical",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 12
                  },
                  {
                    "label": "Left/Right",
                    "name": "horizontal",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "text",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "step": 1,
                    "default": 12
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              },
              {
                "label": "Border",
                "name": "border",
                "type": "group",
                "help_text": "Applies to all text fields and dropdown select fields. Does not apply to checkbox, radio, GDPR text, and rich text fields.",
                "children": [
                  {
                    "label": "Style",
                    "name": "style",
                    "id": "theme.global.forms.fields.border.style",
                    "type": "choice",
                    "choices": [
                      [
                        "none",
                        "None"
                      ],
                      [
                        "solid",
                        "Solid"
                      ],
                      [
                        "dotted",
                        "Dotted"
                      ],
                      [
                        "dashed",
                        "Dashed"
                      ],
                      [
                        "double",
                        "Double"
                      ],
                      [
                        "groove",
                        "Groove"
                      ],
                      [
                        "ridge",
                        "Ridge"
                      ],
                      [
                        "inset",
                        "Inset"
                      ],
                      [
                        "outset",
                        "Outset"
                      ]
                    ],
                    "display": "select",
                    "display_width": null,
                    "locked": false,
                    "multiple": false,
                    "preset": null,
                    "reordering_enabled": true,
                    "required": false,
                    "default": "solid"
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.forms.fields.border.style",
                      "controlling_value_regex": "none",
                      "operator": "NOT_EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 1
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.forms.fields.border.style",
                      "controlling_value_regex": "none",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "NOT_EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "default": {
                      "color": "#9fa1a4",
                      "opacity": 100
                    }
                  },
                  {
                    "label": "Corner radius",
                    "name": "corner_radius",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 50,
                    "min": 0,
                    "required": false,
                    "step": 1,
                    "default": 0
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "color": {
                    "color": "#9fa1a4",
                    "opacity": 100
                  },
                  "corner_radius": 0
                }
              },
              {
                "label": "Checkbox/radio",
                "name": "checkbox_radio",
                "type": "group",
                "help_text": "Controls form checkbox/radio fields and GDPR checkbox fields",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "help_text": "Controls form checkbox/radio field and GDPR checkbox field item fonts",
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "fallback": "theme.global.typography.body_font.font.fallback",
                        "font": "theme.global.typography.body_font.font.font",
                        "font_set": "theme.global.typography.body_font.font.font_set",
                        "size": "theme.global.typography.body_font.font.size",
                        "size_unit": "theme.global.typography.body_font.font.size_unit",
                        "variant": "theme.global.typography.body_font.font.variant"
                      }
                    },
                    "default": {
                      "color": "#FFFFFF",
                      "fallback": "sans-serif",
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "size": 18,
                      "size_unit": "px",
                      "variant": "regular"
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "color": "#FFFFFF",
                    "fallback": "sans-serif",
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "size": 18,
                    "size_unit": "px",
                    "variant": "regular"
                  }
                }
              },
              {
                "label": "GDPR text",
                "name": "gdpr_text",
                "type": "group",
                "help_text": "Controls the paragraph content of GDPR fields",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "fallback": "theme.global.typography.body_font.font.fallback",
                        "font": "theme.global.typography.body_font.font.font",
                        "font_set": "theme.global.typography.body_font.font.font_set",
                        "variant": "theme.global.typography.body_font.font.variant"
                      }
                    },
                    "default": {
                      "color": "#FFFFFF",
                      "size": 10,
                      "size_unit": "px",
                      "fallback": "sans-serif",
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "variant": "regular"
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "color": "#FFFFFF",
                    "size": 10,
                    "size_unit": "px",
                    "fallback": "sans-serif",
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "variant": "regular"
                  }
                }
              },
              {
                "label": "Rich text",
                "name": "rich_text",
                "type": "group",
                "help_text": "Controls form rich text fields",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "bold": true,
                        "italic": true,
                        "size": true,
                        "underline": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "fallback": "theme.global.typography.body_font.font.fallback",
                        "font": "theme.global.typography.body_font.font.font",
                        "font_set": "theme.global.typography.body_font.font.font_set",
                        "variant": "theme.global.typography.body_font.font.variant"
                      }
                    },
                    "default": {
                      "color": "#FFFFFF"
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "placeholder_color": {
                "color": "#9fa1a4",
                "opacity": 100
              },
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": null,
                "size": 12,
                "size_unit": "px",
                "color": "#000000",
                "variant": "regular",
                "fallback": "sans-serif",
                "style": null
              },
              "border": {
                "color": {
                  "color": "#9fa1a4",
                  "opacity": 100
                },
                "corner_radius": 0
              },
              "checkbox_radio": {
                "font": {
                  "color": "#FFFFFF",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "size": 18,
                  "size_unit": "px",
                  "variant": "regular"
                }
              },
              "gdpr_text": {
                "font": {
                  "color": "#FFFFFF",
                  "size": 10,
                  "size_unit": "px",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              }
            }
          },
          {
            "label": "Help text",
            "name": "help_text",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.global.typography.body_font.font.fallback",
                    "font": "theme.global.typography.body_font.font.font",
                    "font_set": "theme.global.typography.body_font.font.font_set",
                    "variant": "theme.global.typography.body_font.font.variant"
                  }
                },
                "default": {
                  "color": "#FFFFFF",
                  "size": 10,
                  "size_unit": "px",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "variant": "regular"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "color": "#FFFFFF",
                "size": 10,
                "size_unit": "px",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          },
          {
            "label": "Submit",
            "name": "submit",
            "type": "group",
            "children": [
              {
                "label": "Button style",
                "name": "button_style",
                "type": "choice",
                "choices": [
                  [
                    "primary",
                    "Primary"
                  ],
                  [
                    "secondary",
                    "Secondary"
                  ],
                  [
                    "simple",
                    "Simple"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "primary"
              },
              {
                "label": "Button size",
                "name": "button_size",
                "type": "choice",
                "choices": [
                  [
                    "small",
                    "Small"
                  ],
                  [
                    "regular",
                    "Regular"
                  ],
                  [
                    "large",
                    "Large"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "regular"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Background color",
            "name": "bg_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#004b8d",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "color": {
                "color": "#004b8d",
                "opacity": 100
              }
            }
          },
          {
            "label": "Border",
            "name": "border",
            "type": "group",
            "children": [
              {
                "label": "Style",
                "name": "style",
                "id": "theme.global.forms.border.style",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "solid",
                    "Solid"
                  ],
                  [
                    "dotted",
                    "Dotted"
                  ],
                  [
                    "dashed",
                    "Dashed"
                  ],
                  [
                    "double",
                    "Double"
                  ],
                  [
                    "groove",
                    "Groove"
                  ],
                  [
                    "ridge",
                    "Ridge"
                  ],
                  [
                    "inset",
                    "Inset"
                  ],
                  [
                    "outset",
                    "Outset"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Width",
                "name": "width",
                "type": "number",
                "help_text": "Value is in pixels",
                "visibility": {
                  "controlling_field": "theme.global.forms.border.style",
                  "controlling_value_regex": "none",
                  "operator": "NOT_EQUAL"
                },
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 100,
                "min": 1,
                "required": false,
                "step": 1,
                "default": 1
              },
              {
                "label": "Color",
                "name": "color",
                "type": "color",
                "visibility": {
                  "controlling_field": "theme.global.forms.border.style",
                  "controlling_value_regex": "none",
                  "hidden_subfields": {
                    "opacity": true
                  },
                  "operator": "NOT_EQUAL"
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#D0D0D0"
                }
              },
              {
                "label": "Corner radius",
                "name": "corner_radius",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 50,
                "min": 0,
                "required": false,
                "step": 1,
                "default": 0
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "corner_radius": 0
            }
          },
          {
            "label": "Padding",
            "name": "padding",
            "type": "group",
            "children": [
              {
                "label": "Top/Bottom",
                "name": "vertical",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "text",
                "display_width": null,
                "locked": false,
                "required": false,
                "step": 1,
                "default": 15
              },
              {
                "label": "Left/Right",
                "name": "horizontal",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "text",
                "display_width": null,
                "locked": false,
                "required": false,
                "step": 1,
                "default": 15
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "vertical": 15,
              "horizontal": 15
            }
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "title": {
            "bg_color": {
              "color": "#004b8d",
              "opacity": 100
            },
            "font": {
              "color": "#004b8d",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "size": 21,
              "size_unit": "px",
              "variant": "600"
            },
            "text_transform": "capitalize",
            "padding": {
              "vertical": 15,
              "horizontal": 15
            },
            "border": {
              "corner_radius": 0,
              "style": "solid"
            }
          },
          "fields": {
            "placeholder_color": {
              "color": "#9fa1a4",
              "opacity": 100
            },
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": null,
              "size": 12,
              "size_unit": "px",
              "color": "#000000",
              "variant": "regular",
              "fallback": "sans-serif",
              "style": null
            },
            "border": {
              "color": {
                "color": "#9fa1a4",
                "opacity": 100
              },
              "corner_radius": 0
            },
            "checkbox_radio": {
              "font": {
                "color": "#FFFFFF",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "size": 18,
                "size_unit": "px",
                "variant": "regular"
              }
            },
            "gdpr_text": {
              "font": {
                "color": "#FFFFFF",
                "size": 10,
                "size_unit": "px",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "variant": "regular"
              }
            }
          },
          "help_text": {
            "font": {
              "color": "#FFFFFF",
              "size": 10,
              "size_unit": "px",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          },
          "bg_color": {
            "color": {
              "color": "#004b8d",
              "opacity": 100
            }
          },
          "border": {
            "corner_radius": 0
          },
          "padding": {
            "vertical": 15,
            "horizontal": 15
          }
        }
      },
      {
        "label": "Tables",
        "name": "tables",
        "type": "group",
        "children": [
          {
            "label": "Table head",
            "name": "head",
            "type": "group",
            "children": [
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#00326D",
                  "opacity": 100
                }
              },
              {
                "label": "Font color",
                "name": "font_color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#FFFFFF"
                }
              },
              {
                "label": "Bottom border",
                "name": "border",
                "type": "group",
                "children": [
                  {
                    "label": "Style",
                    "name": "style",
                    "id": "theme.global.tables.head.border.style",
                    "type": "choice",
                    "choices": [
                      [
                        "none",
                        "None"
                      ],
                      [
                        "solid",
                        "Solid"
                      ],
                      [
                        "dotted",
                        "Dotted"
                      ],
                      [
                        "dashed",
                        "Dashed"
                      ],
                      [
                        "double",
                        "Double"
                      ],
                      [
                        "groove",
                        "Groove"
                      ],
                      [
                        "ridge",
                        "Ridge"
                      ],
                      [
                        "inset",
                        "Inset"
                      ],
                      [
                        "outset",
                        "Outset"
                      ]
                    ],
                    "display": "select",
                    "display_width": null,
                    "locked": false,
                    "multiple": false,
                    "preset": null,
                    "reordering_enabled": true,
                    "required": false,
                    "default": "none"
                  },
                  {
                    "label": "Width",
                    "name": "width",
                    "type": "number",
                    "help_text": "Value is in pixels",
                    "visibility": {
                      "controlling_field": "theme.global.tables.head.border.style",
                      "controlling_value_regex": "none",
                      "operator": "NOT_EQUAL"
                    },
                    "display": "slider",
                    "display_width": null,
                    "locked": false,
                    "max": 100,
                    "min": 1,
                    "required": false,
                    "step": 1,
                    "default": 2
                  },
                  {
                    "label": "Color",
                    "name": "color",
                    "type": "color",
                    "visibility": {
                      "controlling_field": "theme.global.tables.head.border.style",
                      "controlling_value_regex": "none",
                      "hidden_subfields": {
                        "opacity": true
                      },
                      "operator": "NOT_EQUAL"
                    },
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.tables.border.color.color"
                      }
                    },
                    "default": {
                      "color": null,
                      "opacity": null,
                      "rgba": null,
                      "rgb": null,
                      "hex": null
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT"
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Font color",
            "name": "font_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.primary.color"
                  }
                },
                "default": {
                  "color": null,
                  "opacity": null,
                  "rgba": null,
                  "rgb": null,
                  "hex": null
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Background color",
            "name": "bg_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.body_bg.color"
                  }
                },
                "default": {
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Border",
            "name": "border",
            "type": "group",
            "children": [
              {
                "label": "Style",
                "name": "style",
                "id": "theme.global.tables.border.style",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "solid",
                    "Solid"
                  ],
                  [
                    "dotted",
                    "Dotted"
                  ],
                  [
                    "dashed",
                    "Dashed"
                  ],
                  [
                    "double",
                    "Double"
                  ],
                  [
                    "groove",
                    "Groove"
                  ],
                  [
                    "ridge",
                    "Ridge"
                  ],
                  [
                    "inset",
                    "Inset"
                  ],
                  [
                    "outset",
                    "Outset"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "solid"
              },
              {
                "label": "Width",
                "name": "width",
                "type": "number",
                "help_text": "Value is in pixels",
                "visibility": {
                  "controlling_field": "theme.global.tables.border.style",
                  "controlling_value_regex": "none",
                  "operator": "NOT_EQUAL"
                },
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 100,
                "min": 1,
                "required": false,
                "step": 1,
                "default": 1
              },
              {
                "label": "Color",
                "name": "color",
                "type": "color",
                "visibility": {
                  "controlling_field": "theme.global.tables.border.style",
                  "controlling_value_regex": "none",
                  "hidden_subfields": {
                    "opacity": true
                  },
                  "operator": "NOT_EQUAL"
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#9fa1a4",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "color": {
                "color": "#9fa1a4",
                "opacity": 100
              }
            }
          },
          {
            "label": "Padding",
            "name": "padding",
            "type": "group",
            "children": [
              {
                "label": "Top/Bottom",
                "name": "vertical",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "text",
                "display_width": null,
                "locked": false,
                "required": false,
                "step": 1,
                "default": 15
              },
              {
                "label": "Left/Right",
                "name": "horizontal",
                "type": "number",
                "help_text": "Value is in pixels",
                "display": "text",
                "display_width": null,
                "locked": false,
                "required": false,
                "step": 1,
                "default": 15
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "border": {
            "color": {
              "color": "#9fa1a4",
              "opacity": 100
            }
          }
        }
      },
      {
        "label": "Website header",
        "name": "header",
        "type": "group",
        "children": [
          {
            "label": "Menu",
            "name": "menu",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.global.typography.body_font.font.color",
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set",
                    "size": "theme.global.typography.body_font.font.size",
                    "size_unit": "theme.global.typography.body_font.font.size_unit"
                  }
                },
                "default": {
                  "variant": "regular",
                  "color": "#000000",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "size": 10,
                  "size_unit": "px"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "uppercase"
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.header.menu.font.color",
                        "fallback": "theme.global.header.menu.font.fallback",
                        "font": "theme.global.header.menu.font.font",
                        "font_set": "theme.global.header.menu.font.font_set",
                        "styles": "theme.global.header.menu.font.styles",
                        "variant": "theme.global.header.menu.font.variant"
                      }
                    },
                    "default": {
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "styles": null,
                      "size": null,
                      "size_unit": null,
                      "color": "#004b8d",
                      "variant": "regular",
                      "fallback": "sans-serif",
                      "style": null
                    }
                  },
                  {
                    "label": "Background color",
                    "name": "bg_color",
                    "type": "color",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "default": {
                      "color": "#eff7ff",
                      "opacity": 100
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "styles": null,
                    "size": null,
                    "size_unit": null,
                    "color": "#004b8d",
                    "variant": "regular",
                    "fallback": "sans-serif",
                    "style": null
                  }
                }
              },
              {
                "label": "Active",
                "name": "active",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.header.menu.font.color",
                        "fallback": "theme.global.header.menu.font.fallback",
                        "font": "theme.global.header.menu.font.font",
                        "font_set": "theme.global.header.menu.font.font_set",
                        "styles": "theme.global.header.menu.font.styles",
                        "variant": "theme.global.header.menu.font.variant"
                      }
                    },
                    "default": {
                      "font": null,
                      "font_set": "DEFAULT",
                      "styles": null,
                      "size": null,
                      "size_unit": null,
                      "color": null,
                      "variant": null,
                      "fallback": null,
                      "style": null
                    }
                  },
                  {
                    "label": "Background color",
                    "name": "bg_color",
                    "type": "color",
                    "display_width": null,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.colors.primary.color"
                      }
                    },
                    "default": {
                      "color": "#00aa7e",
                      "opacity": 100
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "bg_color": {
                    "color": "#00aa7e",
                    "opacity": 100
                  }
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "variant": "regular",
                "color": "#000000",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "size": 10,
                "size_unit": "px"
              },
              "text_transform": "uppercase",
              "hover": {
                "font": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": null,
                  "size": null,
                  "size_unit": null,
                  "color": "#004b8d",
                  "variant": "regular",
                  "fallback": "sans-serif",
                  "style": null
                }
              },
              "active": {
                "bg_color": {
                  "color": "#00aa7e",
                  "opacity": 100
                }
              }
            }
          },
          {
            "label": "Font color",
            "name": "font_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.primary.color"
                  }
                },
                "default": {
                  "color": null,
                  "opacity": null,
                  "rgba": null,
                  "rgb": null,
                  "hex": null
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Background color",
            "name": "bg_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#FFFFFF",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Bottom border",
            "name": "border",
            "type": "group",
            "children": [
              {
                "label": "Style",
                "name": "style",
                "id": "theme.global.header.border.style",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "solid",
                    "Solid"
                  ],
                  [
                    "dotted",
                    "Dotted"
                  ],
                  [
                    "dashed",
                    "Dashed"
                  ],
                  [
                    "double",
                    "Double"
                  ],
                  [
                    "groove",
                    "Groove"
                  ],
                  [
                    "ridge",
                    "Ridge"
                  ],
                  [
                    "inset",
                    "Inset"
                  ],
                  [
                    "outset",
                    "Outset"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Width",
                "name": "width",
                "type": "number",
                "help_text": "Value is in pixels",
                "visibility": {
                  "controlling_field": "theme.global.header.border.style",
                  "controlling_value_regex": "none",
                  "operator": "NOT_EQUAL"
                },
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 100,
                "min": 1,
                "required": false,
                "step": 1,
                "default": 1
              },
              {
                "label": "Color",
                "name": "color",
                "type": "color",
                "visibility": {
                  "controlling_field": "theme.global.header.border.style",
                  "controlling_value_regex": "none",
                  "hidden_subfields": {
                    "opacity": true
                  },
                  "operator": "NOT_EQUAL"
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.body_bg.color"
                  }
                },
                "default": {
                  "color": null,
                  "opacity": null,
                  "rgba": null,
                  "rgb": null,
                  "hex": null
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "menu": {
            "font": {
              "variant": "regular",
              "color": "#000000",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "size": 10,
              "size_unit": "px"
            },
            "text_transform": "uppercase",
            "hover": {
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": null,
                "size": null,
                "size_unit": null,
                "color": "#004b8d",
                "variant": "regular",
                "fallback": "sans-serif",
                "style": null
              }
            },
            "active": {
              "bg_color": {
                "color": "#00aa7e",
                "opacity": 100
              }
            }
          }
        }
      },
      {
        "label": "Footer",
        "name": "footer",
        "type": "group",
        "children": [
          {
            "label": "Menu",
            "name": "menu",
            "type": "group",
            "children": [
              {
                "label": "Font",
                "name": "font",
                "type": "font",
                "display_width": null,
                "load_external_fonts": true,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "fallback": "theme.fonts.primary.fallback",
                    "font": "theme.fonts.primary.font",
                    "font_set": "theme.fonts.primary.font_set",
                    "size": "theme.global.typography.body_font.font.size",
                    "size_unit": "theme.global.typography.body_font.font.size_unit"
                  }
                },
                "default": {
                  "color": "#FFFFFF",
                  "fallback": "sans-serif",
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "size": 10,
                  "size_unit": "px"
                }
              },
              {
                "label": "Text transform",
                "name": "text_transform",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "capitalize",
                    "Capitalize"
                  ],
                  [
                    "uppercase",
                    "Uppercase"
                  ],
                  [
                    "lowercase",
                    "Lowercase"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "capitalize"
              },
              {
                "label": "Hover",
                "name": "hover",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.footer.menu.font.color",
                        "fallback": "theme.global.footer.menu.font.fallback",
                        "font": "theme.global.footer.menu.font.font",
                        "font_set": "theme.global.footer.menu.font.font_set",
                        "styles": "theme.global.footer.menu.font.styles",
                        "variant": "theme.global.footer.menu.font.variant"
                      }
                    },
                    "default": {
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "styles": {
                        "text-decoration": "underline",
                        "font-weight": "normal",
                        "font-style": "normal"
                      },
                      "size": null,
                      "size_unit": null,
                      "color": "#FFFFFF",
                      "variant": null,
                      "fallback": "sans-serif",
                      "style": null
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "styles": {
                      "text-decoration": "underline",
                      "font-weight": "normal",
                      "font-style": "normal"
                    },
                    "size": null,
                    "size_unit": null,
                    "color": "#FFFFFF",
                    "variant": null,
                    "fallback": "sans-serif",
                    "style": null
                  }
                }
              },
              {
                "label": "Active",
                "name": "active",
                "type": "group",
                "children": [
                  {
                    "label": "Font",
                    "name": "font",
                    "type": "font",
                    "visibility": {
                      "hidden_subfields": {
                        "size": true
                      }
                    },
                    "display_width": null,
                    "load_external_fonts": true,
                    "locked": false,
                    "required": false,
                    "inherited_value": {
                      "property_value_paths": {
                        "color": "theme.global.footer.menu.font.color",
                        "fallback": "theme.global.footer.menu.font.fallback",
                        "font": "theme.global.footer.menu.font.font",
                        "font_set": "theme.global.footer.menu.font.font_set",
                        "styles": "theme.global.footer.menu.font.styles",
                        "variant": "theme.global.footer.menu.font.variant"
                      }
                    },
                    "default": {
                      "font": "Noto Sans",
                      "font_set": "GOOGLE",
                      "styles": {
                        "text-decoration": "underline",
                        "font-weight": "normal",
                        "font-style": "normal"
                      },
                      "size": null,
                      "size_unit": null,
                      "color": "#FFFFFF",
                      "variant": null,
                      "fallback": "sans-serif",
                      "style": null
                    }
                  }
                ],
                "display_width": null,
                "expanded": false,
                "group_occurrence_meta": null,
                "locked": false,
                "required": false,
                "tab": "CONTENT",
                "default": {
                  "font": {
                    "font": "Noto Sans",
                    "font_set": "GOOGLE",
                    "styles": {
                      "text-decoration": "underline",
                      "font-weight": "normal",
                      "font-style": "normal"
                    },
                    "size": null,
                    "size_unit": null,
                    "color": "#FFFFFF",
                    "variant": null,
                    "fallback": "sans-serif",
                    "style": null
                  }
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "font": {
                "color": "#FFFFFF",
                "fallback": "sans-serif",
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "size": 10,
                "size_unit": "px"
              },
              "text_transform": "capitalize",
              "hover": {
                "font": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": {
                    "text-decoration": "underline",
                    "font-weight": "normal",
                    "font-style": "normal"
                  },
                  "size": null,
                  "size_unit": null,
                  "color": "#FFFFFF",
                  "variant": null,
                  "fallback": "sans-serif",
                  "style": null
                }
              },
              "active": {
                "font": {
                  "font": "Noto Sans",
                  "font_set": "GOOGLE",
                  "styles": {
                    "text-decoration": "underline",
                    "font-weight": "normal",
                    "font-style": "normal"
                  },
                  "size": null,
                  "size_unit": null,
                  "color": "#FFFFFF",
                  "variant": null,
                  "fallback": "sans-serif",
                  "style": null
                }
              }
            }
          },
          {
            "label": "Font color",
            "name": "font_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#FFFFFF"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Background color",
            "name": "bg_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#00326D",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Top border",
            "name": "border",
            "type": "group",
            "children": [
              {
                "label": "Style",
                "name": "style",
                "id": "theme.global.footer.border.style",
                "type": "choice",
                "choices": [
                  [
                    "none",
                    "None"
                  ],
                  [
                    "solid",
                    "Solid"
                  ],
                  [
                    "dotted",
                    "Dotted"
                  ],
                  [
                    "dashed",
                    "Dashed"
                  ],
                  [
                    "double",
                    "Double"
                  ],
                  [
                    "groove",
                    "Groove"
                  ],
                  [
                    "ridge",
                    "Ridge"
                  ],
                  [
                    "inset",
                    "Inset"
                  ],
                  [
                    "outset",
                    "Outset"
                  ]
                ],
                "display": "select",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "none"
              },
              {
                "label": "Width",
                "name": "width",
                "type": "number",
                "help_text": "Value is in pixels",
                "visibility": {
                  "controlling_field": "theme.global.footer.border.style",
                  "controlling_value_regex": "none",
                  "operator": "NOT_EQUAL"
                },
                "display": "slider",
                "display_width": null,
                "locked": false,
                "max": 100,
                "min": 1,
                "required": false,
                "step": 1,
                "default": 1
              },
              {
                "label": "Color",
                "name": "color",
                "type": "color",
                "visibility": {
                  "controlling_field": "theme.global.footer.border.style",
                  "controlling_value_regex": "none",
                  "hidden_subfields": {
                    "opacity": true
                  },
                  "operator": "NOT_EQUAL"
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#00C6AB"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT"
          },
          {
            "label": "Landing page background color",
            "name": "lp_bg_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.body_bg.color"
                  }
                },
                "default": {
                  "color": "#2f2f2f",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "color": {
                "color": "#2f2f2f",
                "opacity": 100
              }
            }
          },
          {
            "label": "Landing page font color",
            "name": "lp_font_color",
            "type": "group",
            "children": [
              {
                "label": "",
                "name": "color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.fonts.primary.color"
                  }
                },
                "default": {
                  "color": "#FFFFFF",
                  "opacity": 100
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "color": {
                "color": "#FFFFFF",
                "opacity": 100
              }
            }
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "menu": {
            "font": {
              "color": "#FFFFFF",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "size": 10,
              "size_unit": "px"
            },
            "text_transform": "capitalize",
            "hover": {
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": {
                  "text-decoration": "underline",
                  "font-weight": "normal",
                  "font-style": "normal"
                },
                "size": null,
                "size_unit": null,
                "color": "#FFFFFF",
                "variant": null,
                "fallback": "sans-serif",
                "style": null
              }
            },
            "active": {
              "font": {
                "font": "Noto Sans",
                "font_set": "GOOGLE",
                "styles": {
                  "text-decoration": "underline",
                  "font-weight": "normal",
                  "font-style": "normal"
                },
                "size": null,
                "size_unit": null,
                "color": "#FFFFFF",
                "variant": null,
                "fallback": "sans-serif",
                "style": null
              }
            }
          },
          "lp_bg_color": {
            "color": {
              "color": "#2f2f2f",
              "opacity": 100
            }
          },
          "lp_font_color": {
            "color": {
              "color": "#FFFFFF",
              "opacity": 100
            }
          }
        }
      },
      {
        "label": "Blog",
        "name": "blog",
        "type": "group",
        "children": [
          {
            "label": "Banner",
            "name": "blog_banner_images",
            "type": "group",
            "children": [
              {
                "label": "Background",
                "name": "blog_banner_bg",
                "id": "blog_banner_bg",
                "type": "choice",
                "choices": [
                  [
                    "color",
                    "Solid color"
                  ],
                  [
                    "image",
                    "Use an image"
                  ]
                ],
                "display": "radio",
                "display_width": null,
                "locked": false,
                "multiple": false,
                "preset": null,
                "reordering_enabled": true,
                "required": false,
                "default": "color"
              },
              {
                "label": "Background color",
                "name": "blog_banner_bg_color",
                "type": "color",
                "help_text": "The banner's background color will be used as the solid background unless a background image is set. In this case, the color will be used as a fallback color to the banner image",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.secondary.color"
                  }
                },
                "default": {
                  "color": "#004b8d",
                  "opacity": 100
                }
              },
              {
                "label": "Blog listing banner image",
                "name": "listing_bg",
                "type": "image",
                "help_text": "Background image used on the blog listing page for all blogs using the 'Session - blog listing' template",
                "visibility": {
                  "controlling_field": "blog_banner_bg",
                  "controlling_value_regex": "image",
                  "operator": "EQUAL"
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "resizable": false,
                "responsive": false,
                "show_loading": false,
                "default": {
                  "src": "https://cdn2.hubspot.net/hubfs/7303166/Session/blog-listing-banner.jpg"
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "blog_banner_bg_color": {
                "color": "#004b8d",
                "opacity": 100
              },
              "blog_banner_bg": "color"
            }
          },
          {
            "label": "Tags",
            "name": "tags",
            "type": "group",
            "children": [
              {
                "label": "Color",
                "name": "color",
                "type": "color",
                "visibility": {
                  "hidden_subfields": {
                    "opacity": true
                  }
                },
                "display_width": null,
                "locked": false,
                "required": false,
                "default": {
                  "color": "#000000",
                  "opacity": 100
                }
              },
              {
                "label": "Background color",
                "name": "bg_color",
                "type": "color",
                "display_width": null,
                "locked": false,
                "required": false,
                "inherited_value": {
                  "property_value_paths": {
                    "color": "theme.colors.secondary.color"
                  }
                },
                "default": {
                  "opacity": 0
                }
              }
            ],
            "display_width": null,
            "expanded": false,
            "group_occurrence_meta": null,
            "locked": false,
            "required": false,
            "tab": "CONTENT",
            "default": {
              "color": {
                "color": "#000000",
                "opacity": 100
              }
            }
          }
        ],
        "display_width": null,
        "expanded": false,
        "group_occurrence_meta": null,
        "locked": false,
        "required": false,
        "tab": "CONTENT",
        "default": {
          "blog_banner_images": {
            "blog_banner_bg_color": {
              "color": "#004b8d",
              "opacity": 100
            },
            "blog_banner_bg": "color"
          },
          "tags": {
            "color": {
              "color": "#000000",
              "opacity": 100
            }
          }
        }
      }
    ],
    "display_width": null,
    "expanded": false,
    "group_occurrence_meta": null,
    "locked": false,
    "required": false,
    "tab": "CONTENT",
    "default": {
      "typography": {
        "h1": {
          "font": {
            "size": 44,
            "size_unit": "px",
            "color": "#00326D",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "700"
          },
          "text_transform": "capitalize"
        },
        "h2": {
          "font": {
            "size": 36,
            "size_unit": "px",
            "color": "#00326D",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "600"
          },
          "text_transform": "capitalize"
        },
        "h3": {
          "font": {
            "size": 30,
            "size_unit": "px",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "regular"
          }
        },
        "h4": {
          "font": {
            "size": 24,
            "size_unit": "px",
            "variant": "300",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE"
          }
        },
        "h5": {
          "font": {
            "size": 18,
            "size_unit": "px",
            "variant": "800",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE"
          }
        },
        "h6": {
          "font": {
            "size": 14,
            "size_unit": "px",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "700"
          }
        },
        "body_font": {
          "font": {
            "size": 14,
            "size_unit": "px",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "regular"
          }
        },
        "links": {
          "font": {
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "styles": null,
            "size": null,
            "size_unit": null,
            "color": "#00aa7e",
            "variant": "regular",
            "fallback": "sans-serif",
            "style": null
          },
          "hover": {
            "color": "#9fa1a4",
            "styles": {
              "text-decoration": "underline"
            },
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "regular"
          }
        }
      },
      "buttons": {
        "size": {
          "small": {
            "font_size": 16,
            "vertical_spacing": 16
          },
          "regular": {
            "vertical_spacing": 16,
            "horizontal_spacing": 16
          },
          "large": {
            "font_size": 16,
            "vertical_spacing": 16,
            "horizontal_spacing": 16
          }
        },
        "primary": {
          "font": {
            "color": "#FFFFFF",
            "variant": "regular",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE"
          },
          "text_transform": "uppercase",
          "bg_color": {
            "color": "#00aa7e",
            "opacity": 100
          },
          "border": {
            "width": 1,
            "corner_radius": 0
          },
          "hover": {
            "bg_color": {
              "color": "#9fa1a4",
              "opacity": 100
            }
          }
        },
        "secondary": {
          "font": {
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "styles": null,
            "size": null,
            "size_unit": null,
            "color": "#00aa7e",
            "variant": null,
            "fallback": "sans-serif",
            "style": null
          },
          "text_transform": "uppercase",
          "border": {
            "corner_radius": 0,
            "color": {
              "color": "#00aa7e",
              "opacity": 100
            }
          },
          "hover": {
            "font": {
              "color": "#9fa1a4",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          }
        },
        "simple": {
          "text_transform": "capitalize"
        }
      },
      "forms": {
        "title": {
          "bg_color": {
            "color": "#004b8d",
            "opacity": 100
          },
          "font": {
            "color": "#004b8d",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "size": 21,
            "size_unit": "px",
            "variant": "600"
          },
          "text_transform": "capitalize",
          "padding": {
            "vertical": 15,
            "horizontal": 15
          },
          "border": {
            "corner_radius": 0,
            "style": "solid"
          }
        },
        "fields": {
          "placeholder_color": {
            "color": "#9fa1a4",
            "opacity": 100
          },
          "font": {
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "styles": null,
            "size": 12,
            "size_unit": "px",
            "color": "#000000",
            "variant": "regular",
            "fallback": "sans-serif",
            "style": null
          },
          "border": {
            "color": {
              "color": "#9fa1a4",
              "opacity": 100
            },
            "corner_radius": 0
          },
          "checkbox_radio": {
            "font": {
              "color": "#FFFFFF",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "size": 18,
              "size_unit": "px",
              "variant": "regular"
            }
          },
          "gdpr_text": {
            "font": {
              "color": "#FFFFFF",
              "size": 10,
              "size_unit": "px",
              "fallback": "sans-serif",
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "variant": "regular"
            }
          }
        },
        "help_text": {
          "font": {
            "color": "#FFFFFF",
            "size": 10,
            "size_unit": "px",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "variant": "regular"
          }
        },
        "bg_color": {
          "color": {
            "color": "#004b8d",
            "opacity": 100
          }
        },
        "border": {
          "corner_radius": 0
        },
        "padding": {
          "vertical": 15,
          "horizontal": 15
        }
      },
      "tables": {
        "border": {
          "color": {
            "color": "#9fa1a4",
            "opacity": 100
          }
        }
      },
      "header": {
        "menu": {
          "font": {
            "variant": "regular",
            "color": "#000000",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "size": 10,
            "size_unit": "px"
          },
          "text_transform": "uppercase",
          "hover": {
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": null,
              "size": null,
              "size_unit": null,
              "color": "#004b8d",
              "variant": "regular",
              "fallback": "sans-serif",
              "style": null
            }
          },
          "active": {
            "bg_color": {
              "color": "#00aa7e",
              "opacity": 100
            }
          }
        }
      },
      "footer": {
        "menu": {
          "font": {
            "color": "#FFFFFF",
            "fallback": "sans-serif",
            "font": "Noto Sans",
            "font_set": "GOOGLE",
            "size": 10,
            "size_unit": "px"
          },
          "text_transform": "capitalize",
          "hover": {
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": {
                "text-decoration": "underline",
                "font-weight": "normal",
                "font-style": "normal"
              },
              "size": null,
              "size_unit": null,
              "color": "#FFFFFF",
              "variant": null,
              "fallback": "sans-serif",
              "style": null
            }
          },
          "active": {
            "font": {
              "font": "Noto Sans",
              "font_set": "GOOGLE",
              "styles": {
                "text-decoration": "underline",
                "font-weight": "normal",
                "font-style": "normal"
              },
              "size": null,
              "size_unit": null,
              "color": "#FFFFFF",
              "variant": null,
              "fallback": "sans-serif",
              "style": null
            }
          }
        },
        "lp_bg_color": {
          "color": {
            "color": "#2f2f2f",
            "opacity": 100
          }
        },
        "lp_font_color": {
          "color": {
            "color": "#FFFFFF",
            "opacity": 100
          }
        }
      },
      "blog": {
        "blog_banner_images": {
          "blog_banner_bg_color": {
            "color": "#004b8d",
            "opacity": 100
          },
          "blog_banner_bg": "color"
        },
        "tags": {
          "color": {
            "color": "#000000",
            "opacity": 100
          }
        }
      }
    }
  }
]/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/