@charset "UTF-8";

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --breakpoint-zero: 0;
  --breakpoint-xs: 480px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: system-ui, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #2e2e31;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit
}

address,
dl,
ol,
ul {
  margin-bottom: 1rem
}

dl,
ol,
ul {
  margin-top: 0
}

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

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  text-decoration: underline;
  background-color: transparent
}

a,
a:hover {
  color: #2458e5
}

a:hover {
  text-decoration: none
}

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

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  border-style: none
}

img,
svg {
  vertical-align: middle
}

svg {
  overflow: hidden
}

table {
  border-collapse: collapse
}

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

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

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

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

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-family: Marianne, system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 1.5rem
}

.h2,
h2 {
  font-size: 1.375rem
}

.h3,
h3 {
  font-size: 1.25rem
}

.h4,
h4 {
  font-size: 1.125rem
}

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

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

.display-1 {
  font-size: 6rem
}

.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem
}

.display-3 {
  font-size: 4.5rem
}

.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: .875em;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

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

.blockquote-footer {
  display: block;
  font-size: .875em;
  color: #6c757d
}

.blockquote-footer:before {
  content: "— "
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .5rem
}

.figure {
  display: inline-block
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .25rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {

  .container,
  .container-sm,
  .container-xs {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm,
  .container-xs {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xs {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

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

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

.row-cols-3>* {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%
}

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

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

.row-cols-6>* {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%
}

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

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

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

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

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

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

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

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

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

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

.col-10 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.col-11 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

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

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

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

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

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

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

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

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

@media (min-width: 480px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-xs-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-xs-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xs-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xs-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xs-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xs-0 {
    margin-left: 0
  }

  .offset-xs-1 {
    margin-left: 8.33333333%
  }

  .offset-xs-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xs-4 {
    margin-left: 33.33333333%
  }

  .offset-xs-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xs-7 {
    margin-left: 58.33333333%
  }

  .offset-xs-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xs-10 {
    margin-left: 83.33333333%
  }

  .offset-xs-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

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

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

  .row-cols-xxl-3>* {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
  }

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

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

  .row-cols-xxl-6>* {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #2e2e31
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #2e2e31
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th,
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 479.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xs>.table-bordered {
    border: 0
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

@media (max-width: 1439.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xxl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0b43b4
}

.form-control::-webkit-input-placeholder {
  color: #9ea2b3;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #9ea2b3;
  opacity: 1
}

.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  color: #9ea2b3;
  opacity: 1
}

.form-control::placeholder {
  color: #9ea2b3;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e6e7ec;
  opacity: 1
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -moz-appearance: none;
  appearance: none
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 0px);
  padding-bottom: calc(.375rem + 0px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 0px);
  padding-bottom: calc(.5rem + 0px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 0px);
  padding-bottom: calc(.25rem + 0px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #2e2e31;
  background-color: transparent;
  border: solid transparent;
  border-width: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: 2.5rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem
}

.form-control-lg {
  height: 3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .75rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #046136
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #046136;
  border-radius: 4px
}

.form-row>.col>.valid-tooltip,
.form-row>[class*=col-]>.valid-tooltip {
  left: 5px
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #046136;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23046136' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #046136;
  box-shadow: 0 0 0 .2rem rgba(4, 97, 54, .25)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #046136;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23046136' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #046136;
  box-shadow: 0 0 0 .2rem rgba(4, 97, 54, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #046136
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #046136
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
  border-color: #046136
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
  border-color: #069251;
  background-color: #069251
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(4, 97, 54, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #046136
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #046136;
  box-shadow: 0 0 0 .2rem rgba(4, 97, 54, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
  white-space: pre-line;

}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: #dc3545;
  border-radius: 4px
}

.form-row>.col>.invalid-tooltip,
.form-row>[class*=col-]>.invalid-tooltip {
  left: 5px
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem) !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .form-group,
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #2e2e31;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #2e2e31;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .25rem #fff
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-link {
  font-weight: 400;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: none
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .75rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .5rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing.width {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .625rem 1rem;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #2e2e31;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .5rem
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width: 480px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xs-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

@media (min-width: 1440px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropright .dropdown-toggle:after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  display: none
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #283276
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .625rem .25rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem;
  color: #212529
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: 0
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,
.input-group.has-validation>.custom-select:nth-last-child(n+3),
.input-group.has-validation>.form-control:nth-last-child(n+3),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: 0
}

.input-group-prepend {
  margin-right: 0
}

.input-group-append {
  margin-left: 0
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #44454b;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f8;
  border: 0 solid #cdcfd8;
  border-radius: .5rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: 3rem
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .75rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: 2.5rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .25rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
  color: #fff;
  border-color: #283276;
  background-color: #283276
}

.custom-control-input:focus~.custom-control-label:before {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
  border-color: #0b43b4
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
  color: #fff;
  background-color: #7d88d3;
  border-color: #7d88d3
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
  background-color: #e6e7ec
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  border: 1px solid transparent
}

.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: ""
}

.custom-control-label:after {
  background: 50%/50% 50% no-repeat
}

.custom-checkbox .custom-control-label:before {
  border-radius: .5rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
  border-color: #283276;
  background-color: #283276
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(40, 50, 118, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
  background-color: rgba(40, 50, 118, .5)
}

.custom-radio .custom-control-label:before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(40, 50, 118, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label:after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: transparent;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label:after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
  background-color: rgba(40, 50, 118, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 2.5rem;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;
  border: 0 solid transparent;
  border-radius: .5rem;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #0b43b4;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 50, 118, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: 2.5rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: 3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  display: inline-block;
  margin-bottom: 0
}

.custom-file,
.custom-file-input {
  position: relative;
  width: 100%;
  height: 2.5rem
}

.custom-file-input {
  z-index: 2;
  margin: 0;
  overflow: hidden;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #0b43b4;
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e6e7ec
}

.custom-file-input:lang(en)~.custom-file-label:after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
  content: attr(data-browse)
}

.custom-file-label {
  left: 0;
  z-index: 1;
  height: 2.5rem;
  overflow: hidden;
  font-weight: 400;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: .5rem
}

.custom-file-label,
.custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057
}

.custom-file-label:after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  content: "Browse";
  background-color: #f5f5f8;
  border-left: inherit;
  border-radius: 0 .5rem .5rem 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 .125rem #2e2e31
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 .125rem #2e2e31
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, inset 0 0 0 .125rem #2e2e31
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #283276;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #7d88d3
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #283276;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #7d88d3
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #283276;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #7d88d3
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.pagination {
  padding-left: 0;
  list-style: none;
  border-radius: .5rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link,
.page-link:hover {
  color: #2458e5;
  text-decoration: none
}

.page-link:hover {
  z-index: 2;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 50, 118, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #283276;
  border-color: #283276
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .75rem;
  border-bottom-left-radius: .75rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .5rem
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #2e2e31;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #283276;
  border-color: #283276
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .5rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .5rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width: 480px) {
  .list-group-horizontal-xs {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xs>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xs>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xs>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xs>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xs>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width: 1440px) {
  .list-group-horizontal-xxl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .5rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-50px)
}

@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 {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .75rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.75rem - 1px);
  border-top-right-radius: calc(.75rem - 1px)
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.75rem - 1px);
  border-bottom-left-radius: calc(.75rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: system-ui, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: 1
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .5rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #171717
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .5rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .5rem;
  height: 1rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #171717
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .5rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  bottom: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #171717
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .5rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .5rem;
  height: 1rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #171717
}

.tooltip-inner {
  max-width: 12.5rem;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #171717;
  border-radius: 4px
}

.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
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

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

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

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

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

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .25rem !important
}

.rounded {
  border-radius: .5rem !important
}

.rounded-top {
  border-top-left-radius: .5rem !important
}

.rounded-right,
.rounded-top {
  border-top-right-radius: .5rem !important
}

.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: .5rem !important
}

.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: .5rem !important
}

.rounded-left {
  border-top-left-radius: .5rem !important
}

.rounded-lg {
  border-radius: .75rem !important
}

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

.rounded-pill {
  border-radius: 50rem !important
}

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

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

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

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

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

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

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

@media (min-width: 480px) {
  .d-xs-none {
    display: none !important
  }

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

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

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

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

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

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

  .d-xs-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important
  }

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

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

  .d-sm-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important
  }

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

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

  .d-md-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important
  }

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

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

  .d-lg-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important
  }

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

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

  .d-xl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important
  }

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

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

  .d-xxl-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

@media print {
  .d-print-none {
    display: none !important
  }

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

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

  .d-print-block {
    display: block !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: -ms-flexbox !important;
    display: flex !important
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive:before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9:before {
  padding-top: 42.85714286%
}

.embed-responsive-16by9:before {
  padding-top: 56.25%
}

.embed-responsive-4by3:before {
  padding-top: 75%
}

.embed-responsive-1by1:before {
  padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width: 480px) {
  .flex-xs-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-xs-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xs-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-xs-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

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

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

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

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

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

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

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

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

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

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

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

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

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

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

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

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

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width: 480px) {
  .float-xs-left {
    float: left !important
  }

  .float-xs-right {
    float: right !important
  }

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

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

@media (min-width: 1440px) {
  .float-xxl-left {
    float: left !important
  }

  .float-xxl-right {
    float: right !important
  }

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

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

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.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
}

.fixed-top {
  top: 0
}

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

.fixed-bottom {
  bottom: 0
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

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

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

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

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

.w-auto {
  width: auto !important
}

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

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

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

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

.h-auto {
  height: auto !important
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

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

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

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

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

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

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

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

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

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

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-right: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-left: auto !important
}

@media (min-width: 480px) {
  .m-xs-0 {
    margin: 0 !important
  }

  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important
  }

  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important
  }

  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important
  }

  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important
  }

  .m-xs-1 {
    margin: .25rem !important
  }

  .mt-xs-1,
  .my-xs-1 {
    margin-top: .25rem !important
  }

  .mr-xs-1,
  .mx-xs-1 {
    margin-right: .25rem !important
  }

  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: .25rem !important
  }

  .ml-xs-1,
  .mx-xs-1 {
    margin-left: .25rem !important
  }

  .m-xs-2 {
    margin: .5rem !important
  }

  .mt-xs-2,
  .my-xs-2 {
    margin-top: .5rem !important
  }

  .mr-xs-2,
  .mx-xs-2 {
    margin-right: .5rem !important
  }

  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: .5rem !important
  }

  .ml-xs-2,
  .mx-xs-2 {
    margin-left: .5rem !important
  }

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

  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important
  }

  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important
  }

  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important
  }

  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important
  }

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

  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important
  }

  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important
  }

  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important
  }

  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important
  }

  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important
  }

  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important
  }

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

  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important
  }

  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important
  }

  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important
  }

  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important
  }

  .p-xs-1 {
    padding: .25rem !important
  }

  .pt-xs-1,
  .py-xs-1 {
    padding-top: .25rem !important
  }

  .pr-xs-1,
  .px-xs-1 {
    padding-right: .25rem !important
  }

  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: .25rem !important
  }

  .pl-xs-1,
  .px-xs-1 {
    padding-left: .25rem !important
  }

  .p-xs-2 {
    padding: .5rem !important
  }

  .pt-xs-2,
  .py-xs-2 {
    padding-top: .5rem !important
  }

  .pr-xs-2,
  .px-xs-2 {
    padding-right: .5rem !important
  }

  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: .5rem !important
  }

  .pl-xs-2,
  .px-xs-2 {
    padding-left: .5rem !important
  }

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

  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important
  }

  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important
  }

  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important
  }

  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important
  }

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

  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important
  }

  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important
  }

  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important
  }

  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important
  }

  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important
  }

  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important
  }

  .m-xs-n1 {
    margin: -.25rem !important
  }

  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -.25rem !important
  }

  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -.25rem !important
  }

  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -.25rem !important
  }

  .m-xs-n2 {
    margin: -.5rem !important
  }

  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -.5rem !important
  }

  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -.5rem !important
  }

  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -.5rem !important
  }

  .m-xs-n3 {
    margin: -1rem !important
  }

  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important
  }

  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important
  }

  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important
  }

  .m-xs-n4 {
    margin: -1.5rem !important
  }

  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important
  }

  .m-xs-n5 {
    margin: -3rem !important
  }

  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important
  }

  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important
  }

  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important
  }

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

  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important
  }

  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important
  }

  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important
  }

  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

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

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

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

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

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

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

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

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

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

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

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

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

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

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

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

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

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

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

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

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

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

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

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

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

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

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

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

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

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

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

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

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: .25rem !important
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: .25rem !important
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: .5rem !important
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: .5rem !important
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: .5rem !important
  }

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

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important
  }

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

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important
  }

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

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: .25rem !important
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: .25rem !important
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: .5rem !important
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: .5rem !important
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: .5rem !important
  }

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

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important
  }

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

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important
  }

  .m-xxl-n1 {
    margin: -.25rem !important
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -.25rem !important
  }

  .m-xxl-n2 {
    margin: -.5rem !important
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -.5rem !important
  }

  .m-xxl-n3 {
    margin: -1rem !important
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important
  }

  .m-xxl-n4 {
    margin: -1.5rem !important
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xxl-n5 {
    margin: -3rem !important
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important
  }

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

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important
  }
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
  text-align: justify !important
}

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

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

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

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

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left !important
  }

  .text-xs-right {
    text-align: right !important
  }

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

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

