.aux-components { 
* {
  box-sizing: border-box;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
a {
  color: #500000;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  font-weight: bold;
  transition: 0.2s ease;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  position: relative;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: #732f2f;
  text-decoration: none;
}
a:focus-visible {
  outline: dotted #af8846 2px;
  outline-offset: 3px;
}

a.btn,
.btn {
  font-family: "Work Sans", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  padding: 0.65rem 2rem;
  border-bottom: none;
  text-align: center;
  width: fit-content;
  margin-bottom: 1rem;
}
a.btn::before, a.btn::after,
.btn::before,
.btn::after {
  content: none;
  padding: 0;
}
a.btn:hover,
.btn:hover {
  cursor: pointer;
}
a.btn:focus-visible,
.btn:focus-visible {
  outline: 2px dotted #af8846;
  outline-offset: 0.25rem;
}
a.btn :disabled,
.btn :disabled {
  background-color: #f6f6f6;
  border: 2px solid #eaeaea;
  color: #a7a7a7;
  cursor: not-allowed;
}
a.btn :disabled,
.btn :disabled {
  text-transform: none;
  font-weight: 600;
  padding: 0.65rem 1.9rem;
}
a.btn :disabled,
.btn :disabled {
  background: transparent;
  border-color: transparent;
  font-style: italic;
  padding-left: 3px;
}
a.btn--primary,
.btn--primary {
  background: #500000;
  color: #ffffff;
  border: 2px solid #3c0000;
  position: relative;
  transition: all 0.1s ease;
  box-shadow: 0px 0px 0px 0px #3c0000;
  font-size: 1rem;
  border-radius: 0;
}
a.btn--primary:hover, a.btn--primary:focus, a.btn--primary:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active {
  background-color: #732f2f;
}
}