@charset "UTF-8";
:root body {
  --primary-100: #893040;
  --primary-160: #351219;
  --primary-130: #5c202b;
  --primary-60: #b6828c;
  --primary-30: #e7d5d9;
  --primary-10: #f3eaec;
  --primary-05: #f9f4f5;
  --figure-block-bg: var(--primary-05);
  --actu-header-bg: var(--primary-05);
  --ordered-list-color: #fff;
  --page-title-header-bg: var(--primary-05);
  --btn-color: #fff;
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--primary-130);
  --btn-focus-box-shadow-color: var(--primary-60);
}
:root body.theme-green {
  --primary-100: #97aa99;
  --primary-160: #3c443d;
  --primary-130: #69766a;
  --primary-60: #acbbad;
  --primary-30: #c1ccc2;
  --primary-10: #d5ddd6;
  --primary-05: #eaeeeb;
}
:root body.theme-beige {
  --primary-100: #cec3ae;
  --primary-160: #524e45;
  --primary-130: #8f8879;
  --primary-60: #d8cfbf;
  --primary-30: #e2dbce;
  --primary-10: #ebe7df;
  --primary-05: #f5f3ef;
}
:root body.theme-blue {
  --primary-100: #acc5d4;
  --primary-160: #444e54;
  --primary-130: #788993;
  --primary-60: #bdd1dd;
  --primary-30: #cddce5;
  --primary-10: #dee8ee;
  --primary-05: #eef3f6;
}
:root body.theme-violet {
  --primary-100: #a2a8c4;
  --primary-160: #40434e;
  --primary-130: #717588;
  --primary-60: #b5b9d0;
  --primary-30: #c7cbdc;
  --primary-10: #dadce7;
  --primary-05: #eceef3;
}
:root body.theme-beige,
:root body.theme-blue,
:root body.theme-green,
:root body.theme-violet {
  --figure-block-bg: var(--primary-100);
  --actu-header-bg: var(--primary-100);
  --ordered-list-color: #000;
  --page-title-header-bg: var(--primary-100);
  --btn-color: #000;
  --btn-hover-color: #000;
  --btn-hover-bg: var(--primary-60);
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
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: Lota Grotesque;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  text-align: left;
  background-color: #fff;
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  body {
    font-size: calc(1.09375rem + 0.15625vw);
  }
}
@media screen and (min-width: 100rem) {
  body {
    font-size: 1.25rem;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
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: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.96875rem;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
}
a,
a:hover,
a:not([href]),
a:not([href]):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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.25rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
}
button:focus-visible {
  outline: 2px solid;
  outline-offset: 0.25rem;
}
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"] {
  -webkit-box-sizing: border-box;
  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: 0.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;
}
.chd-accordion__itemTrigger,
.chd-tabAccordion__navLink,
.chd-teaserActu.-big .chd-teaserActu__contentTitle,
.chd-teaserActu.-dossier .chd-teaserActu__contentTitle,
.chd-teaserActu__contentTitle,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  font-family: tiempos;
  font-weight: 400;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.25rem;
}
@media screen and (min-width: 20rem) {
  .h1,
  h1 {
    font-size: calc(1.6875rem + 2.8125vw);
  }
}
@media screen and (min-width: 100rem) {
  .h1,
  h1 {
    font-size: 4.5rem;
  }
}
.h2,
h2 {
  font-size: 1.8625rem;
}
@media screen and (min-width: 20rem) {
  .h2,
  h2 {
    font-size: calc(1.57813rem + 1.42188vw);
  }
}
@media screen and (min-width: 100rem) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
.h3,
h3 {
  font-size: 1.6625rem;
}
@media screen and (min-width: 20rem) {
  .h3,
  h3 {
    font-size: calc(1.45313rem + 1.04688vw);
  }
}
@media screen and (min-width: 100rem) {
  .h3,
  h3 {
    font-size: 2.5rem;
  }
}
.chd-teaserActu.-big .chd-teaserActu__contentTitle,
.h4,
h4 {
  font-size: 1.45rem;
}
@media screen and (min-width: 20rem) {
  .chd-teaserActu.-big .chd-teaserActu__contentTitle,
  .h4,
  h4 {
    font-size: calc(1.3125rem + 0.6875vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-teaserActu.-big .chd-teaserActu__contentTitle,
  .h4,
  h4 {
    font-size: 2rem;
  }
}
.chd-teaserActu__contentTitle,
.h5,
h5 {
  font-size: 1.2625rem;
}
@media screen and (min-width: 20rem) {
  .chd-teaserActu__contentTitle,
  .h5,
  h5 {
    font-size: calc(1.20313rem + 0.29688vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-teaserActu__contentTitle,
  .h5,
  h5 {
    font-size: 1.5rem;
  }
}
.chd-accordion__itemTrigger,
.chd-tabAccordion__navLink,
.chd-teaserActu.-dossier .chd-teaserActu__contentTitle,
.h6,
h6 {
  font-family: Lota Grotesque;
  font-weight: 500;
  font-size: 1.2625rem;
}
@media screen and (min-width: 20rem) {
  .chd-accordion__itemTrigger,
  .chd-tabAccordion__navLink,
  .chd-teaserActu.-dossier .chd-teaserActu__contentTitle,
  .h6,
  h6 {
    font-size: calc(1.20313rem + 0.29688vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-accordion__itemTrigger,
  .chd-tabAccordion__navLink,
  .chd-teaserActu.-dossier .chd-teaserActu__contentTitle,
  .h6,
  h6 {
    font-size: 1.5rem;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.chd-teaserActu__contentHeader,
.chd-timelineContentList__item:before,
.custom-checkbox.-small,
.custom-file-label-inner,
.small,
small {
  font-size: 0.96875rem;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.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: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.45rem;
}
@media screen and (min-width: 20rem) {
  .blockquote {
    font-size: calc(1.3125rem + 0.6875vw);
  }
}
@media screen and (min-width: 100rem) {
  .blockquote {
    font-size: 2rem;
  }
}
.blockquote-footer {
  display: block;
  color: #000;
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  .blockquote-footer {
    font-size: calc(1.09375rem + 0.15625vw);
  }
}
@media screen and (min-width: 100rem) {
  .blockquote-footer {
    font-size: 1.25rem;
  }
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
/* .figure {
  display: inline-block;
} */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  /* font-size: 90%; */
  color: #6c757d;
}
.container,
.container-fluid,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.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 {
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -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,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem 1rem;
  vertical-align: top;
}
.table td + td,
.table th + th {
  border-left: 2px solid #f3eaec;
  border-left-color: var(--primary-10);
}
.table thead th {
  padding-top: 1.25rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.96875rem;
  font-weight: 500;
  vertical-align: bottom;
  background-color: #fff;
}
.table td,
.table thead th {
  border-color: #f9f4f5;
  border-left-color: var(--primary-05);
  border-bottom: 2px solid #f2f2f2;
  border-bottom-color: var(--primary-05);
  border-right-color: var(--primary-05);
  border-top-color: var(--primary-05);
}
.table tbody + tbody {
  border-top: 4px solid #f2f2f2;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 2px solid #f2f2f2;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 4px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(2n) {
  background-color: #f9f4f5;
  background-color: var(--primary-05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary-100,
.table-primary-100 > td,
.table-primary-100 > th {
  background-color: #dec5ca;
}
.table-primary-100 tbody + tbody,
.table-primary-100 td,
.table-primary-100 th,
.table-primary-100 thead th {
  border-color: #c2939c;
}
.table-hover .table-primary-100:hover,
.table-hover .table-primary-100:hover > td,
.table-hover .table-primary-100:hover > th {
  background-color: #d5b5bb;
}
.table-primary-160,
.table-primary-160 > td,
.table-primary-160 > th {
  background-color: #c6bdbf;
}
.table-primary-160 tbody + tbody,
.table-primary-160 td,
.table-primary-160 th,
.table-primary-160 thead th {
  border-color: #968487;
}
.table-hover .table-primary-160:hover,
.table-hover .table-primary-160:hover > td,
.table-hover .table-primary-160:hover > th {
  background-color: #baafb2;
}
.table-primary-130,
.table-primary-130 > td,
.table-primary-130 > th {
  background-color: #d1c1c4;
}
.table-primary-130 tbody + tbody,
.table-primary-130 td,
.table-primary-130 th,
.table-primary-130 thead th {
  border-color: #aa8b91;
}
.table-hover .table-primary-130:hover,
.table-hover .table-primary-130:hover > td,
.table-hover .table-primary-130:hover > th {
  background-color: #c6b2b6;
}
.table-primary-60,
.table-primary-60 > td,
.table-primary-60 > th {
  background-color: #ebdcdf;
}
.table-primary-60 tbody + tbody,
.table-primary-60 td,
.table-primary-60 th,
.table-primary-60 thead th {
  border-color: #d9bec3;
}
.table-hover .table-primary-60:hover,
.table-hover .table-primary-60:hover > td,
.table-hover .table-primary-60:hover > th {
  background-color: #e2ccd0;
}
.table-primary-30,
.table-primary-30 > td,
.table-primary-30 > th {
  background-color: #f8f3f4;
}
.table-primary-30 tbody + tbody,
.table-primary-30 td,
.table-primary-30 th,
.table-primary-30 thead th {
  border-color: #f3e9eb;
}
.table-hover .table-primary-30:hover,
.table-hover .table-primary-30:hover > td,
.table-hover .table-primary-30:hover > th {
  background-color: #efe3e5;
}
.table-primary-10,
.table-primary-10 > td,
.table-primary-10 > th {
  background-color: #fcf9fa;
}
.table-primary-10 tbody + tbody,
.table-primary-10 td,
.table-primary-10 th,
.table-primary-10 thead th {
  border-color: #f9f4f5;
}
.table-hover .table-primary-10:hover,
.table-hover .table-primary-10:hover > td,
.table-hover .table-primary-10:hover > th {
  background-color: #f4e8ec;
}
.table-primary-05,
.table-primary-05 > td,
.table-primary-05 > th {
  background-color: #fdfcfc;
}
.table-primary-05 tbody + tbody,
.table-primary-05 td,
.table-primary-05 th,
.table-primary-05 thead th {
  border-color: #fcf9fa;
}
.table-hover .table-primary-05:hover,
.table-hover .table-primary-05:hover > td,
.table-hover .table-primary-05:hover > th {
  background-color: #f3eded;
}
.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 {
  background-color: rgba(0, 0, 0, 0.075);
}
.table thead.thead-dark th {
  background-color: #893040;
  background-color: var(--primary-100);
  color: #f9f4f5;
  color: var(--primary-05);
}
.table .thead-light th {
  border-color: #f2f2f2;
}
.table-dark,
.table .thead-light th {
  color: #fff;
  background-color: #893040;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: none;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(2n) {
  background-color: #f9f4f5;
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.075);
}
@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;
  }
}
.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: calc(1.3em + 1.75rem + 4px);
  padding: 0.875rem 1rem;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #949494;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.form-control:hover {
  border-color: #999;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  border-color: #666 #666 #666 #893040;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus-visible {
  outline: 2px solid;
  outline-offset: 1px;
}
.form-control::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
.form-control::placeholder {
  color: #666;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
select.form-control:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.875rem + 2px);
  padding-bottom: calc(0.875rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.875rem 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group-submit {
  margin-top: 2rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  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: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  padding-left: 1rem;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.96875rem;
  color: #4e7935;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(78, 121, 53, 0.9);
  border-radius: 0.25rem;
}
.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-left-color: #4e7935;
  padding-right: calc(1.3em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.4375rem) center;
  background-size: calc(0.65em + 0.875rem) calc(0.65em + 0.875rem);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.3em + 0.875rem);
  background-position: top calc(0.325em + 0.4375rem) right
    calc(0.325em + 0.4375rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #4e7935;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    "" #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #4e7935;
  -webkit-box-shadow: 0 0 0 auto rgba(78, 121, 53, 0.25);
  box-shadow: 0 0 0 auto rgba(78, 121, 53, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #4e7935;
}
.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: #4e7935;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #4e7935;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: transparent !important;
  border-color: #659c45;
  background-color: #659c45;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 auto rgba(78, 121, 53, 0.25);
  box-shadow: 0 0 0 auto rgba(78, 121, 53, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #4e7935;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-left-color: #4e7935;
}
.invalid-feedback {
  padding-left: 1rem;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.96875rem;
  color: #c11e2b;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(193, 30, 43, 0.9);
  border-radius: 0.25rem;
}
.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-left-color: #c11e2b;
  padding-right: calc(1.3em + 0.875rem);
  background-image: "";
  background-repeat: no-repeat;
  background-position: right calc(0.325em + 0.4375rem) center;
  background-size: calc(0.65em + 0.875rem) calc(0.65em + 0.875rem);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.3em + 0.875rem);
  background-position: top calc(0.325em + 0.4375rem) right
    calc(0.325em + 0.4375rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #c11e2b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    "" #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #c11e2b;
  -webkit-box-shadow: 0 0 0 auto rgba(193, 30, 43, 0.25);
  box-shadow: 0 0 0 auto rgba(193, 30, 43, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #c11e2b;
}
.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: #c11e2b;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #c11e2b;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: transparent !important;
  border-color: #df3341;
  background-color: #df3341;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  -webkit-box-shadow: 0 0 0 auto rgba(193, 30, 43, 0.25);
  box-shadow: 0 0 0 auto rgba(193, 30, 43, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #c11e2b;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-left-color: #c11e2b;
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.835rem 1rem;
  font-size: inherit;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.6;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn-primary-10-no-theme.font-regular .btn-text {
  font-size: 90%;
}
.btn-text {
  margin-right: auto;
}
* + .btn-text,
.btn-text + * {
  margin-left: 0.75rem;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary-100 {
  color: #fff;
  background-color: #893040;
  border-color: #893040;
  background-color: var(--primary-100);
  border-color: var(--primary-100);
  color: var(--btn-color);
}
.btn-primary-100.focus,
.btn-primary-100:focus,
.btn-primary-100:hover {
  color: #fff;
  background-color: #6d2633;
  border-color: #63232e;
}
.btn-primary-100.focus,
.btn-primary-100:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 79, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(155, 79, 93, 0.5);
}
.btn-primary-100.disabled,
.btn-primary-100:disabled {
  color: #fff;
  background-color: #893040;
  border-color: #893040;
  cursor: not-allowed;
}
.btn-primary-100:not(:disabled):not(.disabled).active,
.btn-primary-100:not(:disabled):not(.disabled):active,
.show > .btn-primary-100.dropdown-toggle {
  color: #fff;
  background-color: #63232e;
  border-color: #5a1f2a;
}
.btn-primary-100:not(:disabled):not(.disabled).active:focus,
.btn-primary-100:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(155, 79, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(155, 79, 93, 0.5);
}
.btn-primary-100:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-100.focus,
.btn-primary-100:active,
.btn-primary-100:focus,
.btn-primary-100:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-100.focus,
.btn-primary-100:active,
.btn-primary-100:focus {
  background-color: var(--primary-130);
}
.btn-primary-100.focus,
.btn-primary-100:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-100.disabled,
.btn-primary-100:disabled,
.btn-primary-100:not(:disabled):not(.disabled).active,
.btn-primary-100:not(:disabled):not(.disabled):active,
.show > .btn-primary-100.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-100:not(:disabled):not(.disabled).active:focus,
.btn-primary-100:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-100.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-160 {
  color: #fff;
  background-color: #351219;
  border-color: #351219;
  background-color: var(--primary-160);
  border-color: var(--primary-160);
  color: var(--btn-color);
}
.btn-primary-160.focus,
.btn-primary-160:focus,
.btn-primary-160:hover {
  color: #fff;
  background-color: #18080c;
  border-color: #0f0507;
}
.btn-primary-160.focus,
.btn-primary-160:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 54, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(83, 54, 60, 0.5);
}
.btn-primary-160.disabled,
.btn-primary-160:disabled {
  color: #fff;
  background-color: #351219;
  border-color: #351219;
  cursor: not-allowed;
}
.btn-primary-160:not(:disabled):not(.disabled).active,
.btn-primary-160:not(:disabled):not(.disabled):active,
.show > .btn-primary-160.dropdown-toggle {
  color: #fff;
  background-color: #0f0507;
  border-color: #050203;
}
.btn-primary-160:not(:disabled):not(.disabled).active:focus,
.btn-primary-160:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-160.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(83, 54, 60, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(83, 54, 60, 0.5);
}
.btn-primary-160:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-160.focus,
.btn-primary-160:active,
.btn-primary-160:focus,
.btn-primary-160:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-160.focus,
.btn-primary-160:active,
.btn-primary-160:focus {
  background-color: var(--primary-130);
}
.btn-primary-160.focus,
.btn-primary-160:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-160.disabled,
.btn-primary-160:disabled,
.btn-primary-160:not(:disabled):not(.disabled).active,
.btn-primary-160:not(:disabled):not(.disabled):active,
.show > .btn-primary-160.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-160:not(:disabled):not(.disabled).active:focus,
.btn-primary-160:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-160.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-130 {
  color: #fff;
  background-color: #5c202b;
  border-color: #5c202b;
  background-color: var(--primary-130);
  border-color: var(--primary-130);
  color: var(--btn-color);
}
.btn-primary-130.focus,
.btn-primary-130:focus,
.btn-primary-130:hover {
  color: #fff;
  background-color: #40161e;
  border-color: #361319;
}
.btn-primary-130.focus,
.btn-primary-130:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 65, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 65, 75, 0.5);
}
.btn-primary-130.disabled,
.btn-primary-130:disabled {
  color: #fff;
  background-color: #5c202b;
  border-color: #5c202b;
  cursor: not-allowed;
}
.btn-primary-130:not(:disabled):not(.disabled).active,
.btn-primary-130:not(:disabled):not(.disabled):active,
.show > .btn-primary-130.dropdown-toggle {
  color: #fff;
  background-color: #361319;
  border-color: #2d1015;
}
.btn-primary-130:not(:disabled):not(.disabled).active:focus,
.btn-primary-130:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-130.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(116, 65, 75, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(116, 65, 75, 0.5);
}
.btn-primary-130:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-130.focus,
.btn-primary-130:active,
.btn-primary-130:focus,
.btn-primary-130:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-130.focus,
.btn-primary-130:active,
.btn-primary-130:focus {
  background-color: var(--primary-130);
}
.btn-primary-130.focus,
.btn-primary-130:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-130.disabled,
.btn-primary-130:disabled,
.btn-primary-130:not(:disabled):not(.disabled).active,
.btn-primary-130:not(:disabled):not(.disabled):active,
.show > .btn-primary-130.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-130:not(:disabled):not(.disabled).active:focus,
.btn-primary-130:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-130.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-60 {
  color: #fff;
  background-color: #b6828c;
  border-color: #b6828c;
  background-color: var(--primary-60);
  border-color: var(--primary-60);
  color: var(--btn-color);
}
.btn-primary-60.focus,
.btn-primary-60:focus,
.btn-primary-60:hover {
  color: #fff;
  background-color: #a86a76;
  border-color: #a3626e;
}
.btn-primary-60.focus,
.btn-primary-60:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 149, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 149, 157, 0.5);
}
.btn-primary-60.disabled,
.btn-primary-60:disabled {
  color: #fff;
  background-color: #b6828c;
  border-color: #b6828c;
  cursor: not-allowed;
}
.btn-primary-60:not(:disabled):not(.disabled).active,
.btn-primary-60:not(:disabled):not(.disabled):active,
.show > .btn-primary-60.dropdown-toggle {
  color: #fff;
  background-color: #a3626e;
  border-color: #9d5c68;
}
.btn-primary-60:not(:disabled):not(.disabled).active:focus,
.btn-primary-60:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-60.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(193, 149, 157, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(193, 149, 157, 0.5);
}
.btn-primary-60:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-60.focus,
.btn-primary-60:active,
.btn-primary-60:focus,
.btn-primary-60:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-60.focus,
.btn-primary-60:active,
.btn-primary-60:focus {
  background-color: var(--primary-130);
}
.btn-primary-60.focus,
.btn-primary-60:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-60.disabled,
.btn-primary-60:disabled,
.btn-primary-60:not(:disabled):not(.disabled).active,
.btn-primary-60:not(:disabled):not(.disabled):active,
.show > .btn-primary-60.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-60:not(:disabled):not(.disabled).active:focus,
.btn-primary-60:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-60.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-30 {
  color: #212529;
  background-color: #e7d5d9;
  border-color: #e7d5d9;
  background-color: var(--primary-30);
  border-color: var(--primary-30);
  color: var(--btn-color);
}
.btn-primary-30.focus,
.btn-primary-30:focus,
.btn-primary-30:hover {
  color: #212529;
  background-color: #d9bdc3;
  border-color: #d4b5bc;
}
.btn-primary-30.focus,
.btn-primary-30:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 187, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 187, 191, 0.5);
}
.btn-primary-30.disabled,
.btn-primary-30:disabled {
  color: #212529;
  background-color: #e7d5d9;
  border-color: #e7d5d9;
  cursor: not-allowed;
}
.btn-primary-30:not(:disabled):not(.disabled).active,
.btn-primary-30:not(:disabled):not(.disabled):active,
.show > .btn-primary-30.dropdown-toggle {
  color: #212529;
  background-color: #d4b5bc;
  border-color: #d0acb4;
}
.btn-primary-30:not(:disabled):not(.disabled).active:focus,
.btn-primary-30:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-30.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(201, 187, 191, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(201, 187, 191, 0.5);
}
.btn-primary-30:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-30.focus,
.btn-primary-30:active,
.btn-primary-30:focus,
.btn-primary-30:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-30.focus,
.btn-primary-30:active,
.btn-primary-30:focus {
  background-color: var(--primary-130);
}
.btn-primary-30.focus,
.btn-primary-30:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-30.disabled,
.btn-primary-30:disabled,
.btn-primary-30:not(:disabled):not(.disabled).active,
.btn-primary-30:not(:disabled):not(.disabled):active,
.show > .btn-primary-30.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-30:not(:disabled):not(.disabled).active:focus,
.btn-primary-30:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-30.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-10 {
  color: #212529;
  background-color: #f3eaec;
  border-color: #f3eaec;
  background-color: var(--primary-10);
  border-color: var(--primary-10);
  color: var(--btn-color);
}
.btn-primary-10.focus,
.btn-primary-10:focus,
.btn-primary-10:hover {
  color: #212529;
  background-color: #e5d2d6;
  border-color: #e0cacf;
}
.btn-primary-10.focus,
.btn-primary-10:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
}
.btn-primary-10.disabled,
.btn-primary-10:disabled {
  color: #212529;
  background-color: #f3eaec;
  border-color: #f3eaec;
  cursor: not-allowed;
}
.btn-primary-10:not(:disabled):not(.disabled).active,
.btn-primary-10:not(:disabled):not(.disabled):active,
.show > .btn-primary-10.dropdown-toggle {
  color: #212529;
  background-color: #e0cacf;
  border-color: #dcc1c7;
}
.btn-primary-10:not(:disabled):not(.disabled).active:focus,
.btn-primary-10:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
}
.btn-primary-10:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-10.focus,
.btn-primary-10:active,
.btn-primary-10:focus,
.btn-primary-10:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-10.focus,
.btn-primary-10:active,
.btn-primary-10:focus {
  background-color: var(--primary-130);
}
.btn-primary-10.focus,
.btn-primary-10:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-10.disabled,
.btn-primary-10:disabled,
.btn-primary-10:not(:disabled):not(.disabled).active,
.btn-primary-10:not(:disabled):not(.disabled):active,
.show > .btn-primary-10.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-10:not(:disabled):not(.disabled).active:focus,
.btn-primary-10:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-10.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-05 {
  color: #212529;
  background-color: #f9f4f5;
  border-color: #f9f4f5;
  background-color: var(--primary-05);
  border-color: var(--primary-05);
  color: var(--btn-color);
}
.btn-primary-05.focus,
.btn-primary-05:focus,
.btn-primary-05:hover {
  color: #212529;
  background-color: #ecdbdf;
  border-color: #e7d3d7;
}
.btn-primary-05.focus,
.btn-primary-05:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 213, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 213, 214, 0.5);
}
.btn-primary-05.disabled,
.btn-primary-05:disabled {
  color: #212529;
  background-color: #f9f4f5;
  border-color: #f9f4f5;
  cursor: not-allowed;
}
.btn-primary-05:not(:disabled):not(.disabled).active,
.btn-primary-05:not(:disabled):not(.disabled):active,
.show > .btn-primary-05.dropdown-toggle {
  color: #212529;
  background-color: #e7d3d7;
  border-color: #e3cbd0;
}
.btn-primary-05:not(:disabled):not(.disabled).active:focus,
.btn-primary-05:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-05.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 213, 214, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(217, 213, 214, 0.5);
}
.btn-primary-05:hover {
  background-color: var(--btn-hover-bg);
}
.btn-primary-05.focus,
.btn-primary-05:active,
.btn-primary-05:focus,
.btn-primary-05:hover {
  border-color: var(--btn-hover-bg);
  color: var(--btn-hover-color);
}
.btn-primary-05.focus,
.btn-primary-05:active,
.btn-primary-05:focus {
  background-color: var(--primary-130);
}
.btn-primary-05.focus,
.btn-primary-05:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
.btn-primary-05.disabled,
.btn-primary-05:disabled,
.btn-primary-05:not(:disabled):not(.disabled).active,
.btn-primary-05:not(:disabled):not(.disabled):active,
.show > .btn-primary-05.dropdown-toggle {
  border-color: var(--primary-130);
  background-color: var(--primary-130);
  color: var(--btn-hover-color);
}
.btn-primary-05:not(:disabled):not(.disabled).active:focus,
.btn-primary-05:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-05.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
  box-shadow: 0 0 0 0.2rem var(--btn-focus-box-shadow-color);
}
[class*="btn-primary"] {
  outline-color: #000 !important;
}
.btn-primary-10-no-theme {
  color: #212529;
  background-color: #f3eaec;
  border-color: #f3eaec;
  color: #893040 !important;
}
.btn-primary-10-no-theme:hover {
  color: #212529;
  background-color: #e7d5d9;
  border-color: #f3eaec;
}
.btn-primary-10-no-theme.focus,
.btn-primary-10-no-theme:focus {
  color: #212529;
  background-color: #e7d5d9;
  border-color: #f3eaec;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
}
.btn-primary-10-no-theme.disabled,
.btn-primary-10-no-theme:disabled {
  color: #212529;
  background-color: #f3eaec;
  border-color: #f3eaec;
  cursor: not-allowed;
}
.btn-primary-10-no-theme:not(:disabled):not(.disabled).active,
.btn-primary-10-no-theme:not(:disabled):not(.disabled):active,
.show > .btn-primary-10-no-theme.dropdown-toggle {
  color: #212529;
  background-color: #e0cacf;
  border-color: #dcc1c7;
}
.btn-primary-10-no-theme:not(:disabled):not(.disabled).active:focus,
.btn-primary-10-no-theme:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-10-no-theme.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(212, 204, 207, 0.5);
}
.btn-primary-10-no-theme:not(:disabled):not(.disabled).active:focus,
.btn-primary-10-no-theme:not(:disabled):not(.disabled):active:focus {
  background-color: #f3eaec !important;
  border-color: #e7d5d9 !important;
  -webkit-box-shadow: 0 0 0 0.2rem #e7d5d9 !important;
  box-shadow: 0 0 0 0.2rem #e7d5d9 !important;
}
.btn-link {
  font-weight: 400;
}
.btn-link,
.btn-link:hover {
  color: inherit;
  text-decoration: none;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
}
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm {
  padding: 0.835rem 1rem;
  font-size: 0.96875rem;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.btn-block .btn-text {
  margin-right: 0
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

.btn[data-link-share] {
  margin-top: 8px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.dropdown-toggle:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.75em;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.dropdown-toggle:hover {
  color: #000;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: inherit;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #f2f2f2;
}
.dropdown-menu LI + LI {
  border-top: 2px solid #f2f2f2;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0 !important;
  left: auto !important;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0 !important;
    left: auto !important;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0 !important;
    left: auto !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0 !important;
    left: auto !important;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0 !important;
    left: auto !important;
  }
}
.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: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 1rem;
  clear: both;
  font-weight: 400;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item + .dropdown-item {
  border-top: 2px solid #f2f2f2;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #893040;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.active:focus,
.dropdown-item.active:hover,
.dropdown-item:active:focus,
.dropdown-item:active:hover {
  color: #000;
  background-color: #f2f2f2;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.96875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 1rem;
  color: inherit;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -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;
  -webkit-box-flex: 1;
  -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: -2px;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:last-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: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: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: -webkit-box;
  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 + .chd-input__innerIcon,
.input-group-append .btn + .chd-select__icon,
.input-group-append .btn + .input-group-text,
.input-group-append .chd-input__innerIcon + .btn,
.input-group-append .chd-input__innerIcon + .chd-input__innerIcon,
.input-group-append .chd-input__innerIcon + .chd-select__icon,
.input-group-append .chd-input__innerIcon + .input-group-text,
.input-group-append .chd-select__icon + .btn,
.input-group-append .chd-select__icon + .chd-input__innerIcon,
.input-group-append .chd-select__icon + .chd-select__icon,
.input-group-append .chd-select__icon + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .chd-input__innerIcon,
.input-group-append .input-group-text + .chd-select__icon,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .chd-input__innerIcon,
.input-group-prepend .btn + .chd-select__icon,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .chd-input__innerIcon + .btn,
.input-group-prepend .chd-input__innerIcon + .chd-input__innerIcon,
.input-group-prepend .chd-input__innerIcon + .chd-select__icon,
.input-group-prepend .chd-input__innerIcon + .input-group-text,
.input-group-prepend .chd-select__icon + .btn,
.input-group-prepend .chd-select__icon + .chd-input__innerIcon,
.input-group-prepend .chd-select__icon + .chd-select__icon,
.input-group-prepend .chd-select__icon + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .chd-input__innerIcon,
.input-group-prepend .input-group-text + .chd-select__icon,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -2px;
}
.input-group-prepend {
  margin-right: -2px;
}
.input-group-append {
  margin-left: -2px;
}
.chd-input__innerIcon,
.chd-select__icon,
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.875rem 1rem;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid inherit;
  border-radius: 0;
}
.chd-input__innerIcon input[type="checkbox"],
.chd-input__innerIcon input[type="radio"],
.chd-select__icon input[type="checkbox"],
.chd-select__icon input[type="radio"],
.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: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .chd-input__innerIcon,
.input-group-lg > .input-group-append > .chd-select__icon,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .chd-input__innerIcon,
.input-group-lg > .input-group-prepend > .chd-select__icon,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .chd-input__innerIcon,
.input-group-sm > .input-group-append > .chd-select__icon,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .chd-input__innerIcon,
.input-group-sm > .input-group-prepend > .chd-select__icon,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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)
  > .chd-input__innerIcon,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .chd-select__icon,
.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)
  > .chd-input__innerIcon,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .chd-select__icon,
.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
  > .chd-input__innerIcon:not(:last-child),
.input-group
  > .input-group-append:last-child
  > .chd-select__icon:not(:last-child),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .chd-input__innerIcon,
.input-group > .input-group-prepend > .chd-select__icon,
.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 > .chd-input__innerIcon,
.input-group > .input-group-append > .chd-select__icon,
.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
  > .chd-input__innerIcon:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .chd-select__icon: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) > .chd-input__innerIcon,
