.lp-content *,
.lp-content ::before,
.lp-content ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

.lp-content {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

.lp-content img {
  display: block;
  max-width: 100%;
}

.lp-content main {
  display: block;
}

.lp-content p,
.lp-content table,
.lp-content blockquote,
.lp-content address,
.lp-content pre,
.lp-content iframe,
.lp-content form,
.lp-content figure,
.lp-content dl {
  margin: 0;
}

.lp-content h1,
.lp-content h2,
.lp-content h3,
.lp-content h4,
.lp-content h5,
.lp-content h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.lp-content ul,
.lp-content ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-content dt {
  font-weight: bold;
}

.lp-content dd {
  margin-left: 0;
}

.lp-content hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

.lp-content pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

.lp-content address {
  font-style: inherit;
}

.lp-content a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

.lp-content abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

.lp-content b,
.lp-content strong {
  font-weight: bolder;
}

.lp-content em,.lp-content strong,.lp-content small {
  font-style: normal;
}

.lp-content code,
.lp-content kbd,
.lp-content samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

.lp-content small {
  font-size: 80%;
}

.lp-content sub,
.lp-content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.lp-content sub {
  bottom: -0.25em;
}

.lp-content sup {
  top: -0.5em;
}

.lp-content svg,
.lp-content img,
.lp-content embed,
.lp-content object,
.lp-content iframe {
  vertical-align: bottom;
}

.lp-content button,
.lp-content input,
.lp-content optgroup,
.lp-content select,
.lp-content textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

.lp-content button,
.lp-content [type="button"],
.lp-content [type="reset"],
.lp-content [type="submit"] {
  cursor: pointer;
}

.lp-content button:disabled,
.lp-content [type="button"]:disabled,
.lp-content [type="reset"]:disabled,
.lp-content [type="submit"]:disabled {
  cursor: default;
}

.lp-content :-moz-focusring {
  outline: auto;
}

.lp-content select:disabled {
  opacity: inherit;
}

.lp-content option {
  padding: 0;
}


.lp-content fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.lp-content legend {
  padding: 0;
}

.lp-content progress {
  vertical-align: baseline;
}

.lp-content textarea {
  overflow: auto;
}

.lp-content [type="number"]::-webkit-inner-spin-button,
.lp-content [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.lp-content [type="search"] {
  outline-offset: -2px; /* 1 */
}


.lp-content [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.lp-content ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

.lp-content [type="number"] {
  -moz-appearance: textfield;
}

.lp-content label[for] {
  cursor: pointer;
}
.lp-content details {
  display: block;
}
.lp-content summary {
  display: list-item;
}

.lp-content [contenteditable]:focus {
  outline: auto;
}

.lp-content table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

.lp-content caption {
  text-align: left;
}

.lp-content td,
.lp-content th {
  vertical-align: top;
  padding: 0;
}

.lp-content th {
  text-align: left;
  font-weight: bold;
}
