/*!
   * Bootstrap Reboot v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --dane-accent1: #ffe400;
  --dane-accent-up: #4caf50;
  --dane-accent-down: #ec7063;
  --dane-body-background-light: white;
  --dane-body-background-secondary: #f8f9fa;
  --dane-body-color-light: black;
  --dane-shadow-color: #edeeee;
  --dane-gray: #495057;
  --dane-gray-5: #f8f9fa;
  --dane-menu-color: #475058;
  --dane-gray-100: #f8f9fa;
  --dane-gray-200: #e9ecef;
  --dane-gray-300: #dee2e6;
  --dane-gray-400: #ced4da;
  --dane-gray-500: #adb5bd;
  --dane-gray-600: #6c757d;
  --dane-gray-700: #495057;
  --dane-gray-800: #343a40;
  --dane-gray-900: #212529;
  --dane-primary: #0d6efd;
  --dane-secondary: #6c757d;
  --dane-success: #198754;
  --dane-info: #0dcaf0;
  --dane-warning: #ffc107;
  --dane-danger: #dc3545;
  --dane-light: #f8f9fa;
  --dane-dark: #212529;
  --dane-primary-rgb: 13, 110, 253;
  --dane-secondary-rgb: 108, 117, 125;
  --dane-success-rgb: 25, 135, 84;
  --dane-info-rgb: 13, 202, 240;
  --dane-warning-rgb: 255, 193, 7;
  --dane-danger-rgb: 220, 53, 69;
  --dane-light-rgb: 248, 249, 250;
  --dane-dark-rgb: 33, 37, 41;
  --dane-white-rgb: 255, 255, 255;
  --dane-black-rgb: 0, 0, 0;
  --dane-body-color-rgb: 0, 0, 0;
  --dane-body-bg-rgb: 255, 255, 255;
  --dane-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --dane-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --dane-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --dane-body-font-family: Open Sans, sans-serif;
  --dane-body-font-size: 1rem;
  --dane-body-font-weight: 400;
  --dane-body-line-height: 1.3;
  --dane-body-color: black;
  --dane-body-bg: white;
  --dane-border-width: 1px;
  --dane-border-style: solid;
  --dane-border-color: #dee2e6;
  --dane-border-color-translucent: rgba(0, 0, 0, 0.175);
  --dane-border-radius: 0.375rem;
  --dane-border-radius-sm: 0.25rem;
  --dane-border-radius-lg: 0.5rem;
  --dane-border-radius-xl: 1rem;
  --dane-border-radius-2xl: 2rem;
  --dane-border-radius-pill: 50rem;
  --dane-link-color: #0d6efd;
  --dane-link-hover-color: #0a58ca;
  --dane-code-color: #d63384;
  --dane-highlight-bg: #fff3cd;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--dane-body-font-family);
  font-size: var(--dane-body-font-size);
  font-weight: var(--dane-body-font-weight);
  line-height: var(--dane-body-line-height);
  color: var(--dane-body-color);
  text-align: var(--dane-body-text-align);
  background-color: var(--dane-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

h1, .h1 {
  font-size: calc(1.4375rem + 2.25vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  background-color: var(--dane-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--dane-link-color);
  text-decoration: none;
}

a:hover {
  color: var(--dane-link-hover-color);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--dane-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--dane-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--dane-body-bg);
  background-color: var(--dane-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.container,
.container-fluid,
.container-md,
.container-lg,
.container-xl {
  --dane-gutter-x: 32px;
  --dane-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--dane-gutter-x) * .5);
  padding-left: calc(var(--dane-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 770px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1200px;
  }
}

.accordions {
  --acc-size: 16px;
  --acc-color: #475058;
  --acc-size-title: 16px;
  --acc-weight-title: 600;
  --acc-color-title: #000;
}

.accordions.border-top {
  border-top: 1px solid #E2E2E2;
  padding-top: 20px;
}

.accordions.disabled .accordion__content {
  max-height: unset !important;
  opacity: 1 !important;
  padding: 15px 20px 0 0 !important;
}

.accordions.disabled .accordion {
  padding: 20px 89px 20px 20px;
}

@media (max-width: 991.98px) {
  .accordions.disabled .accordion {
    padding: 10px;
  }
}

.accordion {
  overflow: hidden;
  color: var(--acc-color);
  border-radius: 12px;
  border: 1px solid transparent;
  border-bottom-color: #EDEEEE;
  background-color: transparent;
  padding: 24px 0;
  margin-bottom: 0;
  color: var(--acc-color);
  font-size: var(--acc-size);
  position: relative;
}

.accordion:not(.active) .accordion__head:before {
  transform: rotate(180deg);
}

.accordion:last-child {
  margin-bottom: 0;
}

.accordion > .icon {
  position: absolute;
  width: var(--toggle-size, var(--toggle-width, 24px));
  height: var(--toggle-size, var(--toggle-height, 24px));
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translateY(-50%) rotate(var(--toggle-rotate, 0deg));
  transition: all 0.25s ease-out;
  margin-left: auto;
  flex-shrink: 0;
}

.accordion > .icon svg {
  width: 100%;
  height: 100%;
}

.accordion__head {
  position: relative;
  padding: 0 0 0 0;
  cursor: pointer;
  font-size: var(--acc-size-title);
  font-weight: var(--acc-weight-title);
  color: var(--acc-color-title);
}

@media (max-width: 991.98px) {
  .accordion__head {
    padding-right: 30px;
  }
}

.accordion__head .icon {
  position: absolute;
  width: var(--toggle-size, var(--toggle-width, 24px));
  width: var(--toggle-size, var(--toggle-height, 24px));
  top: 50%;
  right: 0;
  line-height: 1;
  transform: translateY(-50%) rotate(var(--toggle-rotate, 0deg));
  transition: all 0.25s ease-out;
  margin-left: auto;
  flex-shrink: 0;
}

.accordion__head .icon svg {
  width: 100%;
  height: 100%;
}

.accordion__head .accordion-title {
  margin-bottom: 0;
  color: var(--acc-color-title);
  font-size: var(--acc-size-title);
  line-height: 1.6;
  font-weight: var(--acc-weight-title);
  display: block;
}

.accordion__content {
  padding: 0 0 0 0;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  color: var(--acc-color);
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
}

.accordion__content p:first-of-type {
  margin-top: 0;
}

.accordion__content p:last-of-type {
  margin-bottom: 0;
}

.accordion__content ol, .accordion__content ul {
  margin: 0;
  padding-left: 20px;
}

.accordion.active .accordion__head i.icon {
  transform: translateY(-50%) rotate(var(--toggle-rotate-active, 180deg));
}

.accordion.active .accordion__content {
  padding: 16px 0 0 0;
  opacity: 1;
}

/*# sourceMappingURL=accordions.min.css.map */