@media (min-width: 1440px) {
  .text-xxl-left {
    text-align: left !important
  }

  .text-xxl-right {
    text-align: right !important
  }

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

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

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

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

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

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

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

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

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

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

.text-white {
  color: #fff !important
}

.text-body {
  color: #2e2e31 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

:host,
:root {
  --ft--color-primary: #283276;
  --ft--color-primary-hover: #1b2256;
  --ft--color-primary-active: #0f1438;
  --ft--color-primary-05: #eaecfb;
  --ft--color-primary-10: #cdd2ff;
  --ft--color-primary-20: #a1abf9;
  --ft--color-primary-30: #707bcd;
  --ft--color-primary-40: #434fa7;
  --ft--color-primary-50: #283276;
  --ft--color-primary-60: #1b2256;
  --ft--color-primary-70: #0f1438;
  --ft--color-primary-80: #04071c;
  --ft--color-primary-90: #010105;
  --ft--color-primary-95: #000104;
  --ft--color-background-neutral-default-weakest: #f5f5f8;
  --ft--color-background-neutral-default-weaker: #e6e7ec;
  --ft--color-background-neutral-default-weak: #cdcfd8;
  --ft--color-background-neutral-default: #888b99;
  --ft--color-background-neutral-default-strong: #5b5d65;
  --ft--color-background-neutral-default-stronger: #44454b;
  --ft--color-background-neutral-default-strongest: #171717;
  --ft--color-background-neutral-dark: #000;
  --ft--color-border-neutral-default-weaker: #e6e7ec;
  --ft--color-text-color: #2e2e31;
  --ft--font-size-text: 1rem;
  --ft--font-size-text-small: 0.875rem;
  --ft--font-size-display-1: 2.5rem;
  --ft--font-size-display-2: 2.25rem;
  --ft--font-size-display-3: 2rem;
  --ft--font-size-display-4: 1.75rem;
  --ft--font-size-h1: 1.5rem;
  --ft--font-size-h2: 1.375rem;
  --ft--font-size-h3: 1.25rem;
  --ft--font-size-h4: 1.125rem;
  --ft--font-size-h5: 1rem;
  --ft--font-size-h6: 1rem;
  --ft--button-border-radius: 0.75rem;
  --ft--button-border-radius-sm: 0.5rem;
  --ft--button-sm-height: 2rem;
  --ft--button-height: 2.5rem;
  --ft--button-lg-height: 3rem;
  --ft--button-sm-padding-x: 0.75rem;
  --ft--button-sm-padding-y: 0.5rem;
  --ft--button-padding-x: 1rem;
  --ft--button-padding-y: 0.5rem;
  --ft--button-lg-padding-x: 1.25rem;
  --ft--button-lg-padding-y: 0.5rem;
  --ft--button-ratio-square-sm-width: 2rem;
  --ft--button-ratio-square-width: 2.5rem;
  --ft--button-ratio-square-lg-width: 3rem;
  --ft--form-control-height: 2.5rem;
  --ft--form-control-lg-height: 3rem;
  --ft--border-error: #ffeceb;
  --ft--bg-error: #ffeceb;
  --ft--icon-error: #f04438;
  --ft--border-success: #d9f6e8;
  --ft--bg-success: #d9f6e8;
  --ft--icon-success: #09aa5f;
  --ft--border-warning: #fffaeb;
  --ft--bg-warning: #fffaeb;
  --ft--icon-warning: #f79009;
  --ft--border-info: #dfe9ff;
  --ft--bg-info: #dfe9ff;
  --ft--icon-info: #2c74ff;
  --ft--table-padding-x: 0.75rem;
  --ft--table-padding-y: 1rem;
  --ft--color-known-full-weak: #dbe3ff;
  --ft--color-known-full-medium: #b0bff0;
  --ft--color-known-full-default: #406bde;
  --ft--color-known-full-contrasted: #0d1440;
  --ft--color-known-uncomplete-weak: #f0e3fa;
  --ft--color-known-uncomplete-medium: #d9c9e5;
  --ft--color-known-uncomplete-default: #69408c;
  --ft--color-known-uncomplete-contrasted: #293378;
  --ft--stepper-bullet-background: #888b99;
  --ft--stepper-bullet-hover: #5b5d65;
  --ft--stepper-next-bullet-border: #b5b8c5;
  --ft--contrasted-border-width: 0;
  --ft--contrasted-hidden: block;
  --ft--datepicker-day-border-radius: 12px;
  --ft--datepicker-dialog-top: 75px;
  --ft--datepicker-day-background-hover: #cdd2ff;
  --header-height: 60px;
  --ft-header-height: 100px
}

@media (prefers-contrast:more) {

  :host,
  :root {
    --ft--color-primary: #0f1438;
    --ft--color-primary-hover: #04071c;
    --ft--color-primary-active: #010105;
    --ft--color-border-neutral-default-weaker: #888b99;
    --ft--color-text-color: #171717;
    --ft--border-error: #91170e;
    --ft--icon-error: #91170e;
    --ft--border-success: #046136;
    --ft--icon-success: #046136;
    --ft--border-warning: #7c4701;
    --ft--icon-warning: #7c4701;
    --ft--border-info: #043392;
    --ft--icon-info: #043392;
    --ft--stepper-bullet-background: #44454b;
    --ft--stepper-bullet-hover: #171717;
    --ft--stepper-next-bullet-border: #2e2e31;
    --ft--contrasted-border-width: 1px;
    --ft--contrasted-hidden: none
  }
}

.high-contrast {
  --ft--color-primary: #0f1438;
  --ft--color-primary-hover: #04071c;
  --ft--color-primary-active: #010105;
  --ft--color-border-neutral-default-weaker: #888b99;
  --ft--color-text-color: #2e2e31;
  --ft--border-error: #91170e;
  --ft--icon-error: #91170e;
  --ft--border-success: #046136;
  --ft--icon-success: #046136;
  --ft--border-warning: #7c4701;
  --ft--icon-warning: #7c4701;
  --ft--border-info: #043392;
  --ft--icon-info: #043392;
  --ft--stepper-bullet-background: #44454b;
  --ft--stepper-bullet-hover: #171717;
  --ft--stepper-next-bullet-border: #2e2e31;
  --ft--contrasted-border-width: 1px;
  --ft--contrasted-hidden: none
}

.conseiller,
.map {
  --ft--color-primary: #355eca;
  --ft--color-primary-hover: #2a4ba2;
  --ft--color-primary-active: #203879;
  --ft--color-primary-05: #ebeffa;
  --ft--color-primary-10: #d7dff4;
  --ft--color-primary-20: #aebfea;
  --ft--color-primary-30: #869edf;
  --ft--color-primary-40: #5d7ed5;
  --ft--color-primary-50: #355eca;
  --ft--color-primary-60: #2a4ba2;
  --ft--color-primary-70: #203879;
  --ft--color-primary-80: #152651;
  --ft--color-primary-90: #010105;
  --ft--color-primary-95: #000104;
  --ft--color-background-neutral-default-weakest: #f2f4fb;
  --ft--color-background-neutral-default-weaker: #e7ebf1;
  --ft--color-background-neutral-default-weak: #d2dae8;
  --ft--color-background-neutral-default: #8fa1c0;
  --ft--color-background-neutral-default-strong: #5c6e83;
  --ft--color-background-neutral-default-stronger: #45505c;
  --ft--color-background-neutral-default-strongest: #262527;
  --ft--color-background-neutral-dark: #000;
  --ft--color-border-neutral-default-weaker: #e7ebf1;
  --ft--font-size-text: 0.875rem;
  --ft--font-size-text-small: 0.75rem;
  --ft--font-size-display-1: 2.625rem;
  --ft--font-size-h2: 1.125rem;
  --ft--font-size-h3: 1rem;
  --ft--font-size-h4: 0.875rem;
  --ft--font-size-h5: 0.8125rem;
  --ft--font-size-h6: 0.8125rem;
  --ft--button-sm-height: 1.75rem;
  --ft--button-height: 2rem;
  --ft--button-lg-height: 2.5rem;
  --ft--button-sm-padding-x: 0.5rem;
  --ft--button-sm-padding-y: 0.5rem;
  --ft--button-padding-x: 0.75rem;
  --ft--button-padding-y: 0.5rem;
  --ft--button-lg-padding-x: 1rem;
  --ft--button-lg-padding-y: 0.5rem;
  --ft--button-ratio-square-sm-width: 1.75rem;
  --ft--button-ratio-square-width: 2rem;
  --ft--button-ratio-square-lg-width: 2.5rem;
  --ft--table-padding-x: 0.75rem;
  --ft--table-padding-y: 0.625rem;
  --ft--form-control-height: 2rem;
  --ft--form-control-lg-height: 2.5rem;
  --ft--datepicker-day-background-hover: #d7dff4
}

@media (prefers-contrast:more) {

  .conseiller,
  .map {
    --ft--color-primary: #203879;
    --ft--color-primary-hover: #152651;
    --ft--color-primary-active: #010105;
    --ft--color-border-neutral-default-weaker: #8fa1c0
  }
}

.conseiller.high-contrast,
.high-contrast .conseiller,
.high-contrast .map,
.map.high-contrast {
  --ft--color-primary: #203879;
  --ft--color-primary-hover: #152651;
  --ft--color-primary-active: #010105;
  --ft--color-border-neutral-default-weaker: #8fa1c0
}

/*@font-face {
  font-family: Marianne;
  font-display: swap;
  src: url(../../fonts/marianne/Marianne-Regular.woff2) format("woff2"), url(../../fonts/marianne/Marianne-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}*/

/*@font-face {
  font-family: Marianne;
  font-display: swap;
  src: url(../../fonts/marianne/Marianne-Regular_Italic.woff2) format("woff2"), url(../../fonts/marianne/Marianne-Regular_Italic.woff) format("woff");
  font-weight: 400;
  font-style: italic
}*/

/*@font-face {
  font-family: Marianne;
  font-display: swap;
  src: url(../../fonts/marianne/Marianne-Medium.woff2) format("woff2"), url(../../fonts/marianne/Marianne-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}*/


/*@font-face {
  font-family: Marianne;
  font-display: swap;
  src: url(../../fonts/marianne/Marianne-Bold.woff2) format("woff2"), url(../../fonts/marianne/Marianne-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal
}*/

/*@font-face {
  font-family: Marianne;
  font-display: swap;
  src: url(../../fonts/marianne/Marianne-Bold_Italic.woff2) format("woff2"), url(../../fonts/marianne/Marianne-Bold_Italic.woff) format("woff");
  font-weight: 700;
  font-style: italic
}*/

@font-face {
  font-family: ft-ds-font-icons;
  src: url(../../fonts/ft-icons.woff2?etea32) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block
}

.icon {
  font-family: ft-ds-font-icons !important;
  speak: never;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-add-on:before {
  content: "\e927"
}

.icon-briefcase-search:before {
  content: "\e928"
}

.icon-close-round:before {
  content: "\e929"
}

.icon-close:before {
  content: "\e92a"
}

.icon-contrast:before {
  content: "\e92b"
}

.icon-deaf:before {
  content: "\e92c"
}

.icon-download:before {
  content: "\e92d"
}

.icon-drag:before {
  content: "\e92e"
}

.icon-edit:before {
  content: "\e92f"
}

.icon-enlarge:before {
  content: "\e930"
}

.icon-exit:before {
  content: "\e931"
}

.icon-eye-close:before {
  content: "\e932"
}

.icon-eye-full:before {
  content: "\e933"
}

.icon-eye-off-full:before {
  content: "\e934"
}

.icon-eye-off:before {
  content: "\e935"
}

.icon-eye:before {
  content: "\e936"
}

.icon-filters:before {
  content: "\e937"
}

.icon-flash-auto-full:before {
  content: "\e938"
}

.icon-flash-auto:before {
  content: "\e939"
}

.icon-flash-full:before {
  content: "\e93a"
}

.icon-flash:before {
  content: "\e93b"
}

.icon-gear-full:before {
  content: "\e93c"
}

.icon-gear:before {
  content: "\e93d"
}

.icon-ink-pen:before {
  content: "\e93e"
}

.icon-launch:before {
  content: "\e93f"
}

.icon-link:before {
  content: "\e940"
}

.icon-magic-wand:before {
  content: "\e941"
}

.icon-no-flash-full:before {
  content: "\e942"
}

.icon-no-flash:before {
  content: "\e943"
}

.icon-overlap:before {
  content: "\e944"
}

.icon-paint:before {
  content: "\e945"
}

.icon-pencil-full:before {
  content: "\e946"
}

.icon-pencil:before {
  content: "\e947"
}

.icon-plus-round-full:before {
  content: "\e948"
}

.icon-plus-round:before {
  content: "\e949"
}

.icon-plus:before {
  content: "\e94a"
}

.icon-power:before {
  content: "\e94b"
}

.icon-reduce:before {
  content: "\e94c"
}

.icon-refresh:before {
  content: "\e94d"
}

.icon-reload:before {
  content: "\e94e"
}

.icon-remove-round-full:before {
  content: "\e94f"
}

.icon-remove-round:before {
  content: "\e950"
}

.icon-remove:before {
  content: "\e951"
}

.icon-save:before {
  content: "\e952"
}

.icon-search-full:before {
  content: "\e953"
}

.icon-search:before {
  content: "\e954"
}

.icon-share:before {
  content: "\e955"
}

.icon-tool:before {
  content: "\e956"
}

.icon-touch:before {
  content: "\e957"
}

.icon-trash-full:before {
  content: "\e958"
}

.icon-trash:before {
  content: "\e959"
}

.icon-unlink:before {
  content: "\e95a"
}

.icon-upload:before {
  content: "\e95b"
}

.icon-compass:before {
  content: "\e95c"
}

.icon-crossroad:before {
  content: "\e95d"
}

.icon-distance-full:before {
  content: "\e95e"
}

.icon-distance:before {
  content: "\e95f"
}

.icon-map:before {
  content: "\e960"
}

.icon-navigation:before {
  content: "\e961"
}

.icon-pin-full:before {
  content: "\e962"
}

.icon-pin:before {
  content: "\e963"
}

.icon-pinmap-full:before {
  content: "\e964"
}

.icon-pinmap:before {
  content: "\e965"
}

.icon-road:before {
  content: "\e966"
}

.icon-roadsign:before {
  content: "\e967"
}

.icon-user-pin:before {
  content: "\e968"
}

.icon-at:before {
  content: "\e969"
}

.icon-comment-full:before {
  content: "\e96a"
}

.icon-comment:before {
  content: "\e96b"
}

.icon-computer:before {
  content: "\e96c"
}

.icon-customer-support:before {
  content: "\e96d"
}

.icon-describe-full:before {
  content: "\e96e"
}

.icon-describe:before {
  content: "\e96f"
}

.icon-faq:before {
  content: "\e970"
}

.icon-fax:before {
  content: "\e971"
}

.icon-headphone:before {
  content: "\e972"
}

.icon-help:before {
  content: "\e973"
}

.icon-letter:before {
  content: "\e974"
}

.icon-mail-full:before {
  content: "\e975"
}

.icon-mail-open-full:before {
  content: "\e976"
}

.icon-mail:before {
  content: "\e977"
}

.icon-microphone:before {
  content: "\e978"
}

.icon-no-paper:before {
  content: "\e979"
}

.icon-notebook:before {
  content: "\e97a"
}

.icon-pc:before {
  content: "\e97b"
}

.icon-phone-call:before {
  content: "\e97c"
}

.icon-phone-full:before {
  content: "\e97d"
}

.icon-phone-in:before {
  content: "\e97e"
}

.icon-phone-out:before {
  content: "\e97f"
}

.icon-phone:before {
  content: "\e980"
}

.icon-quote:before {
  content: "\e981"
}

.icon-smartphone-full:before {
  content: "\e982"
}

.icon-smartphone:before {
  content: "\e983"
}

.icon-speak-error:before {
  content: "\e984"
}

.icon-speed-full:before {
  content: "\e985"
}

.icon-speed:before {
  content: "\e986"
}

.icon-tablet:before {
  content: "\e987"
}

.icon-translation:before {
  content: "\e988"
}

.icon-webcam-full:before {
  content: "\e989"
}

.icon-webcam:before {
  content: "\e98a"
}

.icon-alarm:before {
  content: "\e98b"
}

.icon-calendar-add-full:before {
  content: "\e98c"
}

.icon-calendar-add:before {
  content: "\e98d"
}

.icon-calendar-cancel-full:before {
  content: "\e98e"
}

.icon-calendar-cancel:before {
  content: "\e98f"
}

.icon-calendar-check-full:before {
  content: "\e990"
}

.icon-calendar-check:before {
  content: "\e991"
}

.icon-calendar-clock-full:before {
  content: "\e992"
}

.icon-calendar-clock:before {
  content: "\e993"
}

.icon-calendar-download:before {
  content: "\e994"
}

.icon-calendar-edit:before {
  content: "\e995"
}

.icon-calendar-full:before {
  content: "\e996"
}

.icon-calendar:before {
  content: "\e997"
}

.icon-clock:before {
  content: "\e998"
}

.icon-hourglass:before {
  content: "\e999"
}

.icon-latest:before {
  content: "\e99a"
}

.icon-Statut-clock-full:before {
  content: "\e99b"
}

.icon-stopwatch:before {
  content: "\e99c"
}

.icon-book-open:before {
  content: "\e99d"
}

.icon-books:before {
  content: "\e99e"
}

.icon-briefcase-full:before {
  content: "\e99f"
}

.icon-briefcase:before {
  content: "\e9a0"
}

.icon-chart-full:before {
  content: "\e9a1"
}

.icon-chart:before {
  content: "\e9a2"
}

.icon-cpf:before {
  content: "\e9a3"
}

.icon-graduation-full:before {
  content: "\e9a4"
}

.icon-graduation:before {
  content: "\e9a5"
}

.icon-knowledge-full:before {
  content: "\e9a6"
}

.icon-knowledge:before {
  content: "\e9a7"
}

.icon-ribbon-full:before {
  content: "\e9a8"
}

.icon-ribbon:before {
  content: "\e9a9"
}

.icon-algo-setting:before {
  content: "\e9aa"
}

.icon-book-full:before {
  content: "\e9ab"
}

.icon-book:before {
  content: "\e9ac"
}

.icon-bookmark-full:before {
  content: "\e9ad"
}

.icon-bookmark:before {
  content: "\e9ae"
}

.icon-check-list:before {
  content: "\e9af"
}

.icon-clip:before {
  content: "\e9b0"
}

.icon-contacts:before {
  content: "\e9b1"
}

.icon-copy:before {
  content: "\e9b2"
}

.icon-double-file:before {
  content: "\e9b3"
}

.icon-draft:before {
  content: "\e9b4"
}

.icon-excel:before {
  content: "\e9b5"
}

.icon-export-resume:before {
  content: "\e9b6"
}

.icon-file-arrow:before {
  content: "\e9b7"
}

.icon-file-content-full:before {
  content: "\e9b8"
}

.icon-file-content:before {
  content: "\e9b9"
}

.icon-file-copies:before {
  content: "\e9ba"
}

.icon-file-download:before {
  content: "\e9bb"
}

.icon-file-refresh:before {
  content: "\e9bc"
}

.icon-file-warning:before {
  content: "\e9bd"
}

.icon-file:before {
  content: "\e9be"
}

.icon-folder-download:before {
  content: "\e9bf"
}

.icon-folder-full:before {
  content: "\e9c0"
}

.icon-folder-search-full:before {
  content: "\e9c1"
}

.icon-folder-search:before {
  content: "\e9c2"
}

.icon-folder-time:before {
  content: "\e9c3"
}

.icon-folder:before {
  content: "\e9c4"
}

.icon-notes:before {
  content: "\e9c5"
}

.icon-pdf:before {
  content: "\e9c6"
}

.icon-print:before {
  content: "\e9c7"
}

.icon-resume:before {
  content: "\e9c8"
}

.icon-search-file:before {
  content: "\e9c9"
}

.icon-todo:before {
  content: "\e9ca"
}

.icon-web-resume:before {
  content: "\e9cb"
}

.icon-arrow-down-round:before {
  content: "\e9cc"
}

.icon-arrow-down:before {
  content: "\e9cd"
}

.icon-arrow-in:before {
  content: "\e9ce"
}

.icon-arrow-left-in:before {
  content: "\e9cf"
}

.icon-arrow-left-round:before {
  content: "\e9d0"
}

.icon-arrow-left:before {
  content: "\e9d1"
}

.icon-arrow-right-round:before {
  content: "\e9d2"
}

.icon-arrow-right:before {
  content: "\e9d3"
}

.icon-arrow-up-round-full:before {
  content: "\e9d4"
}

.icon-arrow-up-round:before {
  content: "\e9d5"
}

.icon-arrow-up:before {
  content: "\e9d6"
}

.icon-chevron-d-full:before {
  content: "\e9d7"
}

.icon-chevron-d:before {
  content: "\e9d8"
}

.icon-chevron-l:before {
  content: "\e9d9"
}

.icon-chevron-r:before {
  content: "\e9da"
}

.icon-chevron-sm-d:before {
  content: "\e9db"
}

.icon-chevron-sm-l:before {
  content: "\e9dc"
}

.icon-chevron-sm-r:before {
  content: "\e9dd"
}

.icon-chevron-sm-u:before {
  content: "\e9de"
}

.icon-chevron-u-full:before {
  content: "\e9df"
}

.icon-chevron-u:before {
  content: "\e9e0"
}

.icon-chevron-up-down-full:before {
  content: "\e9e1"
}

.icon-chevron-up-down:before {
  content: "\e9e2"
}

.icon-double-chevron-l:before {
  content: "\e9e3"
}

.icon-double-chevron-r:before {
  content: "\e9e4"
}

.icon-respond-arrow-full:before {
  content: "\e9e5"
}

.icon-respond-arrow:before {
  content: "\e9e6"
}

.icon-rotate-full:before {
  content: "\e9e7"
}

.icon-rotate:before {
  content: "\e9e8"
}

.icon-shuffle:before {
  content: "\e9e9"
}

.icon-swap:before {
  content: "\e9ea"
}

.icon-trend-down:before {
  content: "\e9eb"
}

.icon-trend-up:before {
  content: "\e9ec"
}

.icon-heart-full:before {
  content: "\e9ed"
}

.icon-heart:before {
  content: "\e9ee"
}

.icon-moon-full:before {
  content: "\e9ef"
}

.icon-moon:before {
  content: "\e9f0"
}

.icon-star-full:before {
  content: "\e9f1"
}

.icon-star:before {
  content: "\e9f2"
}

.icon-sun-full:before {
  content: "\e9f3"
}

.icon-sun:before {
  content: "\e9f4"
}

.icon-emploi-store:before {
  content: "\e9f5"
}

.icon-espace-perso:before {
  content: "\e9f6"
}

.icon-logo:before {
  content: "\e9f7"
}

.icon-memo:before {
  content: "\e9f8"
}

.icon-metierscope:before {
  content: "\e9f9"
}

.icon-sphere-emploi:before {
  content: "\e9fa"
}

.icon-bullet-list:before {
  content: "\e9fb"
}

.icon-grid:before {
  content: "\e9fc"
}

.icon-home-full:before {
  content: "\e9fd"
}

.icon-home:before {
  content: "\e9fe"
}

.icon-list-check:before {
  content: "\e9ff"
}

.icon-list-schedule:before {
  content: "\ea00"
}

.icon-menu:before {
  content: "\ea01"
}

.icon-more:before {
  content: "\ea02"
}

.icon-apple:before {
  content: "\ea03"
}

.icon-balance:before {
  content: "\ea04"
}

.icon-building:before {
  content: "\ea05"
}

.icon-bulb-on:before {
  content: "\ea06"
}

.icon-bulb:before {
  content: "\ea07"
}

.icon-calculator:before {
  content: "\ea08"
}

.icon-code-sign:before {
  content: "\ea09"
}

.icon-crane:before {
  content: "\ea0a"
}

.icon-cutlery:before {
  content: "\ea0b"
}

.icon-health:before {
  content: "\ea0c"
}

.icon-hotel:before {
  content: "\ea0d"
}

.icon-key:before {
  content: "\ea0e"
}

.icon-keyboard-full:before {
  content: "\ea0f"
}

.icon-lamp:before {
  content: "\ea10"
}

.icon-law:before {
  content: "\ea11"
}

.icon-mouse:before {
  content: "\ea12"
}

.icon-movie:before {
  content: "\ea13"
}

.icon-pallette:before {
  content: "\ea14"
}

.icon-tag-full:before {
  content: "\ea15"
}

.icon-tag:before {
  content: "\ea16"
}

.icon-target:before {
  content: "\ea17"
}

.icon-theater:before {
  content: "\ea18"
}

.icon-ticket:before {
  content: "\ea19"
}

.icon-tie:before {
  content: "\ea1a"
}

.icon-trees:before {
  content: "\ea1b"
}

.icon-umbrella:before {
  content: "\ea1c"
}

.icon-video:before {
  content: "\ea1d"
}

.icon-wrench:before {
  content: "\ea1e"
}

.icon-badge:before {
  content: "\ea1f"
}

.icon-bill:before {
  content: "\ea20"
}

.icon-card-euro:before {
  content: "\ea21"
}

.icon-credit-card:before {
  content: "\ea22"
}

.icon-euro-full:before {
  content: "\ea23"
}

.icon-euro:before {
  content: "\ea24"
}

.icon-handout:before {
  content: "\ea25"
}

.icon-money-time:before {
  content: "\ea26"
}

.icon-payment:before {
  content: "\ea27"
}

.icon-refund:before {
  content: "\ea28"
}

.icon-rib:before {
  content: "\ea29"
}

.icon-wallet:before {
  content: "\ea2a"
}

.icon-chapter:before {
  content: "\ea2b"
}

.icon-enlarge1:before {
  content: "\ea2c"
}

.icon-hd:before {
  content: "\ea2d"
}

.icon-media-player:before {
  content: "\ea2e"
}

.icon-more1:before {
  content: "\ea2f"
}

.icon-pause:before {
  content: "\ea30"
}

.icon-play-full:before {
  content: "\ea31"
}

.icon-play-movie:before {
  content: "\ea32"
}

.icon-play:before {
  content: "\ea33"
}

.icon-sound-off:before {
  content: "\ea34"
}

.icon-sound-on-full:before {
  content: "\ea35"
}

.icon-sound-on:before {
  content: "\ea36"
}

.icon-stop:before {
  content: "\ea37"
}

.icon-subtitle:before {
  content: "\ea38"
}

.icon-cloud-upload:before {
  content: "\ea39"
}

.icon-connection:before {
  content: "\ea3a"
}

.icon-facebook:before {
  content: "\ea3b"
}

.icon-globe:before {
  content: "\ea3c"
}

.icon-google:before {
  content: "\ea3d"
}

.icon-instagram:before {
  content: "\ea3e"
}

.icon-linkedin:before {
  content: "\ea3f"
}

.icon-tiktok:before {
  content: "\ea40"
}

.icon-twitter-x:before {
  content: "\ea41"
}

.icon-viadeo:before {
  content: "\ea42"
}

.icon-world:before {
  content: "\ea43"
}

.icon-youtube:before {
  content: "\ea44"
}

.icon-badge-ko:before {
  content: "\ea45"
}

.icon-badge-ok:before {
  content: "\ea46"
}

.icon-badge-wait:before {
  content: "\ea47"
}

.icon-bell-close:before {
  content: "\ea48"
}

.icon-bell-full:before {
  content: "\ea49"
}

.icon-bell:before {
  content: "\ea4a"
}

.icon-briefcase-check:before {
  content: "\ea4b"
}

.icon-check-round-full:before {
  content: "\ea4c"
}

.icon-check-round:before {
  content: "\ea4d"
}

.icon-check:before {
  content: "\ea4e"
}

.icon-close-round-full:before {
  content: "\ea4f"
}

.icon-equal:before {
  content: "\ea50"
}

.icon-error-full:before {
  content: "\ea51"
}

.icon-error:before {
  content: "\ea52"
}

.icon-exclamation:before {
  content: "\ea53"
}

.icon-flag:before {
  content: "\ea54"
}

.icon-hacker:before {
  content: "\ea55"
}

.icon-hand:before {
  content: "\ea56"
}

.icon-info-full:before {
  content: "\ea57"
}

.icon-info:before {
  content: "\ea58"
}

.icon-letter-round-full:before {
  content: "\ea59"
}

.icon-loading:before {
  content: "\ea5a"
}

.icon-lock-full:before {
  content: "\ea5b"
}

.icon-lock:before {
  content: "\ea5c"
}

.icon-megaphone:before {
  content: "\ea5d"
}

.icon-not-specified-round:before {
  content: "\ea5e"
}

.icon-not-specified:before {
  content: "\ea5f"
}

.icon-pencil-round-full:before {
  content: "\ea60"
}

.icon-question-round-full:before {
  content: "\ea61"
}

.icon-question-round:before {
  content: "\ea62"
}

.icon-question:before {
  content: "\ea63"
}

.icon-send-round-full:before {
  content: "\ea64"
}

.icon-shield:before {
  content: "\ea65"
}

.icon-thumb-down:before {
  content: "\ea66"
}

.icon-thumb-up:before {
  content: "\ea67"
}

.icon-tild-full:before {
  content: "\ea68"
}

.icon-warning-full:before {
  content: "\ea69"
}

.icon-warning:before {
  content: "\ea6a"
}

.icon-bike:before {
  content: "\e900"
}

.icon-bus:before {
  content: "\e901"
}

.icon-car-full:before {
  content: "\e902"
}

.icon-car:before {
  content: "\e903"
}

.icon-moto:before {
  content: "\e904"
}

.icon-plane:before {
  content: "\e905"
}

.icon-rocket-full:before {
  content: "\e906"
}

.icon-rocket:before {
  content: "\e907"
}

.icon-send-full:before {
  content: "\e908"
}

.icon-send:before {
  content: "\e909"
}

.icon-stroller:before {
  content: "\e90a"
}

.icon-support:before {
  content: "\e90b"
}

.icon-tractor:before {
  content: "\e90c"
}

.icon-train:before {
  content: "\e90d"
}

.icon-truck:before {
  content: "\e90e"
}

.icon-walk:before {
  content: "\e90f"
}

.icon-accessibility:before {
  content: "\e910"
}

.icon-avatar:before {
  content: "\e911"
}

.icon-baby:before {
  content: "\e912"
}

.icon-contact-user:before {
  content: "\e913"
}

.icon-deal:before {
  content: "\e914"
}

.icon-discrimination:before {
  content: "\e915"
}

.icon-exchange-full:before {
  content: "\e916"
}

.icon-exchange:before {
  content: "\e917"
}

.icon-focus:before {
  content: "\e918"
}

.icon-gender:before {
  content: "\e919"
}

.icon-handicap-full:before {
  content: "\e91a"
}

.icon-handicap:before {
  content: "\e91b"
}

.icon-handshake:before {
  content: "\e91c"
}

.icon-info-point:before {
  content: "\e91d"
}

.icon-search-user:before {
  content: "\e91e"
}

.icon-user-add:before {
  content: "\e91f"
}

.icon-user-business:before {
  content: "\e920"
}

.icon-user-check:before {
  content: "\e921"
}

.icon-user-full:before {
  content: "\e922"
}

.icon-user-remove:before {
  content: "\e923"
}

.icon-user:before {
  content: "\e924"
}

.icon-users-group:before {
  content: "\e925"
}

.icon-users:before {
  content: "\e926"
}

@keyframes a {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes b {
  0% {
    transform: translateY(-50%) rotate(0deg)
  }

  to {
    transform: translateY(-50%) rotate(359deg)
  }
}

@keyframes c {
  0% {
    transform: scale(100%)
  }

  45% {
    transform: scale(110%)
  }

  85% {
    transform: scale(95%)
  }

  to {
    transform: scale(100%)
  }
}

@keyframes d {
  0% {
    transform: translateY(-10px);
    opacity: .5
  }

  to {
    transform: translate(0);
    opacity: 1
  }
}

@keyframes e {
  0% {
    transform: translateY(-5px);
    opacity: 1
  }

  50% {
    transform: translate(0);
    opacity: 0
  }

  to {
    transform: translate(0);
    opacity: 0
  }
}

@keyframes f {
  0% {
    transform: translate(0);
    opacity: 0
  }

  50% {
    transform: translate(0);
    opacity: 1
  }

  to {
    transform: translateY(-5px);
    opacity: 1
  }
}

@keyframes g {
  0% {
    transform: translateY(5px);
    opacity: 1
  }

  50% {
    transform: translate(0);
    opacity: 0
  }

  to {
    transform: translate(0);
    opacity: 0
  }
}

@keyframes h {
  0% {
    transform: translate(0);
    opacity: 0
  }

  50% {
    transform: translate(0);
    opacity: 1
  }

  to {
    transform: translateY(5px);
    opacity: 1
  }
}

@keyframes i {
  0% {
    transform: translate(0)
  }

  50% {
    transform: translate(0) rotate(0);
    opacity: 1
  }

  to {
    transform: rotate(-45deg);
    opacity: 1
  }
}

@keyframes j {
  0% {
    transform: translate(0)
  }

  50% {
    transform: translate(0) rotate(0);
    opacity: 1
  }

  to {
    transform: rotate(45deg);
    opacity: 1
  }
}

@keyframes k {
  0% {
    transform: rotate(-45deg);
    opacity: 1
  }

  50% {
    transform: translate(0) rotate(0);
    opacity: 1
  }

  to {
    transform: translate(0);
    opacity: 0
  }
}

@keyframes l {
  0% {
    transform: rotate(45deg);
    opacity: 1
  }

  50% {
    transform: translate(0) rotate(0);
    opacity: 1
  }

  to {
    transform: translate(0);
    opacity: 0
  }
}

@keyframes m {
  0% {
    left: 0;
    right: 100%;
    width: 0
  }

  20% {
    left: 0;
    right: 75%;
    width: 25%
  }

  80% {
    right: 0;
    left: 75%;
    width: 25%
  }

  to {
    left: 100%;
    right: 0;
    width: 0
  }
}

@keyframes n {
  0% {
    background-position: 150% 50%
  }

  to {
    background-position: -50% 50%
  }
}

@keyframes o {
  to {
    transform: rotate(1turn)
  }
}

@keyframes p {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes q {
  to {
    -webkit-mask-position: 0;
    mask-position: 0
  }
}

@keyframes r {
  0% {
    opacity: 0;
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes s {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  :after,
  :before {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important
  }
}

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

:root:has(.header-ft) {
  scroll-padding-top: calc(var(--ft-header-height, 100px) + 15px)
}

html {
  scroll-padding-top: calc(var(--ft-header-height, var(--header-height)) + 15px);
  font-size: 16px;
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--ft--color-text-color);
  background: #fff;
  line-height: 1.5
}

.tooltip,
body {
  font-size: var(--ft--font-size-text)
}

b,
strong {
  font-weight: 700
}

.h1,
.t1,
h1 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-h1);
  font-weight: 500;
  margin-bottom: 2rem
}

@media (max-width: 576px) {

  .h1,
  .t1,
  h1 {
    font-size: 1.375rem
  }
}

.h2,
.t2,
h2 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-h2);
  font-weight: 500;
  margin-bottom: 1.25rem
}

@media (max-width: 576px) {

  .h2,
  .t2,
  h2 {
    font-size: 1.25rem
  }
}

.h3,
.t3,
h3 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-h3);
  font-weight: 500;
  margin-bottom: 1rem
}

@media (max-width: 576px) {

  .h3,
  .t3,
  h3 {
    font-size: 1.125rem
  }
}

.h4,
.t4,
h4 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-h4);
  font-weight: 500;
  margin-bottom: .5rem
}

.btn.t4 {
  font-size: 1.125rem
}

.h5,
.t5,
h5 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-h5);
  font-weight: 500
}

.btn.t5 {
  font-size: 1rem
}

.display-1 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-display-1);
  font-weight: 500
}

@media (max-width: 768px) {
  .display-1 {
    font-size: var(--ft--font-size-display-2)
  }
}

@media (max-width: 576px) {
  .display-1 {
    font-size: var(--ft--font-size-display-3)
  }
}

.display-2 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-display-2);
  font-weight: 500
}

@media (max-width: 768px) {
  .display-2 {
    font-size: var(--ft--font-size-display-3)
  }
}

@media (max-width: 576px) {
  .display-2 {
    font-size: var(--ft--font-size-display-4)
  }
}

.display-3 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-display-3);
  font-weight: 500
}

@media (max-width: 768px) {
  .display-3 {
    font-size: var(--ft--font-size-display-4)
  }
}

@media (max-width: 576px) {
  .display-3 {
    font-size: var(--ft--font-size-h1)
  }
}

.display-4 {
  font-family: Marianne, system-ui, sans-serif;
  font-size: var(--ft--font-size-display-4);
  font-weight: 500
}

@media (max-width: 768px) {
  .display-4 {
    font-size: var(--ft--font-size-h1)
  }
}

@media (max-width: 576px) {
  .display-4 {
    font-size: var(--ft--font-size-h2)
  }
}

.bloc-line-top {
  padding-top: 1rem;
  border-top: 1px solid var(--ft--color-border-neutral-default-weaker)
}

