@charset "UTF-8";
/* ----------------------------------------------------- */
/* -------------- FRAMEWORKS (optionnels) -------------- */
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1.875rem);
  padding-left: var(--bs-gutter-x, 1.875rem);
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1280px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1280px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-cards {
  overflow: visible; }
  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cube {
  overflow: visible; }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%; }
    .swiper-cube .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0; }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev,
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible; }
  .swiper-cube .swiper-slide-shadow-top,
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0; }
    .swiper-cube .swiper-cube-shadow:before {
      content: '';
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px); }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip {
  overflow: visible; }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 1; }
    .swiper-flip .swiper-slide .swiper-slide {
      pointer-events: none; }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto; }
  .swiper-flip .swiper-slide-shadow-top,
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none; }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none; }
  .swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
  .swiper-button-next {
    display: none !important; }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next'; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0; }
  .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative; }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66); }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer; }
  .swiper-pagination-bullet:only-child {
    display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block; }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px; }
    .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top; }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top; }
  .swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0; }
  .swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }
  .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important; }
  .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%; }
  .swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

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

/* ----------------------------------------------------- */
/* --------------------- VARIABLES --------------------- */
/* ----------------------------------------------------- */
/* ----------------------- MIXINS ---------------------- */
/* ----------------------------------------------------- */
/* ----------------------- FONTS ----------------------- */
/* Font Awesome */
/* ampersand */
@font-face {
  font-family: "Ampersand";
  src: url("../fonts/ampersand/ampersand-webfont.woff2") format("woff2"), url("../fonts/ampersand/ampersand-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm111VF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiDyp8kv8JHgFVrJJLm81xVF9eO.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ----------------------------------------------------- */
/* --------------------- ANIMATIONS--------------------- */
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes blink {
  from {
    opacity: 0; }
  50% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes scrollingBanner {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(-100%); } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* -----------------------------------------------------
>>> TABLE DES MATIÈRES:

0. 	Default
1. 	Wrapper & main
2. 	Header
3.  Footer
4.  Components
5.  Elements
6.  Excerpt
7. 	Sections
8.  Page templates & events
9.  Others
-------------------------------------------------------- */
/* ----------------------------------------------------- */
/* --------------------- 0. DEFAULT -------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  word-wrap: break-word; }

html {
  font-size: 10px;
  font-size: 62.5% !important;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth; }
  html img,
  html video {
    max-width: 100%;
    height: auto; }
  html svg {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    user-select: none; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }

/* ----------------------------------------------------- */
/* ----------------- 1. WRAPPER & MAIN ----------------- */
.site__wrapper {
  z-index: 1;
  position: relative;
  overflow-x: hidden !important;
  background-color: #1a3260;
  color: #f4e2c3;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 300; }

.site__main {
  z-index: 1;
  position: relative;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 100vh;
  width: 100%;
  transition: top 0.3s ease-in-out; }
  .site__main::after {
    content: "";
    z-index: 1020;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-color: black;
    opacity: 0;
    transition: all 0.3s ease-in-out; }

/* ----------------------------------------------------- */
/* -------------------- 2. HEADER----------------------- */
.site__header {
  z-index: 1030;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  transition: top 0.3s ease-in-out; }
  .site__header .header__navbar {
    height: 120px;
    background-color: transparent;
    transform: translate(0, -100%);
    transition: all 0.6s ease; }
    .site__header .header__navbar.animated {
      transform: translate(0, 0); }
  .site__header .header__navbar__wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .site__header .header__navbar__group {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 1vw; }
  .site__header .header__navbar__brand {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: auto;
    max-width: 50vw;
    padding: 0 2vw;
    transition: all 0.6s ease; }
    .site__header .header__navbar__brand .custom-svg-link {
      z-index: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: all 0.3s ease-in-out; }
      .site__header .header__navbar__brand .custom-svg-link > svg {
        height: 90px;
        max-height: 100%;
        max-width: 100%;
        color: white; }
      .site__header .header__navbar__brand .custom-svg-link:hover {
        opacity: 0.75; }
    .site__header .header__navbar__brand .custom-logo-link {
      z-index: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: all 0.3s ease-in-out; }
      .site__header .header__navbar__brand .custom-logo-link > picture {
        max-height: 100%;
        max-width: 100%; }
      .site__header .header__navbar__brand .custom-logo-link > img,
      .site__header .header__navbar__brand .custom-logo-link > picture > img {
        height: 90px;
        max-height: 100%;
        width: auto;
        color: #f4e2c3;
        font-family: "Poppins", sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        -o-object-fit: contain;
           object-fit: contain; }
      .site__header .header__navbar__brand .custom-logo-link:hover {
        opacity: 0.75; }
  .site__header .header__navbar__burger {
    cursor: pointer;
    visibility: visible;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .site__header .header__navbar__burger .icon-burger {
      position: relative;
      display: block;
      background-color: #e4b86d;
      height: 4px;
      border-radius: 2px;
      width: 40px;
      transition: all 0.3s ease-in-out; }
      .site__header .header__navbar__burger .icon-burger::before, .site__header .header__navbar__burger .icon-burger::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 0;
        display: block;
        background-color: #f4e2c3;
        height: 4px;
        border-radius: 0;
        transition: all 0.3s ease-in-out; }
      .site__header .header__navbar__burger .icon-burger::before {
        top: -10px;
        width: 90%; }
      .site__header .header__navbar__burger .icon-burger::after {
        bottom: -10px;
        width: 90%; }
    .site__header .header__navbar__burger:hover .icon-burger {
      background-color: white; }
  .site__header .header__navbar__menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
    height: 120px;
    padding: 0 1vw;
    transition: all 0.3s ease-in-out; }

.site__header--open ~ .site__main::after {
  visibility: visible;
  opacity: 0.85; }

/* ----------------------------------------------------- */
/* --------------------- 3. FOOTER --------------------- */
.site__footer {
  z-index: 1;
  position: relative; }
  .site__footer .footer__wrapper {
    padding-top: 70px;
    background-color: #1a3260; }
  .site__footer .footer__navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 40px; }
  .site__footer .footer__navbar__wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center; }
  .site__footer .footer__navbar__brand {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 130px;
    padding: 7.5px; }
    .site__footer .footer__navbar__brand .custom-svg-link {
      z-index: 1;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: all 0.3s ease-in-out; }
      .site__footer .footer__navbar__brand .custom-svg-link > svg {
        height: 120px;
        max-height: 100%;
        max-width: 100%;
        color: white; }
      .site__footer .footer__navbar__brand .custom-svg-link:hover {
        opacity: 0.75; }
    .site__footer .footer__navbar__brand .custom-logo-link {
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      transition: all 0.3s ease-in-out; }
      .site__footer .footer__navbar__brand .custom-logo-link > picture {
        max-height: 100%;
        max-width: 100%; }
      .site__footer .footer__navbar__brand .custom-logo-link > img,
      .site__footer .footer__navbar__brand .custom-logo-link > picture > img {
        height: auto;
        max-height: 100%;
        width: auto;
        color: rgba(255, 255, 255, 0.5);
        font-family: "Poppins", sans-serif;
        font-size: 1.4rem;
        font-weight: 500; }
      .site__footer .footer__navbar__brand .custom-logo-link:hover {
        opacity: 0.75; }
  .site__footer .footer__navbar__ctaction {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-top: 25px; }
    .site__footer .footer__navbar__ctaction > *:not(:last-child) {
      margin-right: 10px; }
  .site__footer .footer__navbar__social {
    padding-top: 25px; }
  .site__footer .footer__bottombar {
    padding-bottom: 20px; }
  .site__footer .footer__bottombar__wrapper {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding-top: 20px; }
  .site__footer .footer__bottombar__menu {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
    padding: 20px 10px; }
    .site__footer .footer__bottombar__menu .menu {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin: 0;
      padding: 0;
      list-style: none; }
    .site__footer .footer__bottombar__menu .menu__item {
      display: inline-flex;
      align-items: center;
      margin: 0;
      padding: 5px 20px;
      list-style: none; }
    .site__footer .footer__bottombar__menu .menu__item__link {
      color: #f4e2c3;
      font-size: 1.3rem;
      font-weight: 300;
      transition: all 0.3s ease-in-out; }
      .site__footer .footer__bottombar__menu .menu__item__link:hover {
        color: #969fa7; }
      .site__footer .footer__bottombar__menu .menu__item__link[aria-current] {
        color: white; }
  .site__footer .footer__bottombar__group {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 10px 10px 0; }
    .site__footer .footer__bottombar__group > *:not(:last-child) {
      margin-right: 20px; }
  .site__footer .footer__bottombar__copyright {
    color: #969fa7;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center; }
  .site__footer .footer__bottombar__by {
    color: #f4e2c3;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px; }

/* ----------------------------------------------------- */
/* ------------------- 4. COMPONENTS ------------------- */
.site__preloader {
  pointer-events: none;
  z-index: 1090;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .site__preloader .preloader__wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #1a3260; }
    .site__preloader .preloader__wrapper img,
    .site__preloader .preloader__wrapper svg {
      width: 100%;
      max-width: 300px;
      opacity: 0;
      transform: translate(0, 20px); }

.site__banner {
  z-index: 1040;
  overflow: hidden;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .site__banner .banner__wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #f4e2c3; }
  .site__banner .banner__text {
    position: absolute;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #1a3260;
    font-size: 1.3rem;
    font-weight: 600;
    word-spacing: 0.5px;
    letter-spacing: 0.5px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out; }
    .site__banner .banner__text:is(a):hover {
      opacity: 0.75; }
  .site__banner .banner__button {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 37px;
    width: 37px;
    background-color: #e4b86d;
    color: white;
    transition: all 0.3s ease-in-out; }
    .site__banner .banner__button path {
      fill: white; }
    .site__banner .banner__button:hover {
      background-color: rgba(228, 184, 109, 0.5); }
  .site__banner.site__banner--scrolling .banner__wrapper {
    justify-content: flex-start; }
  .site__banner.site__banner--scrolling .banner__text {
    animation: scrollingBanner 10s infinite linear; }

.site__article > .section-content-404:first-child,
.site__article > .section-content-page:first-child,
.site__article > .section-content-single:first-child {
  padding-top: 120px; }

/* ----------------------------------------------------- */
/* -------------------- 5. ELEMENTS -------------------- */
b,
strong,
.b,
.strong {
  font-weight: bolder; }

em,
.em {
  font-style: italic; }

a,
.a {
  cursor: pointer;
  text-decoration: none; }
  a[href]:not([class]),
  .a[href]:not([class]) {
    color: white;
    transition: all 0.3s ease-in-out; }
  a[href]:not([class]):hover,
  .a[href]:not([class]):hover {
    color: #e4b86d; }

p,
.p {
  margin-bottom: 1rem;
  line-height: 1.6; }

h1,
.h1,
.elementor .h1 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 13rem;
  line-height: 13rem;
  font-family: "Ampersand", serif;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px; }

h2,
.h2,
.elementor .h2 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 6rem;
  line-height: 6.9rem;
  font-family: "Ampersand", serif;
  font-weight: 400;
  text-transform: inherit;
  word-spacing: 0;
  letter-spacing: 0; }

h3,
.h3,
.elementor .h3 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 4.6rem;
  font-family: "Ampersand", serif;
  font-weight: 400;
  text-transform: inherit;
  word-spacing: 0;
  letter-spacing: 0; }

h4,
.h4,
.elementor .h4 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  line-height: 3.68rem;
  font-family: "Ampersand", serif;
  font-weight: 400;
  text-transform: inherit;
  word-spacing: 0;
  letter-spacing: 0; }

h5,
.h5,
.elementor .h5 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 2.8rem;
  line-height: 3.22rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: inherit;
  word-spacing: 0;
  letter-spacing: 0; }

h6,
.h6,
.elementor .h6 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  line-height: 2.645rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px; }

.h7, .elementor .h7 .elementor-size-default {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.84rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px; }

hr,
.hr {
  margin: 2rem 0 2rem 0; }

ul,
.ul {
  margin-bottom: 1rem;
  padding-left: 15px;
  list-style-image: url("../img/icon/list.svg"); }
  ul li,
  .ul li {
    padding-left: 5px; }

ol,
.ol {
  margin-bottom: 1rem;
  padding-left: 15px; }

li,
.li {
  margin-bottom: 0.5rem;
  line-height: 1.6; }

blockquote,
.blockquote,
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-bottom: 1rem;
  padding: 15px 25px;
  border-left: 4px solid #1a3260;
  background-color: rgba(26, 50, 96, 0.1); }
  blockquote > *:last-child,
  .blockquote > *:last-child,
  .wpcf7 .wpcf7-form .wpcf7-response-output > *:last-child {
    margin-bottom: 0; }
  blockquote.blockquote-primary,
  .blockquote.blockquote-primary,
  .wpcf7 .wpcf7-form .blockquote-primary.wpcf7-response-output {
    border-left: 4px solid #f4e2c3;
    background-color: rgba(244, 226, 195, 0.1); }
  blockquote.blockquote-primary-dark, .wpcf7 .wpcf7-form.failed blockquote.wpcf7-response-output,
  .wpcf7 .wpcf7-form.aborted blockquote.wpcf7-response-output, .wpcf7 .wpcf7-form.spam blockquote.wpcf7-response-output, .wpcf7 .wpcf7-form.invalid blockquote.wpcf7-response-output,
  .wpcf7 .wpcf7-form.unaccepted blockquote.wpcf7-response-output,
  .blockquote.blockquote-primary-dark,
  .wpcf7 .wpcf7-form .blockquote-primary-dark.wpcf7-response-output,
  .wpcf7 .wpcf7-form.failed .wpcf7-response-output,
  .wpcf7 .wpcf7-form.aborted .wpcf7-response-output,
  .wpcf7 .wpcf7-form.spam .wpcf7-response-output,
  .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output {
    border-left: 4px solid #e4b86d;
    background-color: rgba(228, 184, 109, 0.1); }
  blockquote.blockquote-secondary,
  .blockquote.blockquote-secondary,
  .wpcf7 .wpcf7-form .blockquote-secondary.wpcf7-response-output {
    border-left: 4px solid #1a3260;
    background-color: rgba(26, 50, 96, 0.1); }
  blockquote.blockquote-tertiary,
  .blockquote.blockquote-tertiary,
  .wpcf7 .wpcf7-form .blockquote-tertiary.wpcf7-response-output {
    border-left: 4px solid #f8dbdc;
    background-color: rgba(248, 219, 220, 0.1); }
  blockquote.blockquote-sucess, .wpcf7 .wpcf7-form.sent blockquote.wpcf7-response-output,
  .blockquote.blockquote-sucess,
  .wpcf7 .wpcf7-form .blockquote-sucess.wpcf7-response-output,
  .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    border-left: 4px solid #04e474;
    background-color: rgba(4, 228, 116, 0.1); }
  blockquote.blockquote-error,
  .blockquote.blockquote-error,
  .wpcf7 .wpcf7-form .blockquote-error.wpcf7-response-output {
    border-left: 4px solid #fa113d;
    background-color: rgba(250, 17, 61, 0.1); }

