@charset "UTF-8";
@font-face {
  font-family: "Heldane";
  src: url("/fonts/heldane-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Heldane-italic";
  src: url("/fonts/heldane-regular-italic.woff2") format("woff2");
}
.bg-green, .bg-color-green {
  background-color: #e0efe2;
}

.bg-color-green-100 {
  background-color: #e0efe2;
}

.bg-color-green-200 {
  background-color: #c4d4c4;
}

.bg-color-green-300 {
  background-color: #adbfa8;
}

.bg-blue, .bg-color-blue {
  background-color: #d4e2f1;
}

.bg-color-blue-100 {
  background-color: #d4e2f1;
}

.bg-color-blue-200 {
  background-color: #6b89c6;
}

.bg-color-blue-300 {
  background-color: #3159a5;
}

.bg-color-grey-100 {
  background-color: #dfdfda;
}

.bg-color-grey-200 {
  background-color: #a5a6a0;
}

.bg-color-transparent {
  background-color: transparent;
}

@keyframes smooth-pad-top {
  from {
    padding-top: 4rem;
  }
  to {
    padding-top: 2rem;
  }
}
.gpx {
  margin-top: -120px !important;
}
.gpx section {
  padding: 5rem 0;
}
.gpx .logo img {
  height: 30px;
}
@media screen and (min-width: 576px) {
  .gpx .logo img {
    height: auto;
    max-width: 180px;
  }
}
.gpx hr {
  margin: 1rem 0 !important;
  border-bottom: 1px solid #ccc;
}
.gpx .intro {
  padding: 8rem 0;
}
@media screen and (min-width: 576px) {
  .gpx .intro {
    padding: 5rem 0;
  }
}
.gpx .intro h1, .gpx .intro p {
  text-align: center;
}
.gpx .intro p {
  padding: 1rem 0rem;
}
@media screen and (min-width: 768px) {
  .gpx .intro p {
    padding: 1rem 10rem;
  }
}
.gpx .text-with-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gpx .text-with-img .col-text {
  width: 60%;
}
.gpx .text-with-img .col-img {
  width: 35%;
}
@media screen and (max-width: 576px) {
  .gpx .text-with-img {
    flex-flow: column;
  }
  .gpx .text-with-img .col-text {
    width: 100%;
  }
  .gpx .text-with-img .col-img {
    width: 100%;
    margin: 0;
    padding: 1rem;
  }
}
.gpx .img-rounded-square {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
}
.gpx .img-rounded-square--partners {
  height: 300px;
  width: 100%;
  max-width: 450px;
  object-fit: cover;
  border-radius: 1rem;
}
.gpx .img-right .col-img {
  margin-left: 5%;
  text-align: right;
}
@media screen and (max-width: 576px) {
  .gpx .img-right .col-img {
    margin: 0;
    text-align: center;
    padding: 0;
    order: 1;
  }
}
@media screen and (max-width: 576px) {
  .gpx .img-right .col-text {
    margin-top: 1rem;
    order: 2;
  }
}
.gpx .img-left .col-img {
  margin-right: 5%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .gpx .img-left .col-img {
    margin: 0;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  .gpx .img-left .col-text {
    margin-top: 1rem;
  }
  .gpx .img-left .col-text h2 {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.gpx .img-caption {
  text-align: center;
}
.gpx .strong {
  font-weight: bold;
}
.gpx .funds-overview .funds {
  text-align: center;
}
.gpx .funds-overview .funds .col:nth-of-type(4n+3) .fund {
  background-color: #6b89c6;
}
.gpx .funds-overview .funds .col:nth-of-type(4n+2) .fund {
  background-color: #c4d4c4;
}
.gpx .funds-overview .funds .col:nth-of-type(4n+1) .fund {
  background-color: #a5a6a0;
}
.gpx .funds-overview .fund {
  width: 100%;
  height: 300px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  border: none;
  padding: 1rem;
  position: relative;
  padding-top: 4rem;
}
.gpx .funds-overview .fund::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  top: 2rem;
  left: 0;
  background: #000;
}
.gpx .funds-overview .fund img {
  padding-bottom: 2rem;
  width: 100%;
}
.gpx .funds-overview .fund h2 {
  background-color: transparent;
  text-transform: none;
}
.gpx .funds-overview .fund a.btn.btn--bordered, .gpx .funds-overview .fund #capybara a.cp-button, #capybara .gpx .funds-overview .fund a.cp-button, .gpx .funds-overview .fund #capybara a.cp-button--back, #capybara .gpx .funds-overview .fund a.cp-button--back {
  display: none;
}
.gpx .funds-overview .fund .about {
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: opacity 0.6s ease, margin-top 0.6s ease;
}
.gpx .funds-overview .fund:hover {
  animation: 0.5s ease smooth-pad-top;
  padding-top: 2rem;
}
.gpx .funds-overview .fund:hover::before {
  top: 0;
}
.gpx .funds-overview .fund:hover a.btn.btn--bordered, .gpx .funds-overview .fund:hover #capybara a.cp-button, #capybara .gpx .funds-overview .fund:hover a.cp-button, .gpx .funds-overview .fund:hover #capybara a.cp-button--back, #capybara .gpx .funds-overview .fund:hover a.cp-button--back {
  display: inline-block;
  margin-top: 0.5rem;
}
.gpx .funds-overview .fund:hover .about {
  opacity: 1;
  visibility: visible;
  margin-top: 0.5rem;
}
.gpx .funds-overview img {
  width: 30px;
}
.gpx .funds-overview h1 {
  font-size: xxx-large !important;
}
@media screen and (max-width: 576px) {
  .gpx .funds-overview .fund::before {
    top: 0;
  }
  .gpx .funds-overview .fund a.btn.btn--bordered, .gpx .funds-overview .fund #capybara a.cp-button, #capybara .gpx .funds-overview .fund a.cp-button, .gpx .funds-overview .fund #capybara a.cp-button--back, #capybara .gpx .funds-overview .fund a.cp-button--back {
    display: inline-block;
    margin-top: 1.5rem;
  }
}
.gpx .note {
  text-align: right;
  font-size: 80%;
  margin-top: 1rem;
}
.gpx .charts .chart-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gpx .charts .chart-legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.gpx .charts .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.gpx .charts .chart-legend .legend-color {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 2px;
}
.gpx .charts .chart-legend .legend-label {
  font-size: 0.7rem;
}
.gpx .charts p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 576px) {
  .gpx .charts p {
    margin-bottom: 2rem !important;
  }
}
.gpx .charts table.table-chart-title {
  margin-bottom: 2rem;
  text-align: center;
}
.gpx .charts table.table-chart-title td {
  text-align: center;
}
.gpx .charts table.table-chart, .gpx .charts table.table-revenue {
  margin-top: 1rem;
}
.gpx .charts table.table-chart td:first-of-type, .gpx .charts table.table-revenue td:first-of-type {
  width: 70% !important;
  border-right-color: transparent;
}
.gpx .charts table.table-chart td:last-of-type, .gpx .charts table.table-revenue td:last-of-type {
  width: 30% !important;
  border-left-color: transparent;
  text-align: right;
}
.gpx .charts table.table-chart {
  display: none;
}
@media screen and (max-width: 576px) {
  .gpx .charts .row > div:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.gpx .video {
  text-align: center;
}
.gpx .video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.gpx .video-placeholder {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}
.gpx .fund-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  color: #000;
  font-weight: 300;
  flex-direction: column;
}
.gpx .fund-box h4 {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .gpx .fund-box h4 {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .gpx .fund-box h4 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .gpx .fund-box h4 {
    font-size: 1.7rem;
  }
}
.gpx .fund-box--blue {
  background-color: #6b89c6;
}
.gpx .fund-box--green {
  background-color: #c4d4c4;
}
.gpx .fund-box--grey {
  background-color: #a5a6a0;
}
.gpx .partner-logos {
  text-align: center;
}
.gpx .partner-logos .partners {
  max-width: 1000px;
  margin: 4rem auto 0;
  flex-wrap: wrap;
}
.gpx .footer p {
  padding: 0.5rem 0;
}
.gpx .footer .logo {
  height: auto;
  max-width: 180px;
  margin-bottom: 1rem;
}
.gpx .footer .footer-links {
  text-align: right;
}
.gpx .footer .footer-links a {
  line-height: 2;
}
.gpx .footer .footer-copyright {
  text-align: right;
}
@media screen and (max-width: 576px) {
  .gpx .footer .footer-links {
    order: 1;
    text-align: left;
  }
  .gpx .footer .footer-contact {
    order: 2;
    margin-top: 2rem;
  }
  .gpx .footer .footer-copyright {
    text-align: left;
  }
}

.form-label, .form-group label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: 21px;
  padding-bottom: 21px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.1rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 20px 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #000000;
  background-color: var(--bs-body-bg);
  border-color: #000000;
  outline: 0;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.2em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 20px 25px;
  margin: -20px -25px;
  margin-inline-end: 25px;
  color: #000000;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: add(1.2em, add(0.5rem, calc(1px * 2), false));
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: add(1.2em, add(1rem, calc(1px * 2), false));
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: add(1.2em, add(40px, calc(1px * 2), false));
}
textarea.form-control-sm {
  min-height: add(1.2em, add(0.5rem, calc(1px * 2), false));
}
textarea.form-control-lg {
  min-height: add(1.2em, add(1rem, calc(1px * 2), false));
}

