<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../fonts/league-gothic/stylesheet.css");

.xl {
  font-family: 'League Gothic';
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
}

.lg {
  font-family: 'League Gothic';
  font-size: 3rem;
  letter-spacing: 0.04rem;
  margin-bottom: 0;
}

.md {
  font-size: 1.6rem;
  font-weight: 500;
}

a, a:hover {
  color: rgb(165, 28, 27);
}

a.partial-decoration:hover {
  text-decoration: none;
}

a.partial-decoration:hover .decorate {
  text-decoration: underline;
}

.nav-item.margin-lg {
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron .container {
  max-width: 40rem;
}

.bg-red {
  background-color: rgb(165, 28, 27) !important;
}

.btn-red {
  color: #fff;
  background-color: rgb(165, 28, 27);
  border-color: rgb(165, 28, 27);
}

.btn-red:hover {
  color: #fff;
  background-color: rgb(129, 33, 26);
  border-color: rgb(124, 30, 23);
}

.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: rgb(129, 33, 26);
  border-color: rgb(124, 30, 23);
  box-shadow: 0 0 0 0.2rem rgba(172, 57, 48, 0.5);
}

.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: rgb(165, 28, 27);
  border-color: rgb(165, 28, 27);
}

.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
.show &gt; .btn-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(124, 30, 23);
  border-color: rgb(109, 24, 17);
}

.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 57, 48, 0.5);
}

.btn-outline-red {
  color: rgb(165, 28, 27);
  border-color: rgb(165, 28, 27);
}

.btn-outline-red:hover {
  color: #fff;
  background-color: rgb(165, 28, 27);
  border-color: rgb(165, 28, 27);
}

.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 28, 27, 0.5);
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: rgb(165, 28, 27);
  background-color: transparent;
}

.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
.show &gt; .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(165, 28, 27);
  border-color: rgb(165, 28, 27);
}

.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
.show &gt; .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(165, 28, 27, 0.5);
}

.modal-btn {
  background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

.modal-img {
  width: 100%;
}

.form-signin {
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group &gt; input,
.form-label-group &gt; label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group &gt; label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `&lt;label&gt;` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group &gt; label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group &gt; label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline &gt; li {
  margin: 20px 0;
  padding-bottom: 3px;
  padding-left: 20px;
}
ul.timeline &gt; li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid rgb(165, 28, 27);
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}
ul.timeline h1 {
  font-size: 2.25rem;
}
ul.timeline &gt; * li {
  font-size: 1.25rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

hr.simple {
  margin-top: 0;
  padding-bottom: 0.5rem;
}

.statement p {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 340;
  padding-top: 0.5rem;
}

.statement li {
  font-size: 1rem;
  line-height: 2.5rem;
  font-weight: 340;
}

.statement .heading {
  font-size: 1.6rem;
  font-weight: 400;
}

.fa {
  padding: 0.7rem;
  font-size: 1.5rem;
  text-align: center;
  width: 3rem;
  border-radius: 50%;
}

.fa:hover {
  text-decoration: none;
}

.description {
  font-size: 1.15rem;
  line-height: 2rem;
  font-weight: 340;
}

.desc-card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 1.5rem 2rem;
  padding: 1rem 0 0;
}

.email-card {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.email-pic {
  margin-right: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

.email-card .email-text {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6)
}

.email-card .col-sm-2 {
  max-width: 3.25rem;
}

.collapse-bar {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top-color: rgb(165, 28, 27);
  border-top-width: 3px;
  border-radius: 0.25rem;
  font-family: 'League Gothic';
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.08rem;
  padding: 0.5rem;
  width: 100%;
  text-decoration: none;
}

.collapse-bar::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.collapse-bar:empty::after {
  margin-left: 0;
}
</pre></body></html>