.icon {
  display: inline-flex;
  vertical-align: middle; }
  .icon.icon-primary {
    color: #f4e2c3; }
  .icon.icon-secondary {
    color: #1a3260; }
  .icon.icon-tertiary {
    color: #f8dbdc; }
  .icon.icon-white {
    color: white; }
  .icon.icon-moveable {
    padding-right: 10px;
    padding-left: 10px;
    transition: padding 0.3s ease-in-out; }

.link, .wpcf7 .wpcf7-form .wpcf7-list-item-label a, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease-in-out; }
  .link path, .wpcf7 .wpcf7-form .wpcf7-list-item-label a path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl path {
    transition: all 0.3s ease-in-out; }
  .link.link-disabled, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-disabled, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-disabled.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-disabled#tarteaucitronPrivacyUrl {
    cursor: not-allowed !important;
    opacity: 0.5;
    filter: grayscale(0.5); }
  .link:not(.link-disabled), .wpcf7 .wpcf7-form .wpcf7-list-item-label a:not(.link-disabled), #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:not(.link-disabled), #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:not(.link-disabled) {
    cursor: pointer; }
  .link:not(.link-disabled):hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:not(.link-disabled):hover {
    color: #e4b86d; }
  .link.link-text, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-text, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-text.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
    color: #969fa7; }
    .link.link-text:hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-text:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-text.tarteaucitronDeny:hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:hover {
      color: #f4e2c3; }
      .link.link-text:hover path, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-text:hover path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-text.tarteaucitronDeny:hover path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:hover path {
        fill: #f4e2c3; }
  .link.link-white, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-white, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-white#tarteaucitronPrivacyUrl, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl.tarteaucitronDeny {
    color: white; }
    .link.link-white:not(.link-disabled):hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-white:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-white#tarteaucitronPrivacyUrl:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl.tarteaucitronDeny:not(.link-disabled):hover {
      color: #f4e2c3; }
      .link.link-white:not(.link-disabled):hover path, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-white:not(.link-disabled):hover path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:not(.link-disabled):hover path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-white#tarteaucitronPrivacyUrl:not(.link-disabled):hover path, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl.tarteaucitronDeny:not(.link-disabled):hover path {
        fill: #f4e2c3; }
  .link.link-primary, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-primary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary#tarteaucitronPrivacyUrl {
    color: #f4e2c3; }
    .link.link-primary:not(.link-disabled):hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-primary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary.tarteaucitronDeny:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-primary#tarteaucitronPrivacyUrl:not(.link-disabled):hover {
      color: #e4b86d; }
  .link.link-secondary, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-secondary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary#tarteaucitronPrivacyUrl {
    color: #1a3260; }
    .link.link-secondary:not(.link-disabled):hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-secondary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary.tarteaucitronDeny:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-secondary#tarteaucitronPrivacyUrl:not(.link-disabled):hover {
      color: #0f1d38; }
  .link.link-tertiary, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-tertiary, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary#tarteaucitronPrivacyUrl {
    color: #f8dbdc; }
    .link.link-tertiary:not(.link-disabled):hover, .wpcf7 .wpcf7-form .wpcf7-list-item-label a.link-tertiary:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary.tarteaucitronDeny:not(.link-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .link-tertiary#tarteaucitronPrivacyUrl:not(.link-disabled):hover {
      color: #e78689; }
  .link:hover .icon-moveable, .wpcf7 .wpcf7-form .wpcf7-list-item-label a:hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny:hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl:hover .icon-moveable {
    padding-right: 7.5px;
    padding-left: 15px; }

.text {
  color: #f4e2c3; }
  .text.text-white {
    color: white; }
  .text.text-primary {
    color: #f4e2c3; }
  .text.text-secondary {
    color: #1a3260; }
  .text.text-tertiary {
    color: #f8dbdc; }

.button, .wpcf7 .wpcf7-submit, .elementor .elementor-button-info .elementor-button, .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-danger .elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronClosePanel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 65px;
  min-width: 200px;
  margin: 0.25rem;
  padding: 11px 33px;
  border-radius: 0;
  border: 1px solid #f4e2c3;
  background-color: #f4e2c3;
  color: #1a3260;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.15;
  text-transform: uppercase;
  text-decoration: none;
  word-spacing: 2px;
  letter-spacing: 2px;
  transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
  .button.button-disabled, .wpcf7 .button-disabled.wpcf7-submit, .wpcf7 .wpcf7-submit[disabled], .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7-submit#tarteaucitronCloseAlert[disabled], #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 .wpcf7-submit#tarteaucitronCloseAlert[disabled], .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7-submit.tarteaucitronAllow[disabled], #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 .wpcf7-submit.tarteaucitronAllow[disabled], .wpcf7 #tarteaucitronRoot #tarteaucitronServices .wpcf7-submit.tarteaucitronAllow[disabled], #tarteaucitronRoot #tarteaucitronServices .wpcf7 .wpcf7-submit.tarteaucitronAllow[disabled], .wpcf7 #tarteaucitronRoot #tarteaucitronServices .wpcf7-submit.tarteaucitronDeny[disabled], #tarteaucitronRoot #tarteaucitronServices .wpcf7 .wpcf7-submit.tarteaucitronDeny[disabled], .wpcf7 #tarteaucitronRoot .wpcf7-submit#tarteaucitronClosePanel[disabled], #tarteaucitronRoot .wpcf7 .wpcf7-submit#tarteaucitronClosePanel[disabled], .elementor .elementor-button-info .button-disabled.elementor-button, .elementor .elementor-button-success .button-disabled.elementor-button, .elementor .elementor-button-warning .button-disabled.elementor-button, .elementor .elementor-button-danger .button-disabled.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-disabled#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-disabled.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-disabled.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-disabled.tarteaucitronDeny, #tarteaucitronRoot .button-disabled#tarteaucitronClosePanel {
    cursor: not-allowed !important;
    opacity: 0.5;
    filter: grayscale(0.5); }
  .button:not(.button-disabled), .wpcf7 .wpcf7-submit:not(.button-disabled), .elementor .elementor-button-info .elementor-button:not(.button-disabled), .elementor .elementor-button-success .elementor-button:not(.button-disabled), .elementor .elementor-button-warning .elementor-button:not(.button-disabled), .elementor .elementor-button-danger .elementor-button:not(.button-disabled), #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled), #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled), #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled), #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled), #tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled) {
    cursor: pointer; }
  .button:not(.button-disabled):hover, .wpcf7 .wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled):hover {
    border-color: #0a1d42;
    background-color: #0a1d42 !important;
    color: white; }
    .button:not(.button-disabled):hover .icon-moveable, .wpcf7 .wpcf7-submit:not(.button-disabled):hover .icon-moveable, .elementor .elementor-button-info .elementor-button:not(.button-disabled):hover .icon-moveable, .elementor .elementor-button-success .elementor-button:not(.button-disabled):hover .icon-moveable, .elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover .icon-moveable, .elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled):hover .icon-moveable, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover .icon-moveable, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover .icon-moveable, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled):hover .icon-moveable, #tarteaucitronRoot #tarteaucitronClosePanel:not(.button-disabled):hover .icon-moveable {
      padding-right: 7.5px;
      padding-left: 15px; }
  .button.button-round, .wpcf7 .button-round.wpcf7-submit, .elementor .elementor-button-info .button-round.elementor-button, .elementor .elementor-button-success .button-round.elementor-button, .elementor .elementor-button-warning .button-round.elementor-button, .elementor .elementor-button-danger .button-round.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-round#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-round.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-round.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-round.tarteaucitronDeny, #tarteaucitronRoot .button-round#tarteaucitronClosePanel {
    aspect-ratio: 1;
    min-height: 55px;
    min-width: 55px;
    padding: 11px;
    border-radius: 50%; }
  .button.button-white, .wpcf7 .button-white.wpcf7-submit, .elementor .elementor-button-info .button-white.elementor-button, .elementor .elementor-button-success .button-white.elementor-button, .elementor .elementor-button-warning .button-white.elementor-button, .elementor .elementor-button-danger .button-white.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-white#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-white.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-white.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-white.tarteaucitronDeny, #tarteaucitronRoot .button-white#tarteaucitronClosePanel {
    border-color: white;
    background-color: white !important;
    color: #e4b86d; }
    .button.button-white:not(.button-disabled):hover, .wpcf7 .button-white.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-white.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-white.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-white.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-white.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-white#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-white.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-white.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-white.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot .button-white#tarteaucitronClosePanel:not(.button-disabled):hover {
      border: 2px solid #e4b86d;
      background-color: #e4b86d !important;
      color: white; }
  .button.button-primary, .wpcf7 .wpcf7-submit, .elementor .elementor-button-info .elementor-button, .elementor .elementor-button-success .button-primary.elementor-button, .elementor .elementor-button-success .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-success .elementor-button.wpcf7-submit, .elementor .elementor-button-warning .button-primary.elementor-button, .elementor .elementor-button-warning .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-warning .elementor-button.wpcf7-submit, .elementor .elementor-button-danger .button-primary.elementor-button, .elementor .elementor-button-danger .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-danger .elementor-button.wpcf7-submit, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 #tarteaucitronCloseAlert.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.wpcf7-submit, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-info #tarteaucitronCloseAlert.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronServices .wpcf7 .tarteaucitronDeny.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.wpcf7-submit, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-info .tarteaucitronDeny.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button, #tarteaucitronRoot .button-primary#tarteaucitronClosePanel, #tarteaucitronRoot .wpcf7 #tarteaucitronClosePanel.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronClosePanel.wpcf7-submit, #tarteaucitronRoot .elementor .elementor-button-info #tarteaucitronClosePanel.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button {
    border-color: #f4e2c3;
    background-color: #f4e2c3 !important;
    color: black; }
    .button.button-primary:not(.button-disabled):hover, .wpcf7 .wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-primary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 #tarteaucitronCloseAlert.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-info #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .wpcf7 .tarteaucitronDeny.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-info .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot .button-primary#tarteaucitronClosePanel:not(.button-disabled):hover, #tarteaucitronRoot .wpcf7 #tarteaucitronClosePanel.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronClosePanel.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot .elementor .elementor-button-info #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover {
      border-color: #e4b86d;
      background-color: #e4b86d !important;
      color: white; }
  .button.button-primary, .wpcf7 .wpcf7-submit, .elementor .elementor-button-info .elementor-button, .elementor .elementor-button-success .button-primary.elementor-button, .elementor .elementor-button-success .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-success .elementor-button.wpcf7-submit, .elementor .elementor-button-warning .button-primary.elementor-button, .elementor .elementor-button-warning .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-warning .elementor-button.wpcf7-submit, .elementor .elementor-button-danger .button-primary.elementor-button, .elementor .elementor-button-danger .wpcf7 .elementor-button.wpcf7-submit, .wpcf7 .elementor .elementor-button-danger .elementor-button.wpcf7-submit, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 #tarteaucitronCloseAlert.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.wpcf7-submit, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-info #tarteaucitronCloseAlert.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronServices .wpcf7 .tarteaucitronDeny.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.wpcf7-submit, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-info .tarteaucitronDeny.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button, #tarteaucitronRoot .button-primary#tarteaucitronClosePanel, #tarteaucitronRoot .wpcf7 #tarteaucitronClosePanel.wpcf7-submit, .wpcf7 #tarteaucitronRoot #tarteaucitronClosePanel.wpcf7-submit, #tarteaucitronRoot .elementor .elementor-button-info #tarteaucitronClosePanel.elementor-button, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button {
    border-color: #e4b86d;
    background-color: #e4b86d !important;
    color: white; }
    .button.button-primary:not(.button-disabled):hover, .wpcf7 .wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-primary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-primary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .wpcf7 #tarteaucitronCloseAlert.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-info #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-primary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .wpcf7 .tarteaucitronDeny.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-info .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot .button-primary#tarteaucitronClosePanel:not(.button-disabled):hover, #tarteaucitronRoot .wpcf7 #tarteaucitronClosePanel.wpcf7-submit:not(.button-disabled):hover, .wpcf7 #tarteaucitronRoot #tarteaucitronClosePanel.wpcf7-submit:not(.button-disabled):hover, #tarteaucitronRoot .elementor .elementor-button-info #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-info #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover {
      border-color: #f4e2c3;
      background-color: #f4e2c3 !important;
      color: black; }
  .button.button-secondary, .wpcf7 .button-secondary.wpcf7-submit, .elementor .elementor-button-info .button-secondary.elementor-button, .elementor .elementor-button-success .button-secondary.elementor-button, .elementor .elementor-button-warning .elementor-button, .elementor .elementor-button-danger .button-secondary.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-warning .tarteaucitronAllow.elementor-button, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-warning .tarteaucitronAllow.elementor-button, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny, #tarteaucitronRoot .button-secondary#tarteaucitronClosePanel, #tarteaucitronRoot .elementor .elementor-button-warning #tarteaucitronClosePanel.elementor-button, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button {
    border-color: #0f1d38;
    background-color: #0f1d38 !important;
    color: white; }
    .button.button-secondary:not(.button-disabled):hover, .wpcf7 .button-secondary.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-secondary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-secondary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-secondary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-secondary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-warning .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-secondary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-warning .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot .button-secondary#tarteaucitronClosePanel:not(.button-disabled):hover, #tarteaucitronRoot .elementor .elementor-button-warning #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover {
      border-color: #305cb0;
      background-color: #305cb0 !important;
      color: white; }
  .button.button-tertiary, .wpcf7 .button-tertiary.wpcf7-submit, .elementor .elementor-button-info .button-tertiary.elementor-button, .elementor .elementor-button-success .button-tertiary.elementor-button, .elementor .elementor-button-warning .button-tertiary.elementor-button, .elementor .elementor-button-danger .button-tertiary.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronDeny, #tarteaucitronRoot .button-tertiary#tarteaucitronClosePanel {
    border-color: #f8dbdc;
    background-color: #f8dbdc !important;
    color: black; }
    .button.button-tertiary:not(.button-disabled):hover, .wpcf7 .button-tertiary.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-tertiary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-tertiary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-tertiary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot .button-tertiary#tarteaucitronClosePanel:not(.button-disabled):hover {
      border-color: #e78689;
      background-color: #e78689 !important;
      color: black; }
  .button.button-outline, .wpcf7 .button-outline.wpcf7-submit, .elementor .elementor-button-info .button-outline.elementor-button, .elementor .elementor-button-success .button-outline.elementor-button, .elementor .elementor-button-warning .button-outline.elementor-button, .elementor .elementor-button-danger .button-outline.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronDeny, #tarteaucitronRoot .button-outline#tarteaucitronClosePanel {
    border-color: #e5e7e9;
    background-color: transparent !important;
    color: #1a3260; }
    .button.button-outline:not(.button-disabled):hover, .wpcf7 .button-outline.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-outline.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-outline.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-outline.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-outline.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot .button-outline#tarteaucitronClosePanel:not(.button-disabled):hover {
      border-color: #1a3260;
      background-color: #1a3260 !important;
      color: white; }
  .button.button-outline-primary, .wpcf7 .button-outline-primary.wpcf7-submit, .elementor .elementor-button-info .button-outline-primary.elementor-button, .elementor .elementor-button-success .elementor-button, .elementor .elementor-button-warning .button-outline-primary.elementor-button, .elementor .elementor-button-danger .button-outline-primary.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success #tarteaucitronCloseAlert.elementor-button, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success .tarteaucitronAllow.elementor-button, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .tarteaucitronAllow.elementor-button, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .tarteaucitronDeny.elementor-button, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button, #tarteaucitronRoot .button-outline-primary#tarteaucitronClosePanel, #tarteaucitronRoot .elementor .elementor-button-success #tarteaucitronClosePanel.elementor-button, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button {
    border-color: #f4e2c3;
    background-color: transparent !important;
    color: #f4e2c3; }
    .button.button-outline-primary:not(.button-disabled):hover, .wpcf7 .button-outline-primary.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-outline-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-outline-primary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-outline-primary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-primary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-success .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-primary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-success .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot .button-outline-primary#tarteaucitronClosePanel:not(.button-disabled):hover, #tarteaucitronRoot .elementor .elementor-button-success #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover {
      border-color: #e4b86d;
      background-color: #e4b86d !important;
      color: white; }
  .button.button-outline-secondary, .wpcf7 .button-outline-secondary.wpcf7-submit, .elementor .elementor-button-info .button-outline-secondary.elementor-button, .elementor .elementor-button-success .button-outline-secondary.elementor-button, .elementor .elementor-button-warning .button-outline-secondary.elementor-button, .elementor .elementor-button-danger .elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger #tarteaucitronCloseAlert.elementor-button, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger .tarteaucitronAllow.elementor-button, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .tarteaucitronAllow.elementor-button, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button, #tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronDeny, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .tarteaucitronDeny.elementor-button, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button, #tarteaucitronRoot .button-outline-secondary#tarteaucitronClosePanel, #tarteaucitronRoot .elementor .elementor-button-danger #tarteaucitronClosePanel.elementor-button, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button {
    border-color: #1a3260;
    background-color: transparent !important;
    color: #1a3260; }
    .button.button-outline-secondary:not(.button-disabled):hover, .wpcf7 .button-outline-secondary.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-outline-secondary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-outline-secondary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-outline-secondary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-secondary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .elementor .elementor-button-danger .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-secondary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .elementor .elementor-button-danger .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot .button-outline-secondary#tarteaucitronClosePanel:not(.button-disabled):hover, #tarteaucitronRoot .elementor .elementor-button-danger #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger #tarteaucitronRoot #tarteaucitronClosePanel.elementor-button:not(.button-disabled):hover {
      border-color: #0f1d38;
      background-color: #0f1d38 !important;
      color: white; }
  .button.button-outline-tertiary, .wpcf7 .button-outline-tertiary.wpcf7-submit, .elementor .elementor-button-info .button-outline-tertiary.elementor-button, .elementor .elementor-button-success .button-outline-tertiary.elementor-button, .elementor .elementor-button-warning .button-outline-tertiary.elementor-button, .elementor .elementor-button-danger .button-outline-tertiary.elementor-button, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary#tarteaucitronCloseAlert, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronAllow, #tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronDeny, #tarteaucitronRoot .button-outline-tertiary#tarteaucitronClosePanel {
    border-color: #f8dbdc;
    background-color: transparent !important;
    color: #f8dbdc; }
    .button.button-outline-tertiary:not(.button-disabled):hover, .wpcf7 .button-outline-tertiary.wpcf7-submit:not(.button-disabled):hover, .elementor .elementor-button-info .button-outline-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-success .button-outline-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-warning .button-outline-tertiary.elementor-button:not(.button-disabled):hover, .elementor .elementor-button-danger .button-outline-tertiary.elementor-button:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary#tarteaucitronCloseAlert:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .button-outline-tertiary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronAllow:not(.button-disabled):hover, #tarteaucitronRoot #tarteaucitronServices .button-outline-tertiary.tarteaucitronDeny:not(.button-disabled):hover, #tarteaucitronRoot .button-outline-tertiary#tarteaucitronClosePanel:not(.button-disabled):hover {
      border-color: #e78689;
      background-color: #e78689 !important;
      color: black; }