.form-control-color {
  width: 3rem;
  height: add(1.2em, add(40px, calc(1px * 2), false));
  padding: 20px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
}
.form-control-color.form-control-sm {
  height: add(1.2em, add(0.5rem, calc(1px * 2), false));
}
.form-control-color.form-control-lg {
  height: add(1.2em, add(1rem, calc(1px * 2), false));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 20px 75px 20px 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 16px 12px;
  border: 1px solid #000000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-select:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 25px;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.1rem;
}

.form-check {
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #000000;
  border-color: #000000;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 0;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, #capybara .btn-check[disabled] + .cp-button, #capybara .btn-check[disabled] + .cp-button--back, .btn-check:disabled + .btn, #capybara .btn-check:disabled + .cp-button, #capybara .btn-check:disabled + .cp-button--back {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #000000;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-range::-webkit-slider-thumb:active {
  background-color: tint-color(#000000, 70%);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #000000;
  border: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-range::-moz-range-thumb:active {
  background-color: tint-color(#000000, 70%);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: add(3.5rem, calc(1px * 2));
  min-height: add(3.5rem, calc(1px * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 25px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 25px;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 12.5px;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group #capybara .cp-button, #capybara .input-group .cp-button, .input-group #capybara .cp-button--back, #capybara .input-group .cp-button--back {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group #capybara .cp-button:focus, #capybara .input-group .cp-button:focus, .input-group #capybara .cp-button--back:focus, #capybara .input-group .cp-button--back:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 20px 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: 1px solid #000000;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
#capybara .input-group-lg > .cp-button,
#capybara .input-group-lg > .cp-button--back {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
#capybara .input-group-sm > .cp-button,
#capybara .input-group-sm > .cp-button--back {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 100px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(1px * -1);
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: var(--bs-success);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.8rem;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: var(--bs-danger);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, #capybara .cp-button, #capybara .cp-button--back {
  --bs-btn-padding-x: 25px;
  --bs-btn-padding-y: 20px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.2;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  background-color: var(--bs-btn-bg);
  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;
}
.btn:hover, #capybara .cp-button:hover, #capybara .cp-button--back:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, #capybara .btn-check + .cp-button:hover, #capybara .btn-check + .cp-button--back:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, #capybara .cp-button:focus-visible, #capybara .cp-button--back:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, #capybara .btn-check:focus-visible + .cp-button, #capybara .btn-check:focus-visible + .cp-button--back {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, #capybara .btn-check:checked + .cp-button, #capybara .btn-check:checked + .cp-button--back, :not(.btn-check) + .btn:active, #capybara :not(.btn-check) + .cp-button:active, #capybara :not(.btn-check) + .cp-button--back:active, .btn:first-child:active, #capybara .cp-button:first-child:active, #capybara .cp-button--back:first-child:active, .btn.active, #capybara .active.cp-button, #capybara .active.cp-button--back, .btn.show, #capybara .show.cp-button, #capybara .show.cp-button--back {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, #capybara .btn-check:checked + .cp-button:focus-visible, #capybara .btn-check:checked + .cp-button--back:focus-visible, :not(.btn-check) + .btn:active:focus-visible, #capybara :not(.btn-check) + .cp-button:active:focus-visible, #capybara :not(.btn-check) + .cp-button--back:active:focus-visible, .btn:first-child:active:focus-visible, #capybara .cp-button:first-child:active:focus-visible, #capybara .cp-button--back:first-child:active:focus-visible, .btn.active:focus-visible, #capybara .active.cp-button:focus-visible, #capybara .active.cp-button--back:focus-visible, .btn.show:focus-visible, #capybara .show.cp-button:focus-visible, #capybara .show.cp-button--back:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, #capybara .btn-check:checked:focus-visible + .cp-button, #capybara .btn-check:checked:focus-visible + .cp-button--back {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, #capybara .cp-button:disabled, #capybara .cp-button--back:disabled, .btn.disabled, #capybara .disabled.cp-button, #capybara .disabled.cp-button--back, fieldset:disabled .btn, fieldset:disabled #capybara .cp-button, #capybara fieldset:disabled .cp-button, fieldset:disabled #capybara .cp-button--back, #capybara fieldset:disabled .cp-button--back {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-secondary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}

.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 500;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: #a5a6a0;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.9rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  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,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .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,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.flashes {
  z-index: 10000;
  position: fixed;
  top: 10vh;
  left: 0;
  right: 0;
}
.flashes .alert {
  padding: 20px 25px;
  border: 1px solid black;
  background: white;
}
.flashes .alert .close {
  float: right;
  cursor: pointer;
}
.flashes .alert.alert-success {
  color: #28a745;
  border-color: #28a745;
}
.flashes .alert.alert-danger, .flashes .alert.alert-error {
  color: #dc3545;
  border-color: #dc3545;
}

.grecaptcha-badge {
  display: none !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.animate--simple {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-out;
}
.animate--simple-left {
  transform: translateX(-5vh);
}
.animate--simple-right {
  transform: translateX(3vw);
}
.animate--simple-bottom {
  transform: translateY(3vw);
}
.animate--animated {
  transform: translateY(0) translateX(0);
  opacity: 1;
  pointer-events: all;
}

h1, h3 {
  opacity: 0;
}

.animatedWord {
  transition: all 0.4s ease-out;
  opacity: 0;
  display: inline-block;
  transform: translateY(50%);
  position: relative;
}
.animatedWord--inline {
  display: inline;
}
.animatedWord::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 44px);
  height: 105%;
  background: #ffffff;
  transition: height 0.7s ease, opacity 0s ease 0.7s;
  opacity: 1;
}
.animatedWord:nth-child(1) {
  transition-delay: 0s;
}
.animatedWord:nth-child(1)::before {
  transition: height 0.7s ease 0s, opacity 0s linear 0.7s;
}
.animatedWord:nth-child(2) {
  transition-delay: 0.1s;
}
.animatedWord:nth-child(2)::before {
  transition: height 0.7s ease 0.1s, opacity 0s linear 0.8s;
}
.animatedWord:nth-child(3) {
  transition-delay: 0.2s;
}
.animatedWord:nth-child(3)::before {
  transition: height 0.7s ease 0.2s, opacity 0s linear 0.9s;
}
.animatedWord:nth-child(4) {
  transition-delay: 0.3s;
}
.animatedWord:nth-child(4)::before {
  transition: height 0.7s ease 0.3s, opacity 0s linear 1s;
}
.animatedWord:nth-child(5) {
  transition-delay: 0.4s;
}
.animatedWord:nth-child(5)::before {
  transition: height 0.7s ease 0.4s, opacity 0s linear 1.1s;
}
.animatedWord:nth-child(6) {
  transition-delay: 0.5s;
}
.animatedWord:nth-child(6)::before {
  transition: height 0.7s ease 0.5s, opacity 0s linear 1.2s;
}
.animatedWord:nth-child(7) {
  transition-delay: 0.6s;
}
.animatedWord:nth-child(7)::before {
  transition: height 0.7s ease 0.6s, opacity 0s linear 1.3s;
}
.animatedWord:nth-child(8) {
  transition-delay: 0.7s;
}
.animatedWord:nth-child(8)::before {
  transition: height 0.7s ease 0.7s, opacity 0s linear 1.4s;
}
.animatedWord:nth-child(9) {
  transition-delay: 0.8s;
}
.animatedWord:nth-child(9)::before {
  transition: height 0.7s ease 0.8s, opacity 0s linear 1.5s;
}
.animatedWord:nth-child(10) {
  transition-delay: 0.9s;
}
.animatedWord:nth-child(10)::before {
  transition: height 0.7s ease 0.9s, opacity 0s linear 1.6s;
}
.animatedWord:nth-child(11) {
  transition-delay: 1s;
}
.animatedWord:nth-child(11)::before {
  transition: height 0.7s ease 1s, opacity 0s linear 7s;
}
.animatedWord--active {
  opacity: 1;
  transform: translateY(0);
}
.animatedWord--active::before {
  height: 1px;
  opacity: 0;
}

.bg-color-green-100 .animatedWord::before {
  background-color: #e0efe2;
}

.bg-color-green-200 .animatedWord::before {
  background-color: #c4d4c4;
}

.bg-color-green-300 .animatedWord::before {
  background-color: #adbfa8;
}

.bg-color-blue-100 .animatedWord::before {
  background-color: #d4e2f1;
}

.bg-color-blue-200 .animatedWord::before {
  background-color: #6b89c6;
}

.bg-color-blue-300 .animatedWord::before {
  background-color: #3159a5;
}

.bg-color-grey-100 .animatedWord::before {
  background-color: #dfdfda;
}

.bg-color-grey-200 .animatedWord::before {
  background-color: #6b89c6;
}

.article {
  margin-bottom: 5.2rem;
}
.article:last-child {
  margin-bottom: 0;
}
.article__heading {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #000000;
  margin-bottom: 3.89rem;
  padding-bottom: 1.11rem;
}
@media screen and (max-width: 576px) {
  .article__heading {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article__heading h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .article__heading h3 {
    margin-bottom: 1.11rem;
  }
}
.article__heading h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .article__heading h4 {
    margin-bottom: 1.11rem;
  }
}
.article__date {
  font-size: 1.67rem;
  line-height: 2rem;
  white-space: nowrap;
}
.article__content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
}
.article__content-text {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.article__category {
  position: absolute;
  right: 0;
  top: -2.8rem;
  text-transform: uppercase;
  display: flex;
  gap: 20px;
}
.article__category--detail {
  position: initial;
  border-top: 1px solid #000000;
  justify-content: flex-end;
  padding-top: 40px;
  margin-bottom: 60px;
}
.article__category--detail-mb-half {
  margin-bottom: 30px;
}
.article--wImg {
  display: flex;
  align-items: flex-start;
}
.article--wImg img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: block;
}

.tags {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  font-size: 0.6rem;
  margin-bottom: 2rem;
}
.tags.mb {
  margin-bottom: 4rem;
}
.tags .tag {
  padding: 0.2rem 0.2rem;
  border: 1px solid black;
}
.tags .tag-all {
  text-transform: uppercase;
}
.tags a.tag {
  font-family: inherit;
  font-size: inherit;
}
.tags a.tag:hover, .tags a.tag:focus, .tags a.tag:active {
  text-decoration: none;
}

.btn, #capybara .cp-button, #capybara .cp-button--back {
  padding: 10px 8px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.67rem;
  text-transform: uppercase;
}
.btn--bordered, #capybara .cp-button, #capybara .cp-button--back {
  border: 1px solid #000000;
}
.btn--bordered:hover, #capybara .cp-button:hover, #capybara .cp-button--back:hover, .btn--bordered:active, #capybara .cp-button:active, #capybara .cp-button--back:active {
  border-color: #000000;
}
.btn--circle {
  border-radius: 100%;
  height: 54px;
  width: 54px;
  padding: 0;
  justify-content: center;
}
.btn--arrowNext::after {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-image: url("/layout/svg/arrowNext.svg"), url("/layout/svg/arrowNext.svg");
  background-size: cover;
  margin-left: 10px;
}
.btn--transparent {
  background: transparent;
}
.btn[type=submit], #capybara [type=submit].cp-button, #capybara [type=submit].cp-button--back {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: inherit !important;
}

