@charset "UTF-8";
:root {
  --link-color: #1e76ce;
  --link-hover-color: #1e76ce;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
nav {
  display: block;
}
body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  color: #000;
  text-align: left;
  background-color: #fff;
}
h1,
h2,
p {
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
a {
  color: var(--link-color);
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: var(--link-hover-color);
  text-decoration: underline;
}
img {
  vertical-align: middle;
  border-style: none;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
h1,
h2 {
  margin-bottom: 0.9375rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.69;
  color: #000;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 2.265rem;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 930px;
  }
}
@media (min-width: 1140px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-md-4,
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 960px) {
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 1.875rem;
}
.navbar > .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.234375rem;
  padding-bottom: 0.234375rem;
  margin-right: 1.875rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #5fb624;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
.bg-light {
  background-color: #f4f4f4 !important;
}
.bg-white {
  background-color: #fff !important;
}
.border-bottom {
  border-bottom: 1px solid #cacdd1 !important;
}
.mb-3 {
  margin-bottom: 1.40625rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.p-3 {
  padding: 1.40625rem !important;
}
.py-3 {
  padding-top: 1.40625rem !important;
}
.py-3 {
  padding-bottom: 1.40625rem !important;
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1.40625rem !important;
  }
}
.text-brand {
  color: #410073 !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  h2,
  p {
    orphans: 3;
    widows: 3;
  }
  h2 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 1140px !important;
  }
  .navbar {
    display: none;
  }
}
a {
  text-underline-position: under;
}
.floating-label .form-control:hover:not(:focus) {
  border-color: #94949e;
}
.btn {
  --btn-padding-y: 1rem;
  --btn-padding-x: 2rem;
  --btn-font-size: 1.25rem;
  --btn-border-radius: 50rem;
  --btn-padding-x: 2rem;
  --btn-padding-y: 1rem;
  --btn-font-family: ;
  --btn-font-size: 1.25rem;
  --btn-font-weight: 700;
  --btn-line-height: 1.5;
  --btn-color: #000;
  --btn-bg: transparent;
  --btn-border-width: 0;
  --btn-border-color: transparent;
  --btn-border-radius: 50rem;
  --btn-hover-border-color: transparent;
  --btn-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.48);
  --btn-disabled-opacity: 1;
  --btn-focus-box-shadow: 0 0 0 0.125rem rgba(var(--btn-focus-shadow-rgb), 0.5);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  border-color: 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  user-select: none;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  font-family: var(--btn-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  cursor: pointer;
  border: var(--btn-border-width) solid var(--btn-border-color);
  border-radius: var(--btn-border-radius);
  background-color: var(--btn-bg);
  box-shadow: var(--btn-box-shadow);
}
.btn-primary {
  outline: 0.125rem solid transparent;
  outline-offset: -0.125rem;
  background-color: #1e76ce;
  box-shadow: none;
  color: #fff;
  line-height: 1.75;
  font-size: 1.25rem;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:hover {
  color: var(--btn-hover-color);
  text-decoration: none;
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn-primary:hover,
.btn-primary:not(:disabled):hover:active,
.btn-primary.hover {
  background-color: #155492;
  color: #fff;
}