.bloc-line-right {
  padding-right: 1rem;
  border-right: 1px solid var(--ft--color-border-neutral-default-weaker)
}

.bloc-line-bottom {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ft--color-border-neutral-default-weaker)
}

.bloc-line-left {
  padding-left: 1rem;
  border-left: 1px solid var(--ft--color-border-neutral-default-weaker)
}

::-moz-selection {
  background: var(--ft--color-primary);
  color: #fff
}

::selection {
  background: var(--ft--color-primary);
  color: #fff
}

.italic {
  font-style: italic
}

.emphasis {
  font-weight: 700
}

.uppercase {
  text-transform: uppercase
}

.unavailable {
  font-style: italic;
  color: #888b99
}

.noscript {
  background: #ff0;
  height: auto;
  text-align: center;
  position: fixed;
  padding: 1rem;
  z-index: 800;
  top: 4rem;
  width: 100%
}

.noscript p {
  margin: 0
}

caption {
  caption-side: top
}

.caption-bottom {
  caption-side: bottom
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls]:not(input):not(textarea) {
  cursor: pointer
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden] {
  display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute
}

.darkmode {
  background: #2e2e31;
  color: #fff
}

.darkmode caption {
  color: inherit
}

.darkmode .variant-label {
  background: #71747f !important;
  border-bottom-color: var(--ft--color-primary) !important
}

.darkmode .variant-label:focus,
.darkmode .variant-label:hover {
  background: #5b5d65 !important
}

.repel {
  --vertical-alignment: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: var(--vertical-alignment, flex-start);
  align-items: var(--vertical-alignment, flex-start)
}

.auto-grid,
.repel {
  --gutter: 1rem;
  gap: var(--gutter, 0)
}

.auto-grid {
  --min-item-size: 10rem;
  --grid-fill: auto-fit;
  display: grid;
  grid-template-columns: repeat(var(--grid-fill, auto-fit), minmax(var(--min-item-size, 10rem), 1fr))
}

.breakout {
  --max-item-size: 100vw;
  width: 100vw;
  max-width: var(--max-item-size, 65rem);
  margin-left: 50%;
  transform: translateX(-50%)
}

.text-white {
  color: #fff
}

.text-gray-05 {
  color: #f5f5f8
}

.text-gray-10 {
  color: #e6e7ec
}

.text-gray-20 {
  color: #cdcfd8
}

.text-gray-30 {
  color: #b5b8c5
}

.text-gray-40 {
  color: #9ea2b3
}

.text-gray-50 {
  color: #888b99
}

.text-gray-60 {
  color: #71747f
}

.text-gray-70 {
  color: #5b5d65
}

.text-gray-80 {
  color: #44454b
}

.text-gray-90 {
  color: #2e2e31
}

.text-gray-95 {
  color: #171717
}

.text-black {
  color: #000
}

.text-primary {
  color: var(--ft--color-primary) !important
}

.bg-white {
  background-color: #fff
}

.bg-gray-05 {
  background-color: var(--ft--color-background-neutral-default-weakest)
}

.bg-gray-10 {
  background-color: var(--ft--color-background-neutral-default-weaker)
}

.bg-gray-20 {
  background-color: var(--ft--color-background-neutral-default-weak)
}

.bg-primary {
  background-color: var(--ft--color-primary)
}

.dot-pink {
  width: .25em;
  height: .25em;
  background: #f29fc5;
  border-radius: 1em;
  display: inline-block;
  margin: 0 .175em
}

