* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  background: #fff;
  color: #000;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: anywhere;
  text-rendering: optimizeLegibility;
}

.agreement-document {
  width: 100%;
  max-width: 880px;
  margin: 36px auto 0;
  padding: 0 16px 80px;
  word-break: break-word;
}

h1 {
  margin: 0.67em 0;
  color: #000;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  margin: 0.83em 0;
  padding: 28px 0 16px;
  color: #222;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.35;
}

h3 {
  margin: 22px 0;
  color: #222;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
}

p.p1,
p.p3,
p.p5 {
  margin: 16px 0 12px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
  text-align: start;
}

p.p2,
p.p4 {
  display: none;
}

p.p3 {
  color: #000;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

ul.ul1 {
  margin: 16px 0 12px;
  padding-left: 2em;
  color: #222;
}

li.li1 {
  margin: 10px 0 0;
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.agreement-table {
  width: 100%;
  margin: 16px 0 12px;
  overflow-x: auto;
}

table.t1 {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
}

td.td1 {
  padding: 8px 10px;
  border: 1px solid #bfbfbf;
  vertical-align: top;
}

td.td1 p {
  margin: 0;
}

@media (max-width: 640px) {
  .agreement-document {
    margin-top: 24px;
    padding-bottom: 48px;
  }
}
