@charset "UTF-8";
.form-check {
  display: block;
  min-height: 1.5rem;
  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.25em;
  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="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .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='%23fff' 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='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --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='%23fff' 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: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .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='%2386b7fe'/%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='%23fff'/%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, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(: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='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e"); }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color); }

/*!
   * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

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

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px; }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .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.33333%; }

.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.66667%; }

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

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

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

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

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

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

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

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

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

.col-9 {
  flex: 0 0 auto;
  width: 75%; }

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .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.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .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: 1400px) {
  .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.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .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; } }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

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

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

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

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

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

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius); }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color); }

.alert-dismissible {
  padding-right: 3rem; }
  .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem; }

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis); }

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis); }

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis); }

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis); }

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis); }

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis); }

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis); }

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis); }

/*!
   * Bootstrap Utilities v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545; }

[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-primary:hover, .link-primary:focus {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important; }

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important; }

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-success:hover, .link-success:focus {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important; }

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-info:hover, .link-info:focus {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important; }

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-warning:hover, .link-warning:focus {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important; }

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-danger:hover, .link-danger:focus {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important; }

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-light:hover, .link-light:focus {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important; }

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-dark:hover, .link-dark:focus {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important; }

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }
  .link-body-emphasis:hover, .link-body-emphasis:focus {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important; }

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color); }

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden; }
  .icon-link > .bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: 0.2s ease-in-out transform; }
    @media (prefers-reduced-motion: reduce) {
      .icon-link > .bi {
        transition: none; } }

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0)); }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }
  .visually-hidden:not(caption),
  .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
    position: absolute !important; }
  .visually-hidden *,
  .visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.object-fit-contain {
  object-fit: contain !important; }

.object-fit-cover {
  object-fit: cover !important; }

.object-fit-fill {
  object-fit: fill !important; }

.object-fit-scale {
  object-fit: scale-down !important; }

.object-fit-none {
  object-fit: none !important; }

.opacity-0 {
  opacity: 0 !important; }

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-auto {
  overflow-x: auto !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-auto {
  overflow-y: auto !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-grid {
  display: grid !important; }

.d-inline-grid {
  display: inline-grid !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

.d-none {
  display: none !important; }

.shadow {
  box-shadow: var(--bs-box-shadow) !important; }

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important; }

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important; }

.shadow-none {
  box-shadow: none !important; }

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity)); }

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity)); }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.top-0 {
  top: 0 !important; }

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

.start-0 {
  left: 0 !important; }

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

.end-0 {
  right: 0 !important; }

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-0 {
  border: 0 !important; }

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-end-0 {
  border-right: 0 !important; }

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

.border-start-0 {
  border-left: 0 !important; }

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important; }

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important; }

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important; }

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important; }

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important; }

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important; }

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important; }

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.vw-100 {
  width: 100vw !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mh-100 {
  max-height: 100% !important; }

.vh-100 {
  height: 100vh !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

.m-0 {
  margin: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

.me-1 {
  margin-right: 0.25rem !important; }

.me-2 {
  margin-right: 0.5rem !important; }

.me-3 {
  margin-right: 1rem !important; }

.me-4 {
  margin-right: 1.5rem !important; }

.me-5 {
  margin-right: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

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

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

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

.ms-0 {
  margin-left: 0 !important; }

.ms-1 {
  margin-left: 0.25rem !important; }

.ms-2 {
  margin-left: 0.5rem !important; }

.ms-3 {
  margin-left: 1rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.ms-5 {
  margin-left: 3rem !important; }

.ms-auto {
  margin-left: auto !important; }

.p-0 {
  padding: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-0 {
  padding-right: 0 !important; }

.pe-1 {
  padding-right: 0.25rem !important; }

.pe-2 {
  padding-right: 0.5rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pe-4 {
  padding-right: 1.5rem !important; }

.pe-5 {
  padding-right: 3rem !important; }

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

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

.ps-1 {
  padding-left: 0.25rem !important; }

.ps-2 {
  padding-left: 0.5rem !important; }

.ps-3 {
  padding-left: 1rem !important; }

.ps-4 {
  padding-left: 1.5rem !important; }

.ps-5 {
  padding-left: 3rem !important; }

.gap-0 {
  gap: 0 !important; }

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.row-gap-0 {
  row-gap: 0 !important; }

.row-gap-1 {
  row-gap: 0.25rem !important; }

.row-gap-2 {
  row-gap: 0.5rem !important; }

.row-gap-3 {
  row-gap: 1rem !important; }

.row-gap-4 {
  row-gap: 1.5rem !important; }

.row-gap-5 {
  row-gap: 3rem !important; }

.column-gap-0 {
  column-gap: 0 !important; }

.column-gap-1 {
  column-gap: 0.25rem !important; }

.column-gap-2 {
  column-gap: 0.5rem !important; }

.column-gap-3 {
  column-gap: 1rem !important; }

.column-gap-4 {
  column-gap: 1.5rem !important; }

.column-gap-5 {
  column-gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

.fst-italic {
  font-style: italic !important; }

.fst-normal {
  font-style: normal !important; }

.fw-lighter {
  font-weight: lighter !important; }

.fw-light {
  font-weight: 300 !important; }

.fw-normal {
  font-weight: 400 !important; }

.fw-medium {
  font-weight: 500 !important; }

.fw-semibold {
  font-weight: 600 !important; }

.fw-bold {
  font-weight: 700 !important; }

.fw-bolder {
  font-weight: bolder !important; }

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

.text-start {
  text-align: left !important; }

.text-end {
  text-align: right !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-decoration-underline {
  text-decoration: underline !important; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important; }

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important; }

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important; }

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important; }

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important; }

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important; }

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important; }

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important; }

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important; }

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important; }

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important; }

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important; }

.link-opacity-10 {
  --bs-link-opacity: 0.1; }

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1; }

.link-opacity-25 {
  --bs-link-opacity: 0.25; }

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25; }

.link-opacity-50 {
  --bs-link-opacity: 0.5; }

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5; }

.link-opacity-75 {
  --bs-link-opacity: 0.75; }

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75; }

.link-opacity-100 {
  --bs-link-opacity: 1; }

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1; }

.link-offset-1 {
  text-underline-offset: 0.125em !important; }

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important; }

.link-offset-2 {
  text-underline-offset: 0.25em !important; }

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important; }

.link-offset-3 {
  text-underline-offset: 0.375em !important; }

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important; }

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important; }

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important; }

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0; }

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1; }

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25; }

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5; }

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75; }

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1; }

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important; }

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important; }

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important; }

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important; }

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important; }

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important; }

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important; }

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important; }

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important; }

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

.rounded-0 {
  border-radius: 0 !important; }

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important; }

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important; }

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important; }

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important; }

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important; }

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important; }

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important; }

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important; }

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important; }

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important; }

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important; }

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important; }

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.z-n1 {
  z-index: -1 !important; }

.z-0 {
  z-index: 0 !important; }

.z-1 {
  z-index: 1 !important; }

.z-2 {
  z-index: 2 !important; }

.z-3 {
  z-index: 3 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .object-fit-sm-contain {
    object-fit: contain !important; }
  .object-fit-sm-cover {
    object-fit: cover !important; }
  .object-fit-sm-fill {
    object-fit: fill !important; }
  .object-fit-sm-scale {
    object-fit: scale-down !important; }
  .object-fit-sm-none {
    object-fit: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-inline-grid {
    display: inline-grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .row-gap-sm-0 {
    row-gap: 0 !important; }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important; }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important; }
  .row-gap-sm-3 {
    row-gap: 1rem !important; }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important; }
  .row-gap-sm-5 {
    row-gap: 3rem !important; }
  .column-gap-sm-0 {
    column-gap: 0 !important; }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important; }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important; }
  .column-gap-sm-3 {
    column-gap: 1rem !important; }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important; }
  .column-gap-sm-5 {
    column-gap: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .object-fit-md-contain {
    object-fit: contain !important; }
  .object-fit-md-cover {
    object-fit: cover !important; }
  .object-fit-md-fill {
    object-fit: fill !important; }
  .object-fit-md-scale {
    object-fit: scale-down !important; }
  .object-fit-md-none {
    object-fit: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-inline-grid {
    display: inline-grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .row-gap-md-0 {
    row-gap: 0 !important; }
  .row-gap-md-1 {
    row-gap: 0.25rem !important; }
  .row-gap-md-2 {
    row-gap: 0.5rem !important; }
  .row-gap-md-3 {
    row-gap: 1rem !important; }
  .row-gap-md-4 {
    row-gap: 1.5rem !important; }
  .row-gap-md-5 {
    row-gap: 3rem !important; }
  .column-gap-md-0 {
    column-gap: 0 !important; }
  .column-gap-md-1 {
    column-gap: 0.25rem !important; }
  .column-gap-md-2 {
    column-gap: 0.5rem !important; }
  .column-gap-md-3 {
    column-gap: 1rem !important; }
  .column-gap-md-4 {
    column-gap: 1.5rem !important; }
  .column-gap-md-5 {
    column-gap: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .object-fit-lg-contain {
    object-fit: contain !important; }
  .object-fit-lg-cover {
    object-fit: cover !important; }
  .object-fit-lg-fill {
    object-fit: fill !important; }
  .object-fit-lg-scale {
    object-fit: scale-down !important; }
  .object-fit-lg-none {
    object-fit: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-inline-grid {
    display: inline-grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .row-gap-lg-0 {
    row-gap: 0 !important; }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important; }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important; }
  .row-gap-lg-3 {
    row-gap: 1rem !important; }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important; }
  .row-gap-lg-5 {
    row-gap: 3rem !important; }
  .column-gap-lg-0 {
    column-gap: 0 !important; }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important; }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important; }
  .column-gap-lg-3 {
    column-gap: 1rem !important; }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important; }
  .column-gap-lg-5 {
    column-gap: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .object-fit-xl-contain {
    object-fit: contain !important; }
  .object-fit-xl-cover {
    object-fit: cover !important; }
  .object-fit-xl-fill {
    object-fit: fill !important; }
  .object-fit-xl-scale {
    object-fit: scale-down !important; }
  .object-fit-xl-none {
    object-fit: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !important; }
  .d-xl-inline-grid {
    display: inline-grid !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .row-gap-xl-0 {
    row-gap: 0 !important; }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xl-3 {
    row-gap: 1rem !important; }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xl-5 {
    row-gap: 3rem !important; }
  .column-gap-xl-0 {
    column-gap: 0 !important; }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xl-3 {
    column-gap: 1rem !important; }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xl-5 {
    column-gap: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .object-fit-xxl-contain {
    object-fit: contain !important; }
  .object-fit-xxl-cover {
    object-fit: cover !important; }
  .object-fit-xxl-fill {
    object-fit: fill !important; }
  .object-fit-xxl-scale {
    object-fit: scale-down !important; }
  .object-fit-xxl-none {
    object-fit: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !important; }
  .d-xxl-inline-grid {
    display: inline-grid !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .row-gap-xxl-0 {
    row-gap: 0 !important; }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important; }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important; }
  .row-gap-xxl-3 {
    row-gap: 1rem !important; }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important; }
  .row-gap-xxl-5 {
    row-gap: 3rem !important; }
  .column-gap-xxl-0 {
    column-gap: 0 !important; }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important; }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important; }
  .column-gap-xxl-3 {
    column-gap: 1rem !important; }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important; }
  .column-gap-xxl-5 {
    column-gap: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !important; }
  .d-print-inline-grid {
    display: inline-grid !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transform: translate(0, -50px);
    transition: transform 0.3s ease-out; }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow); }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }
  .modal-sm {
    --bs-modal-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity); }
  .btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity); }
  .btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity); }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity); }

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%); }

:root,
[data-bs-theme="light"] {
  --bs-btn-close-filter: ; }

[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%); }

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

.container {
  width: auto; }
  @media (max-width: 767px) {
    .container .col-12 {
      margin-bottom: 20px; } }

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?9qwzpv");
  src: url("../fonts/icon.eot?9qwzpv#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?9qwzpv") format("truetype"), url("../fonts/icon.woff?9qwzpv") format("woff"), url("../fonts/icon.svg?9qwzpv#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/*@font-face {
    font-family: 'specif';
    src:  url('../fonts/specif.eot?z8j4jr');
    src:  url('../fonts/specif.eot?z8j4jr#iefix') format('embedded-opentype'),
    url('../fonts/specif.ttf?z8j4jr') format('truetype'),
    url('../fonts/specif.woff?z8j4jr') format('woff'),
    url('../fonts/specif.svg?z8j4jr#specif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
/*
$basePixelLg : 10px;
$basePixelSm : 10px;
$basePixelXs : 10px;*/
@-webkit-keyframes dezoom {
  0% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); }
  100% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes zoom {
  0% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); } }

[class^="icon-"], [class*=" icon-"] {
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  [class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none; }

body .icon-location-pin:before {
  content: "\e90e"; }

body .icon-chevron-bottom:before {
  content: "\e919"; }

body .icon-chevron-left:before {
  content: "\e91a"; }

body .icon-chevron-right:before {
  content: "\e91b"; }

body .icon-logout:before {
  content: "\e91c"; }

body .icon-letter:before {
  content: "\e91d"; }

body .icon-user-plus:before {
  content: "\e91e"; }

body .icon-magnifying-glass:before {
  content: "\e91f"; }

body .icon-circle-user:before {
  content: "\e920"; }

body .icon-linkedin:before {
  content: "\e908"; }

body .icon-facebook:before {
  content: "\e914"; }

body .icon-youtube:before {
  content: "\e913"; }

body .icon-instagram:before {
  content: "\e915"; }

body .icon-twitter:before {
  content: "\e916"; }

body .icon-accessibilite:before {
  content: "\e900"; }

body .icon-fermer:before {
  content: "\e903"; }

body .icon-fleche-lien:before {
  content: "\e904"; }

body .icon-fleche-slider:before {
  content: "\e905"; }

body .icon-information:before {
  content: "\e906"; }

body .icon-lien-externe:before {
  content: "\e907"; }

body .icon-liste:before {
  content: "\e909"; }

body .icon-mail:before {
  content: "\e90a"; }

body .icon-menu:before {
  content: "\e90c"; }

body .icon-telechargement:before {
  content: "\e90f"; }

body .icon-telephone:before {
  content: "\e911"; }

body .icon-top:before {
  content: "\e912"; }

body .icon-view:before {
  content: "\e901"; }

body .icon-edit:before {
  content: "\e902"; }

body .icon-delete:before {
  content: "\e90b"; }

/*
*.nofocus {
    outline: none !important;
}

*[tabindex]:focus {
    outline: auto !important;
}
*/
*[data-href] {
  cursor: pointer; }

body:not(.wp-admin) *:focus-visible {
  /*outline-style: solid;
    outline-width: 2px;
    outline-color: $black;*/
  outline-offset: -2px; }

/*html {
    font-size: $basePixel;

    @media (max-width: 1199px) {
        font-size: $basePixelLg;
    }

    @media (max-width: 991px) {
        font-size: $basePixelSm;
    }

    @media (max-width: 767px) {
        font-size: $basePixelXs;
    }
}*/
body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0; }

#wpadminbar {
  position: fixed !important; }

.menu .burger-layer .scroll {
  height: auto; }

#content {
  margin-top: 90px; }
  @media (min-width: 576px) {
    #content {
      margin-top: 90px; } }
  @media (min-width: 768px) {
    #content {
      margin-top: 130px; } }
  @media (min-width: 992px) {
    #content {
      margin-top: 195px; } }
  @media (min-width: 1200px) {
    #content {
      margin-top: 210px; } }
  @media (min-width: 1400px) {
    #content {
      margin-top: 215px; } }

a[name],
*[id] {
  scroll-margin-top: 120px; }

@media (min-width: 768px) {
  a[name],
  *[id] {
    scroll-margin-top: 300px; } }

.hide {
  display: none !important; }

.show {
  display: inherit !important; }

.rel {
  position: relative; }