.ft-gabarit,
.ft-gabarit .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.ft-gabarit .main,
.ft-gabarit .main .main-autonome {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ft-gabarit .main .container-wrapper {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.ft-gabarit .main .container-wrapper .container {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.ft-gabarit .main .container-fluid,
.ft-gabarit .main .container-lg,
.ft-gabarit .main .container-md,
.ft-gabarit .main .container-sm,
.ft-gabarit .main .container-xl {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.ft-gabarit .main .container-fluid .container,
.ft-gabarit .main .container-fluid .panel-group,
.ft-gabarit .main .container-lg .container,
.ft-gabarit .main .container-lg .panel-group,
.ft-gabarit .main .container-md .container,
.ft-gabarit .main .container-md .panel-group,
.ft-gabarit .main .container-sm .container,
.ft-gabarit .main .container-sm .panel-group,
.ft-gabarit .main .container-xl .container,
.ft-gabarit .main .container-xl .panel-group {
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (min-width: 576px) {
  .ft-gabarit .main-header-footer>.container {
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding-top: 120px;
    padding-bottom: 120px
  }
}

@media (max-width: 767.98px) {
  .main-header-footer {
    padding-left: 0;
    padding-right: 0
  }
}

.main-autonome {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #e6e7ec
}

.header+.main>.main-autonome {
  margin-top: 0;
  padding-top: 0
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xs {
    max-width: 1168px
  }
}

.container,
.container-md,
.container-sm,
.container-xl {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.container-wrapper {
  background-color: var(--ft--color-background-neutral-default-weakest)
}

.container-wrapper .container {
  padding: 0 1.5rem;
  background-color: #fff;
  box-shadow: 5px 0 5px -3px rgba(15, 20, 56, .1), -5px 0 5px -3px rgba(15, 20, 56, .1)
}

.small-container {
  max-width: 400px;
  margin-bottom: 2.5rem;
  padding: 2.5rem 2.5rem 1.875rem;
  border-radius: .5rem;
  box-shadow: 2px 4px 8px rgba(15, 20, 56, .3);
  background: #fff
}

@media (max-width: 1439.98px) {
  .container-wrapper .container {
    width: 100%;
    max-width: none
  }
}

.subnav {
  padding: 1rem;
  background: var(--ft--color-primary);
  color: #fff;
  text-transform: uppercase
}

.main {
  background: #fff
}

.erreur .main {
  background: transparent
}

.panel-group {
  position: relative;
  margin-left: -15px;
  margin-right: -15px
}

@media (min-width: 768px) {
  .panel-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 768px) {

  .panel-left,
  .panel-right {
    width: 346px;
    min-width: 0
  }
}

.panel-left {
  border-right: 1px solid var(--ft--color-border-neutral-default-weaker)
}

.panel-left,
.panel-right {
  padding: 1rem;
  background: var(--ft--color-background-neutral-default-weakest)
}

.panel-right {
  border-left: 1px solid var(--ft--color-border-neutral-default-weaker)
}

.panel-center {
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem
}

.panel-left+.panel-center {
  padding-left: 1.5rem
}

.panel-left .skeleton-text:not(:last-child) {
  margin-bottom: 1.5rem
}

.panel-title>.icon {
  margin-right: .5rem
}

.hero {
  padding: 1.5rem;
  background-color: var(--ft--color-primary-active);
  color: #fff;
  text-align: center
}

.filters .form-group {
  margin-bottom: 1.25rem
}

.filters .title legend,
.filters p.title {
  text-transform: uppercase;
  font-size: .8125rem;
  margin-bottom: .5rem;
  font-weight: 700;
  color: #71747f
}

.high-contrast .filters .title legend,
.high-contrast .filters p.title {
  color: #44454b
}

.optional {
  font-weight: 400;
  font-style: italic;
  text-transform: lowercase
}

.form-check,
.form-group {
  font-size: var(--ft--font-size-text)
}

.label-container:not(:has(.form-check-label)) {
  margin-bottom: .25rem
}

.legend-container {
  margin-bottom: .5rem
}

.label-container .form-legend,
.label-container label:not(.form-check-label),
.legend-container .form-legend,
.legend-container label:not(.form-check-label) {
  display: inline
}

.label-container:has(.btn-help),
.legend-container:has(.btn-help) {
  position: relative;
  padding-right: 1.75rem
}

.label-container .btn-help,
.legend-container .btn-help {
  position: absolute;
  margin-top: .125rem
}

.has-counter:after {
  content: "";
  clear: both
}

.form-label,
.form-legend,
legend {
  font-weight: 700;
  color: #000;
  margin-bottom: .125rem;
  line-height: 1.375rem
}

.form-legend,
legend {
  margin-bottom: .5rem
}

.form-control,
.form-legend,
legend {
  font-size: var(--ft--font-size-text)
}

.form-control {
  box-shadow: inset 0 0 0 1px #888b99;
  color: #2e2e31;
  height: var(--ft--form-control-height)
}

.high-contrast .form-control {
  box-shadow: inset 0 0 0 1px #2e2e31
}

.form-control:focus {
  outline: 0;
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-control:disabled,
.form-control[aria-disabled=true] {
  background-color: #e6e7ec;
  color: #5b5d65
}

.high-contrast .form-control:disabled,
.high-contrast .form-control[aria-disabled=true] {
  color: #2e2e31
}

.form-control.form-control-lg {
  height: var(--ft--form-control-lg-height)
}

input[placeholder] {
  text-overflow: ellipsis
}

.form-control.is-invalid,
.has-error .form-control:invalid,
.was-validated .form-control:invalid {
  border-color: #ba251a;
  box-shadow: inset 0 0 0 1px #ba251a
}

.form-control.is-invalid:focus,
.has-error .form-control:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #ba251a;
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #068148;
  box-shadow: inset 0 0 0 1px #046136
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #068148;
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.valid-feedback {
  color: #068148
}

.high-contrast .valid-feedback {
  color: #046136
}

.invalid-feedback {
  color: #ba251a
}

.high-contrast .invalid-feedback {
  color: #91170e
}

.invalid-feedback,
.valid-feedback {
  font-size: var(--ft--font-size-text)
}

.help-block {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1rem
}

.help-block,
.help-block+.help-block {
  margin-top: .25rem
}

.help-block:not(.valid-feedback):not(.invalid-feedback) {
  color: #5b5d65
}

.high-contrast .help-block:not(.valid-feedback):not(.invalid-feedback) {
  color: #2e2e31
}

.help-block:last-child {
  margin-bottom: 0
}

.form-counter {
  display: block;
  margin-top: .25rem;
  line-height: 1rem;
  float: right;
  color: #5b5d65
}

.high-contrast .form-counter {
  color: #2e2e31
}

.form-control-wrapper {
  position: relative
}

.form-control-wrapper .icon {
  position: absolute;
  fill: #9ea2b3
}

.high-contrast .form-control-wrapper .icon {
  fill: #2e2e31
}

.form-control-wrapper input~.icon,
.form-control-wrapper select~.icon {
  top: 50%;
  transform: translateY(-50%)
}

.form-control-wrapper textarea~.icon {
  top: .625rem
}

.form-control.has-icon-left {
  padding-left: 2.2rem
}

.form-control.has-icon-left~.icon {
  left: .75rem
}

.form-control.has-icon-right {
  padding-right: 2.2rem
}

.form-control.has-icon-right~.icon {
  right: .75rem
}

.input-group-text {
  box-shadow: inset 0 0 0 1px #888b99;
  padding-top: 0;
  padding-bottom: 0
}

.high-contrast .input-group-text {
  box-shadow: inset 0 0 0 1px #2e2e31
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-append .btn-secondary:focus:not(:hover) {
  border-color: #5b5d65
}

.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

.has-error .input-group-text {
  color: #ba251a;
  border-color: #ba251a;
  background-color: #ffeceb
}

.has-success .input-group-text {
  color: #068148;
  border-color: #068148;
  background-color: #ecfdf3
}

.input-group-append .btn,
.input-group-prepend .btn {
  border-radius: .5rem;
  height: 100%
}

.form-control.is-invalid .input-group-text,
.has-error .input-group-text {
  border-color: #ba251a;
  box-shadow: inset 0 0 0 1px #ba251a
}

.high-contrast .form-control.is-invalid .input-group-text,
.high-contrast .has-error .input-group-text {
  box-shadow: inset 0 0 0 1px #91170e
}

.form-control.is-valid .input-group-text,
.has-success .input-group-text {
  border-color: #068148;
  box-shadow: inset 0 0 0 1px #068148
}

.high-contrast .form-control.is-valid .input-group-text,
.high-contrast .has-success .input-group-text {
  box-shadow: inset 0 0 0 1px #046136
}

.help-block:not(.valid-feedback):not(.invalid-feedback).help-warning {
  color: #7c4701
}

select.form-control {
  cursor: pointer;
  padding-left: .625rem;
  padding-right: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik01LjM1MTMyIDcuMTI2NDVDNS4yMTcxMyA2Ljg5NTIxIDUuMjE2MTcgNi42MTAwMiA1LjM0ODgyIDYuMzc3OUw3LjM0ODgyIDIuODc3OUM3LjQ4MjM1IDIuNjQ0MjEgNy43MzA4NiAyLjUgOCAyLjVDOC4yNjkxNCAyLjUgOC41MTc2NSAyLjY0NDIxIDguNjUxMTggMi44Nzc5TDEwLjY1MTIgNi4zNzc5QzEwLjc4MzggNi42MTAwMiAxMC43ODI5IDYuODk1MjEgMTAuNjQ4NyA3LjEyNjQ1QzEwLjUxNDUgNy4zNTc2OCAxMC4yNjc0IDcuNSAxMCA3LjVINkM1LjczMjY1IDcuNSA1LjQ4NTUxIDcuMzU3NjggNS4zNTEzMiA3LjEyNjQ1WiIgZmlsbD0iIzJFMkUzMSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwLjY0ODcgOS4zNzM1NUMxMC43ODI5IDkuNjA0NzkgMTAuNzgzOCA5Ljg4OTk4IDEwLjY1MTIgMTAuMTIyMUw4LjY1MTE4IDEzLjYyMjFDOC41MTc2NSAxMy44NTU4IDguMjY5MTQgMTQgOCAxNEM3LjczMDg2IDE0IDcuNDgyMzUgMTMuODU1OCA3LjM0ODgyIDEzLjYyMjFMNS4zNDg4MiAxMC4xMjIxQzUuMjE2MTcgOS44ODk5OCA1LjIxNzEzIDkuNjA0NzkgNS4zNTEzMiA5LjM3MzU1QzUuNDg1NTEgOS4xNDIzMiA1LjczMjY1IDkgNiA5SDEwQzEwLjI2NzQgOSAxMC41MTQ1IDkuMTQyMzIgMTAuNjQ4NyA5LjM3MzU1WiIgZmlsbD0iIzJFMkUzMSIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: right .5rem center
}

select.form-control.has-icon-right {
  padding-right: 3rem
}

select.form-control.has-icon-right~.icon {
  right: 1.75rem
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7h6l-3 5-3-5zM0 5h6L3 0 0 5z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position-x: calc(100% - .75rem);
  background-position-y: center;
  background-size: auto
}

.high-contrast .was-validated select.form-control:invalid,
.high-contrast select.form-control.is-invalid {
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='12' viewBox='0 0 6 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7h6l-3 5-3-5zM0 5h6L3 0 0 5z' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: no-repeat, no-repeat;
  background-position-x: calc(100% - .75rem);
  background-position-y: center;
  background-size: auto
}

.high-contrast .was-validated select.form-control:valid,
.high-contrast select.form-control.is-valid {
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid,
.form-control.is-valid,
.has-error .form-control:invalid,
.was-validated .form-control:valid {
  background-image: none;
  padding-right: .75rem !important
}

.form-control.is-invalid.has-icon-right,
.form-control.is-valid.has-icon-right,
.has-error .form-control:invalid.has-icon-right,
.was-validated .form-control:valid.has-icon-right {
  padding-right: calc(2.75em + .75rem) !important;
  background-position: right calc(1.875em + .1875rem) center;
  background-image: none
}

.has-error textarea.form-control:invalid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-invalid,
textarea.form-control.is-valid {
  background-image: none
}

.has-error textarea.form-control:invalid.has-icon-right,
.was-validated textarea.form-control:valid.has-icon-right,
textarea.form-control.is-invalid.has-icon-right,
textarea.form-control.is-valid.has-icon-right {
  background-position: top calc(.375em + .1875rem) right calc(1.875em + .1875rem)
}

.has-error select.form-control:invalid.has-icon-right,
.was-validated select.form-control:valid.has-icon-right,
select.form-control.is-invalid.has-icon-right,
select.form-control.is-valid.has-icon-right {
  padding-right: calc(3.25em + .75rem) !important;
  background-position-x: calc(100% - .75rem), calc(100% - 4em)
}

.form-check:not(:last-child) {
  margin-bottom: .5rem
}

.form-check-content,
.form-check-field {
  display: none
}

.form-check-content {
  margin: 1rem 0
}

.form-check-content.bloc-line-left,
.form-check-content .bloc-line-left {
  margin-left: -.5rem
}

.form-check-field {
  padding: .3125rem 0 0 1rem
}

.form-check-field:before {
  border-bottom: 1px solid #b5b8c5;
  border-left: 1px solid #b5b8c5;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom-left-radius: 5px;
  position: absolute;
  left: .4375rem;
  top: 1.5rem
}

.form-check-input {
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-top: .25rem
}

.form-check-input::-ms-check {
  display: none
}

.form-check-input:checked~.form-check-label,
.form-check-input:checked~.label-container .form-check-label {
  font-weight: 700
}

.form-check-input:checked~.form-check-content,
.form-check-input:checked~.form-check-field {
  display: block
}

.form-check-input:disabled,
.form-check-input[aria-disabled=true] {
  cursor: not-allowed;
  background-color: #e6e7ec
}

.form-check-input:disabled~.form-check-label,
.form-check-input:disabled~.label-container .form-check-label,
.form-check-input[aria-disabled=true]~.form-check-label,
.form-check-input[aria-disabled=true]~.label-container .form-check-label {
  color: #44454b;
  opacity: .6;
  cursor: not-allowed
}

.high-contrast .form-check-input:disabled~.form-check-label,
.high-contrast .form-check-input:disabled~.label-container .form-check-label,
.high-contrast .form-check-input[aria-disabled=true]~.form-check-label,
.high-contrast .form-check-input[aria-disabled=true]~.label-container .form-check-label {
  color: #2e2e31;
  opacity: 1
}

.form-check-input:disabled:checked,
.form-check-input[aria-disabled=true]:checked {
  background-color: #71747f
}

.form-check-input[type=checkbox]:focus,
.form-check-input[type=radio]:focus {
  outline: none;
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.with-checked-bg.form-check {
  position: relative;
  z-index: 1;
  padding: .375rem .75rem .375rem 1.75rem
}

.with-checked-bg.form-check .form-check-label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -.625rem;
  left: -1.75rem;
  right: -.75rem;
  bottom: -.625rem;
  outline: 0;
  border-radius: .5rem;
  transition: background-color .2s ease-in;
  background: transparent
}

.with-checked-bg.form-check:has(.form-check-content) {
  padding-right: 0
}

.with-checked-bg.form-check:has(.btn-help) .form-check-label:before {
  right: -2.25rem
}

.with-checked-bg.form-check:not(:last-child) {
  margin-bottom: .25rem
}

.with-checked-bg.form-check .form-check-field {
  padding: .75rem 0 0 1rem
}

.with-checked-bg.form-check .form-check-field:before {
  left: 1.25rem;
  top: 2.5rem
}

.with-checked-bg.form-check .form-check-input {
  background-color: #fff
}

.with-checked-bg.form-check .form-check-input:checked+.form-check-label:before,
.with-checked-bg.form-check .form-check-input:checked+.label-container .form-check-label:before,
.with-checked-bg.form-check .form-check-input:focus+.form-check-label:before,
.with-checked-bg.form-check .form-check-input:focus+.label-container .form-check-label:before,
.with-checked-bg.form-check .form-check-input:hover+.form-check-label:before,
.with-checked-bg.form-check .form-check-input:hover+.label-container .form-check-label:before {
  background-color: color-mix(in srgb, var(--ft--color-primary-70) 5%, transparent)
}

.with-checked-bg.form-check .form-check-input:focus+.form-check-label:before,
.with-checked-bg.form-check .form-check-input:focus+.label-container .form-check-label:before {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-check .form-check-label,
.form-check .help-block {
  padding-left: .5rem
}

.form-check-label {
  position: relative;
  display: inline-block;
  color: #000;
  line-height: 1rem;
  cursor: pointer
}

.form-check-inline:not(.with-checked-bg) {
  transform: translateY(2px);
  margin-right: 1.25rem
}

.form-check-inline:last-child {
  margin-right: 0
}

.form-check-inline:not(:last-child) {
  margin-bottom: 0
}

.form-check-inline {
  padding-left: 1rem
}

.form-check-inline .form-check-label,
.form-check-inline .help-block {
  padding-left: .5rem
}

.form-check-input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 .0625rem #888b99;
  transition: .2s ease-in-out;
  transition-property: background-color, background-size;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjYgMUEuNzguNzggMCAwIDAgOC41IDFMMy4yNSA2LjY0bC0xLjc4LTEuOS0uMDctLjA3LS4wMi0uMDJhLjc4Ljc4IDAgMCAwLTEuMDQuMWMtLjI5LjMxLS4yOS44MSAwIDEuMTJMMi43IDguNGwuMDguMDcuMDIuMDFjLjMxLjI0Ljc2LjIgMS4wMy0uMWw1Ljg1LTYuMjYuMDYtLjA4LjAxLS4wMmMuMi0uMy4xOC0uNzMtLjA4LTEuMDFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-size: 0 0;
  background-position: center 45%;
  background-repeat: no-repeat
}

.high-contrast .form-check-input[type=checkbox] {
  box-shadow: inset 0 0 0 .0625rem #2e2e31
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=checkbox][aria-checked=mixed],
.form-check-input[type=checkbox][aria-checked=true] {
  box-shadow: inset 0 0 0 .0625rem var(--ft--color-primary);
  background-color: var(--ft--color-primary)
}

.form-check-input[type=checkbox]:checked,
.form-check-input[type=checkbox][aria-checked=true] {
  background-size: .625rem auto
}

@media screen and (-ms-high-contrast:active) {

  .form-check-input[type=checkbox]:checked,
  .form-check-input[type=checkbox][aria-checked=true] {
    background-color: CanvasText
  }
}

.form-check-input[type=checkbox]:checked:disabled,
.form-check-input[type=checkbox]:checked[aria-disabled=true],
.form-check-input[type=checkbox][aria-checked=true]:disabled,
.form-check-input[type=checkbox][aria-checked=true][aria-disabled=true] {
  box-shadow: inset 0 0 0 .0625rem #888b99;
  background-color: #e6e7ec;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjYgMUEuNzguNzggMCAwIDAgOC41IDFMMy4yNSA2LjY0bC0xLjc4LTEuOS0uMDctLjA3LS4wMi0uMDJhLjc4Ljc4IDAgMCAwLTEuMDQuMWMtLjI5LjMxLS4yOS44MSAwIDEuMTJMMi43IDguNGwuMDguMDcuMDIuMDFjLjMxLjI0Ljc2LjIgMS4wMy0uMWw1Ljg1LTYuMjYuMDYtLjA4LjAxLS4wMmMuMi0uMy4xOC0uNzMtLjA4LTEuMDFaIiBmaWxsPSIjQTdBOUFDIi8+PC9zdmc+")
}

.high-contrast .form-check-input[type=checkbox]:checked:disabled,
.high-contrast .form-check-input[type=checkbox]:checked[aria-disabled=true],
.high-contrast .form-check-input[type=checkbox][aria-checked=true]:disabled,
.high-contrast .form-check-input[type=checkbox][aria-checked=true][aria-disabled=true] {
  box-shadow: inset 0 0 0 .0625rem #2e2e31;
  background-color: #f5f5f8
}

.form-check-input[type=checkbox]:checked:disabled~.form-check-label,
.form-check-input[type=checkbox]:checked:disabled~.label-container .form-check-label,
.form-check-input[type=checkbox]:checked[aria-disabled=true]~.form-check-label,
.form-check-input[type=checkbox]:checked[aria-disabled=true]~.label-container .form-check-label,
.form-check-input[type=checkbox][aria-checked=true]:disabled~.form-check-label,
.form-check-input[type=checkbox][aria-checked=true]:disabled~.label-container .form-check-label,
.form-check-input[type=checkbox][aria-checked=true][aria-disabled=true]~.form-check-label,
.form-check-input[type=checkbox][aria-checked=true][aria-disabled=true]~.label-container .form-check-label {
  color: #2e2e31
}

.form-check-input[type=checkbox]:checked:not([aria-disabled=true]):focus,
.form-check-input[type=checkbox][aria-checked=true]:not([aria-disabled=true]):focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-check-input[type=checkbox][aria-checked=mixed] {
  background-size: .5rem auto;
  background-position: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.form-check-input[type=checkbox][aria-checked=false] {
  box-shadow: inset 0 0 0 .0625rem #888b99;
  background-color: unset
}

.form-check-input[type=checkbox]:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.checkbox-mixed-controler {
  margin-bottom: .5rem
}

.checkbox-mixed-controler:before {
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: text-bottom;
  width: 1rem;
  height: 1rem;
  border-radius: .25rem;
  box-shadow: inset 0 0 0 .0625rem #888b99;
  transition: .2s ease-in-out;
  transition-property: background-color, background-size;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTkuNjYgMUEuNzguNzggMCAwIDAgOC41IDFMMy4yNSA2LjY0bC0xLjc4LTEuOS0uMDctLjA3LS4wMi0uMDJhLjc4Ljc4IDAgMCAwLTEuMDQuMWMtLjI5LjMxLS4yOS44MSAwIDEuMTJMMi43IDguNGwuMDguMDcuMDIuMDFjLjMxLjI0Ljc2LjIgMS4wMy0uMWw1Ljg1LTYuMjYuMDYtLjA4LjAxLS4wMmMuMi0uMy4xOC0uNzMtLjA4LTEuMDFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+");
  background-size: 0 0;
  background-position: center 45%;
  background-repeat: no-repeat
}

.high-contrast .checkbox-mixed-controler:before {
  box-shadow: inset 0 0 0 .0625rem #2e2e31
}

.checkbox-mixed-controler:checked:before,
.checkbox-mixed-controler[aria-checked=mixed]:before,
.checkbox-mixed-controler[aria-checked=true]:before {
  box-shadow: inset 0 0 0 .0625rem var(--ft--color-primary);
  background-color: var(--ft--color-primary)
}

.checkbox-mixed-controler:checked:before,
.checkbox-mixed-controler[aria-checked=true]:before {
  background-size: .625rem auto
}

@media screen and (-ms-high-contrast:active) {

  .checkbox-mixed-controler:checked:before,
  .checkbox-mixed-controler[aria-checked=true]:before {
    background-color: CanvasText
  }
}

.checkbox-mixed-controler[aria-checked=false]:before {
  box-shadow: inset 0 0 0 .0625rem #888b99;
  background-color: unset
}

.high-contrast .checkbox-mixed-controler[aria-checked=false]:before {
  box-shadow: inset 0 0 0 .0625rem #2e2e31
}

.checkbox-mixed-controler[aria-checked=mixed]:before {
  background-size: .5rem auto;
  background-position: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSI4IiBoZWlnaHQ9IjIiIHJ4PSIxIiBmaWxsPSIjZmZmIi8+PC9zdmc+")
}

.checkbox-mixed-controler:focus:before {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-check-input[type=checkbox]:focus:not(:focus-visible) {
  outline-color: transparent
}

.form-check-input[type=checkbox]:focus-visible,
.form-check-input[type=checkbox][aria-disabled=true]:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.checkbox-mixed .checkbox-group {
  margin-left: 1rem
}

.form-check-input[type=radio] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 .0625rem #888b99;
  transition: .2s ease-in-out;
  transition-property: border, box-shadow, background;
  background: #fff
}

.high-contrast .form-check-input[type=radio] {
  box-shadow: inset 0 0 0 .0625rem #2e2e31
}

.form-check-input[type=radio]:checked {
  background-color: var(--ft--color-primary);
  box-shadow: var(--ft--color-primary) 0 0 0 .0625rem inset, #fff 0 0 0 .25rem inset
}

.form-check-input[type=radio]:checked:disabled,
.form-check-input[type=radio]:checked[aria-disabled=true] {
  background-color: #71747f;
  box-shadow: inset 0 0 0 .0625rem #5b5d65, inset 0 0 0 .25rem #e6e7ec
}

.high-contrast .form-check-input[type=radio]:checked:disabled,
.high-contrast .form-check-input[type=radio]:checked[aria-disabled=true] {
  box-shadow: inset 0 0 0 .0625rem #2e2e31, inset 0 0 0 .25rem #e6e7ec
}

.form-check-input[type=radio]:checked:disabled~.form-check-label,
.form-check-input[type=radio]:checked:disabled~.label-container .form-check-label,
.form-check-input[type=radio]:checked[aria-disabled=true]~.form-check-label,
.form-check-input[type=radio]:checked[aria-disabled=true]~.label-container .form-check-label {
  color: #2e2e31
}

.form-check-input[type=radio]:checked:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .25rem #fff
}

.form-check-input[type=radio]:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31
}

.form-check-inline .form-check-input[type=checkbox],
.form-check-inline .form-check-input[type=radio] {
  position: absolute;
  margin-left: -1rem;
  margin-right: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control-wrapper:not(:first-child) .form-control,
.input-group>.form-control:not(:first-child),
.input-group>.input-group-append:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control-wrapper:not(:last-child) .form-control,
.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.input-group-prepend:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.form-control-wrapper {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.form-datalist input::-webkit-calendar-picker-indicator {
  display: none !important
}

.form-datalist .form-control:focus,
.form-datalist .form-control:hover {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEBAMAAACw6DhOAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAhOAAAITgBRZYxYAAAABVQTFRFLC0uQEFCISEiAAAAMjM0ISIiMTIzijjbtAAAAAd0Uk5Tzv8UAOsm6HBaQi8AAAAcSURBVHicY2AUFGRgUBAUUGAwcnQyYDAOCzYAABCTAnaomH5NAAAAAElFTkSuQmCC) center right .5rem no-repeat #fff
}

.form-datalist .form-control:disabled:focus,
.form-datalist .form-control:disabled:hover,
.form-datalist .form-control[aria-disabled=true]:focus,
.form-datalist .form-control[aria-disabled=true]:hover {
  background: #e6e7ec
}

.form-datalist .form-control.has-icon-right {
  background-position: center right 2rem
}

.form-datalist .form-control.is-invalid:focus,
.form-datalist .form-control.is-invalid:hover,
.form-datalist .was-validated .form-control:invalid:focus,
.form-datalist .was-validated .form-control:invalid:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DB1C49' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23DB1C49' stroke='none'/%3E%3C/svg%3E"), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEBAMAAACw6DhOAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAhOAAAITgBRZYxYAAAABVQTFRFLC0uQEFCISEiAAAAMjM0ISIiMTIzijjbtAAAAAd0Uk5Tzv8UAOsm6HBaQi8AAAAcSURBVHicY2AUFGRgUBAUUGAwcnQyYDAOCzYAABCTAnaomH5NAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center, center right 1.75rem;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem), .5rem
}

.form-datalist .form-control.is-valid:focus,
.form-datalist .form-control.is-valid:hover,
.form-datalist .was-validated .form-control:valid:focus,
.form-datalist .was-validated .form-control:valid:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%233c763d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAEBAMAAACw6DhOAAAAAXNSR0IB2cksfwAAAAlwSFlzAAAhOAAAITgBRZYxYAAAABVQTFRFLC0uQEFCISEiAAAAMjM0ISIiMTIzijjbtAAAAAd0Uk5Tzv8UAOsm6HBaQi8AAAAcSURBVHicY2AUFGRgUBAUUGAwcnQyYDAOCzYAABCTAnaomH5NAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center, center right 1.75rem;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem), .5rem
}

.custom-switch {
  padding-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: .5rem;
  -ms-flex-align: center;
  align-items: center
}

.custom-switch.reversed>.custom-control-label {
  -ms-flex-order: -1;
  order: -1
}

.custom-switch .custom-control-input {
  position: static;
  opacity: 1;
  -moz-appearance: none;
  appearance: none;
  width: 2.5rem;
  height: 1.375rem;
  vertical-align: top;
  border: none;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
  cursor: pointer;
  background-color: #888b99;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact
}

.custom-switch .custom-control-input:after {
  content: "✓";
  opacity: 0;
  float: right;
  color: #3c763d;
  font-size: .8em;
  line-height: 1.375rem;
  margin-right: .4rem;
  transition: none
}

.high-contrast .custom-switch .custom-control-input {
  background-color: #44454b
}

.custom-switch .custom-control-input:checked,
.custom-switch .custom-control-input[aria-checked=true] {
  background-color: #57a458;
  background-position: 100%
}

.custom-switch .custom-control-input:checked:after,
.custom-switch .custom-control-input[aria-checked=true]:after {
  opacity: 1;
  transition: opacity .25s ease-in-out
}

.custom-switch .custom-control-input:focus {
  outline: 0
}

.custom-switch .custom-control-input:focus:focus {
  box-shadow: 0 0 0 .125rem #fff, 0 0 0 .25rem #2e2e31
}

.custom-switch .custom-control-input:disabled,
.custom-switch .custom-control-input[aria-disabled=true] {
  background-color: #9ea2b3;
  background-size: 1.075rem;
  background-position: .2rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23eee'/%3E%3C/svg%3E")
}

.high-contrast .custom-switch .custom-control-input:disabled,
.high-contrast .custom-switch .custom-control-input[aria-disabled=true] {
  background-color: #71747f
}

.custom-switch .custom-control-input:disabled:checked,
.custom-switch .custom-control-input:disabled[aria-checked=true],
.custom-switch .custom-control-input[aria-disabled=true]:checked,
.custom-switch .custom-control-input[aria-disabled=true][aria-checked=true] {
  background-size: contain !important;
  background-position: 100% !important
}

.custom-switch .custom-control-input:disabled:checked:after,
.custom-switch .custom-control-input:disabled[aria-checked=true]:after,
.custom-switch .custom-control-input[aria-disabled=true]:checked:after,
.custom-switch .custom-control-input[aria-disabled=true][aria-checked=true]:after {
  color: #5b5d65
}

.custom-switch .help-block {
  width: 100%
}

.custom-switch .custom-control-input-sm {
  width: 2rem;
  height: 1.125rem
}

.custom-switch .custom-control-input-sm:after {
  font-size: .7em;
  line-height: 1.125rem;
  margin-right: .3rem
}

.custom-switch .custom-control-input:checked+label {
  font-weight: 700
}

.custom-switch .custom-control-input:disabled+label,
.custom-switch .custom-control-input[aria-disabled=true]+label {
  opacity: .6;
  cursor: not-allowed
}

.custom-switch .custom-control-label {
  cursor: pointer;
  line-height: 1
}

.custom-switch .custom-control-label:after,
.custom-switch .custom-control-label:before {
  display: none
}

.media-form {
  border-radius: .75rem
}

.media-form>.icon {
  font-size: 2.5rem
}

.media-form .media-body {
  width: auto;
  max-width: none
}

.media-form+.media-form {
  margin-top: 1rem
}

a.page-link:not([href]) {
  opacity: 0
}

.autocomplete {
  -ms-flex-positive: 1;
  flex-grow: 1
}

.autocomplete .form-control {
  padding-right: 2.5rem
}

.autocomplete .btn-ratio-square {
  position: absolute;
  right: .375rem;
  top: 50%;
  transform: translateY(-50%);
  min-width: calc(var(--ft--button-ratio-square-sm-width) - .25rem) !important;
  min-height: calc(var(--ft--button-sm-height) - .25rem) !important
}

.autocomplete .btn-ratio-square .icon-close {
  font-size: var(--font-size-text)
}

.autocomplete input:-moz-placeholder-shown~.btn-ratio-square {
  display: none
}

.autocomplete input:-ms-input-placeholder~.btn-ratio-square {
  display: none
}

.autocomplete input:placeholder-shown~.btn-ratio-square {
  display: none
}

.autocomplete[data-loading=true] .btn-ratio-square {
  display: none
}

.autocomplete-input {
  position: relative;
  width: 100%
}

[data-position=above] .autocomplete-input[aria-expanded=true] {
  z-index: 2
}

.autocomplete[data-loading=true] .form-control-wrapper:after {
  animation: b 1s linear infinite;
  border: 3px solid rgba(0, 0, 0, .12);
  border-radius: 100%;
  border-right-color: rgba(0, 0, 0, .48);
  content: "";
  height: 20px;
  position: absolute;
  right: .625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.autocomplete-result-list {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  box-shadow: 0 3px 7px -1px rgba(15, 20, 56, .2);
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  max-height: 296px;
  overflow-y: auto;
  padding: .5rem .75rem;
  border-radius: .5rem;
  z-index: 3 !important
}

.autocomplete-result-list .icon {
  position: static
}

[data-position=below] .autocomplete-result-list {
  margin-top: .125rem
}

[data-position=above] .autocomplete-result-list {
  margin-bottom: .125rem
}

.autocomplete-group {
  padding: .25rem .125rem;
  font-weight: 700
}

.autocomplete-result {
  padding: .25rem .5rem;
  margin-bottom: .25rem
}

.autocomplete-result:hover,
.autocomplete-result[aria-selected=true] {
  background-color: #f5f5f8;
  border-radius: .25rem;
  cursor: pointer
}

.autocomplete-feedback {
  margin-bottom: .25rem !important
}

.autocomplete-feedback.invalid-feedback {
  gap: .5rem
}

.autocomplete-feedback.invalid-feedback,
.ft-captcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.ft-captcha {
  border-radius: .75rem;
  background: rgba(0, 0, 0, .05);
  padding: 20px;
  max-width: 480px;
  position: relative;
  border: var(--ft--contrasted-border-width) solid var(--ft--color-border-neutral-default-weaker)
}

.ft-captcha .form-group {
  margin-bottom: 0
}

.ft-captcha-title {
  display: block;
  margin-bottom: .5rem;
  width: 100%;
  max-width: 100%;
  padding: 0;
  color: #000;
  font-size: .875rem;
  line-height: 1.25rem;
  white-space: normal;
  font-weight: 700
}

.ft-captcha-left {
  -ms-flex: 1;
  flex: 1
}

.ft-captcha-operation {
  border-radius: 4px;
  background: rgba(0, 0, 0, .05);
  color: #000;
  font-family: Marianne, system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  letter-spacing: .2rem;
  border: var(--ft--contrasted-border-width) solid var(--ft--color-border-neutral-default-weaker)
}

.ft-captcha-operation.with-line-through span {
  display: inline-block;
  position: relative
}

.ft-captcha-operation.with-line-through span:before {
  content: "";
  position: absolute;
  display: var(--ft--contrasted-hidden);
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  transform: skew(5deg, 5deg);
  top: 50%
}

.ft-captcha-helpers {
  padding: 10px 0 10px 20px;
  margin-left: 30px;
  border-left: 1px solid var(--ft--color-border-neutral-default-weaker);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.ft-captcha-helpers .btn {
  min-width: 8.125rem;
  margin-left: 0 !important
}

@media only screen and (max-width: 479px) {
  .ft-captcha {
    -ms-flex-direction: column;
    flex-direction: column
  }

  .ft-captcha-helpers {
    border-left: none;
    padding: 20px 0 0;
    margin-left: 0;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: .5rem
  }

  .ft-captcha-helpers .btn.mb-2 {
    margin-bottom: 0 !important
  }
}

.datepicker-btn.btn-icon-only {
  padding: .375rem .75rem
}

.datepicker-btn.btn-icon-only .icon {
  margin-right: 0 !important
}

.datepicker-sm .input-group {
  max-width: 10rem
}

.datepicker-md .input-group {
  max-width: 15rem
}

.datepicker-xl .input-group {
  max-width: 20rem
}

.datepicker-dialog {
  display: none;
  position: absolute;
  z-index: 1000;
  top: calc(100% + .375rem);
  left: 0;
  width: 320px;
  padding: 12px 8px 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 7px -1px rgba(15, 20, 56, .2)
}

.high-contrast .datepicker-dialog {
  border: 1px solid #2e2e31
}

@media (max-width: 768px) {
  .datepicker-dialog {
    width: 290px
  }
}

.datepicker-dialog-open {
  display: block
}

.datepicker-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -4px 8px;
  padding: 0 6px
}

.datepicker-dialog-next-month,
.datepicker-dialog-next-year,
.datepicker-dialog-prev-month,
.datepicker-dialog-prev-year {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  padding: 0;
  background-color: transparent;
  border: 0
}

.datepicker-dialog-prev-month {
  margin-right: auto
}

.datepicker-dialog-next-month {
  margin-left: auto
}

.datepicker-dialog-month-year {
  margin-bottom: 0;
  font-size: var(--ft--font-size-text);
  font-weight: 700
}

.datepicker-dialog-body {
  margin: 0 -8px
}

.datepicker-dialog-table {
  table-layout: fixed;
  border-collapse: separate;
  border: 0 !important;
  border-spacing: .5rem !important
}

.datepicker-dialog-table>thead>tr>th {
  padding: 0 4px;
  border-bottom: 0;
  text-align: center
}

.datepicker-dialog-table>tbody>tr>td,
.datepicker-dialog-table>tbody>tr>th {
  width: 36px;
  height: 36px;
  padding: 4px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  text-align: center;
  color: #171717;
  line-height: 1;
  cursor: pointer
}

.datepicker-dialog-table>tbody>tr>td.disabled,
.datepicker-dialog-table>tbody>tr>th.disabled {
  background-color: transparent;
  border-color: transparent;
  cursor: default
}

.datepicker-dialog-table>tbody>tr[style*="visibility: hidden"] {
  display: none
}

.datepicker-dialog-table>thead>tr>td,
.datepicker-dialog-table>thead>tr>th {
  border: 0 !important;
  color: #171717
}

.datepicker-dialog-table>tbody>tr>td,
.datepicker-dialog-table>tbody>tr>th {
  border-radius: .5rem
}

.datepicker-dialog-table>tbody>tr>td:not(.disabled):hover,
.datepicker-dialog-table>tbody>tr>td[tabindex="0"],
.datepicker-dialog-table>tbody>tr>th:not(.disabled):hover,
.datepicker-dialog-table>tbody>tr>th[tabindex="0"] {
  background-color: var(--ft--datepicker-day-background-hover)
}

.datepicker-dialog-table>tbody>tr>td[aria-selected=true],
.datepicker-dialog-table>tbody>tr>th[aria-selected=true] {
  border-color: var(--ft--color-primary);
  color: var(--ft--color-primary);
  background-color: #fff;
  font-weight: 700
}

.datepicker-dialog-table>tbody>tr>td[aria-selected=true][tabindex="0"]:not(:focus),
.datepicker-dialog-table>tbody>tr>th[aria-selected=true][tabindex="0"]:not(:focus) {
  background-color: #fff
}

.datepicker-dialog-table>tbody>tr>td:focus,
.datepicker-dialog-table>tbody>tr>th:focus {
  outline: 0;
  border-width: .125rem;
  border-color: #171717;
  font-weight: 700;
  color: #171717
}

.input-password-with-toggle+.input-group-append {
  position: relative;
  margin-left: -2px;
  border-radius: 0 .5rem .5rem 0;
  z-index: 1;
  box-shadow: inset 0 0 0 1px #888b99
}

.input-password-with-toggle+.input-group-append:before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #fff
}

.has-error .input-password-with-toggle:invalid+.input-group-append,
.input-password-with-toggle.is-invalid+.input-group-append,
.was-validated .input-password-with-toggle:invalid+.input-group-append {
  box-shadow: inset 0 0 0 1px #91170e
}

.input-password-with-toggle.is-valid+.input-group-append,
.was-validated .input-password-with-toggle:valid+.input-group-append {
  box-shadow: inset 0 0 0 1px #046136
}

.input-date-multi .month-input {
  padding: 0 7px
}

.input-date-multi .year-input .form-control {
  max-width: 7ch;
  padding: .375rem;
  text-align: center
}

.search-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: .5rem
}

.search-form .form-label {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

.search-form [type=text] {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto
}

.search-form .help-block {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%
}

@media (min-width: 576px) {
  .search-form .help-block {
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width: 575.98px) {
  .search-form [type=submit] {
    margin-top: .5rem
  }
}

.has-counter .form-counter {
  text-align: right
}

@media (max-width: 575.98px) {
  .has-counter .form-counter {
    float: none;
    text-align: left
  }
}

@media (min-width: 480px) {
  .has-counter .form-counter {
    float: right;
    margin-left: .75rem
  }
}

.header-generic {
  position: fixed;
  height: 60px;
  animation: a .5s;
  transition: height .3s ease-out;
  z-index: 1001;
  width: 100%;
  background: #fff;
  background-color: hsla(0, 0%, 100%, .97);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
  font-family: Marianne, system-ui, sans-serif;
  font-size: .75rem
}

.header-generic~.main {
  padding-top: 60px
}

.header-generic .app-logo {
  margin-right: .625rem;
  width: 40px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
  border-radius: .5rem
}

.header-generic .nav-brand {
  color: #2e2e31;
  text-decoration: none;
  font-size: 1.5rem
}

.header-generic .nav-brand:hover {
  text-decoration: underline
}

.header-generic .nav-brand .app-name {
  margin-left: .25rem;
  font-size: 1.25rem
}

@media (max-width: 991.98px) {
  .header-generic .btn-header:not(.btn-menu) {
    padding-left: .5rem;
    padding-right: .5rem
  }
}

.header-generic .btn-header .icon {
  margin-right: 0;
  color: #5b5d65
}

.header-generic .btn-header .btn-content,
.high-contrast .header-generic .btn-header .icon {
  color: #2e2e31
}

.header-generic .btn-header:not(.btn-menu) .btn-content {
  margin-left: .75rem
}

.header-generic .btn-menu {
  -ms-flex-order: -1;
  order: -1
}

@media (max-width: 991.98px) {
  .header-generic .btn-menu {
    margin-right: .5rem;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1
  }

  .header-generic .btn-menu .icon {
    margin-right: 0
  }

  .header-generic .btn-menu .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (min-width: 576px) {
  .header-generic .btn-menu {
    margin-left: 1rem;
    border-left: 1px solid #f5f5f8;
    -ms-flex-order: initial;
    order: 0
  }
}

@media (max-width: 575.98px) {

  .header-generic .btn-menu .text-content,
  .header-generic .btn-messages .text-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (max-width: 767.98px) {

  .header-generic .btn-account .btn-content,
  .header-generic .btn-search .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

.header-generic .user-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  height: 2rem;
  width: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff
}

.header-generic .user-icon-wrapper .icon {
  margin: 0
}

.header-generic .btn-account.btn-dropdown {
  padding-right: .75rem
}

.header-generic .btn-account:not(.btn-account-connected) .icon-user {
  display: none
}

@media (max-width: 767.98px) {
  .header-generic .btn-account {
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1
  }

  .header-generic .btn-account .icon-chevron-sm-d {
    display: none
  }

  .header-generic .btn-account:not(.btn-account-connected) .icon-user {
    display: inline-block;
    margin-right: 0;
    height: 16px
  }

  .header-generic .btn-account.btn-account-connected .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

.header-generic .btn-account .icon-chevron-sm-d {
  height: 1rem;
  width: auto
}

.header-generic .btn-account-connected {
  padding-left: .25rem
}

.header-generic .btn-account-connected:focus .user-icon-wrapper,
.header-generic .btn-account-connected:hover .user-icon-wrapper {
  background-color: #9ea2b3
}

.header-generic .btn-account-connected:focus .user-icon-wrapper {
  transform: scale(.75);
  transition: transform .2s ease-out
}

@media (min-width: 768px) {
  .header-generic .btn-account-connected {
    min-width: 100px
  }

  .header-generic .btn-account-connected .user-icon-wrapper {
    margin-right: .5rem
  }
}

.header-generic .btn-account-connected .btn-content {
  max-width: 140px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.header-generic .tag-maintenance {
  background-color: #355eca;
  color: #fff
}

.high-contrast .header-generic .tag-maintenance {
  background-color: #203879
}

.header-generic .tag-maintenance .tag-append {
  color: #fff;
  background-color: #355eca
}

.high-contrast .header-generic .tag-maintenance .tag-append {
  background-color: #203879
}

.header-generic .btn-notifications .btn-content {
  position: absolute
}

.header-generic .btn-notifications .badge-over-icon {
  top: -18px;
  left: -7px
}

.header-generic .svg-brand,
.header-generic .svg-marianne {
  height: 35px;
  width: auto
}

@media (min-width: 768px) {

  .header-generic .svg-brand,
  .header-generic .svg-marianne {
    height: 45px
  }
}

.header-generic .svg-marianne {
  margin-right: 1rem
}

@media (min-width: 768px) {
  .header-generic .svg-marianne {
    margin-right: 1.25rem
  }
}

.header-generic .dropdown-menu {
  border-radius: .5rem
}

.header-generic .dropdown-list .dropdown-item {
  border-radius: 1.25rem;
  padding-left: .75rem
}

.header-generic .dropdown-list .dropdown-item:hover .icon,
.header-generic .dropdown-list .dropdown-item:visited {
  color: initial
}

.header~.main {
  padding-top: var(--header-height)
}

.header-ft {
  position: sticky;
  top: 0;
  height: var(--ft-header-height);
  width: 100%;
  padding: 0 0 0 1rem;
  background: #fff;
  animation: a .5s;
  transition: height .3s ease-out;
  z-index: 1001;
  box-shadow: 0 4px 4px 0 rgba(15, 20, 56, .08)
    /*! --- FIN Divers --- */
}

@media (min-width: 576px) {
  .header-ft {
    padding: 0 0 0 1.25rem
  }
}

.header-ft .inner-header,
.header-ft .logo-container {
  column-gap: 1rem
}

@media (min-width: 576px) {

  .header-ft .inner-header,
  .header-ft .logo-container {
    column-gap: 1.25rem
  }
}

.header-ft .has-block-link {
  position: relative
}

.header-ft .has-block-link .block-link:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.header-ft .flex-column-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--flex-column-list-gap, .75rem)
}

.header-ft .flex-row-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  column-gap: var(--flex-row-list-gap, 1rem)
}

.header-ft .related-container {
  padding: 1.25rem;
  border-radius: 12px
}

.header-ft .access-link {
  color: #2458e5
}

.header-ft .btn-header-menu,
.header-ft a.btn-header-menu:not([aria-disabled=true]) {
  color: #2e2e31
}

.header-ft .btn-header-menu:not(.btn-ratio-square),
.header-ft a.btn-header-menu:not([aria-disabled=true]):not(.btn-ratio-square) {
  padding: 0 1.25rem
}

.header-ft .btn-header-menu:focus,
.header-ft .btn-header-menu:hover,
.header-ft a.btn-header-menu:not([aria-disabled=true]):focus,
.header-ft a.btn-header-menu:not([aria-disabled=true]):hover {
  background-color: rgba(26, 26, 26, .05)
}

.header-ft .btn-header-menu:focus,
.header-ft a.btn-header-menu:not([aria-disabled=true]):focus {
  border-color: var(--ft--color-text-color)
}

.header-ft .show .btn-header-menu,
.header-ft .show a.btn-header:not([aria-disabled=true]) {
  background-color: rgba(26, 26, 26, .05)
}

.header-ft .header-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1.25rem
}

.header-ft .header-right {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header-ft .btn-switch-profile {
  background: #edf1ff;
  border-radius: 0;
  color: var(--ft-color-text-content-default)
}

.header-ft .btn-switch-profile .icon {
  transition: all .2s ease-in;
  transform: translateX(0)
}

.header-ft .btn-switch-profile:hover {
  color: var(--ft-color-text-content-default);
  background-color: #dbe3ff
}

.header-ft .btn-switch-profile:hover .icon {
  transition: all .2s ease-in;
  transform: translateX(3px)
}

.header-ft .header-right-menu {
  column-gap: .5rem
}

@media (min-width: 576px) {
  .header-ft .header-right-menu {
    padding-right: 1.25rem
  }
}

.header-ft .mobile-controls {
  column-gap: .5rem;
  padding-right: 1rem
}

.header-ft .main-menu {
  --flex-row-list-gap: 0.25rem
}

.header-ft .logo-container {
  display: -ms-flexbox;
  display: flex
}

.header-ft .brand-logo,
.header-ft .marianne-logo,
.header-ft .svg-brand,
.header-ft .svg-marianne {
  transition: all .3s ease-out;
  height: 60px;
  width: auto
}

@media (min-width: 768px) {

  .header-ft .brand-logo,
  .header-ft .marianne-logo,
  .header-ft .svg-brand,
  .header-ft .svg-marianne {
    height: 60px
  }
}

@media (max-width: 991.98px) {
  .header-ft .btn-header:not(.btn-menu) {
    padding-left: .5rem;
    padding-right: .5rem
  }
}

.header-ft .btn-header .icon {
  margin-right: 0;
  color: #5b5d65
}

.header-ft .btn-header .btn-content,
.high-contrast .header-ft .btn-header .icon {
  color: #2e2e31
}

.header-ft .btn-header:not(.btn-menu) .btn-content {
  margin-left: .75rem
}

.header-ft .btn-menu {
  -ms-flex-order: -1;
  order: -1
}

@media (max-width: 991.98px) {
  .header-ft .btn-menu {
    margin-right: .75rem;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1
  }

  .header-ft .btn-menu .icon {
    margin-right: 0
  }

  .header-ft .btn-menu .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (min-width: 576px) {
  .header-ft .btn-menu {
    margin-left: 1rem;
    border-left: 1px solid #f5f5f8;
    -ms-flex-order: initial;
    order: 0
  }
}

@media (max-width: 575.98px) {
  .header-ft .btn-menu .text-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (max-width: 767.98px) {

  .header-ft .btn-account .btn-content,
  .header-ft .btn-search .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

.header-ft .user-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-radius: 50px;
  height: 2rem;
  width: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff
}

.header-ft .user-icon-wrapper .icon {
  margin: 0
}

.header-ft .btn-account:not(.btn-account-connected) .icon-user {
  display: none
}

@media (max-width: 767.98px) {
  .header-ft .btn-account {
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    aspect-ratio: 1/1
  }

  .header-ft .btn-account .icon-chevron-sm-d {
    display: none
  }

  .header-ft .btn-account:not(.btn-account-connected) .icon-user {
    display: inline-block;
    margin-right: 0;
    height: 16px
  }

  .header-ft .btn-account.btn-account-connected .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

.header-ft .btn-account .icon-chevron-sm-d {
  height: 1rem;
  width: auto
}

.header-ft .btn-account-connected .btn-content {
  max-width: 140px;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.header-ft .btn-account-connected:focus .user-icon-wrapper,
.header-ft .btn-account-connected:hover .user-icon-wrapper {
  background-color: #9ea2b3
}

.header-ft .btn-account-connected:focus .user-icon-wrapper {
  transform: scale(.75);
  transition: transform .2s ease-out
}

@media (max-width: 1199.98px) {
  .header-ft .btn-account-connected {
    width: 75px;
    padding-left: .5rem;
    padding-right: 1rem
  }

  .header-ft .btn-account-connected .btn-content {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
  }
}

@media (min-width: 1200px) {
  .header-ft .btn-account-connected {
    padding-left: .5rem;
    min-width: 100px
  }

  .header-ft .btn-account-connected .user-icon-wrapper {
    margin-right: .5rem
  }
}

.header-ft .tag-maintenance {
  background-color: #355eca;
  color: #fff
}

.high-contrast .header-ft .tag-maintenance {
  background-color: #203879
}

.header-ft .tag-maintenance .tag-append {
  color: #fff;
  background-color: #355eca
}

.high-contrast .header-ft .tag-maintenance .tag-append {
  background-color: #203879
}

.header-ft .btn-notifications .btn-content {
  position: absolute
}

.header-ft .btn-notifications .badge-over-icon {
  top: -18px;
  left: -7px
}

.header-ft .btn-switch-profile,
.header-ft .dropdown-main-menu:not(.dropdown-main-menu-mobile),
.header-ft .header-right-menu {
  display: none
}

@media (min-width: 1024px) {

  .header-ft .btn-switch-profile,
  .header-ft .dropdown-main-menu:not(.dropdown-main-menu-mobile),
  .header-ft .header-right-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}

.header-ft .mobile-controls,
.header-ft .notification-modal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 1024px) {

  .header-ft .mobile-controls,
  .header-ft .notification-modal {
    display: none
  }
}

.header-ft .show .btn-account,
.header-ft .show .btn-account:focus,
.header-ft .show .btn-notifications,
.header-ft .show .btn-notifications:focus,
.header-ft .show .btn-search,
.header-ft .show .btn-search:focus {
  background-color: var(--ft--color-text-color);
  border-color: var(--ft--color-text-color);
  color: #fff
}

.header-ft .show .btn-account-connected .user-icon-wrapper {
  background-color: #9ea2b3
}

.header-ft .dropdown-main-menu {
  /*! --- FIN Typographie / Titres --- */
  /*! --- Actualités / Articles --- */
  /*! --- FIN Actualités / Articles --- */
  /*! ---- FIN Services ----- !*/
  /*! --- FIN Thématiques --- */
}

.header-ft .dropdown-main-menu .btn-dropdown .icon {
  transition: transform .4s
}

.header-ft .dropdown-main-menu .burger-icon {
  animation: a 1s ease-in-out
}

.header-ft .dropdown-main-menu .burger-icon .straight {
  opacity: 0;
  transform-origin: center
}

.header-ft .dropdown-main-menu .burger-icon .straight.top {
  animation: k .5s ease-in-out
}

.header-ft .dropdown-main-menu .burger-icon .straight.bottom {
  animation: l .5s ease-in-out
}

.header-ft .dropdown-main-menu .burger-icon .curved.top {
  animation: f .5s ease-in-out;
  transform: translateY(-5px)
}

.header-ft .dropdown-main-menu .burger-icon .curved.bottom {
  animation: h .5s ease-in-out;
  transform: translateY(5px)
}

.header-ft .dropdown-main-menu .burger-icon .curved.middle {
  opacity: 1;
  transition: opacity .3s
}

.header-ft .dropdown-main-menu .burger-icon .curved.bottom,
.header-ft .dropdown-main-menu .burger-icon .curved.top {
  transform-origin: center
}

.header-ft .dropdown-main-menu.show .curved.bottom,
.header-ft .dropdown-main-menu.show .curved.middle,
.header-ft .dropdown-main-menu.show .curved.top {
  opacity: 0
}

.header-ft .dropdown-main-menu.show .curved.top {
  animation: e .5s ease-in-out
}

.header-ft .dropdown-main-menu.show .curved.bottom {
  animation: g .5s ease-in-out
}

.header-ft .dropdown-main-menu.show .straight {
  opacity: 1
}

.header-ft .dropdown-main-menu.show .straight.top {
  animation: i .5s ease-in-out;
  transform: rotate(45deg)
}

.header-ft .dropdown-main-menu.show .straight.bottom {
  animation: j .5s ease-in-out;
  transform: rotate(-45deg)
}

.header-ft .dropdown-main-menu.show:after {
  content: "";
  background: rgba(0, 0, 0, .5);
  inset: 0;
  top: var(--ft-header-height);
  position: fixed;
  animation: a .4s
}

.header-ft .dropdown-main-menu.show .btn-dropdown .icon {
  transform: rotate(-180deg)
}

.header-ft .dropdown-main-menu.show .container,
.header-ft .dropdown-main-menu.show .main-col,
.header-ft .dropdown-main-menu.show .main-content,
.header-ft .dropdown-main-menu.show .side-col,
.header-ft .dropdown-main-menu.show .sub-navigation {
  animation: d .4s
}

.header-ft .dropdown-main-menu.show .hamburger-icon {
  transform: rotate(-45deg)
}

.header-ft .dropdown-main-menu.show .hamburger-icon:before {
  top: 0;
  transform: rotate(-90deg)
}

.header-ft .dropdown-main-menu.show .hamburger-icon:after {
  bottom: 0;
  transform: rotate(-270deg)
}

.header-ft .dropdown-main-menu .dropdown-full-width {
  max-height: calc(100vh - var(--ft-header-height));
  overflow: auto;
  position: fixed;
  background-color: #fff;
  top: -100%;
  left: 0;
  right: 0;
  border-radius: 0;
  transition: top .4s ease-in-out;
  color: var(--ft-text-base-color);
  font-weight: 400;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Marianne, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  padding: 0;
  margin: 0;
  transform: none !important
}

.header-ft .dropdown-main-menu .dropdown-full-width.show {
  top: var(--ft-header-height) !important
}

.header-ft .dropdown-main-menu .btn-search+.dropdown-menu {
  overflow: initial
}

.header-ft .dropdown-main-menu .container {
  --flex-row-list-gap: 1.25rem;
  max-width: 1440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: var(--flex-row-list-gap);
  padding: 2rem 1.25rem
}

@media (min-width: 1200px) {
  .header-ft .dropdown-main-menu .container {
    --flex-row-list-gap: 2.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2.5rem 2rem
  }
}

@media (min-width: 1440px) {
  .header-ft .dropdown-main-menu .container {
    padding: 2.5rem 5rem
  }
}

.header-ft .dropdown-main-menu .main-col {
  --flex-column-list-gap: 2.5rem;
  -ms-flex: 2;
  flex: 2;
  background: #fff
}

.header-ft .dropdown-main-menu .main-col .column {
  --flex-column-list-gap: 1.5rem
}

.header-ft .dropdown-main-menu .side-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.25rem
}

@media (min-width: 768px) and (max-width:1199.98px) {
  .header-ft .dropdown-main-menu .side-col {
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 1.25rem
  }
}

.header-ft .dropdown-main-menu .side-col .access-link+.access-link {
  display: block;
  margin-top: .5rem
}

.header-ft .dropdown-main-menu .title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  column-gap: .5rem
}

.header-ft .dropdown-main-menu .title .icon {
  line-height: inherit
}

.header-ft .dropdown-main-menu .section-title {
  font-size: 1.125rem
}

.header-ft .dropdown-main-menu .section-title,
.header-ft .dropdown-main-menu .subsection-title,
.header-ft .dropdown-main-menu .text-link {
  color: var(--ft-color-text-content-default)
}

.header-ft .dropdown-main-menu .subtitle {
  color: #5b5d65;
  font-style: italic
}

.header-ft .dropdown-main-menu .article-container {
  --flex-column-list-gap: 1rem
}

.header-ft .dropdown-main-menu .article-list .media {
  column-gap: 1.25rem
}

.header-ft .dropdown-main-menu .article-list .media-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: .5rem
}

.header-ft .dropdown-main-menu .article-list .illustration {
  -ms-flex-item-align: start;
  align-self: start;
  background-color: #5b5d65;
  border-radius: 12px;
  height: 60px;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  object-fit: cover
}

@media (min-width: 576px) {
  .header-ft .dropdown-main-menu .article-list .illustration {
    height: 80px;
    width: 160px
  }
}

.header-ft .dropdown-main-menu .article-list .content {
  display: none
}

@media (min-width: 576px) {
  .header-ft .dropdown-main-menu .article-list .content {
    display: block
  }
}

.header-ft .dropdown-main-menu .dropdown-mobile .main-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.25rem;
  row-gap: 1.25rem
}

.header-ft .dropdown-main-menu .dropdown-mobile .advice-block .section-title,
.header-ft .dropdown-main-menu .dropdown-mobile .article-container .section-title,
.header-ft .dropdown-main-menu .dropdown-mobile .themes .section-title {
  font-size: 1rem
}

.header-ft .dropdown-main-menu .sub-navigation {
  background-color: #dbe3ff
}

.header-ft .dropdown-main-menu .sub-navigation .container {
  --flex-row-list-gap: 1rem;
  padding: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header-ft .dropdown-main-menu .sub-navigation .btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem
}

.header-ft .dropdown-main-menu .sub-navigation .btn {
  width: 100%
}

.header-ft .dropdown-main-menu .sub-navigation .btn+.btn {
  margin: 0
}

@media (min-width: 768px) {
  .header-ft .dropdown-main-menu .sub-navigation .container {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .header-ft .dropdown-main-menu .sub-navigation .btn-wrapper,
  .header-ft .dropdown-main-menu .sub-navigation .container {
    column-gap: 1rem
  }

  .header-ft .dropdown-main-menu .sub-navigation .btn {
    width: auto
  }
}

@media (min-width: 1200px) {
  .header-ft .dropdown-main-menu .sub-navigation .container {
    padding: 1.25rem 5rem
  }
}

.header-ft .dropdown-main-menu .services-auth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem;
  column-gap: 1.5rem;
  -ms-flex: 1;
  flex: 1
}

@media (min-width: 992px) {
  .header-ft .dropdown-main-menu .services-auth {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.header-ft .dropdown-main-menu .services-auth .column {
  --flex-column-list-gap: 0.75rem;
  -ms-flex: 1;
  flex: 1
}

.header-ft .dropdown-main-menu .services-auth .group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: .75rem
}

.header-ft .dropdown-main-menu .services-auth .group .flex-column-list {
  -ms-flex: 1;
  flex: 1
}

@media (min-width: 576px) and (max-width:991.98px) {
  .header-ft .dropdown-main-menu .services-auth .group {
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 1rem
  }
}

.header-ft .dropdown-main-menu .services-auth .section-title {
  --flex-row-list-gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center
}

.header-ft .dropdown-main-menu .services-auth .icon {
  font-size: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header-ft .dropdown-main-menu .services-auth .menu-item {
  padding-left: 2rem
}

.header-ft .dropdown-main-menu .services-auth .menu-item .list {
  --flex-column-list-gap: 0.5rem;
  padding-top: .75rem;
  padding-left: 1rem
}

.header-ft .dropdown-main-menu .services-auth .menu-item .text-link {
  color: var(--ft-color-text-content-default)
}

.header-ft .dropdown-main-menu .services-auth .menu-item .text-link:hover {
  text-decoration: none
}

.header-ft .dropdown-main-menu .services-auth .menu-item {
  display: block
}

.header-ft .dropdown-main-menu .services-auth .list {
  margin-bottom: 0;
  padding-top: .5rem;
  padding-left: 15px
}

.header-ft .dropdown-main-menu .services-auth .list .text-link {
  color: var(--ft--color-primary)
}

.header-ft .dropdown-main-menu .services-auth .section-title .btn {
  color: #5b5d65;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  font-weight: 700
}

.header-ft .dropdown-main-menu .services-auth .section-title .btn:focus {
  box-shadow: none
}

.header-ft .dropdown-main-menu .services-auth .section-title .btn .icon {
  margin: 0;
  font-size: 1rem
}

.header-ft .dropdown-main-menu .services-auth .section-title .btn .btn-content {
  text-decoration: none;
  text-align: left
}

.header-ft .dropdown-main-menu .services,
.header-ft .dropdown-main-menu .services .group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1.5rem
}

@media (min-width: 768px) {
  .header-ft .dropdown-main-menu .services {
    --flex-row-list-gap: 2.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: 1.75rem
  }

  .header-ft .dropdown-main-menu .services .group {
    width: 50%
  }
}

@media (min-width: 1200px) {
  .header-ft .dropdown-main-menu .services {
    padding: 0 1.25rem
  }
}

.header-ft .dropdown-main-menu .services,
.header-ft .dropdown-main-menu .services .group {
  row-gap: 1.25rem
}

.header-ft .dropdown-main-menu .header-service-link {
  column-gap: .75rem
}

.header-ft .dropdown-main-menu .header-service-link .media-body {
  row-gap: .25rem
}

.header-ft .dropdown-main-menu .header-service-link:focus .icon-container,
.header-ft .dropdown-main-menu .header-service-link:hover .icon-container {
  animation: c .4s ease-in-out
}

.header-ft .dropdown-main-menu .header-service-link .text-link {
  color: var(--ft-color-text-content-default)
}

.header-ft .dropdown-main-menu .header-service-link .text-link:hover {
  text-decoration: none
}

.header-ft .dropdown-main-menu .header-service-link .icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1rem;
  background: #e9e8f1
}

.header-ft .dropdown-main-menu .header-service-link .icon-container .icon {
  font-size: 1.5rem;
  transition: transform .4s ease-out;
  margin: 0
}

.header-ft .dropdown-main-menu .header-service-link .content {
  color: #5b5d65
}

.header-ft .dropdown-main-menu .more-services {
  --flex-column-list-gap: 1.25rem;
  background-color: #f5f5f8;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQwIiBoZWlnaHQ9IjIwNCIgdmlld0JveD0iMCAwIDI0MCAyMDQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTQuNzQzIDU2LjY4NDVDMjIwLjQ0MyAyMC4xOTIgMjUzLjI5MyAxLjk0NTY4IDI4OS4xNDkgMS45NDU2OEMzMjUuMDA0IDEuOTQ1NjggMzU3Ljg1NCAyMC4xOTIgNDIzLjU1NCA1Ni42ODQ1TDQzNi44NjcgNjQuMDc5M0M1MDMuMjUgMTAwLjk1MSA1MzYuNDQyIDExOS4zODcgNTU1LjQxNSAxNDkuOTc5QzU1Ni41NTEgMTUxLjgxIDU1Ny42NDMgMTUzLjY2NyA1NTguNjkzIDE1NS41NUM1NzYuMjE4IDE4Ni45OTMgNTc2LjIxOCAyMjQuOTcyIDU3Ni4yMTggMzAwLjkzMUM1NzYuMjE4IDM3Ni44ODkgNTc2LjIxOCA0MTQuODY4IDU1OC42OTMgNDQ2LjMxMkM1NTcuNjQzIDQ0OC4xOTQgNTU2LjU1MSA0NTAuMDUyIDU1NS40MTUgNDUxLjg4M0M1MzYuNDQyIDQ4Mi40NzQgNTAzLjI1IDUwMC45MSA0MzYuODY3IDUzNy43ODJMNDIzLjU1NCA1NDUuMTc3QzM1Ny44NTQgNTgxLjY2OSAzMjUuMDA0IDU5OS45MTYgMjg5LjE0OSA1OTkuOTE2QzI1My4yOTMgNTk5LjkxNiAyMjAuNDQzIDU4MS42NjkgMTU0Ljc0MyA1NDUuMTc3TDE0MS40MyA1MzcuNzgyQzc1LjA0NjcgNTAwLjkxIDQxLjg1NTEgNDgyLjQ3NCAyMi44ODI0IDQ1MS44ODNDMjEuNzQ2NiA0NTAuMDUyIDIwLjY1MzcgNDQ4LjE5NCAxOS42MDQ2IDQ0Ni4zMTJDMi4wNzk1OSA0MTQuODY4IDIuMDc5NTkgMzc2Ljg4OSAyLjA3OTU5IDMwMC45MzFDMi4wNzk1OSAyMjQuOTcyIDIuMDc5NTkgMTg2Ljk5MyAxOS42MDQ2IDE1NS41NUMyMC42NTM3IDE1My42NjcgMjEuNzQ2NiAxNTEuODEgMjIuODgyNCAxNDkuOTc5QzQxLjg1NTEgMTE5LjM4NyA3NS4wNDY3IDEwMC45NTEgMTQxLjQzIDY0LjA3OTNMMTU0Ljc0MyA1Ni42ODQ1WiIgZmlsbD0iI0U2RTdFQyIvPgo8cGF0aCBkPSJNMTM5LjY1NSA4MS40NzMxQzEzOS42NTUgNjUuNzYxNiAxMjYuOTE5IDUzLjAyNDggMTExLjIwNyA1My4wMjQ4Qzk1LjQ5NTUgNTMuMDI0OCA4Mi43NTg4IDY1Ljc2MTYgODIuNzU4OCA4MS40NzMxQzgyLjc1ODggOTcuMTg0NyA5NS40OTU1IDEwOS45MjEgMTExLjIwNyAxMDkuOTIxQzEyNi45MTkgMTA5LjkyMSAxMzkuNjU1IDk3LjE4NDcgMTM5LjY1NSA4MS40NzMxWiIgZmlsbD0iI0RGRTFFOCIvPgo8L3N2Zz4K");
  background-position: 100% 100%;
  background-repeat: no-repeat
}

.header-ft .dropdown-main-menu .more-services.more-service-entreprise {
  background-image: none
}

@media (min-width: 1200px) {
  .header-ft .dropdown-main-menu .more-services {
    --flex-column-list-gap: 1.5rem;
    width: 440px
  }
}

@media (min-width: 992px) and (max-width:1199.98px) {
  .header-ft .dropdown-main-menu .more-services .service-list {
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: var(--flex-column-list-gap)
  }
}

.header-ft .dropdown-main-menu .advice-container {
  --flex-column-list-gap: 1.25rem;
  -ms-flex: 1;
  flex: 1;
  background-color: #f0e3fa;
  background-position: 100% 100%;
  background-repeat: no-repeat
}

.header-ft .dropdown-main-menu .advice-container-yellow {
  background-color: #fff0c7;
  background-image: none
}

.header-ft .dropdown-main-menu .advice-container-purple {
  background-color: #dbe3ff;
  background-image: none
}

.header-ft .dropdown-main-menu .advice-block-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem
}

.header-ft .dropdown-main-menu .advice-block-list .advice-block {
  -ms-flex: 1;
  flex: 1
}

@media (min-width: 576px) {
  .header-ft .dropdown-main-menu .advice-block-list {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.header-ft .dropdown-main-menu .advice-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 1rem
}

.header-ft .dropdown-main-menu .advice-block .block-header {
  --flex-column-list-gap: 0.75rem
}

.header-ft .dropdown-main-menu .advice-block .body {
  --flex-column-list-gap: 1.25rem
}

@media (min-width: 768px) {
  .header-ft .dropdown-main-menu .advice-block .body {
    -ms-flex-direction: row;
    flex-direction: row;
    column-gap: var(--flex-column-list-gap)
  }

  .header-ft .dropdown-main-menu .advice-block .body .group {
    -ms-flex: 1;
    flex: 1
  }
}

.header-ft .dropdown-main-menu .advice-block .advice-list,
.header-ft .dropdown-main-menu .advice-block .group {
  --flex-column-list-gap: 0.5rem
}

.header-ft .dropdown-main-menu .advice-block .advice-list {
  padding-left: 1rem
}

.header-ft .dropdown-main-menu .theme-block,
.header-ft .dropdown-main-menu .themes {
  --flex-column-list-gap: 0.75rem
}

.header-ft .dropdown-main-menu .theme-block {
  background-color: #fff7e3;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIwIiBoZWlnaHQ9IjIxNiIgdmlld0JveD0iMCAwIDIyMCAyMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNTQuNzQzIDU2LjY4NDVDMjIwLjQ0MyAyMC4xOTIgMjUzLjI5MyAxLjk0NTY4IDI4OS4xNDkgMS45NDU2OEMzMjUuMDA0IDEuOTQ1NjggMzU3Ljg1NCAyMC4xOTIgNDIzLjU1NCA1Ni42ODQ1TDQzNi44NjcgNjQuMDc5M0M1MDMuMjUgMTAwLjk1MSA1MzYuNDQyIDExOS4zODcgNTU1LjQxNSAxNDkuOTc5QzU1Ni41NTEgMTUxLjgxIDU1Ny42NDMgMTUzLjY2NyA1NTguNjkzIDE1NS41NUM1NzYuMjE4IDE4Ni45OTMgNTc2LjIxOCAyMjQuOTcyIDU3Ni4yMTggMzAwLjkzMUM1NzYuMjE4IDM3Ni44ODkgNTc2LjIxOCA0MTQuODY4IDU1OC42OTMgNDQ2LjMxMkM1NTcuNjQzIDQ0OC4xOTQgNTU2LjU1MSA0NTAuMDUyIDU1NS40MTUgNDUxLjg4M0M1MzYuNDQyIDQ4Mi40NzQgNTAzLjI1IDUwMC45MSA0MzYuODY3IDUzNy43ODJMNDIzLjU1NCA1NDUuMTc3QzM1Ny44NTQgNTgxLjY2OSAzMjUuMDA0IDU5OS45MTYgMjg5LjE0OSA1OTkuOTE2QzI1My4yOTMgNTk5LjkxNiAyMjAuNDQzIDU4MS42NjkgMTU0Ljc0MyA1NDUuMTc3TDE0MS40MyA1MzcuNzgyQzc1LjA0NjcgNTAwLjkxIDQxLjg1NTEgNDgyLjQ3NCAyMi44ODI0IDQ1MS44ODNDMjEuNzQ2NiA0NTAuMDUyIDIwLjY1MzcgNDQ4LjE5NCAxOS42MDQ2IDQ0Ni4zMTJDMi4wNzk1OSA0MTQuODY4IDIuMDc5NTkgMzc2Ljg4OSAyLjA3OTU5IDMwMC45MzFDMi4wNzk1OSAyMjQuOTcyIDIuMDc5NTkgMTg2Ljk5MyAxOS42MDQ2IDE1NS41NUMyMC42NTM3IDE1My42NjcgMjEuNzQ2NiAxNTEuODEgMjIuODgyNCAxNDkuOTc5QzQxLjg1NTEgMTE5LjM4NyA3NS4wNDY3IDEwMC45NTEgMTQxLjQzIDY0LjA3OTNMMTU0Ljc0MyA1Ni42ODQ1WiIgZmlsbD0iI0ZGRjBDNyIvPgo8cGF0aCBkPSJNMTM5LjY1NSA4MS40NzMxQzEzOS42NTUgNjUuNzYxNiAxMjYuOTE5IDUzLjAyNDggMTExLjIwNyA1My4wMjQ4Qzk1LjQ5NTUgNTMuMDI0OCA4Mi43NTg4IDY1Ljc2MTYgODIuNzU4OCA4MS40NzMxQzgyLjc1ODggOTcuMTg0NyA5NS40OTU1IDEwOS45MjEgMTExLjIwNyAxMDkuOTIxQzEyNi45MTkgMTA5LjkyMSAxMzkuNjU1IDk3LjE4NDcgMTM5LjY1NSA4MS40NzMxWiIgZmlsbD0iI0ZGRUFCNyIvPgo8L3N2Zz4K");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  width: 100%
}

@media (min-width: 1200px) {
  .header-ft .dropdown-main-menu .theme-block {
    width: 440px;
    height: 100%
  }
}

.header-ft .dropdown-main-menu .theme-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: .75rem;
  column-gap: 1.5rem;
  margin-bottom: 0;
  padding-left: 15px
}

.header-ft .contact-block,
.header-ft .faq-block,
.header-ft .login-block {
  column-gap: .75rem
}

.header-ft .contact-block .media,
.header-ft .faq-block .media,
.header-ft .login-block .media {
  column-gap: 1.25rem
}

.header-ft .contact-block .spot-icon,
.header-ft .faq-block .spot-icon,
.header-ft .login-block .spot-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header-ft .contact-block {
  background-color: #f5f5f8
}

.header-ft .contact-block .media {
  -ms-flex-align: center;
  align-items: center
}

.header-ft .contact-block .access-link-wrapper {
  margin-top: .5rem
}

.header-ft .login-block .access-link-wrapper {
  margin-top: 1rem
}

.header-ft .login-block {
  background-color: #dbe3ff
}

.header-ft .login-block.login-block-entreprise {
  background-color: #fad9d6
}

.header-ft .login-block.login-block-entreprise .title {
  margin-bottom: .25rem
}

.header-ft .search-block {
  --flex-column-list-gap: 1.25rem;
  -ms-flex: 1;
  flex: 1
}

.header-ft .search-block .media {
  -ms-flex-align: center;
  align-items: center
}

.header-ft .search-block .form-label {
  font-size: var(--ft--font-size-text);
  font-family: inherit
}

.header-ft .search-block .search-form {
  --flex-column-list-gap: 0.75rem
}

.header-ft .search-block .search-wrapper {
  column-gap: .5rem
}

.header-ft .search-block .submit-search {
  margin-top: .75rem
}

@media (min-width: 576px) {
  .header-ft .search-block .submit-search {
    margin-top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

.header-ft .faq-block {
  background-color: #f0e3fa;
  -ms-flex-align: center;
  align-items: center
}

.header-ft .dropdown-notification.show:after {
  content: "";
  background: rgba(0, 0, 0, .5);
  inset: 0;
  top: var(--ft-header-height);
  position: fixed;
  animation: a .4s
}

.header-ft .dropdown-notification .dropdown-menu {
  width: 400px;
  max-height: 600px;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0
}

.header-ft .dropdown-notification .dropdown-menu.show {
  display: -ms-flexbox;
  display: flex
}

.header-ft .dropdown-notification .dropdown-header {
  --flex-row-list-gap: 0.5rem;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1.25rem;
  margin: 0;
  color: var(--ft-color-text-content-default);
  font-family: system-ui, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  border-bottom: 1px solid #e6e7ec
}

.header-ft .dropdown-notification .notification-list {
  padding: 1.25rem;
  overflow-y: auto
}

.header-ft .notification-list {
  --flex-column-list-gap: 0.75rem
}

.header-ft .notification-list .resilience-info {
  color: #5b5d65;
  font-size: 1rem
}

.header-ft .notification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  column-gap: .75rem;
  padding: .75rem;
  border-radius: .5rem;
  position: relative
}

.header-ft .notification .spot-illustration {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header-ft .notification .icon {
  line-height: inherit
}

.header-ft .notification .title-container {
  display: -ms-flexbox;
  display: flex;
  column-gap: .5rem
}

.header-ft .notification .title {
  color: var(--ft-color-text-content-default);
  font-weight: 700;
  font-size: 1rem;
  -ms-flex: 1;
  flex: 1
}

.header-ft .notification .title:hover {
  text-decoration: none
}

.header-ft .notification .indicator {
  border: none
}

.header-ft .notification .body {
  --flex-column-list-gap: 0.5rem;
  -ms-flex: 1;
  flex: 1
}

.header-ft .notification.notification-rdv {
  background-color: #dbe3ff
}

.header-ft .notification.notification-rdv .indicator {
  margin-top: -1rem
}

.header-ft .notification.notification-msg {
  background-color: #f5f5f8
}

.header-ft .notification .access-link,
.header-ft .notification .item {
  font-size: 1rem
}

.header-ft .notification .detail-items {
  --flex-column-list-gap: 0.125rem
}

.header-ft .notification .item {
  --flex-row-list-gap: 0.5rem;
  color: #5b5d65
}

.header-ft .notification.resilience {
  -ms-flex-align: center;
  align-items: center
}

.header-ft .notification.resilience .body {
  font-weight: 700;
  font-size: 1rem
}

.header-ft .notification-detail {
  --flex-column-list-gap: 0.25rem
}

.header-ft .header-modal::part(header) {
  height: var(--ft-header-height);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: start;
  justify-content: start
}

.header-ft .header-modal::part(header-left) {
  --gutter: 0.5rem
}

.header-ft .header-modal::part(body) {
  padding: 1.25rem
}

.header-ft .header-modal [slot=header-left] {
  margin-right: auto
}

ft-header[hidden] {
  display: block !important
}

ft-header.loading,
ft-header:not(:defined) {
  background-color: #fff;
  height: 100px;
  width: 100%;
  visibility: visible !important;
  display: block;
  position: relative;
  z-index: 1002;
  box-shadow: 0 4px 4px 0 rgba(15, 20, 56, .08)
}

ft-header.loading *,
ft-header:not(:defined) * {
  display: none
}

ft-header.loading:before,
ft-header:not(:defined):before {
  content: "";
  display: block;
  position: absolute;
  width: 220px;
  height: 60px;
  top: 20px;
  left: 20px;
  background: 0 0/300% 300% linear-gradient(-61deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .05) 60%);
  animation: n 2s ease infinite;
  border-radius: 5px
}

.high-contrast ft-header.loading:before,
.high-contrast ft-header:not(:defined):before {
  border: 1px solid #b5b8c5
}

@media only screen and (min-width: 1024px) {

  ft-header.loading:before,
  ft-header:not(:defined):before {
    width: 535px
  }
}

ft-header.loading:after,
ft-header:not(:defined):after {
  content: "";
  display: block;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 20px;
  right: 15px;
  background: 0 0/300% 300% linear-gradient(-61deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .05) 60%);
  animation: n 2s ease infinite;
  border-radius: 8px
}

@media only screen and (min-width: 768px) {

  ft-header.loading:after,
  ft-header:not(:defined):after {
    height: 100px;
    width: 185px;
    top: 0;
    right: 0;
    border-radius: 0
  }
}

.high-contrast ft-header.loading:after,
.high-contrast ft-header:not(:defined):after {
  border: 1px solid #b5b8c5
}

@media only screen and (min-width: 768px) {

  ft-header.loading[connecte=true]:after,
  ft-header:not(:defined)[connecte=true]:after {
    height: 48px;
    width: 250px;
    top: 26px;
    right: 26px;
    border-radius: 8px
  }
}

ft-header:defined {
  position: sticky;
  top: 0;
  z-index: 1001
}

ft-header~main {
  padding-top: 0
}

.footer {
  background: #262527;
  color: #fff
}

.footer .container-fluid,
.footer .container-lg,
.footer .container-md,
.footer .container-sm,
.footer .container-xl {
  padding: 1rem 0
}

.footer .bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 3.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: #414042;
  color: #fff
}

.footer .t4,
.footer .text-link {
  color: #e6e7ec
}

.footer .t4 {
  padding-top: 1rem
}

.footer .link-list:not(.list-unstyled) {
  padding-left: 1rem
}

.footer .section-border {
  display: block;
  height: 5px;
  width: 60px;
  background-color: #000
}

.footer .section-border.section-border-candidat,
.footer .section-border.section-border-entreprise,
.footer .section-border.section-border-neutral {
  background-color: #2a4ba2
}

.footer .text-link {
  text-decoration: none
}

.footer .text-link .icon-launch {
  width: 14px;
  height: 14px
}

.footer .text-link:hover {
  color: #e6e7ec;
  text-decoration: underline
}

.footer .separator {
  border-color: #44454b;
  width: 65px;
  margin: 32px auto
}

.footer .btn-tertiary.dark {
  border: 1px solid #e6e7ec
}

.high-contrast .footer .text-link {
  color: #fff
}

.footer-ft {
  background-color: #0a1631;
  color: #fff
}

.footer-ft .text-link {
  text-decoration: none;
  color: #e6e7ec
}

.footer-ft .text-link .icon-launch {
  width: 1rem;
  height: 1rem;
  transition: transform .2s ease-in-out
}

.footer-ft .text-link:hover {
  color: #e6e7ec;
  text-decoration: underline
}

.footer-ft .text-link:hover .icon-launch {
  transform: scale(110%)
}

.high-contrast .footer-ft .text-link {
  color: #fff
}

.footer-ft .content-container {
  padding: 2rem 1.5rem;
  margin: auto
}

@media (min-width: 1200px) {
  .footer-ft .content-container {
    padding: 2rem 80px;
    max-width: 1550px
  }
}

.footer-ft .section-title {
  font-weight: 700;
  color: #fff;
  font-size: 1rem;
  margin: 0
}

.footer-ft .top-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem
}

@media (min-width: 1200px) {
  .footer-ft .top-section {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.footer-ft .link-section {
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width: 576px) {
  .footer-ft .link-section {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.footer-ft .link-section .section {
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%
}

@media (min-width: 576px) {
  .footer-ft .link-section .section {
    width: calc(50% - 2.5rem)
  }
}

@media (min-width: 1200px) {
  .footer-ft .link-section .section {
    width: calc(25% - 2.5rem)
  }
}

.footer-ft .link-list {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Marianne, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  margin: 1rem 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: .75rem
}

.footer-ft .middle-container {
  background-color: #1b2c4e
}

.footer-ft .app-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  flex-grow: 1;
  gap: 2.5rem;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 1200px) {
  .footer-ft .app-section {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (min-width: 768px) and (max-width:1199.98px) {

  .footer-ft .app-section .app-block,
  .footer-ft .app-section .social-block {
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}

.footer-ft .app-section .app-block .content {
  column-gap: 2.5rem
}

.footer-ft .app-section .app-block .title-container {
  display: -ms-flexbox;
  display: flex;
  column-gap: .75rem
}

@media (min-width: 480px) {
  .footer-ft .app-section .app-block .title-container .mobile-app-logo {
    display: none
  }
}

.footer-ft .app-section .social-block .content {
  column-gap: .75rem
}

.footer-ft .app-section .social-block .text-link {
  transition: transform .2s ease-in-out
}

.footer-ft .app-section .social-block .text-link:hover {
  transform: scale(110%)
}

.footer-ft .app-section .store-block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-ft .app-section .content {
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0
}

.footer-ft .app-section .content .mobile-app-logo {
  display: none
}

@media (min-width: 480px) {
  .footer-ft .app-section .content .mobile-app-logo {
    display: block
  }
}

.footer-ft .app-section .content .icon {
  margin: 0;
  font-size: 1rem
}

.footer-ft .app-section .mobile-app-logo {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.footer-ft .app-section .store-block {
  display: -ms-flexbox;
  display: flex;
  gap: .75rem
}

.footer-ft .app-section .store-logo {
  width: 100%;
  height: auto
}

@media (min-width: 1200px) {
  .footer-ft .app-section .store-logo {
    width: auto;
    height: auto
  }
}

.footer-ft .bottom-section {
  padding: 2.5rem 1.5rem
}

@media (min-width: 1200px) {
  .footer-ft .bottom-section {
    padding: 2rem 80px;
    max-width: 1550px
  }
}

.footer-ft .mentions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  row-gap: .375rem;
  font-size: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Marianne, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  margin: .5rem 0 0
}

.footer-ft .mentions .text-link {
  color: #fff
}

@media (min-width: 576px) {
  .footer-ft .mentions {
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.service-link {
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  overflow: hidden;
  position: relative;
  transition: box-shadow .15s, border-color .1s ease-in .15s;
  border: 1px solid #e6e7ec;
  height: 100%
}

.high-contrast .service-link {
  border-color: #b5b8c5
}

.service-link:after {
  content: "";
  display: block;
  background: #f5f5f8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100%;
  z-index: 1;
  transition: right .25s ease-in-out, border-radius .1s;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem
}

.service-link .icon-container {
  border-radius: .625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: .625rem;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--ft--color-primary)
}

.service-link .icon-container .icon {
  color: #fff;
  width: 1rem
}

.service-link .img-container {
  border-radius: .625rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.service-link.disabled .icon-container {
  background-color: #71747f
}

.service-link.disabled .icon-chevron-r,
.service-link.disabled .icon-chevron-sm-r {
  display: none
}

.service-link:not(.disabled):hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .2);
  border: 1px solid #cdcfd8
}

.service-link:not(.disabled):hover:after {
  right: 0;
  border-radius: 0
}

.service-link .icon-chevron-r,
.service-link .icon-chevron-sm-r {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .75rem
}

.service-link-content {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  gap: .625rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-align: normal;
  align-items: normal;
  height: 100%
}

.service-link-left {
  background: #f5f5f8;
  padding: 1.25rem;
  min-width: 4.6875rem
}

.service-link-left,
.service-link-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.service-link-title {
  color: #2e2e31;
  padding: .75rem 0
}

.service-link-title a {
  display: inline-block
}

.service-link-title span {
  line-height: 1rem;
  display: inline-block
}

.service-link-title span.emphasis {
  margin-bottom: .25rem;
  display: block
}

.service-link-title .t4 {
  color: var(--ft--color-text-color) !important;
  text-decoration: none !important;
  font-size: var(--ft-font-size-text);
  font-family: system-ui, sans-serif;
  margin-bottom: 0
}

.service-link-title .t4:focus .emphasis,
.service-link-title .t4:hover .emphasis {
  text-decoration: underline !important
}

.service-link-title .t4:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.block-indispo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  background: var(--ft--color-background-neutral-default-weakest);
  padding: 1.5rem 2rem;
  border-radius: .75rem
}

@media (max-width: 767.98px) {
  .block-indispo {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
}

.block-indispo ol:last-child,
.block-indispo p:last-child,
.block-indispo ul:last-child {
  margin-bottom: 0
}

.block-indispo-heading {
  margin-bottom: 1rem;
  font-weight: 700
}

.block-indispo-illu {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 10rem;
  width: auto;
  height: auto
}

.block-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: .5rem;
  background: #f5f5f5;
  box-shadow: -2px 0 6px rgba(15, 20, 56, .2);
  overflow: hidden;
  position: relative;
  top: 0;
  transition: box-shadow .15s, border .15s
}

.high-contrast .block-news {
  border: 1px solid #b5b8c5
}

.block-news:hover {
  box-shadow: -2px 0 10px 0 rgba(15, 20, 56, .3)
}

.block-news:hover .block-news-title a {
  text-decoration: underline;
  word-break: break-word
}

.block-news.vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.block-news.vertical .block-news-media {
  -ms-flex-order: 2;
  order: 2
}

.block-news.vertical .block-news-media img {
  width: 100%;
  transition: all .15s
}

.block-news.vertical .block-news-content {
  padding: 1rem 1.25rem
}

.block-news.horizontal {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.block-news.horizontal .block-news-media {
  -ms-flex-order: 2;
  order: 2
}

.block-news.horizontal .block-news-media img {
  width: 100%;
  transition: all .15s
}

.block-news.horizontal .block-news-content {
  padding: 1rem 1.25rem
}

@media (min-width: 576px) {
  .block-news.horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .block-news.horizontal .block-news-media {
    -ms-flex-order: unset;
    order: unset;
    min-width: 165px;
    width: 165px;
    height: 165px
  }

  .block-news.horizontal .block-news-media img {
    position: absolute;
    height: 165px;
    width: auto;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
  }

  .block-news.horizontal .block-news-content {
    padding: .5rem 1.25rem;
    max-height: 160px;
    overflow-y: auto;
    margin-top: .3125rem;
    margin-right: .3125rem;
    margin-bottom: .3125rem
  }
}

.block-news-category {
  color: #5b5d65;
  font-size: .875rem;
  font-family: system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -.11px
}

.block-news-heading {
  margin-bottom: .375rem;
  -ms-flex-order: 1;
  order: 1
}

.block-news-title {
  font-size: var(--ft--font-size-h3);
  font-family: Marianne, system-ui, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -.16px;
  line-height: 1.25rem;
  margin-bottom: .75rem;
  -ms-flex-order: 2;
  order: 2
}

.block-news-title a {
  color: var(--ft--color-font) !important;
  text-decoration: none
}

.block-news-title a:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.block-news-tag {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  margin-bottom: 0
}

.block-news-tag .tag {
  color: var(--ft--color-font);
  background: #d9f6e8;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15)
}

.block-news-paragraph {
  margin-bottom: 0;
  -ms-flex-order: 3;
  order: 3;
  line-height: 1.125rem;
  word-break: break-word
}

.block-news-media {
  position: relative;
  overflow: hidden;
  width: 100%
}

.block-news-media.with-player {
  background: #444
}

.block-news-media.with-player .block-news-img {
  opacity: .5
}

.block-news-media.with-player .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  font-size: 3rem;
  transform: translate(-50%, -50%);
  color: #fff
}

.block-news-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.block-news-content::-webkit-scrollbar {
  width: .25rem
}

.block-news-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, .6);
  background: #cdcfd8;
  border-radius: .625rem
}

.block-news-content::-webkit-scrollbar-thumb {
  border-radius: .625rem;
  background: #44454b
}

.carte-formulaire {
  container-name: carteFormulaire;
  container-type: inline-size;
  border-radius: .75rem
}

.carte-formulaire:has(.carte-formulaire-footer) .media {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.carte-formulaire ol:last-child,
.carte-formulaire p:last-child,
.carte-formulaire ul:last-child {
  margin-bottom: 0
}

.carte-formulaire-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5rem
}

@media (max-width: 767.98px) {
  .carte-formulaire-header {
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width: 576px) {
  .carte-formulaire-header {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.carte-formulaire-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: .5rem;
  border-bottom-left-radius: .75rem;
  border-bottom-right-radius: .75rem
}

@container carteFormulaire (max-width:32rem) {
  .carte-formulaire-footer .btn:not(.btn-ratio-square) {
    -ms-flex: 1;
    flex: 1
  }
}

.carte-formulaire-modifier,
.carte-formulaire-restit {
  animation: a .25s ease-in
}

.carte-formulaire-modifier[hidden],
.carte-formulaire-restit[hidden] {
  opacity: 0
}

.carte-formulaire-restit .media-form .media-body {
  max-width: none
}

.carte-formulaire-default .media {
  background-color: #f5f5f8
}

.carte-formulaire-default .carte-formulaire-footer {
  background-color: #e6e7ec
}

.bg-gray-05 .carte-formulaire-default .media,
.media-form .carte-formulaire-default .media {
  background-color: #fff
}

.bg-gray-05 .carte-formulaire-default .carte-formulaire-footer,
.carte-formulaire-error .media,
.media-form .carte-formulaire-default .carte-formulaire-footer {
  background-color: rgba(18, 20, 55, .05)
}

.carte-formulaire-uncomplete {
  box-shadow: 0 0 0 2px #69408c
}

.carte-formulaire-uncomplete .media {
  background-color: #f0e3fa
}

.carte-formulaire-uncomplete .carte-formulaire-footer {
  background-color: #d9c9e5
}

.carte-formulaire-full .media {
  background-color: #dbe3ff
}

.carte-formulaire-full .carte-formulaire-footer {
  background-color: #b0bff0
}

.high-contrast .modal-backdrop {
  opacity: .7
}

ft-modal::part(dialog) {
  max-width: 100%
}

.modal-dialog {
  width: calc(100vw - 1rem)
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 480px;
    min-width: 480px
  }

  .modal-sm {
    max-width: 300px;
    min-width: 300px
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 640px;
    min-width: 640px
  }

  .modal-xl {
    max-width: 800px;
    min-width: 800px
  }
}

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

.modal-content {
  border-radius: .5rem;
  border: 0;
  box-shadow: 2px 4px 8px rgba(15, 20, 56, .3)
}

.modal-header {
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0;
  padding: 1.5rem;
  border: 0
}

.modal-header .close {
  margin: 0;
  padding: 0
}

.modal-title {
  font-size: var(--ft--font-size-h2);
  font-weight: 500
}

.modal-body {
  padding: 0 1.5rem
}

.modal-footer {
  border-radius: 0;
  border-top: 0;
  padding: 1.5rem
}

.modal-footer .btn+.btn {
  margin-left: .75rem
}

.modal-footer>* {
  margin: initial
}

.modal-side {
  transform: translateX(50px);
  transition: transform .3s ease-in
}

.modal-side .modal-dialog {
  height: 100%;
  max-width: 100vw;
  margin: 0 0 0 auto;
  transform: none;
  transition: none
}

@media (min-width: 992px) {
  .modal-side .modal-dialog {
    max-width: 960px
  }

  .modal-side .modal-dialog.modal-sm {
    width: 40%
  }
}

@media (min-width: 1200px) {
  .modal-side .modal-dialog.modal-sm {
    width: 30%
  }
}

.modal-side .modal-header {
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #2e2e31;
  border-radius: 0
}

.modal-side .modal-header .modal-title {
  font-weight: 700
}

.modal-side .modal-header .modal-header-left {
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

@media (min-width: 992px) {
  .modal-side .modal-header .modal-header-left {
    -ms-flex-positive: initial;
    flex-grow: 0
  }
}

.high-contrast .modal-side .modal-header {
  border-color: #2e2e31
}

.modal-side .modal-header .btn[data-dismiss=modal] {
  -ms-flex-order: 1;
  order: 1
}

.modal-side .modal-header .btn[data-dismiss=modal]:only-child {
  margin-left: auto
}

.modal-side.modal-readonly .modal-header-right .btn {
  display: none
}

@media (min-width: 992px) {
  .modal-side.modal-readonly .modal-header-right .btn {
    display: -ms-inline-flexbox;
    display: inline-flex
  }

  .modal-side.modal-readonly .modal-footer {
    display: none
  }
}

.modal-side .has-pagination-mini {
  margin: -1rem 0;
  padding: 1rem 0
}

.modal-side .has-pagination-mini .pagination-count {
  -ms-flex-order: 2;
  order: 2;
  padding-left: .625rem
}

@media (min-width: 992px) {
  .modal-side .has-pagination-mini {
    margin: -1rem -1px -1rem auto
  }

  .modal-side .has-pagination-mini .pagination-count {
    -ms-flex-order: initial;
    order: 0
  }
}

.modal-side .pagination-count {
  margin-bottom: 0 !important
}

.modal-side .page-item {
  margin: -1rem 0;
  padding: 1rem 0;
  width: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.modal-side .modal-dialog-scrollable {
  max-height: none
}

.modal-side .modal-content {
  padding-bottom: 0;
  background-color: #fff;
  border: 0 solid;
  border-radius: 0;
  box-shadow: 2px 4px 8px rgba(15, 20, 56, .3);
  height: 100vh;
  max-height: none
}

.high-contrast .modal-side .modal-content {
  border-color: #2e2e31
}

.modal-side .modal-header {
  padding: 1rem 1.5rem
}

.modal-side .modal-body {
  padding: 1.5rem
}

.modal-side .modal-footer {
  background-color: var(--ft--color-background-neutral-default-weakest)
}

.modal-side.show {
  transform: none
}

.alert {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  border-style: solid;
  border-radius: .75rem
}

.alert:not(.alert-toast) {
  border-width: var(--ft--contrasted-border-width)
}

.alert.alert-toast {
  width: 300px;
  pointer-events: auto;
  box-shadow: 0 3px 7px -1px rgba(15, 20, 56, .2);
  border-width: 0
}

.alert .alert-button,
.alert .icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.alert .close {
  color: #2e2e31
}

.alert .close .icon {
  display: block;
  margin: 0
}

.alert .close:focus,
.alert .close:hover {
  color: #171717
}

.alert .icon {
  margin: 0;
  line-height: 1
}

.alert .text-link,
.alert a:not(.btn) {
  color: currentColor;
  text-decoration: underline;
  font-weight: 700
}

.alert .toast-time {
  margin-top: .75rem
}

.alert-icon-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .75rem
}

.alert-icon-container .icon {
  font-size: 1.5rem
}

.alert-icon-container.has-icon-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.alert-icon-container.has-icon-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.alert-icon-container.has-icon-center {
  -ms-flex-item-align: center;
  align-self: center
}

.alert-body {
  padding: 0;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.alert-content,
.alert-title {
  margin: 0
}

.alert-title+.alert-content {
  margin-top: .125rem
}

.alert-dismissible .close {
  position: static;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: inherit;
  height: auto;
  margin: -.75rem -.75rem 0 0;
  border-radius: 0
}

.alert-info {
  background-color: var(--ft--bg-info);
  border-color: var(--ft--border-info)
}

.alert-info .close:focus {
  background: var(--ft--border-info)
}

.alert-info .alert-icon-container {
  color: var(--ft--icon-info)
}

.alert-error {
  background-color: var(--ft--bg-error);
  border-color: var(--ft--border-error)
}

.alert-error .alert-icon-container {
  color: var(--ft--icon-error)
}

.alert-warning {
  background-color: var(--ft--bg-warning);
  border-color: var(--ft--border-warning)
}

.alert-warning .alert-icon-container {
  color: var(--ft--icon-warning)
}

.alert-success {
  background-color: var(--ft--bg-success);
  border-color: var(--ft--border-success)
}

.alert-success .alert-icon-container {
  color: var(--ft--icon-success)
}

.badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: system-ui, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  min-width: 1.4375rem;
  height: 1.4375rem;
  padding: 0 .375rem;
  border-radius: 100rem;
  line-height: 1;
  border: 1px solid #fff;
  background-color: var(--ft---badge-background-color);
  color: var(--ft---badge-text-color);
  --ft---badge-text-color: #fff;
  --ft---badge-background-color: #e1000f
}

.high-contrast .badge {
  background-color: #b3000c
}

.badge.notification {
  --ft---badge-text-color: #fff;
  --ft---badge-background-color: #e1000f
}

.badge.default,
.badge.neutral {
  --ft---badge-text-color: #043392;
  --ft---badge-background-color: #dfe9ff
}

.badge.inactive {
  --ft---badge-text-color: #5b5d65;
  --ft---badge-background-color: #f5f5f8
}

.badge.disabled,
[aria-disabled=true] .badge {
  --ft---badge-text-color: #fff;
  --ft---badge-background-color: #888b99
}

.badge.badge-sm {
  min-width: .5rem;
  height: .5rem;
  padding: 0
}

.badge.badge-over-button {
  position: absolute;
  top: -.25rem;
  right: -.375rem;
  z-index: 1
}

.breadcrumb-container {
  padding-right: .25rem
}

.breadcrumb-container.dark .breadcrumb-desktop {
  --ft--color-text-color: #fff
}

.breadcrumb-container.dark .breadcrumb-desktop .breadcrumb-link,
.breadcrumb-container.dark .breadcrumb-desktop .breadcrumb-text {
  color: var(--ft--color-text-color)
}

.breadcrumb-container.dark .breadcrumb-desktop .breadcrumb-item:before,
.high-contrast .breadcrumb-container.dark .breadcrumb-desktop .breadcrumb-item:before {
  background-color: var(--ft--color-text-color)
}

.breadcrumb {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  color: var(--ft--color-text-color)
}

.breadcrumb-link {
  text-decoration: underline
}

.breadcrumb-link:hover {
  color: inherit
}

.breadcrum-text,
.breadcrumb-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  background-color: inherit;
  font-weight: 400
}

.breadcrum-text .icon:first-child,
.breadcrumb-link .icon:first-child {
  margin-right: .5rem
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.breadcrumb-item.active {
  color: #171717;
  font-weight: 700
}

.high-contrast .breadcrumb-item.active {
  color: #000
}

.breadcrumb-desktop {
  display: none
}

.breadcrumb-desktop .breadcrumb-item+.breadcrumb-item {
  padding: 0
}

.breadcrumb-desktop .breadcrumb-item+.breadcrumb-item:before {
  content: "";
  margin: .125rem .5rem 0;
  padding: 0;
  background-color: #b5b8c5;
  height: 65%;
  width: 1px;
  transform: rotate(15deg);
  transform-origin: center
}

.high-contrast .breadcrumb-desktop .breadcrumb-item+.breadcrumb-item:before {
  background-color: #2e2e31
}

.breadcrumb-mobile {
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0
}

.breadcrumb-mobile,
.breadcrumb-mobile .breadcrumb-item {
  position: relative;
  padding: 0
}

.breadcrumb-mobile .breadcrumb-item:before {
  content: "";
  padding: 0;
  border-radius: 100rem;
  width: .375rem;
  height: .375rem;
  background-color: #cdcfd8;
  margin: 0 .75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px #fff
}

.high-contrast .breadcrumb-mobile .breadcrumb-item:before {
  background-color: #888b99
}

.breadcrumb-mobile .breadcrumb-item:first-child:before,
.breadcrumb-mobile .breadcrumb-item:last-child:before {
  width: .625rem;
  height: .625rem;
  margin: 0 .625rem
}

.breadcrumb-mobile .breadcrumb-item:last-child:before {
  background-color: var(--ft--color-primary)
}

.breadcrumb-mobile .breadcrumb-link,
.breadcrumb-mobile .breadcrumb-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .5rem .25rem
}

.breadcrumb-mobile:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.875rem;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 0;
  background-image: linear-gradient(#e6e7ec 25%, transparent 0);
  background-size: 2px 8px;
  background-position: center 4px;
  background-repeat: repeat-y
}

.high-contrast .breadcrumb-mobile:before {
  background-image: linear-gradient(#b5b8c5 25%, transparent 0)
}

@media (min-width: 768px) {
  .breadcrumb-dropdown {
    display: none !important
  }

  .breadcrumb-desktop {
    display: -ms-flexbox !important;
    display: flex !important
  }
}

.btn-group {
  margin: 0;
  padding: 0;
  list-style: none
}

.btn-group .btn-group-item:not(:first-child) .btn-primary {
  border-left-color: #fff
}

.btn-group .btn-group-item:not(:first-child) .btn-tertiary.light {
  border-left-color: #e6e7ec
}

.btn-group .btn-group-item:not(:last-child):not(.dropdown-toggle) .btn,
.btn-group .btn-group:not(:last-child) .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group .btn-group-item:not(:first-child) .btn,
.btn-group .btn-group:not(:first-child) .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical .btn,
.btn-group .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group>.btn-group-item:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-reset,
a.btn-reset {
  background-color: transparent;
  padding: 0
}

.btn-reset:focus,
.btn-reset:focus:not(:focus-visible),
a.btn-reset:focus,
a.btn-reset:focus:not(:focus-visible) {
  outline: auto;
  box-shadow: none;
  outline-offset: .25rem
}

.high-contrast .btn-reset:not(.btn-link, .close),
.high-contrast a.btn-reset:not(.btn-link, .close) {
  border: 1px solid #2e2e31
}

.btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 var(--ft--button-padding-x);
  min-height: var(--ft--button-height);
  border-color: transparent;
  border-radius: var(--ft--button-border-radius);
  text-decoration: none;
  border: 1px solid transparent;
  font-size: var(--ft--font-size-text);
  line-height: 1
}

.btn:not(.btn-link) {
  font-weight: 500
}

.btn .icon,
.btn ft-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.btn:where(:not(.btn-ratio-square):not(.close)) .icon:where(:first-child),
.btn:where(:not(.btn-ratio-square):not(.close)) ft-icon:where(:first-child) {
  margin-right: .375rem
}

.btn:where(:not(.btn-ratio-square):not(.close)) .icon:where(:last-child),
.btn:where(:not(.btn-ratio-square):not(.close)) ft-icon:where(:last-child) {
  margin-left: .5rem
}

.btn .btn-content+[class*=icon-chevron] {
  margin-left: .25rem;
  margin-right: -.125rem
}

.btn:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  border-color: transparent
}

.btn:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus {
  box-shadow: none
}

.btn[aria-disabled=true],
.btn[aria-disabled=true]:hover {
  font-style: italic;
  background-color: #e6e7ec !important;
  border-color: #cdcfd8 !important;
  color: #71747f !important;
  box-shadow: none;
  cursor: not-allowed
}

.high-contrast .btn[aria-disabled=true],
.high-contrast .btn[aria-disabled=true]:hover {
  color: #2e2e31 !important;
  border-color: #b5b8c5 !important
}

.btn:not(.btn-link):not(.btn-reset):focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .25rem #fff
}

.btn.text-white:focus {
  box-shadow: inset 0 0 0 .0625rem #fff, inset 0 0 0 .25rem transparent
}

.btn:focus:before {
  display: block
}

.btn+.btn {
  margin-left: .5rem
}

.btn-sort .prefix,
.btn-sort:focus .prefix,
.btn-sort:focus:hover .prefix {
  color: #5b5d65
}

.btn-sort:active .prefix,
.btn-sort:hover .prefix {
  color: #fff
}

.btn-link {
  color: #2458e5;
  text-decoration: none;
  background-color: transparent;
  border: none;
  height: auto;
  padding: 0;
  border-radius: 0
}

.btn-link .btn-content {
  text-decoration: underline
}

.btn-link:hover {
  color: #2458e5
}

.btn-link:active,
.btn-link:active .btn-content,
.btn-link:active:focus,
.btn-link:active:focus .btn-content,
.btn-link:hover,
.btn-link:hover .btn-content {
  text-decoration: none
}

.btn-link:active {
  color: #2458e5
}

.btn-link:visited {
  color: #69408c
}

.btn-link:focus,
.btn-link:focus:not(:focus-visible) {
  outline: auto;
  box-shadow: none;
  outline-offset: .25rem
}

@media (prefers-contrast:more) {
  .btn-link {
    color: #1644c0
  }
}

.btn-link.high-contrast,
.high-contrast .btn-link {
  color: #1644c0
}

a.btn {
  color: #2458e5;
  background-color: transparent
}

a.btn,
a.btn:active,
a.btn:active:focus,
a.btn:hover {
  text-decoration: none
}

a.btn:active,
a.btn:hover {
  color: #2458e5
}

.show>.btn.dropdown-toggle {
  background-color: var(--ft--color-text-color);
  color: #fff
}

.btn-primary,
a.btn-primary {
  background-color: var(--ft--color-primary);
  border-color: var(--ft--color-primary);
  color: #fff
}

.high-contrast .btn-group .btn-primary,
.high-contrast .btn-group a.btn-primary {
  border: 1px solid #fff
}

.btn-primary:hover,
a.btn-primary:hover {
  background-color: var(--ft--color-primary-hover);
  border-color: var(--ft--color-primary-hover);
  color: #fff
}

.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
a.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
a.btn-primary:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: var(--ft--color-primary-active);
  border-color: var(--ft--color-primary-active);
  color: #fff
}

.btn-primary:focus,
a.btn-primary:focus {
  background: var(--ft--color-primary-active);
  border-color: var(--ft--color-primary-active);
  color: #fff
}

.btn-secondary,
a.btn-secondary {
  background-color: #fff;
  color: var(--ft--color-text-color);
  border-color: #5b5d65
}

.high-contrast .btn-secondary,
.high-contrast a.btn-secondary {
  border-color: #2e2e31
}

.btn-secondary:hover,
a.btn-secondary:hover {
  --ft--color-primary: $on-primary;
  background-color: #5b5d65;
  color: #fff
}

.high-contrast .btn-secondary:hover,
.high-contrast a.btn-secondary:hover {
  background-color: #44454b
}

.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
a.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
a.btn-secondary:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  --ft--color-primary: $on-primary;
  background-color: #44454b;
  color: #fff
}

.btn-secondary:focus,
a.btn-secondary:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .25rem #fff, inset 0 0 0 .3125rem #2e2e31
}

.btn-transverse.dark {
  background-color: #283276;
  border-color: #283276;
  color: #fff
}

.high-contrast .btn-group .btn-transverse.dark {
  border: 1px solid #fff
}

.btn-transverse.dark:hover {
  background-color: #1b2256;
  border-color: #1b2256;
  color: #fff
}

.btn-transverse.dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-transverse.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: #0f1438;
  border-color: #0f1438;
  color: #fff
}

.btn-transverse.dark:focus {
  background: #0f1438;
  border-color: #0f1438;
  color: #fff
}

.btn-transverse.light {
  background-color: #fff;
  border-color: #283276;
  color: #283276
}

.btn-transverse.light:hover {
  background-color: #f5f5f8;
  border-color: #1b2256;
  color: #1b2256
}

.btn-transverse.light:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-transverse.light:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: #fff;
  border-color: #0f1438;
  border-width: 2px;
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .25)
}

