h1 {
  font-size: 2.5rem;
  line-height: 120%;
  font-family: "Montserrat";
  color: var(--red);
  margin-bottom: 0.85rem;
}
h1.brackets {
  font-size: 1.5rem;
  border-top: 5px solid var(--white);
  padding: 0.5rem 1rem;
  margin: 3.35rem 0 1.5rem;
  text-transform: uppercase;
  position: relative;
  color: var(--white);
}
h1.brackets::before, h1.brackets::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 5px;
  height: 1rem;
  position: absolute;
  top: 0;
}
h1.brackets::before {
  left: 0;
}
h1.brackets::after {
  right: 0;
}

h2 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Montserrat";
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 0.9rem;
  line-height: 120%;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  color: var(--red-dark);
  margin-bottom: 0.5rem;
}
h3.brackets {
  line-height: 2.25rem;
  display: flex;
  margin-bottom: 1.5rem;
}
h3.brackets::before, h3.brackets::after {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="45" viewBox="0 0 15 45" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M15 0H0V5H10V40H0V45H15V40V5V0Z" fill="%23A12C25"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.75rem;
  height: 2.25rem;
}
h3.brackets::before {
  transform: rotate(180deg);
}

.brick-title {
  display: inline-block;
  color: var(--white);
  background-color: var(--red);
  padding: 0.4rem 1.55rem;
  margin-bottom: 1.3rem;
}

.corner-title {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: calc(0.25rem + 5px) 0 0 calc(0.5rem + 5px);
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-bottom: 1.24rem;
  color: var(--red-dark);
}
.corner-title::before, .corner-title::after {
  content: "";
  position: absolute;
  background-color: var(--red-dark);
  left: 0;
}
.corner-title::before {
  left: 0;
  top: 0;
  width: 2.5rem;
  height: 5px;
}
.corner-title::after {
  left: 0;
  top: 5px;
  width: 5px;
  height: 1.4rem;
}

p {
  font-size: 1rem;
  line-height: 150%;
}

.tc {
  text-align: center;
}

.small {
  font-size: 0.8rem;
  line-height: 120%;
}

.bold {
  font-weight: 700;
}

.highlight {
  color: var(--red-dark);
}

ul.file-list {
  margin-bottom: 4.3rem;
}
ul.file-list li {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: var(--grey);
  margin-bottom: 0.25rem;
  padding-left: 1.3rem;
}
ul.file-list li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_467_847" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_467_847)"><path d="M12.6 11.6607L8 6.47424L9.4 4.89575L15.4 11.6607L9.4 18.4257L8 16.8472L12.6 11.6607Z" fill="%23A12C25"/></g></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.25rem;
}
ul.file-list li a:hover {
  color: var(--red-dark);
}

.mail-ico,
.call-ico {
  display: flex;
  align-items: flex-start;
  line-height: 1.5rem;
  font-size: 1rem;
}
.mail-ico:hover, .mail-ico:focus,
.call-ico:hover,
.call-ico:focus {
  color: var(--red);
  text-decoration: none;
}
.mail-ico span,
.call-ico span {
  display: inline-block;
  color: var(--red);
  margin-right: 0.3rem;
  font-size: 1.2rem;
}