/* COLORS */
/* FONTS */
#node-page {
  padding-top: 100px;
}
#node-page .text-wrapper .text h2 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
  color: #ef0003;
  margin-bottom: 50px;
}
#node-page .text-wrapper .text h3 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: 700;
  color: #111111;
  margin-bottom: 50px;
}
#node-page .text-wrapper .text h4 {
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
}
#node-page .text-wrapper .text h5 {
  margin-bottom: 30px;
}
#node-page .text-wrapper .text p + h2 {
  margin-top: 75px;
}
#node-page .text-wrapper .text p + h3 {
  margin-top: 75px;
}
#node-page .text-wrapper .text p + h4 {
  margin-top: 50px;
}
#node-page .text-wrapper .text p + h5 {
  margin-top: 30px;
}
#node-page .text-wrapper .text a {
  word-break: break-all;
}
#node-page .text-wrapper .text a:hover {
  color: #ef0003;
}