.btn-transverse.light:focus {
  background-color: #f5f5f8;
  border-color: #0f1438;
  color: #0f1438
}

.show>.btn-primary.dropdown-toggle {
  background-color: var(--ft--color-primary-active)
}

.btn-tertiary.light,
a.btn-tertiary:not([aria-disabled=true]).light {
  background-color: rgba(26, 26, 26, .05);
  color: var(--ft--color-text-color)
}

.high-contrast .btn-tertiary.light,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).light {
  border-color: #2e2e31
}

.btn-tertiary.light:hover,
a.btn-tertiary:not([aria-disabled=true]).light:hover {
  background-color: rgba(18, 20, 55, .7);
  color: #fff
}

.high-contrast .btn-tertiary.light:hover,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).light:hover {
  background-color: #44454b;
  border-color: #44454b
}

.btn-tertiary.light:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-tertiary.light:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
a.btn-tertiary:not([aria-disabled=true]).light:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
a.btn-tertiary:not([aria-disabled=true]).light:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: rgba(18, 20, 55, .8);
  border-color: rgba(18, 20, 55, .8);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .25);
  color: #fff
}

.btn-tertiary.light:focus,
a.btn-tertiary:not([aria-disabled=true]).light:focus {
  background-color: rgba(26, 26, 26, .05);
  border-color: rgba(18, 20, 55, .05);
  color: var(--ft--color-text-color)
}

