:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
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;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
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 {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
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.5rem;
}
button {
  border-radius: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
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;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014 \00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row > ::before,
.row > ::before {
  display: none;
}
.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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1640px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .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;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  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 {
  margin-left: -1px;
}
.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(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  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 {
  opacity: 0;
}
.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}
.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    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;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    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;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    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 {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 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-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Mixing.less
 */
/**
 * undo : Undo facile à caller
 */
.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}
.undo-li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
.undo-li:after {
  content: "";
}
.undo-p {
  padding: 0;
}
.undo-spacing {
  padding: 0;
  margin: 0;
}
.undo-spacing--imp {
  padding: 0 !important;
  margin: 0 !important;
}
.flat--left,
.flat--both {
  padding-left: 0 !important;
}
.flat--right,
.flat--both {
  padding-right: 0 !important;
}
/**
 * transition : Ajoute tous les transitons néccessaires
 *
 * @param : comme transition Ex : all 400ms
 */
/**
 * .fluid-type : Réduit le text d'une façon fluid en mobile. Il va calculer le in-between entre deux viewport
 * @author CAPTAIN ANONYMOUS
 * @link https://codepen.io/anon/pen/NLoEYE
 *
 * .fluid-type( font-size, 600px, 900px, 12px, 28px );
 *
 * @param @property : La propriété que l'on veut (ex : font-size)
 * @param @min-vw   : La valeur minimum du viewport
 * @param @max-vw   : La valeur maximal du viewport
 * @param @min-size : La valeur minimal de grandeur
 * @param @max-size : La valeur maximal de grandeur
 */
/**
 * Utils.less
 */
.color--logo {
  color: var(--color-logo) !important;
}
.color--primary {
  color: var(--color-primary) !important;
}
.color--secondary {
  color: var(--color-secondary) !important;
}
.color--third {
  color: var(--color-third) !important;
}
.color--ultralightgrey {
  color: var(--color-ultralightgrey) !important;
}
.color--grey {
  color: var(--color-grey) !important;
}
.color--white-grey {
  color: var(--color-white-grey) !important;
}
.color--txt {
  color: var(--color-txt) !important;
}
.color--error {
  color: var(--color-error) !important;
}
.color--error-bg {
  color: var(--color-error-bg) !important;
}
.color--success {
  color: var(--color-success) !important;
}
.color--success-bg {
  color: var(--color-success-bg) !important;
}
.bg--logo {
  background-color: var(--color-logo) !important;
}
.bg--primary {
  background-color: var(--color-primary) !important;
}
.bg--secondary {
  background-color: var(--color-secondary) !important;
}
.bg--third {
  background-color: var(--color-third) !important;
}
.bg--ultralightgrey {
  background-color: var(--color-ultralightgrey) !important;
}
.bg--grey {
  background-color: var(--color-grey) !important;
}
.bg--white-grey {
  background-color: var(--color-white-grey) !important;
}
.bg--txt {
  background-color: var(--color-txt) !important;
}
.bg--error {
  background-color: var(--color-error) !important;
}
.bg--error-bg {
  background-color: var(--color-error-bg) !important;
}
.bg--success {
  background-color: var(--color-success) !important;
}
.bg--success-bg {
  background-color: var(--color-success-bg) !important;
}
.full-width {
  width: 100vw;
}
.full-height {
  height: 100vh;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.min-w100 {
  min-width: 100%;
}
.min-h100 {
  min-height: 100%;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-letterspacing {
  letter-spacing: 0.8rem !important;
}
[hidden] {
  display: none !important;
}
#wp-admin-bar-rea__blog_public {
  background: red !important;
}
#wp-admin-bar-rea__blog_public:hover {
  background: red !important;
}
#wp-admin-bar-rea__environnement {
  background: #8B0000 !important;
}
#wp-admin-bar-rea__environnement:hover {
  background: #8B0000 !important;
}
.hover-alpha {
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all;
  transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
.hover-alpha:hover {
  opacity: 0.7;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.square-element {
  overflow: hidden;
  position: relative;
}
.square-element--inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.square-element:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.fix-pixel {
  backface-visibility: visible;
}
.object-fit--fill {
  object-fit: fill;
}
.object-fit--contain {
  object-fit: contain;
}
.object-fit--cover {
  object-fit: cover;
}
.object-fit--none {
  object-fit: none;
}
.object-fit--scale-down {
  object-fit: scale-down;
}
.nospacing {
  padding: 0 !important;
  margin: 0 !important;
}
.image-blend--white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.image-blend--black {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media only screen and (min-width: 544px) {
  .nogutter {
    padding-left: 0;
    padding-right: 0;
  }
  .nogutter [class*="col"] {
    padding-left: 0;
    padding-right: 0;
  }
  .nogutter .row {
    margin: 0;
  }
}
.text-center {
  text-align: center;
}
/* FLEX */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex--justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex--justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex--justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex--justify-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex--align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex--align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex--align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.flex--align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex--direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex--direction-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex--direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex--direction-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex--wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.flex--nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex--align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.flex--align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.flex--align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.flex--align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.flex--align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media only screen and (max-width: 992px) {
  .flex--no-mobile {
    display: block;
  }
}
.align--margin-center {
  margin: 0 auto;
}
/**
 * Spacer.less
 */
.p--0 {
  padding: 0 !important;
}
.p--1 {
  padding: 15px !important;
}
.p--2 {
  padding: calc(15px*2) !important;
}
.p--3 {
  padding: calc(15px*3) !important;
}
.p--4 {
  padding: calc(15px*4) !important;
}
.p--5 {
  padding: calc(15px*5) !important;
}
.p--6 {
  padding: calc(15px*6) !important;
}
.p--7 {
  padding: calc(15px*7) !important;
}
.p--8 {
  padding: calc(15px*8) !important;
}
.p--9 {
  padding: calc(15px*9) !important;
}
.p-t--0 {
  padding-top: 0 !important;
}
.p-t--1 {
  padding-top: 15px !important;
}
.p-t--2 {
  padding-top: calc(15px*2) !important;
}
.p-t--3 {
  padding-top: calc(15px*3) !important;
}
.p-t--4 {
  padding-top: calc(15px*4) !important;
}
.p-t--5 {
  padding-top: calc(15px*5) !important;
}
.p-t--6 {
  padding-top: calc(15px*6) !important;
}
.p-t--7 {
  padding-top: calc(15px*7) !important;
}
.p-t--8 {
  padding-top: calc(15px*8) !important;
}
.p-t--9 {
  padding-top: calc(15px*9) !important;
}
.p-b--0 {
  padding-bottom: 0 !important;
}
.p-b--1 {
  padding-bottom: 15px !important;
}
.p-b--2 {
  padding-bottom: calc(15px*2) !important;
}
.p-b--3 {
  padding-bottom: calc(15px*3) !important;
}
.p-b--4 {
  padding-bottom: calc(15px*4) !important;
}
.p-b--5 {
  padding-bottom: calc(15px*5) !important;
}
.p-b--6 {
  padding-bottom: calc(15px*6) !important;
}
.p-b--7 {
  padding-bottom: calc(15px*7) !important;
}
.p-b--8 {
  padding-bottom: calc(15px*8) !important;
}
.p-b--9 {
  padding-bottom: calc(15px*9) !important;
}
.p-l--0 {
  padding-left: 0 !important;
}
.p-l--1 {
  padding-left: 15px !important;
}
.p-l--2 {
  padding-left: calc(15px*2) !important;
}
.p-l--3 {
  padding-left: calc(15px*3) !important;
}
.p-l--4 {
  padding-left: calc(15px*4) !important;
}
.p-l--5 {
  padding-left: calc(15px*5) !important;
}
.p-l--6 {
  padding-left: calc(15px*6) !important;
}
.p-l--7 {
  padding-left: calc(15px*7) !important;
}
.p-l--8 {
  padding-left: calc(15px*8) !important;
}
.p-l--9 {
  padding-left: calc(15px*9) !important;
}
.p-r--0 {
  padding-right: 0 !important;
}
.p-r--1 {
  padding-right: 15px !important;
}
.p-r--2 {
  padding-right: calc(15px*2) !important;
}
.p-r--3 {
  padding-right: calc(15px*3) !important;
}
.p-r--4 {
  padding-right: calc(15px*4) !important;
}
.p-r--5 {
  padding-right: calc(15px*5) !important;
}
.p-r--6 {
  padding-right: calc(15px*6) !important;
}
.p-r--7 {
  padding-right: calc(15px*7) !important;
}
.p-r--8 {
  padding-right: calc(15px*8) !important;
}
.p-r--9 {
  padding-right: calc(15px*9) !important;
}
.p-x--0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-x--1 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.p-x--2 {
  padding-left: calc(15px*2) !important;
  padding-right: calc(15px*2) !important;
}
.p-x--3 {
  padding-left: calc(15px*3) !important;
  padding-right: calc(15px*3) !important;
}
.p-x--4 {
  padding-left: calc(15px*4) !important;
  padding-right: calc(15px*4) !important;
}
.p-x--5 {
  padding-left: calc(15px*5) !important;
  padding-right: calc(15px*5) !important;
}
.p-x--6 {
  padding-left: calc(15px*6) !important;
  padding-right: calc(15px*6) !important;
}
.p-x--7 {
  padding-left: calc(15px*7) !important;
  padding-right: calc(15px*7) !important;
}
.p-x--8 {
  padding-left: calc(15px*8) !important;
  padding-right: calc(15px*8) !important;
}
.p-x--9 {
  padding-left: calc(15px*9) !important;
  padding-right: calc(15px*9) !important;
}
.p-y--0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-y--1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.p-y--2 {
  padding-top: calc(15px*2) !important;
  padding-bottom: calc(15px*2) !important;
}
.p-y--3 {
  padding-top: calc(15px*3) !important;
  padding-bottom: calc(15px*3) !important;
}
.p-y--4 {
  padding-top: calc(15px*4) !important;
  padding-bottom: calc(15px*4) !important;
}
.p-y--5 {
  padding-top: calc(15px*5) !important;
  padding-bottom: calc(15px*5) !important;
}
.p-y--6 {
  padding-top: calc(15px*6) !important;
  padding-bottom: calc(15px*6) !important;
}
.p-y--7 {
  padding-top: calc(15px*7) !important;
  padding-bottom: calc(15px*7) !important;
}
.p-y--8 {
  padding-top: calc(15px*8) !important;
  padding-bottom: calc(15px*8) !important;
}
.p-y--9 {
  padding-top: calc(15px*9) !important;
  padding-bottom: calc(15px*9) !important;
}
.m--0 {
  margin: 0 !important;
}
.m--1 {
  margin: 15px !important;
}
.m--2 {
  margin: calc(15px*2) !important;
}
.m--3 {
  margin: calc(15px*3) !important;
}
.m--4 {
  margin: calc(15px*4) !important;
}
.m--5 {
  margin: calc(15px*5) !important;
}
.m--6 {
  margin: calc(15px*6) !important;
}
.m--7 {
  margin: calc(15px*7) !important;
}
.m--8 {
  margin: calc(15px*8) !important;
}
.m--9 {
  margin: calc(15px*9) !important;
}
.m-t--0 {
  margin-top: 0 !important;
}
.m-t--1 {
  margin-top: 15px !important;
}
.m-t--2 {
  margin-top: calc(15px*2) !important;
}
.m-t--3 {
  margin-top: calc(15px*3) !important;
}
.m-t--4 {
  margin-top: calc(15px*4) !important;
}
.m-t--5 {
  margin-top: calc(15px*5) !important;
}
.m-t--6 {
  margin-top: calc(15px*6) !important;
}
.m-t--7 {
  margin-top: calc(15px*7) !important;
}
.m-t--8 {
  margin-top: calc(15px*8) !important;
}
.m-t--9 {
  margin-top: calc(15px*9) !important;
}
.m-b--0 {
  margin-bottom: 0 !important;
}
.m-b--1 {
  margin-bottom: 15px !important;
}
.m-b--2 {
  margin-bottom: calc(15px*2) !important;
}
.m-b--3 {
  margin-bottom: calc(15px*3) !important;
}
.m-b--4 {
  margin-bottom: calc(15px*4) !important;
}
.m-b--5 {
  margin-bottom: calc(15px*5) !important;
}
.m-b--6 {
  margin-bottom: calc(15px*6) !important;
}
.m-b--7 {
  margin-bottom: calc(15px*7) !important;
}
.m-b--8 {
  margin-bottom: calc(15px*8) !important;
}
.m-b--9 {
  margin-bottom: calc(15px*9) !important;
}
.m-l--0 {
  margin-left: 0 !important;
}
.m-l--1 {
  margin-left: 15px !important;
}
.m-l--2 {
  margin-left: calc(15px*2) !important;
}
.m-l--3 {
  margin-left: calc(15px*3) !important;
}
.m-l--4 {
  margin-left: calc(15px*4) !important;
}
.m-l--5 {
  margin-left: calc(15px*5) !important;
}
.m-l--6 {
  margin-left: calc(15px*6) !important;
}
.m-l--7 {
  margin-left: calc(15px*7) !important;
}
.m-l--8 {
  margin-left: calc(15px*8) !important;
}
.m-l--9 {
  margin-left: calc(15px*9) !important;
}
.m-r--0 {
  margin-right: 0 !important;
}
.m-r--1 {
  margin-right: 15px !important;
}
.m-r--2 {
  margin-right: calc(15px*2) !important;
}
.m-r--3 {
  margin-right: calc(15px*3) !important;
}
.m-r--4 {
  margin-right: calc(15px*4) !important;
}
.m-r--5 {
  margin-right: calc(15px*5) !important;
}
.m-r--6 {
  margin-right: calc(15px*6) !important;
}
.m-r--7 {
  margin-right: calc(15px*7) !important;
}
.m-r--8 {
  margin-right: calc(15px*8) !important;
}
.m-r--9 {
  margin-right: calc(15px*9) !important;
}
.m-x--0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-x--1 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.m-x--2 {
  margin-left: calc(15px*2) !important;
  margin-right: calc(15px*2) !important;
}
.m-x--3 {
  margin-left: calc(15px*3) !important;
  margin-right: calc(15px*3) !important;
}
.m-x--4 {
  margin-left: calc(15px*4) !important;
  margin-right: calc(15px*4) !important;
}
.m-x--5 {
  margin-left: calc(15px*5) !important;
  margin-right: calc(15px*5) !important;
}
.m-x--6 {
  margin-left: calc(15px*6) !important;
  margin-right: calc(15px*6) !important;
}
.m-x--7 {
  margin-left: calc(15px*7) !important;
  margin-right: calc(15px*7) !important;
}
.m-x--8 {
  margin-left: calc(15px*8) !important;
  margin-right: calc(15px*8) !important;
}
.m-x--9 {
  margin-left: calc(15px*9) !important;
  margin-right: calc(15px*9) !important;
}
.m-y--0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-y--1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.m-y--2 {
  margin-top: calc(15px*2) !important;
  margin-bottom: calc(15px*2) !important;
}
.m-y--3 {
  margin-top: calc(15px*3) !important;
  margin-bottom: calc(15px*3) !important;
}
.m-y--4 {
  margin-top: calc(15px*4) !important;
  margin-bottom: calc(15px*4) !important;
}
.m-y--5 {
  margin-top: calc(15px*5) !important;
  margin-bottom: calc(15px*5) !important;
}
.m-y--6 {
  margin-top: calc(15px*6) !important;
  margin-bottom: calc(15px*6) !important;
}
.m-y--7 {
  margin-top: calc(15px*7) !important;
  margin-bottom: calc(15px*7) !important;
}
.m-y--8 {
  margin-top: calc(15px*8) !important;
  margin-bottom: calc(15px*8) !important;
}
.m-y--9 {
  margin-top: calc(15px*9) !important;
  margin-bottom: calc(15px*9) !important;
}
@media only screen and (min-width: 300px) {
  .p-xs--0 {
    padding: 0 !important;
  }
  .p-xs--1 {
    padding: 15px !important;
  }
  .p-xs--2 {
    padding: calc(15px*2) !important;
  }
  .p-xs--3 {
    padding: calc(15px*3) !important;
  }
  .p-xs--4 {
    padding: calc(15px*4) !important;
  }
  .p-xs--5 {
    padding: calc(15px*5) !important;
  }
  .p-xs--6 {
    padding: calc(15px*6) !important;
  }
  .p-xs--7 {
    padding: calc(15px*7) !important;
  }
  .p-xs--8 {
    padding: calc(15px*8) !important;
  }
  .p-xs--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-xs--0 {
    padding-top: 0 !important;
  }
  .p-t-xs--1 {
    padding-top: 15px !important;
  }
  .p-t-xs--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-xs--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-xs--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-xs--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-xs--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-xs--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-xs--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-xs--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-xs--0 {
    padding-bottom: 0 !important;
  }
  .p-b-xs--1 {
    padding-bottom: 15px !important;
  }
  .p-b-xs--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-xs--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-xs--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-xs--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-xs--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-xs--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-xs--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-xs--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-xs--0 {
    padding-left: 0 !important;
  }
  .p-l-xs--1 {
    padding-left: 15px !important;
  }
  .p-l-xs--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-xs--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-xs--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-xs--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-xs--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-xs--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-xs--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-xs--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-xs--0 {
    padding-right: 0 !important;
  }
  .p-r-xs--1 {
    padding-right: 15px !important;
  }
  .p-r-xs--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-xs--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-xs--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-xs--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-xs--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-xs--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-xs--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-xs--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-xs--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-xs--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-xs--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-xs--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-xs--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-xs--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-xs--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-xs--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-xs--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-xs--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-xs--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-xs--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-xs--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-xs--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-xs--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-xs--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-xs--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-xs--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-xs--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-xs--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-xs--0 {
    margin: 0 !important;
  }
  .m-xs--1 {
    margin: 15px !important;
  }
  .m-xs--2 {
    margin: calc(15px*2) !important;
  }
  .m-xs--3 {
    margin: calc(15px*3) !important;
  }
  .m-xs--4 {
    margin: calc(15px*4) !important;
  }
  .m-xs--5 {
    margin: calc(15px*5) !important;
  }
  .m-xs--6 {
    margin: calc(15px*6) !important;
  }
  .m-xs--7 {
    margin: calc(15px*7) !important;
  }
  .m-xs--8 {
    margin: calc(15px*8) !important;
  }
  .m-xs--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-xs--0 {
    margin-top: 0 !important;
  }
  .m-t-xs--1 {
    margin-top: 15px !important;
  }
  .m-t-xs--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-xs--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-xs--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-xs--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-xs--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-xs--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-xs--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-xs--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-xs--0 {
    margin-bottom: 0 !important;
  }
  .m-b-xs--1 {
    margin-bottom: 15px !important;
  }
  .m-b-xs--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-xs--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-xs--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-xs--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-xs--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-xs--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-xs--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-xs--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-xs--0 {
    margin-left: 0 !important;
  }
  .m-l-xs--1 {
    margin-left: 15px !important;
  }
  .m-l-xs--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-xs--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-xs--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-xs--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-xs--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-xs--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-xs--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-xs--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-xs--0 {
    margin-right: 0 !important;
  }
  .m-r-xs--1 {
    margin-right: 15px !important;
  }
  .m-r-xs--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-xs--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-xs--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-xs--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-xs--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-xs--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-xs--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-xs--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-xs--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-xs--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-xs--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-xs--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-xs--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-xs--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-xs--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-xs--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-xs--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-xs--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-xs--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-xs--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-xs--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-xs--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-xs--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-xs--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-xs--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-xs--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-xs--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-xs--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 576px) {
  .p-sm--0 {
    padding: 0 !important;
  }
  .p-sm--1 {
    padding: 15px !important;
  }
  .p-sm--2 {
    padding: calc(15px*2) !important;
  }
  .p-sm--3 {
    padding: calc(15px*3) !important;
  }
  .p-sm--4 {
    padding: calc(15px*4) !important;
  }
  .p-sm--5 {
    padding: calc(15px*5) !important;
  }
  .p-sm--6 {
    padding: calc(15px*6) !important;
  }
  .p-sm--7 {
    padding: calc(15px*7) !important;
  }
  .p-sm--8 {
    padding: calc(15px*8) !important;
  }
  .p-sm--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-sm--0 {
    padding-top: 0 !important;
  }
  .p-t-sm--1 {
    padding-top: 15px !important;
  }
  .p-t-sm--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-sm--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-sm--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-sm--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-sm--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-sm--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-sm--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-sm--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-sm--0 {
    padding-bottom: 0 !important;
  }
  .p-b-sm--1 {
    padding-bottom: 15px !important;
  }
  .p-b-sm--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-sm--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-sm--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-sm--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-sm--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-sm--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-sm--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-sm--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-sm--0 {
    padding-left: 0 !important;
  }
  .p-l-sm--1 {
    padding-left: 15px !important;
  }
  .p-l-sm--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-sm--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-sm--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-sm--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-sm--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-sm--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-sm--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-sm--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-sm--0 {
    padding-right: 0 !important;
  }
  .p-r-sm--1 {
    padding-right: 15px !important;
  }
  .p-r-sm--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-sm--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-sm--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-sm--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-sm--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-sm--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-sm--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-sm--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-sm--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-sm--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-sm--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-sm--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-sm--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-sm--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-sm--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-sm--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-sm--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-sm--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-sm--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-sm--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-sm--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-sm--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-sm--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-sm--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-sm--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-sm--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-sm--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-sm--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-sm--0 {
    margin: 0 !important;
  }
  .m-sm--1 {
    margin: 15px !important;
  }
  .m-sm--2 {
    margin: calc(15px*2) !important;
  }
  .m-sm--3 {
    margin: calc(15px*3) !important;
  }
  .m-sm--4 {
    margin: calc(15px*4) !important;
  }
  .m-sm--5 {
    margin: calc(15px*5) !important;
  }
  .m-sm--6 {
    margin: calc(15px*6) !important;
  }
  .m-sm--7 {
    margin: calc(15px*7) !important;
  }
  .m-sm--8 {
    margin: calc(15px*8) !important;
  }
  .m-sm--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-sm--0 {
    margin-top: 0 !important;
  }
  .m-t-sm--1 {
    margin-top: 15px !important;
  }
  .m-t-sm--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-sm--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-sm--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-sm--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-sm--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-sm--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-sm--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-sm--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-sm--0 {
    margin-bottom: 0 !important;
  }
  .m-b-sm--1 {
    margin-bottom: 15px !important;
  }
  .m-b-sm--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-sm--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-sm--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-sm--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-sm--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-sm--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-sm--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-sm--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-sm--0 {
    margin-left: 0 !important;
  }
  .m-l-sm--1 {
    margin-left: 15px !important;
  }
  .m-l-sm--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-sm--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-sm--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-sm--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-sm--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-sm--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-sm--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-sm--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-sm--0 {
    margin-right: 0 !important;
  }
  .m-r-sm--1 {
    margin-right: 15px !important;
  }
  .m-r-sm--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-sm--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-sm--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-sm--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-sm--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-sm--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-sm--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-sm--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-sm--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-sm--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-sm--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-sm--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-sm--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-sm--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-sm--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-sm--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-sm--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-sm--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-sm--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-sm--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-sm--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-sm--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-sm--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-sm--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-sm--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-sm--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-sm--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-sm--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 768px) {
  .p-md--0 {
    padding: 0 !important;
  }
  .p-md--1 {
    padding: 15px !important;
  }
  .p-md--2 {
    padding: calc(15px*2) !important;
  }
  .p-md--3 {
    padding: calc(15px*3) !important;
  }
  .p-md--4 {
    padding: calc(15px*4) !important;
  }
  .p-md--5 {
    padding: calc(15px*5) !important;
  }
  .p-md--6 {
    padding: calc(15px*6) !important;
  }
  .p-md--7 {
    padding: calc(15px*7) !important;
  }
  .p-md--8 {
    padding: calc(15px*8) !important;
  }
  .p-md--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-md--0 {
    padding-top: 0 !important;
  }
  .p-t-md--1 {
    padding-top: 15px !important;
  }
  .p-t-md--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-md--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-md--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-md--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-md--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-md--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-md--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-md--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-md--0 {
    padding-bottom: 0 !important;
  }
  .p-b-md--1 {
    padding-bottom: 15px !important;
  }
  .p-b-md--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-md--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-md--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-md--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-md--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-md--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-md--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-md--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-md--0 {
    padding-left: 0 !important;
  }
  .p-l-md--1 {
    padding-left: 15px !important;
  }
  .p-l-md--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-md--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-md--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-md--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-md--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-md--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-md--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-md--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-md--0 {
    padding-right: 0 !important;
  }
  .p-r-md--1 {
    padding-right: 15px !important;
  }
  .p-r-md--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-md--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-md--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-md--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-md--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-md--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-md--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-md--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-md--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-md--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-md--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-md--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-md--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-md--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-md--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-md--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-md--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-md--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-md--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-md--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-md--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-md--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-md--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-md--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-md--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-md--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-md--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-md--0 {
    margin: 0 !important;
  }
  .m-md--1 {
    margin: 15px !important;
  }
  .m-md--2 {
    margin: calc(15px*2) !important;
  }
  .m-md--3 {
    margin: calc(15px*3) !important;
  }
  .m-md--4 {
    margin: calc(15px*4) !important;
  }
  .m-md--5 {
    margin: calc(15px*5) !important;
  }
  .m-md--6 {
    margin: calc(15px*6) !important;
  }
  .m-md--7 {
    margin: calc(15px*7) !important;
  }
  .m-md--8 {
    margin: calc(15px*8) !important;
  }
  .m-md--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-md--0 {
    margin-top: 0 !important;
  }
  .m-t-md--1 {
    margin-top: 15px !important;
  }
  .m-t-md--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-md--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-md--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-md--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-md--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-md--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-md--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-md--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-md--0 {
    margin-bottom: 0 !important;
  }
  .m-b-md--1 {
    margin-bottom: 15px !important;
  }
  .m-b-md--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-md--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-md--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-md--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-md--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-md--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-md--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-md--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-md--0 {
    margin-left: 0 !important;
  }
  .m-l-md--1 {
    margin-left: 15px !important;
  }
  .m-l-md--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-md--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-md--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-md--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-md--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-md--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-md--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-md--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-md--0 {
    margin-right: 0 !important;
  }
  .m-r-md--1 {
    margin-right: 15px !important;
  }
  .m-r-md--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-md--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-md--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-md--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-md--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-md--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-md--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-md--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-md--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-md--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-md--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-md--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-md--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-md--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-md--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-md--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-md--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-md--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-md--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-md--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-md--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-md--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-md--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-md--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-md--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-md--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-md--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-md--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 992px) {
  .p-lg--0 {
    padding: 0 !important;
  }
  .p-lg--1 {
    padding: 15px !important;
  }
  .p-lg--2 {
    padding: calc(15px*2) !important;
  }
  .p-lg--3 {
    padding: calc(15px*3) !important;
  }
  .p-lg--4 {
    padding: calc(15px*4) !important;
  }
  .p-lg--5 {
    padding: calc(15px*5) !important;
  }
  .p-lg--6 {
    padding: calc(15px*6) !important;
  }
  .p-lg--7 {
    padding: calc(15px*7) !important;
  }
  .p-lg--8 {
    padding: calc(15px*8) !important;
  }
  .p-lg--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-lg--0 {
    padding-top: 0 !important;
  }
  .p-t-lg--1 {
    padding-top: 15px !important;
  }
  .p-t-lg--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-lg--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-lg--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-lg--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-lg--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-lg--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-lg--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-lg--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-lg--0 {
    padding-bottom: 0 !important;
  }
  .p-b-lg--1 {
    padding-bottom: 15px !important;
  }
  .p-b-lg--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-lg--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-lg--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-lg--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-lg--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-lg--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-lg--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-lg--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-lg--0 {
    padding-left: 0 !important;
  }
  .p-l-lg--1 {
    padding-left: 15px !important;
  }
  .p-l-lg--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-lg--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-lg--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-lg--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-lg--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-lg--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-lg--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-lg--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-lg--0 {
    padding-right: 0 !important;
  }
  .p-r-lg--1 {
    padding-right: 15px !important;
  }
  .p-r-lg--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-lg--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-lg--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-lg--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-lg--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-lg--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-lg--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-lg--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-lg--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-lg--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-lg--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-lg--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-lg--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-lg--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-lg--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-lg--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-lg--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-lg--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-lg--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-lg--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-lg--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-lg--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-lg--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-lg--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-lg--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-lg--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-lg--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-lg--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-lg--0 {
    margin: 0 !important;
  }
  .m-lg--1 {
    margin: 15px !important;
  }
  .m-lg--2 {
    margin: calc(15px*2) !important;
  }
  .m-lg--3 {
    margin: calc(15px*3) !important;
  }
  .m-lg--4 {
    margin: calc(15px*4) !important;
  }
  .m-lg--5 {
    margin: calc(15px*5) !important;
  }
  .m-lg--6 {
    margin: calc(15px*6) !important;
  }
  .m-lg--7 {
    margin: calc(15px*7) !important;
  }
  .m-lg--8 {
    margin: calc(15px*8) !important;
  }
  .m-lg--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-lg--0 {
    margin-top: 0 !important;
  }
  .m-t-lg--1 {
    margin-top: 15px !important;
  }
  .m-t-lg--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-lg--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-lg--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-lg--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-lg--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-lg--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-lg--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-lg--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-lg--0 {
    margin-bottom: 0 !important;
  }
  .m-b-lg--1 {
    margin-bottom: 15px !important;
  }
  .m-b-lg--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-lg--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-lg--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-lg--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-lg--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-lg--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-lg--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-lg--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-lg--0 {
    margin-left: 0 !important;
  }
  .m-l-lg--1 {
    margin-left: 15px !important;
  }
  .m-l-lg--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-lg--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-lg--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-lg--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-lg--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-lg--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-lg--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-lg--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-lg--0 {
    margin-right: 0 !important;
  }
  .m-r-lg--1 {
    margin-right: 15px !important;
  }
  .m-r-lg--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-lg--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-lg--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-lg--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-lg--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-lg--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-lg--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-lg--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-lg--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-lg--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-lg--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-lg--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-lg--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-lg--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-lg--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-lg--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-lg--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-lg--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-lg--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-lg--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-lg--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-lg--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-lg--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-lg--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-lg--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-lg--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-lg--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-lg--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .p-xl--0 {
    padding: 0 !important;
  }
  .p-xl--1 {
    padding: 15px !important;
  }
  .p-xl--2 {
    padding: calc(15px*2) !important;
  }
  .p-xl--3 {
    padding: calc(15px*3) !important;
  }
  .p-xl--4 {
    padding: calc(15px*4) !important;
  }
  .p-xl--5 {
    padding: calc(15px*5) !important;
  }
  .p-xl--6 {
    padding: calc(15px*6) !important;
  }
  .p-xl--7 {
    padding: calc(15px*7) !important;
  }
  .p-xl--8 {
    padding: calc(15px*8) !important;
  }
  .p-xl--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-xl--0 {
    padding-top: 0 !important;
  }
  .p-t-xl--1 {
    padding-top: 15px !important;
  }
  .p-t-xl--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-xl--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-xl--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-xl--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-xl--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-xl--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-xl--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-xl--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-xl--0 {
    padding-bottom: 0 !important;
  }
  .p-b-xl--1 {
    padding-bottom: 15px !important;
  }
  .p-b-xl--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-xl--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-xl--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-xl--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-xl--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-xl--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-xl--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-xl--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-xl--0 {
    padding-left: 0 !important;
  }
  .p-l-xl--1 {
    padding-left: 15px !important;
  }
  .p-l-xl--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-xl--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-xl--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-xl--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-xl--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-xl--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-xl--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-xl--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-xl--0 {
    padding-right: 0 !important;
  }
  .p-r-xl--1 {
    padding-right: 15px !important;
  }
  .p-r-xl--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-xl--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-xl--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-xl--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-xl--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-xl--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-xl--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-xl--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-xl--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-xl--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-xl--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-xl--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-xl--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-xl--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-xl--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-xl--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-xl--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-xl--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-xl--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-xl--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-xl--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-xl--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-xl--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-xl--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-xl--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-xl--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-xl--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-xl--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-xl--0 {
    margin: 0 !important;
  }
  .m-xl--1 {
    margin: 15px !important;
  }
  .m-xl--2 {
    margin: calc(15px*2) !important;
  }
  .m-xl--3 {
    margin: calc(15px*3) !important;
  }
  .m-xl--4 {
    margin: calc(15px*4) !important;
  }
  .m-xl--5 {
    margin: calc(15px*5) !important;
  }
  .m-xl--6 {
    margin: calc(15px*6) !important;
  }
  .m-xl--7 {
    margin: calc(15px*7) !important;
  }
  .m-xl--8 {
    margin: calc(15px*8) !important;
  }
  .m-xl--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-xl--0 {
    margin-top: 0 !important;
  }
  .m-t-xl--1 {
    margin-top: 15px !important;
  }
  .m-t-xl--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-xl--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-xl--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-xl--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-xl--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-xl--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-xl--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-xl--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-xl--0 {
    margin-bottom: 0 !important;
  }
  .m-b-xl--1 {
    margin-bottom: 15px !important;
  }
  .m-b-xl--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-xl--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-xl--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-xl--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-xl--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-xl--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-xl--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-xl--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-xl--0 {
    margin-left: 0 !important;
  }
  .m-l-xl--1 {
    margin-left: 15px !important;
  }
  .m-l-xl--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-xl--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-xl--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-xl--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-xl--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-xl--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-xl--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-xl--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-xl--0 {
    margin-right: 0 !important;
  }
  .m-r-xl--1 {
    margin-right: 15px !important;
  }
  .m-r-xl--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-xl--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-xl--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-xl--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-xl--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-xl--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-xl--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-xl--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-xl--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-xl--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-xl--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-xl--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-xl--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-xl--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-xl--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-xl--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-xl--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-xl--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-xl--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-xl--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-xl--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-xl--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-xl--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-xl--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-xl--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-xl--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-xl--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-xl--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 1400px) {
  .p-xxl--0 {
    padding: 0 !important;
  }
  .p-xxl--1 {
    padding: 15px !important;
  }
  .p-xxl--2 {
    padding: calc(15px*2) !important;
  }
  .p-xxl--3 {
    padding: calc(15px*3) !important;
  }
  .p-xxl--4 {
    padding: calc(15px*4) !important;
  }
  .p-xxl--5 {
    padding: calc(15px*5) !important;
  }
  .p-xxl--6 {
    padding: calc(15px*6) !important;
  }
  .p-xxl--7 {
    padding: calc(15px*7) !important;
  }
  .p-xxl--8 {
    padding: calc(15px*8) !important;
  }
  .p-xxl--9 {
    padding: calc(15px*9) !important;
  }
  .p-t-xxl--0 {
    padding-top: 0 !important;
  }
  .p-t-xxl--1 {
    padding-top: 15px !important;
  }
  .p-t-xxl--2 {
    padding-top: calc(15px*2) !important;
  }
  .p-t-xxl--3 {
    padding-top: calc(15px*3) !important;
  }
  .p-t-xxl--4 {
    padding-top: calc(15px*4) !important;
  }
  .p-t-xxl--5 {
    padding-top: calc(15px*5) !important;
  }
  .p-t-xxl--6 {
    padding-top: calc(15px*6) !important;
  }
  .p-t-xxl--7 {
    padding-top: calc(15px*7) !important;
  }
  .p-t-xxl--8 {
    padding-top: calc(15px*8) !important;
  }
  .p-t-xxl--9 {
    padding-top: calc(15px*9) !important;
  }
  .p-b-xxl--0 {
    padding-bottom: 0 !important;
  }
  .p-b-xxl--1 {
    padding-bottom: 15px !important;
  }
  .p-b-xxl--2 {
    padding-bottom: calc(15px*2) !important;
  }
  .p-b-xxl--3 {
    padding-bottom: calc(15px*3) !important;
  }
  .p-b-xxl--4 {
    padding-bottom: calc(15px*4) !important;
  }
  .p-b-xxl--5 {
    padding-bottom: calc(15px*5) !important;
  }
  .p-b-xxl--6 {
    padding-bottom: calc(15px*6) !important;
  }
  .p-b-xxl--7 {
    padding-bottom: calc(15px*7) !important;
  }
  .p-b-xxl--8 {
    padding-bottom: calc(15px*8) !important;
  }
  .p-b-xxl--9 {
    padding-bottom: calc(15px*9) !important;
  }
  .p-l-xxl--0 {
    padding-left: 0 !important;
  }
  .p-l-xxl--1 {
    padding-left: 15px !important;
  }
  .p-l-xxl--2 {
    padding-left: calc(15px*2) !important;
  }
  .p-l-xxl--3 {
    padding-left: calc(15px*3) !important;
  }
  .p-l-xxl--4 {
    padding-left: calc(15px*4) !important;
  }
  .p-l-xxl--5 {
    padding-left: calc(15px*5) !important;
  }
  .p-l-xxl--6 {
    padding-left: calc(15px*6) !important;
  }
  .p-l-xxl--7 {
    padding-left: calc(15px*7) !important;
  }
  .p-l-xxl--8 {
    padding-left: calc(15px*8) !important;
  }
  .p-l-xxl--9 {
    padding-left: calc(15px*9) !important;
  }
  .p-r-xxl--0 {
    padding-right: 0 !important;
  }
  .p-r-xxl--1 {
    padding-right: 15px !important;
  }
  .p-r-xxl--2 {
    padding-right: calc(15px*2) !important;
  }
  .p-r-xxl--3 {
    padding-right: calc(15px*3) !important;
  }
  .p-r-xxl--4 {
    padding-right: calc(15px*4) !important;
  }
  .p-r-xxl--5 {
    padding-right: calc(15px*5) !important;
  }
  .p-r-xxl--6 {
    padding-right: calc(15px*6) !important;
  }
  .p-r-xxl--7 {
    padding-right: calc(15px*7) !important;
  }
  .p-r-xxl--8 {
    padding-right: calc(15px*8) !important;
  }
  .p-r-xxl--9 {
    padding-right: calc(15px*9) !important;
  }
  .p-x-xxl--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-x-xxl--1 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-x-xxl--2 {
    padding-left: calc(15px*2) !important;
    padding-right: calc(15px*2) !important;
  }
  .p-x-xxl--3 {
    padding-left: calc(15px*3) !important;
    padding-right: calc(15px*3) !important;
  }
  .p-x-xxl--4 {
    padding-left: calc(15px*4) !important;
    padding-right: calc(15px*4) !important;
  }
  .p-x-xxl--5 {
    padding-left: calc(15px*5) !important;
    padding-right: calc(15px*5) !important;
  }
  .p-x-xxl--6 {
    padding-left: calc(15px*6) !important;
    padding-right: calc(15px*6) !important;
  }
  .p-x-xxl--7 {
    padding-left: calc(15px*7) !important;
    padding-right: calc(15px*7) !important;
  }
  .p-x-xxl--8 {
    padding-left: calc(15px*8) !important;
    padding-right: calc(15px*8) !important;
  }
  .p-x-xxl--9 {
    padding-left: calc(15px*9) !important;
    padding-right: calc(15px*9) !important;
  }
  .p-y-xxl--0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-y-xxl--1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .p-y-xxl--2 {
    padding-top: calc(15px*2) !important;
    padding-bottom: calc(15px*2) !important;
  }
  .p-y-xxl--3 {
    padding-top: calc(15px*3) !important;
    padding-bottom: calc(15px*3) !important;
  }
  .p-y-xxl--4 {
    padding-top: calc(15px*4) !important;
    padding-bottom: calc(15px*4) !important;
  }
  .p-y-xxl--5 {
    padding-top: calc(15px*5) !important;
    padding-bottom: calc(15px*5) !important;
  }
  .p-y-xxl--6 {
    padding-top: calc(15px*6) !important;
    padding-bottom: calc(15px*6) !important;
  }
  .p-y-xxl--7 {
    padding-top: calc(15px*7) !important;
    padding-bottom: calc(15px*7) !important;
  }
  .p-y-xxl--8 {
    padding-top: calc(15px*8) !important;
    padding-bottom: calc(15px*8) !important;
  }
  .p-y-xxl--9 {
    padding-top: calc(15px*9) !important;
    padding-bottom: calc(15px*9) !important;
  }
  .m-xxl--0 {
    margin: 0 !important;
  }
  .m-xxl--1 {
    margin: 15px !important;
  }
  .m-xxl--2 {
    margin: calc(15px*2) !important;
  }
  .m-xxl--3 {
    margin: calc(15px*3) !important;
  }
  .m-xxl--4 {
    margin: calc(15px*4) !important;
  }
  .m-xxl--5 {
    margin: calc(15px*5) !important;
  }
  .m-xxl--6 {
    margin: calc(15px*6) !important;
  }
  .m-xxl--7 {
    margin: calc(15px*7) !important;
  }
  .m-xxl--8 {
    margin: calc(15px*8) !important;
  }
  .m-xxl--9 {
    margin: calc(15px*9) !important;
  }
  .m-t-xxl--0 {
    margin-top: 0 !important;
  }
  .m-t-xxl--1 {
    margin-top: 15px !important;
  }
  .m-t-xxl--2 {
    margin-top: calc(15px*2) !important;
  }
  .m-t-xxl--3 {
    margin-top: calc(15px*3) !important;
  }
  .m-t-xxl--4 {
    margin-top: calc(15px*4) !important;
  }
  .m-t-xxl--5 {
    margin-top: calc(15px*5) !important;
  }
  .m-t-xxl--6 {
    margin-top: calc(15px*6) !important;
  }
  .m-t-xxl--7 {
    margin-top: calc(15px*7) !important;
  }
  .m-t-xxl--8 {
    margin-top: calc(15px*8) !important;
  }
  .m-t-xxl--9 {
    margin-top: calc(15px*9) !important;
  }
  .m-b-xxl--0 {
    margin-bottom: 0 !important;
  }
  .m-b-xxl--1 {
    margin-bottom: 15px !important;
  }
  .m-b-xxl--2 {
    margin-bottom: calc(15px*2) !important;
  }
  .m-b-xxl--3 {
    margin-bottom: calc(15px*3) !important;
  }
  .m-b-xxl--4 {
    margin-bottom: calc(15px*4) !important;
  }
  .m-b-xxl--5 {
    margin-bottom: calc(15px*5) !important;
  }
  .m-b-xxl--6 {
    margin-bottom: calc(15px*6) !important;
  }
  .m-b-xxl--7 {
    margin-bottom: calc(15px*7) !important;
  }
  .m-b-xxl--8 {
    margin-bottom: calc(15px*8) !important;
  }
  .m-b-xxl--9 {
    margin-bottom: calc(15px*9) !important;
  }
  .m-l-xxl--0 {
    margin-left: 0 !important;
  }
  .m-l-xxl--1 {
    margin-left: 15px !important;
  }
  .m-l-xxl--2 {
    margin-left: calc(15px*2) !important;
  }
  .m-l-xxl--3 {
    margin-left: calc(15px*3) !important;
  }
  .m-l-xxl--4 {
    margin-left: calc(15px*4) !important;
  }
  .m-l-xxl--5 {
    margin-left: calc(15px*5) !important;
  }
  .m-l-xxl--6 {
    margin-left: calc(15px*6) !important;
  }
  .m-l-xxl--7 {
    margin-left: calc(15px*7) !important;
  }
  .m-l-xxl--8 {
    margin-left: calc(15px*8) !important;
  }
  .m-l-xxl--9 {
    margin-left: calc(15px*9) !important;
  }
  .m-r-xxl--0 {
    margin-right: 0 !important;
  }
  .m-r-xxl--1 {
    margin-right: 15px !important;
  }
  .m-r-xxl--2 {
    margin-right: calc(15px*2) !important;
  }
  .m-r-xxl--3 {
    margin-right: calc(15px*3) !important;
  }
  .m-r-xxl--4 {
    margin-right: calc(15px*4) !important;
  }
  .m-r-xxl--5 {
    margin-right: calc(15px*5) !important;
  }
  .m-r-xxl--6 {
    margin-right: calc(15px*6) !important;
  }
  .m-r-xxl--7 {
    margin-right: calc(15px*7) !important;
  }
  .m-r-xxl--8 {
    margin-right: calc(15px*8) !important;
  }
  .m-r-xxl--9 {
    margin-right: calc(15px*9) !important;
  }
  .m-x-xxl--0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-x-xxl--1 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .m-x-xxl--2 {
    margin-left: calc(15px*2) !important;
    margin-right: calc(15px*2) !important;
  }
  .m-x-xxl--3 {
    margin-left: calc(15px*3) !important;
    margin-right: calc(15px*3) !important;
  }
  .m-x-xxl--4 {
    margin-left: calc(15px*4) !important;
    margin-right: calc(15px*4) !important;
  }
  .m-x-xxl--5 {
    margin-left: calc(15px*5) !important;
    margin-right: calc(15px*5) !important;
  }
  .m-x-xxl--6 {
    margin-left: calc(15px*6) !important;
    margin-right: calc(15px*6) !important;
  }
  .m-x-xxl--7 {
    margin-left: calc(15px*7) !important;
    margin-right: calc(15px*7) !important;
  }
  .m-x-xxl--8 {
    margin-left: calc(15px*8) !important;
    margin-right: calc(15px*8) !important;
  }
  .m-x-xxl--9 {
    margin-left: calc(15px*9) !important;
    margin-right: calc(15px*9) !important;
  }
  .m-y-xxl--0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-y-xxl--1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .m-y-xxl--2 {
    margin-top: calc(15px*2) !important;
    margin-bottom: calc(15px*2) !important;
  }
  .m-y-xxl--3 {
    margin-top: calc(15px*3) !important;
    margin-bottom: calc(15px*3) !important;
  }
  .m-y-xxl--4 {
    margin-top: calc(15px*4) !important;
    margin-bottom: calc(15px*4) !important;
  }
  .m-y-xxl--5 {
    margin-top: calc(15px*5) !important;
    margin-bottom: calc(15px*5) !important;
  }
  .m-y-xxl--6 {
    margin-top: calc(15px*6) !important;
    margin-bottom: calc(15px*6) !important;
  }
  .m-y-xxl--7 {
    margin-top: calc(15px*7) !important;
    margin-bottom: calc(15px*7) !important;
  }
  .m-y-xxl--8 {
    margin-top: calc(15px*8) !important;
    margin-bottom: calc(15px*8) !important;
  }
  .m-y-xxl--9 {
    margin-top: calc(15px*9) !important;
    margin-bottom: calc(15px*9) !important;
  }
}
.gap--0 {
  gap: 0 !important;
}
.gap--1 {
  gap: 15px !important;
}
.gap--2 {
  gap: calc(15px*2) !important;
}
.gap--3 {
  gap: calc(15px*3) !important;
}
.gap--4 {
  gap: calc(15px*4) !important;
}
.gap--5 {
  gap: calc(15px*5) !important;
}
.gap--6 {
  gap: calc(15px*6) !important;
}
.gap--7 {
  gap: calc(15px*7) !important;
}
.gap--8 {
  gap: calc(15px*8) !important;
}
.gap--9 {
  gap: calc(15px*9) !important;
}
@media only screen and (min-width: 300px) {
  .gap-xs--0 {
    gap: 0 !important;
  }
  .gap-xs--1 {
    gap: 15px !important;
  }
  .gap-xs--2 {
    gap: calc(15px*2) !important;
  }
  .gap-xs--3 {
    gap: calc(15px*3) !important;
  }
  .gap-xs--4 {
    gap: calc(15px*4) !important;
  }
  .gap-xs--5 {
    gap: calc(15px*5) !important;
  }
  .gap-xs--6 {
    gap: calc(15px*6) !important;
  }
  .gap-xs--7 {
    gap: calc(15px*7) !important;
  }
  .gap-xs--8 {
    gap: calc(15px*8) !important;
  }
  .gap-xs--9 {
    gap: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 576px) {
  .gap-sm--0 {
    gap: 0 !important;
  }
  .gap-sm--1 {
    gap: 15px !important;
  }
  .gap-sm--2 {
    gap: calc(15px*2) !important;
  }
  .gap-sm--3 {
    gap: calc(15px*3) !important;
  }
  .gap-sm--4 {
    gap: calc(15px*4) !important;
  }
  .gap-sm--5 {
    gap: calc(15px*5) !important;
  }
  .gap-sm--6 {
    gap: calc(15px*6) !important;
  }
  .gap-sm--7 {
    gap: calc(15px*7) !important;
  }
  .gap-sm--8 {
    gap: calc(15px*8) !important;
  }
  .gap-sm--9 {
    gap: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 768px) {
  .gap-md--0 {
    gap: 0 !important;
  }
  .gap-md--1 {
    gap: 15px !important;
  }
  .gap-md--2 {
    gap: calc(15px*2) !important;
  }
  .gap-md--3 {
    gap: calc(15px*3) !important;
  }
  .gap-md--4 {
    gap: calc(15px*4) !important;
  }
  .gap-md--5 {
    gap: calc(15px*5) !important;
  }
  .gap-md--6 {
    gap: calc(15px*6) !important;
  }
  .gap-md--7 {
    gap: calc(15px*7) !important;
  }
  .gap-md--8 {
    gap: calc(15px*8) !important;
  }
  .gap-md--9 {
    gap: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 992px) {
  .gap-lg--0 {
    gap: 0 !important;
  }
  .gap-lg--1 {
    gap: 15px !important;
  }
  .gap-lg--2 {
    gap: calc(15px*2) !important;
  }
  .gap-lg--3 {
    gap: calc(15px*3) !important;
  }
  .gap-lg--4 {
    gap: calc(15px*4) !important;
  }
  .gap-lg--5 {
    gap: calc(15px*5) !important;
  }
  .gap-lg--6 {
    gap: calc(15px*6) !important;
  }
  .gap-lg--7 {
    gap: calc(15px*7) !important;
  }
  .gap-lg--8 {
    gap: calc(15px*8) !important;
  }
  .gap-lg--9 {
    gap: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 1200px) {
  .gap-xl--0 {
    gap: 0 !important;
  }
  .gap-xl--1 {
    gap: 15px !important;
  }
  .gap-xl--2 {
    gap: calc(15px*2) !important;
  }
  .gap-xl--3 {
    gap: calc(15px*3) !important;
  }
  .gap-xl--4 {
    gap: calc(15px*4) !important;
  }
  .gap-xl--5 {
    gap: calc(15px*5) !important;
  }
  .gap-xl--6 {
    gap: calc(15px*6) !important;
  }
  .gap-xl--7 {
    gap: calc(15px*7) !important;
  }
  .gap-xl--8 {
    gap: calc(15px*8) !important;
  }
  .gap-xl--9 {
    gap: calc(15px*9) !important;
  }
}
@media only screen and (min-width: 1400px) {
  .gap-xxl--0 {
    gap: 0 !important;
  }
  .gap-xxl--1 {
    gap: 15px !important;
  }
  .gap-xxl--2 {
    gap: calc(15px*2) !important;
  }
  .gap-xxl--3 {
    gap: calc(15px*3) !important;
  }
  .gap-xxl--4 {
    gap: calc(15px*4) !important;
  }
  .gap-xxl--5 {
    gap: calc(15px*5) !important;
  }
  .gap-xxl--6 {
    gap: calc(15px*6) !important;
  }
  .gap-xxl--7 {
    gap: calc(15px*7) !important;
  }
  .gap-xxl--8 {
    gap: calc(15px*8) !important;
  }
  .gap-xxl--9 {
    gap: calc(15px*9) !important;
  }
}
.nospacin {
  padding: 0 !important;
  margin: 0 !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root {
  --font-weight: 300;
  --line-height: 1.2em;
  --font-heading: "Playfair Display", sans-serif;
  --spacing: 15px;
  --width-sm: 576px;
  --width-md: 768px;
  --width-lg: 992px;
  --width-xl: 1200px;
  --width-xxl: 1400px;
  --color-logo: #b9fd77;
  --color-primary: #1eba54;
  --color-secondary: #332f2b;
  --color-third: #aeacac;
  --color-ultralightgrey: #e4e4e4;
  --color-grey: #d4d4d4;
  --color-white-grey: #f5f4ef;
  --color-txt: #363636;
  --color-error: #af2828;
  --color-error-bg: #f1b6b6;
  --color-success: #288d1b;
  --color-success-bg: #f2ece0;
  --accent-color-dark: #143c8c;
  --border-radius: 3px;
  --transition: all 400ms;
  /**
  	 * Les tailles des polices responsive
  	 * @url https://utopia.fyi/type/calculator?c=375,18,1.125,1488,24,1.2,9,3,&s=0.75,1.5%7C1.75%7C2%7C3%7C4%7C6%7C8%7C10%7C13,s-l&g=m,xl,2xl,12
  	 */
  /* fz -3: 11.2373px → 10.4167px */
  --fz--3: clamp(0.651rem, 0.7196rem + -0.0737vw, 0.7023rem);
  /* fz -2: 12.642px → 12.5px */
  --fz--2: clamp(0.7813rem, 0.7931rem + -0.0128vw, 0.7901rem);
  /* fz -1: 14.2222px → 15px */
  --fz--1: clamp(0.8889rem, 0.8725rem + 0.0699vw, 0.9375rem);
  /* fz 0: 16px → 18px */
  --fz-0: clamp(1rem, 0.9579rem + 0.1797vw, 1.125rem);
  /* fz 1: 18px → 21.6px */
  --fz-1: clamp(1.125rem, 1.0492rem + 0.3235vw, 1.35rem);
  /* fz 2: 20.25px → 25.92px */
  --fz-2: clamp(1.2656rem, 1.1462rem + 0.5094vw, 1.62rem);
  /* fz 3: 22.7813px → 31.104px */
  --fz-3: clamp(1.4238rem, 1.2486rem + 0.7478vw, 1.944rem);
  /* fz 4: 25.6289px → 37.3248px */
  --fz-4: clamp(1.6018rem, 1.3555rem + 1.0508vw, 2.3328rem);
  /* fz 5: 28.8325px → 44.7898px */
  --fz-5: clamp(1.802rem, 1.466rem + 1.4337vw, 2.7994rem);
  /* fz 6: 32.4366px → 53.7477px */
  --fz-6: clamp(2.0273rem, 1.5785rem + 1.9147vw, 3.3592rem);
  /* fz 7: 36.4912px → 64.4973px */
  --fz-7: clamp(2.2807rem, 1.6909rem + 2.5163vw, 4.0311rem);
  /* fz 8: 41.0526px → 77.3967px */
  --fz-8: clamp(2.5658rem, 1.8005rem + 3.2654vw, 4.8373rem);
  /* fz 9: 46.1841px → 92.876px */
  --fz-9: clamp(2.8865rem, 1.9033rem + 4.1951vw, 5.8048rem);
  --text-length: 64ch;
  /** 
    * Spacing 
    * @link https://utopia.fyi/space/calculator?c=375,18,1.125,1488,24,1.2,9,3,&s=0.75,1.5|1.75|2|3|4|6|8|10|13,s-l&g=m,xl,2xl,12
    */
  --space-3xs: clamp(0.3125rem, 0.2914rem + 0.0898vw, 0.375rem);
  --space-2xs: clamp(0.5625rem, 0.4993rem + 0.2695vw, 0.75rem);
  --space-xs: clamp(0.875rem, 0.7908rem + 0.3594vw, 1.125rem);
  --space-s: clamp(1.125rem, 0.9987rem + 0.5391vw, 1.5rem);
  --space-m: clamp(1.6875rem, 1.498rem + 0.8086vw, 2.25rem);
  --space-l: clamp(2rem, 1.7894rem + 0.8985vw, 2.625rem);
  --space-xl: clamp(2.25rem, 1.9973rem + 1.0782vw, 3rem);
  --space-2xl: clamp(3.375rem, 2.996rem + 1.6173vw, 4.5rem);
  --space-3xl: clamp(4.5rem, 3.9946rem + 2.1563vw, 6rem);
  --space-4xl: clamp(6.75rem, 5.9919rem + 3.2345vw, 9rem);
  --space-5xl: clamp(9rem, 7.9892rem + 4.3127vw, 12rem);
  --space-6xl: clamp(11.25rem, 9.9865rem + 5.3908vw, 15rem);
  --space-7xl: clamp(14.625rem, 12.9825rem + 7.0081vw, 19.5rem);
  /* One-up pairs */
  --space-xs-s: clamp(0.875rem, 0.6644rem + 0.8985vw, 1.5rem);
  --space-s-m: clamp(1.125rem, 0.746rem + 1.6173vw, 2.25rem);
  --space-m-l: clamp(1.6875rem, 1.3716rem + 1.3477vw, 2.625rem);
  --space-l-xl: clamp(2rem, 1.6631rem + 1.4376vw, 3rem);
  --space-xl-2xl: clamp(2.25rem, 1.4919rem + 3.2345vw, 4.5rem);
  --space-2xl-3xl: clamp(3.375rem, 2.4906rem + 3.7736vw, 6rem);
  --space-3xl-4xl: clamp(4.5rem, 2.9838rem + 6.469vw, 9rem);
  --space-4xl-5xl: clamp(6.75rem, 4.9811rem + 7.5472vw, 12rem);
  --space-5xl-6xl: clamp(9rem, 6.9784rem + 8.6253vw, 15rem);
  --space-6xl-7xl: clamp(11.25rem, 8.4704rem + 11.8598vw, 19.5rem);
  --page-padding: 50px;
  --flow-spacer: 1.2em;
  --max-width: 1100px;
}
@media screen and (max-width: 600px) {
  :root {
    --page-padding: 25px;
  }
}
html {
  scroll-behavior: smooth;
  font-family: "Rubik";
  overflow-x: hidden;
}
.wrapper {
  padding: 0;
  max-width: var(--max-width);
  width: calc(100% - var(--page-padding) * 2);
  margin-inline: auto;
  --single-margin: calc((100% - var(--max-width) - var(--page-padding) * 2) / 2);
}
/* Utility: keep left spacing, remove right */
.space-right {
  margin-left: auto;
  max-width: unset;
  width: calc(100% - var(--single-margin) - var(--page-padding));
  margin-right: 0;
  padding-right: 0 !important;
}
@media screen and (max-width: 1125px) {
  .space-right {
    padding-left: var(--page-padding);
    width: 100% !important;
  }
}
/* Utility: keep right spacing, remove left */
.space-left {
  margin-right: auto;
  max-width: unset;
  width: calc(100% - var(--single-margin) - var(--page-padding));
  margin-left: 0;
  padding-left: 0 !important;
}
@media screen and (max-width: 1125px) {
  .space-left {
    padding-right: var(--page-padding);
    width: 100% !important;
  }
}
i {
  font-style: italic;
  ont-weight: bolder;
}
::-webkit-scrollbar {
  width: 0px;
}
::-webkit-scrollbar-track {
  background: #b1bcd4;
}
::-webkit-scrollbar-thumb {
  background: #143c8c;
}
.menu-toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
  }
}
.search-field {
  border-bottom: solid 1px #ffffff;
}
.container-flex {
  width: 100%;
  display: flex;
}
.pages-en-avant__container {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  padding-right: 5rem;
}
.pages-en-avant_item {
  width: 30%;
  height: auto;
}
.pages-en-avant_item:hover {
  color: #aed0e9;
}
.pages-en-avant_item img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 6/8;
}
.pages-en-avant_item_title {
  font-family: "Playfair Displays";
  font-size: 2.5rem;
  text-align: center;
  margin-top: 1rem;
  transition: 0.4s;
}
.navigation__mobile {
  top: -2000px;
  width: 100vw;
  height: 100vh;
  z-index: 1499;
  position: fixed;
  opacity: 0;
  background-color: #143c8c;
  transition: var(--transition);
}
.navigation__mobile .menu-item-has-children > a:after {
  content: "\f0d7";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  font-size: 2rem;
}
.navigation__mobile__secondary-nav {
  background-color: #143c8c;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .navigation__mobile__secondary-nav {
    flex-direction: column;
  }
}
.navigation__mobile__secondary-nav .secondary-nav ul {
  display: flex;
  justify-content: center;
}
.navigation__mobile__secondary-nav ul li a {
  font-size: 3.2rem;
  display: block;
  color: white;
  padding-inline: 50px;
}
.navigation__mobile.menu_open {
  top: 0px;
  opacity: 1;
  transition: var(--transition);
}
.navigation__mobile .primary-nav {
  display: block;
  font-size: 2rem;
  margin: auto;
  width: 100%;
}
.navigation__mobile .primary-nav li {
  display: flex;
  width: 100%;
  min-height: auto;
  flex-wrap: wrap;
  font-family: "Playfair Display";
}
.navigation__mobile .primary-nav li a {
  padding: 0;
  font-size: 3.5rem;
  padding: 10px 0px;
  color: #aed0e9;
  padding-inline: 50px;
}
.navigation__mobile .primary-nav li ul.sub-menu {
  display: none;
  visibility: visible;
  opacity: 1;
  position: relative;
  margin: auto;
  width: 100%;
  background-color: #aed0e9;
}
.navigation__mobile .primary-nav li ul.sub-menu li a {
  font-size: 2.5rem;
  font-family: "Rubik";
  color: #143c8c;
}
.header__title {
  position: relative;
  background-color: #143c8c;
  height: 60svh;
  min-height: 300px;
}
.header__title .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__title h1 {
  position: relative;
  color: #ffffff;
  margin-inline: var(--page-padding);
  z-index: 1;
  font-family: "Playfair Display";
  font-weight: bolder;
  font-size: var(--fz-7);
}
.header__title img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
main {
  width: 100vw;
}
.site-info {
  text-align: end;
  padding-block: 1rem;
  font-size: 2rem;
  font-family: "Playfair Display";
  color: #143c8c;
  font-weight: bolder;
  background-color: #aed0e9;
}
.big-blue-paragraphe p {
  color: #143c8c;
  font-size: 2rem;
}
footer {
  padding: var(--page-padding);
}
footer .grid {
  background: #143c8c;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 25px;
  padding: 0 50px;
  color: white;
}
@media screen and (max-width: 991px) {
  footer .grid {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .grid {
    grid-template-columns: 1fr;
  }
}
footer .grid .logo {
  margin-bottom: var(--space-m);
}
footer .grid .logo svg {
  width: 70px;
  height: auto;
}
footer .grid > * {
  padding: var(--space-2xl) 30px;
}
@media screen and (max-width: 768px) {
  footer .grid > * {
    padding: var(--space-l) 30px;
  }
}
footer .grid > *:not(:first-child) {
  border-left: 1px solid #3e65b4;
}
@media screen and (max-width: 768px) {
  footer .grid > *:not(:first-child) {
    border-left: unset;
  }
}
footer .grid .col-left {
  max-width: 420px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .grid .col-left {
    max-width: unset;
    margin: 0;
  }
}
footer .grid .col-left ul {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-xs);
}
footer .grid .col-left li.--open a {
  color: hsl(from white h s l / 1);
}
footer .grid .col-left a {
  font-family: "Playfair Display";
  font-size: var(--fz-2);
  color: hsl(from white h s l / 0.7);
  display: block;
}
footer .grid .col-left .sub-menu {
  display: none;
}
footer .grid .col-left .btn {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .grid .col-middle {
    border-top: 1px solid #3e65b4;
  }
}
footer .grid .col-middle #menu_header_primary_secondary {
  width: fit-content;
}
@media screen and (max-width: 1280px) {
  footer .grid .col-middle #menu_header_primary_secondary {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 {
    width: fit-content;
  }
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li {
  order: 0;
  max-height: 0px;
  overflow-y: clip;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.btn {
  display: none;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li a {
  padding: 10px 20px;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children {
  margin-bottom: var(--space-3xs);
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children .sub-menu {
  padding-left: var(--space-m);
  padding-block: var(--space-xs);
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children > a {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: var(--space-xs);
  position: relative;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children > a::before {
  display: none;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children > a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.523" height="9.685" viewBox="0 0 13.523 9.685"><path id="Path_266" data-name="Path 266" d="M-114.489,10353.5l6.168,8,6.168-8" transform="translate(115.083 -10353.042)" fill="none" stroke="%23fff" stroke-width="1.5"/></svg>');
  pointer-events: none;
  position: static;
  transition: 250ms;
  transform: rotate(0deg);
}
@media (pointer: fine) {
  footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children > a:hover::after {
    transform: rotate(180deg) translateX(0) translateY(0);
  }
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li .menu-item-has-children .sub-menu {
  display: none;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.menu-item-has-children:not(.btn).--open > a::after {
  transform: rotate(180deg) translateY(-8px);
}
@media screen and (max-width: 991px) {
  footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.menu-item-has-children:not(.btn) > a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.523" height="9.685" viewBox="0 0 13.523 9.685"><path id="Path_266" data-name="Path 266" d="M-114.489,10353.5l6.168,8,6.168-8" transform="translate(115.083 -10353.042)" fill="none" stroke="%23143c8c" stroke-width="1.5"/></svg>');
    pointer-events: none;
    transform-origin: center center;
    position: relative;
    transition: 250ms;
    transform: rotate(0deg) translateY(-1px);
  }
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li > a {
  display: none;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open {
  display: block;
  max-height: fit-content;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li {
  right: 0px;
  opacity: 1;
  transition: 250ms;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(10) {
  transition-delay: 0.45s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(9) {
  transition-delay: 0.4s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(8) {
  transition-delay: 0.35s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(7) {
  transition-delay: 0.3s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(6) {
  transition-delay: 0.25s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(5) {
  transition-delay: 0.2s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(4) {
  transition-delay: 0.15s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(3) {
  transition-delay: 0.1s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(2) {
  transition-delay: 0.05s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(1) {
  transition-delay: 0s;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li {
  transition: 0s;
  position: relative;
  right: 20px;
  opacity: 0;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li a {
  font-size: var(--fz-0);
  display: flex;
  align-items: center;
  column-gap: var(--space-xs);
  position: relative;
}
@media (pointer: fine) {
  footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li a:hover::before {
    width: 100%;
  }
  footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li a:hover::after {
    left: 10px;
  }
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li a::before {
  transition: 250ms;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0%;
  height: 1px;
  background-color: #4368a8;
  pointer-events: none;
}
footer .grid .col-middle #menu_header_primary_secondary .menu_lvl_1 > li li a::after {
  transition: 250ms;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.583" height="18.76" viewBox="0 0 17.583 18.76"><g id="Group_194" data-name="Group 194" transform="translate(-1164.598 1.414)"><path id="Path_252" data-name="Path 252" d="M-1806.4,15859.461H-1792" transform="translate(2972 -15851.814)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/><path id="Path_253" data-name="Path 253" d="M-1784.875,15851.814l7.966,7.966-7.966,7.966" transform="translate(2957.675 -15851.814)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/></g></svg>');
  position: relative;
  left: 0px;
  pointer-events: none;
}
footer .grid .col-right {
  font-size: var(--fz-0);
}
@media screen and (max-width: 991px) {
  footer .grid .col-right {
    grid-column: span 2;
    border-top: 1px solid #3e65b4;
  }
}
@media screen and (max-width: 768px) {
  footer .grid .col-right {
    grid-column: unset;
  }
}
footer .grid .col-right > * {
  margin-bottom: var(--space-2xl);
}
footer .grid .col-right h2 {
  font-family: "Rubik";
  font-size: var(--fz-1);
  margin-bottom: var(--space-xs);
}
footer .grid .col-right .infos div {
  display: flex;
  flex-direction: column;
  row-gap: var(--space-xs);
}
footer .grid .col-right .socials {
  font-size: var(--fz-2);
}
footer .grid .col-right .socials a {
  color: hsl(from white h s l / 0.5);
}
@media (pointer: fine) {
  footer .grid .col-right .socials a:hover {
    color: hsl(from white h s l / 1);
  }
}
.hero {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero {
    display: block;
  }
}
.hero__title {
  padding-left: 50px;
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .hero__title {
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 5rem;
    width: 100%;
  }
}
.hero__title_texte {
  overflow: hidden;
}
.hero__title h1 {
  font-family: "Playfair Display";
  font-weight: bold;
  color: #143c8c;
}
.hero__title_page-link {
  padding-top: 6rem;
  width: 85%;
  position: relative;
}
.hero__title_page-link_img {
  overflow: hidden;
}
.hero__title_page-link_img img {
  width: 100%;
  transition: 0.4s;
}
.hero__title_page-link_img img:hover {
  transform: scale(1.3);
}
.hero__title_page-link_circle {
  width: 150px !important;
  top: 0;
  right: -60px;
  position: absolute;
  animation: rotateReverse normal infinite 15s linear;
}
@media only screen and (max-width: 992px) {
  .hero__title_page-link_circle {
    width: 90px !important;
    top: 10px;
    right: -40px;
    position: absolute;
  }
}
.hero__menu {
  width: 60%;
  background: #aed0e9;
}
@media only screen and (max-width: 768px) {
  .hero__menu {
    width: 100%;
  }
}
.hero__menu_information {
  padding-left: 10rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64' height='79' viewBox='0 0 64 79'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_66' data-name='Rectangle 66' width='64' height='79' transform='translate(531 139)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_de_masques_12' data-name='Groupe de masques 12' transform='translate(-531 -139)' clip-path='url(%23clip-path)'%3E%3Cpath id='trash-can-clock-light' d='M21.626,5.2,19.611,8.429H39.393L37.378,5.2a2.1,2.1,0,0,0-1.791-.988H23.4a2.121,2.121,0,0,0-1.791.988ZM40.96,2.977l3.411,5.453H56.9a2.107,2.107,0,0,1,0,4.215H54.789V25.379a23.343,23.343,0,0,0-4.215.777V12.644H8.429V56.9a6.323,6.323,0,0,0,6.322,6.322h24.26a23.478,23.478,0,0,0,4.557,4.215H14.751A10.533,10.533,0,0,1,4.215,56.9V12.644H2.107a2.107,2.107,0,0,1,0-4.215H14.632l3.411-5.453A6.319,6.319,0,0,1,23.4,0H35.586a6.3,6.3,0,0,1,5.36,2.977Zm3.293,20.2v5.861a23.435,23.435,0,0,0-4.215,3.516V23.18a2.107,2.107,0,1,1,4.215,0Zm-25.287,0v29.5a2.107,2.107,0,0,1-4.215,0V23.18a2.107,2.107,0,1,1,4.215,0Zm12.644,0v29.5a2.107,2.107,0,0,1-4.215,0V23.18a2.107,2.107,0,0,1,4.215,0ZM56.9,63.218A14.751,14.751,0,1,0,42.145,48.467,14.751,14.751,0,0,0,56.9,63.218Zm0-33.716A18.965,18.965,0,1,1,37.931,48.467,18.965,18.965,0,0,1,56.9,29.5Zm0,8.429A2.113,2.113,0,0,1,59,40.038V46.36h4.215a2.107,2.107,0,1,1,0,4.215H56.9a2.113,2.113,0,0,1-2.107-2.107V40.038A2.113,2.113,0,0,1,56.9,37.931Z' transform='translate(519.223 144.807)' fill='%23143c8c' opacity='0.622'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left;
}
.hero__menu_information h4 {
  font-family: "Rubik";
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  .hero__menu_information {
    background-size: 8rem;
    padding-right: 25px;
  }
}
.hero__menu_section {
  margin-top: 8rem;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  padding-left: 7rem;
  padding-bottom: 6rem;
  gap: 20px;
  cursor: url(../images/hover-slider.svg), auto;
}
@media only screen and (max-width: 768px) {
  .hero__menu_section {
    flex-wrap: wrap;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
.hero__menu_section_img {
  position: relative;
  width: 30%;
  padding-left: 2rem;
  overflow: hidden;
  cursor: url(../images/hover-slider.svg), auto;
}
.hero__menu_section_img_fond {
  overflow: hidden;
  transition: 0.4s;
}
.hero__menu_section_img_fond img:hover {
  transform: scale(1.3);
  transition: 0.4s;
}
@media only screen and (max-width: 768px) {
  .hero__menu_section_img {
    width: 45%;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__menu_section_img img:first-child {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.hero__menu_section_img_icone {
  position: absolute;
  top: 10%;
  width: 35%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .hero__menu_section_img_icone {
    width: 25%;
  }
}
.hero__menu_section_img_texte {
  position: absolute;
  font-family: "Playfair Display";
  bottom: 15px;
  width: 80%;
  font-size: var(--fz-2);
  font-weight: 600;
  color: #ffffff;
  overflow-wrap: break-word;
  padding-left: 1.2rem;
}
@media only screen and (max-width: 992px) {
  .hero__menu_section_img_texte {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .hero__menu_section_img_texte {
    width: 95%;
    font-size: var(--fz-2);
  }
}
@keyframes rotateReverse {
  to {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@media only screen and (max-width: 991px) {
  .texte-calendrier.stack {
    padding-top: 0;
  }
}
.texte-calendrier .grid {
  display: flex;
  align-items: start;
  padding-bottom: 2rem;
  column-gap: var(--space-l);
}
@media only screen and (max-width: 991px) {
  .texte-calendrier .grid {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .texte-calendrier .wrapper {
    padding: 0;
  }
}
.texte-calendrier__texte {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .texte-calendrier__texte {
    width: 100%;
    padding-inline: var(--page-padding);
  }
}
.texte-calendrier__texte_paragraphe {
  margin-top: var(--space-m);
}
.texte-calendrier .slick-dots li {
  opacity: 1;
  margin: 0;
}
.texte-calendrier .slick-dots li.slick-active {
  opacity: 1;
}
.texte-calendrier .slick-dots li:not(.slick-active) {
  opacity: 0.5;
}
.texte-calendrier .slick-dots li button:before {
  color: #fff;
}
.texte-calendrier .slick-prev::before,
.texte-calendrier .slick-next::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path d="M4.7 244.7c-6.2 6.2-6.2 16.4 0 22.6l176 176c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L54.6 272 432 272c8.8 0 16-7.2 16-16s-7.2-16-16-16L54.6 240 203.3 91.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-176 176z" fill="%23fff" /></svg>');
  width: 40px;
  height: 40px;
  display: block;
  opacity: 1;
}
.texte-calendrier .slick-next::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2025 Fonticons, Inc.--><path fill="%23fff" d="M443.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L393.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l377.4 0L244.7 420.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z"/></svg>');
}
.texte-calendrier .slick-prev,
.texte-calendrier .slick-next {
  width: unset;
  height: unset;
}
.texte-calendrier .slick-prev {
  left: -75px;
}
.texte-calendrier__calendrier {
  padding-block: var(--space-s);
  width: calc(60% - var(--space-m));
  background: #143c8c;
  padding-inline: var(--space-3xl);
}
@media only screen and (max-width: 991px) {
  .texte-calendrier__calendrier {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
}
.texte-calendrier__calendrier .slick-slide:hover img {
  transform: scale(1.05);
}
.texte-calendrier__calendrier .slick-list {
  width: 100%;
  display: flex;
}
.texte-calendrier__calendrier .slick-track {
  flex: 1;
  display: flex;
}
.texte-calendrier__calendrier_titre {
  color: #ffffff;
  margin-top: var(--space-m);
  padding-bottom: var(--space-xs);
  border-bottom: solid 1px #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.texte-calendrier__calendrier_titre a {
  font-size: var(--fz-0);
  height: fit-content;
  transition: 0.4s;
  margin-bottom: 10px;
}
.texte-calendrier__calendrier_content {
  position: relative;
  margin-top: 5rem;
  display: flex;
}
.texte-calendrier__calendrier_content .calendrier__article {
  width: 30%;
  padding-right: 55px;
  padding-bottom: var(--space-s);
}
.texte-calendrier__calendrier_content .calendrier__article_image {
  position: relative;
}
.texte-calendrier__calendrier_content .calendrier__article_image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, hsl(from var(--accent-color-dark) h s l / 0.1) 0%, hsl(from var(--accent-color-dark) h s l / 0.4) 100%);
  pointer-events: none;
  z-index: 1;
}
.texte-calendrier__calendrier_content .calendrier__article_image_img {
  overflow: hidden;
  transition: 0.4s;
}
.texte-calendrier__calendrier_content .calendrier__article_image_img img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.texte-calendrier__calendrier_content .calendrier__article_image_date {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -15%;
  font-family: "Playfair Display";
  color: #ffffff;
  transform: translateY(-50%);
}
.texte-calendrier__calendrier_content .calendrier__article_image_date_jour {
  font-size: var(--fz-4);
  font-weight: 700;
}
.texte-calendrier__calendrier_content .calendrier__article_image_date_mois {
  bottom: 10px;
  position: relative;
  font-size: var(--fz-2);
  text-align: center;
}
.texte-calendrier__calendrier_content .calendrier__article_titre {
  font-size: var(--fz-1);
  color: #ffffff;
  font-family: "Playfair Display";
  text-decoration-color: var(--accent-color-light);
}
.texte-defilement {
  padding-inline: var(--space-s);
  font-size: var(--fz-7);
  font-weight: 700;
  display: flex;
  font-family: "Playfair Display";
  width: 100%;
  overflow-x: hidden;
  line-height: normal;
}
.texte-defilement span {
  display: inline-block;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
@keyframes marqueeInvert {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.grille-photo {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .grille-photo {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.grille-photo__content {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  max-height: 70vh;
}
.grille-photo__content div {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .grille-photo__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    max-height: 100vh;
  }
}
.grille-photo__content img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.grille-photo__content img:hover {
  transform: scale(1.07);
}
.grille-photo__content_img-gauche {
  grid-area: 1 / 1 / 5 / 5;
}
@media only screen and (max-width: 768px) {
  .grille-photo__content_img-gauche {
    grid-area: 1 / 1 / 5 / 5;
  }
}
.grille-photo__content_img-droite-rectangle {
  grid-area: 1 / 5 / 3 / 9;
}
@media only screen and (max-width: 768px) {
  .grille-photo__content_img-droite-rectangle {
    grid-area: 5 / 1 / 8 / 5;
  }
}
.grille-photo__content_img-droite-carre-d {
  grid-area: 3 / 5 / 5 / 7;
}
@media only screen and (max-width: 768px) {
  .grille-photo__content_img-droite-carre-d {
    grid-area: 8 / 1 / 11 / 3;
  }
}
.grille-photo__content_img-droite-carre-g {
  grid-area: 3 / 7 / 5 / 9;
}
@media only screen and (max-width: 768px) {
  .grille-photo__content_img-droite-carre-g {
    grid-area: 8 / 3 / 11 / 5;
  }
}
.grille-photo__content_img-gauche-cercle {
  grid-area: 8 / 1 / 11 / 3;
}
.gallerie_image__row {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-s);
}
@media screen and (max-width: 768px) {
  .gallerie_image__row {
    grid-template-columns: 1fr;
  }
}
.gallerie_image__img {
  overflow: hidden;
  max-height: 400px;
}
.gallerie_image__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  aspect-ratio: 1/1;
}
.gallerie_image__img.img_1 {
  width: 100%;
}
.gallerie_image__img.img_2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallerie_image__img.img_2 {
    width: 100%;
  }
}
.gallerie_image__img.img_3 {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .gallerie_image__img.img_3 {
    flex: 1 0 32%;
  }
}
@media screen and (max-width: 768px) {
  .gallerie_image__img.img_3 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.image-plein-ecran img {
  width: 100%;
  object-fit: cover;
  max-height: 500px;
}
.texte-gauche-image-droite__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-image-droite__wrapper {
    flex-direction: column-reverse;
  }
}
.texte-gauche-image-droite__wrapper_texte {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-image-droite__wrapper_texte {
    width: 100%;
  }
}
.texte-gauche-image-droite__wrapper_img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-image-droite__wrapper_img {
    width: 100%;
  }
}
.texte-gauche-image-droite__wrapper_img img {
  object-fit: cover;
  width: 100%;
  max-height: 60vh;
}
.texte-gauche-texte-encadre {
  padding-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre .wrapper {
    margin-right: auto;
    max-width: unset;
    width: calc(100% - var(--single-margin) - var(--page-padding));
    margin-left: 0;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) and screen and (max-width: 1125px) {
  .texte-gauche-texte-encadre .wrapper {
    padding-right: var(--page-padding);
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre__titre {
    padding-inline: var(--page-padding);
  }
}
.texte-gauche-texte-encadre__titre h2 {
  font-size: var(--fz-5);
}
.texte-gauche-texte-encadre__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem 0;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre__wrapper {
    flex-direction: column-reverse;
  }
}
.texte-gauche-texte-encadre__wrapper_texte-gauche {
  width: 50%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre__wrapper_texte-gauche {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre__wrapper_texte-gauche,
  .texte-gauche-texte-encadre__wrapper_texte-droite {
    padding-inline: var(--page-padding);
  }
}
.texte-gauche-texte-encadre__wrapper_texte-droite {
  width: 40%;
  height: fit-content;
  background-color: #143c8c;
  padding-inline: var(--space-l);
  padding-block: var(--space-m);
}
.texte-gauche-texte-encadre__wrapper_texte-droite .table thead th {
  border-bottom-color: white;
  background-color: #162d5c;
}
@media only screen and (max-width: 768px) {
  .texte-gauche-texte-encadre__wrapper_texte-droite {
    width: 100%;
  }
}
.texte-gauche-texte-encadre__wrapper_texte-droite * {
  color: white;
}
.nouvelles-hero {
  background-color: #aed0e9;
  padding-block: 5rem;
  padding-left: 5rem;
  min-height: 40rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='399.649' height='397.5' viewBox='0 0 399.649 397.5'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_26' data-name='Rectangle 26' width='399.649' height='397.5' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_28' data-name='Groupe 28' opacity='0.463'%3E%3Cg id='Groupe_17' data-name='Groupe 17' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_3' data-name='Tracé 3' d='M0,219c33.051-12.369,106.859-26.983,235.409-7.5,91.985,13.953,155.214-25.512,164.239-35.726-9.025,10.214-39.608,20.275-89.448,15.136-63.356-6.548-119.986-17.726-196.293-2.028C90,193.8,28.875,204.313,0,219' transform='translate(0 178.497)' fill='%23fff'/%3E%3Cpath id='Tracé_4' data-name='Tracé 4' d='M287.668,181.049c-6.716,9.624-50.429,1.3-84.681-1.844-92.574-8.517-123.437.859-124.71.522,0,0,91.554-15.382,154.8-13.631,6.427-.054,60.732-.717,60,1.366a102.423,102.423,0,0,1-5.409,13.586' transform='translate(79.486 168.518)' fill='%23fff'/%3E%3Cpath id='Tracé_5' data-name='Tracé 5' d='M87.681,331.476C158.1,256.821,242.625,154.464,196.129,0c58.692,169.022-22.533,275.6-58.682,322.549Z' transform='translate(89.036)' fill='%23fff'/%3E%3Cpath id='Tracé_6' data-name='Tracé 6' d='M122.162,303.632C241.414,146.35,179.435,18.173,179.435,18.173c146.951,152.118,75.6,274.654,74.654,280.291-25.834-.943-104.7-3.287-131.927,5.168' transform='translate(124.05 18.454)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 99% 80%;
}
.nouvelles-hero h2 {
  font-family: "Playfair Display";
  font-weight: bolder;
}
.nouvelles-hero__container {
  display: flex;
  gap: 4rem;
  padding-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .nouvelles-hero__container {
    flex-direction: column-reverse;
  }
}
.nouvelles-hero__container_text {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .nouvelles-hero__container_text {
    width: 100%;
  }
}
.nouvelles-hero__container_text_excerpt {
  max-width: 80%;
  font-size: 1.7rem;
  margin-top: var(--space-s);
  color: #221e1f;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.nouvelles-hero__container_text_button {
  background-color: #143c8c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='42' height='46' viewBox='0 0 42 46'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_186' data-name='Rectangle 186' width='42' height='46' transform='translate(724 891)' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_de_masques_40' data-name='Groupe de masques 40' transform='translate(-724 -891)' clip-path='url(%23clip-path)'%3E%3Cpath id='chevrons-right-thin' d='M41.58,84.186,66.839,58.927a.939.939,0,0,0,0-1.321L41.58,32.347a.934.934,0,0,0-1.321,1.321L64.851,58.261l-24.6,24.592a.934.934,0,0,0,1.321,1.321Zm22.452,0L89.291,58.927a.939.939,0,0,0,0-1.321L64.032,32.347a.934.934,0,0,0-1.321,1.321L87.3,58.261,62.7,82.853a.934.934,0,0,0,1.321,1.321Z' transform='translate(673.025 856.425)' fill='%23aed0ea' stroke='%23aed0ea' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left;
  margin-top: 5rem;
  padding-block: 1rem;
  padding-left: 5rem;
  padding-right: 3rem;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 2.3rem;
  width: fit-content;
  transition: 0.4s;
}
.nouvelles-hero__container_text_button:hover {
  color: #143c8c;
  background-color: #ffffff;
}
.nouvelles-hero__container_img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.nouvelles-hero__container_img:hover img {
  transform: scale(1.07);
}
@media only screen and (max-width: 768px) {
  .nouvelles-hero__container_img {
    width: 100%;
  }
}
.nouvelles-hero__container_img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: 0.4s;
}
.nouvelles-hero__container_img svg {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 130px;
  height: 130px;
  animation: rotateReverse normal infinite 15s linear;
}
.stack-nouvelles {
  padding: 5rem;
  display: flex;
  gap: 1.5rem 5rem;
}
.stack-nouvelles .post_card {
  width: 45%;
  transition: 0.4ms;
}
@media only screen and (max-width: 768px) {
  .stack-nouvelles .post_card {
    width: 100%;
  }
}
.stack-nouvelles .post_card > a {
  display: flex;
  gap: 2.4rem;
}
.stack-nouvelles .post_card--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.stack-nouvelles .post_card--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.stack-nouvelles .post_card:hover .post_card--button {
  background-color: #143c8c !important;
  color: white !important;
  transition: 0.4s;
}
.stack-nouvelles .post_card:hover .post_card--img img {
  scale: 1.07;
  transition: 0.4s;
}
.stack-nouvelles .post_card--img {
  overflow: hidden;
  width: 50%;
  transition: 0.4s;
  height: fit-content;
}
.stack-nouvelles .post_card--img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: 0.4s;
}
.stack-nouvelles .post_card--content {
  width: 50%;
}
.stack-nouvelles .post_card--content__category {
  padding: 7px 4px 8px 4px;
  background-color: #aed0e9;
  font-size: 1.2rem;
  font-weight: 600;
}
.stack-nouvelles .post_card--content time {
  color: #143c8c;
  font-size: 1.2rem;
}
.stack-nouvelles .post_card--title {
  margin-top: 1rem;
  font-size: var(--fz-2);
  color: #143c8c;
}
.stack-nouvelles .post_card--excerpt {
  margin-top: 1.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 992px) {
  .stack-nouvelles .post_card--excerpt {
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
  }
}
@media only screen and (max-width: 768px) {
  .stack-nouvelles .post_card--excerpt {
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
  }
}
.stack-nouvelles .post_card--button {
  margin-top: 2.5rem;
  display: block;
  width: fit-content;
  background-color: #aed0e9;
  padding: 7px 5px 8px 6px;
  font-size: 1.7rem;
  font-weight: 600;
  font-family: "Playfair Display";
  transition: 0.4s;
}
.content-area {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .content-area {
    flex-direction: column;
  }
}
.article {
  width: 70%;
}
@media only screen and (max-width: 992px) {
  .article {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .article {
    width: 100%;
  }
}
.sidebar {
  width: 30%;
  background-color: #143c8c;
}
@media only screen and (max-width: 992px) {
  .sidebar {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    width: 100%;
    margin-top: 5rem;
  }
}
.sidebar__container {
  padding-block: 8rem;
}
.sidebar__container h3,
.sidebar__container h4 {
  color: #ffffff;
}
.sidebar__container_item {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #ffffff;
  margin-top: 3.7rem;
  padding-bottom: 2.7rem;
  background-color: transparent;
  position: relative;
  transition: 0.5s;
  z-index: 2;
}
.sidebar__container_item::after {
  background-color: #aed0e9;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 0%;
  transition: 0.3s;
  z-index: -1;
}
.sidebar__container_item:hover::after {
  height: 60%;
  width: 100%;
}
.sidebar__container_item time {
  color: #ffffff;
  margin: auto 0;
}
.coordonnees {
  padding-block: 6rem;
  width: 100vw;
}
.coordonnees h2 {
  font-family: "Playfair Display";
  font-weight: bolder;
  gap: 3rem;
}
.coordonnees__container {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .coordonnees__container {
    display: block;
  }
}
.coordonnees__container_text_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.coordonnees__container_text_adresse {
  width: 50%;
  color: #221e1f;
}
@media only screen and (max-width: 768px) {
  .coordonnees__container_text_adresse {
    width: 100%;
  }
}
.coordonnees__container_text_adresse p {
  font-size: var(--fz-1);
}
.coordonnees__container_text_horaire {
  font-size: var(--fz-1);
}
@media only screen and (max-width: 768px) {
  .coordonnees__container_text_horaire {
    margin-top: 20px;
  }
}
.coordonnees__container_text_horaire h4 {
  margin-bottom: 1.3rem;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  .coordonnees__container_text_horaire h4 {
    font-size: var(--fz-2);
  }
}
.coordonnees__container_text_tel {
  font-size: var(--fz-0);
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .coordonnees__container_text_tel {
    margin-top: 20px;
    width: 100%;
  }
}
.coordonnees__container_img {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .coordonnees__container_img {
    margin-top: 20px;
    width: 100%;
  }
}
.coordonnees__container_img:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 23px;
  left: 17px;
  background-color: #aed0e9;
}
.coordonnees__container_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 50rem;
}
.nous-joindre h2 {
  font-family: "Playfair Display";
  font-weight: bolder;
  gap: 3rem;
}
.nous-joindre .gform_wrapper.gravity-theme {
  margin-top: var(--space-s);
}
.nous-joindre #gform_submit_button_1 {
  color: #143c8c;
  line-height: 1;
  font-size: var(--fz-0);
  padding: 10px 40px;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: var(--transition);
  background-color: #aed0e9;
  width: fit-content;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  .nous-joindre #gform_submit_button_1 {
    font-size: 40 / 16rem;
  }
}
.nous-joindre #gform_submit_button_1 svg {
  transition: inherit;
  width: auto;
  height: 18px;
  position: relative;
  left: 0;
}
.nous-joindre #gform_submit_button_1 svg * {
  transition: inherit;
}
.nous-joindre #gform_submit_button_1:hover,
.nous-joindre #gform_submit_button_1:link:hover,
.nous-joindre #gform_submit_button_1:visited:hover {
  background: #143c8c !important;
  color: #ffffff !important;
}
.nous-joindre #gform_submit_button_1:hover svg,
.nous-joindre #gform_submit_button_1:link:hover svg,
.nous-joindre #gform_submit_button_1:visited:hover svg {
  left: 5px;
}
.nous-joindre #gform_submit_button_1.--dark {
  font-family: "Rubik";
  background-color: #143c8c;
  color: white;
  border-radius: 50px;
  border: 1px solid #143c8c;
}
@media (pointer: fine) {
  .nous-joindre #gform_submit_button_1.--dark:hover {
    background-color: #fff !important;
    color: #143c8c !important;
  }
  .nous-joindre #gform_submit_button_1.--dark:hover svg * {
    stroke: #143c8c;
  }
}
@media (pointer: fine) {
  .nous-joindre #gform_submit_button_1.--dark.--arrow:hover::after {
    left: 5px;
  }
}
.nous-joindre #gform_submit_button_1.--dark.--arrow::after {
  transition: var(--transition);
  position: relative;
  left: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
}
.nous-joindre label {
  font-size: var(--fz-0) !important;
  font-weight: normal !important;
}
.sy-rendre {
  padding-bottom: 2rem;
}
.sy-rendre h2 {
  font-family: "Playfair Display";
  font-weight: bolder;
  gap: 3rem;
}
.sy-rendre__accordeon .grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: var(--space-s);
}
@media screen and (max-width: 650px) {
  .sy-rendre__accordeon .grid {
    display: flex;
    flex-direction: column-reverse;
    row-gap: var(--space-s);
  }
}
.sy-rendre__accordeon_button {
  width: 100%;
  border: none;
  padding-block: var(--space-s);
  border-bottom: solid 1px #221e1f;
  background-color: transparent;
  text-align: left;
  font-size: var(--fz-0);
  font-family: "Playfair Display";
  font-weight: bolder;
  color: #143c8c;
  cursor: pointer;
}
.sy-rendre__accordeon_button:first-of-type {
  padding-top: 0;
}
.sy-rendre__accordeon_button_pannel {
  display: none;
  margin-top: var(--space-s);
  padding-bottom: var(--space-l);
}
@media screen and (max-width: 650px) {
  .sy-rendre__accordeon_button_pannel_image {
    max-width: 300px;
    margin: 0 auto;
  }
}
.recherche {
  margin-top: 5rem;
}
.recherche h4 {
  font-weight: 900;
  margin-top: 2rem;
}
.recherche-pages a {
  display: block;
}
.recherche-pages__item {
  width: 100% !important;
  border-bottom: solid 1px #143c8c;
  padding-block: var(--space-s);
  font-size: 1.8rem;
}
.recherche-posts__container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 768px) {
  .recherche-posts__container {
    flex-direction: column;
  }
}
.recherche-posts__container_item {
  width: 48%;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .recherche-posts__container_item {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.recherche-posts__container_item_img {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .recherche-posts__container_item_img {
    width: 100%;
  }
}
.recherche-posts__container_item_img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.recherche-posts__container_item_text {
  width: 70%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  /* number of lines to show */
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 768px) {
  .recherche-posts__container_item_text {
    width: 100%;
  }
}
.recherche-posts__container_item_text_p p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: ;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.recherche-documents__titre {
  margin-bottom: var(--space-s);
}
.document {
  padding-bottom: var(--space-xs);
}
.document__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-xs);
}
@media screen and (max-width: 768px) {
  .document__container {
    grid-template-columns: 1fr;
  }
}
.document__container_card,
.document__container_card a {
  height: 100%;
}
.document__container_card.pleine_largeur,
.document__container_card a.pleine_largeur {
  grid-column: 1 / -1;
}
.document__item {
  display: flex;
  align-items: center;
  padding-block: var(--space-xs);
  border-bottom: solid 1px #143c8c;
}
.document__item_img {
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  max-width: 50px;
  border-radius: 50%;
  position: relative;
  background-color: #aed0e9;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .document__item_img {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    max-width: 40px;
  }
}
.document__item_img:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.889' height='29.185' viewBox='0 0 21.889 29.185'%3E%3Cpath id='file-light_1_' data-name='file-light (1)' d='M20.065,25.537V10.944H13.68a2.737,2.737,0,0,1-2.736-2.736V1.824h-7.3A1.822,1.822,0,0,0,1.824,3.648V25.537a1.822,1.822,0,0,0,1.824,1.824H18.241A1.822,1.822,0,0,0,20.065,25.537ZM20.036,9.12A.87.87,0,0,0,19.8,8.7L13.19,2.092a.9.9,0,0,0-.422-.239V8.208a.915.915,0,0,0,.912.912ZM0,3.648A3.651,3.651,0,0,1,3.648,0h8.9a2.736,2.736,0,0,1,1.932.8l6.607,6.6a2.736,2.736,0,0,1,.8,1.932v16.2a3.651,3.651,0,0,1-3.648,3.648H3.648A3.651,3.651,0,0,1,0,25.537Z' fill='%23143c8c'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .document__item_img:after {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
.document__item_texte {
  padding-left: var(--space-s);
  font-size: var(--fz-0);
  height: fit-content;
  margin: auto 0;
}
@media screen and (max-width: 600px) {
  .document__item_texte {
    font-size: var(--fz-0);
  }
}
.evenements {
  padding: 5rem;
  overflow-x: scroll;
}
.fc-toolbar-title {
  font-family: 'Playfair Display';
  font-size: 6.5rem !important;
  font-weight: bolder;
}
.fc-day-sat,
.fc-day-sun {
  background-color: #aed0e9 !important;
}
.fc-day-disabled {
  background-color: #3b65ba !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: solid 1px #143c8c !important;
}
.fc-col-header-cell {
  background-color: #ffffff !important;
}
.fc-event-title {
  font-size: 2rem;
}
.fc .fc-col-header-cell-cushion {
  font-size: 2rem!important;
  font-family: 'Playfair Display';
}
.fc-button {
  font-size: 1.7rem !important;
}
.fc-button-primary {
  background-color: #143c8c !important;
}
.fc-h-event,
.fc-list-event-dot {
  background-color: #143c8c !important;
}
.fc-daygrid-dot-event.fc-event-mirror,
.fc-daygrid-dot-event {
  background-color: #aed0e9;
}
.fc-list-event-time,
.fc-list-event-title,
.fc-list-day-text {
  font-size: 2rem!important;
}
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  padding-right: 14px;
  padding-top: 14px;
}
#calendar {
  max-height: 95vh;
  margin: auto;
}
.fc .fc-view-harness {
  overflow-y: scroll;
}
.fc .fc-daygrid-day-number {
  font-size: 2rem;
}
@media only screen and (max-width: 576px) {
  .fc .fc-toolbar {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .fc-toolbar-chunk {
    margin: 0 auto;
    width: fit-content;
    margin-block: 5px;
  }
}
@media only screen and (max-width: 576px) {
  .fc-button {
    font-size: 15px!important;
  }
}
.tableau .wrapper {
  overflow-x: auto;
}
.tableau th {
  text-align: center;
  font-size: var(--fz-1);
}
.tableau td {
  font-size: var(--fz-0);
}
.tableau .first-color:first-child {
  background-color: #aed0e9;
  border-bottom-color: #aed0e9;
}
.tableau .last-color:last-child {
  background-color: #aed0e9;
  border-bottom-color: #aed0e9;
}
.no-border {
  border-right: none !important;
  border-left: none !important;
}
.equipe__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 2rem;
  margin-top: var(--space-xl);
}
@media only screen and (max-width: 768px) {
  .equipe__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .equipe__container {
    grid-template-columns: 1fr;
  }
}
.equipe .the-content {
  max-width: 80ch;
}
.equipe__item {
  padding-bottom: var(--space-m);
  border-bottom: solid 1px #143c8c;
}
.equipe__item_name {
  font-size: var(--fz-2);
  font-family: "Playfair Display";
  color: #143c8c;
  font-weight: bolder;
}
.equipe__item_titre {
  font-size: var(--fz-0);
  color: black;
  margin-top: var(--space-3xs);
}
.equipe__item_courriel {
  margin-top: var(--space-2xs);
  font-size: var(--fz-0);
  color: #143c8c;
}
.equipe__item_telephone {
  margin-top: var(--space-2xs);
  font-size: var(--fz-0);
  color: #143c8c;
}
.equipe__item a {
  display: block;
}
.texte-plein .the-content {
  max-width: 90ch;
  margin: 0 auto;
}
.document {
  padding-bottom: 2rem;
}
.wp-theme-reactif_s .gform_wrapper.gravity-theme .gfield_required {
  padding-inline-start: 0;
  margin-left: 0;
}
.wp-theme-reactif_s .gform_wrapper.gravity-theme .gfield_required:after {
  display: none;
}
.wp-theme-reactif_s .gform_confirmation_wrapper {
  margin-top: var(--space-m);
}
.wp-theme-reactif_s .gform_confirmation_wrapper .gform_confirmation_message:after {
  top: 50%;
  transform: translate(0px, -50%);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal !important;
}
*:focus {
  outline: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.1;
  margin: 0;
  font-weight: bold;
  text-wrap: balance;
}
.font-size--3 {
  font-size: var(--fz--3);
}
.font-size--2 {
  font-size: var(--fz--2);
}
.font-size--1 {
  font-size: var(--fz--1);
}
.font-size-0 {
  font-size: var(--fz-0);
}
h6,
.font-size-1,
.h6 {
  font-size: var(--fz-1);
}
.font-size-2 {
  font-size: var(--fz-2);
}
h5,
.font-size-3,
.h5 {
  font-size: var(--fz-3);
}
.font-size-4 {
  font-size: var(--fz-4);
}
h4,
.font-size-5,
.h4 {
  font-size: var(--fz-5);
}
h3,
.font-size-6,
.h3 {
  font-size: var(--fz-6);
}
h2,
.font-size-7,
.h2 {
  font-size: var(--fz-7);
}
.font-size-8 {
  font-size: var(--fz-8);
}
h1 {
  font-size: var(--fz-0);
}
.font-size-9,
.h1 {
  font-size: var(--fz-9);
}
.flow > * + *,
.the-content > * + *,
.exerpt > * + *,
body#tinymce > * + * {
  margin-top: var(--flow-spacer, 1em);
}
td,
th {
  vertical-align: top;
}
th {
  font-size: var(--fz-0);
}
td {
  font-size: var(--fz-0);
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--color-ultralightgrey);
}
input,
select {
  vertical-align: middle;
}
input[type="radio"],
select[type="radio"],
input[type="checkbox"],
select[type="checkbox"] {
  vertical-align: -1px;
  margin-right: 5px;
}
input [readonly],
select [readonly] {
  background-color: var(--color-ultralightgrey);
}
textarea {
  resize: vertical;
}
a {
  color: inherit;
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
}
a:active,
a:focus,
a:visited {
  outline: 0;
}
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
}
p {
  color: #221e1f;
  margin: 0;
  padding: 0;
  font-size: var(--fz-0);
}
p a {
  text-decoration: underline;
  color: #143c8c;
}
p span {
  font-family: "Playfair Display";
  font-size: 1.7rem;
  width: fit-content;
  display: inline-block;
  transition: 0.4s;
}
p span:after {
  content: "";
  background-color: #aed0e9;
  display: block;
  width: 100%;
  height: 1.6rem;
  margin-top: -15px;
}
body {
  font-family: "Rubik";
  width: 100vw;
}
h1 {
  line-height: normal;
  font-size: var(--fz-5);
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: var(--fz-4);
  }
}
h2 {
  margin-bottom: 0;
  font-family: "Playfair Display";
  font-weight: bolder;
  font-size: var(--fz-4);
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: var(--fz-3);
  }
}
h3 {
  font-size: var(--fz-3);
  font-weight: 600;
  font-family: "Playfair Display";
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: var(--fz-2);
  }
}
h4 {
  font-size: var(--fz-2);
}
@media screen and (max-width: 600px) {
  h4 {
    font-size: var(--fz-1);
  }
}
a,
a:link,
a:visited {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
a:hover,
a:link:hover,
a:visited:hover {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
p {
  display: block;
}
p:last-of-type {
  padding-bottom: 0;
}
.mce-content-body a[data-mce-selected].btn {
  padding: 10px 40px;
  margin: 0;
}
a.btn,
.btn {
  color: #143c8c;
  line-height: 1;
  font-size: var(--fz-0);
  padding: 10px 40px;
  height: fit-content;
  display: flex;
  align-items: center;
  column-gap: 10px;
  transition: var(--transition);
  background-color: #aed0e9;
  width: fit-content;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
}
@media screen and (max-width: 600px) {
  a.btn,
  .btn {
    font-size: 40 / 16rem;
  }
}
a.btn svg,
.btn svg {
  transition: inherit;
  width: auto;
  height: 18px;
  position: relative;
  left: 0;
}
a.btn svg *,
.btn svg * {
  transition: inherit;
}
a.btn:hover,
.btn:hover,
a.btn:link:hover,
.btn:link:hover,
a.btn:visited:hover,
.btn:visited:hover {
  background: #143c8c !important;
  color: #ffffff !important;
}
a.btn:hover svg,
.btn:hover svg,
a.btn:link:hover svg,
.btn:link:hover svg,
a.btn:visited:hover svg,
.btn:visited:hover svg {
  left: 5px;
}
a.btn.--dark,
.btn.--dark {
  font-family: "Rubik";
  background-color: #143c8c;
  color: white;
  border-radius: 50px;
  border: 1px solid #143c8c;
}
@media (pointer: fine) {
  a.btn.--dark:hover,
  .btn.--dark:hover {
    background-color: #fff !important;
    color: #143c8c !important;
  }
  a.btn.--dark:hover svg *,
  .btn.--dark:hover svg * {
    stroke: #143c8c;
  }
}
@media (pointer: fine) {
  a.btn.--dark.--arrow:hover::after,
  .btn.--dark.--arrow:hover::after {
    left: 5px;
  }
}
a.btn.--dark.--arrow::after,
.btn.--dark.--arrow::after {
  transition: var(--transition);
  position: relative;
  left: 0;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  pointer-events: none;
}
a.btn-white,
.btn-white {
  color: #143c8c !important;
  line-height: 1;
  font-size: 2.3rem;
  padding: 10px 30px;
  height: fit-content;
  display: block;
  font-family: "Display Playfair";
  transition: var(--transition);
  background-color: #aed0e9 !important;
}
a.btn-white:hover,
.btn-white:hover,
a.btn-white:link:hover,
.btn-white:link:hover,
a.btn-white:visited:hover,
.btn-white:visited:hover {
  background: #ffffff !important;
  color: #143c8c !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
textarea,
select {
  color: #143c8c;
  border: 1px solid #143c8c;
  border-radius: 0;
  padding: var(--spacing);
  margin-bottom: 1px;
  width: 100%;
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  background-color: #aed0e9;
}
#tinymce {
  padding-block: var(--space-m);
  padding-inline: var(--space-m);
}
#tinymce ul,
.flow ul,
.exerpt ul,
.the-content ul,
#tinymce ol,
.flow ol,
.exerpt ol,
.the-content ol {
  list-style: none;
  padding-left: var(--space-s);
  margin: 0;
}
#tinymce ul li,
.flow ul li,
.exerpt ul li,
.the-content ul li,
#tinymce ol li,
.flow ol li,
.exerpt ol li,
.the-content ol li {
  position: relative;
  margin-bottom: var(--space-2xs);
  font-size: var(--fz-0);
}
#tinymce ul li:after,
.flow ul li:after,
.exerpt ul li:after,
.the-content ul li:after {
  top: 0px;
  left: -24px;
  font-size: 24px;
  content: "-";
  position: absolute;
  color: #ff9f63;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
#tinymce ol,
.flow ol,
.exerpt ol,
.the-content ol {
  list-style: decimal;
}
#tinymce ul,
.flow ul,
.exerpt ul,
.the-content ul,
#tinymce ol,
.flow ol,
.exerpt ol,
.the-content ol {
  margin: 15px 15px 15px 30px;
}
#tinymce ul li,
.flow ul li,
.exerpt ul li,
.the-content ul li,
#tinymce ol li,
.flow ol li,
.exerpt ol li,
.the-content ol li {
  margin-right: var(--spacing);
}
#tinymce strong,
.flow strong,
.exerpt strong,
.the-content strong {
  font-weight: bolder;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table thead tr th,
table thead tr td {
  font-weight: bold;
  background: var(--color-ultralightgrey);
}
table tr th,
table tr td {
  padding: 7px;
  border: 2px solid var(--color-ultralightgrey);
}
.sbs {
  column-gap: var(--space-3xs);
  row-gap: var(--space-2xs);
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wpadminbar {
  overflow: hidden;
  opacity: 0;
  top: -25px;
  transition: var(--transition);
}
#wpadminbar .input[type="text"] {
  width: auto;
}
#wpadminbar:hover {
  opacity: 1;
  top: 0;
  transition: var(--transition);
}
#content {
  width: 100vw;
  overflow: hidden;
}
.site-content {
  width: 100vw;
  overflow: hidden;
  margin-top: var(--nav-height);
}
.site-content:has(> .stack-hero) {
  margin-top: 0;
}
[anim] {
  opacity: 0;
}
[anim].is-appear {
  opacity: 1;
}
.sous-titre {
  color: #143c8c;
  font-size: var(--fz-2);
}
@media only screen and (max-width: 768px) {
  .sous-titre {
    font-size: var(--fz-2);
  }
}
.titre {
  color: #143c8c;
  font-size: var(--fz-6);
  font-family: "Playfair Display";
  font-weight: bolder;
}
.select_wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 19px;
  border: 1px solid #aeacac;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 10px;
}
.select_wrap:after {
  content: "\f0d7";
  font-weight: 700;
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  right: 0;
  top: 0px;
  width: 45px;
  padding: 10px;
  height: 100%;
  color: white;
  text-align: center;
  position: absolute;
  pointer-events: none;
  background-color: var(--color-primary);
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.select_wrap select {
  border-radius: 0;
  padding: 15px 45px 15px 20px;
  height: auto;
  width: 100%;
  line-height: normal;
  cursor: pointer;
  color: black;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  margin-bottom: 0;
  outline: none;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: "";
  text-transform: uppercase;
  background-color: transparent;
}
@media screen and (min-width: 1025px) {
  .select_wrap select {
    font-size: 16px;
  }
}
.select_wrap select::-ms-expand {
  display: none;
}
.select_wrap select:focus {
  border: 0;
  outline: 0;
}
.select_wrap select option,
.select_wrap select .submenu_item {
  background-color: #fff;
}
.the-content-custom ul {
  margin-left: 30px !important;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
#masthead {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#masthead.--open::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
}
#masthead .grid {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  column-gap: var(--space-s);
}
#masthead .site-branding {
  width: 100%;
  max-width: 300px;
  max-height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: var(--page-padding);
}
@media screen and (max-width: 1280px) {
  #masthead .site-branding {
    padding: var(--space-m) 0;
    padding-left: var(--page-padding);
  }
}
@media screen and (max-width: 600px) {
  #masthead .site-branding {
    max-width: 160px;
  }
}
#masthead .site-branding svg {
  width: auto;
  height: 100%;
  max-height: 60px;
}
#masthead::before {
  transition: 200ms;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
#masthead::before,
#masthead .sub-menus {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(30px);
}
#masthead nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: var(--page-padding);
}
@media only screen and (max-width: 1280px) {
  #masthead nav {
    display: none;
    grid-column: span 2;
  }
}
#masthead nav input {
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #143c8c;
  font-size: 1.7rem;
  width: 25%;
  height: fit-content;
  color: #143c8c;
}
#masthead [menu-toggle] {
  display: none;
}
@media only screen and (max-width: 1280px) {
  #masthead [menu-toggle] {
    display: flex;
    justify-content: flex-end;
    padding: var(--space-m) 0;
    padding-right: var(--page-padding);
    font-size: var(--fz-1);
    background-color: transparent;
    border: none;
    outline: none;
  }
}
#masthead .megamenu {
  width: 60%;
  min-height: 100vh;
  overflow: scroll;
  top: -200vh;
  position: fixed;
  z-index: 2;
  right: 0;
  background-color: #143c8c;
  color: #143c8c;
  font-size: 1.7rem;
  padding-left: 3rem;
  transition: 0.8s;
}
#masthead .megamenu__container {
  position: relative;
}
#masthead .megamenu--open {
  transition: 1.2s;
  height: 100vh;
  top: 0;
}
#masthead .megamenu ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
#masthead .megamenu li {
  margin-top: 8px;
  width: 50%;
}
#masthead .megamenu li:hover {
  color: #aed0e9;
}
#masthead .megamenu--parent {
  font-size: 2.9rem;
  font-family: "Playfair Display";
  color: #aed0e9;
  border-bottom: 1px solid;
  width: 90%;
  margin-bottom: 2rem;
}
#masthead .menu-secondary-fr-container {
  width: fit-content;
  height: fit-content;
  margin: auto 0;
}
#masthead .menu-primary-fr-container {
  width: 100%;
}
#masthead #primary-menu {
  display: flex;
  width: 100%;
  margin-left: auto;
  justify-content: end;
  column-gap: var(--space-m);
}
#masthead #primary-menu.menu--open {
  height: 100vh;
}
#masthead #primary-menu ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 50px;
  font-size: 1rem;
  padding-left: 30px;
}
#masthead #primary-menu li {
  color: #143c8c;
  transition: 8ms;
  display: flex;
  align-items: center;
  padding: var(--space-xl) 0;
  font-family: "Playfair Display";
}
#masthead #primary-menu li .sub-menu {
  display: none;
}
#masthead #primary-menu li.btn {
  font-weight: bold;
  border-radius: 50px;
  font-family: serif;
  font-family: "Rubik";
  padding: 10px 40px;
  margin: auto 0;
}
#masthead #primary-menu li.menu-item-has-children:hover a::after,
#masthead #primary-menu li.menu-item-has-children.--open a::after {
  transform: rotate(180deg) translateY(-3px);
}
#masthead #primary-menu li.menu-item-has-children a {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 1280px) {
  #masthead #primary-menu li.menu-item-has-children a {
    column-gap: 5px;
  }
}
#masthead #primary-menu li.menu-item-has-children a::after {
  transition: 250ms;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.523" height="9.685" viewBox="0 0 13.523 9.685"><path id="Path_266" data-name="Path 266" d="M-114.489,10353.5l6.168,8,6.168-8" transform="translate(115.083 -10353.042)" fill="none" stroke="%23143c8c" stroke-width="1.5"/></svg>');
  pointer-events: none;
  transform-origin: center center;
}
@media screen and (max-width: 1280px) {
  #masthead #primary-menu li.menu-item-has-children a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="5.729" viewBox="0 0 8 5.729"><path id="Path_265" data-name="Path 265" d="M-111.083,10358.771l-4-5.187.7-.542,3.3,4.276,3.3-4.276.7.542Z" transform="translate(-107.083 10358.771) rotate(180)" fill="%23143c8c"/></svg>');
  }
}
#masthead #primary-menu li a {
  font-size: var(--fz-0);
}
#masthead #primary-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 0;
}
#masthead #primary-second-level > li.btn,
#masthead #primary-second-level > li a {
  display: none;
}
@media screen and (max-width: 1280px) {
  #masthead #primary-second-level > li.btn,
  #masthead #primary-second-level > li a {
    display: block;
  }
}
#masthead #primary-second-level > li li {
  font-size: 20px;
}
#masthead #primary-second-level > li li.menu-item-has-children > a {
  border-radius: 50px;
  justify-content: space-between;
}
#masthead #primary-second-level > li li.menu-item-has-children > a::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.523" height="9.685" viewBox="0 0 13.523 9.685"><path id="Path_266" data-name="Path 266" d="M-114.489,10353.5l6.168,8,6.168-8" transform="translate(115.083 -10353.042)" fill="none" stroke="%23143c8c" stroke-width="1.5"/></svg>');
  transition: 250ms;
  position: relative;
  top: unset;
}
@media (pointer: fine) {
  #masthead #primary-second-level > li li.menu-item-has-children > a:hover::after {
    left: 0;
  }
}
#masthead #primary-second-level > li li.menu-item-has-children > a.megamenu--subpage_open::after {
  transform: rotate(180deg) translateY(-3px);
}
#masthead #primary-second-level > li li.menu-item-has-children > ul {
  display: none;
}
#masthead #primary-second-level > li li a {
  padding: 10px 20px;
  display: flex;
  column-gap: 15px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #masthead #primary-second-level > li li a {
    padding: 6px 10px;
  }
}
@media (pointer: fine) {
  #masthead #primary-second-level > li li a:hover::after {
    left: 10px;
  }
}
#masthead #primary-second-level > li li a::after {
  transition: 250ms;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.583" height="18.76" viewBox="0 0 17.583 18.76"><g id="Group_194" data-name="Group 194" transform="translate(-1164.598 -5603.4)"><path id="Path_252" data-name="Path 252" d="M-1806.4,15859.461H-1792" transform="translate(2972 -10247)" fill="none" stroke="%23143c8c" stroke-linecap="round" stroke-width="2"/><path id="Path_253" data-name="Path 253" d="M-1784.875,15851.814l7.966,7.966-7.966,7.966" transform="translate(2957.675 -10247)" fill="none" stroke="%23143c8c" stroke-linecap="round" stroke-width="2"/></g></svg>');
  pointer-events: none;
  position: relative;
  top: 2px;
  left: 0px;
}
@media screen and (max-width: 1280px) {
  #masthead #primary-second-level > li li a::after {
    transform: scale(0.8);
  }
}
#masthead .sub-menus {
  --nav-height: 96px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #d5dae5;
  z-index: 1;
  padding: 0 var(--page-padding);
  display: none;
  overflow: auto;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus {
    display: none;
    grid-column: span 2;
    height: calc(100dvh - var(--nav-height));
  }
}
#masthead .sub-menus .sub-grid {
  overflow: auto;
  max-height: 70dvh;
  min-height: 550px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1.2fr 2fr;
  column-gap: 80px;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid {
    grid-template-columns: 1fr 1.5fr;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid {
    max-height: unset;
    height: 100%;
    min-height: unset;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: var(--space-2xl);
    row-gap: var(--space-l);
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .img {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .img {
    display: block;
    order: 99;
    padding-top: 0;
  }
}
#masthead .sub-menus .sub-grid .img img {
  border-radius: 20px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .img img {
    aspect-ratio: 2 / 1;
    max-width: unset;
    object-position: top;
    max-width: 400px;
    margin: unset;
    margin-bottom: var(--space-l);
  }
}
#masthead .sub-menus #menu_header_primary_secondary {
  margin-left: auto;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary {
    width: 100%;
    order: 1;
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 {
  display: flex;
  flex-direction: column;
  padding-bottom: var(--space-m);
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 {
    row-gap: var(--space-xs);
    width: fit-content;
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li {
  order: 0;
  max-height: 0px;
  overflow-y: clip;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li {
    max-height: unset;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.btn {
    display: none;
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.menu-item-has-children:not(.btn) {
  font-family: "Playfair Display";
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.menu-item-has-children:not(.btn).--open > a::after {
  transform: rotate(180deg) translateY(-8px);
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.menu-item-has-children:not(.btn) > a::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.523" height="9.685" viewBox="0 0 13.523 9.685"><path id="Path_266" data-name="Path 266" d="M-114.489,10353.5l6.168,8,6.168-8" transform="translate(115.083 -10353.042)" fill="none" stroke="%23143c8c" stroke-width="1.5"/></svg>');
    pointer-events: none;
    transform-origin: center center;
    position: relative;
    transition: 250ms;
    transform: rotate(0deg) translateY(-1px);
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li a {
    font-size: 25px;
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li a {
    font-size: 22px;
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open {
  display: block;
  max-height: fit-content;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li {
  right: 0px;
  opacity: 1;
  transition: 250ms;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(10) {
  transition-delay: 0.45s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(9) {
  transition-delay: 0.4s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(8) {
  transition-delay: 0.35s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(7) {
  transition-delay: 0.3s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(6) {
  transition-delay: 0.25s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(5) {
  transition-delay: 0.2s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(4) {
  transition-delay: 0.15s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(3) {
  transition-delay: 0.1s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(2) {
  transition-delay: 0.05s;
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li.--open li:nth-child(1) {
  transition-delay: 0s;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li .sub-menu {
    display: none;
    padding-left: var(--space-l);
    padding-top: var(--space-s);
    padding-bottom: var(--space-m);
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li li {
  transition: 0s;
  position: relative;
  right: 20px;
  opacity: 0;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li li {
    right: 0;
    opacity: 1;
    font-family: "Rubik";
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus #menu_header_primary_secondary .menu_lvl_1 > li li a {
    font-size: 16px;
  }
}
#masthead .sub-menus #menu_header_primary_secondary .menu-item-has-children .sub-menu-lvl_0 .sub-menu {
  padding-left: var(--space-l);
}
#masthead .sub-menus #menu_header_primary_secondary .menu-item-has-children .sub-menu-lvl_0 .sub-menu:has(li .sub-menu) {
  padding-top: var(--space-s);
}
#masthead .sub-menus #menu_header_primary_secondary .menu-item-has-children .sub-menu-lvl_0 .menu-item-has-children + .menu-item-has-children {
  margin-top: var(--space-2xs);
}
#masthead .sub-menus .sub-grid > div {
  padding-top: var(--space-2xl);
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid > div {
    padding-top: var(--space-m);
  }
}
#masthead .sub-menus .sub-grid .contact {
  border-left: 1px solid #d5dae5;
  padding-left: var(--space-2xl);
  color: #143c8c;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact {
    border-left: unset;
    padding-left: 0;
    padding-right: var(--space-2xl);
    border-right: 1px solid #d5dae5;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact {
    order: 5;
    border-right: unset;
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #143c8c;
    pointer-events: none;
    margin-bottom: var(--space-m);
  }
}
#masthead .sub-menus .sub-grid .contact > div {
  padding-bottom: var(--space-l);
}
#masthead .sub-menus .sub-grid .contact .infos {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--space-l);
  row-gap: var(--space-s);
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact .infos {
    flex-direction: column;
  }
}
#masthead .sub-menus .sub-grid .contact .socials {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--space-xs);
}
#masthead .sub-menus .sub-grid .contact .socials a {
  font-size: 40px;
}
#masthead .sub-menus .sub-grid .contact a {
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact a {
    font-size: 18px;
  }
}
#masthead .sub-menus .sub-grid .contact h2 {
  font-size: 20px;
  font-family: "Rubik";
  margin-bottom: var(--space-xs);
}
@media screen and (max-width: 1280px) {
  #masthead .sub-menus .sub-grid .contact h2 {
    margin-bottom: var(--space-m);
  }
}
.trigger__open-menu-mobile {
  display: inline-block;
}
@media only screen and (min-width: 870px) {
  .trigger__open-menu-mobile {
    display: none;
  }
}
.gform_wrapper.gravity-theme {
  /*
	.gform_fields{
		.d-flex;
		.flex-wrap;
	}
	ul{
		list-style: none;
		padding: 0;
		margin: 0;

		li.gfield{
			list-style: none;
			padding-right: 15px;
    		padding-left: 15px;
			margin-right: 0;
			margin-bottom: var(--spacing);

			&[class*="col-"]{
				position: relative;
				z-index: 2;
			}
			&.gfield_visibility_hidden{
				position: absolute;
			}
		}
	}
	*/
}
.gform_wrapper.gravity-theme p {
  padding: 0;
}
.gform_wrapper.gravity-theme .hidden_label label {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: var(--color-primary);
  margin-left: var(--spacing);
  font-size: 1.1em;
}
.gform_wrapper.gravity-theme .gform_validation_container {
  display: none;
}
.gform_wrapper.gravity-theme .validation_error {
  padding: var(--spacing) var(--spacing) var(--spacing) 80px;
  background: var(--color-error-bg);
  color: var(--color-error);
  border-radius: var(--border-radius);
  margin-bottom: var(--spacing);
  position: relative;
}
.gform_wrapper.gravity-theme .validation_error:after {
  top: 25px;
  left: 25px;
  font-size: 2em;
  content: "\f12a";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
}
.gform_wrapper.gravity-theme .gfield_error {
  color: var(--color-error);
}
.gform_wrapper.gravity-theme .gfield_error input[type="text"],
.gform_wrapper.gravity-theme .gfield_error input[type="url"],
.gform_wrapper.gravity-theme .gfield_error input[type="email"],
.gform_wrapper.gravity-theme .gfield_error input[type="tel"],
.gform_wrapper.gravity-theme .gfield_error input[type="password"],
.gform_wrapper.gravity-theme .gfield_error textarea,
.gform_wrapper.gravity-theme .gfield_error select {
  color: var(--color-error);
  border-color: var(--color-error);
}
.gform_wrapper.gravity-theme .gform_button {
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -o-transition: var(--transition);
  transition-timing-function: cubic-bezier(0.36, 0, 0, 1);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  /*
		&:hover{
			border: 3px solid var(--color-primary);
			color: black;
			background: transparent;
		}
		*/
}
.gform_confirmation_wrapper .gform_confirmation_message {
  padding: var(--spacing) var(--spacing) var(--spacing) 80px;
  background: var(--color-success-bg);
  color: var(--color-success);
  border-radius: var(--border-radius);
  margin-bottom: var(--spacing);
  position: relative;
}
.gform_confirmation_wrapper .gform_confirmation_message:after {
  top: 16px;
  left: 25px;
  font-size: 2em;
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
}
.search-form .middle {
  position: relative;
}
.search-form .middle .search-field {
  border: 0;
  width: 100%;
  color: #ffffff;
  background: transparent;
  font-weight: 200;
  font-size: 1.2em;
  padding: 5px 0;
  border-bottom: solid 1px #ffffff;
}
.search-form .middle .search-field::placeholder {
  color: #ffffff;
}
.search-form .middle .search-submit {
  display: none;
}
.search-form .middle .trigger__submit-search {
  top: 2px;
  right: 0;
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5em;
  transition: var(--transition);
}
.search-form .middle .trigger__submit-search:hover {
  opacity: 0.5;
}
.pagination {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination .page-numbers {
  list-style: none;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-family: "Playfair Display";
  color: #143c8c;
  display: -ms-flexbox !important;
  display: flex !important;
}
.pagination .page-numbers.current,
.pagination .page-numbers.current:focus,
.pagination .page-numbers.current:hover {
  font-size: 6rem;
  color: #143c8c;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  display: none !important;
}
.pagination .page-numbers li {
  margin: auto;
  padding-inline: 1rem;
}
.pagination .page-numbers a,
.pagination .page-numbers span {
  line-height: 1;
  display: inline-block;
  color: var(--color-secondary);
  border: 1px solid white;
}
.home {
  background: #aed0e9;
}
.page-template-template-carte-interactive iframe.carte {
  width: 100vw;
  height: 80vh;
  min-height: 600px;
}
.single-tribe_events .site-content,
.single-tribe_events #content {
  overflow: unset;
}
.single-tribe_events .site-content #tribe-events-pg-template,
.single-tribe_events #content #tribe-events-pg-template {
  margin: unset;
  max-width: unset;
  padding: unset;
}
.single-tribe_events .site-content .tribe-events-single,
.single-tribe_events #content .tribe-events-single {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 991px) {
  .single-tribe_events .site-content .tribe-events-single,
  .single-tribe_events #content .tribe-events-single {
    grid-template-columns: 1fr;
  }
}
.single-tribe_events .site-content .col-left,
.single-tribe_events #content .col-left,
.single-tribe_events .site-content .col-right,
.single-tribe_events #content .col-right {
  padding-top: var(--space-xl);
}
.single-tribe_events .site-content .col-left .tribe-events-single-event-title,
.single-tribe_events #content .col-left .tribe-events-single-event-title {
  font-family: var(--font-heading);
}
.single-tribe_events .site-content .col-left .tribe-events-single-event-description,
.single-tribe_events #content .col-left .tribe-events-single-event-description {
  max-width: 90ch;
}
.single-tribe_events .site-content .col-left .wrapper,
.single-tribe_events #content .col-left .wrapper {
  max-width: unset;
  width: unset;
  margin-inline: var(--page-padding);
  overflow: clip;
}
.single-tribe_events .site-content .col-left .tribe-events-back,
.single-tribe_events #content .col-left .tribe-events-back {
  margin-bottom: var(--space-xs);
}
.single-tribe_events .site-content .col-left .tribe-events-back a,
.single-tribe_events #content .col-left .tribe-events-back a {
  color: #143c8c;
  display: flex;
  align-items: center;
  column-gap: var(--space-2xs);
}
.single-tribe_events .site-content .col-left .tribe-events-back a svg,
.single-tribe_events #content .col-left .tribe-events-back a svg {
  width: 20px;
  height: 20px;
}
.single-tribe_events .site-content .col-left .tribe-events-back a svg *,
.single-tribe_events #content .col-left .tribe-events-back a svg * {
  fill: #143c8c;
}
.single-tribe_events .site-content .col-left .metas,
.single-tribe_events #content .col-left .metas {
  position: relative;
}
@media screen and (min-width: 769px) {
  .single-tribe_events .site-content .col-left .metas,
  .single-tribe_events #content .col-left .metas {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: var(--space-xs);
  }
  .single-tribe_events .site-content .col-left .metas .secondary,
  .single-tribe_events #content .col-left .metas .secondary {
    display: grid;
    grid-template-columns: 1fr 2fr;
    column-gap: var(--space-xs);
  }
  .single-tribe_events .site-content .col-left .metas .secondary .tribe-events-venue-map,
  .single-tribe_events #content .col-left .metas .secondary .tribe-events-venue-map {
    width: 100%;
  }
}
.single-tribe_events .site-content .col-left .metas h2,
.single-tribe_events #content .col-left .metas h2 {
  font-size: var(--fz-0);
}
.single-tribe_events .site-content .col-left .metas dt[class*="label"],
.single-tribe_events #content .col-left .metas dt[class*="label"] {
  font-weight: bold;
}
.single-tribe_events .site-content .col-right,
.single-tribe_events #content .col-right {
  background: var(--accent-color-dark);
  color: white;
  padding-inline: var(--page-padding);
  padding-bottom: var(--space-xl);
  height: 100%;
  min-height: 500px;
  max-height: 70svh;
  position: sticky;
  top: calc(var(--nav-height) + 25px);
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .single-tribe_events .site-content .col-right,
  .single-tribe_events #content .col-right {
    display: none;
  }
}
.single-tribe_events .site-content .col-right h2,
.single-tribe_events #content .col-right h2 {
  margin-bottom: var(--space-m);
}
.single-tribe_events .site-content .col-right a,
.single-tribe_events #content .col-right a {
  padding: var(--space-xs) 0;
  display: flex;
  justify-content: space-between;
  column-gap: var(--space-xs);
  font-size: var(--fz-1);
  border-bottom: solid 1px white;
}
@media (pointer: fine) {
  .single-tribe_events .site-content .col-right a:hover,
  .single-tribe_events #content .col-right a:hover {
    padding-inline: var(--space-xs);
  }
}
.single-tribe_events .site-content .col-right a:first-of-type,
.single-tribe_events #content .col-right a:first-of-type {
  padding-top: 0;
}
.single-tribe_events .site-content .col-right a span,
.single-tribe_events #content .col-right a span {
  font-size: var(--fz-0);
  color: #aed0e9;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-months .datepicker-switch,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-months .next,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-months .prev,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-years .datepicker-switch,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-years .next,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .datepicker-years .prev {
  padding: var(--tec-spacer-1) 0;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-bottom: var(--space-2xl);
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events-c-subscribe-dropdown__container {
  display: none;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .day.current,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .day.current.focused,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .day.current:focus,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .day.current:hover,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .month.current,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .month.current.focused,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .month.current:focus,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .month.current:hover,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .year.current,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .year.current.focused,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .year.current:focus,
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .datepicker .year.current:hover {
  color: white;
  background: hsl(from var(--accent-color-dark) h s l / 0.7);
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date time.tribe-events-calendar-month__day-date-daynum {
  color: white;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-size: var(--fz-0);
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events-calendar-month__calendar-event-tooltip-description p {
  font-size: 1rem;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events-c-search {
  padding-right: var(--space-xs);
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-events-calendar-list__month-separator time {
  font-size: var(--fz-2);
  text-transform: capitalize;
}
.archive.post-type-archive.post-type-archive-tribe_events .tribe-common-g-row img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 3;
  object-fit: cover;
}
.stack {
  padding: var(--space-xl) 0;
}
@media screen and (max-width: 650px) {
  .stack {
    padding: var(--space-l) 0;
  }
}
.stack:has(+ .stack-acces-rapide) {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .stack:has(+ .stack-acces-rapide) {
    padding-bottom: 100px;
  }
}
.stack.stack-acces-rapide + .stack {
  padding-top: 175px;
}
@media screen and (max-width: 768px) {
  .stack.stack-acces-rapide + .stack {
    padding-top: 100px;
  }
}
.stack-hero {
  padding: 0;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 600px) {
  .stack-hero {
    min-height: 400px;
    height: 40svh;
  }
}
.stack-hero iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.stack-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.05) 100%);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .stack-hero::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.05) 100%);
  }
}
.stack-hero .content {
  position: absolute;
  bottom: 5%;
  right: var(--page-padding);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: var(--space-s);
  margin-left: var(--page-padding);
}
.stack-hero .content h1 {
  font-family: "Playfair Display";
  color: white;
  max-width: 750px;
  font-weight: bold;
  text-align: right;
  font-size: var(--fz-6);
  text-transform: unset;
}
@media screen and (max-width: 600px) {
  .stack-hero .content h1 {
    font-size: var(--fz-3);
  }
}
.stack-hero .search-form {
  padding: 50px 50px 30px 50px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .stack-hero .search-form {
    padding: 20px;
  }
}
.stack-hero .search-form .middle input {
  font-size: var(--fz-0);
  padding-right: 30px;
  padding-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .stack-hero .search-form .middle input {
    padding-bottom: 5px;
  }
}
.stack-hero .search-form .middle input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.stack-hero .search-form .middle .trigger__submit-search {
  top: 5px;
  font-size: var(--fz-0);
}
.stack-acces-rapide {
  --padding: 120px;
  margin: calc(-1 * var(--padding)) 0;
  color: white;
  position: relative;
  overflow: clip;
  padding: var(--padding) 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .stack-acces-rapide {
    --padding: 80px;
  }
}
.stack-acces-rapide .content {
  background: #143c8c;
  padding: var(--page-padding);
}
.stack-acces-rapide h2 {
  text-align: center;
  margin-bottom: var(--space-l);
}
.stack-acces-rapide svg[wave] {
  position: absolute;
  top: 0;
  height: var(--padding);
  z-index: -1;
}
.stack-acces-rapide svg[wave].support {
  left: 2000px;
}
.stack-acces-rapide svg[wave].--bottom {
  position: absolute;
  top: unset;
  bottom: 0%;
  transform: scaleY(-1);
}
@keyframes waveAction {
  0% {
    transform: translate(0%, 0) scale(2);
  }
  100% {
    transform: translate(-100%, 0) scale(2);
  }
}
.stack-acces-rapide #waveShape {
  animation-name: waveAction;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 6s;
  transform: translate(0%, 0) scale(2);
  fill: #143c8c;
  position: absolute;
}
.stack-acces-rapide .pages {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stack-acces-rapide .pages a {
  padding: var(--space-s) var(--space-s) var(--space-s) var(--space-s);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: var(--space-m);
  font-size: var(--fz-1);
  min-height: 85px;
  max-width: 1200px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #fff;
}
@media (pointer: fine) {
  .stack-acces-rapide .pages a {
    border-bottom: none;
  }
  .stack-acces-rapide .pages a [line] {
    display: block !important;
  }
  .stack-acces-rapide .pages a:hover [line] path {
    d: path("M1 11.0005C1 11.0005 76.185 1.00049 386.5 1.00049C560.969 1.00049 1051 20.5 1198 20.5C1345 20.5 1561 11.0005 1561 11.0005");
  }
  .stack-acces-rapide .pages a:hover span [arrow] {
    right: 0px;
    opacity: 1;
  }
  .stack-acces-rapide .pages a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.stack-acces-rapide .pages a [line] {
  display: none;
  position: absolute;
  top: 80%;
  width: 100%;
}
.stack-acces-rapide .pages a [line] path {
  transition: 200ms;
}
.stack-acces-rapide .pages a span {
  position: relative;
  display: flex;
  column-gap: var(--space-xs);
  align-items: center;
}
.stack-acces-rapide .pages a span [arrow] {
  transition: 200ms;
  position: relative;
  right: 5px;
  opacity: 0;
}
.stack-acces-rapide .pages a .img {
  position: relative;
  aspect-ratio: 3 / 1;
  width: 100%;
  height: auto;
  border-radius: 50px;
  overflow: clip;
  max-width: 200px;
}
.stack-acces-rapide .pages a img {
  transition: 200ms;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.stack-calendrier-devenements {
  background: white;
}
.stack-calendrier-devenements > .grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  column-gap: 80px;
  row-gap: var(--space-m);
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements > .grid {
    grid-template-columns: 1fr;
  }
}
.stack-calendrier-devenements > .grid .btns {
  display: flex;
  column-gap: var(--space-l);
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements > .grid .btns {
    justify-content: space-between;
  }
}
.stack-calendrier-devenements > .grid .btns button {
  border: none;
  outline: none;
  background: none;
  transition: 0.2s ease;
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements > .grid .btns button svg {
    width: 50px;
    height: auto;
  }
}
.stack-calendrier-devenements > .grid .btns button:not([disabled]) {
  cursor: pointer;
}
.stack-calendrier-devenements > .grid .btns button[disabled] {
  opacity: 0.5;
}
.stack-calendrier-devenements > .grid > .col-left,
.stack-calendrier-devenements > .grid > .col-right {
  min-width: 0;
}
.stack-calendrier-devenements > .grid > .col-left {
  padding-left: var(--page-padding);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements > .grid > .col-left {
    padding-right: var(--page-padding);
  }
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements > .grid > .col-left .btns {
    display: none;
  }
}
.stack-calendrier-devenements > .grid > .col-left .content {
  margin-bottom: var(--space-s);
}
.stack-calendrier-devenements > .grid > .col-left .pill {
  font-size: 22 / 16rem;
  padding: 8px 30px;
  font-weight: bold;
  border-radius: 50px;
  width: fit-content;
  background: #aed0e9;
  margin-bottom: var(--space-m);
}
@media screen and (max-width: 600px) {
  .stack-calendrier-devenements > .grid > .col-left .pill {
    font-size: 32 / 16rem;
  }
}
.stack-calendrier-devenements > .grid > .col-right {
  margin-top: auto;
  height: fit-content;
}
.stack-calendrier-devenements > .grid > .col-right.--no-events {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.stack-calendrier-devenements > .grid > .col-right .btns {
  margin-top: var(--space-3xl);
  padding-right: var(--page-padding);
  padding-left: var(--page-padding);
}
@media screen and (min-width: 992px) {
  .stack-calendrier-devenements > .grid > .col-right .btns {
    display: none;
  }
}
.stack-calendrier-devenements .swiper-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space-m);
  row-gap: var(--space-m);
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements .swiper-grid {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    height: 100%;
  }
}
.stack-calendrier-devenements .swiper-slide {
  padding: 0 var(--page-padding);
  height: 100%;
}
.stack-calendrier-devenements .swiper-slide .col-left {
  aspect-ratio: 4 / 5;
  width: 100%;
  height: auto;
  background: #aed0e9;
  border-radius: 12px;
  overflow: clip;
  position: relative;
}
@media screen and (max-width: 600px) {
  .stack-calendrier-devenements .swiper-slide .col-left {
    max-width: 220px;
  }
}
.stack-calendrier-devenements .swiper-slide .col-left svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
  max-width: 250px;
}
.stack-calendrier-devenements .swiper-slide .col-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.stack-calendrier-devenements .swiper-slide .col-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
}
.stack-calendrier-devenements .swiper-slide .col-right .date {
  font-size: 24 / 16rem;
  border: 1px solid #143c8c;
  width: fit-content;
  padding: 8px 15px;
  border-radius: 50px;
  margin-bottom: var(--space-xs);
}
@media screen and (max-width: 600px) {
  .stack-calendrier-devenements .swiper-slide .col-right .date {
    font-size: 32 / 16rem;
  }
}
.stack-calendrier-devenements .swiper-slide .col-right .title {
  font-size: 32 / 16rem;
  margin-bottom: var(--space-2xs);
}
@media screen and (max-width: 600px) {
  .stack-calendrier-devenements .swiper-slide .col-right .title {
    font-size: 45 / 16rem;
  }
}
@media screen and (max-width: 991px) {
  .stack-calendrier-devenements .swiper-slide .col-right .btn {
    margin-top: auto;
  }
}
.stack-calendrier-devenements .swiper-slide .col-right .content {
  margin-bottom: var(--space-m);
}
.stack-swiper-pill {
  padding-inline: calc(var(--page-padding) * 2.5);
}
.stack-swiper-pill p {
  color: #143c8c;
}
.stack-swiper-pill .top {
  max-width: 900px;
  margin: 0 auto var(--space-2xl) auto;
  text-align: center;
}
.stack-swiper-pill .top h2 {
  color: #143c8c;
}
.stack-swiper-pill .pills {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.stack-swiper-pill .pills .button-prev,
.stack-swiper-pill .pills .button-next {
  transition: var(--transition);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
  border: 0px solid #143c8c;
  outline: none;
  background: none;
  cursor: pointer;
  background: white;
  aspect-ratio: 1 / 1;
  height: auto;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-prev,
  .stack-swiper-pill .pills .button-next {
    width: 40px;
  }
}
.stack-swiper-pill .pills .button-prev[disabled],
.stack-swiper-pill .pills .button-next[disabled] {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-prev svg,
  .stack-swiper-pill .pills .button-next svg {
    width: 35px;
    height: 35px;
  }
}
.stack-swiper-pill .pills .button-prev {
  left: -70px;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-prev {
    left: -50px;
  }
}
.stack-swiper-pill .pills .button-prev[disabled] {
  left: -60px;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-prev[disabled] {
    left: -40px;
  }
}
.stack-swiper-pill .pills .button-next {
  right: -70px;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-next {
    right: -50px;
  }
}
.stack-swiper-pill .pills .button-next[disabled] {
  right: -60px;
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .button-next[disabled] {
    right: -40px;
  }
}
.stack-swiper-pill .pills .pills-container {
  aspect-ratio: 8 / 3;
  overflow: clip;
  border-radius: 300px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .stack-swiper-pill .pills .pills-container {
    aspect-ratio: unset;
    border-radius: 20px;
  }
}
.stack-swiper-pill .pills .pills-container .texts {
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 1;
  height: 100%;
  width: 50%;
  border-radius: 0 300px 300px 0;
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .stack-swiper-pill .pills .pills-container .texts {
    position: static;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .stack-swiper-pill .pills .pills-container .texts {
    padding: 30px 20px;
  }
}
.stack-swiper-pill .pills .pills-container .texts .text {
  display: none;
  max-width: 42ch;
}
@media screen and (max-width: 991px) {
  .stack-swiper-pill .pills .pills-container .texts .text {
    max-width: 120ch;
  }
}
.stack-swiper-pill .pills .pills-container .texts .text.--active,
.stack-swiper-pill .pills .pills-container .texts .text .flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stack-swiper-pill .pills .pills-container .texts .text .date {
  font-size: var(--fz-0);
  margin-bottom: 5px;
}
.stack-swiper-pill .pills .pills-container .swiper {
  z-index: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .stack-swiper-pill .pills .pills-container .swiper {
    height: 160px;
  }
}
.stack-swiper-pill .pills .pills-container .swiper .swiper-wrapper,
.stack-swiper-pill .pills .pills-container .swiper .swiper-slide,
.stack-swiper-pill .pills .pills-container .swiper .img,
.stack-swiper-pill .pills .pills-container .swiper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.stack-swiper-pill .pagination {
  max-width: 400px;
  margin: var(--space-l) auto 0 auto;
}
.stack-swiper-pill .pagination .swiper-pagination-bullet {
  transition: var(--transition);
  border-radius: 20px;
  background: #143c8c;
}
.stack-swiper-pill .pagination .swiper-pagination-bullet-active {
  width: 10%;
}
.stack-carousel p {
  color: #143c8c;
}
.stack-carousel h2 {
  color: #143c8c;
}
.stack-carousel .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: var(--space-2xl);
  row-gap: var(--space-xl);
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stack-carousel .grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.stack-carousel .grid .col-left {
  min-width: 0;
  border-radius: 25px;
  overflow: clip;
  position: relative;
}
.stack-carousel .grid .col-left .swiper-pagination {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  transform: unset;
}
.stack-carousel .grid .col-left .swiper-pagination .swiper-pagination-bullet {
  transition: var(--transition);
  background: #143c8c;
  border-radius: 25px;
}
.stack-carousel .grid .col-left .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: hsl(from #143c8c h s l / 0.4);
  opacity: 1;
}
.stack-carousel .grid .col-left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 60px;
}
.stack-carousel .grid .col-left .swiper {
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 7;
  cursor: grab;
}
.stack-carousel .grid .col-left .swiper .swiper-slide {
  height: 100%;
}
.stack-carousel .grid .col-left .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stack-carousel .grid .col-right {
  max-width: 60ch;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .stack-carousel .grid .col-right {
    max-width: 100ch;
    margin: 0 auto;
  }
}
.stack-widget-sopfeu {
  padding-inline: var(--page-padding);
}
.stack-widget-sopfeu .grid {
  border-radius: 25px;
  background: white;
  color: #143c8c;
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: var(--space-m);
  row-gap: var(--space-2xl);
  max-width: 1150px;
  margin: 0 auto;
  padding: 20px 40px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .stack-widget-sopfeu .grid {
    grid-template-columns: 1fr;
    max-width: 550px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 550px) {
  .stack-widget-sopfeu .grid {
    padding: 20px;
  }
}