.contactBox {
  padding: 30px;
  text-align: center;
}
.contactBox--blue {
  background-color: #d4e2f1;
}
.contactBox--green {
  background-color: #e0efe2;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #000000;
  width: 100%;
  padding: 20px;
}

.select-styled {
  position: absolute;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  transition: all 0.25s ease;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:active, .select-styled.active {
  background-color: #adbfa8;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #000000 transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e0efe2;
  border: 1px solid #000000;
  border-top: 0;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-bottom: 1px solid #000000;
  transition: all 0.25s ease;
}
.select-options li:last-child {
  border-bottom: 0;
}
.select-options li:hover, .select-options li.is-selected {
  color: #000000;
  background: #adbfa8;
}
.select-options li[rel=hide] {
  display: none;
}

.expandCard {
  position: relative;
  transition: transform 0.25s ease;
}
.expandCard--fixed {
  padding-bottom: 100%;
}
.expandCard--fixed:hover .expandCard__inner {
  margin-top: 0;
}
.expandCard--fixed .expandCard__inner {
  margin-top: 2.22rem;
  position: absolute;
}
.expandCard__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 2rem;
  margin-top: 30px;
  height: 210px;
}
.expandCard__wrapper .expandCard--wHover:hover {
  transform: translateY(-50%);
  max-height: 999px;
}
@media screen and (max-width: 576px) {
  .expandCard__wrapper .expandCard--wHover:hover {
    transform: none;
  }
}
@media screen and (max-width: 992px) {
  .expandCard__wrapper {
    margin-top: 50px;
    flex-direction: column;
    gap: 2rem 2rem;
    height: auto;
    align-items: flex-start;
  }
  .expandCard__wrapper .expandCard {
    justify-content: center;
  }
}
.expandCard__wrapper--wIllustration {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: auto;
  width: auto;
  position: relative;
}
@media screen and (max-width: 992px) {
  .expandCard__wrapper--wIllustration .expandCard {
    margin-top: 0;
  }
  .expandCard__wrapper--wIllustration .expandCard:hover {
    transform: none;
  }
}
.expandCard__wrapper--wIllustration .svg {
  transform: translateY(-50%);
}
@media screen and (max-width: 992px) {
  .expandCard__wrapper--wIllustration .svg {
    width: 100%;
    transform: none;
  }
}
.expandCard--wHover .expandCard__inner h4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.expandCard--wHover .expandCard__inner .short-text {
  display: inline;
}
.expandCard--wHover .expandCard__inner .long-text {
  display: block;
  pointer-events: none;
  opacity: 0;
  max-height: 0;
  height: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .expandCard--wHover .expandCard__inner .long-text {
    height: auto;
    display: inline;
    max-height: 999px;
    opacity: 1;
    pointer-events: all;
  }
}
.expandCard--wHover:hover .expandCard__inner .long-text {
  display: inline;
  pointer-events: all;
  opacity: 1;
  height: auto;
  max-height: 999px;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.expandCard__inner {
  max-width: 17.222rem;
  padding-top: 0.83rem;
  padding-left: 0.83rem;
  padding-right: 0.83rem;
  transition: all 0.25s ease;
}
@media screen and (max-width: 992px) {
  .expandCard__inner {
    max-width: none;
  }
}
.expandCard__inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 2px;
  top: 0;
  left: 0;
  background: #000000;
}
.expandCard__inner h4 {
  margin-bottom: 20px;
}
.expandCard__inner .short-text {
  display: inline;
}
.expandCard__inner .long-text {
  display: inline;
}

