{
  "type": "Program",
  "start": 0,
  "end": 1351,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 49,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ImportDeclaration",
      "start": 0,
      "end": 44,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 44
        }
      },
      "specifiers": [
        {
          "type": "ImportSpecifier",
          "start": 9,
          "end": 18,
          "loc": {
            "start": {
              "line": 1,
              "column": 9
            },
            "end": {
              "line": 1,
              "column": 18
            }
          },
          "imported": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          },
          "local": {
            "type": "Identifier",
            "start": 9,
            "end": 18,
            "loc": {
              "start": {
                "line": 1,
                "column": 9
              },
              "end": {
                "line": 1,
                "column": 18
              }
            },
            "name": "Component"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 26,
        "end": 43,
        "loc": {
          "start": {
            "line": 1,
            "column": 26
          },
          "end": {
            "line": 1,
            "column": 43
          }
        },
        "value": "../../core/bane",
        "rawValue": "../../core/bane",
        "raw": "\"../../core/bane\""
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 45,
      "end": 84,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 39
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 52,
          "end": 58,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 13
            }
          },
          "local": {
            "type": "Identifier",
            "start": 52,
            "end": 58,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 13
              }
            },
            "name": "$clamp"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 64,
        "end": 83,
        "loc": {
          "start": {
            "line": 2,
            "column": 19
          },
          "end": {
            "line": 2,
            "column": 38
          }
        },
        "value": "clamp-js/clamp.js",
        "rawValue": "clamp-js/clamp.js",
        "raw": "\"clamp-js/clamp.js\""
      }
    },
    {
      "type": "ExpressionStatement",
      "start": 86,
      "end": 111,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 25
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 86,
        "end": 110,
        "loc": {
          "start": {
            "line": 4,
            "column": 0
          },
          "end": {
            "line": 4,
            "column": 24
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 86,
          "end": 93,
          "loc": {
            "start": {
              "line": 4,
              "column": 0
            },
            "end": {
              "line": 4,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 94,
            "end": 109,
            "loc": {
              "start": {
                "line": 4,
                "column": 8
              },
              "end": {
                "line": 4,
                "column": 23
              }
            },
            "value": "./_tours.scss",
            "rawValue": "./_tours.scss",
            "raw": "\"./_tours.scss\""
          }
        ]
      }
    },
    {
      "type": "Identifier",
      "start": 113,
      "end": 1318,
      "loc": {
        "start": {
          "line": 6,
          "column": 0
        },
        "end": {
          "line": 46,
          "column": 1
        }
      },
      "id": {
        "type": "Identifier",
        "start": 119,
        "end": 133,
        "loc": {
          "start": {
            "line": 6,
            "column": 6
          },
          "end": {
            "line": 6,
            "column": 20
          }
        },
        "name": "ToursComponent"
      },
      "superClass": {
        "type": "Identifier",
        "start": 142,
        "end": 151,
        "loc": {
          "start": {
            "line": 6,
            "column": 29
          },
          "end": {
            "line": 6,
            "column": 38
          }
        },
        "name": "Component"
      },
      "body": {
        "type": "ClassBody",
        "start": 152,
        "end": 1318,
        "loc": {
          "start": {
            "line": 6,
            "column": 39
          },
          "end": {
            "line": 46,
            "column": 1
          }
        },
        "body": [
          {
            "type": "MethodDefinition",
            "start": 156,
            "end": 696,
            "loc": {
              "start": {
                "line": 7,
                "column": 2
              },
              "end": {
                "line": 23,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 156,
              "end": 166,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 7,
                  "column": 12
                }
              },
              "name": "initialize"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 166,
              "end": 696,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 12
                },
                "end": {
                  "line": 23,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [
                {
                  "type": "Identifier",
                  "start": 167,
                  "end": 174,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 13
                    },
                    "end": {
                      "line": 7,
                      "column": 20
                    }
                  },
                  "name": "options"
                }
              ],
              "body": {
                "type": "BlockStatement",
                "start": 176,
                "end": 696,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 22
                  },
                  "end": {
                    "line": 23,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "IfStatement",
                    "start": 182,
                    "end": 692,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 4
                      },
                      "end": {
                        "line": 22,
                        "column": 5
                      }
                    },
                    "test": {
                      "type": "MemberExpression",
                      "start": 186,
                      "end": 197,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8
                        },
                        "end": {
                          "line": 8,
                          "column": 19
                        }
                      },
                      "object": {
                        "type": "MemberExpression",
                        "start": 186,
                        "end": 194,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 16
                          }
                        },
                        "object": {
                          "type": "ThisExpression",
                          "start": 186,
                          "end": 190,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 12
                            }
                          }
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 191,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 13
                            },
                            "end": {
                              "line": 8,
                              "column": 16
                            }
                          },
                          "name": "$el"
                        },
                        "computed": false
                      },
                      "property": {
                        "type": "Literal",
                        "start": 195,
                        "end": 196,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 17
                          },
                          "end": {
                            "line": 8,
                            "column": 18
                          }
                        },
                        "value": 0,
                        "rawValue": 0,
                        "raw": "0"
                      },
                      "computed": true
                    },
                    "consequent": {
                      "type": "BlockStatement",
                      "start": 199,
                      "end": 692,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 21
                        },
                        "end": {
                          "line": 22,
                          "column": 5
                        }
                      },
                      "body": [
                        {
                          "type": "ExpressionStatement",
                          "start": 207,
                          "end": 243,
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 6
                            },
                            "end": {
                              "line": 9,
                              "column": 42
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 207,
                            "end": 242,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 6
                              },
                              "end": {
                                "line": 9,
                                "column": 41
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 207,
                              "end": 219,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 6
                                },
                                "end": {
                                  "line": 9,
                                  "column": 18
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 207,
                                "end": 211,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 212,
                                "end": 219,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 18
                                  }
                                },
                                "name": "clampAt"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 222,
                              "end": 242,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 21
                                },
                                "end": {
                                  "line": 9,
                                  "column": 41
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 222,
                                "end": 237,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 36
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 222,
                                  "end": 229,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 28
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 230,
                                  "end": 237,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 36
                                    }
                                  },
                                  "name": "clampAt"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 241,
                                "end": 242,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 40
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 41
                                  }
                                },
                                "value": 3,
                                "rawValue": 3,
                                "raw": "3"
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 250,
                          "end": 307,
                          "loc": {
                            "start": {
                              "line": 10,
                              "column": 6
                            },
                            "end": {
                              "line": 10,
                              "column": 63
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 250,
                            "end": 306,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 6
                              },
                              "end": {
                                "line": 10,
                                "column": 62
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 250,
                              "end": 261,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 6
                                },
                                "end": {
                                  "line": 10,
                                  "column": 17
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 250,
                                "end": 254,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 255,
                                "end": 261,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 17
                                  }
                                },
                                "name": "blurbs"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "CallExpression",
                              "start": 264,
                              "end": 306,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 20
                                },
                                "end": {
                                  "line": 10,
                                  "column": 62
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 264,
                                "end": 277,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 33
                                  }
                                },
                                "object": {
                                  "type": "MemberExpression",
                                  "start": 264,
                                  "end": 272,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 28
                                    }
                                  },
                                  "object": {
                                    "type": "ThisExpression",
                                    "start": 264,
                                    "end": 268,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 24
                                      }
                                    }
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 269,
                                    "end": 272,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 28
                                      }
                                    },
                                    "name": "$el"
                                  },
                                  "computed": false
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 273,
                                  "end": 277,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 33
                                    }
                                  },
                                  "name": "find"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 278,
                                  "end": 305,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 61
                                    }
                                  },
                                  "value": ".tour__description__blurb",
                                  "rawValue": ".tour__description__blurb",
                                  "raw": "\".tour__description__blurb\""
                                }
                              ]
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 314,
                          "end": 360,
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 6
                            },
                            "end": {
                              "line": 11,
                              "column": 52
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 314,
                            "end": 359,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 51
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 314,
                              "end": 330,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 22
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 314,
                                "end": 318,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 319,
                                "end": 330,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                },
                                "name": "mobileBreak"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 333,
                              "end": 359,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 25
                                },
                                "end": {
                                  "line": 11,
                                  "column": 51
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 333,
                                "end": 352,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 44
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 333,
                                  "end": 340,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 32
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 341,
                                  "end": 352,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 33
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 44
                                    }
                                  },
                                  "name": "mobileBreak"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 356,
                                "end": 359,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 48
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 51
                                  }
                                },
                                "value": 518,
                                "rawValue": 518,
                                "raw": "518"
                              }
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 367,
                          "end": 416,
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 6
                            },
                            "end": {
                              "line": 12,
                              "column": 55
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 367,
                            "end": 415,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 54
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 367,
                              "end": 385,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 6
                                },
                                "end": {
                                  "line": 12,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 367,
                                "end": 371,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 10
                                  }
                                }
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 372,
                                "end": 385,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                },
                                "name": "headingHeight"
                              },
                              "computed": false
                            },
                            "right": {
                              "type": "LogicalExpression",
                              "start": 388,
                              "end": 415,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 27
                                },
                                "end": {
                                  "line": 12,
                                  "column": 54
                                }
                              },
                              "left": {
                                "type": "MemberExpression",
                                "start": 388,
                                "end": 409,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 48
                                  }
                                },
                                "object": {
                                  "type": "Identifier",
                                  "start": 388,
                                  "end": 395,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 34
                                    }
                                  },
                                  "name": "options"
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 396,
                                  "end": 409,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 35
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 48
                                    }
                                  },
                                  "name": "headingHeight"
                                },
                                "computed": false
                              },
                              "operator": "||",
                              "right": {
                                "type": "Literal",
                                "start": 413,
                                "end": 415,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 52
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 54
                                  }
                                },
                                "value": 18,
                                "rawValue": 18,
                                "raw": "18"
                              }
                            }
                          },
                          "trailingComments": [
                            {
                              "type": "CommentLine",
                              "value": " lovely magic numbers o_O",
                              "start": 417,
                              "end": 444,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 56
                                },
                                "end": {
                                  "line": 12,
                                  "column": 83
                                }
                              },
                              "range": [
                                417,
                                444
                              ]
                            }
                          ]
                        },
                        {
                          "type": "ExpressionStatement",
                          "start": 451,
                          "end": 529,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 6
                            },
                            "end": {
                              "line": 13,
                              "column": 84
                            }
                          },
                          "expression": {
                            "type": "AssignmentExpression",
                            "start": 451,
                            "end": 528,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 83
                              }
                            },
                            "operator": "=",
                            "left": {
                              "type": "MemberExpression",
                              "start": 451,
                              "end": 469,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 6
                                },
                                "end": {
                                  "line": 13,
                                  "column": 24
                                }
                              },
                              "object": {
                                "type": "ThisExpression",
                                "start": 451,
                                "end": 455,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 10
                                  }
                                },
                                "leadingComments": null
                              },
                              "property": {
                                "type": "Identifier",
                                "start": 456,
                                "end": 469,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                },
                                "name": "nativeSupport"
                              },
                              "computed": false,
                              "leadingComments": null
                            },
                            "right": {
                              "type": "BinaryExpression",
                              "start": 472,
                              "end": 528,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 27
                                },
                                "end": {
                                  "line": 13,
                                  "column": 83
                                }
                              },
                              "left": {
                                "type": "UnaryExpression",
                                "start": 472,
                                "end": 512,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 67
                                  }
                                },
                                "operator": "typeof",
                                "prefix": true,
                                "argument": {
                                  "type": "MemberExpression",
                                  "start": 479,
                                  "end": 512,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 34
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 67
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 479,
                                    "end": 496,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 51
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 479,
                                      "end": 490,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 45
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 479,
                                        "end": 487,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 42
                                          }
                                        },
                                        "object": {
                                          "type": "ThisExpression",
                                          "start": 479,
                                          "end": 483,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 38
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 484,
                                          "end": 487,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 39
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 42
                                            }
                                          },
                                          "name": "$el"
                                        },
                                        "computed": false
                                      },
                                      "property": {
                                        "type": "Literal",
                                        "start": 488,
                                        "end": 489,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 44
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "computed": true
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 491,
                                      "end": 496,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 46
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 51
                                        }
                                      },
                                      "name": "style"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 497,
                                    "end": 512,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 52
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 67
                                      }
                                    },
                                    "name": "webkitLineClamp"
                                  },
                                  "computed": false
                                }
                              },
                              "operator": "!==",
                              "right": {
                                "type": "Literal",
                                "start": 517,
                                "end": 528,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 72
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 83
                                  }
                                },
                                "value": "undefined",
                                "rawValue": "undefined",
                                "raw": "\"undefined\""
                              }
                            },
                            "leadingComments": null
                          },
                          "leadingComments": [
                            {
                              "type": "CommentLine",
                              "value": " lovely magic numbers o_O",
                              "start": 417,
                              "end": 444,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 56
                                },
                                "end": {
                                  "line": 12,
                                  "column": 83
                                }
                              },
                              "range": [
                                417,
                                444
                              ]
                            }
                          ]
                        },
                        {
                          "type": "IfStatement",
                          "start": 537,
                          "end": 686,
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 6
                            },
                            "end": {
                              "line": 21,
                              "column": 7
                            }
                          },
                          "test": {
                            "type": "UnaryExpression",
                            "start": 541,
                            "end": 567,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 10
                              },
                              "end": {
                                "line": 15,
                                "column": 36
                              }
                            },
                            "operator": "!",
                            "prefix": true,
                            "argument": {
                              "type": "CallExpression",
                              "start": 542,
                              "end": 567,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 11
                                },
                                "end": {
                                  "line": 15,
                                  "column": 36
                                }
                              },
                              "callee": {
                                "type": "MemberExpression",
                                "start": 542,
                                "end": 560,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 29
                                  }
                                },
                                "object": {
                                  "type": "CallExpression",
                                  "start": 542,
                                  "end": 551,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 20
                                    }
                                  },
                                  "callee": {
                                    "type": "Identifier",
                                    "start": 542,
                                    "end": 543,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 12
                                      }
                                    },
                                    "name": "$"
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 544,
                                      "end": 550,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 19
                                        }
                                      },
                                      "value": "html",
                                      "rawValue": "html",
                                      "raw": "\"html\""
                                    }
                                  ]
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 552,
                                  "end": 560,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 29
                                    }
                                  },
                                  "name": "hasClass"
                                },
                                "computed": false
                              },
                              "arguments": [
                                {
                                  "type": "Literal",
                                  "start": 561,
                                  "end": 566,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 30
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 35
                                    }
                                  },
                                  "value": "ie9",
                                  "rawValue": "ie9",
                                  "raw": "\"ie9\""
                                }
                              ]
                            }
                          },
                          "consequent": {
                            "type": "BlockStatement",
                            "start": 569,
                            "end": 686,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 38
                              },
                              "end": {
                                "line": 21,
                                "column": 7
                              }
                            },
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "start": 579,
                                "end": 597,
                                "loc": {
                                  "start": {
                                    "line": 16,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 16,
                                    "column": 26
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 579,
                                  "end": 596,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 25
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 579,
                                    "end": 594,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 23
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 579,
                                      "end": 583,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 584,
                                      "end": 594,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 23
                                        }
                                      },
                                      "name": "_clampText"
                                    },
                                    "computed": false
                                  },
                                  "arguments": []
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "start": 607,
                                "end": 678,
                                "loc": {
                                  "start": {
                                    "line": 18,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 11
                                  }
                                },
                                "expression": {
                                  "type": "CallExpression",
                                  "start": 607,
                                  "end": 677,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 10
                                    }
                                  },
                                  "callee": {
                                    "type": "MemberExpression",
                                    "start": 607,
                                    "end": 619,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 18,
                                        "column": 20
                                      }
                                    },
                                    "object": {
                                      "type": "CallExpression",
                                      "start": 607,
                                      "end": 616,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 17
                                        }
                                      },
                                      "callee": {
                                        "type": "Identifier",
                                        "start": 607,
                                        "end": 608,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 9
                                          }
                                        },
                                        "name": "$"
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "start": 609,
                                          "end": 615,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 10
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 16
                                            }
                                          },
                                          "name": "window"
                                        }
                                      ]
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 617,
                                      "end": 619,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 18
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 20
                                        }
                                      },
                                      "name": "on"
                                    },
                                    "computed": false
                                  },
                                  "arguments": [
                                    {
                                      "type": "Literal",
                                      "start": 620,
                                      "end": 628,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 29
                                        }
                                      },
                                      "value": "resize",
                                      "rawValue": "resize",
                                      "raw": "\"resize\""
                                    },
                                    {
                                      "type": "ArrowFunctionExpression",
                                      "start": 630,
                                      "end": 676,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 20,
                                          "column": 9
                                        }
                                      },
                                      "id": null,
                                      "generator": false,
                                      "expression": false,
                                      "async": false,
                                      "params": [],
                                      "body": {
                                        "type": "BlockStatement",
                                        "start": 636,
                                        "end": 676,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 37
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 648,
                                            "end": 666,
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 28
                                              }
                                            },
                                            "expression": {
                                              "type": "CallExpression",
                                              "start": 648,
                                              "end": 665,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 27
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 648,
                                                "end": 663,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 25
                                                  }
                                                },
                                                "object": {
                                                  "type": "ThisExpression",
                                                  "start": 648,
                                                  "end": 652,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 14
                                                    }
                                                  }
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 653,
                                                  "end": 663,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 15
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 25
                                                    }
                                                  },
                                                  "name": "_clampText"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            }
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          },
                          "alternate": null
                        }
                      ]
                    },
                    "alternate": null
                  }
                ]
              }
            }
          },
          {
            "type": "MethodDefinition",
            "start": 699,
            "end": 1316,
            "loc": {
              "start": {
                "line": 24,
                "column": 2
              },
              "end": {
                "line": 45,
                "column": 3
              }
            },
            "computed": false,
            "key": {
              "type": "Identifier",
              "start": 699,
              "end": 709,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 2
                },
                "end": {
                  "line": 24,
                  "column": 12
                }
              },
              "name": "_clampText"
            },
            "static": false,
            "kind": "method",
            "value": {
              "type": "FunctionExpression",
              "start": 709,
              "end": 1316,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 12
                },
                "end": {
                  "line": 45,
                  "column": 3
                }
              },
              "id": null,
              "generator": false,
              "expression": false,
              "async": false,
              "params": [],
              "body": {
                "type": "BlockStatement",
                "start": 712,
                "end": 1316,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 15
                  },
                  "end": {
                    "line": 45,
                    "column": 3
                  }
                },
                "body": [
                  {
                    "type": "ExpressionStatement",
                    "start": 718,
                    "end": 1312,
                    "loc": {
                      "start": {
                        "line": 25,
                        "column": 4
                      },
                      "end": {
                        "line": 44,
                        "column": 7
                      }
                    },
                    "expression": {
                      "type": "CallExpression",
                      "start": 718,
                      "end": 1311,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 6
                        }
                      },
                      "callee": {
                        "type": "MemberExpression",
                        "start": 718,
                        "end": 734,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 25,
                            "column": 20
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 718,
                          "end": 729,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 15
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 718,
                            "end": 722,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 8
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 723,
                            "end": 729,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 9
                              },
                              "end": {
                                "line": 25,
                                "column": 15
                              }
                            },
                            "name": "blurbs"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Identifier",
                          "start": 730,
                          "end": 734,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 16
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            }
                          },
                          "name": "each"
                        },
                        "computed": false
                      },
                      "arguments": [
                        {
                          "type": "ArrowFunctionExpression",
                          "start": 735,
                          "end": 1310,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 21
                            },
                            "end": {
                              "line": 44,
                              "column": 5
                            }
                          },
                          "id": null,
                          "generator": false,
                          "expression": false,
                          "async": false,
                          "params": [
                            {
                              "type": "Identifier",
                              "start": 736,
                              "end": 741,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 22
                                },
                                "end": {
                                  "line": 25,
                                  "column": 27
                                }
                              },
                              "name": "index"
                            },
                            {
                              "type": "Identifier",
                              "start": 743,
                              "end": 748,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 29
                                },
                                "end": {
                                  "line": 25,
                                  "column": 34
                                }
                              },
                              "name": "blurb"
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "start": 753,
                            "end": 1310,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 39
                              },
                              "end": {
                                "line": 44,
                                "column": 5
                              }
                            },
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "start": 761,
                                "end": 985,
                                "loc": {
                                  "start": {
                                    "line": 26,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 27
                                  }
                                },
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 765,
                                    "end": 790,
                                    "loc": {
                                      "start": {
                                        "line": 26,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 26,
                                        "column": 35
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 765,
                                      "end": 772,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 17
                                        }
                                      },
                                      "name": "heading"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 775,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 35
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 775,
                                        "end": 788,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 33
                                          }
                                        },
                                        "object": {
                                          "type": "CallExpression",
                                          "start": 775,
                                          "end": 783,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 28
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 775,
                                            "end": 776,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 21
                                              }
                                            },
                                            "name": "$"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 777,
                                              "end": 782,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 27
                                                }
                                              },
                                              "name": "blurb"
                                            }
                                          ]
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 784,
                                          "end": 788,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 29
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 33
                                            }
                                          },
                                          "name": "prev"
                                        },
                                        "computed": false
                                      },
                                      "arguments": []
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 802,
                                    "end": 824,
                                    "loc": {
                                      "start": {
                                        "line": 27,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 27,
                                        "column": 32
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 802,
                                      "end": 811,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 19
                                        }
                                      },
                                      "name": "headingEl"
                                    },
                                    "init": {
                                      "type": "MemberExpression",
                                      "start": 814,
                                      "end": 824,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 22
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 32
                                        }
                                      },
                                      "object": {
                                        "type": "Identifier",
                                        "start": 814,
                                        "end": 821,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 29
                                          }
                                        },
                                        "name": "heading"
                                      },
                                      "property": {
                                        "type": "Literal",
                                        "start": 822,
                                        "end": 823,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 30
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 31
                                          }
                                        },
                                        "value": 0,
                                        "rawValue": 0,
                                        "raw": "0"
                                      },
                                      "computed": true
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 836,
                                    "end": 900,
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 74
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 836,
                                      "end": 848,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 22
                                        }
                                      },
                                      "name": "headingLines"
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "start": 851,
                                      "end": 900,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 74
                                        }
                                      },
                                      "callee": {
                                        "type": "MemberExpression",
                                        "start": 851,
                                        "end": 861,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 35
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 851,
                                          "end": 855,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 29
                                            }
                                          },
                                          "name": "Math"
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "start": 856,
                                          "end": 861,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 35
                                            }
                                          },
                                          "name": "floor"
                                        },
                                        "computed": false
                                      },
                                      "arguments": [
                                        {
                                          "type": "BinaryExpression",
                                          "start": 862,
                                          "end": 899,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 36
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 73
                                            }
                                          },
                                          "left": {
                                            "type": "CallExpression",
                                            "start": 862,
                                            "end": 878,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 52
                                              }
                                            },
                                            "callee": {
                                              "type": "MemberExpression",
                                              "start": 862,
                                              "end": 876,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 50
                                                }
                                              },
                                              "object": {
                                                "type": "Identifier",
                                                "start": 862,
                                                "end": 869,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 43
                                                  }
                                                },
                                                "name": "heading"
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 870,
                                                "end": 876,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 44
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 50
                                                  }
                                                },
                                                "name": "height"
                                              },
                                              "computed": false
                                            },
                                            "arguments": []
                                          },
                                          "operator": "/",
                                          "right": {
                                            "type": "MemberExpression",
                                            "start": 881,
                                            "end": 899,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 55
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 73
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 881,
                                              "end": 885,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 59
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 886,
                                              "end": 899,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 60
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 73
                                                }
                                              },
                                              "name": "headingHeight"
                                            },
                                            "computed": false
                                          }
                                        }
                                      ]
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 912,
                                    "end": 956,
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 54
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 912,
                                      "end": 922,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 20
                                        }
                                      },
                                      "name": "blurbClamp"
                                    },
                                    "init": {
                                      "type": "BinaryExpression",
                                      "start": 925,
                                      "end": 956,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 23
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 54
                                        }
                                      },
                                      "left": {
                                        "type": "BinaryExpression",
                                        "start": 925,
                                        "end": 952,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 50
                                          }
                                        },
                                        "left": {
                                          "type": "MemberExpression",
                                          "start": 925,
                                          "end": 937,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 925,
                                            "end": 929,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 930,
                                            "end": 937,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 35
                                              }
                                            },
                                            "name": "clampAt"
                                          },
                                          "computed": false
                                        },
                                        "operator": "-",
                                        "right": {
                                          "type": "Identifier",
                                          "start": 940,
                                          "end": 952,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 38
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 50
                                            }
                                          },
                                          "name": "headingLines"
                                        }
                                      },
                                      "operator": "+",
                                      "right": {
                                        "type": "Literal",
                                        "start": 955,
                                        "end": 956,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 53
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 54
                                          }
                                        },
                                        "value": 1,
                                        "rawValue": 1,
                                        "raw": "1"
                                      }
                                    }
                                  },
                                  {
                                    "type": "VariableDeclarator",
                                    "start": 968,
                                    "end": 984,
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 26
                                      }
                                    },
                                    "id": {
                                      "type": "Identifier",
                                      "start": 968,
                                      "end": 980,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 22
                                        }
                                      },
                                      "name": "headingClamp"
                                    },
                                    "init": {
                                      "type": "Literal",
                                      "start": 983,
                                      "end": 984,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 26
                                        }
                                      },
                                      "value": 3,
                                      "rawValue": 3,
                                      "raw": "3"
                                    }
                                  }
                                ],
                                "kind": "let"
                              },
                              {
                                "type": "IfStatement",
                                "start": 993,
                                "end": 1303,
                                "loc": {
                                  "start": {
                                    "line": 32,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 42,
                                    "column": 7
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "start": 997,
                                  "end": 1014,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 10
                                    },
                                    "end": {
                                      "line": 32,
                                      "column": 27
                                    }
                                  },
                                  "left": {
                                    "type": "Identifier",
                                    "start": 997,
                                    "end": 1009,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 22
                                      }
                                    },
                                    "name": "headingLines"
                                  },
                                  "operator": ">=",
                                  "right": {
                                    "type": "Literal",
                                    "start": 1013,
                                    "end": 1014,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 27
                                      }
                                    },
                                    "value": 3,
                                    "rawValue": 3,
                                    "raw": "3"
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "start": 1016,
                                  "end": 1172,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 29
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1026,
                                      "end": 1066,
                                      "loc": {
                                        "start": {
                                          "line": 33,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 33,
                                          "column": 48
                                        }
                                      },
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "start": 1026,
                                        "end": 1065,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 47
                                          }
                                        },
                                        "operator": "=",
                                        "left": {
                                          "type": "Identifier",
                                          "start": 1026,
                                          "end": 1036,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 18
                                            }
                                          },
                                          "name": "blurbClamp"
                                        },
                                        "right": {
                                          "type": "ConditionalExpression",
                                          "start": 1039,
                                          "end": 1065,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 21
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 47
                                            }
                                          },
                                          "test": {
                                            "type": "MemberExpression",
                                            "start": 1039,
                                            "end": 1057,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 39
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1039,
                                              "end": 1043,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 25
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1044,
                                              "end": 1057,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 39
                                                }
                                              },
                                              "name": "nativeSupport"
                                            },
                                            "computed": false
                                          },
                                          "consequent": {
                                            "type": "Literal",
                                            "start": 1060,
                                            "end": 1061,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 42
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 43
                                              }
                                            },
                                            "value": 1,
                                            "rawValue": 1,
                                            "raw": "1"
                                          },
                                          "alternate": {
                                            "type": "Literal",
                                            "start": 1064,
                                            "end": 1065,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 47
                                              }
                                            },
                                            "value": 2,
                                            "rawValue": 2,
                                            "raw": "2"
                                          }
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1075,
                                      "end": 1118,
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 51
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1075,
                                        "end": 1117,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 50
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1075,
                                          "end": 1081,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 14
                                            }
                                          },
                                          "name": "$clamp"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1082,
                                            "end": 1091,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 24
                                              }
                                            },
                                            "name": "headingEl"
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1093,
                                            "end": 1116,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 26
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 49
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1095,
                                                "end": 1114,
                                                "loc": {
                                                  "start": {
                                                    "line": 34,
                                                    "column": 28
                                                  },
                                                  "end": {
                                                    "line": 34,
                                                    "column": 47
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1095,
                                                  "end": 1100,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 33
                                                    }
                                                  },
                                                  "name": "clamp"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1102,
                                                  "end": 1114,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 35
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 47
                                                    }
                                                  },
                                                  "name": "headingClamp"
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1127,
                                      "end": 1164,
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1127,
                                        "end": 1163,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1127,
                                          "end": 1133,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 14
                                            }
                                          },
                                          "name": "$clamp"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1134,
                                            "end": 1139,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 20
                                              }
                                            },
                                            "name": "blurb"
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1141,
                                            "end": 1162,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 43
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1143,
                                                "end": 1160,
                                                "loc": {
                                                  "start": {
                                                    "line": 35,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 35,
                                                    "column": 41
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1143,
                                                  "end": 1148,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 29
                                                    }
                                                  },
                                                  "name": "clamp"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1150,
                                                  "end": 1160,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "blurbClamp"
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "start": 1178,
                                  "end": 1303,
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 7
                                    }
                                  },
                                  "body": [
                                    {
                                      "type": "IfStatement",
                                      "start": 1188,
                                      "end": 1248,
                                      "loc": {
                                        "start": {
                                          "line": 37,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 9
                                        }
                                      },
                                      "test": {
                                        "type": "UnaryExpression",
                                        "start": 1192,
                                        "end": 1211,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 37,
                                            "column": 31
                                          }
                                        },
                                        "operator": "!",
                                        "prefix": true,
                                        "argument": {
                                          "type": "MemberExpression",
                                          "start": 1193,
                                          "end": 1211,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 13
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 31
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 1193,
                                            "end": 1197,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 17
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 1198,
                                            "end": 1211,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 18
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 31
                                              }
                                            },
                                            "name": "nativeSupport"
                                          },
                                          "computed": false
                                        }
                                      },
                                      "consequent": {
                                        "type": "BlockStatement",
                                        "start": 1213,
                                        "end": 1248,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 33
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 9
                                          }
                                        },
                                        "body": [
                                          {
                                            "type": "ExpressionStatement",
                                            "start": 1225,
                                            "end": 1238,
                                            "loc": {
                                              "start": {
                                                "line": 38,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 38,
                                                "column": 23
                                              }
                                            },
                                            "expression": {
                                              "type": "UpdateExpression",
                                              "start": 1225,
                                              "end": 1237,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 22
                                                }
                                              },
                                              "operator": "++",
                                              "prefix": false,
                                              "argument": {
                                                "type": "Identifier",
                                                "start": 1225,
                                                "end": 1235,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 20
                                                  }
                                                },
                                                "name": "blurbClamp"
                                              }
                                            }
                                          }
                                        ]
                                      },
                                      "alternate": null
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "start": 1258,
                                      "end": 1295,
                                      "loc": {
                                        "start": {
                                          "line": 41,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 41,
                                          "column": 45
                                        }
                                      },
                                      "expression": {
                                        "type": "CallExpression",
                                        "start": 1258,
                                        "end": 1294,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 44
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 1258,
                                          "end": 1264,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 14
                                            }
                                          },
                                          "name": "$clamp"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 1265,
                                            "end": 1270,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 20
                                              }
                                            },
                                            "name": "blurb"
                                          },
                                          {
                                            "type": "ObjectExpression",
                                            "start": 1272,
                                            "end": 1293,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 22
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 43
                                              }
                                            },
                                            "properties": [
                                              {
                                                "type": "Property",
                                                "start": 1274,
                                                "end": 1291,
                                                "loc": {
                                                  "start": {
                                                    "line": 41,
                                                    "column": 24
                                                  },
                                                  "end": {
                                                    "line": 41,
                                                    "column": 41
                                                  }
                                                },
                                                "method": false,
                                                "shorthand": false,
                                                "computed": false,
                                                "key": {
                                                  "type": "Identifier",
                                                  "start": 1274,
                                                  "end": 1279,
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 29
                                                    }
                                                  },
                                                  "name": "clamp"
                                                },
                                                "value": {
                                                  "type": "Identifier",
                                                  "start": 1281,
                                                  "end": 1291,
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 31
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 41
                                                    }
                                                  },
                                                  "name": "blurbClamp"
                                                },
                                                "kind": "init"
                                              }
                                            ]
                                          }
                                        ]
                                      }
                                    }
                                  ]
                                }
                              }
                            ]
                          }
                        }
                      ]
                    }
                  }
                ]
              }
            }
          }
        ]
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "Identifier",
      "start": 1320,
      "end": 1350,
      "loc": {
        "start": {
          "line": 48,
          "column": 0
        },
        "end": {
          "line": 48,
          "column": 30
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 1335,
        "end": 1349,
        "loc": {
          "start": {
            "line": 48,
            "column": 15
          },
          "end": {
            "line": 48,
            "column": 29
          }
        },
        "name": "ToursComponent"
      },
      "name": "_",
      "leadingComments": [],
      "trailingComments": []
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 1320,
      "end": 1350,
      "loc": {
        "start": {
          "line": 48,
          "column": 0
        },
        "end": {
          "line": 48,
          "column": 30
        }
      },
      "declaration": {
        "type": "ClassDeclaration",
        "start": 113,
        "end": 1318,
        "loc": {
          "start": {
            "line": 6,
            "column": 0
          },
          "end": {
            "line": 46,
            "column": 1
          }
        },
        "id": {
          "type": "Identifier",
          "start": 119,
          "end": 133,
          "loc": {
            "start": {
              "line": 6,
              "column": 6
            },
            "end": {
              "line": 6,
              "column": 20
            }
          },
          "name": "ToursComponent"
        },
        "superClass": {
          "type": "Identifier",
          "start": 142,
          "end": 151,
          "loc": {
            "start": {
              "line": 6,
              "column": 29
            },
            "end": {
              "line": 6,
              "column": 38
            }
          },
          "name": "Component"
        },
        "body": {
          "type": "ClassBody",
          "start": 152,
          "end": 1318,
          "loc": {
            "start": {
              "line": 6,
              "column": 39
            },
            "end": {
              "line": 46,
              "column": 1
            }
          },
          "body": [
            {
              "type": "MethodDefinition",
              "start": 156,
              "end": 696,
              "loc": {
                "start": {
                  "line": 7,
                  "column": 2
                },
                "end": {
                  "line": 23,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 156,
                "end": 166,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 2
                  },
                  "end": {
                    "line": 7,
                    "column": 12
                  }
                },
                "name": "initialize"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 166,
                "end": 696,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12
                  },
                  "end": {
                    "line": 23,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [
                  {
                    "type": "Identifier",
                    "start": 167,
                    "end": 174,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 13
                      },
                      "end": {
                        "line": 7,
                        "column": 20
                      }
                    },
                    "name": "options"
                  }
                ],
                "body": {
                  "type": "BlockStatement",
                  "start": 176,
                  "end": 696,
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 22
                    },
                    "end": {
                      "line": 23,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "IfStatement",
                      "start": 182,
                      "end": 692,
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 5
                        }
                      },
                      "test": {
                        "type": "MemberExpression",
                        "start": 186,
                        "end": 197,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 8
                          },
                          "end": {
                            "line": 8,
                            "column": 19
                          }
                        },
                        "object": {
                          "type": "MemberExpression",
                          "start": 186,
                          "end": 194,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 8
                            },
                            "end": {
                              "line": 8,
                              "column": 16
                            }
                          },
                          "object": {
                            "type": "ThisExpression",
                            "start": 186,
                            "end": 190,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 8
                              },
                              "end": {
                                "line": 8,
                                "column": 12
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 191,
                            "end": 194,
                            "loc": {
                              "start": {
                                "line": 8,
                                "column": 13
                              },
                              "end": {
                                "line": 8,
                                "column": 16
                              }
                            },
                            "name": "$el"
                          },
                          "computed": false
                        },
                        "property": {
                          "type": "Literal",
                          "start": 195,
                          "end": 196,
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 17
                            },
                            "end": {
                              "line": 8,
                              "column": 18
                            }
                          },
                          "value": 0,
                          "rawValue": 0,
                          "raw": "0"
                        },
                        "computed": true
                      },
                      "consequent": {
                        "type": "BlockStatement",
                        "start": 199,
                        "end": 692,
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 21
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        },
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "start": 207,
                            "end": 243,
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 6
                              },
                              "end": {
                                "line": 9,
                                "column": 42
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 207,
                              "end": 242,
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 6
                                },
                                "end": {
                                  "line": 9,
                                  "column": 41
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 207,
                                "end": 219,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 18
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 207,
                                  "end": 211,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 212,
                                  "end": 219,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 18
                                    }
                                  },
                                  "name": "clampAt"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 222,
                                "end": 242,
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 41
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 222,
                                  "end": 237,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 21
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 36
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 222,
                                    "end": 229,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 28
                                      }
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 230,
                                    "end": 237,
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 36
                                      }
                                    },
                                    "name": "clampAt"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 241,
                                  "end": 242,
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 40
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 41
                                    }
                                  },
                                  "value": 3,
                                  "rawValue": 3,
                                  "raw": "3"
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 250,
                            "end": 307,
                            "loc": {
                              "start": {
                                "line": 10,
                                "column": 6
                              },
                              "end": {
                                "line": 10,
                                "column": 63
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 250,
                              "end": 306,
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 6
                                },
                                "end": {
                                  "line": 10,
                                  "column": 62
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 250,
                                "end": 261,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 17
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 250,
                                  "end": 254,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 255,
                                  "end": 261,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 17
                                    }
                                  },
                                  "name": "blurbs"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "CallExpression",
                                "start": 264,
                                "end": 306,
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 62
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 264,
                                  "end": 277,
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 20
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 33
                                    }
                                  },
                                  "object": {
                                    "type": "MemberExpression",
                                    "start": 264,
                                    "end": 272,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 28
                                      }
                                    },
                                    "object": {
                                      "type": "ThisExpression",
                                      "start": 264,
                                      "end": 268,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 24
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 269,
                                      "end": 272,
                                      "loc": {
                                        "start": {
                                          "line": 10,
                                          "column": 25
                                        },
                                        "end": {
                                          "line": 10,
                                          "column": 28
                                        }
                                      },
                                      "name": "$el"
                                    },
                                    "computed": false
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 273,
                                    "end": 277,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 33
                                      }
                                    },
                                    "name": "find"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 278,
                                    "end": 305,
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 61
                                      }
                                    },
                                    "value": ".tour__description__blurb",
                                    "rawValue": ".tour__description__blurb",
                                    "raw": "\".tour__description__blurb\""
                                  }
                                ]
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 314,
                            "end": 360,
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 6
                              },
                              "end": {
                                "line": 11,
                                "column": 52
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 314,
                              "end": 359,
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 6
                                },
                                "end": {
                                  "line": 11,
                                  "column": 51
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 314,
                                "end": 330,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 22
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 314,
                                  "end": 318,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 319,
                                  "end": 330,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 22
                                    }
                                  },
                                  "name": "mobileBreak"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 333,
                                "end": 359,
                                "loc": {
                                  "start": {
                                    "line": 11,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 11,
                                    "column": 51
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 333,
                                  "end": 352,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 25
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 44
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 333,
                                    "end": 340,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 25
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 32
                                      }
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 341,
                                    "end": 352,
                                    "loc": {
                                      "start": {
                                        "line": 11,
                                        "column": 33
                                      },
                                      "end": {
                                        "line": 11,
                                        "column": 44
                                      }
                                    },
                                    "name": "mobileBreak"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 356,
                                  "end": 359,
                                  "loc": {
                                    "start": {
                                      "line": 11,
                                      "column": 48
                                    },
                                    "end": {
                                      "line": 11,
                                      "column": 51
                                    }
                                  },
                                  "value": 518,
                                  "rawValue": 518,
                                  "raw": "518"
                                }
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 367,
                            "end": 416,
                            "loc": {
                              "start": {
                                "line": 12,
                                "column": 6
                              },
                              "end": {
                                "line": 12,
                                "column": 55
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 367,
                              "end": 415,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 6
                                },
                                "end": {
                                  "line": 12,
                                  "column": 54
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 367,
                                "end": 385,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 367,
                                  "end": 371,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 10
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 372,
                                  "end": 385,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 24
                                    }
                                  },
                                  "name": "headingHeight"
                                },
                                "computed": false
                              },
                              "right": {
                                "type": "LogicalExpression",
                                "start": 388,
                                "end": 415,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 54
                                  }
                                },
                                "left": {
                                  "type": "MemberExpression",
                                  "start": 388,
                                  "end": 409,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 48
                                    }
                                  },
                                  "object": {
                                    "type": "Identifier",
                                    "start": 388,
                                    "end": 395,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 27
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 34
                                      }
                                    },
                                    "name": "options"
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 396,
                                    "end": 409,
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 35
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 48
                                      }
                                    },
                                    "name": "headingHeight"
                                  },
                                  "computed": false
                                },
                                "operator": "||",
                                "right": {
                                  "type": "Literal",
                                  "start": 413,
                                  "end": 415,
                                  "loc": {
                                    "start": {
                                      "line": 12,
                                      "column": 52
                                    },
                                    "end": {
                                      "line": 12,
                                      "column": 54
                                    }
                                  },
                                  "value": 18,
                                  "rawValue": 18,
                                  "raw": "18"
                                }
                              }
                            },
                            "trailingComments": [
                              {
                                "type": "CommentLine",
                                "value": " lovely magic numbers o_O",
                                "start": 417,
                                "end": 444,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 83
                                  }
                                },
                                "range": [
                                  417,
                                  444
                                ]
                              }
                            ]
                          },
                          {
                            "type": "ExpressionStatement",
                            "start": 451,
                            "end": 529,
                            "loc": {
                              "start": {
                                "line": 13,
                                "column": 6
                              },
                              "end": {
                                "line": 13,
                                "column": 84
                              }
                            },
                            "expression": {
                              "type": "AssignmentExpression",
                              "start": 451,
                              "end": 528,
                              "loc": {
                                "start": {
                                  "line": 13,
                                  "column": 6
                                },
                                "end": {
                                  "line": 13,
                                  "column": 83
                                }
                              },
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "start": 451,
                                "end": 469,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 6
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 24
                                  }
                                },
                                "object": {
                                  "type": "ThisExpression",
                                  "start": 451,
                                  "end": 455,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 10
                                    }
                                  },
                                  "leadingComments": null
                                },
                                "property": {
                                  "type": "Identifier",
                                  "start": 456,
                                  "end": 469,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 24
                                    }
                                  },
                                  "name": "nativeSupport"
                                },
                                "computed": false,
                                "leadingComments": null
                              },
                              "right": {
                                "type": "BinaryExpression",
                                "start": 472,
                                "end": 528,
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 27
                                  },
                                  "end": {
                                    "line": 13,
                                    "column": 83
                                  }
                                },
                                "left": {
                                  "type": "UnaryExpression",
                                  "start": 472,
                                  "end": 512,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 27
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 67
                                    }
                                  },
                                  "operator": "typeof",
                                  "prefix": true,
                                  "argument": {
                                    "type": "MemberExpression",
                                    "start": 479,
                                    "end": 512,
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 34
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 67
                                      }
                                    },
                                    "object": {
                                      "type": "MemberExpression",
                                      "start": 479,
                                      "end": 496,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 34
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 51
                                        }
                                      },
                                      "object": {
                                        "type": "MemberExpression",
                                        "start": 479,
                                        "end": 490,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 34
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 45
                                          }
                                        },
                                        "object": {
                                          "type": "MemberExpression",
                                          "start": 479,
                                          "end": 487,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 34
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 42
                                            }
                                          },
                                          "object": {
                                            "type": "ThisExpression",
                                            "start": 479,
                                            "end": 483,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 34
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 38
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 484,
                                            "end": 487,
                                            "loc": {
                                              "start": {
                                                "line": 13,
                                                "column": 39
                                              },
                                              "end": {
                                                "line": 13,
                                                "column": 42
                                              }
                                            },
                                            "name": "$el"
                                          },
                                          "computed": false
                                        },
                                        "property": {
                                          "type": "Literal",
                                          "start": 488,
                                          "end": 489,
                                          "loc": {
                                            "start": {
                                              "line": 13,
                                              "column": 43
                                            },
                                            "end": {
                                              "line": 13,
                                              "column": 44
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "computed": true
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 491,
                                        "end": 496,
                                        "loc": {
                                          "start": {
                                            "line": 13,
                                            "column": 46
                                          },
                                          "end": {
                                            "line": 13,
                                            "column": 51
                                          }
                                        },
                                        "name": "style"
                                      },
                                      "computed": false
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "start": 497,
                                      "end": 512,
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 52
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 67
                                        }
                                      },
                                      "name": "webkitLineClamp"
                                    },
                                    "computed": false
                                  }
                                },
                                "operator": "!==",
                                "right": {
                                  "type": "Literal",
                                  "start": 517,
                                  "end": 528,
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 72
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 83
                                    }
                                  },
                                  "value": "undefined",
                                  "rawValue": "undefined",
                                  "raw": "\"undefined\""
                                }
                              },
                              "leadingComments": null
                            },
                            "leadingComments": [
                              {
                                "type": "CommentLine",
                                "value": " lovely magic numbers o_O",
                                "start": 417,
                                "end": 444,
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 56
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 83
                                  }
                                },
                                "range": [
                                  417,
                                  444
                                ]
                              }
                            ]
                          },
                          {
                            "type": "IfStatement",
                            "start": 537,
                            "end": 686,
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 6
                              },
                              "end": {
                                "line": 21,
                                "column": 7
                              }
                            },
                            "test": {
                              "type": "UnaryExpression",
                              "start": 541,
                              "end": 567,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 10
                                },
                                "end": {
                                  "line": 15,
                                  "column": 36
                                }
                              },
                              "operator": "!",
                              "prefix": true,
                              "argument": {
                                "type": "CallExpression",
                                "start": 542,
                                "end": 567,
                                "loc": {
                                  "start": {
                                    "line": 15,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 15,
                                    "column": 36
                                  }
                                },
                                "callee": {
                                  "type": "MemberExpression",
                                  "start": 542,
                                  "end": 560,
                                  "loc": {
                                    "start": {
                                      "line": 15,
                                      "column": 11
                                    },
                                    "end": {
                                      "line": 15,
                                      "column": 29
                                    }
                                  },
                                  "object": {
                                    "type": "CallExpression",
                                    "start": 542,
                                    "end": 551,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 11
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 20
                                      }
                                    },
                                    "callee": {
                                      "type": "Identifier",
                                      "start": 542,
                                      "end": 543,
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 11
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 12
                                        }
                                      },
                                      "name": "$"
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 544,
                                        "end": 550,
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 19
                                          }
                                        },
                                        "value": "html",
                                        "rawValue": "html",
                                        "raw": "\"html\""
                                      }
                                    ]
                                  },
                                  "property": {
                                    "type": "Identifier",
                                    "start": 552,
                                    "end": 560,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 21
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 29
                                      }
                                    },
                                    "name": "hasClass"
                                  },
                                  "computed": false
                                },
                                "arguments": [
                                  {
                                    "type": "Literal",
                                    "start": 561,
                                    "end": 566,
                                    "loc": {
                                      "start": {
                                        "line": 15,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 15,
                                        "column": 35
                                      }
                                    },
                                    "value": "ie9",
                                    "rawValue": "ie9",
                                    "raw": "\"ie9\""
                                  }
                                ]
                              }
                            },
                            "consequent": {
                              "type": "BlockStatement",
                              "start": 569,
                              "end": 686,
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 38
                                },
                                "end": {
                                  "line": 21,
                                  "column": 7
                                }
                              },
                              "body": [
                                {
                                  "type": "ExpressionStatement",
                                  "start": 579,
                                  "end": 597,
                                  "loc": {
                                    "start": {
                                      "line": 16,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 16,
                                      "column": 26
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 579,
                                    "end": 596,
                                    "loc": {
                                      "start": {
                                        "line": 16,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 16,
                                        "column": 25
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 579,
                                      "end": 594,
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 23
                                        }
                                      },
                                      "object": {
                                        "type": "ThisExpression",
                                        "start": 579,
                                        "end": 583,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 584,
                                        "end": 594,
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 23
                                          }
                                        },
                                        "name": "_clampText"
                                      },
                                      "computed": false
                                    },
                                    "arguments": []
                                  }
                                },
                                {
                                  "type": "ExpressionStatement",
                                  "start": 607,
                                  "end": 678,
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 11
                                    }
                                  },
                                  "expression": {
                                    "type": "CallExpression",
                                    "start": 607,
                                    "end": 677,
                                    "loc": {
                                      "start": {
                                        "line": 18,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 20,
                                        "column": 10
                                      }
                                    },
                                    "callee": {
                                      "type": "MemberExpression",
                                      "start": 607,
                                      "end": 619,
                                      "loc": {
                                        "start": {
                                          "line": 18,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 18,
                                          "column": 20
                                        }
                                      },
                                      "object": {
                                        "type": "CallExpression",
                                        "start": 607,
                                        "end": 616,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 17
                                          }
                                        },
                                        "callee": {
                                          "type": "Identifier",
                                          "start": 607,
                                          "end": 608,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 18,
                                              "column": 9
                                            }
                                          },
                                          "name": "$"
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "start": 609,
                                            "end": 615,
                                            "loc": {
                                              "start": {
                                                "line": 18,
                                                "column": 10
                                              },
                                              "end": {
                                                "line": 18,
                                                "column": 16
                                              }
                                            },
                                            "name": "window"
                                          }
                                        ]
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "start": 617,
                                        "end": 619,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 18
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 20
                                          }
                                        },
                                        "name": "on"
                                      },
                                      "computed": false
                                    },
                                    "arguments": [
                                      {
                                        "type": "Literal",
                                        "start": 620,
                                        "end": 628,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 18,
                                            "column": 29
                                          }
                                        },
                                        "value": "resize",
                                        "rawValue": "resize",
                                        "raw": "\"resize\""
                                      },
                                      {
                                        "type": "ArrowFunctionExpression",
                                        "start": 630,
                                        "end": 676,
                                        "loc": {
                                          "start": {
                                            "line": 18,
                                            "column": 31
                                          },
                                          "end": {
                                            "line": 20,
                                            "column": 9
                                          }
                                        },
                                        "id": null,
                                        "generator": false,
                                        "expression": false,
                                        "async": false,
                                        "params": [],
                                        "body": {
                                          "type": "BlockStatement",
                                          "start": 636,
                                          "end": 676,
                                          "loc": {
                                            "start": {
                                              "line": 18,
                                              "column": 37
                                            },
                                            "end": {
                                              "line": 20,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 648,
                                              "end": 666,
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 28
                                                }
                                              },
                                              "expression": {
                                                "type": "CallExpression",
                                                "start": 648,
                                                "end": 665,
                                                "loc": {
                                                  "start": {
                                                    "line": 19,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 19,
                                                    "column": 27
                                                  }
                                                },
                                                "callee": {
                                                  "type": "MemberExpression",
                                                  "start": 648,
                                                  "end": 663,
                                                  "loc": {
                                                    "start": {
                                                      "line": 19,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 19,
                                                      "column": 25
                                                    }
                                                  },
                                                  "object": {
                                                    "type": "ThisExpression",
                                                    "start": 648,
                                                    "end": 652,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 10
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 14
                                                      }
                                                    }
                                                  },
                                                  "property": {
                                                    "type": "Identifier",
                                                    "start": 653,
                                                    "end": 663,
                                                    "loc": {
                                                      "start": {
                                                        "line": 19,
                                                        "column": 15
                                                      },
                                                      "end": {
                                                        "line": 19,
                                                        "column": 25
                                                      }
                                                    },
                                                    "name": "_clampText"
                                                  },
                                                  "computed": false
                                                },
                                                "arguments": []
                                              }
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            },
                            "alternate": null
                          }
                        ]
                      },
                      "alternate": null
                    }
                  ]
                }
              }
            },
            {
              "type": "MethodDefinition",
              "start": 699,
              "end": 1316,
              "loc": {
                "start": {
                  "line": 24,
                  "column": 2
                },
                "end": {
                  "line": 45,
                  "column": 3
                }
              },
              "computed": false,
              "key": {
                "type": "Identifier",
                "start": 699,
                "end": 709,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 2
                  },
                  "end": {
                    "line": 24,
                    "column": 12
                  }
                },
                "name": "_clampText"
              },
              "static": false,
              "kind": "method",
              "value": {
                "type": "FunctionExpression",
                "start": 709,
                "end": 1316,
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 12
                  },
                  "end": {
                    "line": 45,
                    "column": 3
                  }
                },
                "id": null,
                "generator": false,
                "expression": false,
                "async": false,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "start": 712,
                  "end": 1316,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 15
                    },
                    "end": {
                      "line": 45,
                      "column": 3
                    }
                  },
                  "body": [
                    {
                      "type": "ExpressionStatement",
                      "start": 718,
                      "end": 1312,
                      "loc": {
                        "start": {
                          "line": 25,
                          "column": 4
                        },
                        "end": {
                          "line": 44,
                          "column": 7
                        }
                      },
                      "expression": {
                        "type": "CallExpression",
                        "start": 718,
                        "end": 1311,
                        "loc": {
                          "start": {
                            "line": 25,
                            "column": 4
                          },
                          "end": {
                            "line": 44,
                            "column": 6
                          }
                        },
                        "callee": {
                          "type": "MemberExpression",
                          "start": 718,
                          "end": 734,
                          "loc": {
                            "start": {
                              "line": 25,
                              "column": 4
                            },
                            "end": {
                              "line": 25,
                              "column": 20
                            }
                          },
                          "object": {
                            "type": "MemberExpression",
                            "start": 718,
                            "end": 729,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 4
                              },
                              "end": {
                                "line": 25,
                                "column": 15
                              }
                            },
                            "object": {
                              "type": "ThisExpression",
                              "start": 718,
                              "end": 722,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 4
                                },
                                "end": {
                                  "line": 25,
                                  "column": 8
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "start": 723,
                              "end": 729,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 9
                                },
                                "end": {
                                  "line": 25,
                                  "column": 15
                                }
                              },
                              "name": "blurbs"
                            },
                            "computed": false
                          },
                          "property": {
                            "type": "Identifier",
                            "start": 730,
                            "end": 734,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 16
                              },
                              "end": {
                                "line": 25,
                                "column": 20
                              }
                            },
                            "name": "each"
                          },
                          "computed": false
                        },
                        "arguments": [
                          {
                            "type": "ArrowFunctionExpression",
                            "start": 735,
                            "end": 1310,
                            "loc": {
                              "start": {
                                "line": 25,
                                "column": 21
                              },
                              "end": {
                                "line": 44,
                                "column": 5
                              }
                            },
                            "id": null,
                            "generator": false,
                            "expression": false,
                            "async": false,
                            "params": [
                              {
                                "type": "Identifier",
                                "start": 736,
                                "end": 741,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 22
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 27
                                  }
                                },
                                "name": "index"
                              },
                              {
                                "type": "Identifier",
                                "start": 743,
                                "end": 748,
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 29
                                  },
                                  "end": {
                                    "line": 25,
                                    "column": 34
                                  }
                                },
                                "name": "blurb"
                              }
                            ],
                            "body": {
                              "type": "BlockStatement",
                              "start": 753,
                              "end": 1310,
                              "loc": {
                                "start": {
                                  "line": 25,
                                  "column": 39
                                },
                                "end": {
                                  "line": 44,
                                  "column": 5
                                }
                              },
                              "body": [
                                {
                                  "type": "VariableDeclaration",
                                  "start": 761,
                                  "end": 985,
                                  "loc": {
                                    "start": {
                                      "line": 26,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 27
                                    }
                                  },
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 765,
                                      "end": 790,
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 35
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 765,
                                        "end": 772,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 17
                                          }
                                        },
                                        "name": "heading"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 775,
                                        "end": 790,
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 20
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 35
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 775,
                                          "end": 788,
                                          "loc": {
                                            "start": {
                                              "line": 26,
                                              "column": 20
                                            },
                                            "end": {
                                              "line": 26,
                                              "column": 33
                                            }
                                          },
                                          "object": {
                                            "type": "CallExpression",
                                            "start": 775,
                                            "end": 783,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 28
                                              }
                                            },
                                            "callee": {
                                              "type": "Identifier",
                                              "start": 775,
                                              "end": 776,
                                              "loc": {
                                                "start": {
                                                  "line": 26,
                                                  "column": 20
                                                },
                                                "end": {
                                                  "line": 26,
                                                  "column": 21
                                                }
                                              },
                                              "name": "$"
                                            },
                                            "arguments": [
                                              {
                                                "type": "Identifier",
                                                "start": 777,
                                                "end": 782,
                                                "loc": {
                                                  "start": {
                                                    "line": 26,
                                                    "column": 22
                                                  },
                                                  "end": {
                                                    "line": 26,
                                                    "column": 27
                                                  }
                                                },
                                                "name": "blurb"
                                              }
                                            ]
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 784,
                                            "end": 788,
                                            "loc": {
                                              "start": {
                                                "line": 26,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 26,
                                                "column": 33
                                              }
                                            },
                                            "name": "prev"
                                          },
                                          "computed": false
                                        },
                                        "arguments": []
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 802,
                                      "end": 824,
                                      "loc": {
                                        "start": {
                                          "line": 27,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 27,
                                          "column": 32
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 802,
                                        "end": 811,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 19
                                          }
                                        },
                                        "name": "headingEl"
                                      },
                                      "init": {
                                        "type": "MemberExpression",
                                        "start": 814,
                                        "end": 824,
                                        "loc": {
                                          "start": {
                                            "line": 27,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 27,
                                            "column": 32
                                          }
                                        },
                                        "object": {
                                          "type": "Identifier",
                                          "start": 814,
                                          "end": 821,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 22
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 29
                                            }
                                          },
                                          "name": "heading"
                                        },
                                        "property": {
                                          "type": "Literal",
                                          "start": 822,
                                          "end": 823,
                                          "loc": {
                                            "start": {
                                              "line": 27,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 27,
                                              "column": 31
                                            }
                                          },
                                          "value": 0,
                                          "rawValue": 0,
                                          "raw": "0"
                                        },
                                        "computed": true
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 836,
                                      "end": 900,
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 74
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 836,
                                        "end": 848,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 22
                                          }
                                        },
                                        "name": "headingLines"
                                      },
                                      "init": {
                                        "type": "CallExpression",
                                        "start": 851,
                                        "end": 900,
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 74
                                          }
                                        },
                                        "callee": {
                                          "type": "MemberExpression",
                                          "start": 851,
                                          "end": 861,
                                          "loc": {
                                            "start": {
                                              "line": 28,
                                              "column": 25
                                            },
                                            "end": {
                                              "line": 28,
                                              "column": 35
                                            }
                                          },
                                          "object": {
                                            "type": "Identifier",
                                            "start": 851,
                                            "end": 855,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 29
                                              }
                                            },
                                            "name": "Math"
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "start": 856,
                                            "end": 861,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 35
                                              }
                                            },
                                            "name": "floor"
                                          },
                                          "computed": false
                                        },
                                        "arguments": [
                                          {
                                            "type": "BinaryExpression",
                                            "start": 862,
                                            "end": 899,
                                            "loc": {
                                              "start": {
                                                "line": 28,
                                                "column": 36
                                              },
                                              "end": {
                                                "line": 28,
                                                "column": 73
                                              }
                                            },
                                            "left": {
                                              "type": "CallExpression",
                                              "start": 862,
                                              "end": 878,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 36
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 52
                                                }
                                              },
                                              "callee": {
                                                "type": "MemberExpression",
                                                "start": 862,
                                                "end": 876,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 36
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 50
                                                  }
                                                },
                                                "object": {
                                                  "type": "Identifier",
                                                  "start": 862,
                                                  "end": 869,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 36
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 43
                                                    }
                                                  },
                                                  "name": "heading"
                                                },
                                                "property": {
                                                  "type": "Identifier",
                                                  "start": 870,
                                                  "end": 876,
                                                  "loc": {
                                                    "start": {
                                                      "line": 28,
                                                      "column": 44
                                                    },
                                                    "end": {
                                                      "line": 28,
                                                      "column": 50
                                                    }
                                                  },
                                                  "name": "height"
                                                },
                                                "computed": false
                                              },
                                              "arguments": []
                                            },
                                            "operator": "/",
                                            "right": {
                                              "type": "MemberExpression",
                                              "start": 881,
                                              "end": 899,
                                              "loc": {
                                                "start": {
                                                  "line": 28,
                                                  "column": 55
                                                },
                                                "end": {
                                                  "line": 28,
                                                  "column": 73
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 881,
                                                "end": 885,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 55
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 59
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 886,
                                                "end": 899,
                                                "loc": {
                                                  "start": {
                                                    "line": 28,
                                                    "column": 60
                                                  },
                                                  "end": {
                                                    "line": 28,
                                                    "column": 73
                                                  }
                                                },
                                                "name": "headingHeight"
                                              },
                                              "computed": false
                                            }
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 912,
                                      "end": 956,
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 54
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 912,
                                        "end": 922,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 20
                                          }
                                        },
                                        "name": "blurbClamp"
                                      },
                                      "init": {
                                        "type": "BinaryExpression",
                                        "start": 925,
                                        "end": 956,
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 23
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 54
                                          }
                                        },
                                        "left": {
                                          "type": "BinaryExpression",
                                          "start": 925,
                                          "end": 952,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 23
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 50
                                            }
                                          },
                                          "left": {
                                            "type": "MemberExpression",
                                            "start": 925,
                                            "end": 937,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 35
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 925,
                                              "end": 929,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 23
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 27
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 930,
                                              "end": 937,
                                              "loc": {
                                                "start": {
                                                  "line": 29,
                                                  "column": 28
                                                },
                                                "end": {
                                                  "line": 29,
                                                  "column": 35
                                                }
                                              },
                                              "name": "clampAt"
                                            },
                                            "computed": false
                                          },
                                          "operator": "-",
                                          "right": {
                                            "type": "Identifier",
                                            "start": 940,
                                            "end": 952,
                                            "loc": {
                                              "start": {
                                                "line": 29,
                                                "column": 38
                                              },
                                              "end": {
                                                "line": 29,
                                                "column": 50
                                              }
                                            },
                                            "name": "headingLines"
                                          }
                                        },
                                        "operator": "+",
                                        "right": {
                                          "type": "Literal",
                                          "start": 955,
                                          "end": 956,
                                          "loc": {
                                            "start": {
                                              "line": 29,
                                              "column": 53
                                            },
                                            "end": {
                                              "line": 29,
                                              "column": 54
                                            }
                                          },
                                          "value": 1,
                                          "rawValue": 1,
                                          "raw": "1"
                                        }
                                      }
                                    },
                                    {
                                      "type": "VariableDeclarator",
                                      "start": 968,
                                      "end": 984,
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 26
                                        }
                                      },
                                      "id": {
                                        "type": "Identifier",
                                        "start": 968,
                                        "end": 980,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 10
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 22
                                          }
                                        },
                                        "name": "headingClamp"
                                      },
                                      "init": {
                                        "type": "Literal",
                                        "start": 983,
                                        "end": 984,
                                        "loc": {
                                          "start": {
                                            "line": 30,
                                            "column": 25
                                          },
                                          "end": {
                                            "line": 30,
                                            "column": 26
                                          }
                                        },
                                        "value": 3,
                                        "rawValue": 3,
                                        "raw": "3"
                                      }
                                    }
                                  ],
                                  "kind": "let"
                                },
                                {
                                  "type": "IfStatement",
                                  "start": 993,
                                  "end": 1303,
                                  "loc": {
                                    "start": {
                                      "line": 32,
                                      "column": 6
                                    },
                                    "end": {
                                      "line": 42,
                                      "column": 7
                                    }
                                  },
                                  "test": {
                                    "type": "BinaryExpression",
                                    "start": 997,
                                    "end": 1014,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 10
                                      },
                                      "end": {
                                        "line": 32,
                                        "column": 27
                                      }
                                    },
                                    "left": {
                                      "type": "Identifier",
                                      "start": 997,
                                      "end": 1009,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 10
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 22
                                        }
                                      },
                                      "name": "headingLines"
                                    },
                                    "operator": ">=",
                                    "right": {
                                      "type": "Literal",
                                      "start": 1013,
                                      "end": 1014,
                                      "loc": {
                                        "start": {
                                          "line": 32,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 32,
                                          "column": 27
                                        }
                                      },
                                      "value": 3,
                                      "rawValue": 3,
                                      "raw": "3"
                                    }
                                  },
                                  "consequent": {
                                    "type": "BlockStatement",
                                    "start": 1016,
                                    "end": 1172,
                                    "loc": {
                                      "start": {
                                        "line": 32,
                                        "column": 29
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1026,
                                        "end": 1066,
                                        "loc": {
                                          "start": {
                                            "line": 33,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 33,
                                            "column": 48
                                          }
                                        },
                                        "expression": {
                                          "type": "AssignmentExpression",
                                          "start": 1026,
                                          "end": 1065,
                                          "loc": {
                                            "start": {
                                              "line": 33,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 33,
                                              "column": 47
                                            }
                                          },
                                          "operator": "=",
                                          "left": {
                                            "type": "Identifier",
                                            "start": 1026,
                                            "end": 1036,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 18
                                              }
                                            },
                                            "name": "blurbClamp"
                                          },
                                          "right": {
                                            "type": "ConditionalExpression",
                                            "start": 1039,
                                            "end": 1065,
                                            "loc": {
                                              "start": {
                                                "line": 33,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 33,
                                                "column": 47
                                              }
                                            },
                                            "test": {
                                              "type": "MemberExpression",
                                              "start": 1039,
                                              "end": 1057,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 21
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 39
                                                }
                                              },
                                              "object": {
                                                "type": "ThisExpression",
                                                "start": 1039,
                                                "end": 1043,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 21
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 25
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "start": 1044,
                                                "end": 1057,
                                                "loc": {
                                                  "start": {
                                                    "line": 33,
                                                    "column": 26
                                                  },
                                                  "end": {
                                                    "line": 33,
                                                    "column": 39
                                                  }
                                                },
                                                "name": "nativeSupport"
                                              },
                                              "computed": false
                                            },
                                            "consequent": {
                                              "type": "Literal",
                                              "start": 1060,
                                              "end": 1061,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 43
                                                }
                                              },
                                              "value": 1,
                                              "rawValue": 1,
                                              "raw": "1"
                                            },
                                            "alternate": {
                                              "type": "Literal",
                                              "start": 1064,
                                              "end": 1065,
                                              "loc": {
                                                "start": {
                                                  "line": 33,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 33,
                                                  "column": 47
                                                }
                                              },
                                              "value": 2,
                                              "rawValue": 2,
                                              "raw": "2"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1075,
                                        "end": 1118,
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 51
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1075,
                                          "end": 1117,
                                          "loc": {
                                            "start": {
                                              "line": 34,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 34,
                                              "column": 50
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1075,
                                            "end": 1081,
                                            "loc": {
                                              "start": {
                                                "line": 34,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 34,
                                                "column": 14
                                              }
                                            },
                                            "name": "$clamp"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1082,
                                              "end": 1091,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 24
                                                }
                                              },
                                              "name": "headingEl"
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 1093,
                                              "end": 1116,
                                              "loc": {
                                                "start": {
                                                  "line": 34,
                                                  "column": 26
                                                },
                                                "end": {
                                                  "line": 34,
                                                  "column": 49
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1095,
                                                  "end": 1114,
                                                  "loc": {
                                                    "start": {
                                                      "line": 34,
                                                      "column": 28
                                                    },
                                                    "end": {
                                                      "line": 34,
                                                      "column": 47
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1095,
                                                    "end": 1100,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 28
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 33
                                                      }
                                                    },
                                                    "name": "clamp"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 1102,
                                                    "end": 1114,
                                                    "loc": {
                                                      "start": {
                                                        "line": 34,
                                                        "column": 35
                                                      },
                                                      "end": {
                                                        "line": 34,
                                                        "column": 47
                                                      }
                                                    },
                                                    "name": "headingClamp"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1127,
                                        "end": 1164,
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 45
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1127,
                                          "end": 1163,
                                          "loc": {
                                            "start": {
                                              "line": 35,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 35,
                                              "column": 44
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1127,
                                            "end": 1133,
                                            "loc": {
                                              "start": {
                                                "line": 35,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 35,
                                                "column": 14
                                              }
                                            },
                                            "name": "$clamp"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1134,
                                              "end": 1139,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 20
                                                }
                                              },
                                              "name": "blurb"
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 1141,
                                              "end": 1162,
                                              "loc": {
                                                "start": {
                                                  "line": 35,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 35,
                                                  "column": 43
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1143,
                                                  "end": 1160,
                                                  "loc": {
                                                    "start": {
                                                      "line": 35,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 35,
                                                      "column": 41
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1143,
                                                    "end": 1148,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clamp"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 1150,
                                                    "end": 1160,
                                                    "loc": {
                                                      "start": {
                                                        "line": 35,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 35,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "blurbClamp"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  },
                                  "alternate": {
                                    "type": "BlockStatement",
                                    "start": 1178,
                                    "end": 1303,
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 13
                                      },
                                      "end": {
                                        "line": 42,
                                        "column": 7
                                      }
                                    },
                                    "body": [
                                      {
                                        "type": "IfStatement",
                                        "start": 1188,
                                        "end": 1248,
                                        "loc": {
                                          "start": {
                                            "line": 37,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 9
                                          }
                                        },
                                        "test": {
                                          "type": "UnaryExpression",
                                          "start": 1192,
                                          "end": 1211,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 37,
                                              "column": 31
                                            }
                                          },
                                          "operator": "!",
                                          "prefix": true,
                                          "argument": {
                                            "type": "MemberExpression",
                                            "start": 1193,
                                            "end": 1211,
                                            "loc": {
                                              "start": {
                                                "line": 37,
                                                "column": 13
                                              },
                                              "end": {
                                                "line": 37,
                                                "column": 31
                                              }
                                            },
                                            "object": {
                                              "type": "ThisExpression",
                                              "start": 1193,
                                              "end": 1197,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 13
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 17
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "start": 1198,
                                              "end": 1211,
                                              "loc": {
                                                "start": {
                                                  "line": 37,
                                                  "column": 18
                                                },
                                                "end": {
                                                  "line": 37,
                                                  "column": 31
                                                }
                                              },
                                              "name": "nativeSupport"
                                            },
                                            "computed": false
                                          }
                                        },
                                        "consequent": {
                                          "type": "BlockStatement",
                                          "start": 1213,
                                          "end": 1248,
                                          "loc": {
                                            "start": {
                                              "line": 37,
                                              "column": 33
                                            },
                                            "end": {
                                              "line": 39,
                                              "column": 9
                                            }
                                          },
                                          "body": [
                                            {
                                              "type": "ExpressionStatement",
                                              "start": 1225,
                                              "end": 1238,
                                              "loc": {
                                                "start": {
                                                  "line": 38,
                                                  "column": 10
                                                },
                                                "end": {
                                                  "line": 38,
                                                  "column": 23
                                                }
                                              },
                                              "expression": {
                                                "type": "UpdateExpression",
                                                "start": 1225,
                                                "end": 1237,
                                                "loc": {
                                                  "start": {
                                                    "line": 38,
                                                    "column": 10
                                                  },
                                                  "end": {
                                                    "line": 38,
                                                    "column": 22
                                                  }
                                                },
                                                "operator": "++",
                                                "prefix": false,
                                                "argument": {
                                                  "type": "Identifier",
                                                  "start": 1225,
                                                  "end": 1235,
                                                  "loc": {
                                                    "start": {
                                                      "line": 38,
                                                      "column": 10
                                                    },
                                                    "end": {
                                                      "line": 38,
                                                      "column": 20
                                                    }
                                                  },
                                                  "name": "blurbClamp"
                                                }
                                              }
                                            }
                                          ]
                                        },
                                        "alternate": null
                                      },
                                      {
                                        "type": "ExpressionStatement",
                                        "start": 1258,
                                        "end": 1295,
                                        "loc": {
                                          "start": {
                                            "line": 41,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 41,
                                            "column": 45
                                          }
                                        },
                                        "expression": {
                                          "type": "CallExpression",
                                          "start": 1258,
                                          "end": 1294,
                                          "loc": {
                                            "start": {
                                              "line": 41,
                                              "column": 8
                                            },
                                            "end": {
                                              "line": 41,
                                              "column": 44
                                            }
                                          },
                                          "callee": {
                                            "type": "Identifier",
                                            "start": 1258,
                                            "end": 1264,
                                            "loc": {
                                              "start": {
                                                "line": 41,
                                                "column": 8
                                              },
                                              "end": {
                                                "line": 41,
                                                "column": 14
                                              }
                                            },
                                            "name": "$clamp"
                                          },
                                          "arguments": [
                                            {
                                              "type": "Identifier",
                                              "start": 1265,
                                              "end": 1270,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 15
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 20
                                                }
                                              },
                                              "name": "blurb"
                                            },
                                            {
                                              "type": "ObjectExpression",
                                              "start": 1272,
                                              "end": 1293,
                                              "loc": {
                                                "start": {
                                                  "line": 41,
                                                  "column": 22
                                                },
                                                "end": {
                                                  "line": 41,
                                                  "column": 43
                                                }
                                              },
                                              "properties": [
                                                {
                                                  "type": "Property",
                                                  "start": 1274,
                                                  "end": 1291,
                                                  "loc": {
                                                    "start": {
                                                      "line": 41,
                                                      "column": 24
                                                    },
                                                    "end": {
                                                      "line": 41,
                                                      "column": 41
                                                    }
                                                  },
                                                  "method": false,
                                                  "shorthand": false,
                                                  "computed": false,
                                                  "key": {
                                                    "type": "Identifier",
                                                    "start": 1274,
                                                    "end": 1279,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 24
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 29
                                                      }
                                                    },
                                                    "name": "clamp"
                                                  },
                                                  "value": {
                                                    "type": "Identifier",
                                                    "start": 1281,
                                                    "end": 1291,
                                                    "loc": {
                                                      "start": {
                                                        "line": 41,
                                                        "column": 31
                                                      },
                                                      "end": {
                                                        "line": 41,
                                                        "column": 41
                                                      }
                                                    },
                                                    "name": "blurbClamp"
                                                  },
                                                  "kind": "init"
                                                }
                                              ]
                                            }
                                          ]
                                        }
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          }
                        ]
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        "__esdoc__pseudo_export": false,
        "leadingComments": [],
        "trailingComments": []
      },
      "leadingComments": null
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 1320,
      "end": 1350,
      "loc": {
        "start": {
          "line": 48,
          "column": 0
        },
        "end": {
          "line": 48,
          "column": 30
        }
      },
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "let",
        "loc": {
          "start": {
            "line": 48,
            "column": 0
          },
          "end": {
            "line": 48,
            "column": 30
          }
        },
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "toursComponent"
            },
            "init": {
              "type": "NewExpression",
              "callee": {
                "type": "Identifier",
                "name": "ToursComponent"
              }
            }
          }
        ],
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}