.btn-tertiary.dark,
a.btn-tertiary:not([aria-disabled=true]).dark {
  background-color: hsla(0, 0%, 100%, .1);
  border-width: 0;
  color: #fff
}

.btn-tertiary.dark:hover,
a.btn-tertiary:not([aria-disabled=true]).dark:hover {
  background-color: hsla(0, 0%, 9%, .3)
}

.btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus {
  background-color: hsla(0, 0%, 9%, .5);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .25)
}

.btn-tertiary.dark:focus,
a.btn-tertiary:not([aria-disabled=true]).dark:focus {
  background-color: hsla(0, 0%, 9%, .4)
}

.high-contrast .btn-tertiary.dark,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark {
  background-color: hsla(0, 0%, 9%, .3);
  border: 1px solid #fff !important
}

.high-contrast .btn-tertiary.dark:hover,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:hover {
  background-color: hsla(0, 0%, 9%, .4)
}

.high-contrast .btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active .high-contrast .btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.high-contrast .btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active .high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.high-contrast .btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active .high-contrast .btn-tertiary.dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]).active .high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active:focus,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: hsla(0, 0%, 9%, .6);
  box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, .25)
}

.high-contrast .btn-tertiary.dark:focus,
.high-contrast a.btn-tertiary:not([aria-disabled=true]).dark:focus {
  background-color: hsla(0, 0%, 9%, .5)
}