main img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.search {
  margin: auto; }
  .search form {
    position: relative; }
    .search form > label {
      display: block;
      position: relative; }
      .search form > label input[type=search] {
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        line-height: 38px;
        font-weight: 400;
        padding: 0;
        padding-left: 20px;
        padding-right: 60px;
        color: #0C0C0C;
        background: #ffffff;
        border: 1px solid #B6BAC3;
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
      .search form > label:after {
        pointer-events: none;
        position: absolute;
        top: 3px;
        right: 3px;
        content: "\e91f";
        font-family: 'icon' !important;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 33px;
        text-align: center;
        width: 33px;
        height: 33px;
        color: #0C0C0C;
        background: #ffffff;
        z-index: 1;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
    .search form button[type=submit] {
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 33px;
      height: 33px;
      overflow: hidden;
      padding: 0;
      border: 0;
      background: #ffffff;
      cursor: pointer;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }

.scroll-back-to-top {
  z-index: 30;
  position: fixed;
  right: 35px;
  bottom: 35px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .scroll-back-to-top.up {
    opacity: 0.5;
    pointer-events: auto; }
  .scroll-back-to-top:before {
    content: "\e912";
    font-family: 'icon';
    font-size: 45px;
    color: #0C0C0C;
    font-weight: 400; }
  .scroll-back-to-top:hover {
    opacity: 1; }

@media (min-width: 360px) {
  .col-md-6 .youtube-player {
    height: 220px; } }

@media (min-width: 768px) {
  .col-md-6 .youtube-player {
    height: 190px; } }

@media (min-width: 1200px) {
  .col-md-6 .youtube-player {
    height: 226px; } }

.content ul.hpo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0 30px; }
  .content ul.hpo-breadcrumb li {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #8F95A1; }
    .content ul.hpo-breadcrumb li a {
      text-decoration: none;
      color: #0C0C0C; }
      .content ul.hpo-breadcrumb li a:hover {
        color: #C52E3C; }
    .content ul.hpo-breadcrumb li:before {
      display: none !important; }
    .content ul.hpo-breadcrumb li.seperator {
      color: #C52E3C; }
    .content ul.hpo-breadcrumb li:first-of-type {
      font-weight: 600; }
    .content ul.hpo-breadcrumb li:last-of-type {
      margin: 0; }

.tag {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background: #F6F2F2;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 4px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: table;
  margin-bottom: 15px; }

span.tag {
  display: inline-table; }

.date {
  font-family: "Lato", sans-serif;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  display: table; }

.content .filters {
  font-family: "Lato", sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 26px;
  color: #213B86; }
  .content .filters ul.filter {
    display: inline-table;
    margin: 0 0 30px; }
    .content .filters ul.filter li {
      margin: 0;
      padding: 0;
      display: table; }
      .content .filters ul.filter li:before {
        display: none; }
      .content .filters ul.filter li a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 10px;
        text-decoration: none;
        display: inline-block;
        position: relative;
        cursor: pointer;
        z-index: 12; }
        @media (max-width: 767px) {
          .content .filters ul.filter li a {
            font-size: 16px; } }
      .content .filters ul.filter li ul {
        display: none;
        background: #fafafa;
        padding: 0 0 5px;
        margin: -1px 0 0;
        border: 1px solid #213B86;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top-left-radius: 0;
        position: absolute;
        z-index: 15;
        width: 280px;
        max-width: 280px;
        left: 0;
        max-height: 250px;
        overflow: auto; }
        .content .filters ul.filter li ul li {
          display: block; }
          .content .filters ul.filter li ul li a {
            display: block;
            font-size: 16px;
            padding: 10px 15px;
            margin: 0; }
            .content .filters ul.filter li ul li a:hover, .content .filters ul.filter li ul li a:focus-within, .content .filters ul.filter li ul li a.active {
              color: #C52E3C; }
      .content .filters ul.filter li:hover ul, .content .filters ul.filter li:focus-within ul {
        display: block; }
      @media (min-width: 992px) {
        .content .filters ul.filter li:hover ul {
          display: block; } }
    .content .filters ul.filter > li {
      position: relative;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .content .filters ul.filter > li {
          position: relative; } }
      @media (max-width: 575px) {
        .content .filters ul.filter > li {
          padding-bottom: 10px; } }
      .content .filters ul.filter > li > a {
        border: 1px solid #213B86;
        font-size: 1.125rem;
        font-weight: 600;
        color: #213B86;
        margin-bottom: 0;
        background: transparent;
        padding: 12px 50px 12px 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        /*&.active {

                    &:before {
                        @include transform(rotate(180deg));
                    }
                }*/ }
        .content .filters ul.filter > li > a:before {
          font-family: 'icon' !important;
          content: "\e919";
          position: absolute;
          font-size: 15px;
          right: 15px;
          top: 50%;
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .content .filters ul.filter > li:hover > a, .content .filters ul.filter > li:focus-within > a {
        border-bottom-color: transparent;
        background-color: #fafafa;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .content .filters ul.filter > li:hover > a:before, .content .filters ul.filter > li:focus-within > a:before {
          -ms-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 575px) {
    .content .filters ul.filter {
      display: block;
      width: 100%;
      margin-bottom: 0; }
      .content .filters ul.filter > li > a {
        z-index: 1; }
      .content .filters ul.filter li {
        display: block;
        width: 100%;
        margin: 0; }
        .content .filters ul.filter li ul {
          width: 100%;
          margin: -1px 0 0;
          max-width: inherit;
          border-top: 0;
          border-top-right-radius: 0; }
        .content .filters ul.filter li a {
          display: block; } }

div.filter {
  display: inline-table;
  margin: 0 0 10px; }
  div.filter a {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid #213B86;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    overflow: hidden; }
    div.filter a span, div.filter a em {
      display: inline-table;
      padding: 9px 15px;
      font-style: normal; }
    div.filter a span {
      background: #213B86;
      color: #ffffff;
      font-weight: 500; }
    div.filter a em {
      background: transparent;
      color: #213B86; }

.content .return {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #213B86;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  display: table; }
  .content .return:before {
    font-family: 'icon' !important;
    content: "\e904";
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 400; }

.content .accordion-more {
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column-reverse; }
  .content .accordion-more.disabled a {
    display: none; }
  .content .accordion-more > div {
    max-height: 40px;
    overflow: hidden;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
  .content .accordion-more > a {
    color: #0C0C0C !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border-top: 1px solid #8F95A1; }
    .content .accordion-more > a:before {
      position: relative;
      padding-right: 10px;
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a:after {
      content: attr(data-on);
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a.selected:before {
      padding-right: 0;
      padding-left: 10px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      display: inline-block; }
    .content .accordion-more > a.selected:after {
      content: attr(data-off); }
    .content .accordion-more > a:hover, .content .accordion-more > a:focus-within {
      background: #B6BAC3;
      text-decoration: underline !important; }

body .lSAction > a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #213B86; }
  body .lSAction > a:after {
    color: #213B86;
    font-size: 18px;
    line-height: 36px;
    width: 36px;
    height: 36px; }
  body .lSAction > a:hover, body .lSAction > a:focus-within {
    background: #213B86; }
    body .lSAction > a:hover:after, body .lSAction > a:focus-within:after {
      color: #ffffff; }
  body .lSAction > a.lSPrev:after {
    content: "\e91a"; }
  body .lSAction > a.lSNext:after {
    content: "\e91b"; }

body #wcb.carbonbadge {
  text-align: left; }
  body #wcb.carbonbadge #wcb_g {
    font-family: "Lato", sans-serif;
    color: #213B86;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
    background: #ffffff;
    border-color: #ffffff;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_a {
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #ffffff;
    background: #213B86;
    border-color: #ffffff;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_2 {
    display: inline;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2; }

.loader {
  mix-blend-mode: multiply; }

@media (max-width: 575px) {
  .content .lexique {
    padding-top: 15px; } }

.content .lexique ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .content .lexique ul li {
    background: #ececec;
    font-size: 20px;
    font-weight: 500;
    color: #B6BAC3;
    margin: 0;
    border: 1px solid #B6BAC3;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.125s;
    padding: 5px 10px;
    cursor: default; }
    .content .lexique ul li:before {
      display: none; }
    .content .lexique ul li.linked {
      background: #ffffff;
      border: 1px solid #213B86;
      padding: 0; }
      .content .lexique ul li.linked a {
        padding: 5px 10px;
        cursor: pointer;
        color: #213B86;
        text-decoration: none;
        display: inline-block; }
      .content .lexique ul li.linked:hover, .content .lexique ul li.linked:focus-within {
        background: #213B86;
        transform: scale(1.1);
        border: 1px solid #213B86; }
        .content .lexique ul li.linked:hover a, .content .lexique ul li.linked:focus-within a {
          color: #ffffff; }
    .content .lexique ul li.active {
      background: #C52E3C;
      border: 1px solid #C52E3C; }
      .content .lexique ul li.active a {
        color: #ffffff; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8F95A1;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8F95A1; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8F95A1; }

.acf-form .block-editor-block-list__block,
.content .jet-form-builder .block-editor-block-list__block {
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  .acf-form .block-editor-block-list__block .jet-form-builder-row,
  .content .jet-form-builder .block-editor-block-list__block .jet-form-builder-row {
    padding: 15px 0; }

.acf-form h2,
.content .jet-form-builder h2 {
  margin-top: 0 !important; }

.acf-form .acf-required,
.content .jet-form-builder .acf-required {
  color: #C52E3C; }

.acf-form .notice,
.content .jet-form-builder .notice {
  font-size: 0.875rem;
  line-height: 1.2; }

.acf-form .help-text,
.content .jet-form-builder .help-text {
  padding-top: 5px;
  color: #213B86;
  font-size: 0.875rem;
  line-height: 1.2; }

.acf-form .acf-field .acf-notice,
.content .jet-form-builder .acf-field .acf-notice {
  margin-bottom: 0; }
  .acf-form .acf-field .acf-notice p,
  .content .jet-form-builder .acf-field .acf-notice p {
    color: #C52E3C !important; }

.acf-form .acf-field .af-field-instructions,
.content .jet-form-builder .acf-field .af-field-instructions {
  color: #0C0C0C;
  font-size: 0.875rem;
  line-height: 1.2;
  padding-bottom: 15px; }

.acf-form .acf-fields > .acf-field,
.acf-form .acf-field[data-width] + .acf-field[data-width],
.content .jet-form-builder .acf-fields > .acf-field,
.content .jet-form-builder .acf-field[data-width] + .acf-field[data-width] {
  border: 0; }
  @media (max-width: 575px) {
    .acf-form .acf-fields > .acf-field,
    .acf-form .acf-field[data-width] + .acf-field[data-width],
    .content .jet-form-builder .acf-fields > .acf-field,
    .content .jet-form-builder .acf-field[data-width] + .acf-field[data-width] {
      width: 100% !important;
      min-height: auto !important; } }

.acf-form .jet-form-builder__label,
.content .jet-form-builder .jet-form-builder__label {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  color: #0C0C0C;
  margin-bottom: 5px; }
  .acf-form .jet-form-builder__label .jet-form-builder__required,
  .content .jet-form-builder .jet-form-builder__label .jet-form-builder__required {
    color: #C52E3C;
    font-weight: 600; }

.acf-form .jet-form-builder__field-wrap textarea,
.content .jet-form-builder .jet-form-builder__field-wrap textarea {
  min-height: 150px; }

.acf-form.af-form .acf-fields,
.content .jet-form-builder.af-form .acf-fields {
  margin-left: -15px;
  margin-right: -15px; }

.acf-form .acf-fields .acf-field,
.content .jet-form-builder .acf-fields .acf-field {
  padding: 15px 15px;
  margin: 0;
  /*>div {
                label {
                    font-weight: 400;
                    display:inline;
                    &:after {
                        display:none;
                    }
                }
            }*/ }
  .acf-form .acf-fields .acf-field .acf-label,
  .content .jet-form-builder .acf-fields .acf-field .acf-label {
    margin-bottom: 0; }
  .acf-form .acf-fields .acf-field label,
  .content .jet-form-builder .acf-fields .acf-field label {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
    color: #0C0C0C;
    margin-bottom: 5px; }
  .acf-form .acf-fields .acf-field.required .acf-input .acf-true-false label:after,
  .acf-form .acf-fields .acf-field label.required:after,
  .content .jet-form-builder .acf-fields .acf-field.required .acf-input .acf-true-false label:after,
  .content .jet-form-builder .acf-fields .acf-field label.required:after {
    content: "*";
    color: #C52E3C;
    font-weight: 600;
    padding-left: 5px; }
  .acf-form .acf-fields .acf-field .acf-input .acf-true-false label,
  .content .jet-form-builder .acf-fields .acf-field .acf-input .acf-true-false label {
    display: flex;
    align-items: start;
    font-weight: 400; }
    .acf-form .acf-fields .acf-field .acf-input .acf-true-false label input,
    .content .jet-form-builder .acf-fields .acf-field .acf-input .acf-true-false label input {
      margin-right: 15px; }
  .acf-form .acf-fields .acf-field .acf-input label,
  .content .jet-form-builder .acf-fields .acf-field .acf-input label {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    line-height: 1.1;
    font-weight: 600;
    color: #0C0C0C; }

.acf-form .acf-field input[type="text"],
.acf-form .acf-field input[type="email"],
.acf-form .acf-field input[type="password"],
.acf-form .acf-field input[type="number"],
.acf-form .acf-field input[type="file"],
.acf-form .acf-field input[type="date"],
.acf-form .acf-field textarea,
.acf-form .acf-field select,
.acf-form .select2-container.-acf .select2-selection,
.acf-form .jet-form-builder__field,
.content .jet-form-builder .acf-field input[type="text"],
.content .jet-form-builder .acf-field input[type="email"],
.content .jet-form-builder .acf-field input[type="password"],
.content .jet-form-builder .acf-field input[type="number"],
.content .jet-form-builder .acf-field input[type="file"],
.content .jet-form-builder .acf-field input[type="date"],
.content .jet-form-builder .acf-field textarea,
.content .jet-form-builder .acf-field select,
.content .jet-form-builder .select2-container.-acf .select2-selection,
.content .jet-form-builder .jet-form-builder__field {
  background: #ffffff;
  color: #0C0C0C;
  border: 1px solid #B6BAC3;
  padding: 12px 20px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
  width: 100%; }

.acf-form .select2-container.-acf,
.content .jet-form-builder .select2-container.-acf {
  z-index: 10; }

.acf-form .acf-field input[type="date"],
.content .jet-form-builder .acf-field input[type="date"] {
  padding: 12px 5px; }

.acf-form .select2-container.-acf .select2-selection .select2-selection__rendered,
.content .jet-form-builder .select2-container.-acf .select2-selection .select2-selection__rendered {
  padding-left: 0;
  color: #0C0C0C;
  line-height: 1.2;
  font-weight: 400; }

.acf-form .select2-container.-acf .select2-selection .select2-selection__arrow,
.content .jet-form-builder .select2-container.-acf .select2-selection .select2-selection__arrow {
  top: 50%;
  right: 30px;
  width: auto;
  height: auto; }
  .acf-form .select2-container.-acf .select2-selection .select2-selection__arrow b,
  .content .jet-form-builder .select2-container.-acf .select2-selection .select2-selection__arrow b {
    border-width: 6px 6px 0 6px; }

.acf-form .select2-container.-acf.select2-container--open .select2-selection__arrow b,
.content .jet-form-builder .select2-container.-acf.select2-container--open .select2-selection__arrow b {
  border-width: 0 6px 6px 6px; }

.acf-form .acf-fields div.acf-field[data-type="message"] label,
.content .jet-form-builder .acf-fields div.acf-field[data-type="message"] label {
  display: none; }

.acf-form .acf-fields div.acf-field[data-type='true_false'] label,
.content .jet-form-builder .acf-fields div.acf-field[data-type='true_false'] label {
  display: none; }

.acf-form .acf-form-submit,
.content .jet-form-builder .acf-form-submit {
  text-align: center; }

.acf-form .acf-button, .acf-form .btn,
.content .jet-form-builder .acf-button,
.content .jet-form-builder .btn {
  display: inline-flex;
  align-items: center; }

.acf-form .submit,
.content .jet-form-builder .submit {
  padding: 0; }
  .acf-form .submit > .btn,
  .content .jet-form-builder .submit > .btn {
    margin: 0;
    background: none;
    border: none; }
  .acf-form .submit:hover > .btn, .acf-form .submit:focus-within > .btn,
  .content .jet-form-builder .submit:hover > .btn,
  .content .jet-form-builder .submit:focus-within > .btn {
    color: #213B86; }

.acf-form .acf-fields .acf-field .phone,
.content .jet-form-builder .acf-fields .acf-field .phone {
  display: flex; }
  .acf-form .acf-fields .acf-field .phone select,
  .content .jet-form-builder .acf-fields .acf-field .phone select {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fafafa;
    color: #0C0C0C; }

.acf-form .acf-fields .acf-field .passwd,
.content .jet-form-builder .acf-fields .acf-field .passwd {
  display: flex; }
  .acf-form .acf-fields .acf-field .passwd button,
  .content .jet-form-builder .acf-fields .acf-field .passwd button {
    background: #fafafa;
    border: 1px solid #B6BAC3;
    width: 50px;
    color: #0C0C0C;
    font-size: 20px;
    cursor: pointer;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms; }
    .acf-form .acf-fields .acf-field .passwd button:hover, .acf-form .acf-fields .acf-field .passwd button:focus-within,
    .content .jet-form-builder .acf-fields .acf-field .passwd button:hover,
    .content .jet-form-builder .acf-fields .acf-field .passwd button:focus-within {
      font-size: 23px; }
    .acf-form .acf-fields .acf-field .passwd button span:before,
    .content .jet-form-builder .acf-fields .acf-field .passwd button span:before {
      content: "\e900"; }
    .acf-form .acf-fields .acf-field .passwd button[aria-pressed="true"] span:before,
    .content .jet-form-builder .acf-fields .acf-field .passwd button[aria-pressed="true"] span:before {
      content: "\e901"; }

.acf-form .acf-fields .acf-field.inline,
.content .jet-form-builder .acf-fields .acf-field.inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.acf-form .acf-fields .acf-field .inline,
.content .jet-form-builder .acf-fields .acf-field .inline {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 10px; }
  .acf-form .acf-fields .acf-field .inline input[type="radio"],
  .content .jet-form-builder .acf-fields .acf-field .inline input[type="radio"] {
    margin: 3px 7px 0 0; }
  .acf-form .acf-fields .acf-field .inline label,
  .content .jet-form-builder .acf-fields .acf-field .inline label {
    margin: 0 15px 0 0;
    font-weight: 400; }
    .acf-form .acf-fields .acf-field .inline label:after,
    .content .jet-form-builder .acf-fields .acf-field .inline label:after {
      content: ""; }

.acf-form .acf-fields .acf-field.form-switch,
.content .jet-form-builder .acf-fields .acf-field.form-switch {
  display: flex;
  align-items: center;
  gap: 15px; }
  .acf-form .acf-fields .acf-field.form-switch .form-check-input,
  .content .jet-form-builder .acf-fields .acf-field.form-switch .form-check-input {
    margin-left: 0;
    height: 17px;
    width: 30px;
    background-image: 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.5%29'/%3e%3c/svg%3e");
    border-color: rgba(0, 0, 0, 0.5); }
    .acf-form .acf-fields .acf-field.form-switch .form-check-input:checked,
    .content .jet-form-builder .acf-fields .acf-field.form-switch .form-check-input:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
      background-color: #C52E3C;
      border-color: #C52E3C; }
  .acf-form .acf-fields .acf-field.form-switch label,
  .content .jet-form-builder .acf-fields .acf-field.form-switch label {
    margin: 0; }

.acf-form .acf-fields .row > .col-12 > .acf-field,
.content .jet-form-builder .acf-fields .row > .col-12 > .acf-field {
  padding: 15px 0; }
  .acf-form .acf-fields .row > .col-12 > .acf-field.acf-file,
  .content .jet-form-builder .acf-fields .row > .col-12 > .acf-field.acf-file {
    padding-bottom: 0; }
    .acf-form .acf-fields .row > .col-12 > .acf-field.acf-file + .notice,
    .content .jet-form-builder .acf-fields .row > .col-12 > .acf-field.acf-file + .notice {
      padding-bottom: 15px;
      display: table; }
    .acf-form .acf-fields .row > .col-12 > .acf-field.acf-file + img.notice,
    .content .jet-form-builder .acf-fields .row > .col-12 > .acf-field.acf-file + img.notice {
      width: 150px;
      padding: 0;
      margin-top: 10px;
      margin-bottom: 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }

.acf-form .acf-group,
.content .jet-form-builder .acf-group {
  border: 0;
  padding: 0;
  margin: 0 0 50px; }
  .acf-form .acf-group > legend,
  .content .jet-form-builder .acf-group > legend {
    padding: 0;
    margin-top: 0; }

body .select2-search--dropdown {
  display: none; }

body > .select2-container--default {
  margin-top: 0; }
  @media (max-width: 767px) {
    body > .select2-container--default {
      margin-top: 0; } }
  body > .select2-container--default .select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #8F95A1;
    z-index: 1; }
  body > .select2-container--default .select2-results__option,
  body > .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ffffff;
    color: #0C0C0C;
    padding: 10px 30px;
    font-family: "Lato", sans-serif;
    font-size: 14px; }
  body > .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fafafa;
    color: #0C0C0C; }

body.logged-in > .select2-container--default {
  margin-top: 32px; }
  @media (max-width: 767px) {
    body.logged-in > .select2-container--default {
      margin-top: 30px; } }

#message {
  line-height: 1.2; }
  #message.notice-error {
    color: #C52E3C;
    font-size: 16px; }
  #message.notice-valid {
    color: #36B088;
    font-size: 16px; }

@media (min-width: 768px) {
  #loginForm {
    padding-right: 50px; } }

#extranetModal .modal {
  z-index: 100000; }

#extranetModal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 30px); }
  #extranetModal .modal-dialog .modal-content {
    border: 0; }
    #extranetModal .modal-dialog .modal-content .modal-header {
      background: #213B86;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 15px 30px; }
      #extranetModal .modal-dialog .modal-content .modal-header .modal-title {
        color: #ffffff;
        font-size: 1.375rem;
        font-weight: 600; }
      #extranetModal .modal-dialog .modal-content .modal-header .btn-close {
        background-color: #ffffff;
        cursor: pointer;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin-right: 0; }
    #extranetModal .modal-dialog .modal-content .modal-body {
      padding: 15px 30px 30px; }
      #extranetModal .modal-dialog .modal-content .modal-body h2 {
        margin-top: 30px !important;
        margin-bottom: 15px;
        font-size: 2.1875rem; }
      #extranetModal .modal-dialog .modal-content .modal-body .actions {
        display: flex;
        justify-content: center;
        gap: 15px; }

.mce-menu .mce-menu-item > span {
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: none !important; }

.mce-menu .mce-menu-item.mce-active > span,
.mce-menu .mce-menu-item.mce-selected > span {
  color: #fff !important; }

/**
 * Tarteaucitron
 */
div#tareaucitronRoot {
  font-family: Arial, Verdana, sans-serif !important; }

#tarteaucitron * {
  line-height: 1 !important; }

div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important;
  z-index: 999999 !important; }

div#tarteaucitronRoot div#tarteaucitronAlertBig {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 80px -10px rgba(0, 0, 0, 0.3) !important;
  box-sizing: border-box !important;
  color: #0C0C0C !important;
  max-width: 770px;
  max-height: 95vh;
  padding: 0 !important;
  overflow-y: auto; }

div#tarteaucitronAlertBig::before {
  content: url("/wp-content/themes/photonics/assets/imgs/logo.svg") !important;
  display: block;
  padding-top: 30px !important; }

div#tarteaucitronAlertBig::after {
  content: '';
  display: block;
  padding-bottom: 15px !important; }

#tarteaucitronDisclaimerAlert {
  color: #0C0C0C !important;
  display: block !important;
  font-size: 14px !important;
  line-height: 20px !important;
  max-width: 600px !important;
  margin: 30px auto 25px !important;
  text-align: justify !important; }
  #tarteaucitronDisclaimerAlert h2 {
    color: #0C0C0C !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 38px !important;
    margin-bottom: 30px !important;
    padding: 0 1em !important;
    text-align: center !important; }

#tarteaucitronAlertBig button#tarteaucitronPersonalize2,
#tarteaucitronAlertBig button.tarteaucitronDeny {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #ffffff;
  margin-top: 10px;
  text-decoration: none;
  background: #C52E3C;
  padding: 15px 25px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 2px solid transparent; }
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2 .tarteaucitronCross:before,
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2 .tarteaucitronCheck:before,
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCross:before,
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCheck:before {
    color: #ffffff; }
  #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover, #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within,
  #tarteaucitronAlertBig button.tarteaucitronDeny:hover,
  #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within {
    color: #ffffff !important;
    background-color: #0C0C0C !important; }
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover .tarteaucitronCross:before,
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:hover .tarteaucitronCheck:before, #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within .tarteaucitronCross:before,
    #tarteaucitronAlertBig button#tarteaucitronPersonalize2:focus-within .tarteaucitronCheck:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:hover .tarteaucitronCross:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:hover .tarteaucitronCheck:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within .tarteaucitronCross:before,
    #tarteaucitronAlertBig button.tarteaucitronDeny:focus-within .tarteaucitronCheck:before {
      color: #ffffff; }

#tarteaucitronAlertBig button.tarteaucitronDeny {
  background-color: #ffffff !important;
  border-color: #0C0C0C !important;
  color: #0C0C0C !important; }
  #tarteaucitronAlertBig button.tarteaucitronDeny .tarteaucitronCross:before {
    color: #0C0C0C; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
  color: #0C0C0C !important;
  padding: 8px !important;
  margin: 8px !important; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover, #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
  color: #0C0C0C !important;
  text-decoration: underline; }

#tarteaucitronAlertBig a,
#tarteaucitronInfo a {
  color: #0C0C0C !important; }

#tarteaucitron div#tarteaucitronInfo {
  font-size: 0.8em !important;
  font-weight: normal !important;
  line-height: 1.2 !important;
  background: #ffffff;
  color: #0C0C0C;
  border: 0; }

#tarteaucitron #tarteaucitronCookieUrl, #tarteaucitron #tarteaucitronCookieUrlDialog {
  background: #ffffff;
  border-radius: 4px;
  color: #0C0C0C;
  cursor: pointer;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 5px 10px;
  font: 16px verdana; }

#tarteaucitron #tarteaucitronCookieUrlDialog ~ br {
  display: none; }

#tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  display: none !important; }

#tarteaucitron #tarteaucitronServices {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  box-shadow: 0 0 80px -10px rgba(0, 0, 0, 0.3) !important; }
  #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    position: static !important;
    max-width: 100% !important;
    display: block !important; }

