{
      "factory": "basic",
      "config": {
        "animation": {
          "animationName": "featureSplashAnimation",
          "animationState": "animation",
          "loop": true
        },
        "attachments": {
          "Headline": {
            "type": "richText",
            "config": {
              "styles": {
                "none" : {
                  "font": "52px MyriadPro_Bold",
                  "align": "bottom",
                  "shadowBlur": 35,
                  "shadowColor": "#0099ff",
                  "fill": [
                    "#fefefe",
                    "#ffffff",
                    "#84beff"
                  ],
                  "wordWrap": false
                },
                "number" : {
                  "font": "62px MyriadPro_Bold",
                  "align": "center",
                  "shadowBlur": 35,
                  "shadowColor": "#0099ff",
                  "fill": [
                    "#fefefe",
                    "#ffffff",
                    "#84beff"
                  ],
                  "wordWrap": false
                }
              },
              "groupStyle" : {
                "align": "center"
              },
              "text": "OCTwinUpTo"
            }
          },
          "TextField": {
            "type": "text",
            "config": {
              "style": {
                "font": "28px MyriadPro_Bold",
                "align": "left",
                "shadowBlur": 25,
                "shadowColor": "#0099ff",
                "fill": [
                  "#fefefe",
                  "#ffffff",
                  "#84beff"
                ],
                "wordWrap": true
              },
              "text": "MagicPortalsSplashScreen"
            }
          },
          "FreeSpinText": {
            "type": "text",
            "config": {
              "style": {
                "font": "16px MyriadPro_Bold",
                "align": "center",
                "fill": "#81F7E7",
                "wordWrap": true
              },
              "text": "MagicPortalsFreeSpinsSplash"
            }
          },
          "FreeSpin_Anim": {
            "type": "animation",
            "config": {
              "animation": {
                "animationName": "attentionAnimation",
                "animationState": "animation",
                "loop": true
              }
            }
          },
          "TickBoxText": {
            "type": "text",
            "config": {
              "style": {
                "font": "20px MyriadPro_Bold",
                "align": "left",
                "wordWrap": true,
                "shadowBlur": 25,
                "shadowColor": "#0099ff",
                "fill": [
                  "#fefefe",
                  "#ffffff",
                  "#84beff"
                ]
              },
              "text": "dontShowNextTime"
            }
          },
          "Continue_Button": {
            "type": "button",
            "config": {
              "images": {
                "up": "continueButtonUp",
                "down": "continueButtonDown",
                "over": "continueButtonOver",
                "disabled": "continueButtonDisabled"
              },
              "label": {
                "text": "OCTbutton_CONTINUE",
                "style": {
                  "font": "24px MyriadPro_Semibold",
                  "align": "center",
                  "fill": "#ffffff",
                  "shadowBlur": 7,
                  "shadowColor": "#333333"
                }
              }
            }
          },
          "Tickbox": {
            "type": "checkbox",
            "config": {
              "images": {
                "unchecked": {
                  "up": "tick",
                  "down": "tick",
                  "over": "tick",
                  "disabled": "tick"
                },
                "checked": {
                  "up": "tickChecked",
                  "down": "tickChecked",
                  "over": "tickChecked",
                  "disabled": "tickChecked"
                }
              }
            }
          },
          "screenshotsAnim": {
            "type": "animation",
            "config": {
              "animation": {
                "animationName": "featureSplashScreenshotsAnimation",
                "animationState": "animation",
                "loop": true
              },
              "anchor": {
                "x": 0.5,
                "y": 0.5
              }
            }
          }
        }
      }
    }