.grid .expandCard--wHover {
  border: 1px solid #000000;
  background-color: transparent;
}
.grid .expandCard--wHover.bg-color-blue {
  border: none;
}
.grid .expandCard--wHover.bg-color-blue:nth-of-type(4n+4) {
  background-color: #d4e2f1;
}
.grid .expandCard--wHover.bg-color-blue:nth-of-type(4n+3) {
  background-color: #a6b8dc;
}
.grid .expandCard--wHover.bg-color-blue:nth-of-type(4n+2) {
  background-color: #88a0d1;
}
.grid .expandCard--wHover.bg-color-blue:nth-of-type(4n+1) {
  background-color: #6b89c6;
}
.grid .expandCard--wHover.bg-color-green {
  border: none;
}
.grid .expandCard--wHover.bg-color-green:nth-of-type(4n+4) {
  background-color: #e0efe2;
}
.grid .expandCard--wHover.bg-color-green:nth-of-type(4n+3) {
  background-color: #d0ddd0;
}
.grid .expandCard--wHover.bg-color-green:nth-of-type(4n+2) {
  background-color: #c4d4c4;
}
.grid .expandCard--wHover.bg-color-green:nth-of-type(4n+1) {
  background-color: #adbfa8;
}
.grid .expandCard--wHover.bg-color-transparent {
  border: 1px solid #000000;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .hero .expandCard--wHover:hover {
    transform: none;
  }
}

.expandTabs {
  background: linear-gradient(#a5a6a0, #dfdfda);
}
.expandTabs__item {
  border-bottom: 25px solid #ffffff;
}
.expandTabs__item-heading {
  position: relative;
  margin-bottom: 0;
  padding: 15px;
  cursor: pointer;
}
.expandTabs__item-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}
.expandTabs__item-content {
  pointer-events: none;
  max-height: 0;
  padding: 0 15px;
  background: #ffffff;
  margin-bottom: 0;
  transition: all 0.25s ease;
  color: transparent;
}
.expandTabs__item--active .expandTabs__item-heading::after {
  transform: translateY(-50%) rotate(135deg);
}
.expandTabs__item--active .expandTabs__item-content {
  color: inherit;
  pointer-events: all;
  max-height: 300px;
  padding: 15px;
}