#tarteaucitron .tarteaucitronBorder,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border: 0 !important;
  background: #fafafa !important;
  color: #0C0C0C !important; }

#tarteaucitronRoot .tarteaucitronH1,
#tarteaucitronRoot .tarteaucitronH2 {
  color: #0C0C0C !important; }

#tarteaucitronRoot button#tarteaucitronBack {
  background-color: rgba(255, 255, 255, 0.75) !important;
  opacity: 1 !important; }

.pager {
  text-align: center;
  margin-top: 40px; }
  .pager .tool-pagination {
    display: inline-flex;
    align-items: center; }
    .pager .tool-pagination a,
    .pager .tool-pagination span {
      display: inline-block;
      text-align: center;
      padding: 0;
      text-decoration: none;
      font-family: "Lato", sans-serif;
      font-size: 1.125rem;
      line-height: 40px;
      font-weight: 400;
      color: #0C0C0C;
      width: 40px;
      height: 40px;
      margin: 5px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -ms-transition: all 150ms;
      -moz-transition: all 150ms;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .pager .tool-pagination a.current,
      .pager .tool-pagination span.current {
        background: #213B86;
        color: #ffffff;
        font-weight: 700; }
    .pager .tool-pagination a:hover,
    .pager .tool-pagination a:focus-within {
      background: #213B86;
      color: #ffffff; }
    .pager .tool-pagination span {
      cursor: default; }
    .pager .tool-pagination .prev,
    .pager .tool-pagination .next {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: transparent;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 2px solid #213B86;
      position: relative;
      margin: 0 5px;
      -ms-transition: all 150ms;
      -moz-transition: all 150ms;
      -webkit-transition: all 150ms;
      transition: all 150ms; }
      .pager .tool-pagination .prev:before,
      .pager .tool-pagination .next:before {
        display: block;
        font-family: 'icon' !important;
        content: "\e91b";
        font-size: 18px;
        color: #213B86;
        line-height: 36px;
        width: 36px;
        height: 36px; }
      .pager .tool-pagination .prev:hover, .pager .tool-pagination .prev:focus-within,
      .pager .tool-pagination .next:hover,
      .pager .tool-pagination .next:focus-within {
        background: #213B86;
        border-color: #213B86; }
        .pager .tool-pagination .prev:hover:before, .pager .tool-pagination .prev:focus-within:before,
        .pager .tool-pagination .next:hover:before,
        .pager .tool-pagination .next:focus-within:before {
          color: #ffffff; }
    .pager .tool-pagination .prev:before {
      content: "\e91a"; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 31;
  width: 100%;
  background: #ffffff;
  -ms-transition: all 200ms;
  -moz-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3); }
  body > header .tools {
    background: #0C0C0C;
    padding: 5px 0; }
    @media (max-width: 991px) {
      body > header .tools {
        padding: 5px 0; } }
    body > header .tools > .container {
      padding-left: 30px;
      padding-right: 30px; }
    body > header .tools .container > div {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      body > header .tools .container > div > div {
        align-items: center;
        gap: 15px; }
      body > header .tools .container > div ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        body > header .tools .container > div ul li {
          display: inline-block;
          position: relative;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 400;
          color: #ffffff; }
          body > header .tools .container > div ul li a {
            display: block;
            position: relative;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            text-decoration: none;
            margin-left: 5px;
            margin-right: 5px;
            padding-top: 7px;
            padding-bottom: 7px; }
            body > header .tools .container > div ul li a.has-icon {
              padding-left: 25px; }
              body > header .tools .container > div ul li a.has-icon:before {
                display: inline-block;
                position: absolute;
                font-size: 20px;
                left: 0;
                top: 50%;
                -ms-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
            body > header .tools .container > div ul li a:hover {
              text-decoration: underline; }
          body > header .tools .container > div ul li:first-of-type a {
            margin-left: 0; }
          body > header .tools .container > div ul li:last-of-type a {
            margin-right: 0; }
      body > header .tools .container > div .rs {
        font-size: 0; }
        body > header .tools .container > div .rs a {
          padding-top: 0;
          padding-bottom: 0;
          display: inline-block;
          color: #ffffff;
          margin-right: 15px;
          -ms-transition: all 0.125s;
          -moz-transition: all 0.125s;
          -webkit-transition: all 0.125s;
          transition: all 0.125s; }
          body > header .tools .container > div .rs a.ico-rs:before {
            display: inline-block;
            position: relative;
            font-size: 20px; }
          body > header .tools .container > div .rs a:last-of-type {
            margin: 0; }
          body > header .tools .container > div .rs a:focus-within, body > header .tools .container > div .rs a:hover {
            -ms-transform: scale(1.5);
            -moz-transform: scale(1.5);
            -webkit-transform: scale(1.5);
            transform: scale(1.5); }
      body > header .tools .container > div .menu-lng,
      body > header .tools .container > div .menu-tools {
        position: relative;
        padding-left: 15px; }
        body > header .tools .container > div .menu-lng:before,
        body > header .tools .container > div .menu-tools:before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          border-left: 1px solid #545454;
          height: 15px; }
      body > header .tools .container > div .menu-tools > ul,
      body > header .tools .container > div .menu-lng > ul {
        font-size: 0; }
      body > header .tools .container > div .menu-lng {
        text-transform: uppercase; }
        body > header .tools .container > div .menu-lng li a {
          display: inline;
          font-size: 1rem; }
        body > header .tools .container > div .menu-lng li:after {
          content: "|"; }
        body > header .tools .container > div .menu-lng li:last-of-type:after {
          display: none; }
  body > header .header-top {
    position: relative; }
    @media (min-width: 992px) {
      body > header .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    body > header .header-top .head {
      padding-top: 15px;
      padding-bottom: 15px;
      display: flex;
      align-items: center;
      background: none;
      position: relative;
      z-index: 1; }
      body > header .header-top .head .logo {
        display: table;
        margin-right: 15px; }
        body > header .header-top .head .logo img {
          display: block; }
        @media (max-width: 1199px) {
          body > header .header-top .head .logo {
            width: 230px; } }
        @media (max-width: 991px) {
          body > header .header-top .head .logo {
            width: 175px; } }
        @media (max-width: 767px) {
          body > header .header-top .head .logo {
            width: 100px; } }
      @media (max-width: 767px) {
        body > header .header-top .head {
          padding-top: 10px;
          padding-bottom: 10px; }
          body > header .header-top .head .logo img {
            width: 100px; } }
      body > header .header-top .head .slogan {
        padding-left: 10px;
        border-left: 2px solid #213B86;
        display: flex;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-size: 1.0625rem;
        line-height: 1.2;
        font-weight: 300;
        color: #213B86;
        margin: 0; }
        @media (min-width: 992px) {
          body > header .header-top .head .slogan {
            padding-left: 15px;
            margin-top: 5px;
            font-size: 1.25rem; } }
      @media (max-width: 767px) {
        body > header .header-top .head .logo {
          margin-right: 10px; }
        body > header .header-top .head .slogan {
          padding-left: 10px;
          font-size: 0.8125rem; } }
    body > header .header-top .cta {
      display: flex;
      align-items: flex-end;
      max-height: 80px;
      opacity: 1;
      position: relative;
      z-index: 0;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }
      @media (max-width: 991px) {
        body > header .header-top .cta {
          padding-bottom: 15px; } }
      body > header .header-top .cta .search {
        max-width: 150px;
        margin-right: 10px; }
      body > header .header-top .cta .btn {
        margin-top: 0;
        margin-right: 55px; }
        body > header .header-top .cta .btn:last-of-type {
          margin-right: 41px; }
  body > header.sticky {
    box-shadow: 0 0 4px -2px rgba(0, 0, 0, 0.3);
    top: -41px; }
    @media (min-width: 992px) {
      body > header.sticky {
        top: -41px; } }
    @media (max-width: 991px) {
      body > header.sticky .cta {
        max-height: 0;
        opacity: 0;
        padding: 0; } }
    @media (max-width: 767px) {
      body > header.sticky .head {
        padding-top: 10px;
        padding-bottom: 10px; } }
  body > header .menu-toggle {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0;
    z-index: 10;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    body > header .menu-toggle .navbar-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px;
      background: #ffffff;
      cursor: pointer;
      border: 0;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      body > header .menu-toggle .navbar-toggle * {
        pointer-events: none; }
      body > header .menu-toggle .navbar-toggle .bar {
        -ms-transition: all 150ms;
        -moz-transition: all 150ms;
        -webkit-transition: all 150ms;
        transition: all 150ms;
        background-color: #0C0C0C;
        display: block;
        height: 4px;
        width: 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: auto; }
      body > header .menu-toggle .navbar-toggle .bar + .bar {
        margin-top: 4px; }
      body > header .menu-toggle .navbar-toggle > span {
        font-family: "Lato", sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 16px;
        color: #0C0C0C;
        padding-left: 5px;
        display: inline; }
  body > header .search {
    width: 210px; }
    body > header .search form > label input[type=search] {
      line-height: 28px;
      padding: 0 35px 0 10px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
      @media (max-width: 991px) {
        body > header .search form > label input[type=search] {
          font-size: 1rem;
          border: 0; } }
    body > header .search form > label:after {
      top: 2px;
      right: 2px;
      font-size: 18px;
      line-height: 28px;
      width: 26px;
      height: 26px; }
    body > header .search form button[type=submit] {
      top: 2px;
      right: 2px;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }

body.logged-in > header {
  top: 46px; }
  body.logged-in > header .burger-layer {
    top: 46px; }
  body.logged-in > header.sticky {
    top: 5px; }

@media (min-width: 783px) {
  body.logged-in > header {
    top: 32px; }
    body.logged-in > header .burger-layer {
      top: 32px; }
    body.logged-in > header.sticky {
      top: -9px; } }

@media (min-width: 992px) {
  body.logged-in > header {
    top: 32px; }
    body.logged-in > header .burger-layer {
      top: 0; }
    body.logged-in > header.sticky {
      top: -9px; } }

.menu {
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  .menu .nav {
    background: #ffffff;
    width: 100%;
    align-items: center;
    padding-bottom: 10px; }
    .menu .nav .scroll {
      width: 100%;
      height: 100%; }
    .menu .nav .fix {
      display: flex;
      align-items: center; }
      .menu .nav .fix > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        width: 100%; }
        .menu .nav .fix > ul > li {
          display: table-cell; }
          .menu .nav .fix > ul > li > a {
            position: relative;
            -ms-transition: all 250ms;
            -moz-transition: all 250ms;
            -webkit-transition: all 250ms;
            transition: all 250ms;
            display: block;
            font-family: "Lato", sans-serif;
            font-weight: 600;
            font-size: 0.9375rem;
            padding: 8px 15px;
            color: #213B86;
            text-decoration: none;
            white-space: nowrap;
            background: #ffffff;
            margin-bottom: 3px;
            cursor: pointer; }
            @media (min-width: 992px) {
              .menu .nav .fix > ul > li > a {
                font-size: 1.0625rem; } }
            @media (min-width: 1200px) {
              .menu .nav .fix > ul > li > a {
                font-size: 1.125rem; } }
            @media (min-width: 1400px) {
              .menu .nav .fix > ul > li > a {
                font-size: 1.25rem; } }
          .menu .nav .fix > ul > li:first-of-type > a {
            padding-left: 0; }
          .menu .nav .fix > ul > li:last-of-type > a {
            padding-right: 0; }
          .menu .nav .fix > ul > li.current-menu-ancestor, .menu .nav .fix > ul > li.current-menu-item, .menu .nav .fix > ul > li:hover, .menu .nav .fix > ul > li:focus-within {
            /*&.menu-item-has-children {
                            > a:after {
                                @include transform(translateY(-50%) rotate(180deg));
                            }
                        }*/ }
            .menu .nav .fix > ul > li.current-menu-ancestor > a, .menu .nav .fix > ul > li.current-menu-item > a, .menu .nav .fix > ul > li:hover > a, .menu .nav .fix > ul > li:focus-within > a {
              text-decoration: none; }
              .menu .nav .fix > ul > li.current-menu-ancestor > a:after, .menu .nav .fix > ul > li.current-menu-item > a:after, .menu .nav .fix > ul > li:hover > a:after, .menu .nav .fix > ul > li:focus-within > a:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                -ms-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                border-top: 3px solid #C52E3C;
                width: 40px; }
              @media (max-width: 991px) {
                .menu .nav .fix > ul > li.current-menu-ancestor > a, .menu .nav .fix > ul > li.current-menu-item > a, .menu .nav .fix > ul > li:hover > a, .menu .nav .fix > ul > li:focus-within > a {
                  text-decoration: underline; } }
          .menu .nav .fix > ul > li > ul {
            display: none;
            position: absolute;
            z-index: 1;
            box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.5);
            max-width: 300px;
            min-width: 200px;
            max-height: 500px;
            padding: 0;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            overflow: hidden;
            overflow-y: auto;
            scrollbar-width: thin;
            background: #fafafa; }
          .menu .nav .fix > ul > li ul {
            list-style-type: none;
            padding: 0;
            margin: 0; }
            .menu .nav .fix > ul > li ul li {
              display: block;
              background: #fafafa; }
              .menu .nav .fix > ul > li ul li a {
                -ms-transition: all 250ms;
                -moz-transition: all 250ms;
                -webkit-transition: all 250ms;
                transition: all 250ms;
                font-family: "Lato", sans-serif;
                color: #0C0C0C;
                line-height: normal;
                font-weight: 400;
                display: block;
                text-decoration: none; }
              .menu .nav .fix > ul > li ul li.lvl1 a {
                font-size: 0.875rem;
                font-weight: 600;
                padding: 10px 15px; }
                @media (min-width: 992px) {
                  .menu .nav .fix > ul > li ul li.lvl1 a {
                    font-size: 1rem; } }
              .menu .nav .fix > ul > li ul li.lvl2 a {
                font-size: 0.8125rem;
                font-weight: 400;
                padding: 10px 15px 10px 30px; }
                @media (min-width: 992px) {
                  .menu .nav .fix > ul > li ul li.lvl2 a {
                    font-size: 0.9375rem; } }
              .menu .nav .fix > ul > li ul li.current_page_item > a {
                color: #ffffff;
                background: #213B86; }
                @media (max-width: 991px) {
                  .menu .nav .fix > ul > li ul li.current_page_item > a {
                    text-decoration: underline; } }
              .menu .nav .fix > ul > li ul li > a:hover {
                color: #ffffff;
                background: #213B86; }
                @media (max-width: 991px) {
                  .menu .nav .fix > ul > li ul li > a:hover {
                    text-decoration: underline; } }
          .menu .nav .fix > ul > li:hover ul, .menu .nav .fix > ul > li.selected ul {
            display: block; }
          .menu .nav .fix > ul > li:focus-within > ul.open {
            display: block; }
    .menu .nav .top-menu > ul {
      list-style-type: none;
      padding: 15px 25px 15px 35px;
      margin: 0;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap; }
      .menu .nav .top-menu > ul > li {
        display: inline-block;
        width: auto; }
        .menu .nav .top-menu > ul > li:first-child {
          border: 1px solid; }
        .menu .nav .top-menu > ul > li > a {
          -ms-transition: all 250ms;
          -moz-transition: all 250ms;
          -webkit-transition: all 250ms;
          transition: all 250ms;
          display: block;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 13px;
          color: #0C0C0C;
          text-decoration: none;
          padding: 16px 10px;
          white-space: nowrap;
          margin-bottom: 3px;
          cursor: pointer; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .menu .nav .top-menu > ul > li > a {
              padding: 16px 16px; } }
        .menu .nav .top-menu > ul > li.menu-item-has-children > a {
          padding-right: 45px; }
          .menu .nav .top-menu > ul > li.menu-item-has-children > a:after {
            position: absolute;
            content: "\e90b";
            font-family: 'icon';
            font-weight: 400;
            font-size: 13px;
            right: 20px;
            top: 50%;
            -ms-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
        .menu .nav .top-menu > ul > li.current-menu-ancestor > a, .menu .nav .top-menu > ul > li.current-menu-item > a, .menu .nav .top-menu > ul > li:hover > a, .menu .nav .top-menu > ul > li:focus-within > a {
          text-decoration: none;
          color: #0C0C0C; }
        .menu .nav .top-menu > ul > li.current-menu-ancestor.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li.current-menu-item.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li:hover.menu-item-has-children > a:after, .menu .nav .top-menu > ul > li:focus-within.menu-item-has-children > a:after {
          -ms-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
        .menu .nav .top-menu > ul > li ul {
          display: none;
          position: absolute;
          z-index: 1;
          box-shadow: 0 0 14px -10px rgba(0, 0, 0, 0.5);
          width: 100%;
          padding: 0;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          .menu .nav .top-menu > ul > li ul li {
            display: block;
            background: #ffffff; }
            .menu .nav .top-menu > ul > li ul li a {
              -ms-transition: all 250ms;
              -moz-transition: all 250ms;
              -webkit-transition: all 250ms;
              transition: all 250ms;
              font-family: "Lato", sans-serif;
              color: #0C0C0C;
              font-size: 15px;
              line-height: normal;
              padding: 15px 20px;
              font-weight: 400;
              display: block;
              text-decoration: none;
              border-bottom: 1px solid #fafafa; }
            .menu .nav .top-menu > ul > li ul li.current-menu-item a, .menu .nav .top-menu > ul > li ul li:hover a {
              background: #fafafa; }
        .menu .nav .top-menu > ul > li:hover ul, .menu .nav .top-menu > ul > li:focus-within ul {
          display: block; }
  @media (max-width: 991px) {
    .menu .nav {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      background: #213B86A6;
      display: block;
      opacity: 0;
      visibility: hidden;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }
      .menu .nav .limited {
        width: 300px;
        height: 100vh;
        padding-top: 50px;
        margin-left: auto;
        background: #213B86;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        -ms-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%); }
        .menu .nav .limited .menu-toggle {
          top: 15px;
          right: 30px;
          -ms-transform: translateY(0);
          -moz-transform: translateY(0);
          -webkit-transform: translateY(0);
          transform: translateY(0); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar1 {
            -ms-transform: translateY(4px) rotate(45deg);
            -moz-transform: translateY(4px) rotate(45deg);
            -webkit-transform: translateY(4px) rotate(45deg);
            transform: translateY(4px) rotate(45deg); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar2 {
            display: none; }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar.bar3 {
            -ms-transform: translateY(0px) rotate(-45deg);
            -moz-transform: translateY(0px) rotate(-45deg);
            -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
          .menu .nav .limited .menu-toggle .navbar-toggle .bar + .bar {
            margin-top: 0; }
      .menu .nav .search {
        margin: 0;
        padding: 10px 30px 5px;
        width: 100%; }
      .menu .nav .menu-tools {
        margin: 0 -30px;
        padding: 10px 30px 5px;
        text-align: center;
        z-index: 1;
        position: relative;
        list-style-type: none;
        margin: 0;
        font-size: 0;
        justify-content: space-around;
        flex-wrap: wrap; }
        .menu .nav .menu-tools > li {
          display: inline-block;
          margin-bottom: 5px; }
          .menu .nav .menu-tools > li > a {
            display: block;
            padding: 6px 0;
            font-family: "Lato", sans-serif;
            font-weight: 400;
            font-size: 0.8125rem;
            text-decoration: none;
            color: #ffffff; }
            .menu .nav .menu-tools > li > a:before {
              margin-right: 4px; }
            .menu .nav .menu-tools > li > a.small {
              background: #C52E3C;
              padding: 6px 10px;
              border-radius: 6px; }
              .menu .nav .menu-tools > li > a.small:hover, .menu .nav .menu-tools > li > a.small:focus-within {
                -ms-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      .menu .nav .scroll {
        overflow-y: scroll !important;
        width: 100%;
        padding: 0;
        background: rgba(0, 0, 0, 0.4); }
        .menu .nav .scroll .fix {
          display: block; }
          .menu .nav .scroll .fix > ul {
            display: block;
            margin-top: 15px; }
            .menu .nav .scroll .fix > ul > li {
              display: grid;
              background: none; }
              .menu .nav .scroll .fix > ul > li > a {
                padding: 10px 30px;
                position: relative;
                background: none;
                color: #ffffff;
                margin: 0; }
                .menu .nav .scroll .fix > ul > li > a:after {
                  display: none; }
              .menu .nav .scroll .fix > ul > li.current-menu-item a, .menu .nav .scroll .fix > ul > li.current-menu-ancestor a, .menu .nav .scroll .fix > ul > li:hover a, .menu .nav .scroll .fix > ul > li:focus-within a {
                background: #0F1839;
                color: #ffffff; }
              .menu .nav .scroll .fix > ul > li > ul {
                padding: 0 30px; }
              .menu .nav .scroll .fix > ul > li ul {
                position: relative;
                box-shadow: none;
                background: #0F1839;
                max-width: 100%;
                width: 100%;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0; }
                .menu .nav .scroll .fix > ul > li ul li {
                  background: none; }
                  .menu .nav .scroll .fix > ul > li ul li a {
                    background: none;
                    color: #ffffff; }
              .menu .nav .scroll .fix > ul > li.current-menu-ancestor ul, .menu .nav .scroll .fix > ul > li.current-menu-item ul {
                display: block; }
          .menu .nav .scroll .fix .tools {
            background: #0C0C0C;
            padding: 0 30px; }
            .menu .nav .scroll .fix .tools a {
              color: #ffffff;
              text-decoration: none; }
              .menu .nav .scroll .fix .tools a:before {
                padding-right: 5px; }
            .menu .nav .scroll .fix .tools .rs {
              padding: 15px 0;
              margin-left: -8px;
              font-size: 0; }
              .menu .nav .scroll .fix .tools .rs a {
                display: inline-block; }
                .menu .nav .scroll .fix .tools .rs a:before {
                  font-size: 17px;
                  padding: 8px; }
    .menu.expanded .nav {
      opacity: 1;
      visibility: visible; }
      .menu.expanded .nav .limited {
        pointer-events: inherit;
        -ms-transform: translateX(0);
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .menu.disappeared {
      -ms-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); } }

@media (max-width: 575px) {
  main.content .container {
    padding: 0 30px; }
  body > header > .container,
  body > footer > .container {
    padding: 0 30px; } }

footer {
  background: #213B86;
  padding: 30px 0 0; }
  @media (max-width: 767px) {
    footer > .container {
      padding: 0 30px; } }
  footer .logo {
    display: table;
    margin: auto;
    margin-bottom: 30px;
    width: 190px; }
  footer .address {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400; }
    footer .address a {
      display: inline-block;
      color: #ffffff;
      text-decoration: none; }
      footer .address a:before {
        display: inline-block;
        padding-right: 5px; }
      footer .address a:hover, footer .address a:focus-within {
        text-decoration: underline; }
  footer .rs {
    padding: 25px 0 0;
    font-size: 0; }
    footer .rs a {
      display: inline-block;
      margin-right: 15px;
      color: #ffffff;
      text-decoration: none;
      -ms-transition: all 0.125s;
      -moz-transition: all 0.125s;
      -webkit-transition: all 0.125s;
      transition: all 0.125s; }
      footer .rs a:before {
        display: inline-block;
        position: relative;
        font-size: 1.625rem;
        line-height: 1; }
      footer .rs a:focus-within, footer .rs a:hover {
        -ms-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }
  footer .btn {
    margin-top: 0;
    margin-bottom: 15px; }
    footer .btn:last-of-type {
      margin-bottom: 0; }
    @media (max-width: 991px) {
      footer .btn {
        margin-left: 15px;
        margin-bottom: 15px; }
        footer .btn:first-of-type {
          margin-left: 0; } }
  footer .menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (min-width: 768px) {
      footer .menu ul {
        column-count: 2; } }
    footer .menu ul li a {
      font-family: "Lato", sans-serif;
      font-size: 1.25rem;
      font-weight: 400;
      line-height: 1.1;
      color: #ffffff;
      display: table;
      margin-bottom: 25px;
      text-decoration: none; }
      footer .menu ul li a:hover, footer .menu ul li a:focus-within {
        text-decoration: underline; }
  footer .eco {
    display: table;
    margin: auto;
    margin-top: 30px;
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.2; }
  footer .legal {
    margin-top: 30px; }

div.legal,
footer.legal {
  text-align: center;
  background: #1a3279;
  padding: 10px 0; }
  div.legal > .container,
  footer.legal > .container {
    padding: 0; }
  div.legal ul,
  footer.legal ul {
    padding: 0;
    margin: 0; }
    div.legal ul li,
    footer.legal ul li {
      display: inline-block;
      font-family: "Lato", sans-serif;
      font-size: 0.875rem;
      color: #ffffff;
      line-height: 1.2;
      padding: 3px 0;
      padding-left: 15px; }
      div.legal ul li a,
      footer.legal ul li a {
        font-size: 0.875rem;
        color: #ffffff; }
      div.legal ul li:first-child,
      footer.legal ul li:first-child {
        padding-left: 0; }

@media (min-width: 576px) {
  body > header .container {
    padding-left: 15px;
    padding-right: 15px; }
  body > header .tools .container {
    padding-left: 15px;
    padding-right: 15px; }
  body > div.content .container {
    padding-left: 15px;
    padding-right: 15px; } }

body.page section.head,
body.single section.head,
body.search section.head {
  padding-bottom: 50px;
  overflow-x: hidden; }
  body.page section.head .chapo,
  body.single section.head .chapo,
  body.search section.head .chapo {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #0C0C0C;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.3; }
    @media (min-width: 992px) {
      body.page section.head .chapo,
      body.single section.head .chapo,
      body.search section.head .chapo {
        font-size: 1.5rem; } }
    body.page section.head .chapo p:last-child,
    body.single section.head .chapo p:last-child,
    body.search section.head .chapo p:last-child {
      margin-bottom: 0; }
  body.page section.head picture,
  body.single section.head picture,
  body.search section.head picture {
    display: block;
    position: relative; }
    body.page section.head picture:before,
    body.single section.head picture:before,
    body.search section.head picture:before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      background-image: url("../imgs/bkg-color.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center right;
      width: calc(100% + 100px);
      height: calc(100% + 100px);
      top: 50%;
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  body.page section.head img,
  body.single section.head img,
  body.search section.head img {
    display: block; }
  body.page section.head .hpo-content,
  body.single section.head .hpo-content,
  body.search section.head .hpo-content {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1400px) {
      body.page section.head .hpo-content,
      body.single section.head .hpo-content,
      body.search section.head .hpo-content {
        padding-left: 100px;
        padding-right: 100px; } }

body.page section.head-img,
body.single section.head-img,
body.search section.head-img {
  position: relative;
  height: 300px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    body.page section.head-img,
    body.single section.head-img,
    body.search section.head-img {
      height: 300px; } }
  @media (min-width: 992px) {
    body.page section.head-img,
    body.single section.head-img,
    body.search section.head-img {
      height: 350px; } }
  @media (min-width: 1200px) {
    body.page section.head-img,
    body.single section.head-img,
    body.search section.head-img {
      height: 450px; } }
  body.page section.head-img picture,
  body.single section.head-img picture,
  body.search section.head-img picture {
    position: absolute;
    display: block;
    background: #0C0C0C;
    width: 100%;
    height: 100%; }
    body.page section.head-img picture img,
    body.single section.head-img picture img,
    body.search section.head-img picture img {
      align-content: start;
      min-width: 320px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0.8;
      mix-blend-mode: normal; }
  body.page section.head-img ul.hpo-breadcrumb li,
  body.single section.head-img ul.hpo-breadcrumb li,
  body.search section.head-img ul.hpo-breadcrumb li {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    color: #ffffff; }
    body.page section.head-img ul.hpo-breadcrumb li a,
    body.single section.head-img ul.hpo-breadcrumb li a,
    body.search section.head-img ul.hpo-breadcrumb li a {
      color: #ffffff; }
      body.page section.head-img ul.hpo-breadcrumb li a:hover, body.page section.head-img ul.hpo-breadcrumb li a:focus-within,
      body.single section.head-img ul.hpo-breadcrumb li a:hover,
      body.single section.head-img ul.hpo-breadcrumb li a:focus-within,
      body.search section.head-img ul.hpo-breadcrumb li a:hover,
      body.search section.head-img ul.hpo-breadcrumb li a:focus-within {
        color: #ffffff; }
    body.page section.head-img ul.hpo-breadcrumb li.seperator,
    body.single section.head-img ul.hpo-breadcrumb li.seperator,
    body.search section.head-img ul.hpo-breadcrumb li.seperator {
      color: #ffffff; }
  body.page section.head-img .layer,
  body.single section.head-img .layer,
  body.search section.head-img .layer {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 100%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    body.page section.head-img .layer h1,
    body.single section.head-img .layer h1,
    body.search section.head-img .layer h1 {
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.9); }
    body.page section.head-img .layer .share,
    body.single section.head-img .layer .share,
    body.search section.head-img .layer .share {
      color: #ffffff; }
    body.page section.head-img .layer .a2a_svg,
    body.single section.head-img .layer .a2a_svg,
    body.search section.head-img .layer .a2a_svg {
      background: none !important; }
    body.page section.head-img .layer .chapo,
    body.single section.head-img .layer .chapo,
    body.search section.head-img .layer .chapo {
      color: #ffffff;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
      margin-top: 1.25rem; }
      body.page section.head-img .layer .chapo p:last-of-type,
      body.single section.head-img .layer .chapo p:last-of-type,
      body.search section.head-img .layer .chapo p:last-of-type {
        margin-bottom: 0; }
  @media (min-width: 768px) {
    body.page section.head-img h1,
    body.single section.head-img h1,
    body.search section.head-img h1 {
      font-size: 2.375rem; } }

body.page section.head-noimg,
body.single section.head-noimg,
body.search section.head-noimg {
  padding-bottom: 25px;
  /*.layer {
            color: $black;

            h1 {
                color: $black;
            }

            .chapo {
                color: $black;
                margin-top: rem(20);

                p:last-of-type {
                    margin-bottom: 0;
                }
            }
        }
        @media (min-width: 768px) {
            h1 {
                font-size: rem(38);
            }
        }*/ }

@media (min-width: 992px) {
  body.page section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.page section.hpo-acf-section .hpo-content > .wrapper h2:not(.center),
  body.single section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.single section.hpo-acf-section .hpo-content > .wrapper h2:not(.center),
  body.search section.hpo-acf-section .hpo-content > .chapo:not(.center),
  body.search section.hpo-acf-section .hpo-content > .wrapper h2:not(.center) {
    max-width: inherit; } }

@media (min-width: 992px) {
  body.home section.hpo-acf-section > .container > .chapo,
  body.home section.hpo-acf-section .hpo-content > .chapo {
    max-width: 100%; } }

body.home section.hpo-acf-section > .container > h2,
body.home section.hpo-acf-section .hpo-content > h2 {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0; }
  @media (min-width: 992px) {
    body.home section.hpo-acf-section > .container > h2,
    body.home section.hpo-acf-section .hpo-content > h2 {
      max-width: 100%;
      font-size: 45px;
      line-height: 50px; } }

body.home section.hpo-acf-section {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  body.home section.hpo-acf-section div.hpo-acf-section {
    padding: 0; }
  @media (min-width: 768px) {
    body.home section.hpo-acf-section {
      padding-top: 35px;
      padding-bottom: 35px; } }
  @media (min-width: 992px) {
    body.home section.hpo-acf-section {
      padding-top: 50px;
      padding-bottom: 50px; } }

body.home section.head-img {
  height: 400px; }
  @media (min-width: 576px) {
    body.home section.head-img {
      height: 400px; } }
  @media (min-width: 768px) {
    body.home section.head-img {
      height: 300px; } }
  @media (min-width: 992px) {
    body.home section.head-img {
      height: 400px; } }
  @media (min-width: 1200px) {
    body.home section.head-img {
      height: 500px; } }
  @media (min-width: 1400px) {
    body.home section.head-img {
      height: 600px; } }
  body.home section.head-img picture {
    display: block;
    position: relative;
    overflow: hidden; }
    body.home section.head-img picture img {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    body.home section.head-img picture:before {
      background-image: url("../imgs/bkg-cta.svg");
      right: 0;
      top: 0;
      width: 500px;
      height: 500px;
      -ms-transform: translate(50%, -50%);
      -moz-transform: translate(50%, -50%);
      -webkit-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      z-index: 1;
      mix-blend-mode: screen; }
      @media (min-width: 576px) {
        body.home section.head-img picture:before {
          width: 750px;
          height: 750px; } }
      @media (min-width: 768px) {
        body.home section.head-img picture:before {
          width: 1000px;
          height: 1000px; } }
  body.home section.head-img .layer {
    top: 30%; }
    @media (min-width: 768px) {
      body.home section.head-img .layer {
        top: 40%; } }
    @media (min-width: 992px) {
      body.home section.head-img .layer h1 {
        font-size: 2.8125rem; } }
    @media (min-width: 1200px) {
      body.home section.head-img .layer h1 {
        font-size: 3.4375rem; } }
    @media (min-width: 1400px) {
      body.home section.head-img .layer h1 {
        font-size: 4rem; } }
  body.home section.head-img .tiles {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 100%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2; }
    body.home section.head-img .tiles ul li {
      margin: 0;
      padding: 0 15px; }
      body.home section.head-img .tiles ul li:before {
        display: none; }
    @media (max-width: 767px) {
      body.home section.head-img .tiles ul {
        margin: 0 -8px; }
        body.home section.head-img .tiles ul li {
          padding: 0 8px; } }
    body.home section.head-img .tiles a {
      display: block;
      position: relative;
      padding: 20px;
      margin-top: 15px;
      font-size: 1.5625rem;
      font-family: "Lato", sans-serif;
      line-height: 1.2;
      font-weight: 700;
      text-shadow: none;
      background: #ffffff;
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      border-bottom: 8px solid #8F95A1;
      text-decoration: none;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }
      body.home section.head-img .tiles a span {
        display: block; }
      body.home section.head-img .tiles a:before {
        content: "\e91b";
        font-family: 'icon' !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 30px;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: block; }
      body.home section.head-img .tiles a:hover, body.home section.head-img .tiles a:focus-within {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    @media (max-width: 1399px) {
      body.home section.head-img .tiles a {
        font-size: 1.375rem; } }
    @media (max-width: 1199px) {
      body.home section.head-img .tiles {
        bottom: 15px; }
        body.home section.head-img .tiles a {
          font-size: 1.125rem;
          padding: 15px; }
          body.home section.head-img .tiles a:before {
            font-size: 20px;
            right: 0; } }
    @media (max-width: 991px) {
      body.home section.head-img .tiles a {
        font-size: 0.9375rem;
        padding: 10px;
        font-weight: 500; }
        body.home section.head-img .tiles a:before {
          font-size: 20px;
          width: 25px; } }
    @media (max-width: 767px) {
      body.home section.head-img .tiles a {
        font-size: 0.875rem; } }

body.error404 section.head {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  body.error404 section.head a.logo {
    display: table;
    margin: auto; }
  body.error404 section.head .err404 {
    font-family: "Lato", sans-serif;
    font-size: 6.25rem;
    color: #0C0C0C;
    font-weight: 700; }
    @media (min-width: 992px) {
      body.error404 section.head .err404 {
        font-size: 12.5rem; } }
  body.error404 section.head .chapo {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #0C0C0C;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.3; }
    @media (min-width: 992px) {
      body.error404 section.head .chapo {
        font-size: 1.5rem; } }

body.page-template-page-admin-post-membership main,
body.page-template-page-admin-post-job-offer main {
  background-color: #F6F2F2; }

body.page-template-page-extranet main,
body.page-template-page-admin-company main,
body.page-template-page-admin-account main,
body.page-template-page-baos main,
body.page-template-page-bes main,
body.page-template-page-pdms main,
body.single-pdm main {
  background-color: #F6F2F2; }

#extranet-root .toolbar {
  text-align: right; }
  @media (max-width: 767px) {
    #extranet-root .toolbar {
      margin-bottom: 15px; } }

#extranet-root section.section-posts .results .item {
  cursor: default; }
  #extranet-root section.section-posts .results .item .main {
    padding-bottom: 90px; }
  #extranet-root section.section-posts .results .item .tag.publish {
    color: #36B088;
    background-color: #EBF8F4; }
  #extranet-root section.section-posts .results .item .tag.draft {
    color: #213B86;
    background-color: #E3EAFD; }
  #extranet-root section.section-posts .results .item .tag.pending {
    color: #FAB907;
    background-color: #FEF1CD; }
  #extranet-root section.section-posts .results .item .date {
    bottom: 40px; }
  #extranet-root section.section-posts .results .item .actions {
    position: absolute;
    right: 25px;
    bottom: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px; }
    #extranet-root section.section-posts .results .item .actions button {
      border: 0;
      background: none;
      padding: 0;
      margin: 0; }
    #extranet-root section.section-posts .results .item .actions .icon {
      display: block;
      text-decoration: none;
      width: 25px;
      height: 25px;
      overflow: hidden;
      cursor: pointer; }
      #extranet-root section.section-posts .results .item .actions .icon:before {
        display: block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 22px;
        border: 1px solid #213B86;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background: #ffffff;
        font-family: 'icon';
        font-size: 15px; }
    #extranet-root section.section-posts .results .item .actions .view:before {
      content: "\e901";
      background-color: #213B86;
      color: #ffffff; }
    #extranet-root section.section-posts .results .item .actions .edit:before {
      content: "\e902";
      border-color: #C52E3C;
      color: #C52E3C; }
    #extranet-root section.section-posts .results .item .actions .delete:before {
      content: "\e90b";
      border-color: #C52E3C;
      background-color: #C52E3C;
      color: #ffffff; }

body.single article {
  overflow-x: hidden; }

body.single .tile {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 30px;
  background-color: #F6F2F2;
  margin-bottom: 30px; }
  body.single .tile .h2 {
    margin: 0;
    font-size: 1.875rem; }
  body.single .tile label {
    padding-right: 5px; }
  body.single .tile ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    body.single .tile ul li {
      margin-left: 0;
      padding: 0;
      color: #0C0C0C;
      font-size: 1rem;
      line-height: 1.2; }
      body.single .tile ul li:before {
        display: none; }
      body.single .tile ul li label {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2; }
      body.single .tile ul li:last-of-type {
        margin-bottom: 0; }
  body.single .tile .tag {
    background: #545454;
    color: #ffffff;
    text-transform: none;
    font-size: 0.6875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 5px;
    margin-bottom: 10px; }
  body.single .tile .btn {
    margin-top: 20px;
    margin-right: 40px; }
  body.single .tile .readalso .item {
    background: #ffffff; }
  body.single .tile.desc strong {
    margin-bottom: 15px;
    display: table; }
  body.single .tile.desc picture {
    display: block;
    margin-bottom: 30px; }
    body.single .tile.desc picture img {
      padding: 15px;
      display: block;
      background: #ffffff; }

body.single .tag {
  color: #213B86;
  background-color: #E3EAFD;
  text-transform: uppercase; }
  body.single .tag.common {
    background-color: transparent;
    border: 1px solid #213B86;
    padding: 3px 11px; }

body.single .movie {
  margin-bottom: 30px; }

@media (max-width: 575px) {
  body.single .tile {
    padding: 15px; } }

@media (min-width: 768px) and (max-width: 991px) {
  body.single .tile {
    padding: 15px; }
    body.single .tile .h2 {
      font-size: 1.25rem; }
    body.single .tile ul li {
      margin-bottom: 5px;
      font-size: 0.8125rem; }
      body.single .tile ul li label {
        font-size: 0.8125rem; }
    body.single .tile.readalso .item {
      margin-top: 15px; }
      body.single .tile.readalso .item .main {
        padding: 15px 15px 40px; }
        body.single .tile.readalso .item .main .title, body.single .tile.readalso .item .main h3 {
          margin-bottom: 10px;
          font-size: 0.9375rem; }
        body.single .tile.readalso .item .main .date {
          position: absolute;
          left: 15px;
          bottom: 15px;
          font-size: 0.8125rem; }
      body.single .tile.readalso .item > span {
        bottom: 15px;
        right: 15px; }
        body.single .tile.readalso .item > span:before {
          font-size: 18px; } }

body.single-company picture {
  display: block;
  margin-bottom: 30px; }
  body.single-company picture img {
    display: block; }

body.single-company .tile label {
  min-width: 70px; }

body.single-company .tile picture img {
  padding: 15px;
  background: #ffffff; }

body.single-company .hpo-acf-section.section-tuiles {
  background-color: #F6F2F2; }
  body.single-company .hpo-acf-section.section-tuiles .box > div {
    font-size: 1rem;
    line-height: 1.2;
    color: #0C0C0C; }
    body.single-company .hpo-acf-section.section-tuiles .box > div h3 {
      font-size: 1.25rem; }

body.single-company .filters .btn {
  background: transparent;
  color: #213B86;
  border: 2px solid #213B86;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 15px; }
  body.single-company .filters .btn:before {
    display: none; }
  body.single-company .filters .btn.active {
    background: #213B86;
    color: #ffffff; }

body.single-pdm .tile {
  background: #ffffff; }

body.search #filter {
  margin-top: 15px; }
  @media (min-width: 768px) {
    body.search #filter {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  body.search #filter .sort {
    text-align: right;
    font-family: "Lato", sans-serif;
    font-size: 0.9375rem;
    margin-left: 30px;
    white-space: nowrap; }
    body.search #filter .sort label {
      font-weight: 700; }
    body.search #filter .sort a {
      color: #0C0C0C; }
      body.search #filter .sort a.active, body.search #filter .sort a:hover, body.search #filter .sort a:focus-within {
        text-decoration: underline;
        color: #213B86; }

body.search .search {
  max-width: 200px;
  margin: 0; }

body.search .content-search .item {
  background: #fafafa; }

body.single-landing {
  /*section.hpo-acf-section >.container > h2,
    section.hpo-acf-section .hpo-content > h2 {
        font-family: $font-title;
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 0;
        @media (min-width:992px ){
            max-width: 100%;
            font-size: 45px;
            line-height: 50px;
        }
    }

    section.hpo-acf-section {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;

        div.hpo-acf-section {
            padding:0;
        }

        @media (min-width: 768px) {
            padding-top:35px;
            padding-bottom:35px;
        }

        @media (min-width: 992px) {
            padding-top:50px;
            padding-bottom:50px;
        }
    }*/ }
  body.single-landing > header {
    background: #213B86; }
  @media (min-width: 992px) {
    body.single-landing section.hpo-acf-section > .container > .chapo,
    body.single-landing section.hpo-acf-section .hpo-content > .chapo {
      max-width: 100%; } }
  body.single-landing section.head-img {
    height: 300px; }
    @media (min-width: 576px) {
      body.single-landing section.head-img {
        height: 300px; } }
    @media (min-width: 768px) {
      body.single-landing section.head-img {
        height: 300px; } }
    @media (min-width: 992px) {
      body.single-landing section.head-img {
        height: 400px; } }
    @media (min-width: 1200px) {
      body.single-landing section.head-img {
        height: 500px; } }
    @media (min-width: 1400px) {
      body.single-landing section.head-img {
        height: 600px; } }
    body.single-landing section.head-img picture {
      display: block;
      position: relative;
      overflow: hidden; }
      body.single-landing section.head-img picture img {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
      body.single-landing section.head-img picture:before {
        background-image: url("../imgs/bkg-cta.svg");
        right: 0;
        top: 0;
        width: 500px;
        height: 500px;
        -ms-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 1;
        mix-blend-mode: screen; }
        @media (min-width: 576px) {
          body.single-landing section.head-img picture:before {
            width: 750px;
            height: 750px; } }
        @media (min-width: 768px) {
          body.single-landing section.head-img picture:before {
            width: 1000px;
            height: 1000px; } }
    body.single-landing section.head-img .layer {
      top: 40%; }
      @media (min-width: 992px) {
        body.single-landing section.head-img .layer h1 {
          font-size: 2.8125rem; } }
      @media (min-width: 1200px) {
        body.single-landing section.head-img .layer h1 {
          font-size: 3.4375rem; } }
      @media (min-width: 1400px) {
        body.single-landing section.head-img .layer h1 {
          font-size: 4rem; } }
  body.single-landing #content {
    margin-top: 90px; }
    @media (min-width: 576px) {
      body.single-landing #content {
        margin-top: 90px; } }
    @media (min-width: 768px) {
      body.single-landing #content {
        margin-top: 125px; } }
    @media (min-width: 992px) {
      body.single-landing #content {
        margin-top: 145px; } }
    @media (min-width: 1200px) {
      body.single-landing #content {
        margin-top: 160px; } }
    @media (min-width: 1400px) {
      body.single-landing #content {
        margin-top: 160px; } }

section.hpo-acf-section,
aside.readalso {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }
  section.hpo-acf-section div.hpo-acf-section,
  aside.readalso div.hpo-acf-section {
    padding: 0; }
  @media (min-width: 768px) {
    section.hpo-acf-section,
    aside.readalso {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 992px) {
    section.hpo-acf-section,
    aside.readalso {
      padding-top: 35px;
      padding-bottom: 35px; } }

section.hpo-acf-section > .container > .wrapper h2.center,
section.hpo-acf-section > .container > .chapo.center,
section.hpo-acf-section .hpo-content > .wrapper h2.center,
section.hpo-acf-section .hpo-content > .chapo.center {
  margin-left: auto;
  margin-right: auto; }

section.hpo-acf-section > .container > .wrapper h2.right,
section.hpo-acf-section > .container > .chapo.right,
section.hpo-acf-section .hpo-content > .wrapper h2.right,
section.hpo-acf-section .hpo-content > .chapo.right {
  margin-left: auto; }

body section.hpo-acf-section.section-chiffrescles .box > div {
  padding: 30px;
  background: #F6F2F2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 1.625rem;
  line-height: 1.2;
  color: #0C0C0C; }
  body section.hpo-acf-section.section-chiffrescles .box > div span.chiffre {
    font-size: 3rem;
    font-weight: 700;
    color: #0C0C0C; }
  body section.hpo-acf-section.section-chiffrescles .box > div span.specif {
    text-align: right; }
    body section.hpo-acf-section.section-chiffrescles .box > div span.specif:before {
      line-height: 1; }
  body section.hpo-acf-section.section-chiffrescles .box > div p {
    margin-bottom: 0;
    color: #0C0C0C; }

body section.hpo-acf-section.section-chiffrescles .col-lg-3 .box > div {
  font-size: 1.25rem;
  padding: 25px; }
  body section.hpo-acf-section.section-chiffrescles .col-lg-3 .box > div span.chiffre {
    font-size: 2.5rem; }
  body section.hpo-acf-section.section-chiffrescles .col-lg-3 .box > div span.specif:before {
    font-size: 50px; }

body section.hpo-acf-section.section-cta.full img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

body section.hpo-acf-section.section-cta .mask {
  background-image: url("../imgs/bkg-cta.svg");
  background-repeat: no-repeat;
  background-position: 115% 65%;
  background-size: 50% auto;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 991px) {
    body section.hpo-acf-section.section-cta .mask {
      background-position: 250px 65%;
      background-size: 100% auto; } }
  body section.hpo-acf-section.section-cta .mask img {
    mix-blend-mode: screen; }

body section.hpo-acf-section.section-cta h2, body section.hpo-acf-section.section-cta h3, body section.hpo-acf-section.section-cta .chapo, body section.hpo-acf-section.section-cta .specif, body section.hpo-acf-section.section-cta p {
  text-shadow: none !important; }

body section.hpo-acf-section.section-cta h2, body section.hpo-acf-section.section-cta h3 {
  font-size: 2.1875rem;
  line-height: 1.2; }

body section.hpo-acf-section.section-cta:not(.color_bkg) {
  background: linear-gradient(35deg, #213B86 0%, #213B86 55%, #C52E3C 89%, #C52E3C 95%); }
  body section.hpo-acf-section.section-cta:not(.color_bkg) h2, body section.hpo-acf-section.section-cta:not(.color_bkg) h3, body section.hpo-acf-section.section-cta:not(.color_bkg) .chapo, body section.hpo-acf-section.section-cta:not(.color_bkg) .specif {
    color: #ffffff; }

body section.hpo-acf-section.section-cta .btn {
  color: #C52E3C;
  border: 2px solid #ffffff;
  border-right: 0;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  body section.hpo-acf-section.section-cta .btn:before {
    height: calc(100% + 4px);
    top: -2px;
    border: 2px solid #ffffff;
    border-left: 0;
    background-color: #ffffff;
    color: #C52E3C;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms; }
  body section.hpo-acf-section.section-cta .btn:hover, body section.hpo-acf-section.section-cta .btn:focus-within {
    background: transparent;
    color: #ffffff; }
    body section.hpo-acf-section.section-cta .btn:hover:before, body section.hpo-acf-section.section-cta .btn:focus-within:before {
      width: 41px;
      border-left: 1px solid #ffffff;
      color: #ffffff;
      background-color: transparent; }

body section.hpo-acf-section.section-cta.color_bkg.dark .btn:hover, body section.hpo-acf-section.section-cta.color_bkg.dark .btn:focus-within {
  background: #ffffff;
  color: #C52E3C;
  border-color: #C52E3C; }
  body section.hpo-acf-section.section-cta.color_bkg.dark .btn:hover:before, body section.hpo-acf-section.section-cta.color_bkg.dark .btn:focus-within:before {
    background: #ffffff;
    border-color: #C52E3C;
    border-left: 1px solid #C52E3C;
    color: #C52E3C; }

@media (max-width: 991px) {
  body section.hpo-acf-section.section-cta {
    font-size: 1.25rem; }
    body section.hpo-acf-section.section-cta div.col-12 {
      margin-bottom: 20px; } }

section.section-tuiles .icon .box,
div.section-tuiles .icon .box,
section.section-classic div.tile .icon .box {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: inherit;
  display: flex;
  flex-direction: column; }
  section.section-tuiles .icon .box picture,
  div.section-tuiles .icon .box picture,
  section.section-classic div.tile .icon .box picture {
    mix-blend-mode: normal; }
    section.section-tuiles .icon .box picture img,
    div.section-tuiles .icon .box picture img,
    section.section-classic div.tile .icon .box picture img {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      height: 100%; }
  section.section-tuiles .icon .box > div,
  div.section-tuiles .icon .box > div,
  section.section-classic div.tile .icon .box > div {
    position: relative;
    border-radius: 0;
    padding: 30px;
    background: #ffffff;
    color: #213B86;
    border-color: #213B86; }
    section.section-tuiles .icon .box > div .specif,
    div.section-tuiles .icon .box > div .specif,
    section.section-classic div.tile .icon .box > div .specif {
      background: #213B86;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      width: 50px;
      height: 50px; }
      section.section-tuiles .icon .box > div .specif:before,
      div.section-tuiles .icon .box > div .specif:before,
      section.section-classic div.tile .icon .box > div .specif:before {
        font-weight: 400;
        font-size: 25px;
        line-height: 50px; }
    section.section-tuiles .icon .box > div h3,
    div.section-tuiles .icon .box > div h3,
    section.section-classic div.tile .icon .box > div h3 {
      font-size: 1.0625rem;
      margin-bottom: 0.625rem;
      color: #0C0C0C; }
      @media (min-width: 1200px) {
        section.section-tuiles .icon .box > div h3,
        div.section-tuiles .icon .box > div h3,
        section.section-classic div.tile .icon .box > div h3 {
          font-size: 1.25rem;
          margin-bottom: 1.5625rem; } }
    section.section-tuiles .icon .box > div p,
    div.section-tuiles .icon .box > div p,
    section.section-classic div.tile .icon .box > div p {
      font-size: 0.9375rem;
      line-height: 1.4;
      color: #0C0C0C; }
      @media (min-width: 992px) {
        section.section-tuiles .icon .box > div p,
        div.section-tuiles .icon .box > div p,
        section.section-classic div.tile .icon .box > div p {
          font-size: 1rem; } }
    section.section-tuiles .icon .box > div h3, section.section-tuiles .icon .box > div p,
    div.section-tuiles .icon .box > div h3,
    div.section-tuiles .icon .box > div p,
    section.section-classic div.tile .icon .box > div h3,
    section.section-classic div.tile .icon .box > div p {
      text-shadow: none; }

section.section-tuiles .icon a.box > div,
div.section-tuiles .icon a.box > div,
section.section-classic div.tile .icon a.box > div {
  padding: 30px 30px 90px; }

section.section-tuiles .icon a.box .btn,
div.section-tuiles .icon a.box .btn,
section.section-classic div.tile .icon a.box .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: calc(100% - 60px); }

@media (min-width: 576px) and (max-width: 991px) {
  section.section-tuiles .icon a.box > div,
  div.section-tuiles .icon a.box > div,
  section.section-classic div.tile .icon a.box > div {
    padding: 30px 15px 90px; }
  section.section-tuiles .icon a.box .btn,
  div.section-tuiles .icon a.box .btn,
  section.section-classic div.tile .icon a.box .btn {
    left: 15px;
    max-width: calc(100% - 70px); } }

section.section-tuiles .icon a.box:hover .btn, section.section-tuiles .icon a.box:focus-within .btn,
div.section-tuiles .icon a.box:hover .btn,
div.section-tuiles .icon a.box:focus-within .btn,
section.section-classic div.tile .icon a.box:hover .btn,
section.section-classic div.tile .icon a.box:focus-within .btn {
  background: transparent;
  color: #213B86;
  border-right: 0; }
  section.section-tuiles .icon a.box:hover .btn:before, section.section-tuiles .icon a.box:focus-within .btn:before,
  div.section-tuiles .icon a.box:hover .btn:before,
  div.section-tuiles .icon a.box:focus-within .btn:before,
  section.section-classic div.tile .icon a.box:hover .btn:before,
  section.section-classic div.tile .icon a.box:focus-within .btn:before {
    width: 41px;
    border-left: 1px solid #213B86;
    background-color: transparent;
    border-color: #213B86; }

section.section-tuiles .icon a.box:hover > div, section.section-tuiles .icon a.box:focus-within > div,
div.section-tuiles .icon a.box:hover > div,
div.section-tuiles .icon a.box:focus-within > div,
section.section-classic div.tile .icon a.box:hover > div,
section.section-classic div.tile .icon a.box:focus-within > div {
  border-color: #213B86; }

section.section-tuiles .icon a.box.center .btn,
div.section-tuiles .icon a.box.center .btn,
section.section-classic div.tile .icon a.box.center .btn {
  left: calc(50% - 40px);
  -ms-transform: translateX(calc(-50% + 20px));
  -moz-transform: translateX(calc(-50% + 20px));
  -webkit-transform: translateX(calc(-50% + 20px));
  transform: translateX(calc(-50% + 20px)); }

section.section-tuiles .icon a.box.right .btn,
div.section-tuiles .icon a.box.right .btn,
section.section-classic div.tile .icon a.box.right .btn {
  left: inherit;
  right: 30px; }

section.section-tuiles .icon a.box:after,
div.section-tuiles .icon a.box:after,
section.section-classic div.tile .icon a.box:after {
  display: none; }

section.section-tuiles .icon > div:nth-child(1) .box > div,
div.section-tuiles .icon > div:nth-child(1) .box > div,
section.section-classic div.tile .icon > div:nth-child(1) .box > div {
  border-color: #36B088; }
  section.section-tuiles .icon > div:nth-child(1) .box > div .specif,
  div.section-tuiles .icon > div:nth-child(1) .box > div .specif,
  section.section-classic div.tile .icon > div:nth-child(1) .box > div .specif {
    background: #36B088; }

section.section-tuiles .icon > div:nth-child(2) .box > div,
div.section-tuiles .icon > div:nth-child(2) .box > div,
section.section-classic div.tile .icon > div:nth-child(2) .box > div {
  border-color: #00A4E3; }
  section.section-tuiles .icon > div:nth-child(2) .box > div .specif,
  div.section-tuiles .icon > div:nth-child(2) .box > div .specif,
  section.section-classic div.tile .icon > div:nth-child(2) .box > div .specif {
    background: #00A4E3; }

section.section-tuiles .icon > div:nth-child(3) .box > div,
div.section-tuiles .icon > div:nth-child(3) .box > div,
section.section-classic div.tile .icon > div:nth-child(3) .box > div {
  border-color: #C52E3C; }
  section.section-tuiles .icon > div:nth-child(3) .box > div .specif,
  div.section-tuiles .icon > div:nth-child(3) .box > div .specif,
  section.section-classic div.tile .icon > div:nth-child(3) .box > div .specif {
    background: #C52E3C; }

section.section-tuiles .icon > div:nth-child(4) .box > div,
div.section-tuiles .icon > div:nth-child(4) .box > div,
section.section-classic div.tile .icon > div:nth-child(4) .box > div {
  border-color: #FAB907; }
  section.section-tuiles .icon > div:nth-child(4) .box > div .specif,
  div.section-tuiles .icon > div:nth-child(4) .box > div .specif,
  section.section-classic div.tile .icon > div:nth-child(4) .box > div .specif {
    background: #FAB907; }

section.section-tuiles.bright .icon .btn,
div.section-tuiles.bright .icon .btn,
section.section-classic div.tile.bright .icon .btn {
  background: #213B86;
  color: #ffffff; }
  section.section-tuiles.bright .icon .btn:before,
  div.section-tuiles.bright .icon .btn:before,
  section.section-classic div.tile.bright .icon .btn:before {
    background: #213B86;
    color: #ffffff; }

section.section-tuiles .desc a.box,
div.section-tuiles .desc a.box,
section.section-classic div.tile .desc a.box {
  padding: 30px 30px 45px; }

section.section-tuiles .desc div.box,
div.section-tuiles .desc div.box,
section.section-classic div.tile .desc div.box {
  padding: 30px; }

section.section-tuiles .desc .box,
div.section-tuiles .desc .box,
section.section-classic div.tile .desc .box {
  background: none; }
  section.section-tuiles .desc .box .specif:before,
  div.section-tuiles .desc .box .specif:before,
  section.section-classic div.tile .desc .box .specif:before {
    color: #213B86;
    font-size: 40px; }
  section.section-tuiles .desc .box h3,
  div.section-tuiles .desc .box h3,
  section.section-classic div.tile .desc .box h3 {
    color: #213B86;
    font-size: 1.4375rem;
    margin-bottom: 0.625rem;
    font-weight: 400; }
    @media (min-width: 992px) {
      section.section-tuiles .desc .box h3,
      div.section-tuiles .desc .box h3,
      section.section-classic div.tile .desc .box h3 {
        font-size: 1.625rem;
        margin-bottom: 1.5625rem; } }
  section.section-tuiles .desc .box p, section.section-tuiles .desc .box strong,
  div.section-tuiles .desc .box p,
  div.section-tuiles .desc .box strong,
  section.section-classic div.tile .desc .box p,
  section.section-classic div.tile .desc .box strong {
    color: #0C0C0C;
    font-size: 1.125rem;
    line-height: 1.4; }
  section.section-tuiles .desc .box strong,
  div.section-tuiles .desc .box strong,
  section.section-classic div.tile .desc .box strong {
    display: inline-block;
    margin-top: 15px; }
  section.section-tuiles .desc .box.bright .specif:before,
  section.section-tuiles .desc .box.bright h3,
  section.section-tuiles .desc .box.bright p,
  section.section-tuiles .desc .box.bright strong,
  div.section-tuiles .desc .box.bright .specif:before,
  div.section-tuiles .desc .box.bright h3,
  div.section-tuiles .desc .box.bright p,
  div.section-tuiles .desc .box.bright strong,
  section.section-classic div.tile .desc .box.bright .specif:before,
  section.section-classic div.tile .desc .box.bright h3,
  section.section-classic div.tile .desc .box.bright p,
  section.section-classic div.tile .desc .box.bright strong {
    color: #ffffff; }
  section.section-tuiles .desc .box.bright:after,
  div.section-tuiles .desc .box.bright:after,
  section.section-classic div.tile .desc .box.bright:after {
    color: #ffffff; }
  section.section-tuiles .desc .box:after,
  div.section-tuiles .desc .box:after,
  section.section-classic div.tile .desc .box:after {
    color: #213B86; }

section.section-tuiles .desc > div,
div.section-tuiles .desc > div,
section.section-classic div.tile .desc > div {
  border-left: 1px solid #213B86; }
  @media (max-width: 991px) {
    section.section-tuiles .desc > div,
    div.section-tuiles .desc > div,
    section.section-classic div.tile .desc > div {
      border-left: 0; } }
  @media (max-width: 575px) {
    section.section-tuiles .desc > div,
    div.section-tuiles .desc > div,
    section.section-classic div.tile .desc > div {
      border-top: 1px solid #213B86; } }

section.section-tuiles .desc > div:first-of-type,
div.section-tuiles .desc > div:first-of-type,
section.section-classic div.tile .desc > div:first-of-type {
  border-left: 0;
  border-top: 0; }

section.section-tuiles.bright .desc .box.dark,
div.section-tuiles.bright .desc .box.dark,
section.section-classic div.tile.bright .desc .box.dark {
  background: #ffffff; }

section.section-trombino .item {
  display: block;
  position: relative;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  max-width: 350px;
  margin: 0 auto 60px;
  /*&:hover, &:focus-within {
            @include transform(scale(1.05));
        }*/ }
  @media (max-width: 767px) {
    section.section-trombino .item {
      height: calc(100% - 15px);
      margin-bottom: 15px; } }
  section.section-trombino .item picture, section.section-trombino .item img {
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  section.section-trombino .item .main {
    padding: 15px;
    box-shadow: 0 0 12px -5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #ffffff;
    font-family: "Lato", sans-serif;
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    color: #0C0C0C; }
    section.section-trombino .item .main h2, section.section-trombino .item .main h3, section.section-trombino .item .main .h2, section.section-trombino .item .main .h3 {
      display: block;
      font-family: "Lato", sans-serif;
      margin-bottom: 10px;
      margin-top: 0;
      font-size: 1.125rem;
      font-weight: 700;
      line-height: 1.3;
      color: #196DA1;
      text-transform: capitalize; }
      section.section-trombino .item .main h2 .small-caps, section.section-trombino .item .main h3 .small-caps, section.section-trombino .item .main .h2 .small-caps, section.section-trombino .item .main .h3 .small-caps {
        display: inline;
        font-variant: small-caps; }
    section.section-trombino .item .main strong {
      display: block;
      margin-bottom: 10px; }
    @media (max-width: 991px) {
      section.section-trombino .item .main {
        font-size: 0.875rem; }
        section.section-trombino .item .main h2, section.section-trombino .item .main h3, section.section-trombino .item .main .h2, section.section-trombino .item .main .h3 {
          font-size: 1rem; } }
    section.section-trombino .item .main span {
      display: table; }

section.section-partners .block-slider .slider .item picture {
  display: table;
  margin: auto; }

section.section-partners img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

section.section-posts,
div.section-posts {
  background-color: #F6F2F2; }
  section.section-posts .results > div,
  div.section-posts .results > div {
    height: auto; }

@media (max-width: 767px) {
  section.section-posts .results {
    margin-top: 30px; } }

section.section-posts .results .item.post,
div.section-posts .results .item.post,
.item.post {
  border: 0;
  box-shadow: none;
  display: block;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff; }
  @media (max-width: 767px) {
    section.section-posts .results .item.post,
    div.section-posts .results .item.post,
    .item.post {
      margin-top: 0;
      height: 100%; } }
  section.section-posts .results .item.post picture, section.section-posts .results .item.post img,
  div.section-posts .results .item.post picture,
  div.section-posts .results .item.post img,
  .item.post picture,
  .item.post img {
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  section.section-posts .results .item.post .main,
  div.section-posts .results .item.post .main,
  .item.post .main {
    padding: 25px 25px 60px;
    position: relative;
    color: #0C0C0C;
    font-size: 1.125rem;
    font-weight: 400; }
    section.section-posts .results .item.post .main h2, section.section-posts .results .item.post .main h3, section.section-posts .results .item.post .main .h2, section.section-posts .results .item.post .main .h3, section.section-posts .results .item.post .main strong:first-of-type,
    div.section-posts .results .item.post .main h2,
    div.section-posts .results .item.post .main h3,
    div.section-posts .results .item.post .main .h2,
    div.section-posts .results .item.post .main .h3,
    div.section-posts .results .item.post .main strong:first-of-type,
    .item.post .main h2,
    .item.post .main h3,
    .item.post .main .h2,
    .item.post .main .h3,
    .item.post .main strong:first-of-type {
      display: block;
      font-family: "Lato", sans-serif;
      margin-bottom: 15px;
      margin-top: 0;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.3;
      color: #0C0C0C; }
    section.section-posts .results .item.post .main > p:last-of-type,
    div.section-posts .results .item.post .main > p:last-of-type,
    .item.post .main > p:last-of-type {
      margin-bottom: 0; }
  section.section-posts .results .item.post .date,
  div.section-posts .results .item.post .date,
  .item.post .date {
    position: absolute;
    left: 25px;
    bottom: 20px;
    line-height: 30px;
    color: #196DA1;
    font-size: 1rem;
    margin: 0; }
  section.section-posts .results .item.post:hover, section.section-posts .results .item.post:focus-within,
  div.section-posts .results .item.post:hover,
  div.section-posts .results .item.post:focus-within,
  .item.post:hover,
  .item.post:focus-within {
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none; }

section.section-posts .results a.item.post:hover, section.section-posts .results a.item.post:focus-within,
div.section-posts .results a.item.post:hover,
div.section-posts .results a.item.post:focus-within,
a.item.post:hover,
a.item.post:focus-within {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

section.section-post-memberships,
div.section-post-memberships {
  background-color: #F6F2F2; }

@media (min-width: 768px) {
  section.section-post-memberships .results .item.post picture,
  div.section-post-memberships .results .item.post picture,
  section.section-postmemberships .results .item.post picture,
  div.section-postmemberships .results .item.post picture {
    display: flex;
    height: 150px; } }

section.section-post-memberships .results .item.post picture img,
div.section-post-memberships .results .item.post picture img,
section.section-postmemberships .results .item.post picture img,
div.section-postmemberships .results .item.post picture img {
  padding: 30px 15px 0;
  margin: auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

section.section-evts,
div.section-evts {
  background-color: #F6F2F2; }

.item.evt {
  border: 0;
  box-shadow: none;
  display: block;
  background: #ffffff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff; }
  @media (max-width: 767px) {
    .item.evt {
      margin-top: 0;
      height: 100%; } }
  .item.evt picture, .item.evt img {
    display: block;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .item.evt .main {
    border-left: 4px solid #545454;
    padding: 10px 0 10px 15px;
    margin: 15px; }
  .item.evt h2, .item.evt h3, .item.evt .h2, .item.evt .h3, .item.evt strong:first-of-type {
    display: block;
    font-family: "Lato", sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0C0C0C; }
  .item.evt .tag {
    background: #C52E3C;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 4px 8px;
    margin: 0 5px 0 0; }
  .item.evt .date {
    color: #0C0C0C;
    font-size: 1rem;
    font-weight: 400; }
  .item.evt .pin {
    font-size: 1rem;
    color: #196DA1; }
    .item.evt .pin:before {
      padding-right: 10px;
      font-size: 20px; }
  .item.evt:hover, .item.evt:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  .item.evt.past {
    background: #ececec;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.01); }

/*section.section-baos,
section.section-bes,
section.section-pdms {
    .results {
        > div {
            height:auto;
        }
    }
}*/
section.section-baos .results .item.bao,
div.section-baos .results .item.bao,
.item.bao,
section.section-bes .results .item.be,
div.section-bes .results .item.be,
.item.be,
section.section-pdms .results .item.pdm,
div.section-pdms .results .item.pdm,
.item.pdm {
  border: 0;
  box-shadow: none;
  display: block;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  height: calc(100% - 30px);
  margin-top: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: normal;
  background: #ffffff; }
  section.section-baos .results .item.bao .main,
  div.section-baos .results .item.bao .main,
  .item.bao .main,
  section.section-bes .results .item.be .main,
  div.section-bes .results .item.be .main,
  .item.be .main,
  section.section-pdms .results .item.pdm .main,
  div.section-pdms .results .item.pdm .main,
  .item.pdm .main {
    padding: 15px 15px 60px;
    position: relative;
    height: 100%;
    color: #0C0C0C;
    font-size: 1.125rem;
    font-weight: 400; }
    section.section-baos .results .item.bao .main h2, section.section-baos .results .item.bao .main h3, section.section-baos .results .item.bao .main .h2, section.section-baos .results .item.bao .main .h3, section.section-baos .results .item.bao .main strong:first-of-type,
    div.section-baos .results .item.bao .main h2,
    div.section-baos .results .item.bao .main h3,
    div.section-baos .results .item.bao .main .h2,
    div.section-baos .results .item.bao .main .h3,
    div.section-baos .results .item.bao .main strong:first-of-type,
    .item.bao .main h2,
    .item.bao .main h3,
    .item.bao .main .h2,
    .item.bao .main .h3,
    .item.bao .main strong:first-of-type,
    section.section-bes .results .item.be .main h2,
    section.section-bes .results .item.be .main h3,
    section.section-bes .results .item.be .main .h2,
    section.section-bes .results .item.be .main .h3,
    section.section-bes .results .item.be .main strong:first-of-type,
    div.section-bes .results .item.be .main h2,
    div.section-bes .results .item.be .main h3,
    div.section-bes .results .item.be .main .h2,
    div.section-bes .results .item.be .main .h3,
    div.section-bes .results .item.be .main strong:first-of-type,
    .item.be .main h2,
    .item.be .main h3,
    .item.be .main .h2,
    .item.be .main .h3,
    .item.be .main strong:first-of-type,
    section.section-pdms .results .item.pdm .main h2,
    section.section-pdms .results .item.pdm .main h3,
    section.section-pdms .results .item.pdm .main .h2,
    section.section-pdms .results .item.pdm .main .h3,
    section.section-pdms .results .item.pdm .main strong:first-of-type,
    div.section-pdms .results .item.pdm .main h2,
    div.section-pdms .results .item.pdm .main h3,
    div.section-pdms .results .item.pdm .main .h2,
    div.section-pdms .results .item.pdm .main .h3,
    div.section-pdms .results .item.pdm .main strong:first-of-type,
    .item.pdm .main h2,
    .item.pdm .main h3,
    .item.pdm .main .h2,
    .item.pdm .main .h3,
    .item.pdm .main strong:first-of-type {
      display: block;
      font-family: "Lato", sans-serif;
      margin-bottom: 15px;
      margin-top: 0;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.3;
      color: #0C0C0C; }
    section.section-baos .results .item.bao .main > p:last-of-type,
    div.section-baos .results .item.bao .main > p:last-of-type,
    .item.bao .main > p:last-of-type,
    section.section-bes .results .item.be .main > p:last-of-type,
    div.section-bes .results .item.be .main > p:last-of-type,
    .item.be .main > p:last-of-type,
    section.section-pdms .results .item.pdm .main > p:last-of-type,
    div.section-pdms .results .item.pdm .main > p:last-of-type,
    .item.pdm .main > p:last-of-type {
      margin-bottom: 0; }
  section.section-baos .results .item.bao .date,
  div.section-baos .results .item.bao .date,
  .item.bao .date,
  section.section-bes .results .item.be .date,
  div.section-bes .results .item.be .date,
  .item.be .date,
  section.section-pdms .results .item.pdm .date,
  div.section-pdms .results .item.pdm .date,
  .item.pdm .date {
    position: absolute;
    left: 15px;
    bottom: 15px;
    line-height: 30px;
    color: #196DA1;
    font-size: 1rem;
    margin: 0; }
  section.section-baos .results .item.bao:hover, section.section-baos .results .item.bao:focus-within,
  div.section-baos .results .item.bao:hover,
  div.section-baos .results .item.bao:focus-within,
  .item.bao:hover,
  .item.bao:focus-within,
  section.section-bes .results .item.be:hover,
  section.section-bes .results .item.be:focus-within,
  div.section-bes .results .item.be:hover,
  div.section-bes .results .item.be:focus-within,
  .item.be:hover,
  .item.be:focus-within,
  section.section-pdms .results .item.pdm:hover,
  section.section-pdms .results .item.pdm:focus-within,
  div.section-pdms .results .item.pdm:hover,
  div.section-pdms .results .item.pdm:focus-within,
  .item.pdm:hover,
  .item.pdm:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

section.section-postsevenement {
  background-color: #F6F2F2; }
  section.section-postsevenement div.section-posts,
  section.section-postsevenement div.section-evts {
    padding-bottom: 70px;
    position: relative;
    background: none; }
    @media (max-width: 991px) {
      section.section-postsevenement div.section-posts,
      section.section-postsevenement div.section-evts {
        padding-bottom: 100px; } }
    section.section-postsevenement div.section-posts h2,
    section.section-postsevenement div.section-evts h2 {
      margin-bottom: 15px; }
    section.section-postsevenement div.section-posts .results,
    section.section-postsevenement div.section-evts .results {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      section.section-postsevenement div.section-posts .results .item,
      section.section-postsevenement div.section-evts .results .item {
        display: flex;
        align-items: center;
        text-decoration: none;
        /*@media (max-width: 991px) {
                    font-size:rem(15);

                    h2,h3,.h2,.h3 {
                        font-size:rem(18);
                        margin-bottom:10px;
                    }
                    .date {
                        font-size:rem(15);
                    }

                }*/ }
        section.section-postsevenement div.section-posts .results .item picture,
        section.section-postsevenement div.section-evts .results .item picture {
          flex: 0 0 auto;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0; }
        section.section-postsevenement div.section-posts .results .item img,
        section.section-postsevenement div.section-evts .results .item img {
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0; }
        section.section-postsevenement div.section-posts .results .item .main,
        section.section-postsevenement div.section-evts .results .item .main {
          padding-bottom: 15px; }
        section.section-postsevenement div.section-posts .results .item .tag,
        section.section-postsevenement div.section-evts .results .item .tag {
          margin-bottom: 5px; }
        section.section-postsevenement div.section-posts .results .item h2, section.section-postsevenement div.section-posts .results .item h3, section.section-postsevenement div.section-posts .results .item .h2, section.section-postsevenement div.section-posts .results .item .h3,
        section.section-postsevenement div.section-evts .results .item h2,
        section.section-postsevenement div.section-evts .results .item h3,
        section.section-postsevenement div.section-evts .results .item .h2,
        section.section-postsevenement div.section-evts .results .item .h3 {
          margin-top: 0;
          margin-bottom: 10px; }
        section.section-postsevenement div.section-posts .results .item p,
        section.section-postsevenement div.section-evts .results .item p {
          margin-bottom: 10px; }
          section.section-postsevenement div.section-posts .results .item p:last-of-type,
          section.section-postsevenement div.section-evts .results .item p:last-of-type {
            margin-bottom: 10px; }
        section.section-postsevenement div.section-posts .results .item .date,
        section.section-postsevenement div.section-evts .results .item .date {
          position: relative;
          bottom: inherit;
          left: inherit; }
        @media (max-width: 767px) {
          section.section-postsevenement div.section-posts .results .item,
          section.section-postsevenement div.section-evts .results .item {
            flex-direction: column;
            margin-top: 30px; } }
        section.section-postsevenement div.section-posts .results .item.evt,
        section.section-postsevenement div.section-evts .results .item.evt {
          display: table; }
        @media (min-width: 992px) and (max-width: 1199px) {
          section.section-postsevenement div.section-posts .results .item .main,
          section.section-postsevenement div.section-evts .results .item .main {
            font-size: 0.9375rem; }
            section.section-postsevenement div.section-posts .results .item .main h2, section.section-postsevenement div.section-posts .results .item .main h3, section.section-postsevenement div.section-posts .results .item .main .h2, section.section-postsevenement div.section-posts .results .item .main .h3,
            section.section-postsevenement div.section-evts .results .item .main h2,
            section.section-postsevenement div.section-evts .results .item .main h3,
            section.section-postsevenement div.section-evts .results .item .main .h2,
            section.section-postsevenement div.section-evts .results .item .main .h3 {
              font-size: 1.125rem;
              margin-bottom: 10px; }
            section.section-postsevenement div.section-posts .results .item .main .date,
            section.section-postsevenement div.section-evts .results .item .main .date {
              font-size: 0.9375rem; } }
    section.section-postsevenement div.section-posts .btn,
    section.section-postsevenement div.section-evts .btn {
      position: absolute;
      bottom: 0;
      left: 15px;
      width: max-content; }
      @media (max-width: 991px) {
        section.section-postsevenement div.section-posts .btn,
        section.section-postsevenement div.section-evts .btn {
          bottom: 30px; } }

section.section-job-offers,
div.section-job-offers {
  background-color: #F6F2F2; }
  section.section-job-offers .results .item.post .main .tag.small,
  div.section-job-offers .results .item.post .main .tag.small {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 2px 6px;
    color: #C52E3C;
    background: #FFE5E6; }
  section.section-job-offers .results .item.post .main em,
  div.section-job-offers .results .item.post .main em {
    font-style: normal;
    font-size: 0.9375rem; }
  section.section-job-offers .results .item.post .main h2, section.section-job-offers .results .item.post .main h3,
  div.section-job-offers .results .item.post .main h2,
  div.section-job-offers .results .item.post .main h3 {
    margin-bottom: 5px; }
  section.section-job-offers .results .item.post .main span.company,
  div.section-job-offers .results .item.post .main span.company {
    display: block;
    color: #213B86;
    padding-bottom: 10px; }

section.section-companies,
div.section-companies {
  background-color: #F6F2F2; }
  section.section-companies .results .item,
  div.section-companies .results .item {
    border: 0;
    padding: 15px;
    height: calc(100% - 30px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end; }
    section.section-companies .results .item picture,
    div.section-companies .results .item picture {
      flex: 0 0 80%;
      display: flex;
      padding: 15px 0; }
      section.section-companies .results .item picture img,
      div.section-companies .results .item picture img {
        margin: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
    section.section-companies .results .item .main,
    div.section-companies .results .item .main {
      flex: 0 0 20%;
      padding: 0;
      display: flex;
      align-items: center; }
      section.section-companies .results .item .main h2,
      div.section-companies .results .item .main h2 {
        text-align: center;
        font-weight: 700;
        line-height: 1.3;
        color: #196DA1;
        margin: 0; }

.item.readalso {
  display: block;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-top: 30px;
  overflow: hidden;
  text-decoration: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  cursor: pointer;
  background: #fafafa;
  height: calc(100% - 30px);
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: normal; }
  @media (max-width: 767px) {
    .item.readalso {
      margin-top: 0;
      height: 100%; } }
  .item.readalso picture, .item.readalso img {
    display: block;
    border-radius: 0; }
  .item.readalso .main {
    padding: 25px 25px 70px;
    position: relative; }
    .item.readalso .main .title, .item.readalso .main h3 {
      display: block;
      margin-top: 0;
      font-family: "Lato", sans-serif;
      margin-bottom: 15px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.2;
      color: #0C0C0C; }
    .item.readalso .main .date {
      position: absolute;
      left: 25px;
      bottom: 25px;
      line-height: 30px;
      color: #196DA1;
      font-size: 1rem;
      margin: 0; }
  .item.readalso > span {
    position: absolute;
    bottom: 25px;
    right: 25px; }
    .item.readalso > span:before {
      display: inline-block;
      font-size: 30px;
      text-decoration: none; }
  .item.readalso:hover, .item.readalso:focus-within {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
    .item.readalso:hover > span, .item.readalso:focus-within > span {
      text-decoration: underline; }

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?9qwzpv");
  src: url("../fonts/icon.eot?9qwzpv#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?9qwzpv") format("truetype"), url("../fonts/icon.woff?9qwzpv") format("woff"), url("../fonts/icon.svg?9qwzpv#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/*@font-face {
    font-family: 'specif';
    src:  url('../fonts/specif.eot?z8j4jr');
    src:  url('../fonts/specif.eot?z8j4jr#iefix') format('embedded-opentype'),
    url('../fonts/specif.ttf?z8j4jr') format('truetype'),
    url('../fonts/specif.woff?z8j4jr') format('woff'),
    url('../fonts/specif.svg?z8j4jr#specif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
/*
$basePixelLg : 10px;
$basePixelSm : 10px;
$basePixelXs : 10px;*/
@-webkit-keyframes dezoom {
  0% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); }
  100% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@-webkit-keyframes zoom {
  0% {
    -ms-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  100% {
    -ms-transform: scale(1.08) translate(-15px, -15px);
    -moz-transform: scale(1.08) translate(-15px, -15px);
    -webkit-transform: scale(1.08) translate(-15px, -15px);
    transform: scale(1.08) translate(-15px, -15px); } }

/*
*.nofocus {
    outline: none !important;
}

*[tabindex]:focus {
    outline: auto !important;
}
*/
*[data-href] {
  cursor: pointer; }

body:not(.wp-admin) *:focus-visible {
  /*outline-style: solid;
    outline-width: 2px;
    outline-color: $black;*/
  outline-offset: -2px; }

/*html {
    font-size: $basePixel;

    @media (max-width: 1199px) {
        font-size: $basePixelLg;
    }

    @media (max-width: 991px) {
        font-size: $basePixelSm;
    }

    @media (max-width: 767px) {
        font-size: $basePixelXs;
    }
}*/
body {
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0; }

#wpadminbar {
  position: fixed !important; }

.menu .burger-layer .scroll {
  height: auto; }

#content {
  margin-top: 90px; }
  @media (min-width: 576px) {
    #content {
      margin-top: 90px; } }
  @media (min-width: 768px) {
    #content {
      margin-top: 130px; } }
  @media (min-width: 992px) {
    #content {
      margin-top: 195px; } }
  @media (min-width: 1200px) {
    #content {
      margin-top: 210px; } }
  @media (min-width: 1400px) {
    #content {
      margin-top: 215px; } }

a[name],
*[id] {
  scroll-margin-top: 120px; }

@media (min-width: 768px) {
  a[name],
  *[id] {
    scroll-margin-top: 300px; } }

.hide {
  display: none !important; }

.show {
  display: inherit !important; }

.rel {
  position: relative; }

main img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.search {
  margin: auto; }
  .search form {
    position: relative; }
    .search form > label {
      display: block;
      position: relative; }
      .search form > label input[type=search] {
        font-family: "Lato", sans-serif;
        font-size: 1rem;
        line-height: 38px;
        font-weight: 400;
        padding: 0;
        padding-left: 20px;
        padding-right: 60px;
        color: #0C0C0C;
        background: #ffffff;
        border: 1px solid #B6BAC3;
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
      .search form > label:after {
        pointer-events: none;
        position: absolute;
        top: 3px;
        right: 3px;
        content: "\e91f";
        font-family: 'icon' !important;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 33px;
        text-align: center;
        width: 33px;
        height: 33px;
        color: #0C0C0C;
        background: #ffffff;
        z-index: 1;
        -ms-transition: all 250ms;
        -moz-transition: all 250ms;
        -webkit-transition: all 250ms;
        transition: all 250ms; }
    .search form button[type=submit] {
      position: absolute;
      bottom: 3px;
      right: 3px;
      width: 33px;
      height: 33px;
      overflow: hidden;
      padding: 0;
      border: 0;
      background: #ffffff;
      cursor: pointer;
      -ms-transition: all 250ms;
      -moz-transition: all 250ms;
      -webkit-transition: all 250ms;
      transition: all 250ms; }

.scroll-back-to-top {
  z-index: 30;
  position: fixed;
  right: 35px;
  bottom: 35px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  .scroll-back-to-top.up {
    opacity: 0.5;
    pointer-events: auto; }
  .scroll-back-to-top:before {
    content: "\e912";
    font-family: 'icon';
    font-size: 45px;
    color: #0C0C0C;
    font-weight: 400; }
  .scroll-back-to-top:hover {
    opacity: 1; }

@media (min-width: 360px) {
  .col-md-6 .youtube-player {
    height: 220px; } }

@media (min-width: 768px) {
  .col-md-6 .youtube-player {
    height: 190px; } }

@media (min-width: 1200px) {
  .col-md-6 .youtube-player {
    height: 226px; } }

.content ul.hpo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px 0 30px; }
  .content ul.hpo-breadcrumb li {
    margin-left: 0;
    margin-right: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #8F95A1; }
    .content ul.hpo-breadcrumb li a {
      text-decoration: none;
      color: #0C0C0C; }
      .content ul.hpo-breadcrumb li a:hover {
        color: #C52E3C; }
    .content ul.hpo-breadcrumb li:before {
      display: none !important; }
    .content ul.hpo-breadcrumb li.seperator {
      color: #C52E3C; }
    .content ul.hpo-breadcrumb li:first-of-type {
      font-weight: 600; }
    .content ul.hpo-breadcrumb li:last-of-type {
      margin: 0; }

.tag {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  background: #F6F2F2;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
  padding: 4px 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: table;
  margin-bottom: 15px; }

span.tag {
  display: inline-table; }

.date {
  font-family: "Lato", sans-serif;
  color: #0C0C0C;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 15px;
  display: table; }

.content .filters {
  font-family: "Lato", sans-serif;
  font-size: 1px;
  font-weight: 400;
  line-height: 26px;
  color: #213B86; }
  .content .filters ul.filter {
    display: inline-table;
    margin: 0 0 30px; }
    .content .filters ul.filter li {
      margin: 0;
      padding: 0;
      display: table; }
      .content .filters ul.filter li:before {
        display: none; }
      .content .filters ul.filter li a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 10px;
        text-decoration: none;
        display: inline-block;
        position: relative;
        cursor: pointer;
        z-index: 12; }
        @media (max-width: 767px) {
          .content .filters ul.filter li a {
            font-size: 16px; } }
      .content .filters ul.filter li ul {
        display: none;
        background: #fafafa;
        padding: 0 0 5px;
        margin: -1px 0 0;
        border: 1px solid #213B86;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top-left-radius: 0;
        position: absolute;
        z-index: 15;
        width: 280px;
        max-width: 280px;
        left: 0;
        max-height: 250px;
        overflow: auto; }
        .content .filters ul.filter li ul li {
          display: block; }
          .content .filters ul.filter li ul li a {
            display: block;
            font-size: 16px;
            padding: 10px 15px;
            margin: 0; }
            .content .filters ul.filter li ul li a:hover, .content .filters ul.filter li ul li a:focus-within, .content .filters ul.filter li ul li a.active {
              color: #C52E3C; }
      .content .filters ul.filter li:hover ul, .content .filters ul.filter li:focus-within ul {
        display: block; }
      @media (min-width: 992px) {
        .content .filters ul.filter li:hover ul {
          display: block; } }
    .content .filters ul.filter > li {
      position: relative;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .content .filters ul.filter > li {
          position: relative; } }
      @media (max-width: 575px) {
        .content .filters ul.filter > li {
          padding-bottom: 10px; } }
      .content .filters ul.filter > li > a {
        border: 1px solid #213B86;
        font-size: 1.125rem;
        font-weight: 600;
        color: #213B86;
        margin-bottom: 0;
        background: transparent;
        padding: 12px 50px 12px 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        /*&.active {

                    &:before {
                        @include transform(rotate(180deg));
                    }
                }*/ }
        .content .filters ul.filter > li > a:before {
          font-family: 'icon' !important;
          content: "\e919";
          position: absolute;
          font-size: 15px;
          right: 15px;
          top: 50%;
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
      .content .filters ul.filter > li:hover > a, .content .filters ul.filter > li:focus-within > a {
        border-bottom-color: transparent;
        background-color: #fafafa;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
        .content .filters ul.filter > li:hover > a:before, .content .filters ul.filter > li:focus-within > a:before {
          -ms-transform: translateY(-50%) rotate(180deg);
          -moz-transform: translateY(-50%) rotate(180deg);
          -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }
  @media (max-width: 575px) {
    .content .filters ul.filter {
      display: block;
      width: 100%;
      margin-bottom: 0; }
      .content .filters ul.filter > li > a {
        z-index: 1; }
      .content .filters ul.filter li {
        display: block;
        width: 100%;
        margin: 0; }
        .content .filters ul.filter li ul {
          width: 100%;
          margin: -1px 0 0;
          max-width: inherit;
          border-top: 0;
          border-top-right-radius: 0; }
        .content .filters ul.filter li a {
          display: block; } }

div.filter {
  display: inline-table;
  margin: 0 0 10px; }
  div.filter a {
    font-family: "Lato", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    border: 1px solid #213B86;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    overflow: hidden; }
    div.filter a span, div.filter a em {
      display: inline-table;
      padding: 9px 15px;
      font-style: normal; }
    div.filter a span {
      background: #213B86;
      color: #ffffff;
      font-weight: 500; }
    div.filter a em {
      background: transparent;
      color: #213B86; }

.content .return {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #213B86;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 25px;
  display: table; }
  .content .return:before {
    font-family: 'icon' !important;
    content: "\e904";
    -ms-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 400; }

.content .accordion-more {
  padding: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: column-reverse; }
  .content .accordion-more.disabled a {
    display: none; }
  .content .accordion-more > div {
    max-height: 40px;
    overflow: hidden;
    -ms-transition: all 350ms;
    -moz-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms; }
  .content .accordion-more > a {
    color: #0C0C0C !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    padding: 5px 15px;
    border-top: 1px solid #8F95A1; }
    .content .accordion-more > a:before {
      position: relative;
      padding-right: 10px;
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a:after {
      content: attr(data-on);
      vertical-align: middle;
      line-height: 24px; }
    .content .accordion-more > a.selected:before {
      padding-right: 0;
      padding-left: 10px;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      /* IE 9 */
      -webkit-transform: rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: rotate(180deg);
      display: inline-block; }
    .content .accordion-more > a.selected:after {
      content: attr(data-off); }
    .content .accordion-more > a:hover, .content .accordion-more > a:focus-within {
      background: #B6BAC3;
      text-decoration: underline !important; }

body .lSAction > a {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #213B86; }
  body .lSAction > a:after {
    color: #213B86;
    font-size: 18px;
    line-height: 36px;
    width: 36px;
    height: 36px; }
  body .lSAction > a:hover, body .lSAction > a:focus-within {
    background: #213B86; }
    body .lSAction > a:hover:after, body .lSAction > a:focus-within:after {
      color: #ffffff; }
  body .lSAction > a.lSPrev:after {
    content: "\e91a"; }
  body .lSAction > a.lSNext:after {
    content: "\e91b"; }

body #wcb.carbonbadge {
  text-align: left; }
  body #wcb.carbonbadge #wcb_g {
    font-family: "Lato", sans-serif;
    color: #213B86;
    font-size: 0.8125rem;
    line-height: 1rem;
    font-weight: 400;
    background: #ffffff;
    border-color: #ffffff;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_a {
    font-family: "Lato", sans-serif;
    font-size: 0.8125rem;
    line-height: 1rem;
    color: #ffffff;
    background: #213B86;
    border-color: #ffffff;
    padding: 5px; }
  body #wcb.carbonbadge #wcb_2 {
    display: inline;
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.2; }

.loader {
  mix-blend-mode: multiply; }

@media (max-width: 575px) {
  .content .lexique {
    padding-top: 15px; } }

.content .lexique ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .content .lexique ul li {
    background: #ececec;
    font-size: 20px;
    font-weight: 500;
    color: #B6BAC3;
    margin: 0;
    border: 1px solid #B6BAC3;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 3px;
    transition: all 0.125s;
    padding: 5px 10px;
    cursor: default; }
    .content .lexique ul li:before {
      display: none; }
    .content .lexique ul li.linked {
      background: #ffffff;
      border: 1px solid #213B86;
      padding: 0; }
      .content .lexique ul li.linked a {
        padding: 5px 10px;
        cursor: pointer;
        color: #213B86;
        text-decoration: none;
        display: inline-block; }
      .content .lexique ul li.linked:hover, .content .lexique ul li.linked:focus-within {
        background: #213B86;
        transform: scale(1.1);
        border: 1px solid #213B86; }
        .content .lexique ul li.linked:hover a, .content .lexique ul li.linked:focus-within a {
          color: #ffffff; }
    .content .lexique ul li.active {
      background: #C52E3C;
      border: 1px solid #C52E3C; }
      .content .lexique ul li.active a {
        color: #ffffff; }

/* TABLE */
div.table {
  max-width: 100%;
  overflow-x: scroll; }

.content .texte table,
.mce-content-body table {
  margin-bottom: 16px;
  width: 100% !important;
  height: auto !important;
  border-collapse: collapse;
  border: 0; }
  .content .texte table tfoot th,
  .content .texte table thead th,
  .content .texte table tfoot td,
  .content .texte table thead td,
  .mce-content-body table tfoot th,
  .mce-content-body table thead th,
  .mce-content-body table tfoot td,
  .mce-content-body table thead td {
    background-color: #C52E3C;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff; }
  .content .texte table thead th:first-child,
  .content .texte table thead td:first-child,
  .mce-content-body table thead th:first-child,
  .mce-content-body table thead td:first-child {
    border-top-left-radius: 15px; }
  .content .texte table thead th:last-child,
  .content .texte table thead td:last-child,
  .mce-content-body table thead th:last-child,
  .mce-content-body table thead td:last-child {
    border-top-right-radius: 15px; }
  .content .texte table tbody tr,
  .mce-content-body table tbody tr {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec; }
    .content .texte table tbody tr th:first-child,
    .content .texte table tbody tr td:first-child,
    .mce-content-body table tbody tr th:first-child,
    .mce-content-body table tbody tr td:first-child {
      border: 0; }
    .content .texte table tbody tr:first-child,
    .mce-content-body table tbody tr:first-child {
      border-top: 0; }
    .content .texte table tbody tr th,
    .mce-content-body table tbody tr th {
      background-color: #F6F2F2;
      font-weight: 600;
      font-size: 15px;
      color: #0C0C0C; }
    .content .texte table tbody tr td,
    .mce-content-body table tbody tr td {
      background-color: #ffffff;
      font-weight: 400;
      font-size: 15px;
      color: #0C0C0C;
      border: 0;
      border-left: 1px solid #ececec; }
    .content .texte table tbody tr:nth-child(2n) td,
    .mce-content-body table tbody tr:nth-child(2n) td {
      background-color: #fafafa; }
    .content .texte table tbody tr:hover td,
    .mce-content-body table tbody tr:hover td {
      background-color: #B6BAC3; }
  .content .texte table td,
  .content .texte table th,
  .mce-content-body table td,
  .mce-content-body table th {
    padding: 10px 20px 10px 15px;
    font-size: 14px;
    font-weight: 400; }

.mce-content-body,
.acf-block-preview,
.edit-post-visual-editor,
.edit-post-visual-editor p,
body.front,
.content {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #0C0C0C; }
  @media (min-width: 992px) {
    .mce-content-body,
    .acf-block-preview,
    .edit-post-visual-editor,
    .edit-post-visual-editor p,
    body.front,
    .content {
      font-size: 1.0625rem; } }
  @media (min-width: 1400px) {
    .mce-content-body,
    .acf-block-preview,
    .edit-post-visual-editor,
    .edit-post-visual-editor p,
    body.front,
    .content {
      font-size: 1.125rem; } }

a {
  color: #213B86;
  text-decoration: underline; }

body.mce-content-body {
  padding: 15px !important; }

.edit-post-visual-editor p {
  color: inherit; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.aligncenter,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px; }

.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0; }

/* responsive image */
img.aligncenter, img.alignleft, img.alignright, img.alignnone {
  max-width: 100%;
  display: block;
  height: auto; }

P {
  margin-top: 0;
  margin-bottom: 25px;
  table-layout: fixed; }

.mce-content-body p {
  border: 1px dashed #bbb; }

.mce-content-body div {
  border: 1px dashed #900; }

.edit-post-visual-editor ul.rich-text,
.acf-block-preview ul,
.mce-content-body ul,
.content ul {
  list-style-type: none;
  padding-left: 0; }
  .edit-post-visual-editor ul.rich-text li,
  .acf-block-preview ul li,
  .mce-content-body ul li,
  .content ul li {
    position: relative;
    line-height: 25px;
    padding-left: 10px;
    margin-left: 30px;
    margin-bottom: 15px; }
    .edit-post-visual-editor ul.rich-text li:before,
    .acf-block-preview ul li:before,
    .mce-content-body ul li:before,
    .content ul li:before {
      position: absolute;
      content: "•";
      color: #C52E3C;
      font-weight: 400;
      font-size: 100%;
      display: inline;
      left: -15px; }

.edit-post-visual-editor ul.rich-text {
  padding-left: 15px; }

.edit-post-visual-editor ol.rich-text li,
.acf-block-preview ol li,
.mce-content-body ol li,
.content ol li {
  position: relative;
  line-height: 25px;
  padding-left: 15px;
  margin-left: 15px; }

.edit-post-visual-editor .wrapper,
.acf-block-preview .wrapper,
.mce-content-body .wrapper,
.content .wrapper,
.content .wrapper {
  color: #213B86;
  position: relative; }
  .edit-post-visual-editor .wrapper.specif:before,
  .acf-block-preview .wrapper.specif:before,
  .mce-content-body .wrapper.specif:before,
  .content .wrapper.specif:before,
  .content .wrapper.specif:before {
    display: inline;
    font-size: 3.75rem;
    line-height: 1;
    padding: 0 8px;
    background: #ffffff;
    z-index: 1;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .edit-post-visual-editor .wrapper.specif:after,
  .acf-block-preview .wrapper.specif:after,
  .mce-content-body .wrapper.specif:after,
  .content .wrapper.specif:after,
  .content .wrapper.specif:after {
    content: "";
    position: absolute;
    top: 1.875rem;
    left: 50%;
    width: 200px;
    height: 1px;
    border-bottom: 1px solid #213B86;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0; }
  @media (max-width: 991px) {
    .edit-post-visual-editor .wrapper.specif:before,
    .acf-block-preview .wrapper.specif:before,
    .mce-content-body .wrapper.specif:before,
    .content .wrapper.specif:before,
    .content .wrapper.specif:before {
      font-size: 1.875rem; }
    .edit-post-visual-editor .wrapper.specif:after,
    .acf-block-preview .wrapper.specif:after,
    .mce-content-body .wrapper.specif:after,
    .content .wrapper.specif:after,
    .content .wrapper.specif:after {
      top: 0.9375rem;
      width: 150px; } }

.edit-post-visual-editor .editor-post-title__input,
H1 {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1.25rem;
  color: #213B86; }
  .edit-post-visual-editor .editor-post-title__input span:not([data-rich-text-placeholder]),
  H1 span:not([data-rich-text-placeholder]) {
    display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor .editor-post-title__input,
    H1 {
      font-size: 3.3125rem; } }

.edit-post-visual-editor H2,
.acf-block-preview H2,
.mce-content-body H2,
.content H2,
.content .h2 {
  font-family: "Lato", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 2.1875rem;
  margin-bottom: 1.875rem;
  color: #213B86;
  position: relative;
  display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H2,
    .acf-block-preview H2,
    .mce-content-body H2,
    .content H2,
    .content .h2 {
      margin-top: 2.8125rem;
      margin-bottom: 2.5rem;
      font-size: 2.375rem; } }

.edit-post-visual-editor H3,
.acf-block-preview H3,
.mce-content-body H3,
.content H3 {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0C0C0C;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
  display: block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H3,
    .acf-block-preview H3,
    .mce-content-body H3,
    .content H3 {
      font-size: 1.4375rem;
      margin-top: 2.1875rem;
      margin-bottom: 1.5625rem; } }

.edit-post-visual-editor H4,
.acf-block-preview H4,
.mce-content-body H4,
.content H4 {
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
  color: #0C0C0C;
  display: inline-block; }
  @media (min-width: 992px) {
    .edit-post-visual-editor H4,
    .acf-block-preview H4,
    .mce-content-body H4,
    .content H4 {
      font-size: 1.125rem;
      margin-top: 0.9375rem;
      margin-bottom: 0.625rem; } }

.edit-post-visual-editor p.chapo,
.acf-block-preview .chapo,
.mce-content-body .chapo,
.content .chapo {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #0C0C0C;
  font-size: 1.0625rem;
  margin-bottom: 1.25rem;
  line-height: 1.3; }
  @media (min-width: 992px) {
    .edit-post-visual-editor p.chapo,
    .acf-block-preview .chapo,
    .mce-content-body .chapo,
    .content .chapo {
      font-size: 1.125rem; } }

div.wrapper > h2:first-of-type {
  margin-top: 0; }

div.wrapper + h3 {
  margin-top: 0; }

.row .texte.item > div h2:first-child,
.row .texte.item > div h3:first-child {
  margin-top: 0; }

.mce-content-body .chapo {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 40px; }

.content .dark,
.content .dark h3,
.content .dark h4,
.content .dark .chapo,
.content .item.dark,
.content .item.dark h3,
.content .item.dark h4,
.content .item.dark .chapo,
.acf-block-preview .dark,
.acf-block-preview .dark h3,
.acf-block-preview .dark h4,
.acf-block-preview .dark .chapo,
.acf-block-preview .item.dark,
.acf-block-preview .item.dark h3,
.acf-block-preview .item.dark h4,
.acf-block-preview .item.dark .chapo {
  color: #0C0C0C; }

.content .dark h2,
.content .item.dark h2,
.acf-block-preview .dark h2,
.acf-block-preview .item.dark h2 {
  color: #213B86; }

.content .bright,
.content .bright h2,
.content .bright h3,
.content .bright h4,
.content .bright .chapo,
.content .bright .download,
.content .bright a:not(.btn),
.acf-block-preview .bright,
.acf-block-preview .bright h2,
.acf-block-preview .bright h3,
.acf-block-preview .bright h4,
.acf-block-preview .bright .chapo,
.acf-block-preview .bright .acf-block-preview,
.acf-block-preview .bright .download,
.acf-block-preview .bright a:not(.btn) {
  color: #ffffff; }

.content .bright .item:not(.dark) .btn:not(.cta),
.acf-block-preview .bright .item:not(.dark) .btn:not(.cta),
.content .item.bright .btn:not(.cta),
.acf-block-preview .item.bright .btn:not(.cta) {
  background: #ffffff;
  color: #213B86;
  border: 2px solid #ffffff;
  border-right: 0; }
  .content .bright .item:not(.dark) .btn:not(.cta):before,
  .acf-block-preview .bright .item:not(.dark) .btn:not(.cta):before,
  .content .item.bright .btn:not(.cta):before,
  .acf-block-preview .item.bright .btn:not(.cta):before {
    height: calc(100% + 4px);
    top: -2px;
    border: 2px solid #ffffff;
    border-left: 0;
    background-color: #ffffff;
    color: #213B86; }
  .content .bright .item:not(.dark) .btn:not(.cta):hover, .content .bright .item:not(.dark) .btn:not(.cta):focus-within,
  .acf-block-preview .bright .item:not(.dark) .btn:not(.cta):hover,
  .acf-block-preview .bright .item:not(.dark) .btn:not(.cta):focus-within,
  .content .item.bright .btn:not(.cta):hover,
  .content .item.bright .btn:not(.cta):focus-within,
  .acf-block-preview .item.bright .btn:not(.cta):hover,
  .acf-block-preview .item.bright .btn:not(.cta):focus-within {
    background: transparent;
    color: #ffffff;
    border-right: 0; }
    .content .bright .item:not(.dark) .btn:not(.cta):hover:before, .content .bright .item:not(.dark) .btn:not(.cta):focus-within:before,
    .acf-block-preview .bright .item:not(.dark) .btn:not(.cta):hover:before,
    .acf-block-preview .bright .item:not(.dark) .btn:not(.cta):focus-within:before,
    .content .item.bright .btn:not(.cta):hover:before,
    .content .item.bright .btn:not(.cta):focus-within:before,
    .acf-block-preview .item.bright .btn:not(.cta):hover:before,
    .acf-block-preview .item.bright .btn:not(.cta):focus-within:before {
      width: 41px;
      border-left: 1px solid #ffffff;
      color: #ffffff;
      background-color: transparent; }

hr {
  border-color: #0C0C0C; }

.mce-content-body blockquote.wp-block-quote,
.content blockquote.wp-block-quote {
  border-left: .25em solid #000;
  margin: 0 0 1.75em;
  padding-left: 1em; }

.edit-post-visual-editor .insert,
.acf-block-preview .insert,
.mce-content-body .insert,
.content .insert {
  background: #213B86;
  color: #ffffff;
  font-size: 0.875rem;
  padding: 30px 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }
  .edit-post-visual-editor .insert p:last-of-type,
  .acf-block-preview .insert p:last-of-type,
  .mce-content-body .insert p:last-of-type,
  .content .insert p:last-of-type {
    margin-bottom: 0; }
  .edit-post-visual-editor .insert .btn,
  .acf-block-preview .insert .btn,
  .mce-content-body .insert .btn,
  .content .insert .btn {
    margin-bottom: 10px; }
  .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta),
  .acf-block-preview .insert:not(.bis) .btn:not(.cta),
  .mce-content-body .insert:not(.bis) .btn:not(.cta),
  .content .insert:not(.bis) .btn:not(.cta) {
    background: #ffffff;
    color: #213B86;
    border: 2px solid #ffffff;
    border-right: 0; }
    .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta):before,
    .acf-block-preview .insert:not(.bis) .btn:not(.cta):before,
    .mce-content-body .insert:not(.bis) .btn:not(.cta):before,
    .content .insert:not(.bis) .btn:not(.cta):before {
      height: calc(100% + 4px);
      top: -2px;
      border: 2px solid #ffffff;
      border-left: 0;
      background-color: #ffffff;
      color: #213B86; }
    .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta):hover, .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta):focus-within,
    .acf-block-preview .insert:not(.bis) .btn:not(.cta):hover,
    .acf-block-preview .insert:not(.bis) .btn:not(.cta):focus-within,
    .mce-content-body .insert:not(.bis) .btn:not(.cta):hover,
    .mce-content-body .insert:not(.bis) .btn:not(.cta):focus-within,
    .content .insert:not(.bis) .btn:not(.cta):hover,
    .content .insert:not(.bis) .btn:not(.cta):focus-within {
      background: transparent;
      color: #ffffff;
      border-right: 0; }
      .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta):hover:before, .edit-post-visual-editor .insert:not(.bis) .btn:not(.cta):focus-within:before,
      .acf-block-preview .insert:not(.bis) .btn:not(.cta):hover:before,
      .acf-block-preview .insert:not(.bis) .btn:not(.cta):focus-within:before,
      .mce-content-body .insert:not(.bis) .btn:not(.cta):hover:before,
      .mce-content-body .insert:not(.bis) .btn:not(.cta):focus-within:before,
      .content .insert:not(.bis) .btn:not(.cta):hover:before,
      .content .insert:not(.bis) .btn:not(.cta):focus-within:before {
        width: 41px;
        border-left: 1px solid #ffffff;
        color: #ffffff;
        background-color: transparent; }
  .edit-post-visual-editor .insert > p:first-of-type > strong:first-of-type,
  .edit-post-visual-editor .insert h3,
  .edit-post-visual-editor .insert h4,
  .acf-block-preview .insert > p:first-of-type > strong:first-of-type,
  .acf-block-preview .insert h3,
  .acf-block-preview .insert h4,
  .mce-content-body .insert > p:first-of-type > strong:first-of-type,
  .mce-content-body .insert h3,
  .mce-content-body .insert h4,
  .content .insert > p:first-of-type > strong:first-of-type,
  .content .insert h3,
  .content .insert h4 {
    font-family: "Lato", sans-serif;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.2; }
  .edit-post-visual-editor .insert.bis,
  .acf-block-preview .insert.bis,
  .mce-content-body .insert.bis,
  .content .insert.bis {
    background: #FAB907;
    color: #0C0C0C; }
    .edit-post-visual-editor .insert.bis > p:first-of-type > strong:first-of-type,
    .edit-post-visual-editor .insert.bis h3,
    .edit-post-visual-editor .insert.bis h4,
    .acf-block-preview .insert.bis > p:first-of-type > strong:first-of-type,
    .acf-block-preview .insert.bis h3,
    .acf-block-preview .insert.bis h4,
    .mce-content-body .insert.bis > p:first-of-type > strong:first-of-type,
    .mce-content-body .insert.bis h3,
    .mce-content-body .insert.bis h4,
    .content .insert.bis > p:first-of-type > strong:first-of-type,
    .content .insert.bis h3,
    .content .insert.bis h4 {
      color: #0C0C0C; }

.edit-post-visual-editor .block-editor-block-list__block,
.content .block-editor-block-list__block {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 992px) {
    .edit-post-visual-editor .block-editor-block-list__block,
    .content .block-editor-block-list__block {
      margin-top: 35px;
      margin-bottom: 35px; } }

.content .block-editor-block-list__block {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 1400px) {
    .content .block-editor-block-list__block {
      padding-left: 115px;
      padding-right: 115px; } }

.wp-caption {
  max-width: 100%;
  height: auto; }
  .wp-caption.alignnone {
    margin: 0; }
  .wp-caption > img {
    max-width: 100%;
    height: auto;
    display: block; }

.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.acf-block-preview .wp-caption-text,
.content .wp-caption-text,
.mce-content-body .wp-caption-dd {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
  line-height: normal;
  color: #0C0C0C;
  position: relative;
  box-shadow: 2px 2px 10px #bbbbbb82;
  margin: 0; }

.mce-content-body .wp-caption-dt img {
  display: block; }

.download {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #213B86;
  text-decoration: none;
  position: relative;
  padding: 3px 0;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: inline-flex;
  align-items: center; }
  .download:before {
    content: "\e90f";
    font-family: 'icon';
    font-size: 1.125rem;
    font-weight: 400;
    display: inline-block;
    width: 25px;
    flex: 25px 0 0;
    height: 25px;
    line-height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
    text-align: left;
    margin-right: 10px; }

.btn, .submit, .acf-form .acf-button, .jet-form-builder__action-button {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-top: 10px;
  text-decoration: none;
  background: #213B86;
  padding: 8px 12px 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  -ms-transition: all 250ms;
  -moz-transition: all 250ms;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  border: 2px solid #213B86;
  border-right: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-right: 41px; }
  .btn:before, .submit:before, .acf-form .acf-button:before, .jet-form-builder__action-button:before {
    content: "\e91b";
    font-family: 'icon' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-transition: background 250ms;
    -moz-transition: background 250ms;
    -webkit-transition: background 250ms;
    transition: background 250ms;
    position: absolute;
    right: -41px;
    width: 40px;
    height: calc(100% + 4px);
    top: -2px;
    border: 2px solid #213B86;
    border-left: 0;
    line-height: 35px;
    text-align: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #213B86;
    display: flex;
    align-items: center;
    justify-content: center; }
  .btn:hover, .btn:focus-within, .submit:hover, .submit:focus-within, .acf-form .acf-button:hover, .acf-form .acf-button:focus-within, .jet-form-builder__action-button:hover, .jet-form-builder__action-button:focus-within {
    background: transparent;
    color: #213B86;
    border-right: 0; }
    .btn:hover:before, .btn:focus-within:before, .submit:hover:before, .submit:focus-within:before, .acf-form .acf-button:hover:before, .acf-form .acf-button:focus-within:before, .jet-form-builder__action-button:hover:before, .jet-form-builder__action-button:focus-within:before {
      width: 41px;
      border-left: 1px solid #213B86;
      color: #213B86;
      background-color: transparent; }
  .btn.inversed, .submit.inversed, .acf-form .acf-button.inversed, .jet-form-builder__action-button.inversed {
    color: #ffffff;
    background: #0C0C0C; }
    .btn.inversed:before, .submit.inversed:before, .acf-form .acf-button.inversed:before, .jet-form-builder__action-button.inversed:before {
      background-color: #0C0C0C; }
    .btn.inversed:hover, .btn.inversed:focus-within, .submit.inversed:hover, .submit.inversed:focus-within, .acf-form .acf-button.inversed:hover, .acf-form .acf-button.inversed:focus-within, .jet-form-builder__action-button.inversed:hover, .jet-form-builder__action-button.inversed:focus-within {
      color: #ffffff;
      background-color: #213B86; }
      .btn.inversed:hover:before, .btn.inversed:focus-within:before, .submit.inversed:hover:before, .submit.inversed:focus-within:before, .acf-form .acf-button.inversed:hover:before, .acf-form .acf-button.inversed:focus-within:before, .jet-form-builder__action-button.inversed:hover:before, .jet-form-builder__action-button.inversed:focus-within:before {
        background-color: #213B86; }
  .btn.cta, .submit.cta, .acf-form .acf-button.cta, .jet-form-builder__action-button.cta {
    color: #ffffff;
    background: #C52E3C;
    border-color: #C52E3C; }
    .btn.cta:before, .submit.cta:before, .acf-form .acf-button.cta:before, .jet-form-builder__action-button.cta:before {
      background-color: #C52E3C;
      border-color: #C52E3C; }
    .btn.cta:hover, .btn.cta:focus-within, .submit.cta:hover, .submit.cta:focus-within, .acf-form .acf-button.cta:hover, .acf-form .acf-button.cta:focus-within, .jet-form-builder__action-button.cta:hover, .jet-form-builder__action-button.cta:focus-within {
      background: transparent;
      color: #C52E3C;
      border-right: 0; }
      .btn.cta:hover:before, .btn.cta:focus-within:before, .submit.cta:hover:before, .submit.cta:focus-within:before, .acf-form .acf-button.cta:hover:before, .acf-form .acf-button.cta:focus-within:before, .jet-form-builder__action-button.cta:hover:before, .jet-form-builder__action-button.cta:focus-within:before {
        width: 41px;
        border-left: 1px solid #C52E3C;
        color: #C52E3C;
        background-color: transparent; }
    .btn.cta.inversed, .submit.cta.inversed, .acf-form .acf-button.cta.inversed, .jet-form-builder__action-button.cta.inversed {
      color: #C52E3C;
      background: #ffffff;
      border-color: #ffffff;
      /*&:hover,
            &:focus-within {
                color: $white;
                background-color: $color2;
                &:before {
                    background-color: $color2;
                }
            }*/ }
      .btn.cta.inversed:before, .submit.cta.inversed:before, .acf-form .acf-button.cta.inversed:before, .jet-form-builder__action-button.cta.inversed:before {
        background-color: #ffffff;
        border-color: #ffffff; }
      .btn.cta.inversed:hover, .btn.cta.inversed:focus-within, .submit.cta.inversed:hover, .submit.cta.inversed:focus-within, .acf-form .acf-button.cta.inversed:hover, .acf-form .acf-button.cta.inversed:focus-within, .jet-form-builder__action-button.cta.inversed:hover, .jet-form-builder__action-button.cta.inversed:focus-within {
        background: transparent;
        color: #ffffff;
        border-right: 0; }
        .btn.cta.inversed:hover:before, .btn.cta.inversed:focus-within:before, .submit.cta.inversed:hover:before, .submit.cta.inversed:focus-within:before, .acf-form .acf-button.cta.inversed:hover:before, .acf-form .acf-button.cta.inversed:focus-within:before, .jet-form-builder__action-button.cta.inversed:hover:before, .jet-form-builder__action-button.cta.inversed:focus-within:before {
          width: 41px;
          border-left: 1px solid #ffffff;
          color: #ffffff;
          background-color: transparent; }
  .btn.small, .submit.small, .acf-form .acf-button.small, .jet-form-builder__action-button.small {
    font-size: 0.6875rem;
    margin-right: 31px;
    padding-bottom: 7px; }
    .btn.small:before, .submit.small:before, .acf-form .acf-button.small:before, .jet-form-builder__action-button.small:before {
      line-height: 31px;
      width: 31px;
      right: -32px; }
  @media (min-width: 1200px) {
    .btn, .submit, .acf-form .acf-button, .jet-form-builder__action-button {
      font-size: 1.0625rem; } }
  @media (min-width: 1400px) {
    .btn, .submit, .acf-form .acf-button, .jet-form-builder__action-button {
      font-size: 1.125rem; } }

.edit-post-visual-editor .btn:before, .edit-post-visual-editor .submit:before, .edit-post-visual-editor .acf-form .acf-button:before,
.acf-block-preview .btn:before,
.acf-block-preview .submit:before,
.acf-block-preview .acf-form .acf-button:before,
.mce-content-body .btn:before,
.mce-content-body .submit:before,
.mce-content-body .acf-form .acf-button:before {
  width: 38px !important;
  height: 36px !important; }

body.accessibility .content ul li:before {
  color: #0C0C0C; }

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