.input-group > .input-group-prepend:not(:first-child) > .chd-select__icon,
.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;
  display: block;
  min-height: 1.625rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 2rem;
  height: 1.8125rem;
  opacity: 0;
}
.custom-control-input:checked + .custom-control-label:before {
  color: #893040;
  border-color: #893040;
}
.custom-control-input:checked + .custom-control-label:after {
  background-color: #893040;
}
.custom-control-input:focus + .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:hover:not(:checked) ~ .custom-control-label:before {
  border-color: #999;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:after {
  background-color: transparent;
  border: 4px solid #b6828c;
  top: -0.54375rem;
  left: -0.347826087rem;
  width: 2.7rem;
  height: 2.7rem;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #666;
  cursor: not-allowed;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #f2f2f2;
  border-color: #ccc !important;
}
.custom-control-input:disabled:checked ~ .custom-control-label:before,
.custom-control-input[disabled]:checked ~ .custom-control-label:before {
  background-color: #f2f2f2 !important;
}
.custom-control-input:disabled:checked ~ .custom-control-label:after,
.custom-control-input[disabled]:checked ~ .custom-control-label:after {
  background-color: #ccc;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  padding-left: 3rem;
}
.custom-control-label:before {
  pointer-events: none;
  background-color: #fff;
  /* border: 2px solid #ccc; */
}
.custom-control-label:after,
.custom-control-label:before {
  position: absolute;
  top: -0.1875rem;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  content: "";
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox {
  min-height: 2rem;
}
.custom-checkbox .custom-control-label {
  color: #666;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
.custom-checkbox.-text {
  min-height: auto;
}
.custom-checkbox.-text .custom-control-input ~ .custom-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  padding-left: 0;
}
.custom-checkbox.-text .custom-control-input ~ .custom-control-label:before {
  content: none;
}
.custom-checkbox.-text .custom-control-input ~ .custom-control-label:after {
  display: inline-block;
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.75em;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.custom-checkbox.-text
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:after {
  border: none;
}
.custom-checkbox.-text
  .custom-control-input:checked
  ~ .custom-control-label:after {
  display: inline-block;
  color: #000;
  background-color: transparent;
  content: "";
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.custom-checkbox.-inderterminate
  .custom-control-input:checked
  ~ .custom-control-label:after,
.custom-checkbox.-inderterminate
  .custom-control-input:checked
  ~ .custom-control-label:before {
  background-color: #666;
}
.custom-checkbox.-inderterminate
  .custom-control-input:checked
  ~ .custom-control-label:after {
  content: "";
}
.custom-checkbox.-small {
  min-height: 1.5rem;
}
.custom-checkbox.-small .custom-control-label {
  padding-left: 2.5rem;
  padding-top: 0.1875rem !important;
}
.custom-checkbox.-small .custom-control-label:after,
.custom-checkbox.-small .custom-control-label:before {
  width: 1.5rem;
  height: 1.5rem;
  top: 0.015625rem;
}
.custom-checkbox.-small
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:after {
  background-color: transparent;
  border: 4px solid #b6828c;
  top: -0.28125rem;
  left: -0.3rem;
  width: 2.1rem;
  height: 2.1rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: transparent;
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:after {
  background-color: transparent;
  color: #000;
}
.custom-checkbox.custom-checkbox-dossier {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.custom-checkbox.custom-checkbox-dossier:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 3rem;
  height: 2px;
  background-color: #f2f2f2;
}
.custom-checkbox.custom-checkbox-dossier
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-checkbox.custom-checkbox-dossier .custom-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}
.custom-checkbox.custom-checkbox-dossier .custom-control-label:after,
.custom-checkbox.custom-checkbox-dossier .custom-control-label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (hover: hover) {
  .custom-checkbox:hover .custom-control-label {
    color: #000;
  }
}
/* FIX CGI À CONSERVER LE TEMPS D'UNE ADAPTATION CONCRETE APART */
.custom-radio .custom-control-label {
  color: #666;
  -webkit-transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  transition: color 0.15s linear;
}
/* END FIX */
.custom-radio .custom-control-label:after,
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-label:before {
  position: absolute;
  top: -0.1875rem;
  left: 0;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  /* border: 2px solid #ccc; */
}
.custom-radio .custom-control-label:after {
  position: absolute;
  top: 0.3346774194rem;
  left: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none;
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: transparent;
}
.custom-radio .custom-control-input.no-text ~ .custom-control-label {
  padding-left: 2rem;
}
/* FIX CGI À CONSERVER LE TEMPS D'UNE ADAPTATION CONCRETE APART */
.custom-radio
  .custom-control-input:checked
  ~ .custom-control-label {
  background-color: transparent;
  color: #000;
}
@media (hover: hover) {
  .custom-radio:hover .custom-control-label {
    color: #000;
  }
}
/* END FIX */
/* .custom-checkbox,
.custom-radio {
  min-height: 2rem;
} */
.custom-checkbox [class*="feedback"],
.custom-radio [class*="feedback"] {
  padding-left: 3rem;
}
.custom-checkbox + .custom-checkbox,
.custom-checkbox + .custom-radio,
.custom-radio + .custom-checkbox,
.custom-radio + .custom-radio {
  margin-top: 0.75rem;
}
.custom-switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 4.5rem;
  min-height: 2.5rem;
}
.custom-switch .custom-control-label {
  padding-left: 0;
}
.custom-switch .custom-control-label:before {
  left: -4.5rem;
  top: 0;
  width: 4.5rem;
  height: 2.5rem;
  pointer-events: all;
  background-color: #999;
  border-radius: 2rem;
  border-color: #999;
}
.custom-switch .custom-control-label:after {
  top: calc(0.23214rem + 4px) !important;
  left: calc(-4.5rem + 8px);
  width: calc(2rem - 8.5px);
  height: calc(2rem - 8.5px);
  background-color: #fff;
  border-radius: 2rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-label-inner {
  padding-left: 0.5rem;
  padding-top: 0.35rem;
  display: inline-block;
}
.custom-switch .custom-control-input {
  width: 4.5rem;
  height: 2.5rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #893040;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  transform: translateX(2rem);
}
.custom-switch
  .custom-control-input:focus:not(:checked)
  ~ .custom-control-label:after {
  left: calc(-4.5rem + 8px);
  width: calc(2rem - 8.5px);
  height: calc(2rem - 8.5px);
  border: 0;
  background-color: #fff;
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: transparent;
}
@media (hover: hover) {
  .custom-switch:hover .custom-control-label:before {
    border-color: #b6828c !important;
    background-color: #b6828c;
  }
}
.custom-select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #ccc;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #000;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.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: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  width: 100%;
  height: calc(1.3em + 1.75rem + 4px);
}
.custom-file-input {
  position: absolute;
  z-index: 2;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #f2f2f2;
  pointer-events: none;
}
.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 {
  cursor: pointer;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (hover: hover) {
  .custom-file-label:hover .custom-file-label-inner {
    background-color: #e7d5d9;
  }
}
.custom-file-label-inner {
  position: relative;
  top: -0.125rem;
  color: #893040;
  background-color: #f9f4f5;
  padding: 0.5rem 0.75rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.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: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.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: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.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 {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 1rem 0;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #666;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 2px solid #f2f2f2;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 2rem;
}
.nav-tabs .nav-link {
  border-bottom: 2px solid transparent;
  color: #666;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  outline-offset: -2px;
  outline-color: #893040 !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #893040;
  border-color: #893040;
}
.nav-tabs .nav-link.disabled {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #893040;
  background-color: transparent;
  border-color: #893040;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  padding: 0;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar,
.navbar-top-bar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-top-bar {
  height: 3.75rem;
  width: 100%;
  border-bottom: 2px solid #f2f2f2;
}
.navbar-brand {
  display: inline-block;
  margin-right: 0;
  line-height: inherit;
  white-space: nowrap;
  height: 2.5rem;
}
.navbar-brand .navbar-brand-logo-desktop {
  display: none;
}
.navbar-brand IMG {
  max-height: 100%;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
@media screen and (min-width: 1250px) {
  .navbar-search-mobile {
    display: none;
  }
}
.navbar-search-desktop {
  display: none;
}
@media screen and (min-width: 1250px) {
  .navbar-search-desktop {
    min-width: 23.125rem;
    display: block;
  }
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-item.indicator {
  display: none;
}
.navbar-nav .nav-item.active .nav-link {
  position: relative;
}
.navbar-nav .nav-item.active .nav-link:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(left, #893040 0, #893040 100%);
  background-image: linear-gradient(90deg, #893040 0, #893040);
  background-repeat: repeat-x;
}
.navbar-nav .nav-item.active .nav-link.-borderShown:before,
.navbar-nav .nav-item.active .nav-link:before {
  background-size: 100% 100%;
}
.navbar-nav .nav-breadcrumb-subtext {
  display: none;
}
.navbar-nav .nav-breadcrumb-subtext:before {
  content: "/";
  display: inline-block;
  margin-left: 0.5rem;
}
.navbar-nav .nav-breadcrumb-back-btn {
  width: 1.5rem;
  text-align: left;
}
.navbar-nav .nav-breadcrumb-see-all {
  position: relative;
}
.navbar-nav .nav-breadcrumb-see-all:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.navbar-nav .nav-link {
  padding: 1.5rem 16px;
  border-bottom: 2px solid #f2f2f2;
  white-space: normal;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .navbar-nav .nav-link {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.navbar-nav .nav-item-card {
  border-bottom: 2px solid #f2f2f2;
}
.navbar-nav .nav-item-tile-icon {
  margin-right: 1rem;
}
.navbar-nav .nav-item-tile-icon-desktop {
  display: none;
}
.navbar-nav .nav-link-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 16px;
  position: relative;
  width: 100%;
  text-align: left;
  outline-offset: 0;
}
.navbar-nav .nav-link-card:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
}
.navbar-nav .nav-link-card.-borderShown:before {
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .navbar-nav .nav-link-card {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.navbar-nav .nav-link-card:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(left, #893040 0, #893040 100%);
  background-image: linear-gradient(90deg, #893040 0, #893040);
  background-repeat: repeat-x;
}
.navbar-nav .nav-link-card:after {
  content: "";
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}
/* .navbar-nav .nav-link-card.current:before,
.navbar-nav .nav-link-card:not(.collapsed):not(a):before {
  background-size: 100% 100%;
} */
.navbar-nav .nav-link-card-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.5rem 16px;
}
@media (min-width: 768px) {
  .navbar-nav .nav-link-card-tile {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.navbar-nav .nav-link-card-tile:not(.collapsed):before {
  background-size: 0 100%;
}
.navbar-nav .nav-link-card-tile.current:before {
  background-size: 100% 100%;
}
.navbar-nav .nav-link-card-tile:after {
  content: none;
}
.navbar-nav .nav-link-main-text {
  font-family: tiempos;
  font-size: 1.2625rem;
}
@media screen and (min-width: 20rem) {
  .navbar-nav .nav-link-main-text {
    font-size: calc(1.20313rem + 0.29688vw);
  }
}
@media screen and (min-width: 100rem) {
  .navbar-nav .nav-link-main-text {
    font-size: 1.5rem;
  }
}
.navbar-nav .nav-link-subtext {
  display: block;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-lang-expand {
  display: none;
}
.navbar-collapse {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  top: 3.75rem;
  left: 0;
  right: 0;
  height: calc(100% - 3.75rem);
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.navbar-collapse.collapsing {
  height: 100% !important;
}
.navbar-collapse.show {
  opacity: 1;
}
.nav-dropdown-menu {
  padding: 0;
  margin: 0;
  position: fixed !important;
  z-index: 999;
  top: 3.75rem;
  left: 0;
  border: 0;
  border-radius: 0;
  right: 0;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.nav-dropdown-menu,
.nav-dropdown-menu.collapsing {
  height: calc(100% - 3.75rem);
}
.nav-dropdown-menu.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navbar-toggler {
  font-size: 0.96875rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler .navbar-expanded-true-text {
  display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-expanded-true-text {
  display: block;
}
.navbar-toggler[aria-expanded="true"] .navbar-expanded-false-text {
  display: none;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 2px solid #f2f2f2;
  }
  .navbar-expand-sm .navbar-top-bar {
    height: 5.5rem;
  }
  .navbar-expand-sm .navbar-brand {
    height: 3.5rem;
  }
  .navbar-expand-sm .navbar-brand .navbar-brand-logo-desktop {
    display: block;
  }
  .navbar-expand-sm .navbar-brand .navbar-brand-logo-mobile {
    display: none;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .navbar-nav:hover .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    height: 100%;
    border: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .nav-link[data-toggle] .nav-link-main-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-sm
    .navbar-nav
    .nav-link[data-toggle]
    .nav-link-main-text:after {
    content: "";
    font-family: chd-apart !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-left: 0.25rem;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  }
  .navbar-expand-sm
    .navbar-nav
    .nav-link[data-toggle][aria-expanded="true"]
    .nav-link-main-text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-expand-sm .navbar-nav .nav-link:before {
    content: "";
    height: 2px;
    background-image: none;
    background-color: #893040;
    width: 100% !important;
    position: absolute;
    top: auto !important;
    left: 0 !important;
    bottom: -2px !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .navbar-expand-sm .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent #f2f2f2;
    border-style: solid;
    border-width: 0 10px 12px;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .navbar-nav .nav-link:hover {
    color: #893040;
  }
  .navbar-expand-sm .navbar-nav .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link[aria-expanded="true"]:after {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item {
    height: 100%;
    position: static;
  }
  .navbar-expand-sm .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .navbar-expand-sm .navbar-nav .nav-item.indicator {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #893040;
  }
  .navbar-expand-sm .navbar-nav .nav-item.active .nav-link {
    color: #893040;
  }
  .navbar-expand-sm .navbar-nav .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .navbar-nav .nav-item.active:hover .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item.active.selected .nav-link,
  .navbar-expand-sm .navbar-nav .nav-item.selected .nav-link {
    position: relative;
    color: #893040;
  }
  .navbar-expand-sm .navbar-nav .nav-item.active.selected .nav-link:before,
  .navbar-expand-sm .navbar-nav .nav-item.selected .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm
    .navbar-nav
    .nav-item.active.selected:hover
    .nav-link:before,
  .navbar-expand-sm .navbar-nav .nav-item.selected:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-card {
    border-bottom: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item-card + .nav-item-card {
    border-top: 2px solid #f2f2f2;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile {
    border: 0 !important;
    text-align: center;
  }
  .navbar-expand-sm .navbar-nav .nav-item-tile A {
    display: block;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .navbar-nav .nav-item-tile:hover .nav-item-tile-icon,
  .navbar-expand-sm .navbar-nav .nav-item-tile:hover .nav-item-tile-title {
    color: #893040;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile-icon,
  .navbar-expand-sm .navbar-nav .nav-item-tile-title {
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile-title {
    margin-top: 2rem;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile-icon-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile-icon-desktop {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item-tile-subtitle {
    max-width: 25ch;
    margin: auto;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link-card {
    padding: 2rem 32px 2rem 48px;
  }
  .navbar-expand-sm .navbar-nav .nav-link-card:before {
    left: -2px;
  }
  .navbar-expand-sm .navbar-nav .nav-link-card.current.collapsed:before {
    background-size: 0 100% !important;
  }
  .navbar-expand-sm .navbar-nav .nav-link-card.collapsed:before,
  .navbar-expand-sm .navbar-nav .nav-link-card:not(.collapsed):before {
    content: "" !important;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .navbar-nav .nav-link-card.nav-link-card:hover:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link-card-tile {
    position: relative;
    padding: 2.5rem 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link-card-tile:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-size: 0 100%;
    background-repeat: repeat-y !important;
    -webkit-transition: background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    height: 4px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 0 !important;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #893040),
      to(#893040)
    );
    background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
    background-image: linear-gradient(180deg, #893040, #893040);
    background-repeat: repeat-x;
    background-repeat: repeat-x !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .navbar-expand-sm .navbar-nav .nav-link-card-tile.-borderShown:before {
    background-size: 100% 100%;
  }
  .navbar-expand-sm .navbar-nav .nav-link-card-tile.current.current:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link-main-text {
    font-family: Lota Grotesque;
    font-size: inherit;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-breadcrumb {
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-breadcrumb-subtext {
    display: block;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-breadcrumb-back-btn {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-breadcrumb-see-all {
    position: static;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-link-subtext {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu {
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    overflow-y: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu.collapsing {
    overflow: visible;
    height: auto !important;
  }
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu.show {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-accordion-level-1 {
    min-height: 400px;
    width: 50%;
    border-right: 2px solid #f2f2f2;
  }
  .navbar-expand-sm .navbar-nav .nav-accordion-level-1.nav-accordion-tiles {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 0;
    border-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu-level-1 {
    border: 2px solid #f2f2f2;
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu-level-2 {
    right: 0;
    width: 50%;
    left: auto;
    height: calc(100% - 52px);
    position: absolute !important;
    top: 52px;
    overflow-y: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu-level-2.collapsing {
    height: calc(100% - 52px) !important;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-lang-collapse,
  .navbar-expand-sm .navbar-nav .nav-dropdown-menu-level-2 .nav-breadcrumb {
    display: none;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-lang-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 4.5rem;
    opacity: 1;
    position: static;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 2px solid #f2f2f2;
  }
  .navbar-expand-md .navbar-top-bar {
    height: 5.5rem;
  }
  .navbar-expand-md .navbar-brand {
    height: 3.5rem;
  }
  .navbar-expand-md .navbar-brand .navbar-brand-logo-desktop {
    display: block;
  }
  .navbar-expand-md .navbar-brand .navbar-brand-logo-mobile {
    display: none;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .navbar-nav:hover .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    height: 100%;
    border: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .nav-link[data-toggle] .nav-link-main-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-md
    .navbar-nav
    .nav-link[data-toggle]
    .nav-link-main-text:after {
    content: "";
    font-family: chd-apart !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-left: 0.25rem;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  }
  .navbar-expand-md
    .navbar-nav
    .nav-link[data-toggle][aria-expanded="true"]
    .nav-link-main-text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-expand-md .navbar-nav .nav-link:before {
    content: "";
    height: 2px;
    background-image: none;
    background-color: #893040;
    width: 100% !important;
    position: absolute;
    top: auto !important;
    left: 0 !important;
    bottom: -2px !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .navbar-expand-md .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent #f2f2f2;
    border-style: solid;
    border-width: 0 10px 12px;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #893040;
  }
  .navbar-expand-md .navbar-nav .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link[aria-expanded="true"]:after {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    height: 100%;
    position: static;
  }
  .navbar-expand-md .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .navbar-expand-md .navbar-nav .nav-item.indicator {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #893040;
  }
  .navbar-expand-md .navbar-nav .nav-item.active .nav-link {
    color: #893040;
  }
  .navbar-expand-md .navbar-nav .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .navbar-nav .nav-item.active:hover .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item.active.selected .nav-link,
  .navbar-expand-md .navbar-nav .nav-item.selected .nav-link {
    position: relative;
    color: #893040;
  }
  .navbar-expand-md .navbar-nav .nav-item.active.selected .nav-link:before,
  .navbar-expand-md .navbar-nav .nav-item.selected .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md
    .navbar-nav
    .nav-item.active.selected:hover
    .nav-link:before,
  .navbar-expand-md .navbar-nav .nav-item.selected:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-card {
    border-bottom: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item-card + .nav-item-card {
    border-top: 2px solid #f2f2f2;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile {
    border: 0 !important;
    text-align: center;
  }
  .navbar-expand-md .navbar-nav .nav-item-tile A {
    display: block;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .navbar-nav .nav-item-tile:hover .nav-item-tile-icon,
  .navbar-expand-md .navbar-nav .nav-item-tile:hover .nav-item-tile-title {
    color: #893040;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile-icon,
  .navbar-expand-md .navbar-nav .nav-item-tile-title {
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile-title {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile-icon-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile-icon-desktop {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item-tile-subtitle {
    max-width: 25ch;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link-card {
    padding: 2rem 32px 2rem 48px;
  }
  .navbar-expand-md .navbar-nav .nav-link-card:before {
    left: -2px;
  }
  .navbar-expand-md .navbar-nav .nav-link-card.current.collapsed:before {
    background-size: 0 100% !important;
  }
  .navbar-expand-md .navbar-nav .nav-link-card.collapsed:before,
  .navbar-expand-md .navbar-nav .nav-link-card:not(.collapsed):before {
    content: "" !important;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .navbar-nav .nav-link-card.nav-link-card:hover:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link-card-tile {
    position: relative;
    padding: 2.5rem 0;
  }
  .navbar-expand-md .navbar-nav .nav-link-card-tile:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-size: 0 100%;
    background-repeat: repeat-y !important;
    -webkit-transition: background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    height: 4px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 0 !important;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #893040),
      to(#893040)
    );
    background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
    background-image: linear-gradient(180deg, #893040, #893040);
    background-repeat: repeat-x;
    background-repeat: repeat-x !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .navbar-expand-md .navbar-nav .nav-link-card-tile.-borderShown:before {
    background-size: 100% 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link-card-tile.current.current:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link-main-text {
    font-family: Lota Grotesque;
    font-size: inherit;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-breadcrumb {
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-breadcrumb-subtext {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-breadcrumb-back-btn {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-breadcrumb-see-all {
    position: static;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link-subtext {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-dropdown-menu {
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    overflow-y: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
  }
  .navbar-expand-md .navbar-nav .nav-dropdown-menu.collapsing {
    overflow: visible;
    height: auto !important;
  }
  .navbar-expand-md .navbar-nav .nav-dropdown-menu.show {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-accordion-level-1 {
    min-height: 400px;
    width: 50%;
    border-right: 2px solid #f2f2f2;
  }
  .navbar-expand-md .navbar-nav .nav-accordion-level-1.nav-accordion-tiles {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 0;
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-dropdown-menu-level-1 {
    border: 2px solid #f2f2f2;
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-dropdown-menu-level-2 {
    right: 0;
    width: 50%;
    left: auto;
    height: calc(100% - 52px);
    position: absolute !important;
    top: 52px;
    overflow-y: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .navbar-expand-md .navbar-nav .nav-dropdown-menu-level-2.collapsing {
    height: calc(100% - 52px) !important;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-lang-collapse,
  .navbar-expand-md .navbar-nav .nav-dropdown-menu-level-2 .nav-breadcrumb {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-lang-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 4.5rem;
    opacity: 1;
    position: static;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 2px solid #f2f2f2;
  }
  .navbar-expand-lg .navbar-top-bar {
    height: 5.5rem;
  }
  .navbar-expand-lg .navbar-brand {
    height: 3.5rem;
  }
  .navbar-expand-lg .navbar-brand .navbar-brand-logo-desktop {
    display: block;
  }
  .navbar-expand-lg .navbar-brand .navbar-brand-logo-mobile {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 992px) and (hover: hover) {
/* .navbar-expand-lg .navbar-nav:hover .nav-item.active .nav-link:before,
  .navbar-expand-lg .navbar-nav:hover .nav-item.active .nav-link-card:before { */
  .navbar-expand-lg .navbar-nav:hover .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    height: 100%;
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link[data-toggle] .nav-link-main-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-lg
    .navbar-nav
    .nav-link[data-toggle]
    .nav-link-main-text:after {
    content: "";
    font-family: chd-apart !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-left: 0.25rem;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  }
  .navbar-expand-lg
    .navbar-nav
    .nav-link[data-toggle][aria-expanded="true"]
    .nav-link-main-text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-expand-lg .navbar-nav .nav-link:before {
    content: "";
    height: 2px;
    background-image: none;
    background-color: #893040;
    width: 100% !important;
    position: absolute;
    top: auto !important;
    left: 0 !important;
    bottom: -2px !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .navbar-expand-lg .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent #f2f2f2;
    border-style: solid;
    border-width: 0 10px 12px;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #893040;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link[aria-expanded="true"]:after {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    height: 100%;
    position: static;
  }
  .navbar-expand-lg .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-item.indicator {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #893040;
  }
  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #893040;
  }
  .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (min-width: 992px) and (hover: hover) {
  .navbar-expand-lg .navbar-nav .nav-item.active:hover .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item.active.selected .nav-link,
  .navbar-expand-lg .navbar-nav .nav-item.selected .nav-link {
    position: relative;
    color: #893040;
  }
  .navbar-expand-lg .navbar-nav .nav-item.active.selected .nav-link:before,
  .navbar-expand-lg .navbar-nav .nav-item.selected .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .navbar-expand-lg
    .navbar-nav
    .nav-item.active.selected:hover
    .nav-link:before,
  .navbar-expand-lg .navbar-nav .nav-item.selected:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-card {
    border-bottom: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item-card + .nav-item-card {
    border-top: 2px solid #f2f2f2;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile {
    border: 0 !important;
    text-align: center;
  }
  .navbar-expand-lg .navbar-nav .nav-item-tile A {
    display: block;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .navbar-expand-lg .navbar-nav .nav-item-tile:hover .nav-item-tile-icon,
  .navbar-expand-lg .navbar-nav .nav-item-tile:hover .nav-item-tile-title {
    color: #893040;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile-icon,
  .navbar-expand-lg .navbar-nav .nav-item-tile-title {
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile-title {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile-icon-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile-icon-desktop {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item-tile-subtitle {
    max-width: 25ch;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link-card {
    padding: 2rem 32px 2rem 48px;
  }
  .navbar-expand-lg .navbar-nav .nav-link-card:before {
    left: -2px;
  }
  .navbar-expand-lg .navbar-nav .nav-link-card.current.collapsed:before {
    background-size: 0 100% !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link-card.collapsed:before,
  .navbar-expand-lg .navbar-nav .nav-link-card:not(.collapsed):before {
    content: "" !important;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .navbar-expand-lg .navbar-nav .nav-link-card.nav-link-card:hover:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link-card-tile {
    position: relative;
    padding: 2.5rem 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link-card-tile:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-size: 0 100%;
    background-repeat: repeat-y !important;
    -webkit-transition: background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    height: 4px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 0 !important;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #893040),
      to(#893040)
    );
    background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
    background-image: linear-gradient(180deg, #893040, #893040);
    background-repeat: repeat-x;
    background-repeat: repeat-x !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .navbar-expand-lg .navbar-nav .nav-link-card-tile.-borderShown:before {
    background-size: 100% 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link-card-tile.current.current:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link-main-text {
    font-family: Lota Grotesque;
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-breadcrumb {
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-breadcrumb-subtext {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-breadcrumb-back-btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-breadcrumb-see-all {
    position: static;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link-subtext {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu {
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    overflow-y: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu.collapsing {
    overflow: visible;
    height: auto !important;
  }
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu.show {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-accordion-level-1 {
    min-height: 400px;
    width: 50%;
    border-right: 2px solid #f2f2f2;
  }
  .navbar-expand-lg .navbar-nav .nav-accordion-level-1.nav-accordion-tiles {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 0;
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu-level-1 {
    border: 2px solid #f2f2f2;
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu-level-2 {
    right: 0;
    width: 50%;
    left: auto;
    height: calc(100% - 52px);
    position: absolute !important;
    top: 52px;
    overflow-y: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu-level-2.collapsing {
    height: calc(100% - 52px) !important;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-lang-collapse,
  .navbar-expand-lg .navbar-nav .nav-dropdown-menu-level-2 .nav-breadcrumb {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-lang-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 4.5rem;
    opacity: 1;
    position: static;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 2px solid #f2f2f2;
  }
  .navbar-expand-xl .navbar-top-bar {
    height: 5.5rem;
  }
  .navbar-expand-xl .navbar-brand {
    height: 3.5rem;
  }
  .navbar-expand-xl .navbar-brand .navbar-brand-logo-desktop {
    display: block;
  }
  .navbar-expand-xl .navbar-brand .navbar-brand-logo-mobile {
    display: none;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl .navbar-nav:hover .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
    padding: 0;
    height: 100%;
    border: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .nav-link[data-toggle] .nav-link-main-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-xl
    .navbar-nav
    .nav-link[data-toggle]
    .nav-link-main-text:after {
    content: "";
    font-family: chd-apart !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    margin-left: 0.25rem;
    -webkit-transition: -webkit-transform 0.25s linear;
    transition: -webkit-transform 0.25s linear;
    -o-transition: transform 0.25s linear;
    transition: transform 0.25s linear;
    transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  }
  .navbar-expand-xl
    .navbar-nav
    .nav-link[data-toggle][aria-expanded="true"]
    .nav-link-main-text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-expand-xl .navbar-nav .nav-link:before {
    content: "";
    height: 2px;
    background-image: none;
    background-color: #893040;
    width: 100% !important;
    position: absolute;
    top: auto !important;
    left: 0 !important;
    bottom: -2px !important;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .navbar-expand-xl .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    z-index: 100;
    bottom: -1.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-color: transparent transparent #f2f2f2;
    border-style: solid;
    border-width: 0 10px 12px;
    pointer-events: none;
    opacity: 0;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #893040;
  }
  .navbar-expand-xl .navbar-nav .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link[aria-expanded="true"]:after {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item {
    height: 100%;
    position: static;
  }
  .navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem;
  }
  .navbar-expand-xl .navbar-nav .nav-item.indicator {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #893040;
  }
  .navbar-expand-xl .navbar-nav .nav-item.active .nav-link {
    color: #893040;
  }
  .navbar-expand-xl .navbar-nav .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl .navbar-nav .nav-item.active:hover .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item.active.selected .nav-link,
  .navbar-expand-xl .navbar-nav .nav-item.selected .nav-link {
    position: relative;
    color: #893040;
  }
  .navbar-expand-xl .navbar-nav .nav-item.active.selected .nav-link:before,
  .navbar-expand-xl .navbar-nav .nav-item.selected .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl
    .navbar-nav
    .nav-item.active.selected:hover
    .nav-link:before,
  .navbar-expand-xl .navbar-nav .nav-item.selected:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-card {
    border-bottom: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item-card + .nav-item-card {
    border-top: 2px solid #f2f2f2;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile {
    border: 0 !important;
    text-align: center;
  }
  .navbar-expand-xl .navbar-nav .nav-item-tile A {
    display: block;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl .navbar-nav .nav-item-tile:hover .nav-item-tile-icon,
  .navbar-expand-xl .navbar-nav .nav-item-tile:hover .nav-item-tile-title {
    color: #893040;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile-icon,
  .navbar-expand-xl .navbar-nav .nav-item-tile-title {
    -webkit-transition: color 0.25s linear;
    -o-transition: color 0.25s linear;
    transition: color 0.25s linear;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile-title {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile-icon-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile-icon-desktop {
    display: block;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item-tile-subtitle {
    max-width: 25ch;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link-card {
    padding: 2rem 32px 2rem 48px;
  }
  .navbar-expand-xl .navbar-nav .nav-link-card:before {
    left: -2px;
  }
  .navbar-expand-xl .navbar-nav .nav-link-card.current.collapsed:before {
    background-size: 0 100% !important;
  }
  .navbar-expand-xl .navbar-nav .nav-link-card.collapsed:before,
  .navbar-expand-xl .navbar-nav .nav-link-card:not(.collapsed):before {
    content: "" !important;
  }
}
@media (min-width: 1200px) and (hover: hover) {
  .navbar-expand-xl .navbar-nav .nav-link-card.nav-link-card:hover:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link-card-tile {
    position: relative;
    padding: 2.5rem 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link-card-tile:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-size: 0 100%;
    background-repeat: repeat-y !important;
    -webkit-transition: background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    height: 4px;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 0 !important;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0, #893040),
      to(#893040)
    );
    background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
    background-image: linear-gradient(180deg, #893040, #893040);
    background-repeat: repeat-x;
    background-repeat: repeat-x !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .navbar-expand-xl .navbar-nav .nav-link-card-tile.-borderShown:before {
    background-size: 100% 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link-card-tile.current.current:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link-main-text {
    font-family: Lota Grotesque;
    font-size: inherit;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-breadcrumb {
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-breadcrumb-subtext {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-breadcrumb-back-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-breadcrumb-see-all {
    position: static;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link-subtext {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu {
    padding: 0;
    margin: 0;
    position: absolute !important;
    top: calc(100% + 24px);
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    height: auto;
    overflow-y: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu.collapsing {
    overflow: visible;
    height: auto !important;
  }
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu.show {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-accordion-level-1 {
    min-height: 400px;
    width: 50%;
    border-right: 2px solid #f2f2f2;
  }
  .navbar-expand-xl .navbar-nav .nav-accordion-level-1.nav-accordion-tiles {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 0;
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu-level-1 {
    border: 2px solid #f2f2f2;
    left: 16px;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu-level-2 {
    right: 0;
    width: 50%;
    left: auto;
    height: calc(100% - 52px);
    position: absolute !important;
    top: 52px;
    overflow-y: auto;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu-level-2.collapsing {
    height: calc(100% - 52px) !important;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-lang-collapse,
  .navbar-expand-xl .navbar-nav .nav-dropdown-menu-level-2 .nav-breadcrumb {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-lang-expand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: 4.5rem;
    opacity: 1;
    position: static;
    top: auto;
    z-index: 0;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid #f2f2f2;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-top-bar {
  height: 5.5rem;
}
.navbar-expand .navbar-brand {
  height: 3.5rem;
}
.navbar-expand .navbar-brand .navbar-brand-logo-desktop {
  display: block;
}
.navbar-expand .navbar-brand .navbar-brand-logo-mobile {
  display: none;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
@media (hover: hover) {
  .navbar-expand .navbar-nav:hover .nav-item.active .nav-link:before {
    -webkit-transform: scaleX(0) !important;
    -ms-transform: scaleX(0) !important;
    transform: scaleX(0) !important;
  }
}
.navbar-expand .navbar-nav .nav-link {
  position: relative;
  padding: 0;
  height: 100%;
  border: 0;
}
.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .nav-link[data-toggle] .nav-link-main-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-expand .navbar-nav .nav-link[data-toggle] .nav-link-main-text:after {
  content: "";
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.navbar-expand
  .navbar-nav
  .nav-link[data-toggle][aria-expanded="true"]
  .nav-link-main-text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-expand .navbar-nav .nav-link:before {
  content: "";
  height: 2px;
  background-image: none;
  background-color: #893040;
  width: 100% !important;
  position: absolute;
  top: auto !important;
  left: 0 !important;
  bottom: -2px !important;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.navbar-expand .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent #f2f2f2;
  border-style: solid;
  border-width: 0 10px 12px;
  pointer-events: none;
  opacity: 0;
}
@media (hover: hover) {
  .navbar-expand .navbar-nav .nav-link:hover {
    color: #893040;
  }
  .navbar-expand .navbar-nav .nav-link:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.navbar-expand .navbar-nav .nav-link[aria-expanded="true"]:after {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.navbar-expand .navbar-nav .nav-item {
  height: 100%;
  position: static;
}
.navbar-expand .navbar-nav .nav-item + .nav-item {
  margin-left: 2rem;
}
.navbar-expand .navbar-nav .nav-item.indicator {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #893040;
}
.navbar-expand .navbar-nav .nav-item.active .nav-link {
  color: #893040;
}
.navbar-expand .navbar-nav .nav-item.active .nav-link:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
@media (hover: hover) {
  .navbar-expand .navbar-nav .nav-item.active:hover .nav-link:before {
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
  }
}
.navbar-expand .navbar-nav .nav-item.active.selected .nav-link,
.navbar-expand .navbar-nav .nav-item.selected .nav-link {
  position: relative;
  color: #893040;
}
.navbar-expand .navbar-nav .nav-item.active.selected .nav-link:before,
.navbar-expand .navbar-nav .nav-item.selected .nav-link:before {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}
@media (hover: hover) {
  .navbar-expand .navbar-nav .nav-item.active.selected:hover .nav-link:before,
  .navbar-expand .navbar-nav .nav-item.selected:hover .nav-link:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.navbar-expand .navbar-nav .nav-item-card {
  border-bottom: 0;
}
.navbar-expand .navbar-nav .nav-item-card + .nav-item-card {
  border-top: 2px solid #f2f2f2;
}
.navbar-expand .navbar-nav .nav-item-tile {
  border: 0 !important;
  text-align: center;
}
.navbar-expand .navbar-nav .nav-item-tile A {
  display: block;
}
@media (hover: hover) {
  .navbar-expand .navbar-nav .nav-item-tile:hover .nav-item-tile-icon,
  .navbar-expand .navbar-nav .nav-item-tile:hover .nav-item-tile-title {
    color: #893040;
  }
}
.navbar-expand .navbar-nav .nav-item-tile-icon,
.navbar-expand .navbar-nav .nav-item-tile-title {
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.navbar-expand .navbar-nav .nav-item-tile-title {
  margin-top: 2rem;
}
.navbar-expand .navbar-nav .nav-item-tile-icon-mobile {
  display: none;
}
.navbar-expand .navbar-nav .nav-item-tile-icon-desktop {
  display: block;
  margin-right: 0;
}
.navbar-expand .navbar-nav .nav-item-tile-subtitle {
  max-width: 25ch;
  margin: auto;
}
.navbar-expand .navbar-nav .nav-link-card {
  padding: 2rem 32px 2rem 48px;
}
.navbar-expand .navbar-nav .nav-link-card:before {
  left: -2px;
}
.navbar-expand .navbar-nav .nav-link-card.current.collapsed:before {
  background-size: 0 100% !important;
}
.navbar-expand .navbar-nav .nav-link-card.collapsed:before,
.navbar-expand .navbar-nav .nav-link-card:not(.collapsed):before {
  content: "" !important;
}
@media (hover: hover) {
  .navbar-expand .navbar-nav .nav-link-card.nav-link-card:hover:before {
    background-size: 100% 100% !important;
  }
}
.navbar-expand .navbar-nav .nav-link-card-tile {
  position: relative;
  padding: 2.5rem 0;
}
.navbar-expand .navbar-nav .nav-link-card-tile:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  height: 4px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 0 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
  background-image: linear-gradient(180deg, #893040, #893040);
  background-repeat: repeat-x;
  background-repeat: repeat-x !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.navbar-expand .navbar-nav .nav-link-card-tile.-borderShown:before {
  background-size: 100% 100%;
}
.navbar-expand .navbar-nav .nav-link-card-tile.current.current:before {
  background-size: 100% 100% !important;
}
.navbar-expand .navbar-nav .nav-link-main-text {
  font-family: Lota Grotesque;
  font-size: inherit;
}
.navbar-expand .navbar-nav .nav-breadcrumb {
  position: relative;
  padding-left: 48px;
  padding-right: 48px;
}
.navbar-expand .navbar-nav .nav-breadcrumb-subtext {
  display: block;
}
.navbar-expand .navbar-nav .nav-breadcrumb-back-btn {
  display: none;
}
.navbar-expand .navbar-nav .nav-breadcrumb-see-all {
  position: static;
}
.navbar-expand .navbar-nav .nav-link-subtext {
  display: none;
}
.navbar-expand .navbar-nav .nav-dropdown-menu {
  padding: 0;
  margin: 0;
  position: absolute !important;
  top: calc(100% + 24px);
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  height: auto;
  overflow-y: visible;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
}
.navbar-expand .navbar-nav .nav-dropdown-menu.collapsing {
  overflow: visible;
  height: auto !important;
}
.navbar-expand .navbar-nav .nav-dropdown-menu.show {
  opacity: 1;
}
.navbar-expand .navbar-nav .nav-accordion-level-1 {
  min-height: 400px;
  width: 50%;
  border-right: 2px solid #f2f2f2;
}
.navbar-expand .navbar-nav .nav-accordion-level-1.nav-accordion-tiles {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 0;
  border-right: 0;
}
.navbar-expand .navbar-nav .nav-dropdown-menu-level-1 {
  border: 2px solid #f2f2f2;
  left: 16px;
  right: 16px;
}
.navbar-expand .navbar-nav .nav-dropdown-menu-level-2 {
  right: 0;
  width: 50%;
  left: auto;
  height: calc(100% - 52px);
  position: absolute !important;
  top: 52px;
  overflow-y: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}
.navbar-expand .navbar-nav .nav-dropdown-menu-level-2.collapsing {
  height: calc(100% - 52px) !important;
  overflow: visible;
}
.navbar-expand .navbar-lang-collapse,
.navbar-expand .navbar-nav .nav-dropdown-menu-level-2 .nav-breadcrumb {
  display: none;
}
.navbar-expand .navbar-lang-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: 4.5rem;
  opacity: 1;
  position: static;
  top: auto;
  z-index: 0;
  overflow: visible;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.breadcrumb {
  font-size: 0.96875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
}
.breadcrumb.modal-breadcrumb .breadcrumb-item {
  color: #000;
}
.breadcrumb.modal-breadcrumb .breadcrumb-item.active {
  color: #893040;
}
.breadcrumb.modal-breadcrumb .breadcrumb-item + .breadcrumb-item:not(.active) {
  color: #666;
}
.breadcrumb-item {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumb-item:before {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75em;
  line-height: inherit;
  font-weight: 700;
  position: relative;
  top: 1px;
  float: left;
  padding-right: 0.75em;
  color: #6c757d;
}
@media (min-width: 768px) {
  .breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.75em;
  }
}
.breadcrumb-item + .breadcrumb-item:before {
  content: "";
}
.breadcrumb-item:nth-last-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item:nth-last-of-type(2):before {
  content: "";
}
@media (min-width: 768px) {
  .breadcrumb-item:nth-last-of-type(2):before {
    content: "";
  }
}
@media (min-width: 768px) {
  .breadcrumb-item:nth-last-of-type(2):first-of-type:before {
    content: none;
  }
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #333;
}
.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.96875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  /* vertical-align: baseline; */
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-default {
  background-color: #f2f2f2;
  color: #000;
}
.badge-canceled {
  background-color: #f8e8e9;
  color: #c11e2b;
}

.badge-light {
  background-color: #f2f2f2;
  color: #666;
}
.badge-special-group {
  background-color: #f3eaec;
  color: #000;
}
.badge-primary {
  background-color: #f3eaec;
  color: #893040;
}
.badge-primary-dark {
  background-color: #893040;
  color: #f2f2f2;
}
.badge-live {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.badge-live:before {
  content: "";
  background-color: currentColor;
  margin-right: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
}
.alert {
  border-color: #893040;
  border-left: 4px solid;
  border-left-color: var(--primary-100);
  border-bottom-color: var(--primary-100);
  border-right-color: var(--primary-100);
  border-top-color: var(--primary-100);
  background-color: #f9f4f5;
  background-color: var(--primary-05);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  position: relative;
  padding: 1rem 4rem 1rem 1.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0.2625rem;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.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.fade {
  background: rgba(51, 51, 51, 0.95);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.chd-modal.-subscription .chd-modal__dialog,
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.chd-modal.-subscription .chd-modal__dialog .modal-content,
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.chd-modal.-subscription .chd-modal__dialog .modal-footer,
.chd-modal.-subscription .chd-modal__dialog .modal-header,
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.chd-modal.-subscription .chd-modal__dialog .modal-body,
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.chd-modal.-subscription .modal-dialog-centered.chd-modal__dialog,
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.chd-modal.-subscription
  .modal-dialog-centered.chd-modal__dialog
  .modal-content,
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.chd-modal.-subscription .modal-dialog-centered.chd-modal__dialog:before,
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #333;
}
.modal-backdrop.fade,
.modal-backdrop.show {
  opacity: 0;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1.5rem 0.75rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 570px;
    margin: 1.75rem auto;
  }
  .chd-modal.-subscription .chd-modal__dialog,
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .chd-modal.-subscription .chd-modal__dialog .modal-content,
  .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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 23.125rem;
  }
}
@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: Lota Grotesque;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow:before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip .tooltip-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5rem;
}
.tooltip .tooltip-icon:before {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.tooltip.tooltip-copy {
  cursor: pointer;
}
.tooltip.tooltip-copy.show {
  opacity: 1;
}
.tooltip.tooltip-copy .tooltip-inner {
  position: relative;
  padding-right: 2rem;
  background-color: #000;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 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: 0.4rem 0.4rem 0;
  border-top-color: rgba(0, 0, 0, 0.85);
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgba(0, 0, 0, 0.85);
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 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 0.4rem 0.4rem;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgba(0, 0, 0, 0.85);
}
.tooltip-inner {
  max-width: 280px;
  padding: 0.25rem 0.5rem;
  color: #fff;
}
.tooltip-copy-message,
.tooltip-inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.85);
}
.tooltip-copy-message {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tooltip-text-to-copy {
  margin-left: 0.25em;
}
.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Lota Grotesque;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.96875rem;
  word-wrap: break-word;
  background-color: #000;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
.popover,
.popover .arrow {
  position: absolute;
  display: block;
}
.popover .arrow {
  width: 1rem;
  height: 0.5rem;
  margin: 0;
}
.popover .arrow:after,
.popover .arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: -0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #000;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: -0.5rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #000;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: -0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #000;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 0 solid transparent;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: -0.5rem;
  width: 0.5rem;
  height: 1rem;
  margin: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #000;
}
.popover-header {
  font-weight: 500;
  padding: 0.5rem 0.5rem 0;
  margin-bottom: 0;
  color: #fff;
  background-color: transparent;
  border-bottom: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem;
  color: #fff;
}
.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;
}
.border-primary-100 {
  border-color: #893040 !important;
}
.border-primary-160 {
  border-color: #351219 !important;
}
.border-primary-130 {
  border-color: #5c202b !important;
}
.border-primary-60 {
  border-color: #b6828c !important;
}
.border-primary-30 {
  border-color: #e7d5d9 !important;
}
.border-primary-10 {
  border-color: #f3eaec !important;
}
.border-primary-05 {
  border-color: #f9f4f5 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 1rem !important;
}
.rounded {
  border-radius: 0.5rem !important;
}
.rounded-top {
  border-top-left-radius: 0.5rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.5rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-left {
  border-top-left-radius: 0.5rem !important;
}
.rounded-lg {
  border-radius: 2rem !important;
}
.chd-teaserActu__contentHeaderSeparator,
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    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.8571428571%;
}
.chd-teaserActu__embed:before,
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.chd-teaserActu.-dossier .chd-teaserActu__embed:before,
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -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 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -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 {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -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 {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-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;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-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;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 999;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !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-4 {
  margin: 0.25rem !important;
}
.mt-4,
.my-4 {
  margin-top: 0.25rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 0.25rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 0.25rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 0.25rem !important;
}
.m-8 {
  margin: 0.5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 0.5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 0.5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 0.5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 0.5rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.mt-12,
.my-12 {
  margin-top: 0.75rem !important;
}
.mr-12,
.mx-12 {
  margin-right: 0.75rem !important;
}
.chd-teaserActu__img,
.mb-12,
.my-12 {
  margin-bottom: 0.75rem !important;
}
.ml-12,
.mx-12 {
  margin-left: 0.75rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.mt-16,
.my-16 {
  margin-top: 1rem !important;
}
.mr-16,
.mx-16 {
  margin-right: 1rem !important;
}
.mb-16,
.my-16 {
  margin-bottom: 1rem !important;
}
.ml-16,
.mx-16 {
  margin-left: 1rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.mt-24,
.my-24 {
  margin-top: 1.5rem !important;
}
.mr-24,
.mx-24 {
  margin-right: 1.5rem !important;
}
.mb-24,
.my-24 {
  margin-bottom: 1.5rem !important;
}
.ml-24,
.mx-24 {
  margin-left: 1.5rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.mt-32,
.my-32 {
  margin-top: 2rem !important;
}
.mr-32,
.mx-32 {
  margin-right: 2rem !important;
}
.mb-32,
.my-32 {
  margin-bottom: 2rem !important;
}
.ml-32,
.mx-32 {
  margin-left: 2rem !important;
}
.m-40 {
  margin: 2.5rem !important;
}
.mt-40,
.my-40 {
  margin-top: 2.5rem !important;
}
.mr-40,
.mx-40 {
  margin-right: 2.5rem !important;
}
.mb-40,
.my-40 {
  margin-bottom: 2.5rem !important;
}
.ml-40,
.mx-40 {
  margin-left: 2.5rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.mt-48,
.my-48 {
  margin-top: 3rem !important;
}
.mr-48,
.mx-48 {
  margin-right: 3rem !important;
}
.mb-48,
.my-48 {
  margin-bottom: 3rem !important;
}
.ml-48,
.mx-48 {
  margin-left: 3rem !important;
}
.m-64 {
  margin: 4rem !important;
}
.mt-64,
.my-64 {
  margin-top: 4rem !important;
}
.mr-64,
.mx-64 {
  margin-right: 4rem !important;
}
.mb-64,
.my-64 {
  margin-bottom: 4rem !important;
}
.ml-64,
.mx-64 {
  margin-left: 4rem !important;
}
.m-80 {
  margin: 5rem !important;
}
.mt-80,
.my-80 {
  margin-top: 5rem !important;
}
.mr-80,
.mx-80 {
  margin-right: 5rem !important;
}
.mb-80,
.my-80 {
  margin-bottom: 5rem !important;
}
.ml-80,
.mx-80 {
  margin-left: 5rem !important;
}
.m-96 {
  margin: 6rem !important;
}
.mt-96,
.my-96 {
  margin-top: 6rem !important;
}
.mr-96,
.mx-96 {
  margin-right: 6rem !important;
}
.mb-96,
.my-96 {
  margin-bottom: 6rem !important;
}
.ml-96,
.mx-96 {
  margin-left: 6rem !important;
}
.m-128 {
  margin: 8rem !important;
}
.mt-128,
.my-128 {
  margin-top: 8rem !important;
}
.mr-128,
.mx-128 {
  margin-right: 8rem !important;
}
.mb-128,
.my-128 {
  margin-bottom: 8rem !important;
}
.ml-128,
.mx-128 {
  margin-left: 8rem !important;
}
.m-160 {
  margin: 10rem !important;
}
.mt-160,
.my-160 {
  margin-top: 10rem !important;
}
.mr-160,
.mx-160 {
  margin-right: 10rem !important;
}
.mb-160,
.my-160 {
  margin-bottom: 10rem !important;
}
.ml-160,
.mx-160 {
  margin-left: 10rem !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-4 {
  padding: 0.25rem !important;
}
.pt-4,
.py-4 {
  padding-top: 0.25rem !important;
}
.pr-4,
.px-4 {
  padding-right: 0.25rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 0.25rem !important;
}
.pl-4,
.px-4 {
  padding-left: 0.25rem !important;
}
.p-8 {
  padding: 0.5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 0.5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 0.5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 0.5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 0.5rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.pt-12,
.py-12 {
  padding-top: 0.75rem !important;
}
.pr-12,
.px-12 {
  padding-right: 0.75rem !important;
}
.pb-12,
.py-12 {
  padding-bottom: 0.75rem !important;
}
.pl-12,
.px-12 {
  padding-left: 0.75rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.pt-16,
.py-16 {
  padding-top: 1rem !important;
}
.pr-16,
.px-16 {
  padding-right: 1rem !important;
}
.pb-16,
.py-16 {
  padding-bottom: 1rem !important;
}
.pl-16,
.px-16 {
  padding-left: 1rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.pt-24,
.py-24 {
  padding-top: 1.5rem !important;
}
.pr-24,
.px-24 {
  padding-right: 1.5rem !important;
}
.pb-24,
.py-24 {
  padding-bottom: 1.5rem !important;
}
.pl-24,
.px-24 {
  padding-left: 1.5rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.pt-32,
.py-32 {
  padding-top: 2rem !important;
}
.pr-32,
.px-32 {
  padding-right: 2rem !important;
}
.pb-32,
.py-32 {
  padding-bottom: 2rem !important;
}
.pl-32,
.px-32 {
  padding-left: 2rem !important;
}
.p-40 {
  padding: 2.5rem !important;
}
.pt-40,
.py-40 {
  padding-top: 2.5rem !important;
}
.pr-40,
.px-40 {
  padding-right: 2.5rem !important;
}
.pb-40,
.py-40 {
  padding-bottom: 2.5rem !important;
}
.pl-40,
.px-40 {
  padding-left: 2.5rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.pt-48,
.py-48 {
  padding-top: 3rem !important;
}
.pr-48,
.px-48 {
  padding-right: 3rem !important;
}
.pb-48,
.py-48 {
  padding-bottom: 3rem !important;
}
.pl-48,
.px-48 {
  padding-left: 3rem !important;
}
.p-64 {
  padding: 4rem !important;
}
.pt-64,
.py-64 {
  padding-top: 4rem !important;
}
.pr-64,
.px-64 {
  padding-right: 4rem !important;
}
.pb-64,
.py-64 {
  padding-bottom: 4rem !important;
}
.pl-64,
.px-64 {
  padding-left: 4rem !important;
}
.p-80 {
  padding: 5rem !important;
}
.pt-80,
.py-80 {
  padding-top: 5rem !important;
}
.pr-80,
.px-80 {
  padding-right: 5rem !important;
}
.pb-80,
.py-80 {
  padding-bottom: 5rem !important;
}
.pl-80,
.px-80 {
  padding-left: 5rem !important;
}
.p-96 {
  padding: 6rem !important;
}
.pt-96,
.py-96 {
  padding-top: 6rem !important;
}
.pr-96,
.px-96 {
  padding-right: 6rem !important;
}
.pb-96,
.py-96 {
  padding-bottom: 6rem !important;
}
.pl-96,
.px-96 {
  padding-left: 6rem !important;
}
.p-128 {
  padding: 8rem !important;
}
.pt-128,
.py-128 {
  padding-top: 8rem !important;
}
.pr-128,
.px-128 {
  padding-right: 8rem !important;
}
.pb-128,
.py-128 {
  padding-bottom: 8rem !important;
}
.pl-128,
.px-128 {
  padding-left: 8rem !important;
}
.p-160 {
  padding: 10rem !important;
}
.pt-160,
.py-160 {
  padding-top: 10rem !important;
}
.pr-160,
.px-160 {
  padding-right: 10rem !important;
}
.pb-160,
.py-160 {
  padding-bottom: 10rem !important;
}
.pl-160,
.px-160 {
  padding-left: 10rem !important;
}
.m-n4 {
  margin: -0.25rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -0.25rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -0.25rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -0.25rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -0.25rem !important;
}
.m-n8 {
  margin: -0.5rem !important;
}
.mt-n8,
.my-n8 {
  margin-top: -0.5rem !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -0.5rem !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -0.5rem !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -0.5rem !important;
}
.m-n12 {
  margin: -0.75rem !important;
}
.mt-n12,
.my-n12 {
  margin-top: -0.75rem !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -0.75rem !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -0.75rem !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -0.75rem !important;
}
.m-n16 {
  margin: -1rem !important;
}
.mt-n16,
.my-n16 {
  margin-top: -1rem !important;
}
.mr-n16,
.mx-n16 {
  margin-right: -1rem !important;
}
.mb-n16,
.my-n16 {
  margin-bottom: -1rem !important;
}
.ml-n16,
.mx-n16 {
  margin-left: -1rem !important;
}
.m-n24 {
  margin: -1.5rem !important;
}
.mt-n24,
.my-n24 {
  margin-top: -1.5rem !important;
}
.mr-n24,
.mx-n24 {
  margin-right: -1.5rem !important;
}
.mb-n24,
.my-n24 {
  margin-bottom: -1.5rem !important;
}
.ml-n24,
.mx-n24 {
  margin-left: -1.5rem !important;
}
.m-n32 {
  margin: -2rem !important;
}
.mt-n32,
.my-n32 {
  margin-top: -2rem !important;
}
.mr-n32,
.mx-n32 {
  margin-right: -2rem !important;
}
.mb-n32,
.my-n32 {
  margin-bottom: -2rem !important;
}
.ml-n32,
.mx-n32 {
  margin-left: -2rem !important;
}
.m-n40 {
  margin: -2.5rem !important;
}
.mt-n40,
.my-n40 {
  margin-top: -2.5rem !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -2.5rem !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -2.5rem !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -2.5rem !important;
}
.m-n48 {
  margin: -3rem !important;
}
.mt-n48,
.my-n48 {
  margin-top: -3rem !important;
}
.mr-n48,
.mx-n48 {
  margin-right: -3rem !important;
}
.mb-n48,
.my-n48 {
  margin-bottom: -3rem !important;
}
.ml-n48,
.mx-n48 {
  margin-left: -3rem !important;
}
.m-n64 {
  margin: -4rem !important;
}
.mt-n64,
.my-n64 {
  margin-top: -4rem !important;
}
.mr-n64,
.mx-n64 {
  margin-right: -4rem !important;
}
.mb-n64,
.my-n64 {
  margin-bottom: -4rem !important;
}
.ml-n64,
.mx-n64 {
  margin-left: -4rem !important;
}
.m-n80 {
  margin: -5rem !important;
}
.mt-n80,
.my-n80 {
  margin-top: -5rem !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -5rem !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -5rem !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -5rem !important;
}
.m-n96 {
  margin: -6rem !important;
}
.mt-n96,
.my-n96 {
  margin-top: -6rem !important;
}
.mr-n96,
.mx-n96 {
  margin-right: -6rem !important;
}
.mb-n96,
.my-n96 {
  margin-bottom: -6rem !important;
}
.ml-n96,
.mx-n96 {
  margin-left: -6rem !important;
}
.m-n128 {
  margin: -8rem !important;
}
.mt-n128,
.my-n128 {
  margin-top: -8rem !important;
}
.mr-n128,
.mx-n128 {
  margin-right: -8rem !important;
}
.mb-n128,
.my-n128 {
  margin-bottom: -8rem !important;
}
.ml-n128,
.mx-n128 {
  margin-left: -8rem !important;
}
.m-n160 {
  margin: -10rem !important;
}
.mt-n160,
.my-n160 {
  margin-top: -10rem !important;
}
.mr-n160,
.mx-n160 {
  margin-right: -10rem !important;
}
.mb-n160,
.my-n160 {
  margin-bottom: -10rem !important;
}
.ml-n160,
.mx-n160 {
  margin-left: -10rem !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: 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-4 {
    margin: 0.25rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 0.25rem !important;
  }
  .m-sm-8 {
    margin: 0.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 0.5rem !important;
  }
  .m-sm-12 {
    margin: 0.75rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 0.75rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 1.5rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 2rem !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 2rem !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 2rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 2.5rem !important;
  }
  .m-sm-48 {
    margin: 3rem !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 3rem !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 3rem !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 3rem !important;
  }
  .m-sm-64 {
    margin: 4rem !important;
  }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 4rem !important;
  }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 4rem !important;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 4rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 5rem !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 5rem !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 5rem !important;
  }
  .m-sm-96 {
    margin: 6rem !important;
  }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 6rem !important;
  }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 6rem !important;
  }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 6rem !important;
  }
  .m-sm-128 {
    margin: 8rem !important;
  }
  .mt-sm-128,
  .my-sm-128 {
    margin-top: 8rem !important;
  }
  .mr-sm-128,
  .mx-sm-128 {
    margin-right: 8rem !important;
  }
  .mb-sm-128,
  .my-sm-128 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-128,
  .mx-sm-128 {
    margin-left: 8rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 10rem !important;
  }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 10rem !important;
  }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 10rem !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-4 {
    padding: 0.25rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 0.25rem !important;
  }
  .p-sm-8 {
    padding: 0.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 0.5rem !important;
  }
  .p-sm-12 {
    padding: 0.75rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 0.75rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 1.5rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 2rem !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 2rem !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 2rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 2.5rem !important;
  }
  .p-sm-48 {
    padding: 3rem !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 3rem !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 3rem !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 3rem !important;
  }
  .p-sm-64 {
    padding: 4rem !important;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 4rem !important;
  }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 4rem !important;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 4rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 5rem !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 5rem !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 5rem !important;
  }
  .p-sm-96 {
    padding: 6rem !important;
  }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 6rem !important;
  }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 6rem !important;
  }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 6rem !important;
  }
  .p-sm-128 {
    padding: 8rem !important;
  }
  .pt-sm-128,
  .py-sm-128 {
    padding-top: 8rem !important;
  }
  .pr-sm-128,
  .px-sm-128 {
    padding-right: 8rem !important;
  }
  .pb-sm-128,
  .py-sm-128 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-128,
  .px-sm-128 {
    padding-left: 8rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 10rem !important;
  }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 10rem !important;
  }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 10rem !important;
  }
  .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n8 {
    margin: -0.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n12 {
    margin: -0.75rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n16 {
    margin: -1rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -1rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -1rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -1rem !important;
  }
  .m-sm-n24 {
    margin: -1.5rem !important;
  }
  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n32 {
    margin: -2rem !important;
  }
  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -2rem !important;
  }
  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -2rem !important;
  }
  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -2rem !important;
  }
  .m-sm-n40 {
    margin: -2.5rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n48 {
    margin: -3rem !important;
  }
  .mt-sm-n48,
  .my-sm-n48 {
    margin-top: -3rem !important;
  }
  .mr-sm-n48,
  .mx-sm-n48 {
    margin-right: -3rem !important;
  }
  .mb-sm-n48,
  .my-sm-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n48,
  .mx-sm-n48 {
    margin-left: -3rem !important;
  }
  .m-sm-n64 {
    margin: -4rem !important;
  }
  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -4rem !important;
  }
  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -4rem !important;
  }
  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -4rem !important;
  }
  .m-sm-n80 {
    margin: -5rem !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -5rem !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -5rem !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -5rem !important;
  }
  .m-sm-n96 {
    margin: -6rem !important;
  }
  .mt-sm-n96,
  .my-sm-n96 {
    margin-top: -6rem !important;
  }
  .mr-sm-n96,
  .mx-sm-n96 {
    margin-right: -6rem !important;
  }
  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n96,
  .mx-sm-n96 {
    margin-left: -6rem !important;
  }
  .m-sm-n128 {
    margin: -8rem !important;
  }
  .mt-sm-n128,
  .my-sm-n128 {
    margin-top: -8rem !important;
  }
  .mr-sm-n128,
  .mx-sm-n128 {
    margin-right: -8rem !important;
  }
  .mb-sm-n128,
  .my-sm-n128 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n128,
  .mx-sm-n128 {
    margin-left: -8rem !important;
  }
  .m-sm-n160 {
    margin: -10rem !important;
  }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -10rem !important;
  }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -10rem !important;
  }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -10rem !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-4 {
    margin: 0.25rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 0.25rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 0.25rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 0.25rem !important;
  }
  .m-md-8 {
    margin: 0.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 0.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 0.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 0.5rem !important;
  }
  .m-md-12 {
    margin: 0.75rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 0.75rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 0.75rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 0.75rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 1.5rem !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 1.5rem !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 1.5rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 2rem !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 2rem !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 2rem !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 2rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 2.5rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 2.5rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 2.5rem !important;
  }
  .m-md-48 {
    margin: 3rem !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 3rem !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 3rem !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 3rem !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 3rem !important;
  }
  .m-md-64 {
    margin: 4rem !important;
  }
  .mt-md-64,
  .my-md-64 {
    margin-top: 4rem !important;
  }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 4rem !important;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 4rem !important;
  }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 4rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 5rem !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 5rem !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 5rem !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 5rem !important;
  }
  .m-md-96 {
    margin: 6rem !important;
  }
  .mt-md-96,
  .my-md-96 {
    margin-top: 6rem !important;
  }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 6rem !important;
  }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 6rem !important;
  }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 6rem !important;
  }
  .m-md-128 {
    margin: 8rem !important;
  }
  .mt-md-128,
  .my-md-128 {
    margin-top: 8rem !important;
  }
  .mr-md-128,
  .mx-md-128 {
    margin-right: 8rem !important;
  }
  .mb-md-128,
  .my-md-128 {
    margin-bottom: 8rem !important;
  }
  .ml-md-128,
  .mx-md-128 {
    margin-left: 8rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .mt-md-160,
  .my-md-160 {
    margin-top: 10rem !important;
  }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 10rem !important;
  }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 10rem !important;
  }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 10rem !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-4 {
    padding: 0.25rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 0.25rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 0.25rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 0.25rem !important;
  }
  .p-md-8 {
    padding: 0.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 0.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 0.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 0.5rem !important;
  }
  .p-md-12 {
    padding: 0.75rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 0.75rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 0.75rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 0.75rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 1.5rem !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 1.5rem !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 1.5rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 2rem !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 2rem !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 2rem !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 2rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 2.5rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 2.5rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 2.5rem !important;
  }
  .p-md-48 {
    padding: 3rem !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 3rem !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 3rem !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 3rem !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 3rem !important;
  }
  .p-md-64 {
    padding: 4rem !important;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 4rem !important;
  }
  .pr-md-64,
  .px-md-64 {
    padding-right: 4rem !important;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 4rem !important;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 4rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 5rem !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 5rem !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 5rem !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 5rem !important;
  }
  .p-md-96 {
    padding: 6rem !important;
  }
  .pt-md-96,
  .py-md-96 {
    padding-top: 6rem !important;
  }
  .pr-md-96,
  .px-md-96 {
    padding-right: 6rem !important;
  }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 6rem !important;
  }
  .pl-md-96,
  .px-md-96 {
    padding-left: 6rem !important;
  }
  .p-md-128 {
    padding: 8rem !important;
  }
  .pt-md-128,
  .py-md-128 {
    padding-top: 8rem !important;
  }
  .pr-md-128,
  .px-md-128 {
    padding-right: 8rem !important;
  }
  .pb-md-128,
  .py-md-128 {
    padding-bottom: 8rem !important;
  }
  .pl-md-128,
  .px-md-128 {
    padding-left: 8rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .pt-md-160,
  .py-md-160 {
    padding-top: 10rem !important;
  }
  .pr-md-160,
  .px-md-160 {
    padding-right: 10rem !important;
  }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 10rem !important;
  }
  .pl-md-160,
  .px-md-160 {
    padding-left: 10rem !important;
  }
  .m-md-n4 {
    margin: -0.25rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .m-md-n8 {
    margin: -0.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -0.5rem !important;
  }
  .m-md-n12 {
    margin: -0.75rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -0.75rem !important;
  }
  .m-md-n16 {
    margin: -1rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -1rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -1rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -1rem !important;
  }
  .m-md-n24 {
    margin: -1.5rem !important;
  }
  .mt-md-n24,
  .my-md-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -1.5rem !important;
  }
  .m-md-n32 {
    margin: -2rem !important;
  }
  .mt-md-n32,
  .my-md-n32 {
    margin-top: -2rem !important;
  }
  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -2rem !important;
  }
  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -2rem !important;
  }
  .m-md-n40 {
    margin: -2.5rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -2.5rem !important;
  }
  .m-md-n48 {
    margin: -3rem !important;
  }
  .mt-md-n48,
  .my-md-n48 {
    margin-top: -3rem !important;
  }
  .mr-md-n48,
  .mx-md-n48 {
    margin-right: -3rem !important;
  }
  .mb-md-n48,
  .my-md-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n48,
  .mx-md-n48 {
    margin-left: -3rem !important;
  }
  .m-md-n64 {
    margin: -4rem !important;
  }
  .mt-md-n64,
  .my-md-n64 {
    margin-top: -4rem !important;
  }
  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -4rem !important;
  }
  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -4rem !important;
  }
  .m-md-n80 {
    margin: -5rem !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -5rem !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -5rem !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -5rem !important;
  }
  .m-md-n96 {
    margin: -6rem !important;
  }
  .mt-md-n96,
  .my-md-n96 {
    margin-top: -6rem !important;
  }
  .mr-md-n96,
  .mx-md-n96 {
    margin-right: -6rem !important;
  }
  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n96,
  .mx-md-n96 {
    margin-left: -6rem !important;
  }
  .m-md-n128 {
    margin: -8rem !important;
  }
  .mt-md-n128,
  .my-md-n128 {
    margin-top: -8rem !important;
  }
  .mr-md-n128,
  .mx-md-n128 {
    margin-right: -8rem !important;
  }
  .mb-md-n128,
  .my-md-n128 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n128,
  .mx-md-n128 {
    margin-left: -8rem !important;
  }
  .m-md-n160 {
    margin: -10rem !important;
  }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -10rem !important;
  }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -10rem !important;
  }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -10rem !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-4 {
    margin: 0.25rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 0.25rem !important;
  }
  .m-lg-8 {
    margin: 0.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 0.5rem !important;
  }
  .m-lg-12 {
    margin: 0.75rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 0.75rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 1.5rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 2rem !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 2rem !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 2rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 2.5rem !important;
  }
  .m-lg-48 {
    margin: 3rem !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 3rem !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 3rem !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 3rem !important;
  }
  .m-lg-64 {
    margin: 4rem !important;
  }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 4rem !important;
  }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 4rem !important;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 4rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 5rem !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 5rem !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 5rem !important;
  }
  .m-lg-96 {
    margin: 6rem !important;
  }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 6rem !important;
  }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 6rem !important;
  }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 6rem !important;
  }
  .m-lg-128 {
    margin: 8rem !important;
  }
  .mt-lg-128,
  .my-lg-128 {
    margin-top: 8rem !important;
  }
  .mr-lg-128,
  .mx-lg-128 {
    margin-right: 8rem !important;
  }
  .mb-lg-128,
  .my-lg-128 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-128,
  .mx-lg-128 {
    margin-left: 8rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 10rem !important;
  }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 10rem !important;
  }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 10rem !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-4 {
    padding: 0.25rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 0.25rem !important;
  }
  .p-lg-8 {
    padding: 0.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 0.5rem !important;
  }
  .p-lg-12 {
    padding: 0.75rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 0.75rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 1.5rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 2rem !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 2rem !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 2rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 2.5rem !important;
  }
  .p-lg-48 {
    padding: 3rem !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 3rem !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 3rem !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 3rem !important;
  }
  .p-lg-64 {
    padding: 4rem !important;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 4rem !important;
  }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 4rem !important;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 4rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 5rem !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 5rem !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 5rem !important;
  }
  .p-lg-96 {
    padding: 6rem !important;
  }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 6rem !important;
  }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 6rem !important;
  }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 6rem !important;
  }
  .p-lg-128 {
    padding: 8rem !important;
  }
  .pt-lg-128,
  .py-lg-128 {
    padding-top: 8rem !important;
  }
  .pr-lg-128,
  .px-lg-128 {
    padding-right: 8rem !important;
  }
  .pb-lg-128,
  .py-lg-128 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-128,
  .px-lg-128 {
    padding-left: 8rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 10rem !important;
  }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 10rem !important;
  }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 10rem !important;
  }
  .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n8 {
    margin: -0.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n12 {
    margin: -0.75rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n16 {
    margin: -1rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -1rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -1rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -1rem !important;
  }
  .m-lg-n24 {
    margin: -1.5rem !important;
  }
  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n32 {
    margin: -2rem !important;
  }
  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -2rem !important;
  }
  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -2rem !important;
  }
  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -2rem !important;
  }
  .m-lg-n40 {
    margin: -2.5rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n48 {
    margin: -3rem !important;
  }
  .mt-lg-n48,
  .my-lg-n48 {
    margin-top: -3rem !important;
  }
  .mr-lg-n48,
  .mx-lg-n48 {
    margin-right: -3rem !important;
  }
  .mb-lg-n48,
  .my-lg-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n48,
  .mx-lg-n48 {
    margin-left: -3rem !important;
  }
  .m-lg-n64 {
    margin: -4rem !important;
  }
  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -4rem !important;
  }
  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -4rem !important;
  }
  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -4rem !important;
  }
  .m-lg-n80 {
    margin: -5rem !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -5rem !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -5rem !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -5rem !important;
  }
  .m-lg-n96 {
    margin: -6rem !important;
  }
  .mt-lg-n96,
  .my-lg-n96 {
    margin-top: -6rem !important;
  }
  .mr-lg-n96,
  .mx-lg-n96 {
    margin-right: -6rem !important;
  }
  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n96,
  .mx-lg-n96 {
    margin-left: -6rem !important;
  }
  .m-lg-n128 {
    margin: -8rem !important;
  }
  .mt-lg-n128,
  .my-lg-n128 {
    margin-top: -8rem !important;
  }
  .mr-lg-n128,
  .mx-lg-n128 {
    margin-right: -8rem !important;
  }
  .mb-lg-n128,
  .my-lg-n128 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n128,
  .mx-lg-n128 {
    margin-left: -8rem !important;
  }
  .m-lg-n160 {
    margin: -10rem !important;
  }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -10rem !important;
  }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -10rem !important;
  }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -10rem !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-4 {
    margin: 0.25rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 0.25rem !important;
  }
  .m-xl-8 {
    margin: 0.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 0.5rem !important;
  }
  .m-xl-12 {
    margin: 0.75rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 0.75rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 1.5rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 2rem !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 2rem !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 2rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 2.5rem !important;
  }
  .m-xl-48 {
    margin: 3rem !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 3rem !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 3rem !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 3rem !important;
  }
  .m-xl-64 {
    margin: 4rem !important;
  }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 4rem !important;
  }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 4rem !important;
  }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 4rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 5rem !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 5rem !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 5rem !important;
  }
  .m-xl-96 {
    margin: 6rem !important;
  }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 6rem !important;
  }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 6rem !important;
  }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 6rem !important;
  }
  .m-xl-128 {
    margin: 8rem !important;
  }
  .mt-xl-128,
  .my-xl-128 {
    margin-top: 8rem !important;
  }
  .mr-xl-128,
  .mx-xl-128 {
    margin-right: 8rem !important;
  }
  .mb-xl-128,
  .my-xl-128 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-128,
  .mx-xl-128 {
    margin-left: 8rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 10rem !important;
  }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 10rem !important;
  }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 10rem !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-4 {
    padding: 0.25rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 0.25rem !important;
  }
  .p-xl-8 {
    padding: 0.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 0.5rem !important;
  }
  .p-xl-12 {
    padding: 0.75rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 0.75rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 1.5rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 2rem !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 2rem !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 2rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 2.5rem !important;
  }
  .p-xl-48 {
    padding: 3rem !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 3rem !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 3rem !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 3rem !important;
  }
  .p-xl-64 {
    padding: 4rem !important;
  }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 4rem !important;
  }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 4rem !important;
  }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 4rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 5rem !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 5rem !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 5rem !important;
  }
  .p-xl-96 {
    padding: 6rem !important;
  }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 6rem !important;
  }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 6rem !important;
  }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 6rem !important;
  }
  .p-xl-128 {
    padding: 8rem !important;
  }
  .pt-xl-128,
  .py-xl-128 {
    padding-top: 8rem !important;
  }
  .pr-xl-128,
  .px-xl-128 {
    padding-right: 8rem !important;
  }
  .pb-xl-128,
  .py-xl-128 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-128,
  .px-xl-128 {
    padding-left: 8rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 10rem !important;
  }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 10rem !important;
  }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 10rem !important;
  }
  .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n8 {
    margin: -0.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n12 {
    margin: -0.75rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n16 {
    margin: -1rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -1rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -1rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -1rem !important;
  }
  .m-xl-n24 {
    margin: -1.5rem !important;
  }
  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n32 {
    margin: -2rem !important;
  }
  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -2rem !important;
  }
  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -2rem !important;
  }
  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -2rem !important;
  }
  .m-xl-n40 {
    margin: -2.5rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n48 {
    margin: -3rem !important;
  }
  .mt-xl-n48,
  .my-xl-n48 {
    margin-top: -3rem !important;
  }
  .mr-xl-n48,
  .mx-xl-n48 {
    margin-right: -3rem !important;
  }
  .mb-xl-n48,
  .my-xl-n48 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n48,
  .mx-xl-n48 {
    margin-left: -3rem !important;
  }
  .m-xl-n64 {
    margin: -4rem !important;
  }
  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -4rem !important;
  }
  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -4rem !important;
  }
  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -4rem !important;
  }
  .m-xl-n80 {
    margin: -5rem !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -5rem !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -5rem !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -5rem !important;
  }
  .m-xl-n96 {
    margin: -6rem !important;
  }
  .mt-xl-n96,
  .my-xl-n96 {
    margin-top: -6rem !important;
  }
  .mr-xl-n96,
  .mx-xl-n96 {
    margin-right: -6rem !important;
  }
  .mb-xl-n96,
  .my-xl-n96 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n96,
  .mx-xl-n96 {
    margin-left: -6rem !important;
  }
  .m-xl-n128 {
    margin: -8rem !important;
  }
  .mt-xl-n128,
  .my-xl-n128 {
    margin-top: -8rem !important;
  }
  .mr-xl-n128,
  .mx-xl-n128 {
    margin-right: -8rem !important;
  }
  .mb-xl-n128,
  .my-xl-n128 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n128,
  .mx-xl-n128 {
    margin-left: -8rem !important;
  }
  .m-xl-n160 {
    margin: -10rem !important;
  }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -10rem !important;
  }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -10rem !important;
  }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -10rem !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;
  }
}
.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;
  -o-text-overflow: ellipsis;
  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: 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;
  }
}
.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: 500 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary-100 {
  color: #893040 !important;
  color: var(--primary-100) !important;
}
.text-primary-160 {
  color: #351219 !important;
  color: var(--primary-160) !important;
}
.text-primary-130 {
  color: #5c202b !important;
  color: var(--primary-130) !important;
}
.text-primary-60 {
  color: #b6828c !important;
  color: var(--primary-60) !important;
}
.text-primary-30 {
  color: #e7d5d9 !important;
  color: var(--primary-30) !important;
}
.text-primary-10 {
  color: #f3eaec !important;
  color: var(--primary-10) !important;
}
.text-primary-05 {
  color: #f9f4f5 !important;
  color: var(--primary-05) !important;
}
.text-body {
  color: #000 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.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;
}
.bg-primary-100 {
  background-color: #893040 !important;
  background-color: var(--primary-100) !important;
}
a.bg-primary-100:focus,
a.bg-primary-100:hover,
button.bg-primary-100:focus,
button.bg-primary-100:hover {
  background-color: #63232e !important;
}
.bg-primary-160 {
  background-color: #351219 !important;
  background-color: var(--primary-160) !important;
}
a.bg-primary-160:focus,
a.bg-primary-160:hover,
button.bg-primary-160:focus,
button.bg-primary-160:hover {
  background-color: #0f0507 !important;
}
.bg-primary-130 {
  background-color: #5c202b !important;
  background-color: var(--primary-130) !important;
}
a.bg-primary-130:focus,
a.bg-primary-130:hover,
button.bg-primary-130:focus,
button.bg-primary-130:hover {
  background-color: #361319 !important;
}
.bg-primary-60 {
  background-color: #b6828c !important;
  background-color: var(--primary-60) !important;
}
a.bg-primary-60:focus,
a.bg-primary-60:hover,
button.bg-primary-60:focus,
button.bg-primary-60:hover {
  background-color: #a3626e !important;
}
.bg-primary-30 {
  background-color: #e7d5d9 !important;
  background-color: var(--primary-30) !important;
}
a.bg-primary-30:focus,
a.bg-primary-30:hover,
button.bg-primary-30:focus,
button.bg-primary-30:hover {
  background-color: #d4b5bc !important;
}
.bg-primary-10 {
  background-color: #f3eaec !important;
  background-color: var(--primary-10) !important;
}
a.bg-primary-10:focus,
a.bg-primary-10:hover,
button.bg-primary-10:focus,
button.bg-primary-10:hover {
  background-color: #e0cacf !important;
}
.bg-primary-05 {
  background-color: #f9f4f5 !important;
  background-color: var(--primary-05) !important;
}
a.bg-primary-05:focus,
a.bg-primary-05:hover,
button.bg-primary-05:focus,
button.bg-primary-05:hover {
  background-color: #e7d3d7 !important;
}
.bg-primary-100-no-theme {
  background-color: #893040 !important;
}
.bg-primary-160-no-theme {
  background-color: #351219 !important;
}
.bg-primary-130-no-theme {
  background-color: #5c202b !important;
}
.bg-primary-60-no-theme {
  background-color: #b6828c !important;
}
.bg-primary-30-no-theme {
  background-color: #e7d5d9 !important;
}
.bg-primary-10-no-theme {
  background-color: #f3eaec !important;
}
.bg-primary-05-no-theme {
  background-color: #f9f4f5 !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;
}
.w-0-px {
  width: 0 !important;
}
.w-2-px {
  width: 1rem 0.125 !important;
}
.w-4-px {
  width: 0.25rem !important;
}
.w-8-px {
  width: 0.5rem !important;
}
.w-16-px {
  width: 1rem !important;
}
.w-24-px {
  width: 1.5rem !important;
}
.w-32-px {
  width: 2rem !important;
}
.w-40-px {
  width: 2.5rem !important;
}
.w-72-px {
  width: 4.5rem !important;
}
.w-80-px {
  width: 5rem !important;
}
.h-0-px {
  height: 0 !important;
}
.h-2-px {
  height: 1rem 0.125 !important;
}
.h-4-px {
  height: 0.25rem !important;
}
.h-8-px {
  height: 0.5rem !important;
}
.h-16-px {
  height: 1rem !important;
}
.h-24-px {
  height: 1.5rem !important;
}
.h-32-px {
  height: 2rem !important;
}
.h-40-px {
  height: 2.5rem !important;
}
.h-72-px {
  height: 4.5rem !important;
}
.h-80-px {
  height: 5rem !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;
}
.min-w-0 {
  min-width: 0 !important;
}
.sr-only,
.sr-only-sm-max {
  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) {
  .sr-only-sm-max {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.sr-only-lg-max {
  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: 992px) {
  .sr-only-lg-max {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.blockquote {
  border-left: 4px solid;
  border-left-color: var(--primary-100);
  border-bottom-color: var(--primary-100);
  border-right-color: var(--primary-100);
  border-top-color: var(--primary-100);
}
.chd-animatedCollapseTrigger__icon {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
[aria-expanded="true"] .chd-animatedCollapseTrigger__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .chd-animatedCollapseTrigger.-lg-pointerEventsNone {
    pointer-events: none;
  }
}
.chd-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.chd-backdrop.-visible {
  opacity: 0.95;
  visibility: visible;
}
.centered-bgi {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-primary-100-no-theme *,
.bg-primary-130-no-theme *,
.bg-primary-160-no-theme * {
  outline-color: #fff !important;
}
.bg-gray-100 {
  background-color: #f2f2f2 !important;
}
.hover-bg-gray-100 {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .hover-bg-gray-100:hover {
    background-color: #f2f2f2 !important;
  }
}
.hover-bg-gray-100:focus {
  background-color: #f2f2f2 !important;
}
.bg-gray-200 {
  background-color: #ccc !important;
}
.hover-bg-gray-200 {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .hover-bg-gray-200:hover {
    background-color: #ccc !important;
  }
}
.hover-bg-gray-200:focus {
  background-color: #ccc !important;
}
.bg-gray-300 {
  background-color: #999 !important;
}
.hover-bg-gray-300 {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .hover-bg-gray-300:hover {
    background-color: #999 !important;
  }
}
.hover-bg-gray-300:focus {
  background-color: #999 !important;
}
.bg-gray-400 {
  background-color: #666 !important;
}
.hover-bg-gray-400 {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .hover-bg-gray-400:hover {
    background-color: #666 !important;
  }
}
.hover-bg-gray-400:focus {
  background-color: #666 !important;
}
.bg-gray-500 {
  background-color: #333 !important;
}
.hover-bg-gray-500 {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
@media (hover: hover) {
  .hover-bg-gray-500:hover {
    background-color: #333 !important;
  }
}
.hover-bg-gray-500:focus {
  background-color: #333 !important;
}
.hover-color-primary-100 {
  color: #893040;
}
.bg-error-100 {
  background-color: #c11e2b !important;
}
.bg-error-10 {
  background-color: #f8e8e9 !important;
}
.bg-warning-100 {
  background-color: #946623 !important;
}
.bg-warning-10 {
  background-color: #f9f3ea !important;
}
.bg-success-100 {
  background-color: #4e7935 !important;
}
.bg-success-10 {
  background-color: #ecf3e8 !important;
}
.bg-gov-100 {
  background: -o-repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 10px,
    #999 10px,
    #999 12px
  );
  background: repeating-linear-gradient(
    45deg,
    #ccc,
    #ccc 10px,
    #999 0,
    #999 12px
  );
}
@media (hover: hover) {
  .-hoverNoBg:hover {
    background-color: transparent !important;
  }
}
.-hasGradient:before {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-repeat: repeat-x;
  pointer-events: none;
}
.-imgAsBg IMG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.object-fit .-imgAsBg IMG {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hover-border-left {
  position: relative;
}
.hover-border-left:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(left, #893040 0, #893040 100%);
  background-image: linear-gradient(90deg, #893040 0, #893040);
  background-repeat: repeat-x;
}
.hover-border-left.-borderShown:before {
  background-size: 100% 100%;
}
@media (hover: hover) {
  .hover-border-left:hover:before {
    background-size: 100% 100%;
  }
}
.hover-border-top {
  position: relative;
}
.hover-border-top:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  height: 4px;
  bottom: auto;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-size: 100% 0 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
  background-image: linear-gradient(180deg, #893040, #893040);
  background-repeat: repeat-x;
  background-repeat: repeat-x !important;
}
.hover-border-top.-borderShown:before {
  background-size: 100% 100%;
}
.hover-border-right {
  position: relative;
}
.hover-border-right:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  width: 4px;
  top: 0;
  bottom: 0;
  right: 0;
}
.hover-border-right.-borderShown:before {
  background-size: 100% 100%;
}
.hover-border-bottom {
  position: relative;
}
.hover-border-bottom:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  height: 4px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 0 !important;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(top, #893040 0, #893040 100%);
  background-image: linear-gradient(180deg, #893040, #893040);
  background-repeat: repeat-x;
  background-repeat: repeat-x !important;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.hover-border-bottom.-borderShown:before {
  background-size: 100% 100%;
}
.border-color-primary-100 {
  border-color: #893040 !important;
}
.border-color-primary-160 {
  border-color: #351219 !important;
}
.border-color-primary-130 {
  border-color: #5c202b !important;
}
.border-color-primary-60 {
  border-color: #b6828c !important;
}
.border-color-primary-30 {
  border-color: #e7d5d9 !important;
}
.border-color-primary-10 {
  border-color: #f3eaec !important;
}
.border-color-primary-05 {
  border-color: #f9f4f5 !important;
}
.box-sizing-content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.chd-gradientGrid.-hasGradient:before {
  z-index: 100;
  height: 10em;
}
.row.align-items-stretch > [class^="col-"] > * {
  height: 100%;
}
.row.align-items-stretch.stretch-content-false > [class^="col-"] > * {
  height: auto;
}
.container,
.container-fluid,
.container-xl {
  padding-right: 13px;
  padding-left: 13px;
}
@media (min-width: 576px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-xl {
    padding-right: 64px;
    padding-left: 64px;
  }
}
.container {
  max-width: 1600px;
}
.mb-4-group > * + * {
  margin-top: 0.25rem;
}
.mb-8-group > * + * {
  margin-top: 0.5rem;
}
.mb-12-group > * + * {
  margin-top: 0.75rem;
}
.mb-16-group > * + * {
  margin-top: 1rem;
}
.gap-16 {
  gap: 1rem;
}
.mb-24-group > * + * {
  margin-top: 1.5rem;
}
.mb-32-group > * + * {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .mb-lg-40-group > * + * {
    margin-top: 2.5rem;
  }
}
.mb-40-group > * + * {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .mb-lg-24-group > * + * {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .mb-lg-64-group > * + * {
    margin-top: 4rem;
  }
}
.chd-minHeightCollapse.collapse {
  position: relative;
  display: block;
}
.chd-minHeightCollapse.collapse:not(.show) {
  display: block;
  overflow: hidden;
}
.chd-minHeightCollapse.collapse.show:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear, visibility 0s linear 0.5s;
  -o-transition: opacity 0.15s linear, visibility 0s 0.5s linear;
  transition: opacity 0.15s linear, visibility 0s linear 0.5s;
}
.chd-minHeightCollapse.-hasOverlay:before {
  content: "";
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 1;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 33%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-repeat: repeat-x;
}
.chd-minHeightCollapse.-dossier {
  min-height: 13em !important;
}
.chd-minHeightCollapse.-dossier.collapse:not(.show) {
  min-height: 13em !important;
  height: 13em !important;
}
.chd-minHeightCollapse.-dossier.collapsing {
  min-height: 13em !important;
}
.chd-minHeightCollapse.-tableExcerpt {
  min-height: 3.9em !important;
}
.chd-minHeightCollapse.-tableExcerpt.collapse:not(.show) {
  min-height: 3.9em !important;
  height: 3.9em !important;
}
.chd-minHeightCollapse.-tableExcerpt.collapsing {
  min-height: 3.9em !important;
}
.chd-moduleBlockColor,
.chd-moduleBlock {
  overflow: hidden;
}
/*
@media (min-width: 992px) {
  .chd-moduleBlock {
    margin-bottom: 8rem;
  }
} */
.chd-moduleBlock + .chd-moduleBlock {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .chd-moduleBlock + .chd-moduleBlock {
    margin-top: 8rem;
  }
}
.chd-moduleBlockColor {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .chd-moduleBlockColor {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.chd-moduleBlockColor[class*="bg-primary-05-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-05-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-05-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-05"],
.chd-moduleBlockColor[class*="bg-primary-05"]
  + .chd-moduleBlockColor[class*="bg-primary-05-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-05"]
  + .chd-moduleBlockColor[class*="bg-primary-05"],
.chd-moduleBlockColor[class*="bg-primary-10-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-10-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-10-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-10"],
.chd-moduleBlockColor[class*="bg-primary-10"]
  + .chd-moduleBlockColor[class*="bg-primary-10-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-10"]
  + .chd-moduleBlockColor[class*="bg-primary-10"],
.chd-moduleBlockColor[class*="bg-primary-30-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-30-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-30-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-30"],
.chd-moduleBlockColor[class*="bg-primary-30"]
  + .chd-moduleBlockColor[class*="bg-primary-30-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-30"]
  + .chd-moduleBlockColor[class*="bg-primary-30"],
.chd-moduleBlockColor[class*="bg-primary-60-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-60-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-60-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-60"],
.chd-moduleBlockColor[class*="bg-primary-60"]
  + .chd-moduleBlockColor[class*="bg-primary-60-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-60"]
  + .chd-moduleBlockColor[class*="bg-primary-60"],
.chd-moduleBlockColor[class*="bg-primary-100-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-100-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-100-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-100"],
.chd-moduleBlockColor[class*="bg-primary-100"]
  + .chd-moduleBlockColor[class*="bg-primary-100-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-100"]
  + .chd-moduleBlockColor[class*="bg-primary-100"],
.chd-moduleBlockColor[class*="bg-primary-130-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-130-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-130-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-130"],
.chd-moduleBlockColor[class*="bg-primary-130"]
  + .chd-moduleBlockColor[class*="bg-primary-130-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-130"]
  + .chd-moduleBlockColor[class*="bg-primary-130"],
.chd-moduleBlockColor[class*="bg-primary-160-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-160-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-160-no-theme"]
  + .chd-moduleBlockColor[class*="bg-primary-160"],
.chd-moduleBlockColor[class*="bg-primary-160"]
  + .chd-moduleBlockColor[class*="bg-primary-160-no-theme"],
.chd-moduleBlockColor[class*="bg-primary-160"]
  + .chd-moduleBlockColor[class*="bg-primary-160"] {
  padding-top: 0;
}
.chd-moduleBlockColor + .chd-moduleBlock {
  margin-top: 5rem;
}
@media (min-width: 992px) {
  .chd-moduleBlockColor + .chd-moduleBlock {
    margin-top: 8rem;
  }
}
.-smallerSpacing .chd-moduleBlock {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .-smallerSpacing .chd-moduleBlock {
    margin-bottom: 5rem;
  }
}
.-smallerSpacing .chd-moduleBlock + .chd-moduleBlock {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .-smallerSpacing .chd-moduleBlock + .chd-moduleBlock {
    margin-top: 5rem;
  }
}
.-smallerSpacing .chd-moduleBlockColor {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .-smallerSpacing .chd-moduleBlockColor {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-05"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-10"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-30"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-60"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-100"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-130"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160-no-theme"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160-no-theme"],
.-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160"]
  + .-smallerSpacing
  .chd-moduleBlockColor[class*="bg-primary-160"] {
  padding-top: 0;
}
.-smallerSpacing .chd-moduleBlockColor + .chd-moduleBlock {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .-smallerSpacing .chd-moduleBlockColor + .chd-moduleBlock {
    margin-top: 5rem;
  }
}
.overflow-y-auto {
  overflow-y: auto;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
  top: 0;
  z-index: 390;
}
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
    top: 0;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
    top: 0;
    z-index: 999;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
    top: 0;
    z-index: 288;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
    top: 0;
    z-index: 288;
  }
}
.poa-top-left {
  top: 0;
  left: 0;
}
.sticky-bottom {
  bottom: 0;
}
.sticky-bottom-reacts-to-nav {
  bottom: calc(5rem + env(safe-area-inset-bottom));
  -webkit-transition: bottom 0.15s linear;
  -o-transition: bottom 0.15s linear;
  transition: bottom 0.15s linear;
}
@media screen and (min-width: 1250px) {
  .sticky-bottom-reacts-to-nav {
    bottom: 1rem !important;
  }
}
.sticky-bottom-reacts-to-nav.sticky-headroom-pinned {
  bottom: 16px;
}
.border-top {
  border-top: 2px solid #f2f2f2 !important;
}
.border-right {
  border-right: 2px solid #f2f2f2 !important;
}
.border-bottom {
  border-bottom: 2px solid #f2f2f2 !important;
}
.border-left {
  border-left: 2px solid #f2f2f2 !important;
}
.border,
.chd-composition__memberDetail {
  border: 2px solid #f2f2f2 !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-0 {
  border: 0 !important;
}
.border-x {
  border-left: 2px solid #f2f2f2 !important;
  border-right: 2px solid #f2f2f2 !important;
}
.border-y {
  border-top: 2px solid #f2f2f2 !important;
  border-bottom: 2px solid #f2f2f2 !important;
}
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 2px solid #f2f2f2 !important;
  }
  .border-sm-right {
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-sm-bottom {
    border-bottom: 2px solid #f2f2f2 !important;
  }
  .border-sm-left {
    border-left: 2px solid #f2f2f2 !important;
  }
  .border-sm {
    border: 2px solid #f2f2f2 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-x {
    border-left: 2px solid #f2f2f2 !important;
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-sm-y {
    border-top: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 2px solid #f2f2f2 !important;
  }
  .border-md-right {
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-md-bottom {
    border-bottom: 2px solid #f2f2f2 !important;
  }
  .border-md-left {
    border-left: 2px solid #f2f2f2 !important;
  }
  .border-md {
    border: 2px solid #f2f2f2 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-x {
    border-left: 2px solid #f2f2f2 !important;
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-md-y {
    border-top: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 2px solid #f2f2f2 !important;
  }
  .border-lg-right {
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-lg-bottom {
    border-bottom: 2px solid #f2f2f2 !important;
  }
  .border-lg-left {
    border-left: 2px solid #f2f2f2 !important;
  }
  .border-lg {
    border: 2px solid #f2f2f2 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-x {
    border-left: 2px solid #f2f2f2 !important;
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-lg-y {
    border-top: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 2px solid #f2f2f2 !important;
  }
  .border-xl-right {
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-xl-bottom {
    border-bottom: 2px solid #f2f2f2 !important;
  }
  .border-xl-left {
    border-left: 2px solid #f2f2f2 !important;
  }
  .border-xl {
    border: 2px solid #f2f2f2 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-x {
    border-left: 2px solid #f2f2f2 !important;
    border-right: 2px solid #f2f2f2 !important;
  }
  .border-xl-y {
    border-top: 2px solid #f2f2f2 !important;
    border-bottom: 2px solid #f2f2f2 !important;
  }
}
.mr-2 {
  margin-right: 0.125rem;
}
@media (min-width: 992px) {
  .-stickyNavOffset {
    top: 11rem;
  }
}
.chd-inlineSpace > * {
  margin-right: 0.25rem;
}
.chd-inlineSpace > :last-of-type {
  margin-right: 0;
}
@media (hover: hover) {
  .chd-timeline__wysiwyg [class*="teaser"] A:hover,
  .chd-timelineCurriculum__item [class*="teaser"] A:hover,
  [class*="teaser"] .chd-link:hover,
  [class*="teaser"] .chd-timeline__wysiwyg A:hover,
  [class*="teaser"] .chd-timelineCurriculum__item A:hover {
    background-color: #f9f4f5;
  }
}
.text-large {
  line-height: 1.5;
  font-size: 1.3rem;
}
@media screen and (min-width: 20rem) {
  .text-large {
    font-size: calc(1.25rem + 0.25vw);
  }
}
@media screen and (min-width: 100rem) {
  .text-large {
    font-size: 1.5rem;
  }
}
.max-ch-20 {
  max-width: 20ch;
}
.max-ch-60 {
  max-width: 60ch;
}
.text-heading {
  font-family: tiempos;
}
.font-family-base {
  font-family: Lota Grotesque;
}
.link-underline {
  border-bottom: 2px dotted;
}
.text-gray-100 {
  color: #f2f2f2;
}
.text-gray-200 {
  color: #ccc;
}
.text-gray-300 {
  color: #999;
}
.text-gray-400 {
  color: #666;
}
.text-gray-500 {
  color: #333;
}
.text-primary-100-no-theme {
  color: #893040 !important;
}
.text-primary-160-no-theme {
  color: #351219 !important;
}
.text-primary-130-no-theme {
  color: #5c202b !important;
}
.text-primary-60-no-theme {
  color: #b6828c !important;
}
.text-primary-30-no-theme {
  color: #e7d5d9 !important;
}
.text-primary-10-no-theme {
  color: #f3eaec !important;
}
.text-primary-05-no-theme {
  color: #f9f4f5 !important;
}
.text-100-no-theme {
  color: #f2f2f2 !important;
}
.text-200-no-theme {
  color: #ccc !important;
}
.text-300-no-theme {
  color: #999 !important;
}
.text-400-no-theme {
  color: #666 !important;
}
.text-500-no-theme {
  color: #333 !important;
}
.text-error-100 {
  color: #c11e2b;
}
.text-error-10 {
  color: #f8e8e9;
}
.text-warning-100 {
  color: #946623;
}
.text-warning-10 {
  color: #f9f3ea;
}
.text-success-100 {
  color: #4e7935;
}
.text-success-10 {
  color: #ecf3e8;
}
.font-size-sm {
  font-size: 0.96875rem;
}
.font-size-base {
  font-size: 1.25rem;
}
.font-size-xs {
  font-size: 0.875rem;
}
.text-black {
  color: #000 !important;
}
.chd-transparentOverlay {
  position: relative;
}
.chd-transparentOverlay:before {
  content: "";
  opacity: 0.92;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5c202b;
}
.z-deepdivenegative {
  z-index: -30;
}
.z-neganegative {
  z-index: -20;
}
.z-negative {
  z-index: -10;
}
.z-zero {
  z-index: 0;
}
.z-low {
  z-index: 100;
}
.z-medium {
  z-index: 200;
}
.z-high {
  z-index: 300;
}
.z-dropdown {
  z-index: 500;
}
.z-sticky {
  z-index: 520;
}
.z-fixed {
  z-index: 980;
}
.z-menu-trigger {
  z-index: 999;
}
.z-modal-backdrop {
  z-index: 999;
}
.z-modal {
  z-index: 999;
}
.z-popover {
  z-index: 999;
}
.z-tooltip {
  z-index: 1070;
}
:focus-visible {
  outline: 2px solid;
  outline-offset: 0.25rem;
}
BODY,
HTML {
  height: 100%;
}
BUTTON {
  background-color: transparent;
  border: none;
  padding: 0;
  color: inherit;
}
BUTTON,
LEGEND {
  margin: 0;
}
@font-face {
  font-family: tiempos;
  src: url(../fonts/tiempos-headline-web-regular.eot) format("eot"),
    url(../fonts/tiempos-headline-web-regular.woff) format("woff"),
    url(../fonts/tiempos-headline-web-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lota Grotesque;
  src: url(../fonts/lota-regular.woff) format("woff"),
    url(../fonts/lota-regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lota Grotesque;
  src: url(../fonts/lota-bold.woff) format("woff"),
    url(../fonts/lota-bold.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Lota Grotesque;
  src: url(../fonts/lota-italic.woff) format("woff"),
    url(../fonts/lota-italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Lota Grotesque;
  src: url(../fonts/lota-bold-italic.woff) format("woff"),
    url(../fonts/lota-bold-italic.woff2) format("woff2");
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 992px) {
  .chd-main__sidebar.-sticky {
    top: 11.5rem;
  }
}
/* .chd-wysiwyg > * + * {
  margin: 3.5em 0;
}
@media (min-width: 992px) {
  .chd-wysiwyg > * + * {
    margin: 5em 0;
  }
} */

.chd-wysiwyg > * + .h2,
.chd-wysiwyg > * + .h3,
.chd-wysiwyg > * + H2,
.chd-wysiwyg > * + H3 {
  margin-top: 1em;
}
.chd-wysiwyg .h2,
.chd-wysiwyg .h3,
.chd-wysiwyg h2,
.chd-wysiwyg h3 {
  margin-bottom: 0.55em;
}
.chd-teaserActu.-big .chd-wysiwyg > * + .chd-teaserActu__contentTitle,
.chd-teaserActu.-dossier .chd-wysiwyg > * + .chd-teaserActu__contentTitle,
.chd-wysiwyg > * + .chd-accordion__itemTrigger,
.chd-wysiwyg > * + .chd-tabAccordion__navLink,
.chd-wysiwyg > * + .chd-teaserActu__contentTitle,
.chd-wysiwyg > * + .h4,
.chd-wysiwyg > * + .h5,
.chd-wysiwyg > * + .h6,
.chd-wysiwyg > * + H4,
.chd-wysiwyg > * + H5,
.chd-wysiwyg > * + H6 {
  margin-top: 1.5em;
}
.chd-wysiwyg h4,
.chd-wysiwyg h5,
.chd-wysiwyg h6 {
  margin-bottom: 0.45em;
}
.chd-teaserActu.-big .chd-wysiwyg .chd-teaserActu__contentTitle + *,
.chd-teaserActu.-big .chd-wysiwyg .chd-teaserActu__contentTitle + P,
.chd-teaserActu.-dossier .chd-wysiwyg H6.chd-teaserActu__contentTitle + *,
.chd-teaserActu.-dossier .chd-wysiwyg H6.chd-teaserActu__contentTitle + P,
.chd-wysiwyg .chd-teaserActu.-big .chd-teaserActu__contentTitle + *,
.chd-wysiwyg .chd-teaserActu.-big .chd-teaserActu__contentTitle + P,
.chd-wysiwyg .chd-teaserActu.-dossier H6.chd-teaserActu__contentTitle + *,
.chd-wysiwyg .chd-teaserActu.-dossier H6.chd-teaserActu__contentTitle + P,
.chd-wysiwyg .h2 + *,
.chd-wysiwyg .h2 + P,
.chd-wysiwyg .h3 + *,
.chd-wysiwyg .h3 + P,
.chd-wysiwyg .h4 + *,
.chd-wysiwyg .h4 + P,
.chd-wysiwyg H2 + *,
.chd-wysiwyg H2 + P,
.chd-wysiwyg H3 + *,
.chd-wysiwyg H3 + P,
.chd-wysiwyg H4 + *,
.chd-wysiwyg H4 + P,
.chd-wysiwyg H5.chd-teaserActu__contentTitle + *,
.chd-wysiwyg H5.chd-teaserActu__contentTitle + P,
.chd-wysiwyg H5.h5 + *,
.chd-wysiwyg H5.h5 + P,
.chd-wysiwyg H6.chd-accordion__itemTrigger + *,
.chd-wysiwyg H6.chd-accordion__itemTrigger + P,
.chd-wysiwyg H6.chd-tabAccordion__navLink + *,
.chd-wysiwyg H6.chd-tabAccordion__navLink + P,
.chd-wysiwyg H6.h6 + *,
.chd-wysiwyg H6.h6 + P {
  margin-top: 0;
}
.chd-wysiwyg P {
  margin-bottom: 0;
}
.chd-wysiwyg P + P {
  margin-top: 1.25em;
}
.chd-wysiwyg LI,
.chd-wysiwyg P {
  line-height: 1.6;
}
.chd-wysiwyg BLOCKQUOTE {
  margin: 2em 0;
}
.chd-wysiwyg A {
  border-bottom: 2px dotted;
}
@media (hover: hover) {
  .chd-wysiwyg A:hover {
    background-color: #f9f4f5;
    background-color: var(--primary-05);
  }
}
.chd-wysiwyg P A[href^="http://"]:not([href*="chd.lu"]):after,.chd-wysiwyg P A[href^="https://"]:not([href*="chd.lu"]):after
{
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.25rem;
}
.chd-wysiwyg P + OL,
.chd-wysiwyg P + UL {
  margin-top: 1.5em;
}
.chd-wysiwyg OL,
.chd-wysiwyg UL {
  list-style-type: none;
  padding-left: 1.5em;
}
.chd-wysiwyg OL LI,
.chd-wysiwyg UL LI {
  position: relative;
}
.chd-wysiwyg OL LI + LI,
.chd-wysiwyg UL LI + LI {
  margin-top: 0.75em;
}
.chd-wysiwyg OL LI:before,
.chd-wysiwyg UL LI:before {
  content: "";
  position: absolute;
}
.chd-wysiwyg UL LI {
  padding-left: 0.5em;
}
.chd-wysiwyg UL LI:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  top: 0.475em;
  margin-left: -1.25em;
  background-color: #893040;
  background-color: var(--primary-100);
}
.chd-wysiwyg OL {
  list-style: none;
  counter-reset: listitem;
}
.chd-wysiwyg OL LI {
  padding-left: 0.5em;
  counter-increment: listitem;
  position: relative;
}
.chd-wysiwyg OL LI:before {
  left: 0;
  margin-left: -2em;
  top: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 50%;
  background-color: #893040;
  background-color: var(--primary-100);
  color: #f9f4f5;
  color: var(--ordered-list-color);
  font-family: tiempos;
  font-size: 0.96875rem;
  content: counter(listitem);
}
.chd-wysiwyg .chd-iconLinkBlockGroup {
  margin-bottom: 0;
}
.chd-wysiwyg .chd-iconLinkBlockGroup + .chd-iconLinkBlockGroup {
  margin-top: 0.25rem;
}
.chd-wysiwyg .chd-teaserActu,
.chd-wysiwyg .chd-teaserEntity,
.chd-wysiwyg .chd-teaserEvent,
.chd-wysiwyg .chd-teaserLaw {
  background-color: #fff !important;
  border-bottom: none;
}
.chd-wysiwyg .chd-thematicFolder {
  border-bottom: none;
}
.chd-wysiwyg .chd-teaserIntervention__segment {
  background-color: #fff !important;
  border-bottom: 0 !important;
}
.chd-wysiwyg [class*="teaser"] P {
  line-height: 1.3;
}
.chd-wysiwyg [class*="teaser"] UL {
  padding: 0;
}
.chd-wysiwyg [class*="teaser"] UL LI {
  margin: 0;
  line-height: 1.3;
}
.chd-wysiwyg [class*="teaser"] UL LI:before {
  content: none;
}
.chd-wysiwyg.-maxWidth > * {
  max-width: 41.875rem;
}
.chd-wysiwyg.-maxWidth IMG {
  max-width: 100%;
}
.chd-wysiwyg.-maxWidth .chd-photoGallery,
.chd-wysiwyg.-maxWidth FIGURE {
  max-width: none;
}
@media (min-width: 576px) {
  .chd-wysiwyg.-maxWidth .chd-photoGallery {
  /* .chd-wysiwyg.-maxWidth FIGURE { */
    margin-left: -8.3333333333%;
    margin-right: -8.3333333333%;
  }
}
@media (min-width: 1200px) {
  .chd-wysiwyg.-maxWidth .chd-photoGallery {
  /* .chd-wysiwyg.-maxWidth FIGURE { */
    margin-left: -25%;
    margin-right: -25%;
  }
}
P.chd-wysiwyg {
  line-height: 1.6;
}
@-webkit-keyframes pulsate {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes pulsate {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
#spotlight {
  position: fixed;
  top: -1px;
  bottom: -1px;
  width: 100%;
  z-index: 99999;
  color: #fff;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  contain: strict;
  -ms-touch-action: none;
  touch-action: none;
  pointer-events: none;
}
#spotlight.show {
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: auto;
}
#spotlight.white {
  color: #212529;
  background-color: #fff;
}
#spotlight.white .spl-next,
#spotlight.white .spl-page ~ *,
#spotlight.white .spl-prev,
#spotlight.white .spl-spinner {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#spotlight.white .spl-progress {
  background-color: rgba(0, 0, 0, 0.35);
}
#spotlight.white .spl-footer,
#spotlight.white .spl-header {
  background-color: hsla(0, 0%, 100%, 0.65);
}
#spotlight.white .spl-button {
  background: #212529;
  color: #fff;
}
.spl-footer,
.spl-header {
  background-color: rgba(0, 0, 0, 0.45);
}
#spotlight .contain,
#spotlight .cover {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#spotlight .contain {
  -o-object-fit: contain;
  object-fit: contain;
}
#spotlight .autofit {
  -o-object-fit: none;
  object-fit: none;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.spl-scene,
.spl-spinner,
.spl-track {
  width: 100%;
  height: 100%;
  position: absolute;
}
.spl-track {
  contain: strict;
}
.spl-spinner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 42px;
  opacity: 0;
}
.spl-spinner.spin {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1vcGFjaXR5PSIuNjUiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjE1IiBjeD0iMTgiIGN5PSIxOCIgcj0iMTgiLz48cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE4IDE4IiB0bz0iMzYwIDE4IDE4IiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48L2c+PC9zdmc+);
  -webkit-transition: opacity 0.2s linear 0.25s;
  -o-transition: opacity 0.2s linear 0.25s;
  transition: opacity 0.2s linear 0.25s;
  opacity: 1;
}
.spl-spinner.error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyIiB3aWR0aD0iMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2IDFhMTUgMTUgMCAxMDE1IDE1QTE1IDE1IDAgMDAxNiAxem0wIDJhMTMgMTMgMCAwMTguNDUgMy4xNEw2LjE0IDI0LjQ1QTEzIDEzIDAgMDExNiAzem0wIDI2YTEzIDEzIDAgMDEtOC40NS0zLjE0TDI1Ljg2IDcuNTVBMTMgMTMgMCAwMTE2IDI5eiIvPjwvc3ZnPg==);
  background-size: 128px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  opacity: 0.5;
}
.spl-scene {
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
  -o-transition: transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
  transition: transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
  transition: transform 0.65s cubic-bezier(0.1, 1, 0.1, 1),
    -webkit-transform 0.65s cubic-bezier(0.1, 1, 0.1, 1);
  contain: layout size;
  will-change: transform;
}
.spl-pane > * {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 0.65s ease,
    -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  transition: opacity 0.65s ease,
    -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  -o-transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1),
    opacity 0.65s ease;
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.65s ease;
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1), opacity 0.65s ease,
    -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  contain: layout style;
  will-change: transform, opacity;
  visibility: hidden;
}
.spl-header,
.spl-pane,
.spl-progress {
  position: absolute;
  top: 0;
}
.spl-pane {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  transition: -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  -o-transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1),
    -webkit-transform 0.65s cubic-bezier(0.3, 1, 0.3, 1);
  contain: layout size;
  will-change: transform, contents;
}
.spl-header {
  width: 100%;
  height: 50px;
  text-align: right;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  overflow: hidden;
  will-change: transform;
}
#spotlight.menu .spl-footer,
#spotlight.menu .spl-header,
.spl-footer:hover,
.spl-header:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.spl-header div {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  opacity: 0.5;
}
.spl-progress {
  width: 100%;
  height: 3px;
  background-color: hsla(0, 0%, 100%, 0.45);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform linear;
  transition: -webkit-transform linear;
  -o-transition: transform linear;
  transition: transform linear;
  transition: transform linear, -webkit-transform linear;
}
.spl-footer,
.spl-next,
.spl-prev {
  position: absolute;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
.spl-footer {
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 20px;
  padding: 20px 20px env(safe-area-inset-bottom, 0);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.spl-title {
  font-size: 22px;
}
.spl-button,
.spl-description,
.spl-title {
  margin-bottom: 20px;
}
.spl-button {
  display: inline-block;
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
.spl-next,
.spl-page ~ *,
.spl-prev {
  background-position: 50%;
  background-repeat: no-repeat;
}
.spl-page {
  float: left;
  width: auto;
  line-height: 50px;
}
.spl-page ~ * {
  background-size: 21px;
  float: right;
}
.spl-fullscreen {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHZpZXdCb3g9Ii0xIC0xIDI2IDI2IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggM0g1YTIgMiAwIDAwLTIgMnYzbTE4IDBWNWEyIDIgMCAwMC0yLTJoLTNtMCAxOGgzYTIgMiAwIDAwMi0ydi0zTTMgMTZ2M2EyIDIgMCAwMDIgMmgzIi8+PC9zdmc+);
}
.spl-fullscreen.on {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAzdjNhMiAyIDAgMDEtMiAySDNtMTggMGgtM2EyIDIgMCAwMS0yLTJWM20wIDE4di0zYTIgMiAwIDAxMi0yaDNNMyAxNmgzYTIgMiAwIDAxMiAydjMiLz48L3N2Zz4=);
}
.spl-autofit {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9Ijk2IiB3aWR0aD0iOTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwIDcxLjMxMUMxNS4zNCA2OS42NyAxMiA2NS4yMyAxMiA2MFYyMGMwLTYuNjMgNS4zNy0xMiAxMi0xMmg0MGM1LjIzIDAgOS42NyAzLjM0IDExLjMxMSA4SDI0Yy0yLjIxIDAtNCAxLjc5LTQgNHY1MS4zMTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkyIDc2VjM2YzAtNi42My01LjM3LTEyLTEyLTEySDQwYy02LjYzIDAtMTIgNS4zNy0xMiAxMnY0MGMwIDYuNjMgNS4zNyAxMiAxMiAxMmg0MGM2LjYzIDAgMTItNS4zNyAxMi0xMnptLTUyIDRjLTIuMjEgMC00LTEuNzktNC00VjM2YzAtMi4yMSAxLjc5LTQgNC00aDQwYzIuMjEgMCA0IDEuNzkgNCA0djQwYzAgMi4yMS0xLjc5IDQtNCA0SDQweiIvPjwvc3ZnPg==);
}
.spl-zoom-in,
.spl-zoom-out {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC4zNS00LjM1TTggMTFoNiIvPjwvc3ZnPg==);
  background-size: 22px;
}
.spl-zoom-in {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTEiIGN5PSIxMSIgcj0iOCIvPjxwYXRoIGQ9Ik0yMSAyMWwtNC4zNS00LjM1TTExIDh2Nk04IDExaDYiLz48L3N2Zz4=);
}
.spl-download {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjE0MS43MzIiIHdpZHRoPSIxNDEuNzMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjAuNjc0IDEyNS4xMzhIMjAuNzkzdjE2LjU5NGg5OS44ODF2LTE2LjU5NHptLTEuNjU1LTY2LjM2MmE2LjU1NyA2LjU1NyAwIDAwLTkuMjc1IDBMNzcuMjEgOTEuMzEyVjYuNTYyQTYuNTYzIDYuNTYzIDAgMDA3MC42NDggMGE2LjU2IDYuNTYgMCAwMC02LjU2IDYuNTYzdjg0Ljc1TDMxLjk5MiA1OS4yMThhNi41NTYgNi41NTYgMCAwMC05LjI3NyAwIDYuNTU2IDYuNTU2IDAgMDAwIDkuMjc5bDQzLjI5NCA0My4yOTNjLjE1LjE1NC4zMTQuMjk5LjQ4MS40MzguMDc2LjA2Mi4xNTUuMTEzLjIzNC4xNzYuMDk0LjA2NS4xODYuMTQyLjI3OS4yMDYuMDk3LjA2My4xOTIuMTE0LjI4Ni4xNzQuMDg4LjA1NC4xNzQuMTA1LjI2NS4xNTMuMS4wNTYuMTk5LjEuMjk4LjE0Ny4wOTcuMDQ1LjE5LjA5MS4yODMuMTMyLjA5OC4wNC4xOTYuMDcyLjI5NS4xMDUuMTA0LjAzOC4yMDcuMDc4LjMxMi4xMDkuMTAxLjAzLjE5Ny4wNTIuMjk3LjA3Ny4xMDguMDIzLjIxNC4wNTguMzI0LjA3OC4xMTUuMDIxLjIzMS4wMzMuMzQ2LjA1NC4wOTcuMDE1LjE5Mi4wMzIuMjg5LjA0Mi40My4wNDIuODY1LjA0MiAxLjI5NSAwIC4xLS4wMS4xOTEtLjAyNy4yODktLjA0Mi4xMTQtLjAyMS4yMzMtLjAyOS4zNDQtLjA1NC4xMDktLjAyMS4yMTctLjA1NS4zMjQtLjA3OC4xMDItLjAyNS4xOTktLjA0Ny4yOTktLjA3Ny4xMDUtLjAzMS4yMDctLjA3MS4zMTItLjEwOS4xMDItLjAzLjE5NS0uMDYyLjI5NS0uMTA1LjA5Ni0uMDQxLjE5MS0uMDg3LjI4My0uMTMyLjEtLjA0OC4xOTktLjA5Mi4yOTctLjE0Ny4wOTEtLjA0OC4xNzctLjEwNC4yNjQtLjE1My4wOTgtLjA2LjE5My0uMTEuMjg3LS4xNzQuMDk2LS4wNjQuMTg5LS4xNDEuMjgxLS4yMDYuMDc2LS4wNjIuMTU2LS4xMTMuMjMzLS4xNzYuMjQ5LS4yMDQuNDc5LS40MzcuNjk0LS42Ny4wNzYtLjA2Ny4xNTQtLjEzMS4yMjktLjIwM2w0My4yOTQtNDMuMjk2YTYuNTY2IDYuNTY2IDAgMDAuMDAxLTkuMjgzIiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  background-size: 20px;
}
.spl-theme {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjI0IiB2ZXJzaW9uPSIxLjIiIHZpZXdCb3g9IjIgMiAyMCAyMCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmYiPjxwYXRoIGQ9Ik0xMiA0YTggOCAwIDEwMCAxNiA4IDggMCAwMDAtMTZ6bTAgMTRhNiA2IDAgMTEwLTEyIDYgNiAwIDAxMCAxMnoiLz48cGF0aCBkPSJNMTIgN3YxMGMyLjc1NyAwIDUtMi4yNDMgNS01cy0yLjI0My01LTUtNXoiLz48L2c+PC9zdmc+);
}
.spl-play {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMCA4bDYgNC02IDRWOHoiLz48L3N2Zz4=);
}
.spl-play.on {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSItMC41IC0wLjUgMjUgMjUiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMCAxNVY5TTE0IDE1VjkiLz48L3N2Zz4=);
  -webkit-animation: pulsate 1s ease infinite;
  animation: pulsate 1s ease infinite;
}
.spl-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB2aWV3Qm94PSIyIDIgMjAgMjAiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTggNkw2IDE4TTYgNmwxMiAxMiIvPjwvc3ZnPg==);
}
.spl-next,
.spl-prev {
  top: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.65;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 100%;
  cursor: pointer;
  margin-top: -25px;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjI0IiBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1IDE4bC02LTYgNi02Ii8+PC9zdmc+);
  background-size: 30px;
}
.spl-prev {
  left: 20px;
}
.spl-next {
  left: auto;
  right: 20px;
  -webkit-transform: translateX(100px) scaleX(-1);
  -ms-transform: translateX(100px) scaleX(-1);
  transform: translateX(100px) scaleX(-1);
}
#spotlight.menu .spl-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#spotlight.menu .spl-next {
  -webkit-transform: translateX(0) scaleX(-1);
  -ms-transform: translateX(0) scaleX(-1);
  transform: translateX(0) scaleX(-1);
}
@media (hover: hover) {
  .spl-page ~ div {
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .spl-next:hover,
  .spl-page ~ div:hover,
  .spl-prev:hover {
    opacity: 1;
  }
}
@media (max-width: 500px) {
  .spl-header div {
    width: 44px;
  }
  .spl-footer .spl-title {
    font-size: 20px;
  }
  .spl-footer {
    font-size: 14px;
  }
  .spl-next,
  .spl-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-size: 15px 15px;
  }
  .spl-spinner {
    background-size: 30px 30px;
  }
}
.hide-scrollbars {
  overflow: hidden !important;
}
#spotlight.show,
.spl-header {
  background-color: rgba(51, 51, 51, 0.95);
}
.spl-next,
.spl-prev {
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.85);
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  -o-transition: 0.3s opacity;
  transition: opacity 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s top;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: left 0.2s, -webkit-transform 0.2s;
  transition: left 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s left;
  transition: transform 0.2s, left 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  -o-transition: 0.2s transform, 0.2s right;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -o-transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(transparent)
  );
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.swiper-button-lock {
  display: none !important;
}
.chd-pageWrapper {
  padding-top: 3.75rem;
  padding-bottom: calc(4rem + env(safe-area-inset-bottom));
}
@media (min-width: 992px) {
  .chd-pageWrapper {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1250px) {
  .chd-pageWrapper {
    padding-bottom: 0;
  }
}
.chd-pageWrapper:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.chd-pageWrapper.-footerNoMargin .chd-footer {
  margin-top: 0 !important;
}
.chd-pageWrapper.-simpleLanguage .chd-accordion__itemTrigger,
.chd-pageWrapper.-simpleLanguage .chd-tabAccordion__navLink,
.chd-pageWrapper.-simpleLanguage .chd-teaserActu__contentTitle,
.chd-pageWrapper.-simpleLanguage .h1,
.chd-pageWrapper.-simpleLanguage .h2,
.chd-pageWrapper.-simpleLanguage .h3,
.chd-pageWrapper.-simpleLanguage .h4,
.chd-pageWrapper.-simpleLanguage .h5,
.chd-pageWrapper.-simpleLanguage .h6,
.chd-pageWrapper.-simpleLanguage chd-pageTitleHeader__title,
.chd-pageWrapper.-simpleLanguage H1,
.chd-pageWrapper.-simpleLanguage H2,
.chd-pageWrapper.-simpleLanguage H3,
.chd-pageWrapper.-simpleLanguage H4,
.chd-pageWrapper.-simpleLanguage H5,
.chd-pageWrapper.-simpleLanguage H6 {
  font-family: Lota Grotesque;
}
BODY.-navOpen .chd-pageWrapper:after {
  content: "";
  position: fixed;
  z-index: 390;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  opacity: 0.95;
  visibility: visible;
}
.chd-borderTitle:before {
  content: "";
  height: 2px;
  background-color: #f2f2f2;
  position: absolute;
  z-index: -10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 60%;
  left: 0;
  right: 0;
}
.chd-borderTitle__inner {
  background-color: #fff;
  padding: 0 1rem;
}
.chd-highlight {
  background-color: #f9f4f5;
  color: #893040;
  font-weight: 500;
}
.chd-teaserActu.-big .chd-teaserActu__contentTitle .chd-highlight,
.chd-teaserActu__contentTitle .chd-highlight,
.h1 .chd-highlight,
.h2 .chd-highlight,
.h3 .chd-highlight,
.h4 .chd-highlight,
.h5 .chd-highlight,
H1 .chd-highlight,
H2 .chd-highlight,
H3 .chd-highlight,
H4 .chd-highlight,
H5 .chd-highlight {
  font-weight: 400;
}
@font-face {
  font-family: chd-apart;
  src: url(../fonts/chd-apart.woff) format("woff2"),
    url(../fonts/chd-apart.ttf) format("truetype"),
    url(../fonts/chd-apart.woff) format("woff"),
    url(../fonts/chd-apart.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}
.chd-icon,
.daterangepicker .calendar-table .next SPAN,
.daterangepicker .calendar-table .prev SPAN {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.chd-icon:before,
.daterangepicker .calendar-table .next SPAN:before,
.daterangepicker .calendar-table .prev SPAN:before {
  display: block;
}
.chd-icon[class*="--size-16"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-16"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-16"]:before {
  font-size: 16px;
}
.chd-icon[class*="--size-24"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-24"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-24"]:before {
  font-size: 24px;
}
.chd-icon[class*="--size-32"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-32"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-32"]:before {
  font-size: 32px;
}
.chd-icon[class*="--size-40"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-40"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-40"]:before {
  font-size: 40px;
}
.chd-icon[class*="--size-64"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-64"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-64"]:before {
  font-size: 64px;
}
.chd-icon[class*="--size-80"]:before,
.daterangepicker .calendar-table .next SPAN[class*="--size-80"]:before,
.daterangepicker .calendar-table .prev SPAN[class*="--size-80"]:before {
  font-size: 80px;
}
.icon-copy:before {
  content: "";
}
.icon-order:before {
  content: "";
}
.icon-compile--size-24:before {
  content: "";
}
.icon-entity--size-32:before {
  content: "";
}
.icon-entity--size-40:before {
  content: "";
}
.icon-entity--size-64:before {
  content: "";
}
.icon-entity--size-80:before {
  content: "";
}
.icon-archives--size-32:before {
  content: "";
}
.icon-archives--size-40:before {
  content: "";
}
.icon-archives--size-64:before {
  content: "";
}
.icon-archives--size-80:before {
  content: "";
}
.icon-calendar--size-40:before {
  content: "";
}
.icon-calendar--size-64:before {
  content: "";
}
.icon-calendar--size-80:before {
  content: "";
}
.icon-chamberTV--size-40:before {
  content: "";
}
.icon-chamberTV--size-64:before {
  content: "";
}
.icon-chamberTV--size-80:before {
  content: "";
}
.icon-deputy--size-32:before {
  content: "";
}
.icon-deputy--size-40:before {
  content: "";
}
.icon-deputy--size-64:before {
  content: "";
}
.icon-deputy--size-80:before {
  content: "";
}
.icon-dossiers--size-32:before {
  content: "";
}
.icon-dossiers--size-40:before {
  content: "";
}
.icon-dossiers--size-64:before {
  content: "";
}
.icon-dossiers--size-80:before {
  content: "";
}
.icon-news--size-32:before {
  content: "";
}
.icon-news--size-40:before {
  content: "";
}
.icon-news--size-64:before {
  content: "";
}
.icon-news--size-80:before {
  content: "";
}
.icon-petitions--size-40:before {
  content: "";
}
.icon-petitions--size-64:before {
  content: "";
}
.icon-petitions--size-80:before {
  content: "";
}
.icon-replay--size-32:before {
  content: "";
}
.icon-replay--size-40:before {
  content: "";
}
.icon-replay--size-64:before {
  content: "";
}
.icon-replay--size-80:before {
  content: "";
}
.icon-bell--size-16:before {
  content: "";
}
.icon-bell--size-24:before {
  content: "";
}
.icon-bell--size-32:before {
  content: "";
}
.icon-calendar--size-16:before {
  content: "";
}
.icon-calendar--size-24:before {
  content: "";
}
.icon-calendar--size-32:before {
  content: "";
}
.icon-chamberTV--size-16:before {
  content: "";
}
.icon-chamberTV--size-24:before {
  content: "";
}
.icon-chamberTV--size-32:before {
  content: "";
}
.icon-check--size-16:before {
  content: "";
}
.icon-check--size-24:before {
  content: "";
}
.icon-check--size-32:before {
  content: "";
}
.icon-chevron-bottom--size-16:before {
  content: "";
}
.icon-chevron-bottom--size-24:before {
  content: "";
}
.icon-chevron-bottom--size-32:before {
  content: "";
}
.icon-chevron-left--size-16:before {
  content: "";
}
.icon-chevron-left--size-24:before {
  content: "";
}
.icon-chevron-left--size-32:before {
  content: "";
}
.icon-chevron-right--size-16:before {
  content: "";
}
.icon-chevron-right--size-24:before {
  content: "";
}
.icon-chevron-right--size-32:before {
  content: "";
}
.icon-chevron-top--size-16:before {
  content: "";
}
.icon-chevron-top--size-24:before {
  content: "";
}
.icon-chevron-top--size-32:before {
  content: "";
}
.icon-cross--size-16:before {
  content: "";
}
.icon-cross--size-24:before {
  content: "";
}
.icon-cross--size-32:before {
  content: "";
}
.icon-download--size-16:before {
  content: "";
}
.icon-download--size-24:before {
  content: "";
}
.icon-download--size-32:before {
  content: "";
}
.icon-email--size-16:before {
  content: "";
}
.icon-email--size-24:before {
  content: "";
}
.icon-email--size-32:before {
  content: "";
}
.icon-external--size-16:before {
  content: "";
}
.icon-external--size-24:before {
  content: "";
}
.icon-external--size-32:before {
  content: "";
}
.icon-home--size-16:before {
  content: "";
}
.icon-home--size-24:before {
  content: "";
}
.icon-home--size-32:before {
  content: "";
}
.icon-minus--size-16:before {
  content: "";
}
.icon-minus--size-24:before {
  content: "";
}
.icon-minus--size-32:before {
  content: "";
}
.icon-pause--size-16:before {
  content: "";
}
.icon-pause--size-24:before {
  content: "";
}
.icon-pause--size-32:before {
  content: "";
}
.icon-petitions--size-16:before {
  content: "";
}
.icon-petitions--size-24:before {
  content: "";
}
.icon-petitions--size-32:before {
  content: "";
}
.icon-phone--size-16:before {
  content: "";
}
.icon-phone--size-24:before {
  content: "";
}
.icon-phone--size-32:before {
  content: "";
}
.icon-pin--size-16:before {
  content: "";
}
.icon-pin--size-24:before {
  content: "";
}
.icon-pin--size-32:before {
  content: "";
}
.icon-play--size-16:before {
  content: "";
}
.icon-play--size-24:before {
  content: "";
}
.icon-play--size-32:before {
  content: "";
}
.icon-plus--size-16:before {
  content: "";
}
.icon-plus--size-24:before {
  content: "";
}
.icon-plus--size-32:before {
  content: "";
}
.icon-search--size-16:before {
  content: "";
}
.icon-search--size-24:before {
  content: "";
}
.icon-search--size-32:before {
  content: "";
}
.icon-smartphone--size-16:before {
  content: "";
}
.icon-smartphone--size-24:before {
  content: "";
}
.icon-smartphone--size-32:before {
  content: "";
}
.icon-web--size-16:before {
  content: "";
}
.icon-web--size-24:before {
  content: "";
}
.icon-web--size-32:before {
  content: "";
}
.icon-pmafl--size-16:before {
  content: "";
}
.icon-pmafl--size-24:before {
  content: "";
}
.icon-pmafl--size-32:before {
  content: "";
}
.icon-pmafl--size-40:before {
  content: "";
}
.icon-pmafl--size-64:before {
  content: "";
}
.icon-pmafl--size-80:before {
  content: "";
}
.icon-mediatheque--size-16:before {
  content: "";
}
.icon-mediatheque--size-24:before {
  content: "";
}
.icon-mediatheque--size-32:before {
  content: "";
}
.icon-mediatheque--size-40:before {
  content: "";
}
.chd-infoDot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #893040;
  color: #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-family: tiempos;
}
.chd-langLink {
  background-color: #f2f2f2;
  padding: 10px 1rem;
}
.chd-langLink.-active {
  background-color: #893040;
  color: #f9f4f5;
}
@media (hover: hover) {
  .chd-langLink:hover {
    background-color: #893040;
    color: #f9f4f5;
  }
}
.chd-link,
.chd-timeline__wysiwyg A,
.chd-timelineCurriculum__item A {
  border-bottom: 2px dotted;
}
.chd-link[href^="http://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-link[href^="http://"]:not([href*="chd.lu"]):not(.-hasSibling):after,.chd-link[href^="https://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-link[href^="https://"]:not([href*="chd.lu"]):not(.-hasSibling):after,.chd-timeline__wysiwyg A[href^="http://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-timeline__wysiwyg A[href^="http://"]:not([href*="chd.lu"]):not(.-hasSibling):after,.chd-timeline__wysiwyg A[href^="https://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-timeline__wysiwyg A[href^="https://"]:not([href*="chd.lu"]):not(.-hasSibling):after,.chd-timelineCurriculum__item A[href^="http://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-timelineCurriculum__item A[href^="http://"]:not([href*="chd.lu"]):not(.-hasSibling):after,.chd-timelineCurriculum__item A[href^="https://"]:not([href*="chd.lu"]) .chd-link__textInner:after,.chd-timelineCurriculum__item A[href^="https://"]:not([href*="chd.lu"]):not(.-hasSibling):after
{
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 0.25rem;
  font-size: 16px;
}
.chd-link.-hasSibling,
.chd-timeline__wysiwyg A.-hasSibling,
.chd-timelineCurriculum__item A.-hasSibling {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
}
.chd-link.-hasSibling .chd-link__text,
.chd-timeline__wysiwyg A.-hasSibling .chd-link__text,
.chd-timelineCurriculum__item A.-hasSibling .chd-link__text {
  position: relative;
  top: -2px;
  margin-left: 0.5rem;
}
.chd-link.-hasSibling .chd-link__textInner,
.chd-timeline__wysiwyg A.-hasSibling .chd-link__textInner,
.chd-timelineCurriculum__item A.-hasSibling .chd-link__textInner {
  border-bottom: 2px dotted;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media (hover: hover) {
  .chd-link.-hasSibling:hover,
  .chd-timeline__wysiwyg A.-hasSibling:hover,
  .chd-timelineCurriculum__item A.-hasSibling:hover {
    background-color: transparent;
  }
  .chd-link.-hasSibling:hover .chd-link__textInner,
  .chd-timeline__wysiwyg A.-hasSibling:hover .chd-link__textInner,
  .chd-timelineCurriculum__item A.-hasSibling:hover .chd-link__textInner {
    background-color: #f9f4f5;
    background-color: var(--primary-05);
  }
}
@media (hover: hover) {
  .chd-link.-noHover:hover,
  .chd-link.-noHover:hover .chd-link__textInner,
  .chd-timeline__wysiwyg A.-noHover:hover,
  .chd-timeline__wysiwyg A.-noHover:hover .chd-link__textInner,
  .chd-timelineCurriculum__item A.-noHover:hover,
  .chd-timelineCurriculum__item A.-noHover:hover .chd-link__textInner {
    background-color: transparent;
  }
}
.chd-link.-glossary,
.chd-timeline__wysiwyg A.-glossary,
.chd-timelineCurriculum__item A.-glossary {
  position: relative;
  margin-right: 1.5rem;
}
.chd-link.-glossary:after,
.chd-timeline__wysiwyg A.-glossary:after,
.chd-timelineCurriculum__item A.-glossary:after {
  content: "i";
  background-color: #f9f4f5;
  color: #893040;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.875em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: tiempos;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.25rem;
}
.chd-link[aria-expanded="false"] .chd-link__collapseHidden,
.chd-timeline__wysiwyg A[aria-expanded="false"] .chd-link__collapseHidden,
.chd-timelineCurriculum__item
  A[aria-expanded="false"]
  .chd-link__collapseHidden {
  display: block;
}
.chd-link[aria-expanded="false"] .chd-link__collapseShown,
.chd-link[aria-expanded="true"] .chd-link__collapseHidden,
.chd-timeline__wysiwyg A[aria-expanded="false"] .chd-link__collapseShown,
.chd-timeline__wysiwyg A[aria-expanded="true"] .chd-link__collapseHidden,
.chd-timelineCurriculum__item A[aria-expanded="false"] .chd-link__collapseShown,
.chd-timelineCurriculum__item
  A[aria-expanded="true"]
  .chd-link__collapseHidden {
  display: none;
}
.chd-link[aria-expanded="true"] .chd-link__collapseShown,
.chd-timeline__wysiwyg A[aria-expanded="true"] .chd-link__collapseShown,
.chd-timelineCurriculum__item A[aria-expanded="true"] .chd-link__collapseShown {
  display: block;
}
@media (hover: hover) {
  .chd-link:hover,
  .chd-timeline__wysiwyg A:hover,
  .chd-timelineCurriculum__item A:hover {
    background-color: #f9f4f5;
    background-color: var(--primary-05);
  }
}
.chd-pill {
  background-color: #f2f2f2;
  color: #666;
  min-width: 2rem;
  padding: 0 0.5rem;
  height: 2rem;
  border-radius: 2rem;
}
.chd-roundedBtn {
  background-color: #fff;
  color: #5c202b;
  min-width: 48px;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border-radius: 3.5rem;
  padding: 0.75rem;
}
.chd-roundedBtn__text {
  padding-left: 0.75rem;
}
.chd-roundedBtn.-text {
  width: auto;
}
.chd-roundedBtn.-primary100 {
  background-color: #893040;
  color: #fff;
}
@media (-ms-high-contrast: none),
  (hover: hover) and (pointer: fine),
  screen and (-ms-high-contrast: active) {
  .chd-roundedBtn.-primary100:hover {
    background-color: #351219;
  }
}
.chd-roundedBtn.-primary100:focus {
  outline: none;
  background-color: #351219;
  color: #fff;
}
@media (-ms-high-contrast: none),
  (hover: hover) and (pointer: fine),
  screen and (-ms-high-contrast: active) {
  .chd-roundedBtn:hover {
    background-color: #5c202b;
    color: #fff;
  }
}
.chd-roundedBtn:focus {
  outline: none;
  background-color: #5c202b;
  color: #fff;
}
.chd-skipNavLink {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  color: #893040;
  background-color: #fff;
  padding: 0.5rem;
}
.chd-skipNavLink:focus {
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 1;
}
.chd-skipNavLink:focus-visible {
  outline-offset: 0;
}
.chd-statusDot {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: currentColor;
}
.chd-statusDot.-noVote {
  border: 1px solid #666;
}
/* Ajout CGI */
.chd-statusDot.hidden {
  display: none;
}
/* Fin ajout CGI */
.chd-timelineDateIndicator {
  position: sticky;
  z-index: 200;
  top: 1.25rem;
  margin-left: -3px;
  margin-top: 1.25rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease-in-out,
    visibility 0.1s ease-in-out 0.1s;
  -o-transition: opacity 0.25s ease-in-out, visibility 0.1s 0.1s ease-in-out;
  transition: opacity 0.25s ease-in-out, visibility 0.1s ease-in-out 0.1s;
}
@media (min-width: 992px) {
  .chd-timelineDateIndicator {
    display: none;
  }
}
.chd-timelineDateIndicator__inner {
  position: relative;
  border-radius: 2rem;
  padding: 0.25rem 1rem 0.25rem 2.5rem;
  height: 28px;
}
.chd-timelineDateIndicator__inner:before {
  content: "";
  border-radius: 50%;
  background-color: #893040;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.chd-timelineDateIndicator__inner:after {
  content: "";
  width: 2px;
  background-color: #893040;
  position: absolute;
  top: -1.25rem;
  left: 1rem;
  bottom: 0.75rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.chd-timelineDateIndicator.-shown {
  opacity: 1;
  visibility: visible;
}
.chd-bottomNav {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #f2f2f2;
  height: calc(4rem + env(safe-area-inset-bottom));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  margin: 0;
}
@media screen and (min-width: 1250px) {
  .chd-bottomNav {
    position: static;
    z-index: 0;
    border-top: 0;
    height: auto;
  }
}
.chd-bottomNav__item {
  padding: 0.5rem 0.3125rem;
}
@media screen and (min-width: 1250px) {
  .chd-bottomNav__item + .chd-bottomNav__item {
    margin-left: 1rem;
  }
}
.chd-bottomNav__item:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 2px;
  opacity: 0;
  background-color: currentColor;
}
@media screen and (min-width: 1250px) {
  .chd-bottomNav__item:before {
    content: none;
  }
}
@media (hover: hover) {
  .chd-bottomNav__item:hover {
    color: #893040;
  }
}
.chd-bottomNav__item.-active {
  color: #893040;
}
.chd-bottomNav__item.-active:before {
  opacity: 1;
}
.chd-bottomNav__item.-liveBroadcast A {
  position: relative;
}
.chd-bottomNav__item.-liveBroadcast .chd-bottomNav__itemStatus {
  position: absolute;
  top: -0.125rem;
  right: 0.375rem;
}
@media (min-width: 992px) {
  .chd-bottomNav__item.-liveBroadcast .chd-bottomNav__itemStatus {
    right: 0.125rem;
  }
}
.chd-bottomNav__text {
  margin-top: 4px;
}
.chd-bottomNav.-desktop {
  display: none;
}
@media screen and (min-width: 1250px) {
  .chd-bottomNav.-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1250px) {
  .chd-bottomNav.-mobile {
    display: none;
  }
}
.chd-bottomNav.headroom--pinned {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.chd-roundedImgCard {
  -webkit-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.chd-roundedImgCard__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  -o-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
}
@media (min-width: 992px) {
  .chd-roundedImgCard__img {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.chd-roundedImgCard.-light {
  color: #fff;
}
@media (hover: hover) {
  .chd-roundedImgCard.-light:hover {
    color: #e7d5d9;
  }
}
.chd-roundedImgCard.-isIconCard {
  color: inherit !important;
}
.chd-roundedImgCard.-isIconCard .chd-roundedImgCard__img {
  background-color: #f2f2f2;
  color: #000;
}
@media (min-width: 992px) {
  .chd-roundedImgCard.-isIconCard .chd-roundedImgCard__img {
    background-color: #fff;
  }
}
.chd-roundedImgCard.-isIconCard .chd-roundedImgCard__subTitle {
  color: #666;
}
@media (min-width: 992px) {
  .chd-roundedImgCard.-isIconCard .chd-roundedImgCard__subTitle {
    color: #f9f4f5;
  }
}
@media (hover: hover) and (min-width: 992px) {
  .chd-roundedImgCard.-isIconCard:hover {
    color: #e7d5d9 !important;
  }
}
@media (hover: hover) {
  .chd-roundedImgCard.-isIconCard:hover .chd-roundedImgCard__img {
    background-color: #893040;
    color: #fff;
  }
}
@media (hover: hover) {
  .chd-roundedImgCard:hover {
    color: #893040;
  }
}
.chd-selectCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}
@media (min-width: 992px) {
  .chd-selectCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.chd-tweetCard {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.chd-chart {
  overflow: hidden;
  border-radius: 50%;
}
.chd-chart.-polGroupPieChart {
  max-width: 10.625rem;
}
.chd-dropdownUserAccount__toggle {
  border: 2px solid #f2f2f2;
  padding: 1rem;
  color: #000;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__toggle {
    display: none;
  }
}
.chd-dropdownUserAccount__toggle:after {
  font-size: 24px;
}
.chd-dropdownUserAccount__menu {
  width: 100%;
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__menu {
    position: static;
    display: block;
    border: 0;
    font-size: 0.96875rem;
  }
}
.chd-dropdownUserAccount__menu LI + LI {
  border-top: 0;
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__menu LI + LI,
  .chd-dropdownUserAccount__menu Li .chd-dropdownUserAccount__menu {
    margin-top: 12px;
  }
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__menu .chd-dropdownUserAccount__menu {
    padding-left: 1rem;
  }
}
.chd-dropdownUserAccount__menu
  .chd-dropdownUserAccount__menu
  .chd-dropdownUserAccount__item {
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__menu
    .chd-dropdownUserAccount__menu
    .chd-dropdownUserAccount__item {
    padding-left: 1rem;
  }
}
.chd-dropdownUserAccount__item.chd-dropdownUserAccount__item {
  border: 0;
}
.chd-dropdownUserAccount__item.chd-dropdownUserAccount__item.-noInteraction {
  color: #666;
  pointer-events: none;
}
@media (min-width: 992px) {
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item {
    position: relative;
    padding: 0 0 0 1rem;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item:before {
    content: "";
    position: absolute;
    z-index: 100;
    background-size: 0 100%;
    background-repeat: repeat-y !important;
    -webkit-transition: background-size 0.15s linear;
    -o-transition: background-size 0.15s linear;
    transition: background-size 0.15s linear;
    width: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #893040),
      to(#893040)
    );
    background-image: -o-linear-gradient(left, #893040 0, #893040 100%);
    background-image: linear-gradient(90deg, #893040 0, #893040);
    background-repeat: repeat-x;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item.-borderShown:before {
    background-size: 100% 100%;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item.active {
    color: #893040;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item.active:before {
    background-size: 100% 100%;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item:hover {
    background-color: transparent;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item:hover {
    color: #893040;
  }
  .chd-dropdownUserAccount__item.chd-dropdownUserAccount__item:hover:before {
    background-size: 100% 100% !important;
  }
}
@media (min-width: 992px) and (hover: hover) {
  .chd-dropdownUserAccount:hover .chd-dropdownUserAccount__item.active:before {
    background-size: 0 100%;
  }
}

.icon-link:before {
  content: "";
}

.chd-fakeBreadcrumb__inner {
  overflow: hidden;
}
.chd-fakeBreadcrumb__inner:after {
  content: "";
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2rem;
}
.chd-fakeBreadcrumb__list {
  width: 100%;
  overflow-x: auto;
  padding-right: 2rem;
  padding-bottom: 1rem;
  margin-bottom: -1rem !important;
}
.chd-fakeBreadcrumb__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.chd-fakeBreadcrumb__listItem + .chd-fakeBreadcrumb__listItem:before {
  content: "/";
  margin: 0 1rem;
}
.chd-fakeBreadcrumb .dropdown-menu {
  max-width: 100%;
  width: 450px;
}
.chd-figureBlock {
  background-color: #f9f4f5;
  background-color: var(--figure-block-bg);
}
.chd-figureBlock__inner + .chd-figureBlock__inner {
  margin-top: 1.5rem;
}
.chd-filters__trigger:before {
  content: "";
  font-size: 16px;
}
.chd-filters__trigger[aria-expanded="true"] {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chd-filtersCheckbox__trigger[aria-expanded="true"]:before {
  content: "";
}
.chd-filtersCheckbox__trigger[aria-expanded="false"]:before {
  content: "";
}
.chd-filtersCheckbox .collapse UL LI + LI {
  margin-top: 0.75rem;
}
.chd-chipAdvanced {
  border-radius: 50rem;
  background-color: #f2f2f2;
  color: #666;
  padding: 0.125rem 0.125rem 0.125rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.chd-chipAdvanced__right {
  background-color: #fff;
  margin-left: 0.5rem;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}
.chd-chipAdvanced__btn {
  margin-left: 0.75rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #f3eaec;
  color: #893040;
}
@media (hover: hover) {
  .chd-chipAdvanced__btn:hover {
    background-color: #893040;
    color: #fff;
  }
}
.chd-chipAdvanced__btn:focus {
  outline: none;
}
.chd-chipAdvanced__btn:focus:after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  border-radius: 50rem;
  border: 0.375rem solid #b6828c;
}
.chd-chip {
  position: relative;
  color: #666;
  border: 2px solid #ccc;
  padding: 0.5rem 1rem;
  display: inline-block;
}
.chd-chip.-active {
  color: #fff;
  background-color: #893040;
  border-color: #893040;
}
@media (hover: hover) {
  .chd-chip.-active:hover {
    color: #fff;
    background-color: #893040;
    border-color: #893040;
  }
}
.chd-chip.-disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}
@media (hover: hover) {
  .chd-chip.-disabled:hover {
    color: #666;
    border-color: #ccc;
  }
}
.chd-chip.-disabled:focus:after {
  display: none;
}
.chd-chip.-disabled:active {
  color: #666;
  background-color: #f2f2f2;
}
@media (hover: hover) {
  .chd-chip:hover {
    color: #000;
    border-color: #999;
  }
}
.chd-chip:focus {
  outline: none;
}
.chd-chip:focus:after {
  content: "";
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  background-color: transparent;
  border-radius: 50rem;
  border: 0.375rem solid #b6828c;
}
.chd-chip:active {
  color: #fff;
  background-color: #893040;
  border-color: #893040;
}
.chd-input__inner {
  position: relative;
}
.chd-input__dropdown {
  right: 0 !important;
  left: 0 !important;
}
.chd-input__dropdownInner {
  max-height: 14.0625rem;
  overflow: auto;
}
.chd-input__dropdownInner * {
  white-space: normal !important;
}
.chd-input__dropdownInner > :last-of-type:hover {
  z-index: 100;
}
.chd-input__innerIcon {
  position: absolute;
  top: 2px;
  bottom: 2px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}
.chd-input__innerIcon.-start {
  left: 2px;
}
.chd-input__innerIcon.-end {
  right: 2px;
}
.chd-input__innerIcon.-dropdownToggle:before {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 24px;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.chd-input__innerIcon.-dropdownToggle[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chd-input__additionalInfo {
  padding-left: 1rem;
  color: #333;
  width: 100%;
  margin-top: 0.25rem;
}
.chd-input.-hasIconLeft .chd-input__inner .chd-input__field {
  padding-left: 4rem;
}
.chd-input.-hasIconRight .chd-input__inner .chd-input__field {
  padding-right: 3rem;
}
.chd-input.-searchAutocomplete {
  position: relative;
}
.chd-input.-searchAutocomplete .chd-input__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-input.-searchAutocomplete .chd-input__inner.is-invalid {
  padding-right: 1rem;
}
.chd-input.-searchAutocomplete .chd-input__field.chd-input__field {
  padding-left: 1.5rem;
  height: calc(1.3em + 0.875rem);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 0;
  min-width: 0;
}
.chd-input.-searchAutocomplete .chd-input__field.chd-input__field:focus,
.chd-input.-searchAutocomplete
  .chd-input__field.chd-input__field:focus-visible {
  border-color: transparent;
  outline: none;
}
.chd-input.-searchAutocomplete .chd-input__clearBtn {
  display: none;
}
.chd-input.-searchAutocomplete .chd-input__searchBtn {
  color: #893040;
  background-color: #f9f4f5;
  -webkit-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  margin-left: 1rem;
  display: none;
}
@media (min-width: 768px) {
  .chd-input.-searchAutocomplete .chd-input__searchBtn {
    display: block;
  }
}
@media (hover: hover) {
  .chd-input.-searchAutocomplete .chd-input__searchBtn:hover {
    background-color: #e7d5d9;
  }
}
.chd-input.-searchAutocomplete .chd-input__searchBtn[disabled] {
  background-color: #f2f2f2;
  color: #666;
  cursor: not-allowed;
}
.chd-input.-searchAutocomplete .chd-input__results {
  color: #000;
  background-color: #fff;
  max-height: 10.375rem;
  overflow: auto;
  padding: 0.5rem 0;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
}
/* Ajouté le 17/03/2022 pour styleguide
.chd-input.-searchAutocomplete .chd-input__results.hidden {
  display: none;
}
*/
.chd-input.-searchAutocomplete .chd-input__resultsItem {
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.chd-input.-searchAutocomplete .chd-input__resultsItem.-rowFocused {
  background-color: #f2f2f2;
}
@media (hover: hover) {
  .chd-input.-searchAutocomplete .chd-input__resultsItem:hover {
    background-color: #f2f2f2;
  }
}
.chd-input.-searchAutocomplete.-focused .chd-input__inner {
  color: #000;
  background-color: #fff;
  border-color: #666 #666 #666 #893040;
  outline: 2px solid #000;
  outline-offset: 0.125rem;
}
.chd-input.-searchAutocomplete.-hasResults .chd-input__results,
.chd-input.-searchAutocomplete.-hasValue .chd-input__clearBtn {
  display: block;
}
.chd-input.-searchModal {
  position: static;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .chd-input.-searchModal {
    position: relative;
  }
}
.chd-input.-searchModal .chd-input__inner {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 1020;
  margin: 0 -16px;
  width: auto;
  padding-right: calc(1.3em + 2.75rem + 4px);
}
@media (min-width: 768px) {
  .chd-input.-searchModal .chd-input__inner {
    margin: 0 -32px;
  }
}
@media (min-width: 992px) {
  .chd-input.-searchModal .chd-input__inner {
    position: relative;
    top: 0;
    margin: 0;
    padding-right: 1rem;
  }
}
.chd-input.-searchModal .chd-input__field {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .chd-input.-searchModal .chd-input__searchBtn {
    display: none;
  }
}
@media (min-width: 992px) {
  .chd-input.-searchModal .chd-input__searchBtn {
    display: block;
  }
}
.chd-input.-searchModal .chd-input__results {
  position: relative;
  width: auto;
  border: 2px solid transparent;
  margin: 0 -16px;
  max-height: 34rem;
}
@media (max-width: 991.98px) {
  .chd-input.-searchModal .chd-input__results {
    max-height: 100%;
    height: 100%;
    overflow: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .chd-input.-searchModal .chd-input__results {
    margin: 0 -32px;
  }
}
@media (min-width: 992px) {
  .chd-input.-searchModal .chd-input__results {
    margin: 0;
  }
}
.chd-select .form-control:focus-visible {
  outline: 2px solid #000 !important;
}
.chd-select__icon {
  position: absolute;
  top: 2px;
  bottom: 2px;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
}
.chd-select__icon.-start {
  left: 2px;
}
.chd-select__icon.-end {
  right: 2px;
}
.chd-select.-hasIconLeft .chd-select__inner .chd-select__field {
  padding-left: 4rem;
}
.chd-select.-hasIconRight .chd-select__inner .chd-select__field {
  padding-right: 3rem;
}
.chd-glossary {
  max-width: 12rem;
}
.chd-glossary__itemWrapper {
  width: 2rem;
  height: 2rem;
}
.chd-glossary__itemWrapper.-active A {
  background-color: #893040;
  color: #fff;
}
.chd-glossary__item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 1.7;
}
.chd-glossary__item:not(a) {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
}
@media (hover: hover) {
  .chd-glossary__item:hover {
    background-color: #893040;
    color: #fff;
  }
}
.chd-iconLinkBlock {
  text-align: left;
}
.chd-iconLinkBlock + .chd-iconLinkBlock {
  margin-top: 0.25rem;
}
.chd-iconLinkBlock .chd-link:after,
.chd-iconLinkBlock .chd-timeline__wysiwyg A:after,
.chd-iconLinkBlock .chd-timelineCurriculum__item A:after,
.chd-timeline__wysiwyg .chd-iconLinkBlock A:after,
.chd-timelineCurriculum__item .chd-iconLinkBlock A:after {
  content: none !important;
}
.chd-imgHeader {
  height: 18.75rem;
}
@media (min-width: 768px) {
  .chd-imgHeader {
    margin-bottom: -9.375rem;
    height: 25rem;
  }
}
@media (min-width: 992px) {
  .chd-imgHeader {
    margin-bottom: -11.875rem;
    height: 31.25rem;
  }
}
@media (min-width: 768px) {
  .chd-imgHeader.-dossier {
    height: 21.875rem;
  }
}
.chd-mediaTranscript__inner {
  max-height: 21.5625rem;
  overflow-y: auto;
}
.chd-mediaTranscript__item + .chd-mediaTranscript__item {
  margin-top: 1rem;
}
.chd-pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chd-pagination__item:before {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
}
.chd-pagination__itemPrev {
  padding-left: 3.5rem;
}
.chd-pagination__itemPrev:before {
  content: "";
  left: 16px;
}
.chd-pagination__itemSeparator {
  width: 5rem;
  height: 2px !important;
  margin: 1.5rem auto;
  display: block;
  background-color: #f2f2f2;
}
@media (min-width: 992px) {
  .chd-pagination__itemSeparator {
    width: 2px;
    height: 100% !important;
    margin: 0 auto;
  }
}
.chd-pagination__itemNext {
  padding-right: 3.5rem;
}
.chd-pagination__itemNext:before {
  content: "";
  right: 16px;
}
.chd-sectionNav__item + .chd-sectionNav__item {
  margin-top: 12px;
}
.chd-sectionNav__item A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.chd-sectionNav__item A:before {
  content: "";
  position: absolute;
  z-index: 100;
  background-size: 0 100%;
  background-repeat: repeat-y !important;
  -webkit-transition: background-size 0.15s linear;
  -o-transition: background-size 0.15s linear;
  transition: background-size 0.15s linear;
  width: 4px;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #893040),
    to(#893040)
  );
  background-image: -o-linear-gradient(left, #893040 0, #893040 100%);
  background-image: linear-gradient(90deg, #893040 0, #893040);
  background-repeat: repeat-x;
}
.chd-sectionNav__item A.-borderShown:before {
  background-size: 100% 100%;
}
.chd-sectionNav__item A:before {
  margin-left: -1rem;
}
.chd-sectionNav__item A:after {
  content: "";
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  margin-left: 1rem;
}
.chd-sectionNav__item.-active A {
  color: #893040;
}
.chd-sectionNav__item.-active A:before {
  background-size: 100% 100%;
}
.chd-sectionNav__item.-separator {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (hover: hover) {
  .chd-sectionNav__item:hover A {
    color: #893040;
  }
  .chd-sectionNav__item:hover A:before {
    background-size: 100% 100% !important;
  }
}
.chd-sectionNav.-noArrow .chd-sectionNav__item A:after {
  content: none;
}
.chd-sectionNav.-light .chd-sectionNav__item.-active {
  color: #fff;
}
.chd-sectionNav.-light .chd-sectionNav__item.-active A {
  color: inherit;
}
.chd-sectionNav.-light .chd-sectionNav__item.-active A:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(left, currentColor 0, currentColor 100%);
  background-image: linear-gradient(90deg, currentColor 0, currentColor);
  background-repeat: repeat-x;
}
@media (hover: hover) {
  .chd-sectionNav.-light .chd-sectionNav__item:hover A {
    color: #fff;
  }
  .chd-sectionNav.-light .chd-sectionNav__item:hover A:before {
    background-size: 100% 100% !important;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, currentColor),
      to(currentColor)
    );
    background-image: -o-linear-gradient(
      left,
      currentColor 0,
      currentColor 100%
    );
    background-image: linear-gradient(90deg, currentColor 0, currentColor);
    background-repeat: repeat-x;
  }
}
@media (hover: hover) {
  .chd-sectionNav:hover .chd-sectionNav__item.-active A:before {
    background-size: 0 100%;
  }
}
.chd-stickyScrollspy {
  -webkit-transition: top 0.25s ease-out;
  -o-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy {
    margin: 0;
    border: 0;
  }
}
.chd-stickyScrollspy__collapse {
  border: 2px solid #f2f2f2;
  border-top: 0;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__collapse {
    height: auto;
    min-height: auto;
    display: block !important;
    border: 0;
  }
}
.chd-stickyScrollspy__item {
  display: block;
  padding: 1rem;
  background-color: #fff;
  position: relative;
}
.chd-stickyScrollspy__item + .chd-stickyScrollspy__item {
  border-top: 2px solid #f2f2f2;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__item {
    padding: 0.5rem 1rem;
  }
  .chd-stickyScrollspy__item + .chd-stickyScrollspy__item {
    border: 0;
  }
}
.chd-stickyScrollspy__item.active {
  color: #893040;
}
.chd-stickyScrollspy__progress {
  position: relative;
  top: -2px;
  height: 2px;
  background-color: #f2f2f2;
  display: none;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__progress {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
  }
}
.chd-stickyScrollspy__progressInner {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #893040;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__progressInner {
    top: 0;
    width: 100%;
    height: 0;
  }
}
.chd-stickyScrollspy__progressMobile {
  display: block;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__progressMobile {
    display: none;
  }
}
.chd-stickyScrollspy__progressMobile .chd-stickyScrollspy__progressInner {
  display: block;
}
.chd-stickyScrollspy__trigger {
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  text-align: left;
}
.chd-stickyScrollspy__trigger[aria-expanded="true"]
  .chd-stickyScrollspy__triggerIcon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .chd-stickyScrollspy__trigger {
    display: none;
  }
}
.chd-stickyScrollspy__triggerIcon {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.chd-stickyScrollspy.-fixed {
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 16px;
  right: 16px;
}
@media (min-width: 992px) {
  .chd-stickyScrollspy.-fixed {
    position: static;
  }
}
.chd-stickyScrollspy.-fixed .chd-stickyScrollspy__trigger {
  border-top: 0 !important;
}
.chd-stickyScrollspy.-fixed-pinned {
  top: 3.75rem;
}
.chd-stickyScrollspy:focus {
  outline: 0 !important;
}
.chd-stickyScrollspy:focus-visible {
  outline: 2px solid;
  outline-offset: 0.25rem;
}
.chd-stickyScrolltab {
  -webkit-transition: top 0.25s ease-out;
  -o-transition: top 0.25s ease-out;
  transition: top 0.25s ease-out;
}
@media (min-width: 992px) {
  .chd-stickyScrolltab {
    margin: 0;
    border: 0;
  }
}
.chd-stickyScrolltab__collapse {
  border: 2px solid #f2f2f2;
  border-top: 0;
  margin: 0;
}
@media (min-width: 992px) {
  .chd-stickyScrolltab__collapse {
    height: auto;
    min-height: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border: 0;
  }
}
.chd-stickyScrolltab__item {
  display: block;
  padding: 1rem;
  background-color: #fff;
}
.chd-stickyScrolltab__item + .chd-stickyScrolltab__item {
  border-top: 2px solid #f2f2f2;
}

@media (min-width: 992px) {
  .chd-stickyScrolltab__item.chd-stickyScrolltab__item a:focus {
    width:98%;
  }
  .chd-stickyScrolltab__item {
    padding-top: 1.5rem;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }
}
.chd-stickyScrolltab__item.active {
  color: #893040;
}
@media (hover: hover) {
  .chd-stickyScrolltab__item:hover {
    color: #893040;
  }
}
.chd-stickyScrolltab__progress {
  position: relative;
  top: -2px;
  height: 2px;
  background-color: #f2f2f2;
}
.chd-stickyScrolltab__progressInner {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #893040;
  -webkit-transition: height 0.15s linear;
  -o-transition: height 0.15s linear;
  transition: height 0.15s linear;
}
.chd-stickyScrolltab__trigger {
  border-bottom: 2px solid #f2f2f2;
  width: 100%;
  text-align: left;
}
.chd-stickyScrolltab__trigger[aria-expanded="true"]
  .chd-stickyScrolltab__triggerIcon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .chd-stickyScrolltab__trigger {
    display: none;
  }
}
.chd-stickyScrolltab__triggerIcon {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.chd-stickyScrolltab .container {
  max-width: none;
}
@media (max-width: 991.98px) {
  .chd-stickyScrolltab .container {
    padding: 0;
  }
}
.chd-stickyScrolltab.-fixed {
  position: fixed;
  z-index: 1029;
  top: 0;
  left: 0;
  right: 0;
}
.chd-stickyScrolltab.-fixed .chd-stickyScrolltab__trigger {
  border-top: 0 !important;
}
.chd-stickyScrolltab.-fixed-pinned {
  top: 3.75rem;
}
@media (min-width: 992px) {
  .chd-stickyScrolltab.-fixed-pinned {
    top: 10rem;
  }
}
.chd-tabAccordion__tabs {
  border-bottom: 0;
}
.chd-tabAccordion__navItem {
  width: 100%;
}
@media (min-width: 992px) {
  .chd-tabAccordion__navItem {
    border-left: 2px solid #f2f2f2;
  }
}
.chd-tabAccordion__navLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0;
  outline-offset: 0 !important;
  width: 100%;
  text-align: left;
}
.chd-tabAccordion__navLink[data-toggle="collapse"] {
  border-bottom: 2px solid #f2f2f2;
}
.chd-tabAccordion__navLink[data-toggle="collapse"]:hover {
  border-color: #f2f2f2 !important;
}
.chd-tabAccordion__navLink[data-toggle="collapse"][aria-expanded="true"] {
  border-color: transparent !important;
}
@media (min-width: 992px) {
  .chd-tabAccordion__navLink {
    padding-left: 2.5rem;
    border-bottom: 0 !important;
  }
}
.chd-tabAccordion__navLink:before {
  width: 2px;
  background-color: #893040;
  height: 100%;
  position: absolute;
  top: 0;
  left: -2px;
}
/* Modif CGI à conserver */
button.chd-tabAccordion__navLink:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: auto;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (min-width: 992px) {
  /* Modif CGI à conserver */
  button.chd-tabAccordion__navLink:after {
    content: none;
  }
}
.chd-tabAccordion__navLink[aria-expanded="true"] {
  color: #893040;
}
.chd-tabAccordion__navLink[aria-expanded="true"]:after {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
@media (min-width: 992px) {
  .chd-tabAccordion__navLink.active {
    border-bottom: 0;
  }
  .chd-tabAccordion__navLink.active:before {
    content: "";
  }
}
.chd-tabAccordion__navLink:hover {
  border-color: transparent !important;
}
.chd-tabAccordion__navLinkNotif {
  font-size: 0.75em;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  min-width: 32px;
  text-align: center;
  line-height: 32px;
  padding: 0 0.25em;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.chd-tabAccordion__navLinkNotif:after {
  content: "";
  position: absolute;
  background-color: currentColor;
  opacity: 0.075;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chd-tabAccordion__pane.chd-tabAccordion__pane {
  display: block;
  opacity: 1;
  border-bottom: 2px solid #f2f2f2;
}
@media (min-width: 992px) {
  .chd-tabAccordion__pane.chd-tabAccordion__pane {
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .chd-tabAccordion__collapseTrigger,
  .chd-tabAccordion__pane.chd-tabAccordion__pane:not(.active) {
    display: none;
  }
}
.chd-tabAccordion.-home .chd-tabAccordion__navItem,
.chd-tabAccordion.-home .chd-tabAccordion__navLink,
.chd-tabAccordion.-home .chd-tabAccordion__pane {
  border-color: #f3eaec;
}
.chd-tabAccordion.-home .chd-tabAccordion__navLink {
  font-size: 1.45rem;
}
@media screen and (min-width: 20rem) {
  .chd-tabAccordion.-home .chd-tabAccordion__navLink {
    font-size: calc(1.3125rem + 0.6875vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-tabAccordion.-home .chd-tabAccordion__navLink {
    font-size: 2rem;
  }
}
.chd-tabAccordion.-home
  .chd-tabAccordion__navLink[data-toggle="collapse"]:hover {
  border-color: #f3eaec !important;
}
@media (min-width: 992px) {
  .chd-tabAccordion.-home .chd-tabAccordion__navLinkNotif {
    font-size: 0.55em;
  }
}
[data-chd-gradient-overflow-h] {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
[data-chd-gradient-overflow-h]:after,
[data-chd-gradient-overflow-h]:before {
  content: "";
  position: absolute;
  z-index: 100;
  border-radius: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0;
  width: 120px;
}
[data-chd-gradient-overflow-h]:after {
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-chd-gradient-overflow-h]:after,
[data-chd-gradient-overflow-h]:before {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(
    right,
    hsla(0, 0%, 100%, 0) 0,
    #fff 100%
  );
  background-image: linear-gradient(-90deg, hsla(0, 0%, 100%, 0), #fff);
  background-repeat: repeat-x;
}
[data-chd-gradient-overflow-h]:before {
  left: 0;
}
[data-chd-gradient-overflow-h].-hasShadowLeft,
[data-chd-gradient-overflow-h].-hasShadowRight {
  cursor: move;
}
[data-chd-gradient-overflow-h].-hasShadowLeft:before,
[data-chd-gradient-overflow-h].-hasShadowRight:after {
  opacity: 1;
}
[data-chd-gradient-overflow-h-wrapper] {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-chd-gradient-overflow-h-inner] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: visible !important;
}
.chd-tabCollapse__tabs {
  display: none;
}
@media (min-width: 992px) {
  .chd-tabCollapse__tabs {
    display: block;
  }
}
@media (min-width: 992px) {
  .chd-tabCollapse__collapse {
    display: none;
  }
}
.chd-tabs__tabs {
  display: none;
}
@media (min-width: 992px) {
  .chd-tabs__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .chd-tabs__pane {
    -webkit-transition: opacity 0.15s linear, height 0s linear !important;
    -o-transition: opacity 0.15s linear, height 0s linear !important;
    transition: opacity 0.15s linear, height 0s linear !important;
  }
}
.chd-tabs__paneTimeline {
  max-height: 18.75rem;
  overflow: hidden;
  position: relative;
}
.chd-tabs__paneTimeline:before {
  content: "";
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12.5rem;
  max-height: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-repeat: repeat-x;
}
.chd-tabs__navLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f2f2f2;
}
.chd-tabs__navLink:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: auto;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
@media (min-width: 992px) {
  .chd-tabs__navLink:after {
    content: none;
  }
}
.chd-tabs__navLink[aria-expanded="true"] {
  border-color: transparent;
  color: #893040;
}
@media (min-width: 992px) {
  .chd-tabs__navLink[aria-expanded="true"] {
    border-color: #893040;
  }
}
.chd-tabs__navLink[aria-expanded="true"]:after {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.chd-tabs.-overflow .nav {
  overflow: hidden;
  overflow-x: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.chd-tabs.-overflow .nav LI {
  margin-bottom: 0;
}
.chd-tabs.-overflow .nav LI BUTTON:focus {
  outline: none;
}
.chd-tabs.-overflow .nav LI BUTTON:focus-visible:focus-visible {
  outline: 2px solid;
  outline-offset: -1px;
}
.chd-teaserActu {
  display: block;
}
.chd-teaserActu__img {
  max-width: 10.625rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.chd-teaserActu__img IMG {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.object-fit .chd-teaserActu__img IMG {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.chd-teaserActu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chd-teaserActu__contentHeader {
  color: #666;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.chd-teaserActu__contentHeaderSeparator {
  width: 4px;
  height: 4px;
  background-color: currentColor;
}
.chd-teaserActu__contentType {
  color: #893040;
}
.chd-teaserActu__videoHint {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  bottom: 1rem;
  left: 1rem;
  background-color: #893040;
  width: 2rem;
  height: 2rem;
  color: #f9f4f5;
}
.chd-teaserActu__videoHint:before {
  content: "";
}
.chd-teaserActu.-big .chd-teaserActu__img {
  max-width: none;
}
.chd-teaserActu.-big .chd-teaserActu__videoHint {
  bottom: 2rem;
  left: 1.5rem;
  background-color: #893040;
  width: 3rem;
  height: 3rem;
}
.chd-teaserActu.-big .chd-teaserActu__videoHint:before {
  content: "";
}
@media (min-width: 768px) {
  .chd-teaserActu.-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .chd-teaserActu.-horizontal .chd-teaserActu__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 10.625rem;
    flex-basis: 10.625rem;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .chd-teaserActu.-horizontal .chd-teaserActu__content {
    margin-left: 1rem;
    padding-top: 0.5rem;
  }
}
.chd-teaserActu.-dossier {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-teaserActu.-dossier .chd-teaserActu__img {
  max-width: 6rem;
  -ms-flex-preferred-size: 6rem;
  flex-basis: 6rem;
}
.chd-teaserActu.-dossier .chd-teaserActu__content {
  margin-left: 1rem;
  padding-top: 0;
}
.chd-teaserActu.-light {
  color: #f9f4f5;
  border-left-color: #b6828c !important;
}
.chd-teaserActu.-light * {
  color: inherit;
}
.chd-teaserActu.-light:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #b6828c),
    to(#b6828c)
  );
  background-image: -o-linear-gradient(left, #b6828c 0, #b6828c 100%);
  background-image: linear-gradient(90deg, #b6828c 0, #b6828c);
  background-repeat: repeat-x;
}
@media (hover: hover) {
  .chd-teaserActu.-light:hover:before {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #fff),
      to(#fff)
    );
    background-image: -o-linear-gradient(left, #fff 0, #fff 100%);
    background-image: linear-gradient(90deg, #fff 0, #fff);
    background-repeat: repeat-x;
  }
}
.chd-teaserActu.-isLive,
.chd-teaserActu.-nextLive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chd-teaserActu.-isLive .chd-teaserActu__embed,
.chd-teaserActu.-nextLive .chd-teaserActu__embed {
  position: relative;
}
.chd-teaserActu.-isLive .chd-teaserActu__embed:after,
.chd-teaserActu.-nextLive .chd-teaserActu__embed:after {
  content: "";
  background-color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chd-teaserActu.-isLive .chd-teaserActu__contentHeader,
.chd-teaserActu.-nextLive .chd-teaserActu__contentHeader {
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .chd-teaserActu.-isLive .chd-teaserActu__description,
  .chd-teaserActu.-nextLive .chd-teaserActu__description {
    margin-top: 1rem !important;
  }
}
.chd-teaserActu.-noLive .chd-teaserActu__videoHint,
.chd-teaserActu.-nextLive .chd-teaserActu__videoHint {
  background-color: #666;
}
/* .chd-teaserPolitical:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(left, currentColor 0, currentColor 100%);
  background-image: linear-gradient(90deg, currentColor 0, currentColor);
  background-repeat: repeat-x;
} */
@media (min-width: 576px) {
  .chd-teaserPolitical__img {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 768px) {
  .chd-teaserPolitical__items LI {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 2):nth-last-child(-n + 2):first-child,
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 2):nth-last-child(-n + 2):first-child
    ~ LI,
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 3):nth-last-child(-n + 3):first-child,
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 3):nth-last-child(-n + 3):first-child
    ~ LI {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 3):nth-last-child(-n + 3):first-child:last-of-type,
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 3):nth-last-child(-n + 3):first-child
    ~ LI:last-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 4):nth-last-child(-n + 4):first-child,
  .chd-teaserPolitical__items
    LI:nth-last-child(n + 4):nth-last-child(-n + 4):first-child
    ~ LI {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.chd-teaserPolitical.-formerDeputy:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #5c202b),
    to(#5c202b)
  );
  background-image: -o-linear-gradient(left, #5c202b 0, #5c202b 100%);
  background-image: linear-gradient(90deg, #5c202b 0, #5c202b);
  background-repeat: repeat-x;
}
.chd-teaserEventLog .chd-iconLinkBlock {
  background-color: #f9f4f5 !important;
}
.chd-teaserEvent {
  background-color: #fff;
}
.chd-teaserEvent__img {
  max-width: 10.625rem;
  -ms-flex-preferred-size: 10.625rem;
  flex-basis: 10.625rem;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .chd-teaserEvent__img {
    margin-right: 1.5rem;
  }
}
.chd-teaserEvent__videoHint {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
  bottom: 1rem;
  left: 1rem;
  background-color: #893040;
  width: 2rem;
  height: 2rem;
  color: #f9f4f5;
}
.chd-teaserEvent__videoHint:before {
  content: "";
}
.chd-teaserEvent__days {
  width: 2.5rem;
}
@media (min-width: 1200px) {
  .chd-teaserEvent.-videoHorizontal .chd-teaserEvent__img {
    margin-bottom: 0 !important;
  }
}
.chd-teaserEvent.-isBroadcast .chd-teaserEvent__img {
  position: relative;
}
.chd-teaserEvent.-isBroadcast .chd-teaserEvent__img [class*="embed"]:after {
  content: "";
  background-color: hsla(0, 0%, 100%, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chd-teaserLaw__hasSeparatorDot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
@media (min-width: 992px) {
  .chd-teaserLaw__hasSeparatorDot {
    width: auto;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.chd-teaserLaw__hasSeparatorDot:before {
  background-color: currentColor;
  height: 3px;
  width: 3px;
  position: relative;
  top: -0.2421875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .chd-teaserLaw__hasSeparatorDot:before {
    content: "";
  }
}
.chd-teaserLaw__description {
  max-height: 4em;
  overflow: hidden;
}
@media (min-width: 768px) {
  .chd-teaserLaw__description {
    height: 2.5em;
  }
}
.chd-teaserLaw__description.-hasGradient:before {
  height: 60%;
}
.chd-teaserThematicFolder__img {
  width: 5rem;
  height: 5rem;
}
@media (min-width: 992px) {
  .chd-teaserThematicFolder__img {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.chd-titleText__title {
  margin-bottom: 0.45em;
}
.video-js {
  cursor: pointer;
}
.video-js .vjs-big-play-button {
  width: 2.5em;
  height: 2.5em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  background-color: #893040;
  border-radius: 50%;
}
.video-js .vjs-big-play-button:focus {
  background-color: #b6828c;
}
.video-js .vjs-icon-placeholder:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video-js .vjs-control-bar {
  background-color: #893040;
  cursor: default;
}
.video-js .vjs-progress-holder {
  background-color: #b6828c;
}
.video-js .vjs-load-progress DIV {
  background-color: rgba(249, 244, 245, 0.4);
}
@media (hover: hover) {
  .video-js:hover .vjs-big-play-button {
    background-color: #b6828c;
  }
}
.video-js-audio-only {
  width: 100%;
  height: auto;
}
.video-js-audio-only .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #f9f4f5;
  color: #893040;
}
.video-js-audio-only .vjs-progress-holder {
  background-color: #fff;
  height: 0.6em;
  border-radius: 1rem;
}
.video-js-audio-only .vjs-play-progress {
  background-color: currentColor;
  border-radius: 1rem;
}
.video-js-audio-only .vjs-play-progress:before {
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.video-js-audio-only .vjs-load-progress {
  border-radius: 1rem;
}
.video-js-audio-only .vjs-load-progress DIV {
  border-radius: 1rem;
  background-color: #b6828c;
}
.video-js-audio-only .vjs-big-play-button,
.video-js-audio-only .vjs-fullscreen-control,
.video-js-audio-only .vjs-text-track-display {
  display: none;
}
.video-js-audio-only .vjs-volume-panel {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}
/*
.chd-accordion LI,
.chd-accordion UL {
  padding-left: 0 !important;
}
*/
.chd-accordion__item {
  border-bottom: 2px solid #f2f2f2;
}
.chd-accordion__item:before {
  content: none !important;
  padding-left: 0 !important;
}
.chd-accordion__itemTrigger {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: left;
}
.chd-accordion__itemTrigger:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 0.75em;
  margin-left: 0.5rem;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  display: inline-block;
}
.chd-accordion__itemTrigger[aria-expanded="true"]:after {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.chd-accordion__itemText {
  padding-bottom: 1.5rem;
}
.chd-activityFeed__item {
  -webkit-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
@media (hover: hover) {
  .chd-activityFeed__item:hover {
    color: #893040;
  }
  .chd-activityFeed__item:hover .chd-activityFeed__pill {
    color: #893040;
    background-color: #f9f4f5;
  }
}
.chd-actuHeader__separator {
  color: #000;
}
.chd-actuHeader__badge {
  background-color: #893040;
  color: #f9f4f5;
}
.chd-actuHeader__published,
.chd-actuHeader__title {
  color: #893040;
}
.chd-actuHeader__inner {
  background-color: #f9f4f5;
  background-color: var(--actu-header-bg);
}
.chd-actuHeader__content {
  max-width: 41.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chd-actuHeader__media {
  margin-bottom: -8rem;
}
@media (max-width: 575.98px) {
  .chd-actuHeader__media {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 992px) {
  .chd-actuHeader__media {
    margin-bottom: -10rem;
  }
}
.chd-actuHeader.-hasMediaItem {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .chd-actuHeader.-hasMediaItem {
    padding-bottom: 5rem;
  }
}
.chd-actuHeader.-hasMediaItem .chd-actuHeader__inner {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .chd-actuHeader.-hasMediaItem .chd-actuHeader__inner {
    padding-bottom: 5rem;
  }
}
.chd-actuHeader.-dark .chd-actuHeader__info,
.chd-actuHeader.-dark .chd-actuHeader__separator {
  color: #e7d5d9;
}
.chd-actuHeader.-dark .chd-actuHeader__badge {
  background-color: #f9f4f5;
  color: #893040;
}
.chd-actuHeader.-dark .chd-actuHeader__published,
.chd-actuHeader.-dark .chd-actuHeader__title {
  color: #f9f4f5;
}
.chd-actuHeader.-dark .chd-actuHeader__inner {
  background-color: #893040;
  color: #f9f4f5;
}
.chd-banner {
  border: 2px solid #f2f2f2;
  -webkit-transition: border-color 0.25s linear;
  -o-transition: border-color 0.25s linear;
  transition: border-color 0.25s linear;
}
@media (hover: hover) {
  .chd-banner:hover {
    border-color: #999;
  }
}
.chd-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.chd-carousel__col {
  height: auto;
  max-width: 75vw;
  width: 533.3333333333px;
  outline: none;
}
.chd-carousel__col.swiper-slide {
  margin-left: 0 !important;
  margin-right: 32px;
}
.chd-carousel__col.slick-current:focus-visible > *,
.chd-carousel__col.swiper-slide-active:focus-visible > * {
  outline: 2px solid;
  outline-offset: -2px;
}
@media screen and (min-width: 1600px) {
  .chd-carousel__col {
    width: 720px;
  }
}
.chd-carousel__col + .chd-carousel__col {
  margin-left: 32px;
}
.chd-carousel__col > * {
  height: 100%;
  outline-offset: -2px !important;
}
.chd-carousel__col.swiper-slide > * {
  height: auto;
}
.chd-carousel__arrow {
  width: 2.5rem;
  height: 2.5rem;
  /* background-color: #f3eaec; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* color: #852e3f; */
}
.chd-carousel__arrow + .chd-carousel__arrow {
  margin-left: 1.5rem;
}
.chd-carousel__arrow.slick-disabled,
.chd-carousel__arrow[disabled] {
  /* background-color: #f2f2f2;
  color: #666;
  opacity: 0.75; */
  cursor: not-allowed;
  pointer-events: none;
}
/* @media (hover: hover) {
  .chd-carousel__arrow:hover {
    background-color: #e7d5d9;
  }
} */
.chd-carousel__arrowPrev {
  position: relative;
  left: -0.125rem;
}
.chd-carousel__arrowNext {
  position: relative;
  left: 0.125rem;
}
.chd-carousel.-breakOut .chd-carousel__inner {
  overflow: visible !important;
}
.chd-carousel.-breakOut .hover-border-left:before {
  display:none;
}

@media screen and (min-width: 1600px) {
  .chd-carousel.-breakOut .chd-carousel__inner .slick-list,
  .chd-carousel.-breakOut .chd-carousel__inner .swiper {
    margin-right: calc(736px - 50vw);
  }
}
.chd-carousel.-breakOut .chd-carousel__container {
  margin-right: -16px;
}
@media (min-width: 768px) {
  .chd-carousel.-breakOut .chd-carousel__container {
    margin-right: -32px;
  }
}
@media (min-width: 992px) {
  .chd-carousel.-breakOut .chd-carousel__container {
    margin-right: -64px;
  }
}
@media screen and (min-width: 1600px) {
  .chd-carousel.-breakOut .chd-carousel__container {
    max-width: 1462px;
    margin-right: calc(731px - 50vw);
  }
}
.chd-carousel.-seancePleniereEventsCarousel .chd-carousel__col {
  position: relative;
}
.chd-carousel.-seancePleniereEventsCarousel .chd-carousel__col:first-of-type {
  margin-right: 32px !important;
}
.chd-carousel.-seancePleniereEventsCarousel
  .chd-carousel__col:first-of-type:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  width: 2px;
  background-color: #f3eaec;
  pointer-events: none;
}
.chd-carousel.-seancePleniereEventsCarousel
  .chd-carousel__col.swiper-slide:first-of-type {
  margin-right: 64px !important;
}
.chd-carousel.-seancePleniereEventsCarousel
  .chd-carousel__col.swiper-slide:after {
  right: -32px;
}
.chd-carousel.-searchPageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-carousel.-searchPageNav .chd-carousel__searchLink {
  color: #666;
  font-family: Lota Grotesque;
  /* font-weight: 500; Modification CGI */
  padding: 0.5rem 0;
  display: block;
  white-space: nowrap;
}
@media (hover: hover) {
  .chd-carousel.-searchPageNav .chd-carousel__searchLink:hover {
    color: #893040;
  }
}
.chd-carousel.-searchPageNav .chd-carousel__container {
  max-width: 100%;
  margin-right: -4.5rem;
  padding-right: 4.5rem;
}
.chd-carousel.-searchPageNav .chd-carousel__inner {
  position: relative;
}
.chd-carousel.-searchPageNav .chd-carousel__inner:before {
  content: "";
  width: 64px;
  position: absolute;
  z-index: 100;
  top: 0;
  left: -64px;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #f9f4f5),
    to(rgba(249, 244, 245, 0))
  );
  background-image: -o-linear-gradient(
    left,
    #f9f4f5 0,
    rgba(249, 244, 245, 0) 100%
  );
  background-image: linear-gradient(90deg, #f9f4f5 0, rgba(249, 244, 245, 0));
  background-repeat: repeat-x;
  pointer-events: none;
}
.chd-carousel.-searchPageNav .slick-list,
.chd-carousel.-searchPageNav .swiper {
  margin-left: -5rem;
  padding-left: 5rem;
}
.chd-carousel.-searchPageNav .swiper-button-prev {
  position: relative;
  z-index: 100;
}
.chd-carousel.-searchPageNav .swiper-button-prev:after {
  content: "";
  width: 5rem;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(249, 244, 245, 0)),
    to(#f9f4f5)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(249, 244, 245, 0) 0,
    #f9f4f5 100%
  );
  background-image: linear-gradient(90deg, rgba(249, 244, 245, 0) 0, #f9f4f5);
  background-repeat: repeat-x;
  pointer-events: none;
}
.chd-carousel.-searchPageNav .chd-carousel__col {
  width: auto;
}
.chd-carousel.-searchPageNav .chd-carousel__col:first-of-type {
  border-right: 2px solid #f3eaec;
}
.chd-carousel.-searchPageNav
  .chd-carousel__col:first-of-type
  .chd-carousel__searchLink {
  padding-right: 32px;
}
.chd-carousel.-searchPageNav
  .chd-carousel__col.-active
  .chd-carousel__searchLink {
  color: #893040;
}
.chd-carousel.-searchPageNav .chd-carousel__arrow {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 992px) {
  .chd-composition__listBlock {
    height: calc(100% - 2.6em - 1.25rem);
    overflow: hidden;
  }
}
.chd-composition__results {
  overflow: auto;
  height: auto !important;
  width: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  top: calc(1.3em + 1.75rem + 4px);
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.chd-composition__results.show {
  opacity: 1;
}
.chd-composition__resultsInner {
  overflow-y: auto;
}
.chd-composition__resultsInner > * + * {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .chd-composition__listBlockInner {
    overflow-y: auto;
    padding-bottom: 2em;
  }
}
.chd-composition .js-composition__lvl2Title.-hidden,
.chd-composition__backbar.-hidden,
.chd-composition__listBlockInner.overflow-hidden {
  visibility: hidden;
}
.chd-composition__collapse {
  height: 70% !important;
  position: fixed;
  z-index: 1041;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.1s linear 1s,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.1s linear 1s,
    -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s 1s linear;
  transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s linear 1s;
  transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s linear 1s, -webkit-transform 0.25s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .chd-composition__collapse {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 100;
  }
}
.chd-composition__collapse.collapsing {
  height: 70% !important;
}
@media (min-width: 992px) {
  .chd-composition__collapse.collapsing {
    height: 100% !important;
  }
}
.chd-composition__collapse.show {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 70% !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media (min-width: 992px) {
  .chd-composition__collapse.show {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0);
    height: 100% !important;
  }
}
.chd-composition__collapse.co2,
.chd-composition__collapse.co2.collapsing,
.chd-composition__collapse.co2.show {
  height: 100% !important;
}
.chd-composition__popover {
  z-index: 1039;
  max-width: calc(100vw - 104px);
}
.chd-composition__collapseInner {
  background-color: #fff;
  overflow-y: auto;
  padding-bottom: 2em;
}
.chd-composition__collapseInner.overflow-hidden {
  visibility: hidden;
}
.chd-composition__viewColumn.-one .chd-composition__viewColumnCell:last-of-type,
.chd-composition__viewColumn.-two
  .chd-composition__viewColumnCell:last-of-type {
  padding-top: 1rem;
}
.chd-composition__viewMemberSeat,
.chd-composition__viewSpecialMemberSeat {
  cursor: pointer;
}
.chd-composition__viewSpecialMemberSeat {
  margin: 0 0.125rem 0.25rem;
  background: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: default;
}
.chd-composition__viewSpecialMemberSeat.-vertical {
  width: 28px;
}
@media (max-width: 1199.98px) {
  .chd-composition__viewSpecialMemberSeat.-vertical {
    width: 20px !important;
    height: 25px !important;
  }
}
.chd-composition__viewSpecialMemberSeat.-horizontal {
  height: 28px;
}
@media (max-width: 1199.98px) {
  .chd-composition__viewSpecialMemberSeat.-horizontal {
    width: 40px !important;
    height: 25px !important;
  }
}
@media (hover: hover) {
  .chd-composition__viewSpecialMemberSeat:hover {
    background-color: #999;
  }
}
.chd-composition__viewMemberSeat {
  overflow: hidden;
  margin: 0 0.125rem 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chd-composition__viewMemberSeat:not(.-gov):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: currentColor;
  opacity: 0.25;
}
.chd-composition__viewMemberSeat:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(left, currentColor 0, currentColor 100%);
  background-image: linear-gradient(90deg, currentColor 0, currentColor);
  background-repeat: repeat-x;
}
.chd-composition__viewMemberSeat.-idle {
  opacity: 0.4;
}
.chd-composition__viewMemberSeat.-vertical {
  height: 2.5rem;
  width: 2rem;
}
@media (max-width: 1199.98px) {
  .chd-composition__viewMemberSeat.-vertical {
    width: 20px;
    height: 25px !important;
  }
}
.chd-composition__viewMemberSeat.-vertical:before {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  height: 100%;
  top: auto;
  bottom: 100%;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.chd-composition__viewMemberSeat.-vertical.hover-border-bottom:before {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media (hover: hover) {
  .chd-composition__viewMemberSeat.-vertical.hover-border-bottom:hover:before {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.chd-composition__viewMemberSeat.-vertical.hover-border-bottom.-active:before,
.chd-composition__viewMemberSeat.-vertical.hover-border-bottom.-activeCurrent:before {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (hover: hover) {
  .chd-composition__viewMemberSeat.-vertical:hover:before {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.chd-composition__viewMemberSeat.-vertical.-active:before,
.chd-composition__viewMemberSeat.-vertical.-activeCurrent:before {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.chd-composition__viewMemberSeat.-horizontal {
  height: 2rem;
  width: 2.5rem;
}
@media (max-width: 1199.98px) {
  .chd-composition__viewMemberSeat.-horizontal {
    width: 25px !important;
    height: 20px !important;
  }
}
.chd-composition__viewMemberSeat.-horizontal.hover-border-left:before {
  left: auto;
  right: 100%;
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
@media (hover: hover) {
  .chd-composition__viewMemberSeat.-horizontal.hover-border-left:hover:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.chd-composition__viewMemberSeat.-horizontal.hover-border-left.-active
  .chd-composition__viewMemberIcon,
.chd-composition__viewMemberSeat.-horizontal.hover-border-left.-activeCurrent
  .chd-composition__viewMemberIcon {
  color: #f2f2f2;
  position: relative;
  z-index: 100;
}
.chd-composition__viewMemberSeat.-horizontal.hover-border-left.-active:before,
.chd-composition__viewMemberSeat.-horizontal.hover-border-left.-activeCurrent:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.chd-composition__viewMemberSeat.-horizontal.hover-border-right:before {
  left: 100%;
  right: auto;
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
@media (hover: hover) {
  .chd-composition__viewMemberSeat.-horizontal.hover-border-right:hover:before {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.chd-composition__viewMemberSeat.-horizontal.hover-border-right.-active:before,
.chd-composition__viewMemberSeat.-horizontal.hover-border-right.-activeCurrent:before {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.chd-composition__viewMemberSeat.-horizontal:before {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  -o-transition: transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
  width: 100%;
}
.chd-composition__viewMemberIcon:before {
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  .chd-composition__viewMemberIcon:before {
    font-size: 24px !important;
  }
}
.chd-composition__viewBgi {
  max-width: 5rem;
}
@media (min-width: 1200px) {
  .chd-composition__viewBgi {
    max-width: 7.5rem;
  }
}
.chd-composition__viewSeparator {
  z-index: 100;
}
.chd-composition__viewSeparator:before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -10;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: #ccc;
}
.chd-composition__memberColor {
  margin-right: 0.125rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.chd-composition__memberDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0 !important;
  outline: none;
}
.chd-composition__memberDetail:before {
  top: -2px;
  bottom: -2px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, currentColor),
    to(currentColor)
  );
  background-image: -o-linear-gradient(left, currentColor 0, currentColor 100%);
  background-image: linear-gradient(90deg, currentColor 0, currentColor);
  background-repeat: repeat-x;
}
.daterangepicker {
  font-family: inherit;
  border: 2px solid #f2f2f2;
  border-radius: 0;
}
.daterangepicker:before {
  left: auto;
  right: 8px;
  top: -9px;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #f2f2f2;
}
.daterangepicker .ranges li.active {
  background-color: #893040;
}
.daterangepicker.opensleft:after {
  right: 12.5px;
}
.daterangepicker .daterangepicker-btn-apply {
  background-color: #f9f4f5;
  color: #893040;
  padding: 0.5rem;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.96875rem !important;
}
.daterangepicker .daterangepicker-btn-cancel {
  display: none;
}
.daterangepicker .drp-calendar,
.daterangepicker .ranges {
  float: none;
}
@media (min-width: 576px) {
  .daterangepicker .drp-calendar,
  .daterangepicker .ranges {
    float: left;
  }
}
.daterangepicker .ranges {
  border-bottom: 2px solid #f2f2f2;
}
.daterangepicker .ranges > UL {
  width: 100%;
}
@media screen and (min-width: 730px) {
  .daterangepicker .ranges > UL {
    width: 140px;
  }
}
@media (min-width: 576px) {
  .daterangepicker .ranges {
    width: 100%;
  }
}
@media screen and (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
    border-bottom: none;
  }
}
.daterangepicker .drp-calendar {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.daterangepicker .drp-calendar.left {
  border-right: 0;
  border-left: 0 !important;
  clear: none;
  border-bottom: 2px solid #f2f2f2;
}
@media (min-width: 576px) {
  .daterangepicker .drp-calendar.left {
    clear: left;
    border-right: 2px solid #f2f2f2;
    border-bottom: 0;
  }
}
@media screen and (min-width: 730px) {
  .daterangepicker .drp-calendar.left {
    border-left: 2px solid #f2f2f2 !important;
  }
}
.daterangepicker .drp-calendar.left .calendar-table {
  padding: 0;
}
.daterangepicker .drp-buttons {
  border-top: 2px solid #f2f2f2;
}
.daterangepicker .calendar-table TD,
.daterangepicker .calendar-table TH {
  font-weight: 400;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.daterangepicker .calendar-table TH {
  line-height: 1;
}
.daterangepicker .calendar-table TH.available:hover {
  background-color: transparent;
}
.daterangepicker .calendar-table TD.active {
  background-color: #893040;
  color: #fff;
}
.daterangepicker .calendar-table TD.in-range {
  color: #000;
}
.daterangepicker .calendar-table TD.in-range.available {
  background-color: #f3eaec;
}
.daterangepicker .calendar-table TD.end-date.active,
.daterangepicker .calendar-table TD.start-date.active {
  background-color: #893040;
  color: #fff;
}
.daterangepicker .calendar-table TD.start-date {
  border-radius: 2rem 0 0 2rem;
}
.daterangepicker .calendar-table TD.end-date {
  border-radius: 0 2rem 2rem 0;
}
.daterangepicker .calendar-table TD.start-date.end-date {
  border-radius: 2rem;
}
.daterangepicker .calendar-table THEAD * {
  font-size: 0.96875rem !important;
}
.daterangepicker .calendar-table THEAD TR:last-child {
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}
.daterangepicker .calendar-table THEAD TR:first-child TH,
.daterangepicker .calendar-table THEAD TR:last-child TH {
  padding: 0.5rem 0;
}
.daterangepicker .calendar-table THEAD TR:last-child TH {
  padding: 0.75rem 0;
}
.daterangepicker .calendar-table .next SPAN,
.daterangepicker .calendar-table .prev SPAN {
  border-radius: 50%;
  background-color: #f9f4f5;
  width: 2rem;
  height: 2rem;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #893040;
  font-size: 16px;
}
@media (hover: hover) {
  .daterangepicker .calendar-table .next SPAN:hover,
  .daterangepicker .calendar-table .prev SPAN:hover {
    background-color: #e7d5d9;
  }
}
.daterangepicker .calendar-table .prev SPAN:before {
  content: "";
}
.daterangepicker .calendar-table .next SPAN:before {
  content: "";
}
.daterangepicker .drp-selected {
  display: none;
}
.chd-footer__accordionArrow:before {
  content: "";
  display: block;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.chd-footer__accordionArrow[aria-expanded="true"]:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chd-footer__list {
  padding-top: 0.75rem;
}
.chd-footer__sectionTitle {
  line-height: 1.3;
  font-family: Lota Grotesque;
  font-size: 1.125rem;
}
@media screen and (min-width: 20rem) {
  .chd-footer__sectionTitle {
    font-size: calc(1.09375rem + 0.15625vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-footer__sectionTitle {
    font-size: 1.25rem;
  }
}
.chd-footer__logo {
  height: 4rem;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .chd-footer__logo {
    height: 1.5rem;
  }
}
.chd-iconLinkBlockGroup {
  padding-left: 0 !important;
}
.chd-iconLinkBlockGroup > * + * {
  margin-top: 0.25rem !important;
}
.chd-iconLinkBlockGroup LI {
  padding-left: 0 !important;
}
.chd-iconLinkBlockGroup LI:before {
  content: none !important;
}
.chd-inputList__toggle {
  display: inline-block;
}
.chd-inputList__toggle[aria-expanded="true"] .chd-inputList__toggleIcon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.chd-inputList__toggleIcon {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  -o-transition: transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.chd-liveBanner {
  position: relative;
}
@-webkit-keyframes liveBannerDotPulse {
  85% {
    opacity: 0.35;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes liveBannerDotPulse {
  85% {
    opacity: 0.35;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.chd-liveBanner__icon:before {
  font-size: 24px !important;
}
.chd-liveBanner__contentInner {
  gap: 0.5rem;
}
.chd-liveBanner__dot {
  position: relative;
  z-index: 0;
}
.chd-liveBanner__dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -10;
  width: 20px;
  height: 20px;
  background-color: inherit;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border-radius: inherit;
  -webkit-animation: liveBannerDotPulse 3s ease-out infinite;
  animation: liveBannerDotPulse 3s ease-out infinite;
}
.chd-marquee {
  padding: 1rem 0 1rem 1rem;
}
.chd-marquee__content {
  position: relative;
}
.chd-marquee__content:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2em;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f9f4f5),
    color-stop(150%, rgba(249, 244, 245, 0))
  );
  background-image: -o-linear-gradient(
    left,
    #f9f4f5 0,
    rgba(249, 244, 245, 0) 150%
  );
  background-image: linear-gradient(
    90deg,
    #f9f4f5 0,
    rgba(249, 244, 245, 0) 150%
  );
  background-repeat: repeat-x;
}
.chd-marquee__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  height: 100%;
}
.chd-marquee__listItem {
  font-size: 0.96875rem;
  padding-right: 2rem;
}
.chd-modal .chd-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
  margin: 0 0 0 auto;
  padding: 0;
  color: #893040;
  outline-color: #893040;
}
.chd-modal.-dossier .chd-modal__header {
  background-color: #f9f4f5;
  color: #893040;
  border-bottom: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.chd-modal.-dossier .chd-modal__body {
  padding: 2rem;
}
@media (max-width: 575.98px) {
  .chd-modal.-mobileBottomSheet .modal.fade .modal-dialog {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  .chd-modal.-mobileBottomSheet .modal-dialog {
    margin: 0;
  }
  .chd-modal.-mobileBottomSheet .modal-dialog-centered {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 100%;
  }
}
.chd-modal.-subscription .chd-modal__dialog {
  max-width: none;
  margin: 0;
  height: 100%;
  min-height: 0;
  max-height: 100%;
}
.chd-modal.-subscription .chd-modal__content {
  height: 100%;
}
.chd-modal.-subscription .chd-modal__header {
  background-color: #f9f4f5;
  border-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.chd-modal.-subscription .chd-modal__body {
  padding-left: 0;
  padding-right: 0;
}
.chd-modal.-subscription .chd-modal__footer {
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .chd-modal.-subscription .chd-modal__footer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.chd-modal.-subscription .chd-modal__footerBtnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .chd-modal.-subscription .chd-modal__footerBtnGroup {
    width: auto;
  }
}
.chd-modal.-subscription .chd-modal__footerBtnGroup > * {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.chd-modal.-subscription .chd-modal__footerBtnGroup > :not(:only-of-type) {
  width: 50%;
}
@media (min-width: 768px) {
  .chd-modal.-subscription .chd-modal__footerBtnGroup > :not(:only-of-type) {
    width: auto;
  }
}
.chd-modal.-subscription .chd-modal__footerBtnGroup > * + * {
  margin-left: 1rem;
}
.chd-modal.-prompt .chd-modal__dialog {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.chd-modal.-prompt .chd-modal__body {
  padding-bottom: 0;
}
.chd-modal.-prompt .chd-modal__footer {
  border-top: 0;
  padding: 0.5rem !important;
}
.chd-modal.-prompt.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 576px) {
  .chd-modal.-prompt.show {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.chd-modal.-search {
  padding: 0;
}
.chd-modal.-search .chd-modal__close {
  height: calc(1.3em + 1.75rem + 4px);
  width: calc(1.3em + 1.75rem + 4px);
  background-color: #893040;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1050;
}
@media (min-width: 992px) {
  .chd-modal.-search .chd-modal__close {
    position: absolute;
    width: auto;
    background-color: transparent;
    top: 1rem;
    right: 64px;
    outline-color: #fff;
  }
}
@media (min-width: 1200px) {
  .chd-modal.-search .chd-modal__close {
    right: /2;
  }
}
@media (max-width: 991.98px) {
  .chd-modal.-search .chd-modal__closeText {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
.chd-modal.-search .chd-modal__body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}
@media (min-width: 992px) {
  .chd-modal.-search .chd-modal__body {
    color: #fff;
  }
}
.chd-modal.-search .chd-modal__searchSticky {
  position: sticky;
  z-index: 1020;
  top: 0;
}
@media (min-width: 992px) {
  .chd-modal.-search .chd-modal__searchSticky {
    position: static;
  }
}
.chd-modal.-search .chd-modal__dialog {
  margin: 0;
}
.chd-modal.-search .chd-modal__content {
  height: 100%;
}
@media (min-width: 992px) {
  .chd-modal.-search .chd-modal__content {
    background-color: transparent;
  }
}
.chd-modal.-search .modal-dialog-centered {
  min-height: 100%;
}
.chd-modal.-search .chd-modal.-subscription .chd-modal__dialog,
.chd-modal.-search .modal-dialog-scrollable,
.chd-modal.-subscription .chd-modal.-search .chd-modal__dialog {
  max-width: 100%;
}
.chd-modal.-search .chd-modal__footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .chd-modal.-search .chd-modal__footer {
    display: none;
  }
}
.chd-modal.-filters .chd-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f9f4f5;
  color: #893040;
  border-bottom: 0;
}
.chd-modal.-filters .chd-modal__filtersZone > * + * {
  border-top: 2px solid #f2f2f2;
  padding-top: 1.5rem;
}
.chd-modal.-filters .chd-modal__dialog {
  margin: 0;
}
.chd-modal.-filters .modal-dialog-centered {
  min-height: 100%;
}
.chd-modal.-filters .chd-modal.-subscription .chd-modal__dialog,
.chd-modal.-filters .modal-dialog-scrollable,
.chd-modal.-subscription .chd-modal.-filters .chd-modal__dialog {
  max-width: 100%;
}
.chd-modal.-filters .chd-modal__content {
  height: 100%;
}
.chd-modal.-filters .chd-modal__footer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.chd-modal.-mobileBottomSheet:not(.show) .chd-modal__dialog,
.chd-modal.-prompt:not(.show) .chd-modal__dialog {
  -webkit-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
}
.chd-nav.headroom--unpinned .navbar {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.chd-pageTitleHeader {
  background-color: #f9f4f5;
  background-color: var(--page-title-header-bg);
}
.chd-pageTitleHeader__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 11.25rem;
  height: 11.25rem;
}
@media (min-width: 992px) {
  .chd-pageTitleHeader__img {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.chd-pageTitleHeader__title {
  color: #893040;
  margin: auto;
  font-size: 1.925rem;
}
@media screen and (min-width: 20rem) {
  .chd-pageTitleHeader__title {
    font-size: calc(1.53125rem + 1.96875vw);
  }
}
@media screen and (min-width: 100rem) {
  .chd-pageTitleHeader__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .chd-pageTitleHeader__title {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .chd-pageTitleHeader__titleBadges {
    position: relative;
    top: -0.5rem;
  }
}
.chd-pageTitleHeader__collapsed {
  max-height: 9.375rem;
  position: relative;
  overflow: hidden;
}
.chd-pageTitleHeader__collapsed.-hasGradient:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(137, 48, 64, 0)),
    color-stop(75%, #893040)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(137, 48, 64, 0) 0,
    #893040 75%
  );
  background-image: linear-gradient(180deg, rgba(137, 48, 64, 0), #893040 75%);
  background-repeat: repeat-x;
  height: 50%;
}
.chd-pageTitleHeader__socialActions > * {
  margin: 1rem 0.5rem 0;
}
.chd-pageTitleHeader.-darkNoTheme {
  color: #fff;
  background-color: #893040;
}
.chd-pageTitleHeader.-darkNoTheme .chd-pageTitleHeader__title {
  color: #fff;
}
.chd-pageTitleHeader.-simpleLanguage .chd-pageTitleHeader__title {
  font-family: Lota Grotesque;
}
@media (min-width: 768px) {
  .chd-photoGallery__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .chd-photoGallery__col:first-of-type {
    float: left;
    width: 66.66667%;
  }
}
.chd-photoGallery__col.-small {
  width: 50%;
}
@media (min-width: 768px) {
  .chd-photoGallery__col.-small {
    width: 100%;
    height: calc(50% - 0.5rem);
  }
}
@media (min-width: 768px) {
  .chd-photoGallery__sideImg {
    height: 100%;
  }
  .chd-photoGallery__sideImg:before {
    content: none;
  }
}
.chd-photoGallery__btnIcon {
  margin-right: 0.75rem;
}
.chd-photoGallery__btn {
  margin: 1rem auto 0;
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1.5rem;
  color: #893040;
}
@media (min-width: 768px) {
  .chd-photoGallery__btn {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (hover: hover) {
  .chd-photoGallery__btn:hover {
    background-color: #893040;
    color: #f9f4f5;
  }
}
.chd-quickLinks__bg {
  position: relative;
}
.chd-quickLinks__bg:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 16px;
  left: 16px;
  margin: auto;
  height: 2px;
  background-color: #b6828c;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .chd-quickLinks__bg:after {
    right: 32px;
    left: 32px;
  }
}
@media (min-width: 992px) {
  .chd-quickLinks__bg:after {
    right: 64px;
    left: 64px;
  }
}
.chd-scrollPanelList__panel {
  background-color: #fff;
  overflow-y: auto;
  padding-bottom: 2em;
  margin: 0;
}
@media (min-width: 992px) {
  .chd-scrollPanelList__panel {
    padding-bottom: 0;
  }
}
.chd-scrollPanelList__collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  height: 70%;
  overflow: hidden;
  position: fixed;
  z-index: 1041;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media (min-width: 992px) {
  .chd-scrollPanelList__collapse {
    height: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 100%;
    right: auto;
    width: 100%;
    margin-left: -1px;
    padding-left: 1px;
  }
}
.chd-scrollPanelList__collapse.show {
  -webkit-transform: translateY(-100%) translateX(0);
  -ms-transform: translateY(-100%) translateX(0);
  transform: translateY(-100%) translateX(0);
}
@media (min-width: 992px) {
  .chd-scrollPanelList__collapse.show {
    -webkit-transform: translateY(0) translateX(-100%);
    -ms-transform: translateY(0) translateX(-100%);
    transform: translateY(0) translateX(-100%);
  }
}
.chd-scrollPanelList__back {
  position: sticky;
  top: 0;
  width: 100%;
  text-align: left;
  padding: 1rem;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-scrollPanelList__back:before {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .chd-scrollPanelList__back:before {
    content: "";
  }
}
@media (min-width: 992px) {
  .chd-scrollPanelList__back {
    background-color: #fff;
    padding-left: 0;
    color: #666;
  }
}
.chd-searchCalendar {
  position: relative;
}
.chd-searchCalendar__body {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.08);
}
.chd-socialBar__items {
  margin-bottom: -0.5rem;
}
.chd-socialBar__items > * {
  margin-bottom: 0.5rem;
  margin-right: 1.5rem;
  display: inline-block;
}
.chd-socialBar__items > :last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .chd-suiviDossier__cell:first-of-type {
    padding-right: 32px;
  }
}
@media (min-width: 768px) {
  .chd-suiviDossier__cell:last-of-type {
    padding-left: 32px;
  }
}
.chd-suiviDossier__cell.-hasSeparator {
  padding-bottom: 2rem;
}
.chd-suiviDossier__cell.-hasSeparator:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin-top: 16px;
  height: 2px;
  background-color: #f2f2f2;
}
@media (min-width: 768px) {
  .chd-suiviDossier__cell.-hasSeparator:after {
    left: auto;
    right: 0;
    width: 2px;
    height: 100%;
  }
}
.chd-suiviDossier__cell.-hasSeparator:before {
  width: 2rem;
  height: 2rem;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media (min-width: 768px) {
  .chd-suiviDossier__cell.-hasSeparator:before {
    content: "";
    bottom: 50%;
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
}
.chd-table:not(.-advanced) TBODY TR:nth-of-type(2n) .table-excerpt:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(249, 244, 245, 0)),
    to(#f9f4f5)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(249, 244, 245, 0) 0,
    #f9f4f5 100%
  );
  background-image: linear-gradient(180deg, rgba(249, 244, 245, 0), #f9f4f5);
  background-repeat: repeat-x;
}
@media (min-width: 992px) {
  .chd-table.-advanced TD,
  .chd-table.-advanced TH {
    width: 25%;
  }
}
.chd-table.-advanced TD,
.chd-table.-advanced TH,
.chd-table.-advanced TR:before {
  padding: 0.75rem 1rem;
}
@media (min-width: 992px) {
  .chd-table.-advanced TBODY TR:nth-of-type(2n) .table-excerpt:before {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(249, 244, 245, 0)),
      to(#f9f4f5)
    );
    background-image: -o-linear-gradient(
      top,
      rgba(249, 244, 245, 0) 0,
      #f9f4f5 100%
    );
    background-image: linear-gradient(180deg, rgba(249, 244, 245, 0), #f9f4f5);
    background-repeat: repeat-x;
  }
}
@media (max-width: 991.98px) {
  .chd-table.-advanced table,
  .chd-table.-advanced tbody,
  .chd-table.-advanced td,
  .chd-table.-advanced td:before,
  .chd-table.-advanced th,
  .chd-table.-advanced thead,
  .chd-table.-advanced tr {
    display: block;
  }
  .chd-table.-advanced .table-striped tbody tr:nth-of-type(2n) {
    background-color: transparent;
  }
  .chd-table.-advanced .chd-table__date,
  .chd-table.-advanced thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .chd-table.-advanced tr {
    margin-bottom: 1rem;
  }
  .chd-table.-advanced td + td,
  .chd-table.-advanced th + th {
    border-left: 0 !important;
  }
  .chd-table.-advanced th {
    padding: 0.5rem 1rem;
  }
  .chd-table.-advanced td {
    padding: 0.5rem 0;
  }
  .chd-table.-advanced td:last-of-type {
    border-bottom: 0;
  }
  .chd-table.-advanced td:before {
    width: 100%;
    margin-bottom: 0.25rem;
    text-align: left;
    font-weight: 500;
    content: attr(data-title);
  }
  .chd-table.-advanced tbody tr:before {
    content: attr(data-title);
    background-color: #893040;
    background-color: var(--primary-100);
    color: #f9f4f5;
    color: var(--primary-05);
    position: sticky;
    z-index: 100;
    top: 0;
    display: block;
    font-weight: 500;
  }
}
.chd-timelineActivity__navInner {
  margin-top: 2.5rem;
  top: 10rem;
}
.chd-timelineActivity__navItem {
  margin-bottom: 0.5rem;
}
.chd-timelineActivity__navItem.active {
  color: #893040;
}
@media (hover: hover) {
  .chd-timelineActivity__navItem:hover {
    color: #893040;
  }
}
.chd-timelineActivity__content {
  padding-left: 0;
  list-style: none;
}
.chd-timelineActivity__item:last-of-type {
  padding-bottom: 1rem;
}
.chd-timelineActivity__item + .chd-timelineActivity__item {
  margin-top: 1.5rem;
}
.chd-timelineActivity__teaserItem {
  padding-left: 2rem;
  position: relative;
}
.chd-timelineActivity__teaserItem + .chd-timelineActivity__teaserItem {
  margin-top: 0.5rem;
}
.chd-timelineActivity__progress {
  width: 2px;
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  bottom: -0.5rem;
}
.chd-timelineActivity__title {
  margin-bottom: 1rem;
  margin-left: 0.75rem;
}
@media (min-width: 768px) {
  .chd-timelineActivity__title {
    margin-bottom: 1.5rem;
  }
}
.chd-timelineActivity__description {
  line-height: 1.6;
  margin-bottom: 0;
}
.chd-timelineActivity__date {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .chd-timelineActivity__date {
    text-align: right;
    position: absolute;
    top: 1.125rem;
    right: 100%;
    padding-right: 1rem;
  }
}
.chd-timelineActivity__date:before {
  content: "";
  width: 1rem;
  height: 1rem;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  -webkit-transform: translate(-0.625rem, -50%);
  -ms-transform: translate(-0.625rem, -50%);
  transform: translate(-0.625rem, -50%);
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transition: background-color 0.35s linear;
  -o-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
}
@media (min-width: 992px) {
  .chd-timelineActivity__date:before {
    right: auto;
    top: 0;
    left: 100%;
    -webkit-transform: translate(0.3125rem);
    -ms-transform: translate(0.3125rem);
    transform: translate(0.3125rem);
  }
}
.chd-timelineActivity.-noNav .chd-timelineActivity__date:before {
  top: 2rem;
}
@media (min-width: 992px) {
  .chd-timelineActivity.-noNav .chd-timelineActivity__date:before {
    top: 0;
  }
}
.chd-timelineActivity.-noNav
  .chd-timelineActivity__item
  + .chd-timelineActivity__item {
  margin-top: 0.75rem;
}
.chd-timelineContentList {
  counter-reset: timelineContentSection;
}
.chd-timelineContentList__item,
.chd-timelineContentList__subItem {
  position: relative;
}
.chd-timelineContentList__item:before,
.chd-timelineContentList__subItem:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  border-radius: 50%;
  background-color: #f2f2f2;
}
.chd-timelineContentList__item {
  padding-left: 2rem;
  padding-top: 1.25rem;
}
.chd-timelineContentList__item:before {
  counter-increment: timelineContentSection;
  content: counter(timelineContentSection);
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 32px;
  font-family: tiempos;
  top: 1rem;
  -webkit-transform: translateX(-0.925rem);
  -ms-transform: translateX(-0.925rem);
  transform: translateX(-0.925rem);
}
.chd-timelineContentList__subItem {
  margin-left: -2rem;
  padding-left: 2rem;
}
.chd-timelineContentList__subItem:before {
  top: 0.1rem;
  -webkit-transform: translateX(-0.425rem);
  -ms-transform: translateX(-0.425rem);
  transform: translateX(-0.425rem);
  width: 1rem;
  height: 1rem;
}
.chd-timelineContentList__progress {
  width: 2px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
}
.chd-timelineContentList__description {
  line-height: 1.6;
  margin-bottom: 0;
}
.chd-timelineContentList.-noCounter {
  counter-reset: none;
}
.chd-timelineContentList.-noCounter .chd-timelineContentList__item:before {
  counter-increment: none;
  content: "";
}
.chd-timelineContentList.-noCounter .chd-timelineContentList__subItem {
  margin-left: 0;
}
.chd-timelineContentList.-noCounter .chd-timelineContentList__subItem:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.chd-timelineContentList.-releaseNote
  .chd-timelineContentList__section
  + .chd-timelineContentList__section {
  margin-top: 1.5rem;
}
.chd-timelineContentList.-releaseNote .chd-timelineContentList__item {
  padding-bottom: 2.5rem !important;
}
@media (min-width: 768px) {
  .chd-timelineContentList.-releaseNote .chd-timelineContentList__item {
    padding-bottom: 4rem !important;
  }
}
.chd-timelineContentList.-releaseNote
  .chd-timelineContentList__item:last-of-type {
  padding-bottom: 2.5rem !important;
}
.chd-timelineContentList.-releaseNote .chd-timelineContentList__item:before {
  top: 1.6rem;
  -webkit-transform: translateX(-0.425rem);
  -ms-transform: translateX(-0.425rem);
  transform: translateX(-0.425rem);
  width: 1rem;
  height: 1rem;
}
.chd-timelineContentList.-releaseNote .chd-timelineContentList__subItem {
  padding-left: 1rem;
}
.chd-timelineContentList.-releaseNote .chd-timelineContentList__subItem:before {
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
}
.chd-timelineContentList.-noFirstItemSpacing
  .chd-timelineContentList__item:first-of-type {
  padding-top: 0;
}
.chd-timelineContentList.-noFirstItemSpacing
  .chd-timelineContentList__item:first-of-type:before {
  top: -0.25rem;
}
.chd-timelineCurriculum__item {
  padding-left: 1.5rem;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: relative;
}
.chd-timelineCurriculum__content {
  position: relative;
  padding-left: 0;
  list-style: none;
}
.chd-timelineCurriculum__content.-hasOverlay:before {
  content: "";
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 1;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  top: 33%;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, 0) 0, #fff 100%);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  background-repeat: repeat-x;
}
.chd-timelineCurriculum__content.collapsing {
  min-height: 17.25em !important;
}
.chd-timelineCurriculum__content.collapse {
  position: relative;
  min-height: 17.25em !important;
  display: block;
}
.chd-timelineCurriculum__content.collapse:not(.show) {
  display: block;
  min-height: 17.25em !important;
  height: 17.25em !important;
  overflow: hidden;
}
.chd-timelineCurriculum__content.collapse.show:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.15s linear, visibility 0s linear 0.5s;
  -o-transition: opacity 0.15s linear, visibility 0s 0.5s linear;
  transition: opacity 0.15s linear, visibility 0s linear 0.5s;
}
.chd-timelineCurriculum .chd-timelineCurriculum__less,
.chd-timelineCurriculum__trigger[aria-expanded="true"]
  .chd-timelineCurriculum__more {
  display: none;
}
.chd-timelineCurriculum__trigger[aria-expanded="true"]
  .chd-timelineCurriculum__less {
  display: block;
}
.chd-timelineCurriculum__itemTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.chd-timelineCurriculum__itemTitle:before {
  content: "";
  width: 1rem;
  height: 1rem;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  margin-left: -1rem;
  -webkit-transform: translateX(-0.425rem);
  -ms-transform: translateX(-0.425rem);
  transform: translateX(-0.425rem);
  position: relative;
  top: 2px;
  -webkit-transition: background-color 0.35s linear;
  -o-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
}
@media (min-width: 576px) {
  .chd-timelineCurriculum__itemTitle:before {
    top: 3px;
  }
}
.chd-timelineCurriculum__progress {
  width: 2px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
}
.chd-timelineEvents {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .chd-timelineEvents__item {
    padding-left: 4.375rem;
  }
}
@media (hover: hover) {
  .chd-timelineEvents__item:hover .chd-timelineEvents__date:before,
  .chd-timelineEvents__item:hover .chd-timelineEvents__progress {
    background-color: #893040 !important;
  }
}
.chd-timelineEvents__teaserItem {
  padding-left: 2rem;
  position: relative;
}
.chd-timelineEvents__teaserItem + .chd-timelineEvents__teaserItem {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .chd-timelineEvents__teaserItem {
    padding-left: 3rem;
  }
}
.chd-timelineEvents__progress {
  width: 2px;
  position: absolute;
  top: -0.5rem;
  left: 0.75rem;
  bottom: -0.5rem;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.chd-timelineEvents__title {
  margin-bottom: 1rem;
  margin-left: 0.75rem;
}
@media (min-width: 768px) {
  .chd-timelineEvents__title {
    margin-bottom: 1.5rem;
  }
}
.chd-timelineEvents__description {
  line-height: 1.6;
  margin-bottom: 0;
}
.chd-timelineEvents__date {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 992px) {
  .chd-timelineEvents__date {
    position: absolute;
    top: 0.75rem;
    right: 100%;
    padding-right: 1rem;
    text-align: right;
    margin-top: 0.875rem;
  }
}
.chd-timelineEvents__date:before {
  content: "";
  width: 1rem;
  height: 1rem;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  -webkit-transform: translate(-0.625rem, -50%);
  -ms-transform: translate(-0.625rem, -50%);
  transform: translate(-0.625rem, -50%);
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
@media (min-width: 992px) {
  .chd-timelineEvents__date:before {
    right: auto;
    left: 100%;
    top: 0;
    -webkit-transform: translate(0.3125rem);
    -ms-transform: translate(0.3125rem);
    transform: translate(0.3125rem);
  }
}
.chd-timelineEvents.-primary10 .chd-timelineEvents__date:before,
.chd-timelineEvents.-primary10 .chd-timelineEvents__progress {
  background-color: #e7d5d9;
}
.chd-timelineHistorical__navInner {
  top: 10rem;
}
.chd-timelineHistorical__navItem {
  margin-bottom: 0.5rem;
}
.chd-timelineHistorical__navItem:before {
  content: none !important;
}
.chd-timelineHistorical__navItem.active {
  color: #893040;
  color: var(--primary-100);
}
@media (hover: hover) {
  .chd-timelineHistorical__navItem:hover {
    color: #893040;
    color: var(--primary-100);
  }
}
.chd-timelineHistorical__item {
  padding-left: 1rem;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: relative;
}
.chd-timelineHistorical__item:last-of-type {
  padding-bottom: 1rem;
}
@media (min-width: 576px) {
  .chd-timelineHistorical__item {
    padding-left: 4rem;
  }
}
.chd-timelineHistorical__item.-active {
  opacity: 1;
}
.chd-timelineHistorical__item.-active
  .chd-timelineHistorical__itemTitle:before {
  background-color: #893040;
  background-color: var(--primary-100);
}
.chd-timelineHistorical__item.-active .chd-timelineHistorical__progressInner {
  height: 100%;
}
.chd-timelineHistorical__itemTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0 !important;
}
.chd-timelineHistorical__itemTitle:before {
  content: "";
  width: 1rem;
  height: 1rem;
  line-height: 50px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: block;
  margin-left: -1rem;
  -webkit-transform: translateX(-0.425rem);
  -ms-transform: translateX(-0.425rem);
  transform: translateX(-0.425rem);
  position: relative;
  top: -1px;
  -webkit-transition: background-color 0.35s linear;
  -o-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
}
@media (min-width: 576px) {
  .chd-timelineHistorical__itemTitle:before {
    top: -2px;
    -webkit-transform: translateX(-1.425rem);
    -ms-transform: translateX(-1.425rem);
    transform: translateX(-1.425rem);
  }
}
.chd-timelineHistorical__progress {
  width: 2px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
}
.chd-timelineHistorical__progressInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.35s linear;
  -o-transition: height 0.35s linear;
  transition: height 0.35s linear;
}
.chd-timelineHistorical__description {
  line-height: 1.6;
  margin-bottom: 0;
}
.chd-timelineVideoChapters {
  counter-reset: timelineVideoChapters;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .chd-timelineVideoChapters {
    padding-left: 3.5rem;
  }
}
.chd-timelineVideoChapters__subItems {
  margin-left: -3rem;
}
.chd-timelineVideoChapters__item,
.chd-timelineVideoChapters__subItem {
  counter-increment: timelineVideoChapters;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
}
.chd-timelineVideoChapters__item:first-of-type
  .chd-timelineVideoChapters__progress,
.chd-timelineVideoChapters__subItem:first-of-type
  .chd-timelineVideoChapters__progress {
  top: -1rem;
}
.chd-timelineVideoChapters__item:last-of-type,
.chd-timelineVideoChapters__subItem:last-of-type {
  padding-bottom: 0;
}
.chd-timelineVideoChapters__item:last-of-type
  .chd-timelineVideoChapters__progress,
.chd-timelineVideoChapters__subItem:last-of-type
  .chd-timelineVideoChapters__progress {
  bottom: -1rem;
}
.chd-timelineVideoChapters__item.-active .chd-timelineVideoChapters__date,
.chd-timelineVideoChapters__subItem.-active .chd-timelineVideoChapters__date {
  color: #000;
}
.chd-timelineVideoChapters__item.-active
  .chd-timelineVideoChapters__date:before,
.chd-timelineVideoChapters__subItem.-active
  .chd-timelineVideoChapters__date:before {
  background-color: #893040;
  background-color: var(--primary-100);
  color: #f9f4f5;
  color: var(--primary-05);
}
.chd-timelineVideoChapters__subItem {
  counter-increment: none;
  padding-left: 3rem;
}
.chd-timelineVideoChapters__subItem:last-of-type
  .chd-timelineVideoChapters__progress {
  bottom: -1.3rem;
}
@media (min-width: 576px) {
  .chd-timelineVideoChapters__subItem
    .chd-timelineVideoChapters__date.chd-timelineVideoChapters__date {
    top: -0.075rem;
  }
}
.chd-timelineVideoChapters__subItem
  .chd-timelineVideoChapters__date.chd-timelineVideoChapters__date:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #f3eaec;
  background-color: var(--primary-10);
  left: 0.5rem;
}
@media (min-width: 576px) {
  .chd-timelineVideoChapters__subItem
    .chd-timelineVideoChapters__date.chd-timelineVideoChapters__date:before {
    left: calc(100% + 0.5rem);
  }
}
.chd-timelineVideoChapters__subItem.-active
  .chd-timelineVideoChapters__date.chd-timelineVideoChapters__date:before {
  background-color: #893040;
  background-color: var(--primary-100);
}
.chd-timelineVideoChapters__progress {
  width: 2px;
  position: absolute;
  top: 0;
  left: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  background-color: #f3eaec;
  background-color: var(--primary-10);
}
.chd-timelineVideoChapters__progressInner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #893040;
  background-color: var(--primary-100);
}
.chd-timelineVideoChapters__title,
.chd-timelineVideoChapters P {
  margin-bottom: 0;
}
.chd-timelineVideoChapters__date {
  margin-bottom: 0.25rem;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 576px) {
  .chd-timelineVideoChapters__date {
    position: absolute;
    top: 0.125rem;
    right: 100%;
    padding-right: 1rem;
    margin: 0;
  }
}
.chd-timelineVideoChapters__date:before {
  content: counter(timelineVideoChapters);
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2;
  border-radius: 50%;
  background-color: #f3eaec;
  background-color: var(--primary-10);
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 0.625rem;
  left: 0;
  -webkit-transition: background-color 0.35s linear;
  -o-transition: background-color 0.35s linear;
  transition: background-color 0.35s linear;
  font-family: tiempos;
}
@media (min-width: 576px) {
  .chd-timelineVideoChapters__date:before {
    right: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.chd-tweetCardDeck {
  background-color: #f9f4f5;
  padding: 1rem;
}
.chd-tweetCardDeck:before {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7em;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(249, 244, 245, 0)),
    to(#f9f4f5)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(249, 244, 245, 0) 0,
    #f9f4f5 100%
  );
  background-image: linear-gradient(180deg, rgba(249, 244, 245, 0), #f9f4f5);
  background-repeat: repeat-x;
  pointer-events: none;
}
.chd-tweetCardDeck__inner {
  max-height: 40.625rem;
  padding-bottom: 7em;
  overflow: auto;
}
.chd-tweetCardDeck.-sideBar {
  padding: 0;
  background-color: transparent;
}
.chd-tweetCardDeck.-sideBar:before {
  content: none;
}
.chd-tweetCardDeck.-sideBar .chd-tweetCardDeck__inner {
  max-height: none;
  overflow: visible;
  padding: 0;
}
.chd-tweetCardDeck.-horizontal:before {
  content: none;
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carousel {
  position: relative;
}
@media (min-width: 992px) {
  .chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carousel .slick-track {
    padding-right: 7em;
  }
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carousel .slick-slide {
  height: auto;
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carouselNav {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carouselNav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: -3rem !important;
    padding-bottom: 0.75rem;
  }
  .chd-tweetCardDeck.-horizontal
    .chd-tweetCardDeck__carouselNav
    .chd-icon:before,
  .chd-tweetCardDeck.-horizontal
    .chd-tweetCardDeck__carouselNav
    .daterangepicker
    .calendar-table
    .next
    SPAN:before,
  .chd-tweetCardDeck.-horizontal
    .chd-tweetCardDeck__carouselNav
    .daterangepicker
    .calendar-table
    .prev
    SPAN:before,
  .daterangepicker
    .calendar-table
    .next
    .chd-tweetCardDeck.-horizontal
    .chd-tweetCardDeck__carouselNav
    SPAN:before,
  .daterangepicker
    .calendar-table
    .prev
    .chd-tweetCardDeck.-horizontal
    .chd-tweetCardDeck__carouselNav
    SPAN:before {
    font-size: 1rem;
  }
  .chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carouselNav > * {
    width: 2rem;
    height: 2rem;
  }
  .chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__carouselNav > * + * {
    margin-left: 0.5rem;
  }
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__item {
  max-width: 16rem;
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__item.swiper-slide {
  margin-right: 16px !important;
}
.chd-tweetCardDeck.-horizontal
  .chd-tweetCardDeck__item.swiper-slide:last-of-type {
  margin-right: 0 !important;
}
.chd-tweetCardDeck.-horizontal .chd-tweetCardDeck__item.swiper-slide > * {
  height: 100%;
}
.chd-tweetCardDeck.-horizontal
  .chd-tweetCardDeck__item
  + .chd-tweetCardDeck__item {
  margin-left: 16px;
}
.chd-tweetCardDeck.-horizontal
  .chd-tweetCardDeck__item
  + .chd-tweetCardDeck__item.swiper-slide {
  margin-left: 0;
}
@media (min-width: 576px) {
  .chd-tweetCardDeck.-horizontal .swiper-button-next:before {
    content: "";
    position: absolute;
    right: 0;
    top: -0.75rem;
    bottom: 0;
    left: auto;
    width: 3.5em;
    z-index: 100;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(249, 244, 245, 0)),
      color-stop(70%, #f9f4f5)
    );
    background-image: -o-linear-gradient(
      left,
      rgba(249, 244, 245, 0) 0,
      #f9f4f5 70%
    );
    background-image: linear-gradient(
      90deg,
      rgba(249, 244, 245, 0) 0,
      #f9f4f5 70%
    );
    background-repeat: repeat-x;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
}
.chd-tweetCardDeck.-horizontal .swiper-button-next[disabled]:before {
  opacity: 0;
}
.chd-voteRecap__trigger:after {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  margin-left: 2rem;
  -webkit-transition: 0.25s linear;
  -o-transition: 0.25s linear;
  transition: 0.25s linear;
}
.chd-voteRecap__trigger[aria-expanded="true"]:after {
  -webkit-transform: rotate(0.5turn);
  -ms-transform: rotate(0.5turn);
  transform: rotate(0.5turn);
}
.chd-voteRecap__trigger.-dispense:after {
  content: none;
}
.chd-livePlayer__chapterTitle {
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff;
  text-indent: 1px;
}
.chd-livePlayer__chapters {
  position: relative;
  padding-top: 1rem;
}
.chd-livePlayer__chapters:before {
  content: none;
}
@media (min-width: 768px) {
  .chd-livePlayer__chapters {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .chd-livePlayer__chapters {
    height: 100%;
    overflow: hidden;
  }
  .chd-livePlayer__chapters:before {
    content: "";
    z-index: 200;
    height: 2em;
  }
}
@media (min-width: 992px) {
  .chd-livePlayer__chaptersInner {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 2em;
  }
}
.chd-searchSidebar > * + * {
  border-top: 2px solid #f2f2f2;
  /* padding-top: 1.5rem; */
}
.chd-tweetCardTimeline__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-tweetCardTimeline__statusDot {
  position: relative;
  z-index: 100;
}
.chd-tweetCardTimeline__statusDot:after,
.chd-tweetCardTimeline__statusDot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: inherit;
}
.chd-tweetCardTimeline__statusDot:before {
  width: 100%;
  height: 100%;
  background-color: #893040;
}
.chd-tweetCardTimeline__statusDot:after {
  z-index: -10;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #e7d5d9;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-animation: pulse 3s ease-out infinite;
  animation: pulse 3s ease-out infinite;
}
@-webkit-keyframes pulse {
  85% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes pulse {
  85% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.chd-seancePleniere__videoWrapper {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  z-index: 300;
}
BODY.-navOpenVideo .chd-seancePleniere__videoWrapper {
  z-index: 0;
}
BODY.-seancePleniereCollapseOpen .chd-seancePleniere__videoWrapper {
  z-index: 1050;
}
.chd-seancePleniere__videoWrapper.-fixed-pinned {
  -webkit-transform: translateY(3.75rem);
  -ms-transform: translateY(3.75rem);
  transform: translateY(3.75rem);
}
.chd-seancePleniere__videoWrapper.-fixed-pinned.headroom--pinned {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 992px) {
  .chd-seancePleniere__videoWrapper.-fixed-pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (orientation: landscape) and (max-width: 1199.98px) {
  .chd-seancePleniere__videoWrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static !important;
  }
}
.chd-seancePleniere__videoBlock {
  max-width: 54.375rem;
}
.chd-seancePleniere__sidebar.-hasGradient:before {
  z-index: 1060;
  height: 8rem;
}
.chd-seancePleniere__flux {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .chd-seancePleniere__flux {
    height: 100vh;
  }
}
.chd-seancePleniere__flux UL {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .chd-seancePleniere__flux UL {
    margin-bottom: 8rem;
  }
}
.chd-seancePleniere__flux.-breadcrumbHidden
  > .chd-seancePleniere__fluxBreadcrumb {
  display: none;
}
.chd-seancePleniere__wrapperHeading {
  position: sticky;
  z-index: 200;
  top: 0;
  height: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chd-seancePleniere__fluxBack:before {
  font-family: chd-apart !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  display: block;
  content: "";
  margin-right: 0.5rem;
}
@media (min-width: 992px) {
  .chd-seancePleniere__fluxBack:before {
    content: "";
  }
}
.chd-seancePleniere__fluxBreadcrumb.chd-seancePleniere__fluxBreadcrumb {
  position: relative;
  margin-bottom: 0;
  color: #666;
  font-size: 0.875rem;
  border-bottom: 2px solid #f2f2f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.chd-seancePleniere__fluxBreadcrumb.chd-seancePleniere__fluxBreadcrumb:after {
  content: "";
  width: 2px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 1.8rem;
  -webkit-transform: translateX(125%);
  -ms-transform: translateX(125%);
  transform: translateX(125%);
  bottom: 0;
  background-color: #f2f2f2;
}
.chd-seancePleniere__fluxBreadcrumbBtn {
  padding: 0.5rem 0.75rem;
  border: 2px solid #f2f2f2;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.chd-seancePleniere__fluxBreadcrumbBtn[aria-expanded="true"]:before {
  opacity: 0;
}
.chd-seancePleniere__fluxBreadcrumbBtn:before {
  content: "";
  position: absolute;
  opacity: 1;
  z-index: 100;
  top: 50%;
  left: 1.8rem;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
  border-radius: 50%;
  background-color: #f2f2f2;
  width: 1rem;
  height: 1rem;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.chd-seancePleniere__hiddenSteps.chd-seancePleniere__hiddenSteps {
  margin-bottom: 0;
}
.chd-seancePleniere__fluxBreadcrumbItem {
  position: relative;
  padding-left: 3.6rem;
}
.chd-seancePleniere__fluxBreadcrumbItem
  .chd-seancePleniere__fluxBreadcrumbItem {
  padding-left: 0;
}
.chd-seancePleniere__fluxBreadcrumbItem
  .chd-seancePleniere__fluxBreadcrumbItem:before {
  left: -1.8rem;
}
.chd-seancePleniere__fluxBreadcrumbItem
  + .chd-seancePleniere__fluxBreadcrumbItem {
  margin-top: 1rem;
}
.chd-seancePleniere__fluxBreadcrumbItem.-hasCollapse:before {
  content: none;
}
.chd-seancePleniere__fluxBreadcrumbItem:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 0.1rem;
  left: 1.8rem;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
  border-radius: 50%;
  background-color: #f2f2f2;
  width: 1rem;
  height: 1rem;
}
.chd-seancePleniere__fluxBreadcrumbCollapseInner {
  padding-bottom: 1rem;
}
.chd-seancePleniere__fluxBreadcrumbText {
  text-decoration: underline;
  text-align: left;
  display: inline-block;
}
.chd-seancePleniere__fluxItemInner {
  padding-top: 1.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.chd-seancePleniere__fluxItemInner.-active
  .chd-seancePleniere__fluxItemProgressInner {
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  transform: translateY(3rem);
}
.chd-seancePleniere__fluxItemInner.-active .chd-seancePleniere__fluxItemPlay {
  border-color: #f2f2f2;
}
.chd-seancePleniere__fluxItemInner.-active
  .chd-seancePleniere__fluxItemPlay:before {
  content: "";
}
.chd-seancePleniere__fluxItemInner.-completed
  .chd-seancePleniere__fluxItemProgressInner {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.chd-seancePleniere__fluxItemInner.-completed
  .chd-seancePleniere__fluxItemPlay {
  background-color: #893040;
  border-color: #893040;
}
.chd-seancePleniere__fluxItemInner.-completed
  .chd-seancePleniere__fluxItemPlay:before {
  content: "";
  color: #fff;
}
.chd-seancePleniere__fluxItemProgress {
  position: absolute;
  overflow: hidden;
  z-index: -10;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 2rem;
}
.chd-seancePleniere__fluxItemProgressInner {
  position: absolute;
  height: 100%;
  bottom: 100%;
  width: 100%;
}
.chd-seancePleniere__fluxItemPlay {
  position: relative;
  margin-top: 1rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
}
.chd-seancePleniere__fluxItemPlay:before {
  content: "";
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.chd-seancePleniere__circle {
  fill: #fff;
  outline: none;
  position: relative;
  z-index: 0;
  stroke-linejoin: round;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.chd-seancePleniere__circleBg {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.5;
}
.-active .chd-seancePleniere__circleBg {
  stroke: #f2f2f2;
}
.-completed .chd-seancePleniere__circleBg {
  fill: #893040;
  stroke: transparent;
}
.chd-seancePleniere__circleProgress {
  fill: none;
  stroke-width: 1.5;
}
.-active .chd-seancePleniere__circleProgress {
  stroke: #893040;
}
.-completed .chd-seancePleniere__circleProgress {
  stroke: transparent;
}
.chd-seancePleniere__collapse {
  height: 60% !important;
  z-index: 1050;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease, visibility 0.1s linear 1s,
    -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.1s linear 1s,
    -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s 1s linear;
  transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s linear 1s;
  transition: transform 0.25s ease, opacity 0.25s ease,
    visibility 0.1s linear 1s, -webkit-transform 0.25s ease;
  opacity: 0;
  visibility: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 0 -0.625rem 1.25rem 0.9375rem rgba(51, 51, 51, 0.25);
  box-shadow: 0 -0.625rem 1.25rem 0.9375rem rgba(51, 51, 51, 0.25);
}
@media (orientation: landscape) and (max-width: 1199.98px) {
  .chd-seancePleniere__collapse {
    height: 90% !important;
  }
}
@media (min-width: 992px) {
  .chd-seancePleniere__collapse {
    height: 100% !important;
    top: 0;
    bottom: 0;
    left: 100%;
    position: absolute;
  }
}
.chd-seancePleniere__collapse.collapsing {
  height: 60% !important;
}
@media (orientation: landscape) and (max-width: 1199.98px) {
  .chd-seancePleniere__collapse.collapsing {
    height: 90% !important;
  }
}
@media (min-width: 992px) {
  .chd-seancePleniere__collapse.collapsing {
    height: 100% !important;
  }
}
.chd-seancePleniere__collapse.show {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 60% !important;
  opacity: 1;
  visibility: visible;
  overflow-y: auto;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease,
    -webkit-transform 0.25s ease;
}
@media (orientation: landscape) and (max-width: 1199.98px) {
  .chd-seancePleniere__collapse.show {
    height: 90% !important;
  }
}
@media (min-width: 992px) {
  .chd-seancePleniere__collapse.show {
    overflow-y: hidden;
    height: 100% !important;
    -webkit-transform: translateY(0) translateX(-100%);
    -ms-transform: translateY(0) translateX(-100%);
    transform: translateY(0) translateX(-100%);
  }
}
@media (min-width: 992px) {
  .chd-seancePleniere__collapse .chd-seancePleniere__collapse {
    height: 100% !important;
  }
}
.chd-seancePleniere__collapse .chd-seancePleniere__collapse.collapsing {
  height: 100%;
}
.chd-seancePleniere__collapse .chd-seancePleniere__collapse.show {
  height: 100% !important;
}
.chd-seancePleniere__backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.chd-seancePleniere__backdrop.-visible {
  opacity: 0.95;
  visibility: visible;
}

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

@media (min-width: 992px) {
  .chd-seancePleniere__tabs .nav {
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 768px) {
  .chd-seancePleniere__tabs.-overflow .nav {
    overflow: visible;
  }
  .chd-seancePleniere__tabs.-overflow .nav LI {
    margin-bottom: -2px;
  }
}
.chd-seancePleniere__tabs .nav-item {
  margin-right: 2rem;
}
.chd-seancePleniere__tabs .nav-item:last-of-type {
  padding-right: 1rem;
}
.chd-seancePleniere__tabs .nav-item + .nav-item {
  margin-left: 0;
}
.chd-seancePleniere__tabContentWrapper {
  max-width: 50rem;
  margin: auto;
  padding-bottom: 1rem;
}
