@charset "UTF-8";
.g-0,
.row {
  --gutter-y: 0;
}
a,
a:hover {
  text-decoration: underline;
}
.text-black,
.text-black-50,
.text-body,
.text-brand,
.text-primary,
.text-white,
.text-white-50 {
  --text-opacity: 1;
}
.bg-black,
.bg-body,
.bg-brand,
.bg-primary,
.bg-white {
  --bg-opacity: 1;
}
.btn,
.btn:not(:disabled):not(.disabled),
[role='button'],
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
:host,
:root {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}
svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
@keyframes fa-beat {
  0%,
  90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0%,
  64%,
  to {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(
        var(--fa-bounce-start-scale-x, 1.1),
        var(--fa-bounce-start-scale-y, 0.9)
      )
      translateY(0);
  }
  30% {
    transform: scale(
        var(--fa-bounce-jump-scale-x, 0.9),
        var(--fa-bounce-jump-scale-y, 1.1)
      )
      translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(
        var(--fa-bounce-land-scale-x, 1.05),
        var(--fa-bounce-land-scale-y, 0.95)
      )
      translateY(0);
  }
  57% {
    transform: scale(1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%,
  to {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(
      var(--fa-flip-x, 0),
      var(--fa-flip-y, 1),
      var(--fa-flip-z, 0),
      var(--fa-flip-angle, -180deg)
    );
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  24%,
  8% {
    transform: rotate(-18deg);
  }
  12%,
  28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%,
  to {
    transform: rotate(0);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --font-intro-color: #000;
  --headings-color: #410073;
  --blue: #1e76ce;
  --green: #5fb624;
  --purple: #410073;
  --yellow: #ffc800;
  --red: #c41a1a;
  --gray: #c6c6c6;
  --gray-dark: #797979;
  --gray-100: #d8d8d8;
  --gray-200: #c6c6c6;
  --gray-300: #ababab;
  --gray-400: #9b9b9b;
  --gray-500: #797979;
  --gray-600: #767676;
  --gray-700: #5c5c5c;
  --gray-800: #484848;
  --gray-900: #373737;
  --brand: #5fb624;
  --brand-alt: #410073;
  --brand-purple: #410073;
  --primary: #1e76ce;
  --secondary: #c6c6c6;
  --success: #43811a;
  --info: #1e76ce;
  --warning: #ffa800;
  --danger: #c41a1a;
  --light: #f3f3f3;
  --dark: #797979;
  --brand-rgb: 95, 182, 36;
  --brand-alt-rgb: 65, 0, 115;
  --brand-purple-rgb: 65, 0, 115;
  --primary-rgb: 30, 118, 206;
  --secondary-rgb: 198, 198, 198;
  --success-rgb: 67, 129, 26;
  --info-rgb: 30, 118, 206;
  --warning-rgb: 255, 168, 0;
  --danger-rgb: 196, 26, 26;
  --light-rgb: 243, 243, 243;
  --dark-rgb: 121, 121, 121;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 0, 0, 0;
  --body-bg-rgb: 255, 255, 255;
  --font-sans-serif: OpenSans, sans-serif;
  --font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --body-font-family: OpenSans, sans-serif;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 2;
  --body-color: #000;
  --body-bg: #fff;
  --border-width: 2px;
  --border-style: solid;
  --border-color: #c6c6c6;
  --border-color-translucent: rgba(0, 0, 0, 0.175);
  --border-radius: 1.5rem;
  --border-radius-sm: 0.5rem;
  --border-radius-lg: 1.5rem;
  --border-radius-xl: 2rem;
  --border-radius-2xl: 2rem;
  --border-radius-pill: 50rem;
  --link-color: #1e76ce;
  --link-hover-color: #1e76ce;
  --code-color: #5fb624;
  --highlight-bg: #ffda54;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  text-align: var(--body-text-align);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
.h1,
.h1-md,
.h2,
.h2-md,
.h3,
.h3-md,
.h4,
.h4-md,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.25;
  color: #410073;
}
.h1,
h1 {
  font-size: 3rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.display-1,
.h3,
h3 {
  font-size: 1.75rem;
}
.font-size-lg,
.h4,
.h5,
h4,
h5 {
  font-size: 1.25rem;
}
.h5,
.h6,
h5,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
}
b {
  font-weight: 700;
}
a {
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
svg {
  vertical-align: middle;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
    [type='week']
  ):not([type='time'])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
.container,
.container-lg,
.container-md,
.row > * {
  width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
.d-none,
[hidden] {
  display: none !important;
}
.nav,
.row {
  display: flex;
}
.display-1 {
  font-family: FilsonSoft, Tahoma, Verdana, sans-serif;
  font-weight: 800;
  line-height: 0.89285;
}
.container,
.container-lg,
.container-md {
  --gutter-x: 2rem;
  --gutter-y: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container {
    max-width: 576px;
  }
  @supports (position: sticky) {
    .sticky-sm-top {
      position: sticky;
      z-index: 1020;
    }
  }
}
@media (min-width: 768px) {
  .container,
  .container-md {
    max-width: 768px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0 {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .g-md-1 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .g-md-2 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .g-md-3 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .g-md-4 {
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
  .g-md-5 {
    --gutter-x: 2.5rem;
    --gutter-y: 2.5rem;
  }
  .g-md-6 {
    --gutter-x: 3rem;
    --gutter-y: 3rem;
  }
  .g-md-8 {
    --gutter-x: 4rem;
    --gutter-y: 4rem;
  }
  .g-md-10 {
    --gutter-x: 5rem;
    --gutter-y: 5rem;
  }
}
.row {
  --gutter-x: 2rem;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.row > * {
  flex-shrink: 0;
  max-width: 100%;
  margin-top: var(--gutter-y);
}
.col {
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2,
.col-3 {
  flex: 0 0 auto;
}
.col-2 {
  width: 16.66666667%;
}
.col-3 {
  width: 25%;
}
.col-4,
.col-5 {
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-6,
.col-7 {
  flex: 0 0 auto;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33333333%;
}
.col-8,
.col-9 {
  flex: 0 0 auto;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0 {
  --gutter-x: 0;
}
.g-1 {
  --gutter-x: 0.5rem;
  --gutter-y: 0.5rem;
}
.g-2 {
  --gutter-x: 1rem;
  --gutter-y: 1rem;
}
.g-3 {
  --gutter-x: 1.5rem;
  --gutter-y: 1.5rem;
}
.g-4 {
  --gutter-x: 2rem;
  --gutter-y: 2rem;
}
.g-5 {
  --gutter-x: 2.5rem;
  --gutter-y: 2.5rem;
}
.g-6 {
  --gutter-x: 3rem;
  --gutter-y: 3rem;
}
.g-8 {
  --gutter-x: 4rem;
  --gutter-y: 4rem;
}
.g-10 {
  --gutter-x: 5rem;
  --gutter-y: 5rem;
}
.btn {
  --btn-padding-x: 1.25rem;
  --btn-padding-y: 0.75rem;
  --btn-font-size: 1rem;
  --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);
  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);
  -webkit-user-select: none;
  user-select: none;
  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-brand,
.btn-brand-purple,
.btn-primary {
  --btn-color: #fff;
  --btn-hover-color: #fff;
  --btn-active-color: #fff;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-color: #fff;
}
.btn:hover {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
}
.btn:focus-visible {
  color: var(--btn-hover-color);
  background-color: var(--btn-hover-bg);
  border-color: var(--btn-hover-border-color);
  outline: 0;
  box-shadow: var(--btn-box-shadow), var(--btn-focus-box-shadow);
}
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--btn-active-color);
  background-color: var(--btn-active-bg);
  border-color: var(--btn-active-border-color);
  box-shadow: var(--btn-active-shadow);
}
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--btn-active-shadow), var(--btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--btn-disabled-color);
  pointer-events: none;
  background-color: var(--btn-disabled-bg);
  border-color: var(--btn-disabled-border-color);
  opacity: var(--btn-disabled-opacity);
  box-shadow: none;
}
.btn-brand {
  --btn-bg: #5fb624;
  --btn-border-color: #5fb624;
  --btn-hover-bg: #519b1f;
  --btn-hover-border-color: #4c921d;
  --btn-focus-shadow-rgb: 119, 193, 69;
  --btn-active-bg: #4c921d;
  --btn-active-border-color: #47891b;
  --btn-disabled-bg: #5fb624;
  --btn-disabled-border-color: #5fb624;
}
.btn-brand-purple {
  --btn-bg: #410073;
  --btn-border-color: #410073;
  --btn-hover-bg: #370062;
  --btn-hover-border-color: #34005c;
  --btn-focus-shadow-rgb: 94, 38, 136;
  --btn-active-bg: #34005c;
  --btn-active-border-color: #310056;
  --btn-disabled-bg: #410073;
  --btn-disabled-border-color: #410073;
}
.btn-primary {
  --btn-bg: #1e76ce;
  --btn-border-color: #1e76ce;
  --btn-hover-bg: #1a64af;
  --btn-hover-border-color: #185ea5;
  --btn-focus-shadow-rgb: 64, 139, 213;
  --btn-active-bg: #185ea5;
  --btn-active-border-color: #17599b;
  --btn-disabled-bg: #1e76ce;
  --btn-disabled-border-color: #1e76ce;
}
.btn-outline-brand,
.btn-outline-brand-purple,
.btn-outline-primary {
  --btn-hover-color: #fff;
  --btn-active-color: #fff;
  --btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --btn-disabled-bg: transparent;
  --gradient: none;
}
.btn-outline-brand {
  --btn-color: #5fb624;
  --btn-border-color: #5fb624;
  --btn-hover-bg: #5fb624;
  --btn-hover-border-color: #5fb624;
  --btn-focus-shadow-rgb: 95, 182, 36;
  --btn-active-bg: #5fb624;
  --btn-active-border-color: #5fb624;
  --btn-disabled-color: #5fb624;
  --btn-disabled-border-color: #5fb624;
}
.btn-outline-brand-purple {
  --btn-color: #410073;
  --btn-border-color: #410073;
  --btn-hover-bg: #410073;
  --btn-hover-border-color: #410073;
  --btn-focus-shadow-rgb: 65, 0, 115;
  --btn-active-bg: #410073;
  --btn-active-border-color: #410073;
  --btn-disabled-color: #410073;
  --btn-disabled-border-color: #410073;
}
.btn-outline-primary {
  --btn-color: #1e76ce;
  --btn-border-color: #1e76ce;
  --btn-hover-bg: #1e76ce;
  --btn-hover-border-color: #1e76ce;
  --btn-focus-shadow-rgb: 30, 118, 206;
  --btn-active-bg: #1e76ce;
  --btn-active-border-color: #1e76ce;
  --btn-disabled-color: #1e76ce;
  --btn-disabled-border-color: #1e76ce;
}
.btn-link {
  --btn-font-weight: 400;
  --btn-color: var(--link-color);
  --btn-bg: transparent;
  --btn-border-color: transparent;
  --btn-hover-color: var(--link-hover-color);
  --btn-hover-border-color: transparent;
  --btn-active-color: var(--link-hover-color);
  --btn-active-border-color: transparent;
  --btn-disabled-color: #767676;
  --btn-disabled-border-color: transparent;
  --btn-box-shadow: none;
  --btn-focus-shadow-rgb: 64, 139, 213;
}
.btn-link:focus-visible,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--btn-color);
}
.btn-link:hover {
  color: var(--btn-hover-color);
}
.btn-lg {
  --btn-padding-y: 1.6725rem;
  --btn-padding-x: 1.6725rem;
  --btn-font-size: 1.25rem;
  --btn-border-radius: 50rem;
}
.nav {
  --nav-link-padding-x: 1rem;
  --nav-link-padding-y: 1rem;
  --nav-link-color: var(--link-color);
  --nav-link-hover-color: var(--link-hover-color);
  --nav-link-disabled-color: #767676;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--nav-link-padding-y) var(--nav-link-padding-x);
  font-size: var(--nav-link-font-size);
  font-weight: var(--nav-link-font-weight);
  color: var(--nav-link-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--nav-link-hover-color);
  text-decoration: none;
}
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.text-bg-brand {
  color: #fff !important;
  background-color: RGBA(95, 182, 36, var(--bg-opacity, 1)) !important;
}
.text-bg-brand-purple {
  color: #fff !important;
  background-color: RGBA(65, 0, 115, var(--bg-opacity, 1)) !important;
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(30, 118, 206, var(--bg-opacity, 1)) !important;
}
.link-brand {
  color: #5fb624 !important;
}
.link-brand:focus,
.link-brand:hover {
  color: #4c921d !important;
}
.link-brand-purple {
  color: #410073 !important;
}
.link-brand-purple:focus,
.link-brand-purple:hover {
  color: #34005c !important;
}
.link-primary {
  color: #1e76ce !important;
}
.link-primary:focus,
.link-primary:hover {
  color: #185ea5 !important;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.border {
  border: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-bottom {
  border-bottom: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--border-width) var(--border-style) var(--border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-brand {
  --border-opacity: 1;
  border-color: rgba(var(--brand-rgb), var(--border-opacity)) !important;
}
.border-brand-purple {
  --border-opacity: 1;
  border-color: rgba(var(--brand-purple-rgb), var(--border-opacity)) !important;
}
.border-primary {
  --border-opacity: 1;
  border-color: rgba(var(--primary-rgb), var(--border-opacity)) !important;
}
.border-white {
  --border-opacity: 1;
  border-color: rgba(var(--white-rgb), var(--border-opacity)) !important;
}
.border-1 {
  --border-width: 1px;
}
.border-2 {
  --border-width: 2px;
}
.border-3 {
  --border-width: 3px;
}
.border-4 {
  --border-width: 4px;
}
.border-5 {
  --border-width: 5px;
}
.border-opacity-10 {
  --border-opacity: 0.1;
}
.border-opacity-25 {
  --border-opacity: 0.25;
}
.border-opacity-50 {
  --border-opacity: 0.5;
}
.border-opacity-75 {
  --border-opacity: 0.75;
}
.border-opacity-100 {
  --border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.vh-100 {
  height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-center {
  align-self: center !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.m-3 {
  margin: 1.5rem !important;
}
.m-4 {
  margin: 2rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.m-6 {
  margin: 3rem !important;
}
.m-8 {
  margin: 4rem !important;
}
.m-10 {
  margin: 5rem !important;
}
.m-auto {
  margin: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mt-3 {
  margin-top: 1.5rem !important;
}
.mt-4 {
  margin-top: 2rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mt-6 {
  margin-top: 3rem !important;
}
.mt-8 {
  margin-top: 4rem !important;
}
.mt-10 {
  margin-top: 5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.5rem !important;
}
.me-2 {
  margin-right: 1rem !important;
}
.me-3 {
  margin-right: 1.5rem !important;
}
.me-4 {
  margin-right: 2rem !important;
}
.me-5 {
  margin-right: 2.5rem !important;
}
.me-6 {
  margin-right: 3rem !important;
}
.me-8 {
  margin-right: 4rem !important;
}
.me-10 {
  margin-right: 5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 2rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.mb-6 {
  margin-bottom: 3rem !important;
}
.mb-8 {
  margin-bottom: 4rem !important;
}
.mb-10 {
  margin-bottom: 5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.5rem !important;
}
.ms-2 {
  margin-left: 1rem !important;
}
.ms-3 {
  margin-left: 1.5rem !important;
}
.ms-4 {
  margin-left: 2rem !important;
}
.ms-5 {
  margin-left: 2.5rem !important;
}
.ms-6 {
  margin-left: 3rem !important;
}
.ms-8 {
  margin-left: 4rem !important;
}
.ms-10 {
  margin-left: 5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.p-3 {
  padding: 1.5rem !important;
}
.p-4 {
  padding: 2rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.p-6 {
  padding: 3rem !important;
}
.p-8 {
  padding: 4rem !important;
}
.p-10 {
  padding: 5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}
.px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-brand {
  color: rgba(var(--brand-rgb), var(--text-opacity)) !important;
}
.text-brand-purple {
  --text-opacity: 1;
  color: rgba(var(--brand-purple-rgb), var(--text-opacity)) !important;
}
.text-primary {
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}
.text-black {
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}
.text-white {
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
.text-body {
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}
.text-black-50 {
  color: #00000080 !important;
}
.text-white-50 {
  color: #ffffff80 !important;
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
.text-opacity-100 {
  --text-opacity: 1;
}
.bg-brand {
  background-color: rgba(var(--brand-rgb), var(--bg-opacity)) !important;
}
.bg-brand-purple {
  --bg-opacity: 1;
  background-color: rgba(var(--brand-purple-rgb), var(--bg-opacity)) !important;
}
.bg-primary {
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}
.bg-black {
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}
.bg-white {
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}
.bg-body {
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}
.bg-opacity-10 {
  --bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bg-opacity: 1;
}
.mijn {
  background: #f3f3f3;
}
.btn,
.nav-link {
  text-decoration: none;
}
.link,
.link:not([href]):not([tabindex]) {
  background-color: transparent;
  color: #1e76ce;
  text-decoration: underline;
}
.link:hover,
.link:not([href]):not([tabindex]):hover {
  color: #1e76ce;
  text-decoration: underline;
  cursor: pointer;
}
.btn,
.btn:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  z-index: 10;
}
.btn-link,
a {
  text-underline-position: under;
}
:root [class*=' rich-text-icon-']:after,
:root [class*=' rich-text-icon-']:before,
:root [class^='rich-text-icon-']:after,
:root [class^='rich-text-icon-']:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-family: fontello-solid;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  speak: never;
}
:root [class*=' rich-text-list-icon-'],
:root [class^='rich-text-list-icon-'] {
  padding-left: 0;
  list-style-type: none;
}
:root [class*=' rich-text-list-icon-check'],
:root [class^='rich-text-list-icon-check'] {
  margin-left: 0.5rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
@media (min-width: 0) {
  @supports (position: sticky) {
    .sticky-xs-top {
      position: sticky;
      z-index: 1020;
    }
  }
}
@media (min-width: 960px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 992px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0 {
    --gutter-x: 0;
    --gutter-y: 0;
  }
  .g-lg-1 {
    --gutter-x: 0.5rem;
    --gutter-y: 0.5rem;
  }
  .g-lg-2 {
    --gutter-x: 1rem;
    --gutter-y: 1rem;
  }
  .g-lg-3 {
    --gutter-x: 1.5rem;
    --gutter-y: 1.5rem;
  }
  .g-lg-4 {
    --gutter-x: 2rem;
    --gutter-y: 2rem;
  }
  .g-lg-5 {
    --gutter-x: 2.5rem;
    --gutter-y: 2.5rem;
  }
  .g-lg-6 {
    --gutter-x: 3rem;
    --gutter-y: 3rem;
  }
  .g-lg-8 {
    --gutter-x: 4rem;
    --gutter-y: 4rem;
  }
  .g-lg-10 {
    --gutter-x: 5rem;
    --gutter-y: 5rem;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.5rem !important;
  }
  .m-lg-4 {
    margin: 2rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3rem !important;
  }
  .m-lg-8 {
    margin: 4rem !important;
  }
  .m-lg-10 {
    margin: 5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 2rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 3rem !important;
  }
  .mt-lg-8 {
    margin-top: 4rem !important;
  }
  .mt-lg-10 {
    margin-top: 5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.5rem !important;
  }
  .me-lg-2 {
    margin-right: 1rem !important;
  }
  .me-lg-3 {
    margin-right: 1.5rem !important;
  }
  .me-lg-4 {
    margin-right: 2rem !important;
  }
  .me-lg-5 {
    margin-right: 2.5rem !important;
  }
  .me-lg-6 {
    margin-right: 3rem !important;
  }
  .me-lg-8 {
    margin-right: 4rem !important;
  }
  .me-lg-10 {
    margin-right: 5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-2 {
    margin-left: 1rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-4 {
    margin-left: 2rem !important;
  }
  .ms-lg-5 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-6 {
    margin-left: 3rem !important;
  }
  .ms-lg-8 {
    margin-left: 4rem !important;
  }
  .ms-lg-10 {
    margin-left: 5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.5rem !important;
  }
  .p-lg-4 {
    padding: 2rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3rem !important;
  }
  .p-lg-8 {
    padding: 4rem !important;
  }
  .p-lg-10 {
    padding: 5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  @supports (position: sticky) {
    .sticky-lg-top {
      position: sticky;
      z-index: 1020;
    }
  }
}
@media (min-width: 1140px) {
  .container,
  .container-lg,
  .container-md {
    max-width: 1200px;
  }
  @supports (position: sticky) {
    .sticky-xl-top {
      position: sticky;
      z-index: 1020;
    }
  }
}
@supports (counter-increment: any) {
  :not(ngb-carousel, ngb-pagination) > ol:not(.list-no-default-spacing) {
    padding-left: 1.4rem;
  }
  :not(ngb-carousel, ngb-pagination) > ol:not(.list-no-default-spacing) > li {
    counter-increment: listItemCounter;
    list-style-type: none;
  }
  :not(ngb-carousel, ngb-pagination)
    > ol:not(.list-no-default-spacing)
    > li:before {
    content: counter(listItemCounter) '.';
    margin-right: 0.5rem;
  }
}
.btn {
  --btn-padding-y: 0.75rem;
  --btn-padding-x: 1.25rem;
  --btn-font-size: 1rem;
  --btn-border-radius: 50rem;
  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;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: var(--btn-border-radius);
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
.btn-primary,
.btn-primary:focus {
  background-color: #1e76ce;
  box-shadow: none;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .nav-link {
    transition: none;
  }
}
.btn.btn-link,
.btn.btn-link:hover {
  color: #1e76ce;
}
.btn:focus {
  outline: 0;
}
.btn.btn-link {
  box-shadow: none;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}
.btn.btn-link:active {
  box-shadow: none !important;
}
.btn-primary {
  outline: transparent solid 0.125rem;
  outline-offset: -0.125rem;
  color: #fff;
  line-height: 1.75;
  font-size: 1rem;
}
@media (max-width: 539.98px) {
  .btn-outline-primary,
  .btn-primary {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .btn-primary:not(:disabled):not(.disabled):active {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .btn-outline-primary:after,
  .btn-primary:after {
    transform: translateY(1px);
  }
}
.btn-primary:focus {
  outline: #1e76ce solid 2px;
  outline-offset: 2px;
  color: #fff;
}
.btn-link:focus,
.btn-outline-primary:focus:not(:focus-visible),
.btn-primary:focus:not(:focus-visible),
.link:focus,
a:not(.btn:not(.btn-link)):focus {
  outline: #1e76ce solid 2px;
  outline-offset: 2px;
}
.btn-primary.hover,
.btn-primary:hover,
.btn-primary:not(:disabled):hover:active {
  background-color: #155492;
  color: #fff;
}
.btn-primary:disabled {
  outline: transparent solid 0.125rem;
  outline-offset: 0;
  background-color: #f3f3f3;
  color: #797979;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
  background-color: #155492;
  box-shadow: inset 0 4px #0000007a;
  color: #fff;
  outline: 0;
}
.btn-outline-primary,
.btn-outline-primary:focus {
  background-color: #fff;
  box-shadow: none;
  color: #1e76ce;
}
.btn-outline-primary {
  outline: #1e76ce solid 0.125rem;
  outline-offset: -0.125rem;
  line-height: 1.75;
  font-size: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headings-color);
}
.btn-outline-primary:focus {
  outline: #1e76ce solid 2px;
  outline-offset: 2px;
}
.btn-outline-primary.hover,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):hover:active {
  background-color: #1e76ce;
  color: #fff;
}
.btn-outline-primary:disabled {
  outline: #f3f3f3 solid 0.125rem;
  outline-offset: 0;
  background-color: #fff;
  color: #797979;
  text-decoration: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  padding-top: 0.875rem;
  padding-bottom: 0.625rem;
  background-color: #1e76ce;
  box-shadow: inset 0 4px #0000007a;
  color: #fff;
  outline: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .m-md-3 {
    margin: 1.5rem !important;
  }
  .m-md-4 {
    margin: 2rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3rem !important;
  }
  .m-md-8 {
    margin: 4rem !important;
  }
  .m-md-10 {
    margin: 5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-10 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 2rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3rem !important;
  }
  .mt-md-8 {
    margin-top: 4rem !important;
  }
  .mt-md-10 {
    margin-top: 5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.5rem !important;
  }
  .me-md-2 {
    margin-right: 1rem !important;
  }
  .me-md-3 {
    margin-right: 1.5rem !important;
  }
  .me-md-4 {
    margin-right: 2rem !important;
  }
  .me-md-5 {
    margin-right: 2.5rem !important;
  }
  .me-md-6 {
    margin-right: 3rem !important;
  }
  .me-md-8 {
    margin-right: 4rem !important;
  }
  .me-md-10 {
    margin-right: 5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .mb-md-8 {
    margin-bottom: 4rem !important;
  }
  .mb-md-10 {
    margin-bottom: 5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.5rem !important;
  }
  .ms-md-2 {
    margin-left: 1rem !important;
  }
  .ms-md-3 {
    margin-left: 1.5rem !important;
  }
  .ms-md-4 {
    margin-left: 2rem !important;
  }
  .ms-md-5 {
    margin-left: 2.5rem !important;
  }
  .ms-md-6 {
    margin-left: 3rem !important;
  }
  .ms-md-8 {
    margin-left: 4rem !important;
  }
  .ms-md-10 {
    margin-left: 5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .p-md-3 {
    padding: 1.5rem !important;
  }
  .p-md-4 {
    padding: 2rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3rem !important;
  }
  .p-md-8 {
    padding: 4rem !important;
  }
  .p-md-10 {
    padding: 5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-10 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-8 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-10 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  @supports (position: sticky) {
    .sticky-md-top {
      position: sticky;
      z-index: 1020;
    }
  }
  .display-1 {
    font-size: 3.5rem;
  }
  .h1-md {
    font-size: 3rem;
  }
  .h2-md {
    font-size: 2rem;
  }
  .h3-md,
  .h4-md {
    font-size: 1.75rem;
  }
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-bottom: 0;
  line-height: 2rem;
}
.h5,
.h6,
h5,
h6 {
  line-height: 2rem;
}
[class*=' display-'],
[class^='display-'] {
  text-transform: uppercase;
}
.btn-link,
a:not(.btn:not(.btn-link)) {
  position: relative;
  border-radius: 0.25rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: auto;
  text-underline-offset: 0.1em;
}
@media (max-width: 539.98px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .btn-link {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 700;
  }
  .btn-link:not(:disabled):not(.disabled):active {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .btn-link:after {
    transform: translateY(-5px);
  }
}
body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100vh;
}

#error-morning,
#error-afternoon,
#error-evening {
  display: none;
}

a.footer-link:not(.btn:not(.btn-link)) {
  text-decoration: none;
  padding-bottom: 1rem;
  color: white;
}

a.footer-link:not(.btn:not(.btn-link)):hover {
  text-decoration: underline;
}

.btn {
  font-size: 20px;
}

a.footer-link:not(.btn:not(.btn-link)) {
  text-decoration: none;
  padding-bottom: 1rem;
  color: white;
}

a.footer-link:not(.btn:not(.btn-link)):hover {
  text-decoration: underline;
}