.btn-ghost,
a.btn-ghost {
  background-color: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 .0625rem #fff
}

.btn-ghost:hover,
a.btn-ghost:hover {
  background-color: #5b5d65;
  color: #fff
}

.btn-ghost:focus,
.btn-ghost:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
.btn-ghost:not(:disabled):not(.disabled):not([aria-disabled=true]):active,
a.btn-ghost:focus,
a.btn-ghost:not(:disabled):not(.disabled):not([aria-disabled=true]).active,
a.btn-ghost:not(:disabled):not(.disabled):not([aria-disabled=true]):active {
  background-color: #44454b;
  color: #fff
}

.btn-table {
  height: 100%;
  width: 100%;
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-weight: 700 !important
}

.btn-table:active,
.btn-table:hover {
  background-color: #e6e7ec
}

.btn-table:focus,
.btn-table:focus:not(:focus-visible) {
  outline-offset: 0;
  background-color: #e6e7ec
}

.high-contrast .btn-table {
  color: #2e2e31
}

.table-sort>.btn-table {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}

.table-rounded .table-sort:first-child>.btn-table {
  border-radius: .1875rem 0 0 0
}

.table-rounded .table-sort:last-child>.btn-table {
  border-radius: 0 .1875rem 0 0
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0 var(--ft--button-sm-padding-x);
  min-height: var(--ft--button-sm-height);
  border-radius: var(--ft--button-border-radius-sm)
}

.btn-group-sm>.btn:focus,
.btn-sm:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .1875rem #fff
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0 var(--ft--button-lg-padding-x);
  min-height: var(--ft--button-lg-height)
}

.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .1875rem #fff
}

.btn-ratio-square {
  padding: 0;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 1/1;
  min-width: var(--ft--button-ratio-square-width)
}

.btn-group-sm>.btn-ratio-square.btn,
.btn-ratio-square.btn-sm {
  min-width: var(--ft--button-ratio-square-sm-width)
}

.btn-group-lg>.btn-ratio-square.btn,
.btn-ratio-square.btn-lg {
  min-width: var(--ft--button-ratio-square-lg-width)
}

.btn-block {
  display: -ms-flexbox;
  display: flex
}

.btn-stepper-mobile {
  padding: .5rem .75rem;
  border-radius: .75rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: normal;
  text-align: left
}

.btn-help,
a.btn-help {
  margin-left: .25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  background-color: #2c74ff;
  border-color: #2c74ff;
  color: #fff
}

.btn-help:active,
.btn-help:focus,
.btn-help:hover,
a.btn-help:active,
a.btn-help:focus,
a.btn-help:hover {
  background-color: #043392;
  border-color: #043392;
  color: #fff
}

.btn-help:focus,
a.btn-help:focus {
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .1875rem #fff
}

.btn.is-rotating>.icon {
  transform: rotate(0);
  transition: transform .3s
}

.btn.is-rotating.displayed>.icon,
.btn.is-rotating[aria-expanded=true]>.icon {
  transform: rotate(180deg)
}

.dropdown-toggle.btn-ratio-square:after,
.dropdown-toggle:after,
.hidden {
  display: none
}

.show>.btn-secondary.dropdown-toggle:focus {
  outline: 0;
  box-shadow: none;
  border-color: transparent;
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .25rem #fff
}

.dropdown {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.dropdown-menu {
  margin-top: 6px;
  min-width: 14rem;
  padding: .75rem;
  box-shadow: 0 3px 7px -1px rgba(15, 20, 56, .2);
  border: var(--ft--contrasted-border-width) solid var(--ft--color-border-neutral-default-weaker);
  border-radius: .75rem;
  color: #000;
  font-size: var(--ft--font-size-text)
}

.dropdown-menu.with-footer {
  padding: 0;
  border-radius: .75rem
}

.dropdown-menu.with-footer .dropdown-list {
  padding: .75rem
}

.dropdown-menu .input-list-with-check-bg .form-check {
  margin-left: .5rem
}

.dropdown-menu .input-list-with-check-bg .form-check .form-check-label {
  width: 100%
}

.dropdown-menu .input-list-with-check-bg .form-check .form-check-label:before {
  right: 0
}

.dropdown-menu .input-list-with-check-bg .form-check:not(:last-child) {
  margin-bottom: .5rem
}

.dropdown-legend,
.dropdown-title {
  font-weight: 700;
  font-size: inherit;
  margin-bottom: .75rem
}

.dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: .625rem;
  padding: .5rem;
  border-radius: .75rem;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  font-weight: 500
}

.dropdown-item:visited {
  color: initial
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--ft--color-background-neutral-default-weaker)
}

.dropdown-item:focus {
  z-index: 100
}

.dropdown-item[aria-disabled=true] {
  color: #71747f
}

.dropdown-item:active {
  background-color: var(--ft--color-primary);
  color: #fff
}

.dropdown-item>svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.dropdown-footer {
  background-color: #f5f5f8;
  border-radius: 0 0 .75rem .75rem
}

.dropdown-footer .dropdown-item {
  border-radius: 0 0 .75rem .75rem;
  padding: .75rem 1.25rem
}

.dropdown-button-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid var(--ft--color-border-neutral-default-weaker);
  margin-top: .75rem;
  padding: .75rem 0 0
}

.dropdown-button-container>*+* {
  margin-left: .5rem
}

.dropdown-sm {
  max-width: 10rem
}

.dropdown-md {
  max-width: 16rem
}

.dropdown-lg {
  max-width: 24rem
}

.dropdown-list {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .25rem
}

.dropdown-list .dropdown-item .icon {
  margin-left: 0;
  margin-bottom: 0
}

.dropdown-divider {
  border-color: var(--ft--color-border-neutral-default-weaker)
}

.text-link {
  color: #2458e5;
  text-decoration: underline;
  background-color: transparent
}

.text-link:hover {
  color: #2458e5;
  text-decoration: none
}

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

.text-link:where(:visited),
a:not(.btn, .dropdown-item, .nav-link):where(:visited) {
  color: #69408c
}

.text-link:focus,
a:not(.btn, .dropdown-item, .nav-link):focus {
  outline: auto;
  box-shadow: none;
  outline-offset: .25rem
}

.text-link:active,
.text-link:active:focus,
a:not(.btn, .dropdown-item, .nav-link):active,
a:not(.btn, .dropdown-item, .nav-link):active:focus {
  text-decoration: none
}

.text-link:active,
a:not(.btn, .dropdown-item, .nav-link):active {
  color: #2458e5
}

.text-link .icon,
a:not(.btn, .dropdown-item, .nav-link) .icon {
  margin-bottom: .25rem;
  margin-left: .5rem;
  display: inline-block
}

@media (prefers-contrast:more) {

  .text-link,
  a:not(.btn, .dropdown-item, .nav-link) {
    color: #1644c0
  }
}

.high-contrast .text-link,
.high-contrast a:where(:not(.btn, .dropdown-item, .skip-link, .header-link, .breadcrumb-link, .modal-menu .inner-link)),
.text-link.high-contrast,
a:where(:not(.btn, .dropdown-item, .skip-link, .header-link, .breadcrumb-link, .modal-menu .inner-link)).high-contrast {
  color: #1644c0
}

a:where([target=_blank]) {
  text-wrap: balance;
  display: inline-block
}

.link-ghost {
  color: #fff
}

.link-ghost:where(:visited) {
  color: #9ea2b3
}

.link-ghost:active,
.link-ghost:hover {
  color: #cdcfd8
}

.dark p {
  color: #fff
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0
}

.pagination,
.pagination .btn-tertiary {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination .btn-tertiary {
  aspect-ratio: 1/1;
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 .125rem
}

@media only screen and (max-width: 640px) {
  .pagination li:not(.active):not([aria-hidden=true]):not(:first-child):not(:last-child):not(:nth-child(2)):not(:nth-last-child(2)) {
    display: none
  }
}

.pagination-item.active .btn-tertiary {
  z-index: 3;
  color: var(--ft--color-primary);
  background-color: #fff;
  border: 1px solid var(--ft--color-primary);
  font-weight: 700
}

.pagination-item[aria-hidden=true] .btn-tertiary:not([aria-disabled=true]) {
  background: none !important;
  box-shadow: none !important;
  cursor: default !important;
  border-color: transparent !important
}

.pagination-item[aria-hidden=true] .btn-tertiary:not([aria-disabled=true]).light {
  color: #2e2e31 !important
}

.pagination-item[aria-hidden=true] .btn-tertiary:not([aria-disabled=true]).dark {
  color: #fff !important
}

.has-pagination-mini {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.has-pagination-mini .pagination-count {
  margin-bottom: 0;
  margin-right: .5rem
}

.high-contrast .has-pagination-mini .btn-group-item:not(:first-child) .btn-tertiary.light {
  border-left-color: #71747f
}

.progress {
  position: relative;
  height: .5rem;
  background-color: #e6e7ec;
  border-radius: 50rem
}

.progress-sm {
  height: .25rem
}

.progress-bar {
  background-color: #2e2e31;
  border-radius: 50rem
}

.has-error .progress-bar {
  background: #ba251a
}

.progress-label {
  margin-bottom: .5rem
}

.progress-label-error,
.progress-label-success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .5rem
}

.progress-label-error {
  color: #ba251a
}

.progress-label-error>.icon,
.progress-label-success>.icon {
  margin-right: .25rem;
  color: #f04438
}

.progress-bar.infinite {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 50rem;
  animation: m 2s linear infinite;
  will-change: left, right, width
}

[class*=progressbar-radial] {
  width: 2.5rem
}

[class*=progressbar-radial]>* {
  fill: none;
  stroke-width: 3.5px;
  stroke-linecap: round
}

[class*=progressbar-radial] .background {
  stroke: #e6e7ec
}

[class*=progressbar-radial] .progress {
  stroke: #2e2e31;
  animation: 1s ease-out 0s 1 normal forwards running progress
}

.progressbar-radial-sm {
  width: 1.5rem
}

.progressbar-radial-md {
  width: 2.25rem
}

.progressbar-radial-lg {
  width: 3rem
}

[class^=skeleton] {
  background: 0 0/300% 300% linear-gradient(-61deg, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .05) 60%);
  animation: n 2s ease infinite;
  border-radius: 5px
}