footer {
  padding-bottom: 60px;
  background: transparent;
}
footer .footer__inner {
  display: flex;
  gap: 3.9rem;
  align-items: center;
}
footer .footer__inner-wrapper {
  padding-top: 40px;
  border-top: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  footer .footer__inner-wrapper {
    align-items: center;
    gap: 3.9rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  footer .footer__inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
footer .footer__inner a:not(.logo a):hover {
  text-decoration: underline;
}
footer .footer__inner ul li {
  margin-bottom: 10px;
}
footer .footer__inner ul li:last-of-type {
  margin-bottom: 0;
}
footer .footer__inner .logo {
  max-width: 120px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  footer .footer__inner .logo {
    max-width: 180px;
  }
}
footer .footer__inner .logo a {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer__inner .logo a img {
  width: 100%;
}
footer p {
  margin-bottom: 0;
}
footer > .container {
  padding-right: 0;
  padding-left: 0;
}

form {
  width: 100%;
}
form .input__wrapper, form .textarea__wrapper {
  position: relative;
}
form .input__wrapper label, form .textarea__wrapper label {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
form .input__wrapper input, form .input__wrapper textarea, form .textarea__wrapper input, form .textarea__wrapper textarea {
  width: 100%;
  padding: 20px 25px;
  font-size: 14px;
  background: #dfdfda;
  border: 0;
  margin: 0 0 20px 0;
}
form .input__wrapper input:focus, form .input__wrapper input:active, form .input__wrapper input:focus-visible, form .input__wrapper textarea:focus, form .input__wrapper textarea:active, form .input__wrapper textarea:focus-visible, form .textarea__wrapper input:focus, form .textarea__wrapper input:active, form .textarea__wrapper input:focus-visible, form .textarea__wrapper textarea:focus, form .textarea__wrapper textarea:active, form .textarea__wrapper textarea:focus-visible {
  border: 0;
  outline: 0;
}
form .input__wrapper input.has-error, form .input__wrapper textarea.has-error, form .textarea__wrapper input.has-error, form .textarea__wrapper textarea.has-error {
  margin-bottom: 25px;
}
form .textarea__wrapper textarea {
  min-height: 200px;
}
form .textarea__wrapper label {
  top: 25px;
  transform: translateY(0);
}
form button {
  background: inherit;
  border: inherit;
}
form .help-block {
  width: 100%;
  display: block;
  text-align: right;
  transform: translateY(-18px);
  font-size: 13px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: inline-block;
}

.form-control::placeholder {
  color: #6c757d;
}

.btn-default {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: rgb(25.5, 25.5, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #000000;
}
.btn-default:hover, .btn-default:active {
  border-color: #000000;
  background-color: #f8f9fa;
}

.btn-info {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: rgb(11.05, 171.7, 204);
  --bs-btn-hover-border-color: rgb(10.4, 161.6, 192);
  --bs-btn-focus-shadow-rgb: 49, 210, 242;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: rgb(10.4, 161.6, 192);
  --bs-btn-active-border-color: rgb(9.75, 151.5, 180);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-info:hover, .btn-info:active {
  color: #ffffff;
}

input[type=checkbox] {
  margin-right: 10px;
}

form .help-block {
  padding: 0 6px;
}

.checkbox .help-block {
  transform: none;
}

.graph {
  width: 100%;
  height: 400px;
  overflow: auto;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .graph {
    height: 280px;
  }
}
.graph__wrapper {
  min-width: 500px;
  height: 100%;
}
.graph__controls {
  margin-bottom: 50px;
}
.graph__controls .btn--active {
  color: #3159a5;
  border-color: #3159a5;
  background: #d4e2f1;
}

.hamburger {
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.8;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #000000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 14px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
  transition: color 0.25s ease;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 100%;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  background-color: #000000;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -6px;
}

.hamburger-inner:after {
  bottom: -6px;
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

header {
  height: 80px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  transition: all 0.25s ease;
}
header.header--scrolled {
  background: #ffffff;
}
header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  border-color: transparent;
}
header .logo img {
  max-width: 120px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .logo img {
    max-width: 180px;
  }
}
header .logo:hover a {
  color: #000000;
}
header nav {
  color: #000000;
  display: flex;
  align-items: center;
  gap: 40px;
}
header nav > a {
  text-transform: uppercase;
  font-size: 0.78rem;
}
header nav > a:hover {
  color: #000000;
}
header nav .language {
  font-size: 0.78rem;
}
header nav .search {
  position: relative;
}
header nav .menu {
  position: fixed;
  background: #c4d4c4;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  transform: translateX(100%);
  top: 80px;
  right: 0;
  bottom: 0;
  padding: 60px 0 60px 120px;
}
@media screen and (max-width: 992px) {
  header nav .menu {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  header nav .menu {
    font-size: 1.2rem;
    left: 0;
  }
}
@media screen and (max-width: 576px) {
  header nav .menu {
    padding: 60px 0 60px 60px;
    font-size: 1.3rem;
  }
}
header nav .menu--active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
header nav .menu__inner {
  overflow-y: auto;
  position: relative;
  height: calc(100% - 80px);
  padding-right: 120px;
  padding-top: 5px;
}
@media screen and (max-width: 576px) {
  header nav .menu__inner {
    padding-right: 60px;
  }
}
header nav .menu ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
header nav .menu ul li {
  margin-top: 25px;
  margin-left: 15px;
  max-width: 250px;
}
header nav .menu ul.top > li {
  text-transform: uppercase;
  min-width: 240px;
}
@media screen and (max-width: 992px) {
  header nav .menu ul.top > li {
    margin-left: 0;
  }
}
header nav .menu ul.sub {
  margin-top: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: margin 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
}
header nav .menu ul.sub.active {
  margin-top: 25px;
  height: auto;
  opacity: 1;
  transition: margin 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
}
header nav .menu ul.sub > li {
  margin-top: 10px;
  text-transform: none;
}
header nav .menu ul.sub2 {
  margin-top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: margin 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
}
header nav .menu ul.sub2.active {
  margin-top: 15px;
  height: auto;
  opacity: 1;
  transition: margin 0.25s ease-in-out, height 0.25s ease-in-out, opacity 0.5s ease-in-out;
}
header nav .menu ul.sub2 > li {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 90%;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
}
header nav .menu ul.sub2 > li::before {
  content: "";
  display: inline-block;
  min-height: 5px;
  min-width: 5px;
  max-height: 5px;
  max-width: 5px;
  border-radius: 100%;
  background-color: #000000;
  margin-right: 10px;
}
header nav .language .dropdown-menu {
  min-width: auto;
}
header nav .language button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
  color: #000000;
}
header nav .language span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
header nav .language span img {
  max-width: 15px;
  max-height: 15px;
  width: 100%;
  height: 100%;
  margin-right: 10px;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle::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;
}

.dropdown-toggle.active::after, a.active .dropdown-toggle::after {
  border-bottom: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-top: 0;
  border-left: 0.3em solid transparent;
}

.hero .svg {
  max-width: 640px;
  width: 100%;
  max-height: 80vh;
}
.hero--lp h1 {
  margin-bottom: 10vh;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .hero--lp h1 {
    margin-bottom: 6vh;
  }
}
@media screen and (max-width: 768px) {
  .hero--lp > .container:first-of-type {
    overflow: hidden;
    padding-top: 6rem !important;
  }
}

.map {
  height: 100%;
  width: 100%;
  filter: grayscale(1);
}
.map iframe {
  height: 100%;
  width: 100%;
}

.menu__inner {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.menu__inner::-webkit-scrollbar {
  width: 15px;
}
.menu__inner::-webkit-scrollbar-track {
  background: #dfdfda;
  border: 4px solid #dfdfda;
}
.menu__inner::-webkit-scrollbar-thumb {
  background: #c4d4c4;
  min-height: 50px;
  max-height: 100px;
  -webkit-appearance: none;
  border: 4px solid #dfdfda;
}
.menu__inner::-webkit-scrollbar-thumb:hover {
  background: #a5a6a0;
}
.menu__inner::-webkit-scrollbar-button {
  display: none;
}

.modal {
  position: fixed;
  inset: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 0px;
  margin: 0 -30px;
  transition: all 0.25s ease;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 576px) {
  .modal {
    padding: 30px;
    margin: 0 0;
  }
}
.modal--active {
  opacity: 1;
  pointer-events: all;
}
.modal--active .modal__inner {
  transform: translateY(0);
}
.modal__inner {
  width: 1200px;
  max-width: calc(100% - 60px);
  max-height: calc(100% - 30px);
  padding: 0px;
  background-color: #ffffff;
  z-index: 1;
  transform: translateY(20px);
  transition: all 0.25s ease;
  overflow: auto;
}
@media (min-width: 576px) {
  .modal__inner {
    padding: 50px;
  }
}
.modal__inner__small {
  width: 700px;
}
.modal__content p {
  font-size: 14px;
}
.modal__overlay {
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal__footer {
  border-top: 1px solid #a5a6a0;
  margin-top: 30px;
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.modal__btns {
  display: flex;
  gap: 15px;
}

.nav-paginator {
  display: flex;
  justify-content: flex-end;
}
.nav-paginator ul {
  display: flex;
  gap: 12px;
}
.nav-paginator ul li i {
  color: #000000;
}
.nav-paginator ul li.disabled i {
  color: #a5a6a0;
}

.partners {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .partners {
    flex-direction: column;
  }
}
.partners__image {
  width: 20%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners__image img {
  max-width: 220px;
  max-height: 150px;
}

.hero:not(.hero--lp) svg path {
  stroke-width: 0.5px;
}
@media screen and (max-width: 768px) {
  .hero:not(.hero--lp) svg path {
    stroke-width: 1px;
  }
}

img.svg {
  opacity: 0;
}

.svg {
  position: relative;
}
.svg--mw {
  width: 30%;
  min-width: 100px;
  max-height: 260px;
}
@media screen and (max-width: 992px) {
  .svg--mw {
    max-height: 210px;
  }
}
.svg path, .svg circle, .svg line, .svg polygon, .svg polyline, .svg ellipse {
  fill: none;
  stroke: #000000;
  stroke-width: 1px;
  stroke-linecap: round;
}
.svg--animated-spin {
  animation: spin 7s;
  animation-timing-function: ease-out;
  transform-origin: 44% 53%;
}
.svg--animated-draw-in path, .svg--animated-draw-in circle, .svg--animated-draw-in line, .svg--animated-draw-in polygon, .svg--animated-draw-in polyline, .svg--animated-draw-in ellipse {
  transition: stroke-dasharray 7s ease-out;
  stroke-dasharray: 0, 250;
}
.svg--animated-draw-in.active path, .svg--animated-draw-in.active circle, .svg--animated-draw-in.active line, .svg--animated-draw-in.active polygon, .svg--animated-draw-in.active polyline, .svg--animated-draw-in.active ellipse {
  stroke-dasharray: 500, 0;
}

@keyframes spin {
  from {
    transform: rotate(-180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.target {
  position: relative;
}
.target::after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  left: 44%;
  height: 5px;
  width: 5px;
  background: red;
  z-index: 999;
}

.table_wrap {
  display: flex;
  justify-content: left;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}
table th:first-child {
  background: #ffffff;
}
table td, table th {
  vertical-align: middle;
}
table.table-bordered {
  border-color: #000000;
}
table.table-bordered td, table.table-bordered th {
  border: 1px solid #000000;
}

table.table-striped td, table.csvTable td, table.table--grey td, table.table--blue td, table.table-striped th, table.csvTable th, table.table--grey th, table.table--blue th {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}

table.table--blue {
  background: linear-gradient(#d4e2f1, #3159a5);
}

table.table--grey {
  background: linear-gradient(#a5a6a0, #dfdfda);
}

table.csvTable td, table.csvTable th {
  text-align: center;
  height: 58px;
}

table:not(.csvTable) {
  width: 100% !important;
}
table:not(.csvTable) td, table:not(.csvTable) th {
  padding: 13px;
}

.tabs {
  margin-bottom: 3.89rem;
}
.tabs__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 3.89rem;
  margin-bottom: 3.89rem;
}
@media screen and (max-width: 576px) {
  .tabs__nav {
    display: none;
  }
}
.tabs__select {
  margin-top: 3.89rem;
  margin-bottom: 3.89rem;
  display: none;
}
@media screen and (max-width: 576px) {
  .tabs__select {
    display: block;
  }
}

.team {
  gap: 80px !important;
}
@media screen and (max-width: 768px) {
  .team__member {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.team__member img {
  margin-bottom: 50px;
  max-height: 250px;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

a em, em a {
  font-family: Heldane-italic, sans-serif;
  font-size: calc(1rem + 1px);
}
@media screen and (max-width: 768px) {
  a em, em a {
    font-size: calc(1.15rem + 1px);
    line-height: 1.5rem;
  }
}
a em:hover, em a:hover {
  text-decoration: underline;
}

nav a, footer a, .uppercase a, h1 a, h2 a, h3 a, h4 a, .article__heading a, .article__category a, .hero .expandCard__wrapper a, .expandCard > a, .expandCard__inner > a {
  font-style: normal;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
}

a.btn, #capybara a.cp-button, #capybara a.cp-button--back, a.expandCard, a .uppercase, a[href*="tel:"], a[href*="mailto:"] {
  font-style: normal;
  font-family: inherit;
}

hr {
  height: 1px;
  width: 100%;
  background: 1px solid #000000;
  margin-bottom: 3.33rem;
  margin-top: 0;
}

img {
  max-width: 100%;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

ul.list--styled {
  margin: 20px 0 20px 18px;
}
ul.list--styled li {
  list-style: disc;
  margin-bottom: 15px;
  line-height: 22px;
}

ol {
  margin: 20px 0 20px 18px;
}
ol li {
  list-style: decimal;
}

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-6 {
  margin-top: 4.5rem;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ph-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-30 {
  padding: 30px;
}

hr {
  margin-bottom: 3.89rem;
  border: 0;
}

hr.half {
  margin-bottom: 2rem;
}

.graf {
  max-height: 500px;
  max-width: 1000px;
  padding-bottom: 45%;
  width: 100%;
  border: 1px solid #000000;
  margin: 0 auto;
  position: relative;
}
.graf::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60vw;
  max-width: 900px;
  height: 1px;
  background: #000000;
  transform: rotate(-30deg) translate(-50%, -50%);
  transform-origin: top left;
}

.d-block {
  display: block;
}

.show-md {
  display: block;
}
@media screen and (max-width: 768px) {
  .show-md {
    display: none;
  }
}

.hide-md {
  display: none;
}
@media screen and (max-width: 768px) {
  .hide-md {
    display: block;
  }
}

.arrowDown {
  height: 30px;
  width: 25px;
  background-image: url("/layout/svg/arrowDown.svg"), url("/layout/svg/arrowDown.svg");
  background-size: cover;
  cursor: pointer;
  animation: MoveUpDown 2s ease infinite;
}
.arrowDown__wrapper {
  position: fixed;
  margin-left: auto;
  margin-right: 20px;
  bottom: 30px;
  right: 0;
  height: 30px;
  width: 25px;
  transition: all 0.25s ease;
  z-index: 9999;
}
.arrowDown__wrapper--backToTop {
  transform: rotate(180deg);
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
.nav.nav-footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.graph iframe {
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 768px) {
  .graph iframe {
    aspect-ratio: 1/1;
  }
}

.loading {
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
.loading::after {
  content: "";
  display: inline-block;
  height: 20px;
  aspect-ratio: 1;
  background-size: cover;
  background-image: url("/layout/spinner.gif");
}

.text-danger {
  color: red;
}

#main-content {
  padding-top: 80px;
}

section {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  section {
    padding-top: 30px;
  }
}
section:first-of-type {
  padding-top: 0;
}
section:first-of-type .container:first-child {
  padding-top: 5vh;
}
section:last-of-type {
  padding-bottom: 80px !important;
}
section .hero {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  section .hero--wSvg .grid {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    margin-bottom: 50px;
  }
}
section .hero--wSvg h1 {
  max-width: 550px;
}
section .hero > .container {
  position: relative;
}

body.homepage section:nth-of-type(2) {
  padding-top: 0;
}
body.homepage section:nth-of-type(2) .hero {
  padding-top: 0;
}

body.iv section:nth-of-type(2) {
  padding-top: 20px;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-left: 30px solid #ffffff;
  border-right: 30px solid #ffffff;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container--big-padding {
  padding-top: 80px !important;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .container--big-padding {
    padding-top: 60px !important;
    padding-bottom: 30px;
  }
}
.container[class*=bg-color] {
  padding-top: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 576px) {
  .container[class*=bg-color] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.bg-color:not(.bg-color-transparent) {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .container.bg-color:not(.bg-color-transparent) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.grid {
  display: grid;
  background: transparent;
  width: 100%;
}
.grid--gap-hero {
  gap: 4.5vw;
}
.grid--gap-40 {
  gap: 40px;
}
.grid--gap-80 {
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .grid--gap-80 {
    gap: 0;
  }
}
.grid--gap-20 {
  gap: 20px;
}
.grid--gap-40-80 {
  gap: 80px 40px;
}
.grid--gap-40-100 {
  gap: 100px 40px;
}
.grid--align-center {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .grid--align-center {
    align-items: normal;
  }
}
.grid--align-start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .grid--align-start {
    align-items: normal;
  }
}
.grid--align-end {
  align-items: flex-end;
}
.grid--justify-center {
  justify-content: center;
}
.grid--justify-start {
  justify-content: flex-start;
}
.grid--justify-end {
  justify-content: flex-end;
}
.grid--3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid--4 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 576px) {
  .grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid--4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .grid--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid--half {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .grid--half {
    grid-template-columns: 1fr;
  }
}
.flex {
  display: flex;
}
.flex--gap-25 {
  gap: 25px;
}
.flex--gap-60 {
  gap: 60px;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--align-center {
  align-items: center;
}
.flex--align-start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .flex--align-start {
    align-items: normal;
  }
}
.flex--align-end {
  align-items: flex-end;
}
.flex--justify-center {
  justify-content: center;
}
.flex--justify-start {
  justify-content: flex-start;
}
.flex--justify-end {
  justify-content: flex-end;
}
.flex--justify-between {
  justify-content: space-between;
}

.pt {
  padding-top: 2rem;
}

.pb {
  padding-bottom: 2rem;
}

.mt {
  margin-top: 2rem;
}

.mb {
  margin-bottom: 2rem;
}

#main-content ul:not(.pagination):not(.select-options) {
  margin: 20px 0 20px 18px;
}
#main-content ul:not(.pagination):not(.select-options) li {
  list-style: disc;
  margin-bottom: 15px;
  line-height: 22px;
}

body {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.end-section {
  padding-top: 50px;
  text-align: center;
}

.ratio-1x1 {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.ratio-16x9 img, .ratio-4x3 img, .ratio-1x1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
}

html, body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  html, body {
    font-size: 14px;
  }
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
}

i, em {
  font-family: Heldane-italic, serif;
  text-transform: none;
  font-feature-settings: "liga" 1;
}

strong {
  font-weight: bold;
}

.headline {
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.headline--center {
  justify-content: center;
}
.headline h2 {
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
}
.headline h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: thin solid #000000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.lp-heading h1 {
  font-size: 2.83rem;
  line-height: 3.39rem;
}
@media screen and (max-width: 576px) {
  .lp-heading h1 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 360px) {
  .lp-heading h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.h1--noClaim {
  font-family: Roboto, sans-serif;
}

h1, .h1 {
  font-family: Heldane, serif;
  font-size: 4.2rem;
  line-height: 5rem;
  letter-spacing: 2px;
}
h1.lp, .h1.lp {
  font-size: 2.83rem;
  line-height: 3.39rem;
}
@media screen and (max-width: 992px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: initial;
  }
}
@media screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

h2, .h2 {
  font-size: 0.78rem;
  line-height: 0.93rem;
  text-transform: uppercase;
  margin-bottom: 1.67rem;
  background: #ffffff;
}

h3, .h3, .h1--jobOfferDetail {
  font-size: 2.56rem;
  line-height: 3.07rem;
  font-weight: 400;
  margin-bottom: 1.67rem;
}
@media screen and (max-width: 576px) {
  h3, .h3, .h1--jobOfferDetail {
    font-size: 1.8rem;
    line-height: 2.3rem;
  }
}

.h1--jobOfferDetail {
  font-family: Roboto, sans-serif;
  text-transform: none;
  letter-spacing: initial;
}

h4, .h4 {
  font-size: 1.67rem;
  line-height: 2rem;
  margin-bottom: 1.11rem;
  position: relative;
  overflow: hidden;
}

h5, .h5 {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 1.11rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.5rem;
}

.articleInner h1, .articleInner h2, .articleInner h3, .articleInner h4, .articleInner h5 {
  font-style: initial;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  margin-bottom: 1.65rem;
}
.articleInner h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  background-color: transparent;
}

.small, small {
  font-size: 80%;
}

.fund--performance, .fund--info, .fund--terms, .fund--history, .fund--reports, .fund--documents {
  width: 100%;
  overflow-x: auto;
  position: relative;
  margin-bottom: 2rem;
}

.fund--performance table {
  background: linear-gradient(#d4e2f1, #3159a5);
}

.fund--history table {
  background: linear-gradient(#dfdfda, #a5a6a0);
}

.fund--terms table, .fund--info table {
  border-collapse: initial;
  border-color: #000000;
  background: transparent;
  border-spacing: 0px 10px;
}
.fund--terms table td, .fund--terms table th, .fund--info table td, .fund--info table th {
  color: #000000;
  border: 1px solid #000000;
  vertical-align: middle;
}
.fund--terms table td:not(:first-of-type), .fund--terms table th:not(:first-of-type), .fund--info table td:not(:first-of-type), .fund--info table th:not(:first-of-type) {
  border-left: 0;
}
.fund--terms table th:first-child, .fund--info table th:first-child {
  border-width: 0 1px 0 0;
}

.searchInput__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-width: 250px;
}
@media screen and (min-width: 576px) {
  .searchInput__wrapper {
    margin-right: 5px;
  }
}
.searchInput__wrapper input {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
}
.searchInput__wrapper input:focus, .searchInput__wrapper input:active, .searchInput__wrapper input:focus-visible {
  outline: 0;
}

#search_form {
  display: flex;
}
@media screen and (max-width: 576px) {
  #search_form {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  #searchBtn__wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
  }
}

#fund-type-proprietary .expandCard, #fund-type-private-label .expandCard {
  border: none;
}
#fund-type-proprietary .expandCard:nth-of-type(4n+4), #fund-type-private-label .expandCard:nth-of-type(4n+4) {
  background-color: #d4e2f1;
}
#fund-type-proprietary .expandCard:nth-of-type(4n+3), #fund-type-private-label .expandCard:nth-of-type(4n+3) {
  background-color: #a6b8dc;
}
#fund-type-proprietary .expandCard:nth-of-type(4n+2), #fund-type-private-label .expandCard:nth-of-type(4n+2) {
  background-color: #88a0d1;
}
#fund-type-proprietary .expandCard:nth-of-type(4n+1), #fund-type-private-label .expandCard:nth-of-type(4n+1) {
  background-color: #6b89c6;
}

#fund-type-access .expandCard {
  border: 1px solid #000000;
  background-color: transparent;
}

#positions-department-family-office .expandCard--wHover, #positions-company-family-office .expandCard--wHover {
  border: none;
}
#positions-department-family-office .expandCard--wHover:nth-of-type(4n+4), #positions-company-family-office .expandCard--wHover:nth-of-type(4n+4) {
  background-color: #e0efe2;
}
#positions-department-family-office .expandCard--wHover:nth-of-type(4n+3), #positions-company-family-office .expandCard--wHover:nth-of-type(4n+3) {
  background-color: #d0ddd0;
}
#positions-department-family-office .expandCard--wHover:nth-of-type(4n+2), #positions-company-family-office .expandCard--wHover:nth-of-type(4n+2) {
  background-color: #c4d4c4;
}
#positions-department-family-office .expandCard--wHover:nth-of-type(4n+1), #positions-company-family-office .expandCard--wHover:nth-of-type(4n+1) {
  background-color: #adbfa8;
}

#positions-department-investments .expandCard--wHover, #positions-company-investments .expandCard--wHover {
  border: none;
}
#positions-department-investments .expandCard--wHover:nth-of-type(4n+4), #positions-company-investments .expandCard--wHover:nth-of-type(4n+4) {
  background-color: #d4e2f1;
}
#positions-department-investments .expandCard--wHover:nth-of-type(4n+3), #positions-company-investments .expandCard--wHover:nth-of-type(4n+3) {
  background-color: #a6b8dc;
}
#positions-department-investments .expandCard--wHover:nth-of-type(4n+2), #positions-company-investments .expandCard--wHover:nth-of-type(4n+2) {
  background-color: #88a0d1;
}
#positions-department-investments .expandCard--wHover:nth-of-type(4n+1), #positions-company-investments .expandCard--wHover:nth-of-type(4n+1) {
  background-color: #6b89c6;
}

