:root {
  --footer-text-color: #0D2936;
  --footer-background-color: #F2FBFF;
}

html {
  font-size: 62.5%;
  color: #212121;

  font-variant-numeric: lining-nums;
  font-feature-settings:"lnum" 1;
  scroll-padding-top: 56px;
}

body {
  font-size: 1.6rem;
}

p, address {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 2.55rem;
  letter-spacing: 0.02em;
  max-width: 760px;
}

.global-footer p {
  max-width: none;
}

h1, h2, .h2, h3, .h3, h4, h5, h6, .h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 3.815rem;
  font-weight: 600;
  line-height: 4.73rem;
  margin-top: 1.5rem;
}

h2 {
  font-size: 3.052rem;
  font-weight: 600;
  line-height: 4.58rem;

  vertical-align: 2px;
  color: inherit;
  margin-top: 4rem;
}

h3 {
  font-size: 2.441rem;
  font-weight: 600;
  line-height: 3.67rem;
}

h3 a.icon {
  vertical-align: 2px;
  color: inherit;
  margin: 0 5px;
}

h4 {
  font-size: 1.953rem;
  font-weight: 400;
  line-height: 2.93rem;
  letter-spacing: 0.04em;
}


.body-lg {
  font-size: 1.953rem;
  font-weight: 400;
  line-height: 2.93rem;
  letter-spacing: 0.04em;
}

.body-md {
  font-size: 1.563rem;
  font-weight: 400;
  line-height: 2.55rem;
  letter-spacing: 0.04em;
}

.body-sm {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.28rem;
  letter-spacing: 0.05em;
}

.logo-plan {
  width: auto;
  height: 55px;
  margin-bottom: 20px;
}

.margin-h-auto {
  margin-left: auto;
  margin-right: auto;
}

article {
  margin-bottom: 50px;
}

.pdf-form h2 {
  margin: 0;
}

.additional-copy {
  margin-top: 50px;
}

hr {
  width: 100%;
  border-bottom: 1px solid #dadada;
  margin-top: 4rem;
}