.badge {
  display: inline-flex;
  padding: 15px 30px;
  background-color: #1a3260;
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase; }
  .badge.badge-primary {
    background-color: #e4b86d;
    color: white; }
  .badge.badge-secondary {
    background-color: #0f1d38;
    color: white; }
  .badge.badge-tertiary {
    background-color: #f8dbdc;
    color: #e78689; }
  .badge.badge-sucess {
    background-color: rgba(4, 228, 116, 0.2);
    color: #04e474; }
  .badge.badge-error {
    background-color: rgba(250, 17, 61, 0.2);
    color: #fa113d; }

.spinner, .wpcf7 .wpcf7-form .wpcf7-spinner {
  display: none;
  visibility: hidden;
  background-color: #000;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  position: relative; }
  .spinner::before, .wpcf7 .wpcf7-form .wpcf7-spinner::before {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite; }
  .spinner.spinner--active, .wpcf7 .wpcf7-form .spinner--active.wpcf7-spinner {
    visibility: visible;
    display: block; }

.pagination {
  margin: 1rem 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center; }
  .pagination .page-numbers {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 5px;
    height: 40px;
    width: 40px;
    background-color: rgba(10, 29, 66, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.3s ease-in-out; }
    .pagination .page-numbers:not(.current):hover {
      background-color: #0a1d42;
      color: white; }
    .pagination .page-numbers.current {
      background-color: rgba(10, 29, 66, 0.25);
      color: white; }

.social {
  display: flex;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social .social__item {
    margin: 10px;
    line-height: 1; }
  .social .social__item__link {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #f4e2c3;
    font-weight: 500;
    transition: all 0.3s ease-in-out; }
    .social .social__item__link:hover {
      color: white; }

.popup {
  z-index: 1040;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out; }
  .popup::before {
    content: "";
    z-index: 1;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    background-color: black;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
  .popup *[data-popup] {
    cursor: pointer; }
  .popup .popup__close {
    margin-left: auto;
    color: white;
    transition: all 0.3s ease-in-out; }
    .popup .popup__close:hover {
      opacity: 0.6; }
  .popup .popup__wrapper {
    z-index: 2;
    width: 100%;
    max-width: 720px;
    margin: auto;
    padding: 0;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.8);
    transform: translate(0, 50px);
    transition: all 0.6s ease; }
  .popup .popup__head {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-height: 75px;
    padding: 15px;
    background-color: #0a1d42; }
  .popup .popup__body {
    overflow-y: auto;
    height: auto;
    max-height: calc(90vh - 75px);
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
  .popup .popup__title {
    margin: 0;
    padding: 0 15px;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
    color: white; }
  .popup .popup__main {
    height: auto;
    padding: 15px; }
  .popup .popup__media {
    overflow: hidden;
    margin: 0 -15px; }
    .popup .popup__media img,
    .popup .popup__media video {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      transform: scale(1, 1.02); }
  .popup .popup__footer {
    display: none;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 15px; }
  .popup figure {
    overflow: hidden;
    margin-bottom: 1rem; }
    .popup figure img,
    .popup figure video {
      width: 100%;
      transform: scale(1, 1.02); }
  .popup.popup--open {
    visibility: visible;
    opacity: 1; }
    .popup.popup--open::before {
      visibility: visible;
      opacity: 0.85; }
    .popup.popup--open .popup__wrapper {
      transform: translate(0, 0); }

.form .form__group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%; }

.form .form__item {
  padding: 10px; }

.form .form__label {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: white;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px; }
  .form .form__label b {
    color: white; }

.form .form__alert {
  position: relative;
  display: block;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 0 0 0.5em 0.5em;
  background-color: #fa113d;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center; }
  .form .form__alert > span {
    display: inline-block;
    padding: 5px 8px; }

.form .form__control__prefix,
.form .form__control__suffix {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  padding: 5px;
  color: #f4e2c3;
  font-size: 1.3rem;
  white-space: nowrap; }

.form .form__control:-webkit-autofill, .form .form__control:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s; }

.form .form__control::-moz-placeholder {
  color: #969fa7;
  font-weight: 300; }

.form .form__control::placeholder {
  color: #969fa7;
  font-weight: 300; }

.form .form__control:focus {
  outline: none;
  border-bottom-color: #f4e2c3 !important; }

.form .form__control[type="text"], .form .form__control[type="file"], .form .form__control:is(select), .form .form__control:is(textarea), .form .wpcf7 .wpcf7-form .form__control[type="file"], .wpcf7 .wpcf7-form .form .form__control[type="file"], .form .wpcf7 .wpcf7-form .form__control:is(select), .wpcf7 .wpcf7-form .form .form__control:is(select), .form .wpcf7 .wpcf7-form .form__control:is(textarea), .wpcf7 .wpcf7-form .form .form__control:is(textarea), .form .form__control[type="email"], .form .form__control[type="tel"], .form .form__control[type="number"], .form .form__control[type="date"], .form .form__control[type="url"] {
  padding: 15px;
  height: auto;
  min-height: 55px;
  width: 100%;
  border: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  background-image: inherit;
  background-color: rgba(26, 50, 96, 0.5);
  color: #f4e2c3;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

.form .form__control[type="file"] {
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease-in-out; }
  .form .form__control[type="file"]:hover {
    border-bottom: 2px solid #f4e2c3; }

.form .form__control:is(select) {
  width: 100%;
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icon/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%; }

.form .form__control:is(textarea) {
  resize: none;
  min-height: 110px; }

.form .form__control[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .form .form__control[type="radio"] + label {
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 7.5px;
    transition: all 0.3s ease-in-out; }
  .form .form__control[type="radio"] + label::before {
    content: "";
    display: block;
    margin-right: 7.5px;
    height: 15px;
    width: 15px;
    outline: 2px solid #1a3260;
    border-radius: 50%;
    border: 3px solid white;
    background-color: white;
    transition: all 0.3s ease-in-out; }
  .form .form__control[type="radio"]:checked + label {
    color: #f4e2c3; }
  .form .form__control[type="radio"]:checked + label::before {
    outline-color: #f4e2c3;
    background-color: black; }

.form .form__control[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }
  .form .form__control[type="checkbox"] + label {
    cursor: pointer;
    display: flex;
    align-items: baseline;
    flex-flow: row nowrap;
    padding: 7.5px;
    transition: all 0.3s ease-in-out; }
  .form .form__control[type="checkbox"] + label::before {
    content: "";
    display: block;
    margin-right: 7.5px;
    height: 15px;
    width: 15px;
    min-width: 15px;
    outline: 2px solid #1a3260;
    transition: all 0.3s ease-in-out;
    background: url("../img/icon/checked.svg");
    background-color: white;
    background-repeat: no-repeat;
    background-position: -20px 0;
    background-size: contain; }
  .form .form__control[type="checkbox"]:checked + label::before {
    border-color: #f4e2c3;
    background-position: 0 0; }

.form .form__control__label {
  line-height: 1.35; }
  .form .form__control__label b {
    color: #f4e2c3; }

.breadcrumb {
  display: inline-flex;
  margin-bottom: 1rem;
  color: #969fa7; }
  .breadcrumb ul,
  .breadcrumb ol {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: baseline;
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumb .breadcrumb__item {
    margin-bottom: 0;
    list-style: none; }
    .breadcrumb .breadcrumb__item:last-child .breadcrumb__item__link {
      opacity: 1; }
  .breadcrumb .breadcrumb__item__link {
    display: inline-flex;
    padding: 5px 10px;
    color: #969fa7;
    font-family: "Poppins", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    opacity: 0.75;
    transition: all 0.3s ease-in-out; }
    .breadcrumb .breadcrumb__item__link:hover {
      opacity: 1; }

.wpcf7 .wpcf7-form .form__group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%; }

.wpcf7 .wpcf7-form .form__item {
  padding: 10px; }

.wpcf7 .wpcf7-form .form__label {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  color: white;
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
  word-spacing: 0.5px;
  letter-spacing: 0.5px; }
  .wpcf7 .wpcf7-form .form__label b {
    color: white; }

.wpcf7 .wpcf7-form .form__control:-webkit-autofill, .wpcf7 .wpcf7-form .form__control:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s; }

.wpcf7 .wpcf7-form .form__control::-moz-placeholder {
  color: #969fa7;
  font-weight: 300; }

.wpcf7 .wpcf7-form .form__control::placeholder {
  color: #969fa7;
  font-weight: 300; }

.wpcf7 .wpcf7-form .form__control:focus {
  outline: none;
  border-bottom-color: #f4e2c3 !important; }

.wpcf7 .wpcf7-form .form__control[type="text"], .wpcf7 .wpcf7-form .form .form__control:is(select), .form .wpcf7 .wpcf7-form .form__control:is(select), .wpcf7 .wpcf7-form .form .form__control:is(textarea), .form .wpcf7 .wpcf7-form .form__control:is(textarea), .wpcf7 .wpcf7-form .form__control[type="file"], .wpcf7 .wpcf7-form .form__control:is(select), .wpcf7 .wpcf7-form .form__control:is(textarea), .wpcf7 .wpcf7-form .form__control[type="email"], .wpcf7 .wpcf7-form .form__control[type="tel"], .wpcf7 .wpcf7-form .form__control[type="number"], .wpcf7 .wpcf7-form .form__control[type="date"], .wpcf7 .wpcf7-form .form__control[type="url"] {
  padding: 15px;
  height: auto;
  min-height: 55px;
  width: 100%;
  border: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  background-image: inherit;
  background-color: rgba(26, 50, 96, 0.5);
  color: #f4e2c3;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

.wpcf7 .wpcf7-form .form__control[type="file"] {
  cursor: pointer;
  font-weight: 400;
  transition: all 0.3s ease-in-out; }
  .wpcf7 .wpcf7-form .form__control[type="file"]:hover {
    border-bottom: 2px solid #f4e2c3; }

.wpcf7 .wpcf7-form .form__control:is(select) {
  width: 100%;
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/icon/dropdown.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%; }

.wpcf7 .wpcf7-form .form__control:is(textarea) {
  resize: none;
  min-height: 110px; }

.wpcf7 .wpcf7-form .form__control.wpcf7-radio {
  padding: 0;
  border-bottom: none;
  background-color: inherit; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-radio span {
    display: inline-block; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-radio label {
    display: flex;
    padding-right: 15px; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-radio [type="radio"] {
    opacity: 0;
    width: 1px;
    transform: translate(15px, 0); }
    .wpcf7 .wpcf7-form .form__control.wpcf7-radio [type="radio"] + span {
      cursor: pointer;
      display: flex;
      flex-flow: row nowrap;
      margin-left: -10px;
      padding: 15px;
      border-radius: 0.5em;
      color: white;
      font-weight: 500;
      transition: all 0.3s ease-in-out; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-radio [type="radio"] + span::before {
      content: "";
      display: block;
      margin-right: 7.5px;
      height: 20px;
      width: 20px;
      outline: 2px solid white;
      border-radius: 50%;
      border: 6px solid #1a3260;
      background-color: #1a3260;
      transition: all 0.3s ease-in-out; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-radio [type="radio"]:checked + span {
      color: #f4e2c3; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-radio [type="radio"]:checked + span::before {
      background-color: #f4e2c3; }

.wpcf7 .wpcf7-form .form__control.wpcf7-checkbox {
  padding: 0;
  border-bottom: none;
  background-color: inherit; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox span {
    display: inline-block; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox label {
    display: flex;
    padding-right: 15px; }
  .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox [type="checkbox"] {
    opacity: 0;
    width: 1px;
    transform: translate(15px, 0); }
    .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox [type="checkbox"] + span {
      cursor: pointer;
      display: flex;
      flex-flow: row nowrap;
      transition: all 0.3s ease-in-out; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox [type="checkbox"] + span::before {
      content: "";
      display: block;
      margin-right: 7.5px;
      height: 17.5px;
      width: 17.5px;
      outline: 2px solid #1a3260;
      transition: all 0.3s ease-in-out;
      background: url("../img/icon/checked.svg");
      background-color: white;
      background-repeat: no-repeat;
      background-position: -20px 0;
      background-size: contain; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox [type="checkbox"]:checked + span {
      color: #f4e2c3; }
    .wpcf7 .wpcf7-form .form__control.wpcf7-checkbox [type="checkbox"]:checked + span::before {
      border-color: #f4e2c3;
      background-position: 0 0; }

.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  color: white;
  font-weight: 300;
  line-height: 1.35; }

.wpcf7 .wpcf7-spinner {
  transform: translate(20px, 5px); }

.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-acceptance-missing {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  margin: -4px 0 15px 0;
  padding: 4px 8px;
  border-radius: 0;
  background-color: #e4b86d;
  color: #0f1d38;
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center; }

.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin-top: 3rem; }

.wpcf7 .wpcf7-form.init .wpcf7-response-output,
.wpcf7 .wpcf7-form.resetting .wpcf7-response-output,
.wpcf7 .wpcf7-form.submitting .wpcf7-response-output {
  display: none; }

.wpcf7 .wpcf7-form.submitting .wpcf7-spinner {
  visibility: visible;
  display: inline-block; }

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .wpcf7-form .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms; } }

.elementor .elementor-gallery-item {
  overflow: hidden; }

.elementor .elementor-image-carousel-wrapper {
  overflow: visible; }

.elementor .widget-image-caption {
  margin: 5px 15px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  transform: translate(0, -200%); }

.language-picker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  padding: 30px;
  color: #969fa7;
  list-style: none; }
  .language-picker li {
    list-style: none; }
    .language-picker li:not(:last-child)::after {
      content: "|"; }
    .language-picker li.current-lang a {
      color: #f4e2c3 !important; }
  .language-picker a {
    padding: 7.5px;
    color: #969fa7 !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out; }
    .language-picker a:hover {
      color: #1a3260 !important; }

/* ------------------------------------------------------ */
/* --------------------- 6. EXCERPT  -------------------- */
.excerpt.excerpt-default {
  padding: 20px;
  width: 33%; }
  .excerpt.excerpt-default .excerpt__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    aspect-ratio: 16 / 9; }
  .excerpt.excerpt-default .excerpt__background {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; }
    .excerpt.excerpt-default .excerpt__background img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      opacity: 0.6;
      transition: all 0.6s ease; }
  .excerpt.excerpt-default .excerpt__main {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 10px; }
  .excerpt.excerpt-default .excerpt__title {
    margin: 1rem;
    color: white;
    transition: all 0.3s ease-in-out; }
  .excerpt.excerpt-default a:hover .excerpt__background img {
    opacity: 0.5;
    transform: scale(1.075); }
  .excerpt.excerpt-default a:hover .excerpt__title {
    color: rgba(255, 255, 255, 0.5); }

.excerpt.excerpt-member {
  padding: 20px;
  width: 25%; }
  .excerpt.excerpt-member .excerpt__main {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    aspect-ratio: 21 / 9; }
  .excerpt.excerpt-member .excerpt__media {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    .excerpt.excerpt-member .excerpt__media img {
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 100%;
      max-width: 100%; }

.excerpt.excerpt-featured-member {
  padding: 20px;
  width: 33%; }
  .excerpt.excerpt-featured-member .excerpt__main {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    aspect-ratio: 21 / 9; }
  .excerpt.excerpt-featured-member .excerpt__media {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    .excerpt.excerpt-featured-member .excerpt__media img {
      -o-object-fit: contain;
         object-fit: contain;
      max-height: 100%;
      max-width: 100%; }
  .excerpt.excerpt-featured-member .excerpt__footer {
    padding-top: 20px;
    border-top: 1px solid rgba(26, 50, 96, 0.5); }
  .excerpt.excerpt-featured-member .excerpt__title {
    font-size: 1.4rem;
    line-height: 1.61rem;
    font-weight: 400;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 1px; }

.excerpt.excerpt-news {
  padding: 20px;
  width: 33%; }
  .excerpt.excerpt-news .excerpt__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    background-color: #0a1d42; }
  .excerpt.excerpt-news .excerpt__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 10px;
    aspect-ratio: 16 / 9; }
  .excerpt.excerpt-news .excerpt__media {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; }
    .excerpt.excerpt-news .excerpt__media img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: all 0.6s ease; }
  .excerpt.excerpt-news .excerpt__flags {
    position: absolute;
    top: -1px;
    left: -1px;
    display: flex;
    flex-flow: row wrap; }
  .excerpt.excerpt-news .excerpt__main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px;
    margin-bottom: 60px; }
  .excerpt.excerpt-news .excerpt__title {
    text-align: center; }
  .excerpt.excerpt-news .excerpt__desc {
    color: white;
    font-size: 1.3rem;
    text-align: center; }
  .excerpt.excerpt-news .excerpt__footer {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .excerpt.excerpt-news .excerpt__link {
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 0.5px;
    letter-spacing: 0.5px; }
  .excerpt.excerpt-news a:hover .excerpt__media img {
    opacity: 0.6;
    transform: scale(1.075); }

.excerpt.excerpt-related-news {
  padding: 20px;
  width: 50%; }
  .excerpt.excerpt-related-news .excerpt__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    background-color: #0a1d42; }
  .excerpt.excerpt-related-news .excerpt__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 10px;
    aspect-ratio: 16 / 9; }
  .excerpt.excerpt-related-news .excerpt__media {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; }
    .excerpt.excerpt-related-news .excerpt__media img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: all 0.6s ease; }
  .excerpt.excerpt-related-news .excerpt__flags {
    position: absolute;
    top: -1px;
    left: -1px;
    display: flex;
    flex-flow: row wrap; }
  .excerpt.excerpt-related-news .excerpt__main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px;
    margin-bottom: 60px; }
  .excerpt.excerpt-related-news .excerpt__title {
    text-align: center; }
  .excerpt.excerpt-related-news .excerpt__desc {
    color: white;
    font-size: 1.3rem;
    text-align: center; }
  .excerpt.excerpt-related-news .excerpt__footer {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .excerpt.excerpt-related-news .excerpt__link {
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 0.5px;
    letter-spacing: 0.5px; }
  .excerpt.excerpt-related-news a:hover .excerpt__media img {
    opacity: 0.6;
    transform: scale(1.075); }

.excerpt.excerpt-featured-news {
  padding: 20px;
  width: 100%; }
  .excerpt.excerpt-featured-news .excerpt__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    aspect-ratio: 9 / 4;
    background-color: #0a1d42; }
  .excerpt.excerpt-featured-news .excerpt__background {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; }
    .excerpt.excerpt-featured-news .excerpt__background::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(90deg, #0f1d38 0%, transparent 85%);
      background-size: cover; }
    .excerpt.excerpt-featured-news .excerpt__background img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 120%;
      width: 100%;
      opacity: 0.6; }
  .excerpt.excerpt-featured-news .excerpt__date {
    display: block;
    width: 100%;
    max-width: 200px;
    font-size: 1.4rem;
    text-transform: capitalize; }
    .excerpt.excerpt-featured-news .excerpt__date::after {
      content: "";
      display: block;
      height: 15px;
      margin-top: 0.5rem;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .excerpt.excerpt-featured-news .excerpt__main {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    width: 100%;
    max-width: 700px;
    padding: 6vw;
    color: white; }
  .excerpt.excerpt-featured-news .excerpt__desc {
    font-size: 1.6rem; }
  .excerpt.excerpt-featured-news .excerpt__link {
    margin-top: 2vw;
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 0.5px;
    letter-spacing: 0.5px; }

.excerpt.excerpt-event {
  position: relative;
  margin: 0 20px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .excerpt.excerpt-event:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .excerpt.excerpt-event .excerpt__wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: baseline;
    padding: 2rem 0 1rem;
    margin-right: 200px; }
  .excerpt.excerpt-event .excerpt__footer {
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 160px;
    text-align: right; }
  .excerpt.excerpt-event .excerpt__title {
    padding-right: 5px; }
  .excerpt.excerpt-event .excerpt__desc {
    color: white;
    font-size: 1.6rem;
    line-height: 2.08rem; }
  .excerpt.excerpt-event .h6, .excerpt.excerpt-event .elementor .h6 .elementor-size-default, .elementor .h6 .excerpt.excerpt-event .elementor-size-default {
    font-size: 1.6rem;
    line-height: 2.08rem; }

.excerpt.excerpt-featured-event {
  padding: 20px;
  width: 33%; }
  .excerpt.excerpt-featured-event .excerpt__wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    background-color: #0a1d42; }
  .excerpt.excerpt-featured-event .excerpt__header {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding: 10px;
    aspect-ratio: 16 / 9; }
  .excerpt.excerpt-featured-event .excerpt__media {
    z-index: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black; }
    .excerpt.excerpt-featured-event .excerpt__media img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%;
      opacity: 1;
      transition: all 0.6s ease; }
  .excerpt.excerpt-featured-event .excerpt__main {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    padding: 20px;
    margin-bottom: 60px; }
  .excerpt.excerpt-featured-event .excerpt__title {
    text-align: center; }
  .excerpt.excerpt-featured-event .excerpt__desc:first-letter {
    text-transform: capitalize; }
  .excerpt.excerpt-featured-event .excerpt__desc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    text-align: center; }
  .excerpt.excerpt-featured-event .excerpt__footer {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .excerpt.excerpt-featured-event .excerpt__link {
    font-size: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    word-spacing: 0.5px;
    letter-spacing: 0.5px; }
  .excerpt.excerpt-featured-event a:hover .excerpt__media img {
    opacity: 0.6;
    transform: scale(1.075); }

/* ----------------------------------------------------- */
/* -------------------- 7. SECTIONS -------------------- */
.section {
  position: relative;
  /* page */
  /* hero */
  /* content */
  /* archive */
  /* custom */ }
  .section.section-page-maintenance {
    background: #1a3260; }
    .section.section-page-maintenance .section__wrapper {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      height: 100%;
      min-height: 100vh;
      padding: 20px; }
    .section.section-page-maintenance .section__header {
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
      align-items: center;
      padding-bottom: 25px; }
    .section.section-page-maintenance .section__logo {
      width: 90vw;
      max-width: 600px; }
    .section.section-page-maintenance .section__title {
      margin: 2rem;
      text-align: center; }
  .section.section-hero-page, .section.section-hero-single, .section.section-hero-single-news, .section.section-hero-single-event, .section.section-hero-archive, .section.section-hero-archive-news {
    padding-top: 120px; }
    .section.section-hero-page .section__background, .section.section-hero-single .section__background, .section.section-hero-single-news .section__background, .section.section-hero-single-event .section__background, .section.section-hero-archive .section__background, .section.section-hero-archive-news .section__background {
      z-index: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #1a3260; }
      .section.section-hero-page .section__background img, .section.section-hero-single .section__background img, .section.section-hero-single-news .section__background img, .section.section-hero-single-event .section__background img, .section.section-hero-archive .section__background img, .section.section-hero-archive-news .section__background img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: cover;
           object-position: cover;
        height: 100%;
        width: 100%;
        opacity: 0.6; }
    .section.section-hero-page .section__wrapper, .section.section-hero-single .section__wrapper, .section.section-hero-single-news .section__wrapper, .section.section-hero-single-event .section__wrapper, .section.section-hero-archive .section__wrapper, .section.section-hero-archive-news .section__wrapper {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-end;
      height: 100%;
      min-height: 30vh;
      padding-top: 70px;
      margin-bottom: 70px; }
    .section.section-hero-page .section__header, .section.section-hero-single .section__header, .section.section-hero-single-news .section__header, .section.section-hero-single-event .section__header, .section.section-hero-archive .section__header, .section.section-hero-archive-news .section__header {
      padding-bottom: 25px; }
    .section.section-hero-page .section__footer, .section.section-hero-single .section__footer, .section.section-hero-single-news .section__footer, .section.section-hero-single-event .section__footer, .section.section-hero-archive .section__footer, .section.section-hero-archive-news .section__footer {
      padding-top: 25px; }
    .section.section-hero-page .section__header,
    .section.section-hero-page .section__main,
    .section.section-hero-page .section__footer, .section.section-hero-single .section__header,
    .section.section-hero-single .section__main,
    .section.section-hero-single .section__footer, .section.section-hero-single-news .section__header,
    .section.section-hero-single-news .section__main,
    .section.section-hero-single-news .section__footer, .section.section-hero-single-event .section__header,
    .section.section-hero-single-event .section__main,
    .section.section-hero-single-event .section__footer, .section.section-hero-archive .section__header,
    .section.section-hero-archive .section__main,
    .section.section-hero-archive .section__footer, .section.section-hero-archive-news .section__header,
    .section.section-hero-archive-news .section__main,
    .section.section-hero-archive-news .section__footer {
      position: relative; }
    .section.section-hero-page .section__group, .section.section-hero-single .section__group, .section.section-hero-single-news .section__group, .section.section-hero-single-event .section__group, .section.section-hero-archive .section__group, .section.section-hero-archive-news .section__group {
      display: inline-flex;
      flex-flow: column nowrap;
      align-items: flex-start;
      margin: 0 -60px -70px;
      padding: 30px 60px;
      background-color: #1a3260; }
    .section.section-hero-page .section__title, .section.section-hero-single .section__title, .section.section-hero-single-news .section__title, .section.section-hero-single-event .section__title, .section.section-hero-archive .section__title, .section.section-hero-archive-news .section__title {
      color: #f4e2c3; }
  .section.section-content-404 {
    padding-top: 120px; }
    .section.section-content-404 .section__wrapper {
      padding-top: 70px;
      padding-bottom: 70px; }
    .section.section-content-404 .section__header {
      padding-bottom: 25px; }
    .section.section-content-404 .section__footer {
      padding-top: 25px; }
  .section.section-archive .section__wrapper, .section.section-archive-news .section__wrapper, .section.section-archive-related-news .section__wrapper {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section.section-archive .section__header, .section.section-archive-news .section__header, .section.section-archive-related-news .section__header {
    padding-bottom: 25px; }
  .section.section-archive .section__title, .section.section-archive-news .section__title, .section.section-archive-related-news .section__title {
    color: white;
    text-align: center; }
  .section.section-archive .section__footer, .section.section-archive-news .section__footer, .section.section-archive-related-news .section__footer {
    padding-top: 25px; }
  .section.section-archive .section__list, .section.section-archive-news .section__list, .section.section-archive-related-news .section__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px; }
  .section.section-archive-featured-news .section__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px; }
  .section.section-archive-event {
    margin-top: -190px;
    padding-top: 190px; }
    .section.section-archive-event .section__header {
      padding-bottom: 25px; }
    .section.section-archive-event .section__list {
      display: flex;
      flex-flow: row wrap;
      margin: 0 -40px; }
  .section.section-archive-featured-event .section__list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -40px; }
  .section.section-archive-member, .section.section-archive-featured-member, .section.section-archive-member-category {
    color: #1a3260; }
    .section.section-archive-member .section__header, .section.section-archive-featured-member .section__header, .section.section-archive-member-category .section__header {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start;
      padding-bottom: 10px; }
    .section.section-archive-member .section__title::after, .section.section-archive-featured-member .section__title::after, .section.section-archive-member-category .section__title::after {
      content: "";
      display: block;
      height: 25px;
      width: 100px;
      border-bottom: 2px solid rgba(26, 50, 96, 0.5); }
    .section.section-archive-member .section__list, .section.section-archive-featured-member .section__list, .section.section-archive-member-category .section__list {
      display: flex;
      flex-flow: row nowrap;
      margin: 0 -20px; }
    .section.section-archive-member .swiper, .section.section-archive-featured-member .swiper, .section.section-archive-member-category .swiper {
      overflow: visible; }
    .section.section-archive-member .swiper-button-disabled, .section.section-archive-featured-member .swiper-button-disabled, .section.section-archive-member-category .swiper-button-disabled {
      pointer-events: none;
      background-color: #e5e7e9 !important;
      filter: grayscale(1);
      opacity: 0.3; }
  .section.section-archive-member .section__list {
    display: flex;
    flex-flow: row wrap; }
  .section.section-custom-example .section__wrapper {
    padding-top: 70px;
    padding-bottom: 70px; }
  .section.section-custom-example .section__header {
    padding-bottom: 25px; }
  .section.section-custom-example .section__footer {
    padding-top: 25px; }

/* ----------------------------------------------------- */
/* ------------ 8. PAGE TEMPLATES & EVENTS ------------- */
body.page-with-banner .site__banner {
  visibility: visible;
  height: 37px;
  opacity: 1; }

body.page-with-banner .site__header {
  top: 37px; }

body.page-with-banner .site__main {
  top: 37px;
  padding-bottom: 37px; }

body.page-scrolling .site__header:not(.site__header--open) .header__navbar {
  margin-top: -120px; }

body.page-scrolled .site__header .header__navbar {
  background-color: #1a3260; }

body:not(.elementor-editor-active) form,
body:not(.elementor-editor-active) .site__footer,
body:not(.elementor-editor-active) .excerpt,
body:not(.elementor-editor-active) .elementor-widget-text-editor,
body:not(.elementor-editor-active) .elementor-widget-html,
body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item,
body:not(.elementor-editor-active) .elementor-divider,
body:not(.elementor-editor-active) .elementor-icon-wrapper,
body:not(.elementor-editor-active) .elementor-icon-list-item,
body:not(.elementor-editor-active) .elementor-image-box-wrapper,
body:not(.elementor-editor-active) .elementor-button-wrapper,
body:not(.elementor-editor-active) .elementor-sitemap-section > * {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.9s cubic-bezier(0, 0, 0.58, 1); }
  body:not(.elementor-editor-active) form.animated,
  body:not(.elementor-editor-active) .site__footer.animated,
  body:not(.elementor-editor-active) .excerpt.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor.animated,
  body:not(.elementor-editor-active) .elementor-widget-html.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item.animated,
  body:not(.elementor-editor-active) .elementor-divider.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > *.animated {
    opacity: 1;
    transform: translate(0, 0); }
  body:not(.elementor-editor-active) form ~ *.animated,
  body:not(.elementor-editor-active) form + *.animated,
  body:not(.elementor-editor-active) .site__footer ~ *.animated,
  body:not(.elementor-editor-active) .site__footer + *.animated,
  body:not(.elementor-editor-active) .excerpt ~ *.animated,
  body:not(.elementor-editor-active) .excerpt + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor ~ *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html ~ *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item ~ *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + *.animated,
  body:not(.elementor-editor-active) .elementor-divider ~ *.animated,
  body:not(.elementor-editor-active) .elementor-divider + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper ~ *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item ~ *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper ~ *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper ~ *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * ~ *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + *.animated {
    transition-delay: 0.1s; }
  body:not(.elementor-editor-active) form + * + *.animated,
  body:not(.elementor-editor-active) .site__footer + * + *.animated,
  body:not(.elementor-editor-active) .excerpt + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + * + *.animated,
  body:not(.elementor-editor-active) .elementor-divider + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + * + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + * + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + * + *.animated {
    transition-delay: 0.2s; }
  body:not(.elementor-editor-active) form + * + * + *.animated,
  body:not(.elementor-editor-active) .site__footer + * + * + *.animated,
  body:not(.elementor-editor-active) .excerpt + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-divider + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + * + * + *.animated {
    transition-delay: 0.3s; }
  body:not(.elementor-editor-active) form + * + * + * + *.animated,
  body:not(.elementor-editor-active) .site__footer + * + * + * + *.animated,
  body:not(.elementor-editor-active) .excerpt + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-divider + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + * + * + * + *.animated {
    transition-delay: 0.4s; }
  body:not(.elementor-editor-active) form + * + * + * + *.animated,
  body:not(.elementor-editor-active) .site__footer + * + * + * + *.animated,
  body:not(.elementor-editor-active) .excerpt + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-divider + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + * + * + * + *.animated {
    transition-delay: 0.5s; }
  body:not(.elementor-editor-active) form + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .site__footer + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .excerpt + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-text-editor + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-widget-html + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-gallery .gallery-item + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-divider + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-wrapper + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-icon-list-item + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-image-box-wrapper + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-button-wrapper + * + * + * + * + *.animated,
  body:not(.elementor-editor-active) .elementor-sitemap-section > * + * + * + * + * + *.animated {
    transition-delay: 0.6s; }

body:not(.elementor-editor-active) .elementor-widget-image {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }
  body:not(.elementor-editor-active) .elementor-widget-image img {
    opacity: 0;
    transform: translate(0, 150px) skew(0, 6deg);
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1); }
  body:not(.elementor-editor-active) .elementor-widget-image.animated img {
    opacity: 1;
    transform: translate(0, 0) skew(0, 0); }

body:not(.elementor-editor-active) .section .section__group,
body:not(.elementor-editor-active) .section .section__filter {
  opacity: 0;
  transform: translate(0, 150px) skew(0, 6deg);
  transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1); }

body:not(.elementor-editor-active) .section.animated .section__group,
body:not(.elementor-editor-active) .section.animated .section__filter {
  opacity: 1;
  transform: translate(0, 0) skew(0, 0); }

body:not(.elementor-editor-active) .excerpt,
body:not(.elementor-editor-active) .section__title,
body:not(.elementor-editor-active) .elementor-heading-title {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); }
  body:not(.elementor-editor-active) .excerpt .line,
  body:not(.elementor-editor-active) .section__title .line,
  body:not(.elementor-editor-active) .elementor-heading-title .line {
    opacity: 0;
    transform: translate(0, 150px) skew(0, 6deg);
    transition: all 0.9s cubic-bezier(0.25, 1, 0.5, 1); }
  body:not(.elementor-editor-active) .excerpt.animated .line,
  body:not(.elementor-editor-active) .section__title.animated .line,
  body:not(.elementor-editor-active) .elementor-heading-title.animated .line {
    opacity: 1;
    transform: translate(0, 0) skew(0, 0); }
    body:not(.elementor-editor-active) .excerpt.animated .line ~ *.line,
    body:not(.elementor-editor-active) .excerpt.animated .line + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line ~ *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line ~ *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + *.line {
      transition-delay: 0.1s; }
    body:not(.elementor-editor-active) .excerpt.animated .line + * + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + * + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + * + *.line {
      transition-delay: 0.2s; }
    body:not(.elementor-editor-active) .excerpt.animated .line + * + * + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + * + * + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + * + * + *.line {
      transition-delay: 0.3s; }
    body:not(.elementor-editor-active) .excerpt.animated .line + * + * + * + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + * + * + * + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + * + * + * + *.line {
      transition-delay: 0.4s; }
    body:not(.elementor-editor-active) .excerpt.animated .line + * + * + * + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + * + * + * + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + * + * + * + *.line {
      transition-delay: 0.5s; }
    body:not(.elementor-editor-active) .excerpt.animated .line + * + * + * + * + *.line,
    body:not(.elementor-editor-active) .section__title.animated .line + * + * + * + * + *.line,
    body:not(.elementor-editor-active) .elementor-heading-title.animated .line + * + * + * + * + *.line {
      transition-delay: 0.6s; }

body:not(.elementor-editor-active) .homepage-animation-1 .elementor-heading-title .line {
  transition-duration: 1.2s !important; }

body:not(.elementor-editor-active) .homepage-animation-2 .elementor-heading-title .line {
  transition-duration: 1.2s !important;
  transition-delay: 0.6s !important; }

/* ----------------------------------------------------- */
/* -------------------- 9. OTHERS  -------------------- */
pre {
  position: relative;
  margin: 15px;
  padding: 15px;
  border-left: 3px solid #787878;
  background-color: #f0f0f0;
  color: #787878;
  font-style: italic; }
  pre::before {
    content: "Débug :";
    display: block;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 15px; }

.grecaptcha-badge {
  visibility: hidden;
  transform: translateX(-50px);
  z-index: 1030 !important; }

#tarteaucitronRoot * {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  z-index: 1060 !important; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    margin: 2rem !important;
    padding: 0 !important;
    color: white !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    text-align: center !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert * {
      color: white !important;
      font-family: "Poppins", sans-serif !important;
      font-size: 1.6rem !important;
      font-weight: 400 !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b,
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
      font-weight: 600 !important; }
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow {
    background-color: #f4e2c3 !important;
    opacity: 1; }
    #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronAllow:hover {
      background-color: #e4b86d !important;
      transition: all 0.3s ease-in-out; }
  #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny {
    background-color: #f4e2c3 !important;
    opacity: 0.75; }
    #tarteaucitronRoot #tarteaucitronAlertBig .tarteaucitronDeny:hover {
      background-color: #1a3260 !important;
      transition: all 0.3s ease-in-out; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.75; }
  #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl {
    opacity: 0.5; }
    #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover {
      transition: all 0.3s ease-in-out;
      opacity: 1; }

#tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop {
  overflow: auto !important;
  flex-flow: row wrap !important;
  max-height: 80vh !important;
  width: 80% !important;
  max-width: 700px !important;
  padding: 30px !important;
  border-radius: 1em !important;
  background-color: #1a3260 !important; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop::before {
    content: ""; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert {
    margin: 2rem !important;
    padding: 0 !important;
    padding-top: 70px !important;
    color: white !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    text-align: left !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert::before {
      content: "";
      position: absolute;
      left: 30px !important;
      top: 15px !important;
      width: 240px !important;
      height: 90px !important;
      background: url("../img/logo_amis-victor-hugo.png") !important;
      background-size: contain !important;
      background-repeat: no-repeat !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert * {
      color: white !important;
      font-family: "Poppins", sans-serif !important;
      font-size: 1.6rem !important;
      font-weight: 400 !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert b,
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronDisclaimerAlert strong {
      font-weight: 600 !important; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronCloseAlert {
    order: 1;
    min-width: 200px !important;
    width: calc(50% - 15px) !important;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow {
    order: 2;
    min-width: 200px !important;
    width: calc(50% - 15px) !important;
    padding: 0;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronAllow .tarteaucitronCheck {
      padding-right: 7.5px; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny {
    order: 4;
    position: absolute !important;
    right: 30px !important;
    top: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: transparent !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    text-decoration: underline !important; }
    #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop .tarteaucitronDeny .tarteaucitronCross {
      display: none; }
  #tarteaucitronRoot #tarteaucitronAlertBig.tarteaucitronAlertBigTop #tarteaucitronPrivacyUrl {
    order: 3;
    margin: 2rem auto 0 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 1.3rem !important;
    font-weight: 500 !important;
    opacity: 1 !important;
    text-decoration: underline !important; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronName * {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH1 {
  font-family: "Poppins", sans-serif !important;
  font-size: 2.3rem !important;
  font-weight: 600 !important; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH2,
#tarteaucitronRoot #tarteaucitronServices .tarteaucitronH3,
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronInfo {
  z-index: 1 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 2.1rem !important; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronAllow {
  min-height: 45px;
  padding: 7.5px 30px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important; }

#tarteaucitronRoot #tarteaucitronServices .tarteaucitronDeny {
  min-height: 45px;
  padding: 7.5px 30px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important; }

#tarteaucitronRoot #tarteaucitronClosePanel {
  z-index: 1030 !important;
  top: -10px;
  height: 25px !important;
  min-height: 25px !important;
  width: auto !important;
  padding: 15px !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 500 !important;
  text-transform: inherit !important; }

#tarteaucitronRoot #tarteaucitronManager {
  overflow: hidden;
  display: flex !important;
  height: 50px !important;
  width: 50px !important;
  padding: 0 !important;
  margin: 0 10px !important;
  border-radius: 10px 10px 0 0 !important;
  transition: all 0.3s ease-in-out; }
  #tarteaucitronRoot #tarteaucitronManager:hover {
    opacity: 0.5; }

#wpadminbar #wp-admin-bar-wp-logo {
  display: none; }

#wpadminbar #wp-admin-bar-site-name > .ab-item,
#wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper,
#wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus {
  background-color: #305cb0;
  color: white !important; }
  #wpadminbar #wp-admin-bar-site-name > .ab-item:hover,
  #wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover,
  #wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover,
  #wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover,
  #wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover,
  #wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover {
    background-color: #1a3260 !important; }
    #wpadminbar #wp-admin-bar-site-name > .ab-item:hover *,
    #wpadminbar #wp-admin-bar-site-name > .ab-item + .ab-sub-wrapper:hover *,
    #wpadminbar #wp-admin-bar-site-name .ab-top-menu > li.hover > .ab-item:hover *,
    #wpadminbar #wp-admin-bar-site-name.nojq .quicklinks .ab-top-menu > li > .ab-item:focus:hover *,
    #wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li:hover > .ab-item:hover *,
    #wpadminbar #wp-admin-bar-site-name:not(.mobile) .ab-top-menu > li > .ab-item:focus:hover * {
      color: white !important; }

/* ----------------------------------------------------- */
/* -------------------- MEDIAQUERIE -------------------- */
/* ------------------------ menu ----------------------- */
@media screen and (min-width: 1280px) {
  .site__header .header__navbar__burger {
    cursor: inherit;
    display: none;
    visibility: hidden; }
  .site__header .menu {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .site__header .menu .menu__item {
      position: relative;
      display: inline-flex;
      flex-flow: column nowrap;
      justify-content: center;
      margin: 0;
      padding: 1rem 1.5vw; }
      .site__header .menu .menu__item:last-child {
        border-left: 2px solid rgba(255, 255, 255, 0.25);
        border-right: 2px solid rgba(255, 255, 255, 0.25); }
    .site__header .menu .menu__item__link {
      display: inline-flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      height: auto;
      width: auto;
      margin: 0;
      padding: 7.5px;
      background-color: transparent;
      color: #f4e2c3;
      font-size: 1.4rem;
      font-weight: 500;
      text-transform: uppercase;
      word-spacing: 1px;
      letter-spacing: 1px;
      white-space: nowrap;
      transition: all 0.3s ease-in-out; }
      .site__header .menu .menu__item__link:hover {
        color: rgba(244, 226, 195, 0.66); }
      .site__header .menu .menu__item__link[aria-current] {
        color: rgba(244, 226, 195, 0.33); }
    .site__header .menu .menu__dropdown {
      overflow: hidden;
      position: absolute;
      top: 100%;
      left: 0;
      display: flex;
      flex-flow: column nowrap;
      height: 0;
      width: auto;
      margin: 0;
      padding: 0;
      background-color: white;
      list-style: none;
      white-space: nowrap;
      opacity: 0;
      transform: translateY(0);
      transition: all 0.3s ease-in-out; }
    .site__header .menu .menu__item--active .menu__dropdown {
      height: auto;
      opacity: 1;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
      transform: translateY(-2rem); }
    .site__header .menu .menu__dropdown .menu__item {
      padding: 1rem 1vw; }
    .site__header .menu .menu__dropdown .menu__item__link {
      color: #1a3260;
      font-weight: 600;
      word-spacing: 0.5px;
      letter-spacing: 0.5px; }
      .site__header .menu .menu__dropdown .menu__item__link:hover {
        color: rgba(26, 50, 96, 0.66); }
      .site__header .menu .menu__dropdown .menu__item__link[aria-current] {
        color: rgba(26, 50, 96, 0.33); }
    .site__header .menu .menu__item--parent > .menu__item__link::after {
      content: "";
      margin-left: 1rem;
      padding: 7.5px;
      background-image: url("../img/icon/dropdown-light.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: 100%;
      background-position-y: 50%;
      transition: all 0.3s ease-in-out; }
    .site__header .menu .menu__item--parent > .menu__item__link:hover::after {
      background-image: url("../img/icon/dropdown-light.svg");
      opacity: 0.66; }
    .site__header .menu .menu__item--parent.menu__item--active > .menu__item__link {
      color: rgba(244, 226, 195, 0.66); }
      .site__header .menu .menu__item--parent.menu__item--active > .menu__item__link:after {
        opacity: 0.66; } }

@media screen and (max-width: 1279.98px) {
  .site__header .header__navbar__menu {
    z-index: -1;
    overflow-y: auto;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    height: auto !important;
    width: 100%;
    padding: 20px;
    padding-top: 135px;
    background-color: #1a3260;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translate(0, -100%);
    transition: all 0.6s ease; }
  .site__header .menu {
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    .site__header .menu .menu__item {
      position: relative;
      display: inline-flex;
      flex-flow: column nowrap;
      align-items: center;
      margin: 0;
      padding: 1rem; }
    .site__header .menu .menu__item__link {
      display: inline-flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      height: 100%;
      width: auto;
      margin: 0;
      padding: 5px;
      background-color: transparent;
      color: #f4e2c3;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase;
      white-space: nowrap;
      transition: all 0.3s ease-in-out; }
      .site__header .menu .menu__item__link:hover {
        color: rgba(244, 226, 195, 0.66); }
      .site__header .menu .menu__item__link[aria-current] {
        color: rgba(244, 226, 195, 0.33); }
    .site__header .menu .menu__dropdown {
      overflow: hidden;
      display: flex;
      flex-flow: column nowrap;
      align-items: center;
      height: 0;
      margin: 0;
      padding: 0;
      list-style: none;
      white-space: nowrap;
      opacity: 0;
      transform: translateY(0);
      transition: all 0.3s ease-in-out; }
    .site__header .menu .menu__item--active > .menu__dropdown {
      height: auto;
      opacity: 1;
      transform: translateY(1rem); }
    .site__header .menu .menu__dropdown .menu__item {
      padding: 0.5rem; }
    .site__header .menu .menu__dropdown .menu__item__link {
      color: rgba(244, 226, 195, 0.8);
      font-size: 1.3rem;
      text-transform: inherit; }
      .site__header .menu .menu__dropdown .menu__item__link:hover {
        color: rgba(150, 159, 167, 0.66); }
      .site__header .menu .menu__dropdown .menu__item__link[aria-current] {
        color: rgba(150, 159, 167, 0.33); }
    .site__header .menu .menu__item--parent > .menu__item__link {
      padding-left: 15px; }
      .site__header .menu .menu__item--parent > .menu__item__link::after {
        content: "";
        margin-left: 1rem;
        padding: 7.5px;
        background-image: url("../img/icon/dropdown-light.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 100%;
        background-position-y: 50%;
        transition: all 0.3s ease-in-out; }
    .site__header .menu .menu__item--parent.menu__item--active > .menu__item__link {
      color: rgba(244, 226, 195, 0.66); }
      .site__header .menu .menu__item--parent.menu__item--active > .menu__item__link::after {
        transform: rotate(180deg);
        opacity: 0.66; }
  .site__header--open .header__navbar__burger .icon-burger {
    background-color: transparent !important; }
    .site__header--open .header__navbar__burger .icon-burger::before {
      transform: rotate(45deg) translate(10px, 6px) scale(1, 1); }
    .site__header--open .header__navbar__burger .icon-burger::after {
      transform: rotate(-45deg) translate(8px, -5px) scale(1, 1); }
  .site__header--open .header__navbar__burger:hover .icon-burger::before, .site__header--open .header__navbar__burger:hover .icon-burger::after {
    background-color: #969fa7; }
  .site__header--open .header__navbar__menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); } }

/* --------------------- max-width  -------------------- */
@media screen and (max-width: 1279.98px) {
  h1,
  .h1,
  .elementor .h1 .elementor-size-default {
    font-size: 8.45rem;
    line-height: 9.75rem; }
  h2,
  .h2,
  .elementor .h2 .elementor-size-default {
    font-size: 5.4rem;
    line-height: 6rem; }
  h3,
  .h3,
  .elementor .h3 .elementor-size-default {
    font-size: 3.6rem;
    line-height: 4rem; }
  h4,
  .h4,
  .elementor .h4 .elementor-size-default {
    font-size: 2.88rem;
    line-height: 3.2rem; }
  h5,
  .h5,
  .elementor .h5 .elementor-size-default {
    font-size: 2.52rem;
    line-height: 2.8rem; }
  h6,
  .h6,
  .elementor .h6 .elementor-size-default {
    font-size: 2.07rem;
    line-height: 2.3rem; }
  .excerpt.excerpt-default, .excerpt.excerpt-featured-member, .excerpt.excerpt-news, .excerpt.excerpt-featured-event {
    width: 50%; }
  .excerpt.excerpt-member {
    width: 33%; } }

@media screen and (max-width: 991.98px) {
  h1,
  .h1,
  .elementor .h1 .elementor-size-default {
    font-size: 7.15rem;
    line-height: 8.45rem; }
  h2,
  .h2,
  .elementor .h2 .elementor-size-default {
    font-size: 4.2rem;
    line-height: 4.8rem; }
  h3,
  .h3,
  .elementor .h3 .elementor-size-default {
    font-size: 2.8rem;
    line-height: 3.2rem; }
  h4,
  .h4,
  .elementor .h4 .elementor-size-default {
    font-size: 2.24rem;
    line-height: 2.56rem; }
  h5,
  .h5,
  .elementor .h5 .elementor-size-default {
    font-size: 1.96rem;
    line-height: 2.24rem; }
  h6,
  .h6,
  .elementor .h6 .elementor-size-default {
    font-size: 1.61rem;
    line-height: 1.84rem; } }

@media screen and (max-width: 767.98px) {
  h1,
  .h1,
  .elementor .h1 .elementor-size-default {
    font-size: 5.2rem;
    line-height: 6.5rem; } }

@media screen and (max-width: 575.98px) {
  h1,
  .h1,
  .elementor .h1 .elementor-size-default {
    font-size: 4.55rem;
    line-height: 5.85rem; }
  h3,
  .h3,
  .elementor .h3 .elementor-size-default {
    font-size: 2.4rem;
    line-height: 2.8rem; }
  h4,
  .h4,
  .elementor .h4 .elementor-size-default {
    font-size: 1.92rem;
    line-height: 2.24rem; }
  h5,
  .h5,
  .elementor .h5 .elementor-size-default {
    font-size: 1.68rem;
    line-height: 1.96rem; }
  .excerpt.excerpt-default, .excerpt.excerpt-featured-member, .excerpt.excerpt-news, .excerpt.excerpt-related-news, .excerpt.excerpt-featured-event {
    width: 100%; }
  .excerpt.excerpt-member {
    width: 50%; } }

/* ----- specific dimension : wordpress components ----- */
@media screen and (min-width: 583px) {
  body.admin-bar .site__banner,
  body.admin-bar .site__header,
  body.admin-bar .site__main {
    top: 47px; }
  body.admin-bar.page-with-banner .site__header,
  body.admin-bar.page-with-banner .site__main {
    top: 84px; }
  body.admin-bar.page-with-banner .site__main {
    padding-bottom: 84px; } }

@media screen and (min-width: 766px) {
  body.admin-bar .site__header,
  body.admin-bar .site__banner,
  body.admin-bar .site__main {
    top: 32px; }
  body.admin-bar .site__main {
    padding-bottom: 32px; }
  body.admin-bar.page-with-banner .site__header,
  body.admin-bar.page-with-banner .site__main {
    top: 69px; }
  body.admin-bar.page-with-banner .site__main {
    padding-bottom: 69px; } }

/* ----------------------------------------------------- */
/* ---------------------- AUTRES ----------------------- */

/*# sourceMappingURL=theme.min.css.map */