.cookieBar {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0 0 0 0;
  z-index: 9999999;
  display: none;
  align-items: center;
  justify-content: center;
}

.cookieBar.active {
  display: flex;
}

.cookieBar .cookieBar__inner {
  max-width: calc(100% - 40px);
  width: 100%;
  background: #ffffff;
  max-height: calc(100% - 20px);
  border-radius: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 40px 40px;
}

@media screen and (min-width: 990px) {
  .cookieBar .cookieBar__inner {
    max-width: 700px;
    width: 100%;
    padding: 40px 40px;
  }
}
.cookieBar .cookieBar__arrow {
  margin-bottom: 30px;
  display: block;
}

.cookieBar .cookieBar__arrow img {
  width: 20px;
  height: 20px;
}

.cookieBar .cookieBar__inner h4 {
  margin-bottom: 20px;
  margin-top: 0;
}

.cookieBar .cookieBar__inner[data-step] {
  display: none;
}

.cookieBar .cookieBar__inner[data-step]:first-child {
  display: block;
}

.cookieBar .cookieBar__inner [data-step-target] {
  cursor: pointer;
}

.cookieBar .switchWrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cookieBar .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.cookieBar .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cookieBar .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c4c4c4;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cookieBar .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.cookieBar input:checked + .slider {
  background-color: #adbfa8;
}