.high-contrast [class^=skeleton] {
  border: 1px solid #b5b8c5
}

.w-200 {
  width: 100px
}

@media (min-width: 576px) {
  .w-200 {
    width: 200px
  }
}

[class^=skeleton-h]:not(:last-child) {
  margin-bottom: .5rem
}

.skeleton-h1 {
  height: 1.5rem
}

.skeleton-h2 {
  height: 1.375rem
}

.skeleton-text {
  height: 1rem
}

.skeleton-text:not(:last-child) {
  margin-bottom: .5rem
}

[class^=skeleton-circle] {
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.skeleton-circle-sm {
  height: 1rem;
  width: 1rem
}

.skeleton-circle {
  height: 1.5rem;
  width: 1.5rem
}

.skeleton-circle-md {
  height: 2rem;
  width: 2rem
}

.skeleton-circle-lg {
  height: 2.5rem;
  width: 2.5rem
}

.headline-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.headline-flex [class^=skeleton-circle] {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.skip-link-group {
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.skip-link:focus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: .375rem;
  background: #2e2e31;
  color: #fff
}

.skip-link-contrast {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}

.skip-link-contrast .btn-content {
  margin-left: .5rem
}

.spinner {
  width: 56px;
  height: 56px;
  animation: o 2s linear infinite;
  transform-origin: center center
}

.spinner-path {
  stroke-width: 4;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: #9ea2b3;
  animation: p 1.5s ease-in-out infinite
}

@media (prefers-reduced-motion:no-preference) {
  .spinner-path {
    stroke-dasharray: 1, 200
  }
}

@media (prefers-reduced-motion:reduce) {
  .spinner-path {
    stroke-dasharray: 89, 200
  }
}

.spinner-lg {
  width: 5rem;
  height: 5rem
}

.spinner-lg .spinner-path {
  stroke-width: 2
}

.spinner-sm {
  width: 2rem;
  height: 2rem
}

.spinner-xs {
  width: 1rem;
  height: 1rem
}

.spinner-xs .spinner-path {
  stroke-width: 6
}

.status {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center
}

.status .icon {
  display: block;
  color: #fff
}

.status .status-content {
  font-weight: 700;
  line-height: 1
}

.status-sm {
  border-radius: .5rem;
  padding: 0 .5rem 0 .25rem;
  background: #2e2e31;
  min-height: 1.5rem
}

.status-sm .status-icon {
  min-width: -moz-fit-content;
  min-width: fit-content
}

.status-sm .status-content {
  color: #fff;
  margin-left: .375rem;
  font-size: .875rem
}

.status-sm.status-warning {
  background: #ae6200
}

.status-sm.status-info {
  background: #043392
}

.status-sm.status-error {
  background: #ba251a
}

.status-sm.status-success {
  background: #068148
}

.status-sm.status-full {
  background: #406bde
}

.high-contrast .status-sm.status-full {
  background: #0d1440
}

.status-sm.status-uncomplete {
  background: #69408c
}

.high-contrast .status-sm.status-uncomplete {
  background: #293378
}

.status-lg .status-icon {
  border-radius: 100rem;
  padding: .625rem;
  margin-right: .5rem;
  background: #2e2e31
}

.high-contrast .status-lg .status-icon {
  background: #171717
}

.status-lg .status-content {
  color: #171717
}

.status-lg.status-warning .status-icon {
  background: #f79009
}

.high-contrast .status-lg.status-warning .status-icon {
  background: #7c4701
}

.status-lg.status-warning .status-content {
  color: #7c4701
}

.status-lg.status-info .status-icon {
  background: #2c74ff
}

.high-contrast .status-lg.status-info .status-icon {
  background: #043392
}

.status-lg.status-info .status-content {
  color: #043392
}

.status-lg.status-error .status-icon {
  background: #ba251a
}

.high-contrast .status-lg.status-error .status-icon {
  background: #91170e
}

.status-lg.status-error .status-content {
  color: #91170e
}

.status-lg.status-success .status-icon {
  background: #09aa5f
}

.high-contrast .status-lg.status-success .status-icon {
  background: #046136
}

.status-lg.status-success .status-content {
  color: #046136
}

.stepper-desktop {
  display: none
}

.stepper-dropdown {
  display: -ms-flexbox;
  display: flex
}

.stepper-dropdown .dropdown-toggle .btn-content {
  margin-right: 1rem;
  gap: .25rem
}

.stepper-dropdown-menu {
  padding: .75rem;
  width: 100%
}

.stepper-list {
  counter-reset: a
}

.stepper-item-inner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  color: var(--ft--color-text-color);
  counter-increment: a
}

.stepper-item-bullet {
  width: 2.25rem;
  height: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: .75rem;
  padding-bottom: .125rem;
  margin-right: .5rem;
  transform: translateY(1px)
}

.stepper-item-bullet:before {
  content: counter(a)
}

.stepper-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start
}

.stepper-item .stepper-link {
  text-decoration: none
}

.stepper-item .stepper-link .stepper-item-label {
  text-decoration: underline
}

.stepper-item .stepper-link:focus,
.stepper-item .stepper-link:hover {
  color: var(--ft--color-primary)
}

.stepper-item .stepper-link:focus:before,
.stepper-item .stepper-link:hover:before {
  background-color: var(--ft--color-primary)
}

.stepper-item .stepper-link:focus .stepper-item-label,
.stepper-item .stepper-link:hover .stepper-item-label {
  text-decoration: none
}

.stepper-item .stepper-link:focus .stepper-item-bullet,
.stepper-item .stepper-link:hover .stepper-item-bullet {
  background-color: var(--ft--stepper-bullet-hover)
}

.stepper-item .stepper-link:focus {
  outline-offset: 4px;
  outline-color: var(--ft--color-primary);
  border-radius: .125rem
}

.stepper-item>.stepper-item-inner .stepper-item-bullet {
  color: #fff;
  background-color: var(--ft--stepper-bullet-background)
}

.stepper-item.active>.stepper-item-inner {
  color: var(--ft--color-primary);
  font-weight: 700
}

.stepper-item.active>.stepper-item-inner .stepper-item-bullet {
  color: #fff;
  background-color: var(--ft--color-primary)
}

.stepper-item.active>.stepper-item-inner:focus .stepper-item-bullet,
.stepper-item.active>.stepper-item-inner:hover .stepper-item-bullet {
  background-color: var(--ft--color-primary-hover)
}

.stepper-item.active~.stepper-item>.stepper-item-inner {
  color: var(--ft--color-text-color)
}

.stepper-item.active~.stepper-item>.stepper-item-inner .stepper-item-bullet {
  color: var(--ft--color-text-color);
  box-shadow: 0 0 0 1px var(--ft--stepper-next-bullet-border) inset;
  background-color: #f5f5f8
}

.stepper-item:not(:last-child):after {
  content: "";
  display: block
}

.stepper-list.stepper-desktop,
.stepper-list.stepper-mobile {
  margin-bottom: 0
}

.stepper-list.stepper-right .stepper-item:after,
.stepper-list:not(.stepper-horizontal) .stepper-item:after {
  width: 2.25rem;
  height: 1.5rem;
  background-image: linear-gradient(#cdcfd8 25%, transparent 0);
  background-size: 2px 8px;
  background-position: center 3px;
  background-repeat: repeat-y
}

.stepper-list.stepper-right .stepper-item {
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right
}

.stepper-list.stepper-right .stepper-item:after {
  margin-left: auto
}

.stepper-list.stepper-right .stepper-item-inner {
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
  text-align: right
}

.stepper-list.stepper-right .stepper-item-bullet {
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: .5rem
}

.stepper-list.stepper-right .stepper-list .stepper-list .stepper-item-bullet {
  margin-left: 1.25rem;
  margin-right: .75rem
}

.stepper-list .stepper-list .stepper-item:after {
  content: none
}

.stepper-list .stepper-list .stepper-item:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 1rem;
  background-image: linear-gradient(#cdcfd8 25%, transparent 0);
  background-size: 2px 8px;
  background-position: center 4px;
  background-repeat: repeat-y
}

.stepper-list .stepper-list .stepper-item-bullet {
  width: .75rem;
  height: .75rem;
  margin-left: 1.25rem;
  margin-right: .75rem;
  display: block;
  padding-bottom: 0
}

.stepper-list .stepper-list .stepper-item-bullet:before {
  content: ""
}

.stepper-right .stepper-list .stepper-item:before {
  margin-left: auto;
  margin-left: 0
}

@media (min-width: 992px) {
  .stepper-dropdown {
    display: none !important
  }

  .stepper-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column !important;
    flex-flow: column !important
  }
}

.table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e6e7ec;
  border-radius: .3125rem;
  line-height: 1.5;
  overflow: hidden
}

.high-contrast .table {
  border-color: #2e2e31
}

.table td,
.table th,
.table thead th {
  border: none;
  vertical-align: top;
  border-color: #cdcfd8
}

.high-contrast .table td,
.high-contrast .table th,
.high-contrast .table thead th {
  border-color: #2e2e31
}

.table td,
.table th {
  color: #171717;
  padding: var(--ft--table-padding-y) var(--ft--table-padding-x);
  vertical-align: middle
}

.table .btn {
  vertical-align: top
}

.table thead th.table-sort {
  position: relative;
  padding: 0
}

.table tbody td,
.table tbody th {
  border-top-style: solid;
  border-top-width: 1px
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--ft--color-background-neutral-default-weakest)
}

.darkmode .table,
.table-dark {
  background-color: #171717;
  border-color: #5b5d65
}

.darkmode .table td,
.darkmode .table th,
.table-dark td,
.table-dark th {
  border-color: #5b5d65;
  color: #fff
}

.table .table-tools-group {
  display: grid;
  grid-auto-flow: column;
  -ms-flex-pack: start;
  justify-content: start;
  gap: .5rem
}

.table-responsive {
  height: 100%
}

@media (max-width: 991.98px) {
  .table-responsive .table {
    table-layout: fixed
  }

  .table-responsive tr:first-of-type>* {
    width: 140px
  }
}

.high-contrast caption {
  color: #171717
}

.nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding: 0;
  list-style: none;
  border: 0
}

.nav-tabs:not(:has(.nav-link-icon-only)) {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin
}

.nav-tabs .nav-item {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.nav-tabs .nav-item:not(:first-child) {
  margin-left: .5rem
}

.nav-tabs .nav-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 2.5rem;
  padding: .75rem 1.5rem;
  background-color: rgba(18, 20, 55, .05);
  border-radius: .75rem .75rem 0 0;
  border: 1px solid;
  border-color: transparent;
  font-weight: 500;
  color: #2e2e31;
  line-height: 1.2;
  text-align: left;
  text-decoration: none
}

.nav-tabs .nav-link .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem
}

.nav-tabs .nav-link:not(.nav-link-icon-only) .icon {
  margin-right: .5rem
}

.high-contrast .nav-tabs .nav-link {
  background-color: #f5f5f8;
  border-color: #2e2e31
}

.nav-tabs .nav-link:hover {
  background-color: rgba(18, 20, 55, .1)
}

.high-contrast .nav-tabs .nav-link:hover {
  background-color: #e6e7ec;
  border-color: #2e2e31
}

.nav-tabs .nav-link:focus-visible {
  box-shadow: none;
  color: #2e2e31;
  outline-offset: -4px
}

.nav-tabs .nav-link[aria-current=page],
.nav-tabs .nav-link[aria-current=true] {
  min-height: 56px;
  padding: 1rem 2rem;
  background-color: #fff;
  color: var(--ft--color-primary);
  border-color: rgba(18, 20, 55, .1) rgba(18, 20, 55, .1) transparent
}

.nav-tabs .nav-link[aria-current=page] .icon,
.nav-tabs .nav-link[aria-current=true] .icon {
  color: currentColor
}

.high-contrast .nav-tabs .nav-link[aria-current=page],
.high-contrast .nav-tabs .nav-link[aria-current=true] {
  border-color: #2e2e31 #2e2e31 transparent
}

.high-contrast .nav-tabs .nav-link[aria-current=page]:hover,
.high-contrast .nav-tabs .nav-link[aria-current=true]:hover {
  background-color: #fff
}

@supports (animation-timeline:scroll()) {
  .nav-tabs:not(:has(.nav-link-icon-only)) {
    --mask-width: 80px;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 var(--mask-width), #000 calc(100% - var(--mask-width)), transparent);
    mask-image: linear-gradient(90deg, transparent, #000 var(--mask-width), #000 calc(100% - var(--mask-width)), transparent);
    -webkit-mask-size: calc(100% + var(--mask-width)) 100%;
    mask-size: calc(100% + var(--mask-width)) 100%;
    -webkit-mask-position: -80px 0;
    mask-position: -80px 0;
    animation: q linear both;
    animation-timeline: scroll(self x)
  }
}

@media (prefers-reduced-motion:no-preference) {
  .nav-tabs .nav-link {
    transition: padding-block .25s .25s;
    will-change: padding-block
  }

  .nav-tabs .nav-link[aria-current=page],
  .nav-tabs .nav-link[aria-current=true] {
    transition: padding-block .25s
  }
}

.tab-content {
  padding: 1rem;
  border-radius: 0 .75rem .75rem .75rem;
  border: 1px solid;
  border-color: rgba(18, 20, 55, .1);
  background: #fff
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.high-contrast .tab-content {
  border-color: #2e2e31
}

.tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.75rem;
  border-radius: .5rem;
  overflow: hidden
}

.tag .tag-content {
  -ms-flex-item-align: center;
  align-self: center;
  padding: .125rem .5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: var(--ft--font-size-text)
}

.tag .tag-append,
.tag .tag-prepend {
  padding: 0 .5rem;
  background-color: rgba(0, 0, 0, .15);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff
}

.tag .tag-prepend {
  border-radius: .5rem 0 0 .5rem
}

.high-contrast .tag .tag-prepend {
  border-right: 1px solid
}

.tag .tag-append {
  border-radius: 0 .5rem .5rem 0
}

.high-contrast .tag .tag-append {
  border-left: 1px solid
}

.tag .tag-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  gap: .375rem;
  border: none;
  border-radius: 2px;
  background-color: inherit;
  color: inherit;
  transition: background-color .2s
}

.tag .tag-button:focus-visible,
.tag .tag-button:hover {
  background-color: rgba(0, 0, 0, .25)
}

.tag .tag-append.tag-button,
.tag .tag-prepend.tag-button {
  background-color: rgba(0, 0, 0, .15)
}

.tag .tag-append.tag-button:focus-visible,
.tag .tag-append.tag-button:hover,
.tag .tag-prepend.tag-button:focus-visible,
.tag .tag-prepend.tag-button:hover {
  background-color: rgba(0, 0, 0, .25)
}

.tag.tag-sm {
  min-height: 1.375rem;
  font-size: var(--ft--font-size-text-small)
}

.tag.tag-sm .icon {
  font-size: .75rem
}

.tag.tag-sm>* {
  padding: 0 .375rem
}

.tag-blanc {
  background-color: #fff;
  color: #2e2e31;
  box-shadow: inset 0 0 0 1px #888b99
}

.high-contrast .tag-blanc {
  color: #171717;
  box-shadow: inset 0 0 0 1px #2e2e31
}

.tag-blanc .tag-append,
.tag-blanc .tag-prepend {
  background-color: #f5f5f8;
  color: #888b99;
  margin: 1px
}

.high-contrast .tag-blanc .tag-append,
.high-contrast .tag-blanc .tag-prepend {
  color: #2e2e31
}

.tag-blanc .tag-button {
  margin: 1px
}

.tag-blanc .tag-button:focus-visible,
.tag-blanc .tag-button:hover {
  background-color: #e6e7ec
}

.tag-primary {
  background-color: var(--ft--color-primary);
  color: #fff
}

.tag-primary .tag-append,
.tag-primary .tag-prepend {
  color: #fff
}

.tag-tertiary,
.tag-tertiary.light {
  background-color: rgba(18, 20, 55, .0509803922)
}

.tag-tertiary.light .tag-append,
.tag-tertiary.light .tag-append.tag-button,
.tag-tertiary.light .tag-prepend,
.tag-tertiary.light .tag-prepend.tag-button,
.tag-tertiary .tag-append,
.tag-tertiary .tag-append.tag-button,
.tag-tertiary .tag-prepend,
.tag-tertiary .tag-prepend.tag-button {
  color: var(--ft--color-text-color);
  background-color: rgba(18, 20, 55, .0509803922)
}

.tag-tertiary.dark {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .1019607843)
}

.tag-tertiary.dark .tag-append,
.tag-tertiary.dark .tag-append.tag-button,
.tag-tertiary.dark .tag-prepend,
.tag-tertiary.dark .tag-prepend.tag-button {
  color: #fff;
  background-color: hsla(0, 0%, 100%, .0509803922)
}

.tag-default {
  background-color: #5b5d65;
  color: #fff
}

.high-contrast .tag-default {
  background-color: #2e2e31
}

.tag-default .tag-append,
.tag-default .tag-prepend {
  color: #fff
}

.tag-bleu-savoir-faire {
  background-color: #0573e1;
  color: #fff
}

.high-contrast .tag-bleu-savoir-faire {
  background-color: #0757a6
}

.tag-bleu-savoir-faire .tag-append,
.tag-bleu-savoir-faire .tag-prepend {
  color: #fff
}

.tag-bleu-savoir {
  background-color: #154474;
  color: #fff
}

.tag-bleu-savoir .tag-append,
.tag-bleu-savoir .tag-prepend {
  color: #fff
}

.tag-bleu-savoir-complementaires {
  background-color: #046b99;
  color: #fff
}

.high-contrast .tag-bleu-savoir-complementaires {
  background-color: #045d86
}

.tag-bleu-savoir-complementaires .tag-append,
.tag-bleu-savoir-complementaires .tag-prepend {
  color: #fff
}

.tag-vert-savoir-etre-pro {
  background-color: #3d7f69;
  color: #fff
}

.high-contrast .tag-vert-savoir-etre-pro {
  background-color: #28624e
}

.tag-vert-savoir-etre-pro .tag-append,
.tag-vert-savoir-etre-pro .tag-prepend {
  color: #fff
}

.tag-rose-langue {
  background-color: #9564a8;
  color: #fff
}

.high-contrast .tag-rose-langue {
  background-color: #734785
}

.tag-rose-langue .tag-append,
.tag-rose-langue .tag-prepend {
  color: #fff
}

.tag-mauve-permis {
  background-color: #746acb;
  color: #fff
}

.high-contrast .tag-mauve-permis {
  background-color: #544ca4
}

.tag-mauve-permis .tag-append,
.tag-mauve-permis .tag-prepend {
  color: #fff
}

.tag-marron-locomotion {
  background-color: #9b6a22;
  color: #fff
}

.high-contrast .tag-marron-locomotion {
  background-color: #774f13
}

.tag-marron-locomotion .tag-append,
.tag-marron-locomotion .tag-prepend {
  color: #fff
}

.tag-new {
  background-color: #d9f6e8
}

.tag-new .tag-append,
.tag-new .tag-prepend {
  background-color: #143114;
  color: #fff
}

.high-contrast .tag-new {
  color: #143114;
  border: 1px solid #143114
}

.tag-known-full-default {
  background-color: #406bde
}

.tag-known-full-default,
.tag-known-full-default .tag-append,
.tag-known-full-default .tag-prepend {
  color: #fff
}

.high-contrast .tag-known-full-default {
  background-color: #0d1440
}

.tag-known-uncomplete-default {
  background-color: #69408c
}

.tag-known-uncomplete-default,
.tag-known-uncomplete-default .tag-append,
.tag-known-uncomplete-default .tag-prepend {
  color: #fff
}

.high-contrast .tag-known-uncomplete-default {
  background-color: #293378
}

.tag-button:focus,
.tag-button:focus:not(:focus-visible),
div[tabindex="0"]:focus,
div[tabindex="0"]:focus:not(:focus-visible),
span[tabindex="0"]:focus,
span[tabindex="0"]:focus:not(:focus-visible) {
  outline: 0;
  border-color: transparent;
  box-shadow: inset 0 0 0 .125rem #2e2e31, inset 0 0 0 .1875rem #fff
}

.toaster {
  position: fixed;
  pointer-events: none;
  padding: 1rem;
  display: grid;
  gap: .75rem
}

.toaster.top {
  top: 0
}

.toaster.bottom {
  bottom: 0
}

.toaster.right {
  right: 0
}

.toaster.right .alert.show,
.toaster.right ft-alert.show {
  animation: s .5s cubic-bezier(.785, .135, .15, .86)
}

.toaster.left {
  left: 0
}

.toaster.left .alert.show,
.toaster.left ft-alert.show {
  animation: r .5s cubic-bezier(.785, .135, .15, .86)
}

.toaster.v-center {
  top: 50%;
  transform: translateY(-50%)
}

.toaster.h-center {
  left: 50%;
  transform: translateX(-50%)
}

.toaster.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.tooltip:not([x-placement]) {
  --ft-tooltip-max-width: 12.5rem;
  --ft-tooltip-padding-x: 0.5rem;
  --ft-tooltip-padding-y: 0.25rem;
  --ft-tooltip-opacity: 1;
  --ft-tooltip-bg: #171717;
  --ft-tooltip-border-radius: 0.25rem;
  --ft-tooltip-font-size: 1rem;
  --ft-tooltip-color: #fff;
  --ft-tooltip-arrow-width: 0.5rem;
  --ft-tooltip-arrow-height: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: -moz-max-content;
  width: max-content;
  background-color: transparent;
  border: 0;
  font-size: var(--ft-tooltip-font-size);
  text-align: center
}

.tooltip:not([x-placement]).fade {
  transition: opacity .15s linear
}

.tooltip:not([x-placement]).fade:not(.show) {
  opacity: 0
}

.tooltip:not([x-placement]).show {
  opacity: var(--ft-tooltip-opacity)
}

.tooltip:not([x-placement]) .tooltip-inner {
  max-width: var(--ft-tooltip-max-width);
  padding: var(--ft-tooltip-padding-y) var(--ft-tooltip-padding-x);
  background-color: var(--ft-tooltip-bg);
  border-radius: var(--ft-tooltip-border-radius);
  color: var(--ft-tooltip-color)
}

.tooltip:not([x-placement]) .arrow {
  position: absolute;
  border-color: transparent;
  border-style: solid
}

.tooltip-top:not([x-placement]) .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: var(--ft-tooltip-arrow-height) var(--ft-tooltip-arrow-width) 0;
  border-top-color: var(--ft-tooltip-bg)
}

.tooltip-right:not([x-placement]) .arrow {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: var(--ft-tooltip-arrow-width) var(--ft-tooltip-arrow-height) var(--ft-tooltip-arrow-width) 0;
  border-right-color: var(--ft-tooltip-bg)
}

.tooltip-bottom:not([x-placement]) .arrow {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 var(--ft-tooltip-arrow-width) var(--ft-tooltip-arrow-height);
  border-bottom-color: var(--ft-tooltip-bg)
}

.tooltip-left:not([x-placement]) .arrow {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border-width: var(--ft-tooltip-arrow-width) 0 var(--ft-tooltip-arrow-width) var(--ft-tooltip-arrow-height);
  border-left-color: var(--ft-tooltip-bg)
}

ft-alert:defined,
ft-breadcrumb:defined,
ft-captcha:defined,
ft-collapse:defined,
ft-datepicker:defined,
ft-dropdown:defined,
ft-footer:defined,
ft-modalside:defined,
ft-pagination modal:defined,
ft-stepper:defined,
pe-breadcrumb:defined,
pe-captcha:defined,
pe-footer:defined,
pe-header:defined {
  opacity: 1;
  transition: opacity .25s
}

ft-alert:not(:defined),
ft-breadcrumb:not(:defined),
ft-captcha:not(:defined),
ft-collapse:not(:defined),
ft-datepicker:not(:defined),
ft-dropdown:not(:defined),
ft-footer:not(:defined),
ft-modalside:not(:defined),
ft-pagination modal:not(:defined),
ft-stepper:not(:defined),
pe-breadcrumb:not(:defined),
pe-captcha:not(:defined),
pe-footer:not(:defined),
pe-header:not(:defined) {
  opacity: 0
}