.cookieBar input:focus + .slider {
  box-shadow: 0 0 1px #adbfa8;
}

.cookieBar input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  /*background-color: #F1FF4A;*/
}

/* Rounded sliders */
.cookieBar .slider.round {
  border-radius: 34px;
}

.cookieBar .slider.round:before {
  border-radius: 50%;
}

.cookieBar .btn__wrapper {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.cookieBar .btn__wrapper span {
  margin-top: 15px;
}

@media screen and (min-width: 990px) {
  .cookieBar .btn__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }
  .cookieBar .btn__wrapper span {
    margin-top: 0;
  }
}
.cookieBar .btn__wrapper span {
  text-decoration: underline;
}

.cookieBar .btn__wrapper .btn__wrapper--inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.cookieBar .btn__wrapper .btn__wrapper--inner .btn:last-child, .cookieBar .btn__wrapper .btn__wrapper--inner #capybara .cp-button:last-child, #capybara .cookieBar .btn__wrapper .btn__wrapper--inner .cp-button:last-child, .cookieBar .btn__wrapper .btn__wrapper--inner #capybara .cp-button--back:last-child, #capybara .cookieBar .btn__wrapper .btn__wrapper--inner .cp-button--back:last-child {
  margin-bottom: 15px;
}

.cookieBar hr {
  border: 0;
  margin: 20px 0;
  height: 1px;
  background: #828282;
}

@media screen and (min-width: 990px) {
  .cookieBar .btn__wrapper .btn__wrapper--inner {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    gap: 15px;
  }
  .cookieBar .btn__wrapper .btn__wrapper--inner .btn:last-child, .cookieBar .btn__wrapper .btn__wrapper--inner #capybara .cp-button:last-child, #capybara .cookieBar .btn__wrapper .btn__wrapper--inner .cp-button:last-child, .cookieBar .btn__wrapper .btn__wrapper--inner #capybara .cp-button--back:last-child, #capybara .cookieBar .btn__wrapper .btn__wrapper--inner .cp-button--back:last-child {
    margin-bottom: 0;
  }
}
#capybara h1 {
  font-family: "Roboto", sans-serif !important;
  opacity: 1 !important;
  font-size: 2rem !important;
  line-height: 1.4 !important;
  letter-spacing: initial !important;
}
#capybara ul.cp-jobs__list {
  margin: 0 !important;
}
#capybara .cp-job {
  border: 0px none !important;
}
#capybara .cp-jobs .cp-job__link {
  font-size: 2rem !important;
  line-height: 1.4 !important;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
}
#capybara .cp-job__name {
  text-decoration: none !important;
}
#capybara .cp-button__wrapper--offset {
  padding-top: 1rem;
}
#capybara .cp-button, #capybara .cp-button--back {
  height: 38px !important;
}
#capybara .cp-button--back {
  margin-left: 1rem;
}

body.iv .hero img.iv-logo {
  display: none;
}
@media screen and (min-width: 768px) {
  body.iv .hero img.iv-logo {
    display: block;
    width: 300px;
    margin-right: 0;
    margin-left: auto;
  }
}

.more-info {
  text-align: right;
  margin-top: 1rem;
}

img.max {
  width: 100%;
  height: auto;
}

.program-timeline .item {
  margin-bottom: 0.5rem;
}
.program-timeline .item > div {
  padding: 0.5rem;
}
.program-timeline .item:nth-child(2n+2) {
  background-color: rgb(238.9315789474, 244.1631578947, 249.7684210526);
}
.program-timeline .item .heading {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .program-timeline .item .heading {
    font-size: 1.1rem;
  }
}
.program-timeline .item a {
  font-family: inherit;
}
.program-timeline .item .name {
  display: block;
}
.program-timeline .item .position {
  display: block;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 576px) {
  .program-timeline .speaker {
    text-align: right;
  }
  .program-timeline .speaker h5 {
    font-size: 1rem;
  }
}

.speakers .speakerData {
  display: none;
}
.speakers > .row {
  align-items: stretch;
}
.speakers > .row > div {
  margin-bottom: 1rem;
}
.speakers .speaker-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  height: 100%;
  text-align: center;
}
.speakers .speaker-card .inner {
  width: 100%;
}
.speakers .speaker-card .content {
  width: 100%;
  padding: 0.5rem;
}
.speakers .speaker-card .buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.partners-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.partners-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem;
}

.timeline {
  width: 100%;
  padding: 1px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  max-height: 70vh;
  overflow-y: scroll; /* Povolit vertikální scrollbar */
  overflow-x: hidden; /* Skrýt horizontální scrollbar */
}
.timeline .timeline-inner {
  position: relative;
}
.timeline .timeline-line {
  position: absolute;
  margin-left: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  border-right: 1px solid black;
  transition: all 1s ease-out;
}
.timeline .timeline-item {
  width: 100%;
  padding: 20px 30px;
  z-index: 99;
  position: relative;
}
.timeline .timeline-item::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 30px;
  border-bottom: 1px solid black;
  top: 69px;
  right: 0;
}
.timeline .timeline-item .timeline-item-inner {
  border: 1px solid black;
  padding: 20px;
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .timeline .timeline-line {
    margin-left: 50%;
  }
  .timeline .timeline-item {
    width: 50%;
    padding: 20px 50px;
  }
  .timeline .timeline-item::after {
    width: 50px;
  }
  .timeline .timeline-item:nth-child(even) {
    transform: translateX(100%);
  }
  .timeline .timeline-item:nth-child(even)::after {
    content: "";
    right: auto;
    left: 0;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 4px 4px red;
  }
}
/*stats component*/
.stats_wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.stats_wrap .row {
  width: 80%;
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(4, 1fr);
}
.stats_wrap .row .stat_col {
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.stats_wrap .row .stat_col .stat_title {
  height: 30px;
  color: black;
  font-weight: bolder;
  font-size: 40px;
  flex: 60%;
}
.stats_wrap .row .stat_col .stat_text {
  line-height: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
  min-height: 40px;
}
@media screen and (max-width: 1600px) {
  .stats_wrap .row {
    /*.stat_col{
      background-color: green;
    }*/
  }
}
@media screen and (max-width: 1200px) {
  .stats_wrap .row {
    /*.stat_col{
      background-color: darkgreen;
    }*/
  }
}
@media screen and (max-width: 992px) {
  .stats_wrap .row {
    grid-template-columns: repeat(2, 1fr);
    /* .stat_col{
       background-color: blue;
     }*/
  }
}
@media screen and (max-width: 768px) {
  .stats_wrap .row {
    /*.stat_col{
      background-color: darkblue;
    }*/
  }
}
@media screen and (max-width: 576px) {
  .stats_wrap .row {
    grid-template-columns: repeat(1, 1fr);
    /*.stat_col{
      background-color: lightcoral;
    }*/
  }
}
@media screen and (max-width: 360px) {
  .stats_wrap .row {
    /*.stat_col{
      background-color: red;
    }*/
  }
}

.fund_clas_wrap {
  border-top: 1px solid black;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}
.fund_clas_wrap .fund_title {
  text-transform: uppercase;
}
.fund_clas_wrap .fund_class {
  cursor: pointer;
  background: transparent;
  border: black 1px solid;
  transition: 0.5s;
  padding: 5px;
  font-size: 25px;
}
.fund_clas_wrap .fund_class:hover {
  background: white;
  transition: 0.5s;
}
.fund_clas_wrap ._class_active {
  font-weight: bolder;
  border: black 2px solid;
}

.expand_button_wrap {
  margin-top: 60px !important;
  padding: 30px;
  text-align: center;
}
.expand_button_wrap:hover {
  cursor: pointer;
  background: transparent;
  transition: 0.2s;
}

.fund-lock-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.83rem;
  font-size: small;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fund-lock-wrap .lock-text {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.fund-lock-wrap img {
  width: 1.5rem;
  height: auto;
  opacity: 1;
}

.expandCard:hover .lock-text {
  opacity: 1;
}

.perex {
  padding-top: 25px;
  border-top: 1px black solid;
  font-size: 17px;
  line-height: 22px;
}
@media screen and (min-width: 576px) {
  .perex {
    border-top: none;
  }
}
.perex .point_wrap {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .perex .point_wrap {
    flex-direction: row;
  }
}
.perex .point_wrap .point {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  min-height: 50px;
  min-width: 70px;
  padding: 3px;
  flex-grow: 1;
}

.teamMembers .teamMemberData {
  display: none;
}
.teamMembers > .row {
  align-items: stretch;
}
.teamMembers > .row > div {
  margin-bottom: 1rem;
}
.teamMembers .teamMember-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0;
  height: 100%;
  text-align: center;
}
.teamMembers .teamMember-card .inner {
  width: 100%;
}
.teamMembers .teamMember-card .content {
  width: 100%;
  padding: 0.5rem;
}
.teamMembers .teamMember-card .buttons {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

/* size indicator */
/* pomocný ukazatel aktuální šířky sloupce: do body vložit:
<div id="size-indicator"><span id="size-indicator-content"></span></div>

na produkci přidat do css:
#size-indicator {
    display: none;
}
*/
#size-indicator {
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 30px;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 10000;
}

#size-indicator-content:after {
  content: "-";
}

@media (min-width: 576px) {
  #size-indicator {
    background-color: magenta;
  }
  #size-indicator-content:after {
    content: "SM";
  }
}
@media (min-width: 768px) {
  #size-indicator {
    background-color: green;
  }
  #size-indicator-content:after {
    content: "MD";
  }
}
@media (min-width: 992px) {
  #size-indicator {
    background-color: blue;
  }
  #size-indicator-content:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  #size-indicator {
    background-color: black;
  }
  #size-indicator-content:after {
    content: "XL";
  }
}
/* size indicator */
/* pomocný ukazatel aktuální šířky sloupce: do body vložit:
<div id="size-indicator"><span id="size-indicator-content"></span></div>

na produkci přidat do css:
#size-indicator {
    display: none;
}
*/
#size-indicator {
  position: fixed;
  top: 0;
  right: 0;
  height: 20px;
  width: 30px;
  background-color: red;
  color: white;
  text-align: center;
  z-index: 10000;
}

#size-indicator-content:after {
  content: "-";
}

@media (min-width: 576px) {
  #size-indicator {
    background-color: magenta;
  }
  #size-indicator-content:after {
    content: "SM";
  }
}
@media (min-width: 768px) {
  #size-indicator {
    background-color: green;
  }
  #size-indicator-content:after {
    content: "MD";
  }
}
@media (min-width: 992px) {
  #size-indicator {
    background-color: blue;
  }
  #size-indicator-content:after {
    content: "LG";
  }
}
@media (min-width: 1200px) {
  #size-indicator {
    background-color: black;
  }
  #size-indicator-content:after {
    content: "XL";
  }
}
/** v případě, že používáme širší sloupec */
@media (min-width: 1600px) {
  #size-indicator {
    background-color: grey;
  }
  #size-indicator-content:after {
    content: "XXL";
  }
}
/*footer icons*/
.footer-icon {
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  border: 2px solid black;
  padding: 3px;
  border-radius: 4px;
}

.nav-footer-menu {
  gap: 4px !important;
}

.article_half_video {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .article_half_video {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .article_half_video {
    width: 80%;
  }
}

/*# sourceMappingURL=style.css.map */
