@charset "UTF-8";
@import 'ico.css';
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-13 {
  flex: 0 0 92.8571428571%;
  max-width: 92.8571428571%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 15;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.order-13 {
  order: 13;
}

.order-14 {
  order: 14;
}

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

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

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

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

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

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

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

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

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

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

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

.offset-12 {
  margin-left: 85.7142857143%;
}

.offset-13 {
  margin-left: 92.8571428571%;
}

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

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-sm-last {
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-13 {
    order: 13;
  }

  .order-sm-14 {
    order: 14;
  }

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

  .offset-sm-1 {
    margin-left: 7.1428571429%;
  }

  .offset-sm-2 {
    margin-left: 14.2857142857%;
  }

  .offset-sm-3 {
    margin-left: 21.4285714286%;
  }

  .offset-sm-4 {
    margin-left: 28.5714285714%;
  }

  .offset-sm-5 {
    margin-left: 35.7142857143%;
  }

  .offset-sm-6 {
    margin-left: 42.8571428571%;
  }

  .offset-sm-7 {
    margin-left: 50%;
  }

  .offset-sm-8 {
    margin-left: 57.1428571429%;
  }

  .offset-sm-9 {
    margin-left: 64.2857142857%;
  }

  .offset-sm-10 {
    margin-left: 71.4285714286%;
  }

  .offset-sm-11 {
    margin-left: 78.5714285714%;
  }

  .offset-sm-12 {
    margin-left: 85.7142857143%;
  }

  .offset-sm-13 {
    margin-left: 92.8571428571%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-md-last {
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-13 {
    order: 13;
  }

  .order-md-14 {
    order: 14;
  }

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

  .offset-md-1 {
    margin-left: 7.1428571429%;
  }

  .offset-md-2 {
    margin-left: 14.2857142857%;
  }

  .offset-md-3 {
    margin-left: 21.4285714286%;
  }

  .offset-md-4 {
    margin-left: 28.5714285714%;
  }

  .offset-md-5 {
    margin-left: 35.7142857143%;
  }

  .offset-md-6 {
    margin-left: 42.8571428571%;
  }

  .offset-md-7 {
    margin-left: 50%;
  }

  .offset-md-8 {
    margin-left: 57.1428571429%;
  }

  .offset-md-9 {
    margin-left: 64.2857142857%;
  }

  .offset-md-10 {
    margin-left: 71.4285714286%;
  }

  .offset-md-11 {
    margin-left: 78.5714285714%;
  }

  .offset-md-12 {
    margin-left: 85.7142857143%;
  }

  .offset-md-13 {
    margin-left: 92.8571428571%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-lg-last {
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-13 {
    order: 13;
  }

  .order-lg-14 {
    order: 14;
  }

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

  .offset-lg-1 {
    margin-left: 7.1428571429%;
  }

  .offset-lg-2 {
    margin-left: 14.2857142857%;
  }

  .offset-lg-3 {
    margin-left: 21.4285714286%;
  }

  .offset-lg-4 {
    margin-left: 28.5714285714%;
  }

  .offset-lg-5 {
    margin-left: 35.7142857143%;
  }

  .offset-lg-6 {
    margin-left: 42.8571428571%;
  }

  .offset-lg-7 {
    margin-left: 50%;
  }

  .offset-lg-8 {
    margin-left: 57.1428571429%;
  }

  .offset-lg-9 {
    margin-left: 64.2857142857%;
  }

  .offset-lg-10 {
    margin-left: 71.4285714286%;
  }

  .offset-lg-11 {
    margin-left: 78.5714285714%;
  }

  .offset-lg-12 {
    margin-left: 85.7142857143%;
  }

  .offset-lg-13 {
    margin-left: 92.8571428571%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-xl-last {
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-13 {
    order: 13;
  }

  .order-xl-14 {
    order: 14;
  }

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

  .offset-xl-1 {
    margin-left: 7.1428571429%;
  }

  .offset-xl-2 {
    margin-left: 14.2857142857%;
  }

  .offset-xl-3 {
    margin-left: 21.4285714286%;
  }

  .offset-xl-4 {
    margin-left: 28.5714285714%;
  }

  .offset-xl-5 {
    margin-left: 35.7142857143%;
  }

  .offset-xl-6 {
    margin-left: 42.8571428571%;
  }

  .offset-xl-7 {
    margin-left: 50%;
  }

  .offset-xl-8 {
    margin-left: 57.1428571429%;
  }

  .offset-xl-9 {
    margin-left: 64.2857142857%;
  }

  .offset-xl-10 {
    margin-left: 71.4285714286%;
  }

  .offset-xl-11 {
    margin-left: 78.5714285714%;
  }

  .offset-xl-12 {
    margin-left: 85.7142857143%;
  }

  .offset-xl-13 {
    margin-left: 92.8571428571%;
  }
}
@media (min-width: 1800px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xxl-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }

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

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

  .order-xxl-last {
    order: 15;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-13 {
    order: 13;
  }

  .order-xxl-14 {
    order: 14;
  }

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

  .offset-xxl-1 {
    margin-left: 7.1428571429%;
  }

  .offset-xxl-2 {
    margin-left: 14.2857142857%;
  }

  .offset-xxl-3 {
    margin-left: 21.4285714286%;
  }

  .offset-xxl-4 {
    margin-left: 28.5714285714%;
  }

  .offset-xxl-5 {
    margin-left: 35.7142857143%;
  }

  .offset-xxl-6 {
    margin-left: 42.8571428571%;
  }

  .offset-xxl-7 {
    margin-left: 50%;
  }

  .offset-xxl-8 {
    margin-left: 57.1428571429%;
  }

  .offset-xxl-9 {
    margin-left: 64.2857142857%;
  }

  .offset-xxl-10 {
    margin-left: 71.4285714286%;
  }

  .offset-xxl-11 {
    margin-left: 78.5714285714%;
  }

  .offset-xxl-12 {
    margin-left: 85.7142857143%;
  }

  .offset-xxl-13 {
    margin-left: 92.8571428571%;
  }
}
/* Universav Box Sizong */
*, *:before, *:after {
  box-sizing: border-box;
}

/* OldSchool reset */
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,
dt, dd, ol, 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;
}

ul, dl {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

mark {
  background: transparent;
  font-weight: bold;
  font-style: italic;
}

body {
  background: white;
  font-family: Lato;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only.sr-only-focusable:active, .sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.border-right {
  border-right: 1px solid transparent;
}

@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .d-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sr-only.sr-only-focusable:active, .d-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-right {
  border-right: 2px solid transparent;
}

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

.mb-1 {
  margin-bottom: 5px;
}

.mb-2 {
  margin-bottom: 10px;
}

.mb-3 {
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 25px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-6 {
  margin-bottom: 75px;
}

.mt-1 {
  margin-top: 5px;
}

.mt-2 {
  margin-top: 10px;
}

.mt-3 {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 25px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 75px;
}

.pb-1 {
  padding-bottom: 5px;
}

.pb-2 {
  padding-bottom: 10px;
}

.pb-3 {
  padding-bottom: 20px;
}

.pb-4 {
  padding-bottom: 25px;
}

.pb-5 {
  padding-bottom: 50px;
}

.pb-6 {
  padding-bottom: 75px;
}

.pt-1 {
  padding-top: 5px;
}

.pt-2 {
  padding-top: 10px;
}

.pt-3 {
  padding-top: 20px;
}

.pt-4 {
  padding-top: 25px;
}

.pt-5 {
  padding-top: 50px;
}

.pt-6 {
  padding-top: 75px;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 767.98px) {
  .d-sm-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-sm-sr-only.sr-only-focusable:active, .d-sm-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-sm {
    float: left;
  }

  .float-right-sm {
    float: right;
  }

  .border-sm-right {
    border-right: 2px solid transparent;
  }

  .border-sm-right-none {
    border-right: 0 none !important;
  }

  .mb-sm-1 {
    margin-bottom: 5px;
  }

  .mb-sm-2 {
    margin-bottom: 10px;
  }

  .mb-sm-3 {
    margin-bottom: 20px;
  }

  .mb-sm-4 {
    margin-bottom: 25px;
  }

  .mb-sm-5 {
    margin-bottom: 50px;
  }

  .mb-sm-6 {
    margin-bottom: 75px;
  }

  .mt-sm-1 {
    margin-top: 5px;
  }

  .mt-sm-2 {
    margin-top: 10px;
  }

  .mt-sm-3 {
    margin-top: 20px;
  }

  .mt-sm-4 {
    margin-top: 25px;
  }

  .mt-sm-5 {
    margin-top: 50px;
  }

  .mt-sm-6 {
    margin-top: 75px;
  }

  .pb-sm-1 {
    padding-bottom: 5px;
  }

  .pb-sm-2 {
    padding-bottom: 10px;
  }

  .pb-sm-3 {
    padding-bottom: 20px;
  }

  .pb-sm-4 {
    padding-bottom: 25px;
  }

  .pb-sm-5 {
    padding-bottom: 50px;
  }

  .pb-sm-6 {
    padding-bottom: 75px;
  }

  .pt-sm-1 {
    padding-top: 5px;
  }

  .pt-sm-2 {
    padding-top: 10px;
  }

  .pt-sm-3 {
    padding-top: 20px;
  }

  .pt-sm-4 {
    padding-top: 25px;
  }

  .pt-sm-5 {
    padding-top: 50px;
  }

  .pt-sm-6 {
    padding-top: 75px;
  }

  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .d-md-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-md-sr-only.sr-only-focusable:active, .d-md-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-md {
    float: left;
  }

  .float-right-md {
    float: right;
  }

  .border-md-right {
    border-right: 2px solid transparent;
  }

  .border-md-right-none {
    border-right: 0 none !important;
  }

  .mb-md-1 {
    margin-bottom: 5px;
  }

  .mb-md-2 {
    margin-bottom: 10px;
  }

  .mb-md-3 {
    margin-bottom: 20px;
  }

  .mb-md-4 {
    margin-bottom: 25px;
  }

  .mb-md-5 {
    margin-bottom: 50px;
  }

  .mb-md-6 {
    margin-bottom: 75px;
  }

  .mt-md-1 {
    margin-top: 5px;
  }

  .mt-md-2 {
    margin-top: 10px;
  }

  .mt-md-3 {
    margin-top: 20px;
  }

  .mt-md-4 {
    margin-top: 25px;
  }

  .mt-md-5 {
    margin-top: 50px;
  }

  .mt-md-6 {
    margin-top: 75px;
  }

  .pb-md-1 {
    padding-bottom: 5px;
  }

  .pb-md-2 {
    padding-bottom: 10px;
  }

  .pb-md-3 {
    padding-bottom: 20px;
  }

  .pb-md-4 {
    padding-bottom: 25px;
  }

  .pb-md-5 {
    padding-bottom: 50px;
  }

  .pb-md-6 {
    padding-bottom: 75px;
  }

  .pt-md-1 {
    padding-top: 5px;
  }

  .pt-md-2 {
    padding-top: 10px;
  }

  .pt-md-3 {
    padding-top: 20px;
  }

  .pt-md-4 {
    padding-top: 25px;
  }

  .pt-md-5 {
    padding-top: 50px;
  }

  .pt-md-6 {
    padding-top: 75px;
  }

  .container-md {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .d-lg-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-lg-sr-only.sr-only-focusable:active, .d-lg-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-lg {
    float: left;
  }

  .float-right-lg {
    float: right;
  }

  .border-lg-right {
    border-right: 2px solid transparent;
  }

  .border-lg-right-none {
    border-right: 0 none !important;
  }

  .mb-lg-1 {
    margin-bottom: 5px;
  }

  .mb-lg-2 {
    margin-bottom: 10px;
  }

  .mb-lg-3 {
    margin-bottom: 20px;
  }

  .mb-lg-4 {
    margin-bottom: 25px;
  }

  .mb-lg-5 {
    margin-bottom: 50px;
  }

  .mb-lg-6 {
    margin-bottom: 75px;
  }

  .mt-lg-1 {
    margin-top: 5px;
  }

  .mt-lg-2 {
    margin-top: 10px;
  }

  .mt-lg-3 {
    margin-top: 20px;
  }

  .mt-lg-4 {
    margin-top: 25px;
  }

  .mt-lg-5 {
    margin-top: 50px;
  }

  .mt-lg-6 {
    margin-top: 75px;
  }

  .pb-lg-1 {
    padding-bottom: 5px;
  }

  .pb-lg-2 {
    padding-bottom: 10px;
  }

  .pb-lg-3 {
    padding-bottom: 20px;
  }

  .pb-lg-4 {
    padding-bottom: 25px;
  }

  .pb-lg-5 {
    padding-bottom: 50px;
  }

  .pb-lg-6 {
    padding-bottom: 75px;
  }

  .pt-lg-1 {
    padding-top: 5px;
  }

  .pt-lg-2 {
    padding-top: 10px;
  }

  .pt-lg-3 {
    padding-top: 20px;
  }

  .pt-lg-4 {
    padding-top: 25px;
  }

  .pt-lg-5 {
    padding-top: 50px;
  }

  .pt-lg-6 {
    padding-top: 75px;
  }

  .container-lg {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media (max-width: 1799.98px) {
  .d-xl-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .d-xl-sr-only.sr-only-focusable:active, .d-xl-sr-only.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xl {
    float: left;
  }

  .float-right-xl {
    float: right;
  }

  .border-xl-right {
    border-right: 2px solid transparent;
  }

  .border-xl-right-none {
    border-right: 0 none !important;
  }

  .mb-xl-1 {
    margin-bottom: 5px;
  }

  .mb-xl-2 {
    margin-bottom: 10px;
  }

  .mb-xl-3 {
    margin-bottom: 20px;
  }

  .mb-xl-4 {
    margin-bottom: 25px;
  }

  .mb-xl-5 {
    margin-bottom: 50px;
  }

  .mb-xl-6 {
    margin-bottom: 75px;
  }

  .mt-xl-1 {
    margin-top: 5px;
  }

  .mt-xl-2 {
    margin-top: 10px;
  }

  .mt-xl-3 {
    margin-top: 20px;
  }

  .mt-xl-4 {
    margin-top: 25px;
  }

  .mt-xl-5 {
    margin-top: 50px;
  }

  .mt-xl-6 {
    margin-top: 75px;
  }

  .pb-xl-1 {
    padding-bottom: 5px;
  }

  .pb-xl-2 {
    padding-bottom: 10px;
  }

  .pb-xl-3 {
    padding-bottom: 20px;
  }

  .pb-xl-4 {
    padding-bottom: 25px;
  }

  .pb-xl-5 {
    padding-bottom: 50px;
  }

  .pb-xl-6 {
    padding-bottom: 75px;
  }

  .pt-xl-1 {
    padding-top: 5px;
  }

  .pt-xl-2 {
    padding-top: 10px;
  }

  .pt-xl-3 {
    padding-top: 20px;
  }

  .pt-xl-4 {
    padding-top: 25px;
  }

  .pt-xl-5 {
    padding-top: 50px;
  }

  .pt-xl-6 {
    padding-top: 75px;
  }

  .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
.d-xxl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.d-xxl-sr-only.sr-only-focusable:active, .d-xxl-sr-only.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 1800px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  .float-left-xxl {
    float: left;
  }

  .float-right-xxl {
    float: right;
  }

  .border-xxl-right {
    border-right: 2px solid transparent;
  }

  .border-xxl-right-none {
    border-right: 0 none !important;
  }

  .mb-xxl-1 {
    margin-bottom: 5px;
  }

  .mb-xxl-2 {
    margin-bottom: 10px;
  }

  .mb-xxl-3 {
    margin-bottom: 20px;
  }

  .mb-xxl-4 {
    margin-bottom: 25px;
  }

  .mb-xxl-5 {
    margin-bottom: 50px;
  }

  .mb-xxl-6 {
    margin-bottom: 75px;
  }

  .mt-xxl-1 {
    margin-top: 5px;
  }

  .mt-xxl-2 {
    margin-top: 10px;
  }

  .mt-xxl-3 {
    margin-top: 20px;
  }

  .mt-xxl-4 {
    margin-top: 25px;
  }

  .mt-xxl-5 {
    margin-top: 50px;
  }

  .mt-xxl-6 {
    margin-top: 75px;
  }

  .pb-xxl-1 {
    padding-bottom: 5px;
  }

  .pb-xxl-2 {
    padding-bottom: 10px;
  }

  .pb-xxl-3 {
    padding-bottom: 20px;
  }

  .pb-xxl-4 {
    padding-bottom: 25px;
  }

  .pb-xxl-5 {
    padding-bottom: 50px;
  }

  .pb-xxl-6 {
    padding-bottom: 75px;
  }

  .pt-xxl-1 {
    padding-top: 5px;
  }

  .pt-xxl-2 {
    padding-top: 10px;
  }

  .pt-xxl-3 {
    padding-top: 20px;
  }

  .pt-xxl-4 {
    padding-top: 25px;
  }

  .pt-xxl-5 {
    padding-top: 50px;
  }

  .pt-xxl-6 {
    padding-top: 75px;
  }

  .container-xxl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
.btn {
  font-family: Lato;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  line-height: 50px;
  height: 50px;
  padding: 0 32px;
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  background: white;
  text-decoration: none;
  color: initial;
}
.btn.btn-orange {
  background-color: #ec6707;
  color: #fff;
}
.btn.btn-outline {
  border-color: #ec6707;
}

h1 a, h2 a, h3 a, h4 a, h5 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a {
  color: inherit;
  text-decoration: none;
}

h1, .h1 {
  position: relative;
  font-size: 35px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: #4b7024;
  width: 100%;
  margin: 30px 0 45px;
}
h1:after, .h1:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 0;
  width: 100%;
  margin-left: 0;
  height: 5px;
  background: #4b7024;
}

@media screen and (min-width: 768px) {
  h1 {
    margin: 40px 0 70px;
  }

  h1:after {
    left: 50%;
    margin-left: -149px;
    width: 298px;
  }
}
h2, .h2 {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #4b7024;
  margin: 28px 0 30px;
}

h3, .h3 {
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 15px;
}

h4, .h4 {
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 15px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

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

.form-controls {
  line-height: 3;
}
.form-controls label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-controls input, .form-controls select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-controls input[type=radio], .form-controls input[type=checkbox], .form-controls select[type=radio], .form-controls select[type=checkbox] {
  border: 0 none;
  width: auto;
}

@font-face {
  font-family: "font";
  src: url("fonts/font.eot?ip4eim");
  src: url("fonts/font.eot?ip4eim#iefix") format("embedded-opentype"), url("fonts/font.ttf?ip4eim") format("truetype"), url("fonts/font.woff?ip4eim") format("woff"), url("fonts/font.svg?ip4eim#font") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-aneol";
  src: url("fonts/font-aneol.eot?ckr4hc");
  src: url("fonts/font-aneol.eot?#iefixckr4hc") format("embedded-opentype"), url("fonts/font-aneol.ttf?ckr4hc") format("truetype"), url("fonts/font-aneol.woff?ckr4hc") format("woff"), url("fonts/font-aneol.svg?ckr4hc#font-aneol") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "font-picto-firah-2";
  src: url("fonts/font-picto-firah-2.eot?kjgjrw");
  src: url("fonts/font-picto-firah-2.eot?kjgjrw#iefix") format("embedded-opentype"), url("fonts/font-picto-firah-2.ttf?kjgjrw") format("truetype"), url("fonts/font-picto-firah-2.woff?kjgjrw") format("woff"), url("fonts/font-picto-firah-2.svg?kjgjrw#font-picto-firah-2") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "font" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aneol {
  font-family: "font-aneol" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-aneol:before {
  content: "";
}

.icon-picto-firah {
  font-family: "font-picto-firah-2" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-picto-firah:before {
  content: "";
}

.icon-actes-videos:before {
  content: "";
}

.icon-aide:before {
  content: "";
}

.icon-aller:before {
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-espace-prive:before {
  content: "";
}

.icon-facebook-share:before {
  content: "";
}

.icon-fleche-bas:before {
  content: "";
}

.icon-fleche-droite:before {
  content: "";
}

.icon-fleche-gauche:before {
  content: "";
}

.icon-fleche-haut:before {
  content: "";
}

.icon-linkedin-share:before {
  content: "";
}

.icon-mail-share:before {
  content: "";
}

.icon-menu-burger:before {
  content: "";
}

.icon-puce:before {
  content: "";
}

.icon-rechercher:before {
  content: "";
}

.icon-recherches-appliquees:before {
  content: "";
}

.icon-ressources-complementaires:before {
  content: "";
}

.icon-supports-application:before {
  content: "";
}

.icon-twiter:before {
  content: "";
}

.icon-twitter-share:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-linkedin:before {
  content: "󩀀";
}

div#tarteaucitronRoot.tarteaucitronBeforeVisible:before, #tarteaucitronRoot button#tarteaucitronBack {
  opacity: 0.95 !important;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig, div#tarteaucitronServices {
  border-radius: 0 !important;
  box-shadow: none !important;
}

#tarteaucitron .tarteaucitronBorder {
  border: 1px solid #303030 !important;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie, #tarteaucitron #tarteaucitronClosePanel {
  left: 0;
  right: auto;
}

button#tarteaucitronManager img {
  filter: brightness(0) invert(0.1);
}

.tac_activate {
  background-color: #303030;
}

div#tarteaucitronAlertBig:before {
  content: "" !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitronAlertBig #tarteaucitronPersonalize2, .tarteaucitronCTAButton, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog, #tarteaucitronRoot .tarteaucitronDeny, #tarteaucitronRoot .tarteaucitronAllow {
  background-color: #4b7024 !important;
}

#tarteaucitronRoot .tarteaucitronDeny {
  background-color: #9C1A1A !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitron #tarteaucitronPrivacyUrl, #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: white !important;
}

.faire-un-don {
  text-transform: uppercase;
  color: #fff;
  background: #ec6707;
  padding: 0 9px;
  font-weight: 900;
}

.inscription-bulletin {
  text-transform: uppercase;
  color: #fff;
  background: #4b7024;
  padding: 0 9px;
  font-weight: 900;
}

.acms-page {
  width: 100% !important;
}

.acms-page.acms-landing h1, .acms-page.acms-landing h2 {
  font-family: Chilanka, serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.acms-page.acms-landing .acms-box {
  padding: 1px 0;
}
.acms-page.acms-landing #main {
  padding-top: 113px;
  padding-bottom: 0;
}
.acms-page.acms-landing #main #contenu_principal > .acms-box:last-child {
  padding-bottom: 80px;
}
.acms-page.acms-landing #main > .head {
  color: #FFF;
  background: #303030;
  text-align: center;
  padding: 50px 0 15px;
  margin: 0 auto;
}
.acms-page.acms-landing #main > .head h1 {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
  color: inherit;
}
.acms-page.acms-landing #main > .head h1:after {
  content: "";
  display: none;
}
.acms-page.acms-landing #main > .head p {
  font-size: 20px;
  line-height: 30px;
}
.acms-page.acms-landing h2 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 60px;
}
.acms-page.acms-landing h2:last-child {
  margin: 60px 0;
}
.acms-page.acms-landing h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin: 30px 0;
}
.acms-page.acms-landing .acms-module-video {
  padding-bottom: 30px;
}

.acms-module-video .container .content {
  text-align: center;
}
.acms-module-video .container .content > div {
  width: 100%;
  margin: 0 auto;
}

.bg-green {
  color: white;
  background: #4b7024 url("../images/background-vert.png");
}

.bg-grey {
  color: #000;
  background: #e6e6e6;
}
.bg-grey h3 {
  color: #8f105e;
}

.acms-box.bg-darkgrey {
  color: #FFF;
  background: #303030;
}
.acms-box.bg-darkgrey h2, .acms-box.bg-darkgrey h3 {
  color: #fff;
}
.acms-box.bg-lightgrey {
  color: #000;
  background: #e5e5e5;
}
.acms-box.bg-white + .acms-box.bg-lightgrey, .acms-box.bg-white + .acms-box.bg-darkgrey, .acms-box.bg-lightgrey + .acms-box.bg-white, .acms-box.bg-lightgrey + .acms-box.bg-darkgrey, .acms-box.bg-darkgrey + .acms-box.bg-white, .acms-box.bg-darkgrey + .acms-box.bg-lightgrey {
  padding-top: 20px;
}

small {
  font-size: 80%;
}

#header-clap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
  padding: 9px 0;
}
#header-clap a {
  color: #000;
  text-decoration: none;
  outline-color: #000;
}
#header-clap ul {
  width: auto;
  padding: 0 10px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
#header-clap ul li {
  display: inline-block;
  vertical-align: baseline;
}
#header-clap .share-icons {
  margin: 0 auto;
  max-width: 530px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-clap .share-icons li {
  margin-right: 20px;
}
#header-clap .share-icons li:last-child {
  margin-right: 0;
}
#header-clap .banner {
  flex-direction: column;
}
#header-clap .skip-links {
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  justify-content: flex-start;
}
#header-clap .skip-links li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.3em;
}
#header-clap .skip-links li:last-child:after {
  display: none;
  content: "";
}
#header-clap #centre_ressources {
  min-height: 95px;
}
#header-clap .logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
#header-clap .logo a {
  display: block;
  max-height: 72px;
}
#header-clap .logo a img {
  max-height: 72px;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1001;
  background: #fff;
}
#header .banner {
  background: #303030;
  line-height: 50px;
}
#header .banner, #header .banner a {
  color: #fff;
  text-decoration: none;
  outline-color: #fff;
}
#header .banner .border-right {
  border-color: #fff;
}
#header ul {
  padding: 0 10px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
#header ul li {
  display: inline-block;
  vertical-align: baseline;
}
#header ul li:last-child {
  margin-right: 0;
}
#header ul li.faire-un-don-item {
  background: #ec6707;
}
#header ul li.inscription-bulletin-item {
  background: #4b7024;
  display: none;
}
#header ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#header ul li i {
  font-size: 30px;
  vertical-align: middle;
}
#header ul.header-links {
  margin-left: auto !important;
}
#header #centre_ressources {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
}
#header #centre_ressources, #header #centre_ressources a {
  color: #000;
  text-decoration: none;
  outline-color: #4b7024;
}
#header #centre_ressources .logo a {
  display: block;
  max-height: 65px;
}
#header #centre_ressources .logo a img {
  max-height: 65px;
}
#header #centre_ressources ul.mobile {
  width: 102px;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header #centre_ressources ul.mobile .icon-rechercher {
  font-size: 25px;
}
#header #centre_ressources ul.mobile .icon-menu-burger {
  font-size: 50px;
}
#header #centre_ressources ul.mobile .icon-menu-burger.icon-close:before {
  content: "";
}
#header #menu {
  position: fixed;
  top: 131px;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background: white;
  padding: 10px;
  left: -101%;
  visibility: hidden;
  -moz-transition: visibility 500ms linear, left ease-in 500ms;
  -o-transition: visibility 500ms linear, left ease-in 500ms;
  -webkit-transition: visibility 500ms linear, left ease-in 500ms;
  transition: visibility 500ms linear, left ease-in 500ms;
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  text-align: left;
}
#header #menu.active {
  visibility: visible;
  left: 0;
  -moz-transition: left ease-out 500ms, visibility 500ms linear;
  -o-transition: left ease-out 500ms, visibility 500ms linear;
  -webkit-transition: left ease-out 500ms, visibility 500ms linear;
  transition: visibility 500ms linear, left ease-out 500ms;
}
#header #menu ul {
  flex-direction: column;
  width: 100%;
  height: auto;
}
#header #menu ul li {
  display: block;
  width: 100%;
  text-align: left;
}
#header #menu ul li a {
  text-align: left;
  vertical-align: middle;
  outline-color: #4b7024;
}
#header #menu > ul > li {
  line-height: 80px;
  border-bottom: 1px solid green;
}
#header #menu > ul > li > a {
  text-transform: uppercase;
}
#header #menu > ul > li > div {
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transform: scaleY(0);
  height: 0;
  max-height: 0;
}
#header #menu > ul > li > div.active {
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  transform: scaleY(1);
  height: auto;
  max-height: 9999px;
}
#header #menu .inscription-bulletin-item {
  display: block;
}
#header #menu .inscription-bulletin-item a {
  text-align: center;
  line-height: 25px;
  display: block;
  padding: 20px;
  color: white;
}

a {
  text-decoration: underline;
  color: #4b7024;
  outline-color: #4b7024;
  outline-width: medium;
}
a:focus {
  outline-style: solid;
}

#main {
  background: white;
  padding-top: 132px;
  padding-bottom: 28px;
}
#main .menu-n2 {
  display: block;
  background: #e6e6e6;
  width: 100%;
  line-height: 3;
}
#main .menu-n2 .container {
  border-bottom: 1px solid #4b7024;
}
#main .menu-n2 a {
  text-decoration: none;
  color: #000;
  line-height: 1;
}
#main .menu-n2 ul {
  padding: 15px 34px 20px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-direction: column;
  width: 100%;
  height: auto;
}
#main .menu-n2 ul li {
  vertical-align: baseline;
  display: block;
  width: 100%;
  text-align: left;
}
#main .menu-n2 ul li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 13px;
  cursor: pointer;
  vertical-align: middle;
}
#main .menu-n2 ul li.active a {
  display: inline-block;
  width: 100%;
  color: #fff;
  background: #4b7024;
  line-height: 1;
  text-decoration: none;
  outline-color: #000;
}

#ariane {
  padding: 14px 0 0;
  font-size: 18px;
  line-height: 1.67;
}
#ariane ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#ariane ul li {
  display: inline-block;
}
#ariane ul li a {
  color: #000;
  text-decoration: none;
}
#ariane ul li:after {
  content: " / ";
  margin: 0 5px;
  display: inline-block;
}
#ariane ul li:last-child a {
  text-decoration: underline;
  color: #4b7024;
}
#ariane ul li:last-child:after {
  content: "";
  display: none;
}

#footer-clap {
  background: #e5e5e5;
  color: #000;
  text-align: center;
  padding: 30px 10px;
}
#footer-clap strong {
  color: #4b7024;
  text-transform: uppercase;
}
#footer-clap nav {
  max-width: 795px;
  margin: 20px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer-clap nav a {
  color: #000;
  margin-left: 35px;
}
#footer-clap nav i {
  font-size: 25px;
}
#footer-clap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
#footer-clap a {
  text-decoration: underline;
}
#footer-clap .copyright a {
  color: #000;
}
#footer-clap li {
  text-align: center;
}
#footer-clap li a {
  text-decoration: none;
}
#footer-clap .bas-de-page {
  padding: 20px 0 0;
}
#footer-clap .bas-de-page li a {
  text-decoration: underline;
}
#footer-clap .bas-de-page li:after {
  content: "|";
  margin: 0 0.5em;
}
#footer-clap .bas-de-page li:last-child:after {
  content: none;
  display: none;
}

#footer {
  background: #303030;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer .border-right, #footer .border-lg-right {
  border-color: #fff;
}
#footer, #footer a {
  color: #fff;
  text-decoration: none;
}
#footer a {
  outline-color: #fff;
}
#footer .btn.btn-outline {
  border-color: #fff;
  background: transparent;
}
#footer .btn.btn-outline:focus {
  background: #fff;
  color: #303030;
}
#footer address {
  font-style: normal;
  margin: 27px 0 19px;
  line-height: 2;
}
#footer nav {
  line-height: 40px;
  margin: 50px 0;
}
#footer nav > div {
  height: 80px;
}
#footer nav .faire-un-don-item, #footer nav .inscription-bulletin-item {
  text-align: center;
}
#footer nav a {
  text-align: center;
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}
#footer nav a.faire-un-don, #footer nav a.inscription-bulletin {
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
#footer nav span {
  text-align: left;
  display: inline-block;
  width: 45%;
}
#footer nav ul {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
#footer nav ul li {
  display: inline-block;
  vertical-align: baseline;
  text-align: center;
}
#footer nav ul li:last-child {
  margin-right: 0;
}
#footer nav i {
  font-size: 25px;
}
#footer nav i.icon-espace-prive {
  font-size: 30px;
  margin-left: -20px;
  margin-right: 20px;
}
#footer .bas-de-page {
  font-size: 18px;
  line-height: 1.67;
}
#footer .bas-de-page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .bas-de-page a {
  text-decoration: underline;
}
#footer .bas-de-page li {
  text-align: center;
}
#footer .bas-de-page li:first-child a {
  text-decoration: none;
}

.share-icons {
  margin: 0 auto 40px;
  max-width: 260px;
}
.share-icons ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
.share-icons ul li {
  width: 25%;
  display: inline-block;
  text-align: center;
}
.share-icons ul li .btn-share {
  padding: 0;
  width: auto;
  color: #fff;
  text-decoration: none;
  font-size: 50px;
}
.share-icons ul li .btn-share.share-facebook {
  color: #0FB4BD;
}
.share-icons ul li .btn-share.share-twitter {
  color: #F8AB00;
}
.share-icons ul li .btn-share.share-linkedin {
  color: #ED6701;
}
.share-icons ul li .btn-share.share-email {
  color: #E7007F;
}

.subscription-form label {
  color: #000;
  display: block;
  margin-bottom: 36px;
}
.subscription-form label.h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
}
.subscription-form input {
  height: 50px;
  line-height: 50px;
  font-family: Lato;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  flex-grow: 1;
  outline-color: #303030;
  outline-width: medium;
}
.subscription-form input:focus {
  outline-style: solid;
}
.subscription-form input[type=checkbox] {
  height: auto;
}
.subscription-form input[name=email] {
  margin-bottom: 36px;
  width: 100%;
}
.subscription-form button, .subscription-form a.btn {
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  background-color: #303030;
  outline-color: #303030;
  outline-width: medium;
  cursor: pointer;
}
.subscription-form button:focus, .subscription-form a.btn:focus {
  outline-style: solid;
  background: white;
  color: #303030;
}

#partenaires {
  padding: 0 20px 40px;
}
#partenaires .h4 {
  color: #4b7024;
  margin: 30px 0px;
  text-transform: uppercase;
  text-align: center;
}
#partenaires .row .col {
  height: 110px;
  justify-content: flex-end;
  align-items: flex-end;
}
#partenaires .row .col a {
  display: inline-flex;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}
#partenaires img {
  max-width: 139px;
  max-height: 91px;
  vertical-align: bottom;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#partenaires img:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
}

.search form .form-controls input {
  border: 0 none;
  border-bottom: 2px solid #ec6707;
  height: 50px;
  line-height: 50px;
}
.search form .form-controls .select-orange {
  width: 100%;
}
.search form .form-controls .btn {
  margin: 0;
}

.article-details {
  margin-top: -20px;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}
.article-details span:after {
  content: " | ";
}
.article-details span:last-child:after {
  content: "";
}

.cookies {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  margin: 0px 0px;
  background-color: #4b7024;
  color: white;
  display: none;
  font-size: 14px;
  z-index: 2000;
}
.cookies a {
  color: white;
}
.cookies a.cookies-accept {
  display: inline-block;
  width: 145px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  background-color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: black !important;
}
.cookies .cookies-wrapper {
  margin: 0 auto;
  padding: 10px 10px;
  max-width: 1140px;
  position: relative;
}
.cookies .cookies-button {
  padding-top: 10px;
  display: block;
  text-align: center;
}
.cookies .cookies-button a {
  color: black;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cookies .cookies-wrapper {
    padding-right: 170px;
  }
  .cookies .cookies-button {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
@media screen and (min-width: 992px) {
  #ariane ul li {
    display: inline;
  }

  #header-clap .banner {
    flex-direction: row;
  }
  #header-clap #centre_ressources .row {
    justify-content: flex-start;
  }
  #header-clap .logo {
    position: relative;
    max-width: 160px;
    width: auto;
    margin-right: 50px;
  }

  #header .banner {
    justify-content: flex-start;
  }
  #header .banner ul {
    justify-content: flex-start;
    align-items: center;
  }
  #header .banner ul.header-links {
    justify-content: flex-end;
  }
  #header .banner ul li {
    height: 40px;
    line-height: 40px;
    border-right: 2px solid #fff;
    padding: 0 15px;
  }
  #header .banner ul li:last-child {
    border: 0 none;
  }
  #header .banner ul li a {
    vertical-align: middle;
  }
  #header .banner ul li.faire-un-don-item, #header .banner ul li.inscription-bulletin-item {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 0 none;
    padding: 0;
  }
  #header .banner ul li.faire-un-don-item .faire-un-don, #header .banner ul li.faire-un-don-item .inscription-bulletin, #header .banner ul li.inscription-bulletin-item .faire-un-don, #header .banner ul li.inscription-bulletin-item .inscription-bulletin {
    background: transparent;
    padding: 0 15px;
  }

  #footer {
    padding-bottom: 20px;
  }
  #footer nav {
    margin: 0;
  }
  #footer nav > div {
    text-align: right;
  }
  #footer nav > div > a {
    width: auto;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  #footer nav .faire-un-don-item {
    text-align: right;
  }
  #footer nav a {
    text-align: right;
  }
  #footer nav span {
    vertical-align: top;
    text-align: right;
    width: 50%;
    padding-right: 30px;
  }
  #footer nav ul {
    width: 45%;
  }
  #footer nav ul li {
    text-align: right;
  }
  #footer nav ul li i {
    vertical-align: middle;
  }
  #footer nav i {
    font-size: 25px;
  }
  #footer nav i.icon-espace-prive {
    font-size: 30px;
    margin-left: -20px;
    margin-right: 20px;
  }
  #footer .bas-de-page {
    text-align: center;
    margin-top: 50px;
  }
  #footer .bas-de-page li {
    width: auto;
    display: inline-block;
    text-align: center;
  }
  #footer .bas-de-page li:after {
    display: inline-block;
    content: "/";
  }
  #footer .bas-de-page li:last-child:after {
    display: none;
    content: "";
  }

  #main {
    padding-top: 161px;
    padding-bottom: 80px;
  }
  #main .menu-n2 a {
    font-weight: 700;
  }
  #main .menu-n2 ul {
    padding: 0;
    flex-direction: row;
    line-height: 50px;
    width: auto;
    display: flex;
  }
  #main .menu-n2 ul li {
    padding: 0 13px;
    border-bottom: 0 none;
    border-right: 0 none;
    position: relative;
    line-height: 100px;
  }
  #main .menu-n2 ul li:after {
    content: "";
    display: block;
    height: 15px;
    width: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    background: #4b7024;
  }
  #main .menu-n2 ul li:last-child:after {
    content: "";
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  #header #centre_ressources {
    justify-content: flex-start;
    padding: 13px 13px 13px 28px;
  }
  #header #centre_ressources .logo {
    padding-right: 30px;
  }
  #header #centre_ressources .logo a {
    max-height: 85px;
  }
  #header #centre_ressources .logo a img {
    max-height: 85px;
  }
  #header #menu {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    z-index: 0;
    margin-left: auto;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  #header #menu.active {
    left: auto;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  #header #menu:after {
    content: "";
    box-shadow: 0px 3px 7px 0 rgba(48, 48, 48, 0.75);
    width: 100%;
    top: 160px;
    left: 0;
    right: 0;
    display: block;
    height: 1px;
    position: fixed;
  }
  #header #menu ul {
    flex-direction: row;
    line-height: 50px;
    width: auto;
  }
  #header #menu ul li {
    line-height: 50px;
    padding: 0 13px;
    border-right: 2px solid #4b7024;
    border-bottom: 0 none;
  }
  #header #menu ul li:last-child {
    border: 0 none;
  }
  #header #menu ul li a {
    text-align: left;
    padding: 13px;
    cursor: pointer;
  }
  #header #menu ul li.active {
    line-height: 60px;
  }
  #header #menu ul li.active > a {
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #4b7024;
    line-height: 1;
    text-decoration: none;
    outline-color: #000;
  }
  #header #menu > ul > li {
    line-height: 50px;
    width: auto;
  }
  #header #menu > ul > li > div {
    position: fixed;
    top: 161px;
    left: -101%;
    left: 0;
    z-index: -2;
    display: block;
    height: 100px;
    background: #e6e6e6;
    max-height: none;
    width: 100%;
    transform: scale(1, 0);
    transform-origin: top left;
    flex-direction: row;
    line-height: 100px;
    transition: transform 500ms ease-in;
  }
  #header #menu > ul > li > div > .container-lg {
    border-bottom: 1px solid #4b7024;
  }
  #header #menu > ul > li > div.active {
    z-index: -1;
    transform: scaleY(1);
    left: 0;
    top: 161px;
    transition: transform 500ms ease-out;
  }
  #header #menu > ul > li > div ul {
    display: flex;
    height: 100px;
  }
  #header #menu > ul > li > div ul li {
    border-right: 0 none;
    position: relative;
    line-height: 100px;
  }
  #header #menu > ul > li > div ul li:after {
    content: "";
    display: inline-block;
    height: 15px;
    background: green;
    width: 3px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
  }
  #header #menu > ul > li > div ul li:last-child:after {
    display: none;
  }
  #header #menu > ul > li > div ul li a {
    text-align: center;
  }
}
@media screen and (min-width: 1500px) {
  #header-clap .skip-links {
    position: absolute;
    top: 15px;
    left: 20px;
  }
}
@media screen and (min-width: 1800px) {
  #partenaires .row {
    flex-wrap: nowrap;
  }
  #partenaires .row .col-xxl:first-child {
    max-width: 550px;
  }
  #partenaires .row .col-xxl:nth-child(2) {
    max-width: 300px;
  }
  #partenaires .row .col-xxl:nth-child(2) .row > div:first-child a {
    border-left: 2px solid #4b7024;
    padding-left: 15px;
  }
}
.acms-module-actualite {
  padding: 10px 0 30px;
}
.acms-module-actualite .col-lg-3 {
  line-height: 2;
}
.acms-module-actualite h2 {
  margin-top: 50px;
}
.acms-module-actualite ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acms-module-actualite li {
  margin-bottom: 40px;
}

.page-actualites-liste .select-orange {
  width: 386px;
  max-width: 100%;
}
.page-actualites-liste h1, .page-actualites-liste form label {
  text-transform: uppercase;
}
.page-actualites-liste form {
  margin-bottom: 48px;
}
.page-actualites-liste form label {
  font-weight: bold;
}

.pages_articles article.article {
  margin-bottom: 70px;
}
.pages_articles article.article .col-lg-3 {
  line-height: 2;
}

.footer_page_articles .page_precedente a, .footer_page_articles .page_suivante a {
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  margin-right: 5px;
}
.footer_page_articles .page_precedente.disable a, .footer_page_articles .page_suivante.disable a {
  color: #303030;
  cursor: default;
}
.footer_page_articles .page_numeros a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.footer_page_articles .page_numeros a.active {
  font-weight: bold;
  color: white;
  background: #ec6707;
}

@media screen and (min-width: 992px) {
  #contenu_actualite {
    padding: 28px 0 46px;
  }

  .acms-module-actualite {
    padding: 0;
  }
  .acms-module-actualite h2 {
    margin: 0;
  }
}
.acms-module-slideshow .content {
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}
.acms-module-slideshow .content .carroussel {
  overflow: hidden;
  width: 100%;
}
.acms-module-slideshow .content .slide {
  width: 100%;
  background-size: 0 0;
  background-image: none;
}
.acms-module-slideshow .content .slide figure {
  height: 150px;
  width: 100%;
  background: white no-repeat center center;
  background-size: cover;
}
.acms-module-slideshow .content .slide figure img {
  display: none;
}
.acms-module-slideshow .content div.overlay {
  margin-top: 60px;
  padding: 0;
}
.acms-module-slideshow .content div.overlay .title {
  margin: 0 0 25px;
  font-size: 25px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
}
.acms-module-slideshow .content div.overlay a.btn-read-more {
  margin-top: 38px;
  outline-color: #ec6707;
}
.acms-module-slideshow .content div.overlay a.btn-read-more:focus {
  background: #ec6707;
  color: white;
}
.acms-module-slideshow .content ul.pages, .acms-module-slideshow .content .btn-next, .acms-module-slideshow .content .btn-prev, .acms-module-slideshow .content .btn-pause {
  border: 0 none;
  z-index: 101;
  position: absolute;
  top: 150px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  font-size: 25px;
  padding: 0;
}
.acms-module-slideshow .content ul.pages i:before, .acms-module-slideshow .content .btn-next i:before, .acms-module-slideshow .content .btn-prev i:before, .acms-module-slideshow .content .btn-pause i:before {
  position: absolute;
  display: inline-block;
  line-height: 60px;
  width: 60px;
  text-align: center;
  transition: transform ease 100ms;
}
.acms-module-slideshow .content .btn-next, .acms-module-slideshow .content .btn-prev {
  display: inline-block;
  width: 60px;
  outline-color: #ec6707;
}
.acms-module-slideshow .content .btn-next i, .acms-module-slideshow .content .btn-prev i {
  display: block;
  width: 60px;
  height: 60px;
}
.acms-module-slideshow .content .btn-next i:before, .acms-module-slideshow .content .btn-prev i:before {
  left: 0;
  top: 0;
}
.acms-module-slideshow .content .btn-pause {
  display: inline-block;
  line-height: 57px;
  width: 60px;
  color: black;
  outline-color: #ec6707;
  right: 50px;
  border: 1px solid black;
  background: white;
}
.acms-module-slideshow .content .btn-pause i {
  font-style: normal;
  display: block;
  width: 60px;
  height: 60px;
}
.acms-module-slideshow .content .btn-pause i:before {
  left: 0;
  top: 0;
}
.acms-module-slideshow .content .btn-prev:hover i:before {
  transform: translateX(-5px);
}
.acms-module-slideshow .content .btn-next:hover i:before {
  transform: translateX(5px);
}
.acms-module-slideshow .content a {
  text-decoration: none;
  color: #000;
}
.acms-module-slideshow .content ul.pages {
  left: 0;
  width: 100%;
  background: white;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.acms-module-slideshow .content ul.pages li {
  display: inline-block;
  width: 25px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.acms-module-slideshow .content ul.pages li button {
  border: 1px solid #303030;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
}
.acms-module-slideshow .content ul.pages li.cycle-pager-active button {
  background: #303030;
  border-color: #fff;
}
.acms-module-slideshow .content .btn-next, .acms-module-slideshow .content .btn-prev {
  width: 60px;
}
.acms-module-slideshow .content .btn-next {
  right: 0;
}
.acms-module-slideshow .content .btn-prev {
  left: 0;
}

@media screen and (min-width: 992px) {
  .acms-module-slideshow .content {
    height: 650px;
    overflow: hidden;
  }
  .acms-module-slideshow .content .carroussel {
    overflow: hidden;
    height: 650px;
    width: 100%;
  }
  .acms-module-slideshow .content .slide {
    height: 650px;
    background: white no-repeat center center;
    background-size: cover;
  }
  .acms-module-slideshow .content .slide figure {
    height: 650px;
  }
  .acms-module-slideshow .content ul.pages {
    background: transparent;
    text-align: right;
    top: auto;
    bottom: 0;
    left: auto;
    right: 93px;
  }
  .acms-module-slideshow .content .btn-next, .acms-module-slideshow .content .btn-prev {
    display: inline-block;
    bottom: auto;
    top: 50%;
    margin-top: -30px;
    background: white;
  }
  .acms-module-slideshow .content .btn-pause {
    display: inline-block;
    top: auto;
    bottom: 0;
    background: white;
    right: 10px;
  }
  .acms-module-slideshow .content .btn-next {
    right: 10px;
  }
  .acms-module-slideshow .content .btn-prev {
    left: 10px;
  }
  .acms-module-slideshow .content div.overlay {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    margin-top: 0;
    padding: 46px 80px 134px;
    width: 460px;
    max-height: 600px;
    background: #fff;
  }
  .acms-module-slideshow .content div.overlay a.btn-read-more {
    margin-top: 18px;
  }
  .acms-module-slideshow .content div.overlay .text-right {
    background: white;
    position: absolute;
    padding: 0 80px 46px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .acms-module-slideshow .content div.overlay .text-right:before {
    display: block;
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    /* IE6-9 */
  }
}
.acms-module-galerie .content {
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}
.acms-module-galerie .content .galerie {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.acms-module-galerie .content .galerie .galerie_image {
  position: relative;
  width: 100%;
  margin-top: 25px;
}
.acms-module-galerie .content .galerie .galerie_image:first-child {
  margin-top: 0;
}
.acms-module-galerie .content .galerie .galerie_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.acms-module-galerie .content .galerie .galerie_image figure {
  background: white no-repeat center center;
  background-size: cover;
}
.acms-module-galerie .content .galerie .galerie_image figure img {
  display: none;
}
.acms-module-galerie .content .galerie figure {
  width: 100%;
  height: 100%;
}
.acms-module-galerie .content .galerie.gallery_2cols .galerie_image {
  max-width: 544px;
  height: 350px;
}
.acms-module-galerie .content .galerie.gallery_3cols .galerie_image {
  max-width: 358px;
  height: 275px;
}

@media screen and (min-width: 992px) {
  .acms-module-galerie .content .galerie {
    justify-content: space-between;
  }
  .acms-module-galerie .content .galerie.gallery_2cols .galerie_image:nth-child(2) {
    margin-top: 0;
  }
  .acms-module-galerie .content .galerie.gallery_3cols .galerie_image:nth-child(2), .acms-module-galerie .content .galerie.gallery_3cols .galerie_image:nth-child(3) {
    margin-top: 0;
  }
}
.acms-module-document .content {
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}
.acms-module-document .content .documents {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.acms-module-document .content .documents .document {
  position: relative;
  width: 100%;
}
.acms-module-document .content .documents.document_image_titre .document {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.acms-module-document .content .documents.document_image_titre .document figure {
  background: white no-repeat center center;
  background-size: contain;
  height: 250px;
  margin: 0 auto 10px;
  position: relative;
  border: 1px solid black;
}
.acms-module-document .content .documents.document_image_titre .document figure img {
  display: none;
}
.acms-module-document .content .documents.document_image_titre .document figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 250px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.acms-module-document .content .documents.document_image_titre .document div {
  text-align: center;
}
.acms-module-document .content .documents.document_image_titre .document:first-child {
  margin-top: 0;
}
.acms-module-document .content .documents.document_image_titre .document a {
  margin: 0 15px;
  color: #4b7024;
  text-decoration: underline;
}

.acms-box.bg-darkgrey .acms-module-document .content .documents .document, .acms-box.bg-lightgrey .acms-module-document .content .documents .document {
  color: #000;
}

@media screen and (min-width: 768px) {
  .acms-module-document .content .documents.document_image .document .document-image, .acms-module-document .content .documents.document_dark_icon .document .document-image {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .acms-module-document .content .documents.document_image_titre {
    flex-direction: row;
  }
  .acms-module-document .content .documents.document_image_titre .document {
    width: 33.33333%;
    text-align: center;
  }
  .acms-module-document .content .documents.document_image_titre .document:nth-child(2), .acms-module-document .content .documents.document_image_titre .document:nth-child(3) {
    margin-top: 0;
  }
  .acms-module-document .content .documents.document_image_titre .document > div {
    display: inline-block;
    width: 300px;
  }
  .acms-module-document .content .documents.document_image_titre .document > div > figure {
    height: 350px;
    max-width: 250px;
    margin-bottom: 30px;
  }
}
.acms-module-lien .content {
  padding: 0 0 30px;
  position: relative;
  width: 100%;
}
.acms-module-lien .content .liens {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.acms-module-lien .content .liens .lien {
  position: relative;
  width: 100%;
}
.acms-module-lien .content .liens.lien_titres .lien {
  text-align: center;
  background: white;
  color: #000;
  text-decoration: none;
  max-width: 544px;
  height: 104px;
  padding: 0 10px;
  line-height: 104px;
  box-shadow: 0px 3px 6px #00000029;
  margin-top: 26px;
  transition: all 0.2s ease-in-out;
}
.acms-module-lien .content .liens.lien_titres .lien:first-child {
  margin-top: 0;
}
.acms-module-lien .content .liens.lien_titres .lien span {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.acms-module-lien .content .liens.lien_titres .lien:hover {
  background: #4b7024;
  color: white;
}
.acms-module-lien .content .liens.lien_image_titre .lien {
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  color: #4b7024;
  text-decoration: none;
  margin-top: 30px;
}
.acms-module-lien .content .liens.lien_image_titre .lien figure {
  background: white no-repeat center center;
  background-size: cover;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto 30px;
  position: relative;
}
.acms-module-lien .content .liens.lien_image_titre .lien figure img {
  display: none;
}
.acms-module-lien .content .liens.lien_image_titre .lien figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  line-height: 250px;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.acms-module-lien .content .liens.lien_image_titre .lien:hover figure figcaption {
  opacity: 1;
}
.acms-module-lien .content .liens.lien_image_titre .lien div {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
}
.acms-module-lien .content .liens.lien_image_titre .lien:first-child {
  margin-top: 0;
}
.acms-module-lien .content .liens.lien_image .lien, .acms-module-lien .content .liens.lien_dark_icon .lien {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #707070;
  margin-top: 25px;
  background: #fff;
}
.acms-module-lien .content .liens.lien_image .lien:first-child, .acms-module-lien .content .liens.lien_dark_icon .lien:first-child {
  margin-top: 0;
}
.acms-module-lien .content .liens.lien_image .lien h3, .acms-module-lien .content .liens.lien_dark_icon .lien h3 {
  color: #000;
  margin-top: 0;
}
.acms-module-lien .content .liens.lien_image .lien a, .acms-module-lien .content .liens.lien_dark_icon .lien a {
  color: #4b7024;
}
.acms-module-lien .content .liens.lien_image .lien .lien-image, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-image {
  display: none;
  max-width: 100%;
  width: 250px;
  background: no-repeat center center white;
  background-size: contain;
}
.acms-module-lien .content .liens.lien_image .lien .lien-image img, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-image img {
  display: none;
}
.acms-module-lien .content .liens.lien_image .lien .lien-presentation, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation {
  width: 100%;
  max-width: 890px;
  padding: 40px;
}
.acms-module-lien .content .liens.lien_image .lien .lien-presentation .lien-presentation-lien, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation .lien-presentation-lien {
  padding-top: 30px;
}
.acms-module-lien .content .liens.lien_image .lien .lien-presentation a, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation a {
  text-decoration: none;
}
.acms-module-lien .content .liens.lien_image .lien .lien-presentation a i, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation a i {
  margin-right: 30px;
}
.acms-module-lien .content .liens.lien_image .lien .lien-presentation a span, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation a span {
  text-decoration: underline;
}
.acms-module-lien .content .liens.lien_image .lien.image-left .lien-image {
  background-position: left center;
}
.acms-module-lien .content .liens.lien_image .lien.image-right .lien-image {
  background-position: right center;
}
.acms-module-lien .content .liens.lien_dark_icon .lien .lien-image {
  background-size: auto;
  background-color: #303030;
}
.acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation a span {
  font-weight: bold;
}
.acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation a i {
  margin-right: 50px;
}

.acms-box.bg-darkgrey .acms-module-lien .content .liens .lien, .acms-box.bg-lightgrey .acms-module-lien .content .liens .lien {
  color: #000;
}

@media screen and (min-width: 768px) {
  .acms-module-lien .content .liens.lien_image .lien .lien-image, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-image {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .acms-module-lien .content .liens.lien_titres {
    flex-direction: row;
  }
  .acms-module-lien .content .liens.lien_titres .lien:nth-child(2) {
    margin-top: 0;
  }

  .acms-module-lien .content .liens.lien_image_titre {
    flex-direction: row;
  }
  .acms-module-lien .content .liens.lien_image_titre .lien:nth-child(2), .acms-module-lien .content .liens.lien_image_titre .lien:nth-child(3) {
    margin-top: 0;
  }

  .acms-module-lien .content .liens.lien_image .lien .lien-presentation, .acms-module-lien .content .liens.lien_dark_icon .lien .lien-presentation {
    padding: 60px 140px 60px 90px;
  }
}
.select-orange {
  line-height: 40px;
  color: #231f20;
  overflow: hidden;
  position: relative;
  border-bottom: solid 2px #ec6707;
}
.select-orange select {
  width: 130%;
  height: 40px;
  line-height: 4px;
  padding-left: 0px;
  border: none;
  border-style: none;
  font-size: 20px;
  background: transparent;
}
.select-orange:after {
  content: "";
  font-family: "font" !important;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 2px;
  right: 0px;
  color: black;
  line-height: 40px;
  z-index: -1;
}

.base-documentaire i[class*=icon-], .base-documentaire span[class*=icon-] {
  color: #4b7024;
}
.base-documentaire i.icon-aide, .base-documentaire span.icon-aide {
  color: #0FB4BD;
}
.base-documentaire .ressource-type {
  line-height: 35px;
}
.base-documentaire .ressource-type span[class*=icon-] {
  font-size: 35px;
}
.base-documentaire a.know-more {
  display: block;
  border: solid 1px #0FB4BD;
  line-height: 50px;
  padding-left: 25px;
  text-decoration: none;
  color: black;
}
.base-documentaire ul.green-bullet {
  padding: 0px;
}
.base-documentaire ul.green-bullet li {
  list-style: none;
}
.base-documentaire ul.green-bullet li:before {
  content: " ";
  height: 10px;
  width: 10px;
  background-color: #4b7024;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}
.base-documentaire .tab-header {
  display: flex;
  flex-direction: column;
  margin: 30px 0px;
}
.base-documentaire .tab-header .tab-header-entry {
  color: black;
  background-color: #e6e6e6;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  height: 42px;
  padding: 6px 10px;
  margin: 10px 0px;
}
.base-documentaire .tab-header .tab-header-entry.tab-header-entry-active {
  background-color: black;
}
.base-documentaire .tab-header .tab-header-entry.tab-header-entry-active a {
  color: white !important;
}
.base-documentaire .tabs .tab {
  display: none;
  position: relative;
}
.base-documentaire .tabs .tab.tab-active {
  display: block;
}
.base-documentaire #q {
  border: none;
  width: 100%;
  border-bottom: solid 2px #ec6707;
  font-style: italic;
  padding: 5px;
  font-size: 20px;
  line-height: 30px;
  height: 50px;
}
.base-documentaire #bt_search {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  border: 0 none;
  background-color: #ec6707;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  padding: 10px 0px;
}
.base-documentaire #bt_search i {
  color: white;
}
.base-documentaire .field-group {
  overflow: hidden;
}
.base-documentaire .field-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.base-documentaire .field-bloc {
  margin-top: 40px;
}
.base-documentaire .resultats-de-recherche {
  margin-top: 50px;
}
.base-documentaire .total strong {
  color: #4b7024;
}
.base-documentaire .legende {
  margin: 50px 0px;
  display: flex;
  display: flex;
  flex-direction: column;
}
.base-documentaire .legende i {
  font-size: 25px;
}
.base-documentaire .notice {
  text-decoration: none;
  text-align: center;
  display: block;
  border: solid 1px #a7a7a7;
  width: 220px;
  padding: 15px;
  color: black;
  font-size: 16px;
  line-height: 25px;
  margin: 10px auto;
}
.base-documentaire .notice .type-notice {
  font-size: 35px;
  color: #4b7024;
}
.base-documentaire .notice .title {
  margin-top: 20px;
  font-weight: bold;
  height: 190px;
  overflow: hidden;
  text-align: left;
}
.base-documentaire .notice .footer {
  overflow: hidden;
  font-size: 18px;
  font-style: italic;
}
.base-documentaire .notice .footer .language, .base-documentaire .notice .footer .year {
  float: left;
  text-align: left;
  width: 50%;
}
.base-documentaire .notice .footer .year {
  float: right;
  text-align: right;
}
.base-documentaire .notice:hover {
  background-color: #4b7024;
  box-shadow: 0px 3px 7px 0 rgba(112, 116, 117, 0.35);
  transition: all 0.3s linear;
}
.base-documentaire .notice:hover .type-notice i, .base-documentaire .notice:hover .title, .base-documentaire .notice:hover .footer {
  color: white;
}
.base-documentaire .notice:hover .type-notice {
  color: white;
}
.base-documentaire .notice:visited {
  color: black;
}
.base-documentaire .notice:visited .type-notice {
  font-size: 40px;
  color: #a7a7a7;
}
.base-documentaire .notice:visited .title {
  font-weight: normal;
  font-style: italic;
}
.base-documentaire .pager {
  padding: 30px 0px;
  text-align: right;
}
.base-documentaire .pager ul {
  margin: 0;
  padding: 0;
}
.base-documentaire .pager li {
  display: inline-block;
  list-style: none;
  height: 30px;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  color: #000;
}
.base-documentaire .pager li a {
  text-decoration: none;
  color: black;
}
.base-documentaire .pager li.on {
  background-color: #ec6707;
  color: white;
}
.base-documentaire #rech-mots-cles {
  overflow: hidden;
}
.base-documentaire #rech-mots-cles div.block {
  margin: 10px 0px;
}
.base-documentaire #rech-mots-cles li {
  font-size: 16px;
}
.base-documentaire #rech-mots-cles li a {
  height: 16px;
  line-height: 16px;
}
.base-documentaire #rech-mots-cles li .nb-notices-theme {
  color: #4b7024;
}
.base-documentaire #rech-mots-cles .left {
  width: 60%;
  float: left;
}
.base-documentaire #rech-mots-cles .right {
  width: 40%;
  float: right;
}
.base-documentaire #rech-multi .filtre {
  margin: 10px 0px;
  overflow: hidden;
}
.base-documentaire #rech-multi .filtre div {
  display: inline-block;
}
.base-documentaire #rech-multi .del-crit {
  text-decoration: none;
  color: #ec6707;
}
.base-documentaire #bt_search_multi {
  display: block;
  width: 50px;
  height: 50px;
  border: 0 none;
  background-color: #ec6707;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  padding: 10px 0px;
  margin-top: 20px;
}
.base-documentaire #bt_search_multi i {
  color: white;
}

@media screen and (min-width: 992px) {
  .base-documentaire .tab-header {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .base-documentaire .select-orange {
    width: 300px;
    display: inline-block;
  }
  .base-documentaire .field-title {
    display: inline-block;
  }
  .base-documentaire .field-bloc:first-child {
    width: 650px;
    float: left;
  }
  .base-documentaire .field-bloc:nth-child(2) {
    width: 300px;
    float: right;
  }
  .base-documentaire .legende {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .base-documentaire .notice {
    display: inline-block;
    margin: 10px 75px 10px 0px;
  }
  .base-documentaire .notice:nth-child(4), .base-documentaire .notice:nth-child(8), .base-documentaire .notice:nth-child(12), .base-documentaire .notice:nth-child(16), .base-documentaire .notice:nth-child(20), .base-documentaire .notice:nth-child(24) {
    margin-right: 0px;
  }
}
.fiche-notice .col-lg-7 {
  padding: 30px 10px;
}
.fiche-notice .col-lg-7 h3 {
  font-size: 20px;
  margin: 30px 0;
}
.fiche-notice .col-lg-7 h3:first-child {
  margin-top: 0;
}
.fiche-notice .col-lg-7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fiche-notice .col-lg-7 ul li {
  display: inline;
}
.fiche-notice .col-lg-7 ul li:after {
  content: ", ";
}
.fiche-notice .col-lg-7 ul li:last-child:after {
  content: "";
}
.fiche-notice h2 {
  font-size: 25px;
  margin-top: 80px;
}
.fiche-notice .projet-doc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fiche-notice .projet-doc ul li {
  position: relative;
  margin-bottom: 25px;
}
.fiche-notice .projet-doc ul li > a {
  display: flex;
  flex-direction: row;
  width: 100%;
  color: #000;
  text-decoration: none;
  box-shadow: 0px 3px 7px 0 rgba(112, 116, 117, 0.35);
  background-color: #e6e6e6;
  padding: 0 17px;
  line-height: 75px;
}
.fiche-notice .projet-doc ul li > a .icon-aller {
  line-height: 75px;
  color: #ec6707;
  font-size: 41px;
  margin-right: 16px;
}
.fiche-notice .projet-doc ul li span.source {
  display: block;
  text-align: center;
  padding: 0 31px;
  padding: 0 17px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 3px 7px 0 rgba(112, 116, 117, 0.35);
  background-color: #303030;
}
.fiche-notice .projet-doc ul li span.source, .fiche-notice .projet-doc ul li span.source a {
  color: #fff;
  text-decoration: none;
}
.fiche-notice .projet-ressources ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fiche-notice .projet-ressources ul li {
  position: relative;
  margin-bottom: 25px;
}
.fiche-notice .projet-ressources ul li a {
  display: block;
  border: 2px solid #a7a7a7;
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
}
.fiche-notice .projet-ressources ul li a i {
  color: #4b7024;
  font-size: 40px;
}
.fiche-notice .projet-ressources ul li a header {
  padding: 19px 0 11px;
}
.fiche-notice .projet-ressources ul li a > div {
  padding: 11px;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
}
.fiche-notice .projet-ressources ul li a footer {
  padding: 11px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.39;
  font-style: italic;
}
.fiche-notice #commentaire {
  width: 100%;
  height: 120px;
}

@media screen and (min-width: 992px) {
  .fiche-notice .col-lg-7 {
    padding: 49px 24px;
  }

  .fiche-notice .projet-doc ul li > a {
    padding: 0 0 0 80px;
  }
  .fiche-notice .projet-doc ul li > a .icon-aller {
    margin-right: 36px;
  }

  .fiche-notice .projet-doc ul li span.source {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: auto;
    padding: 0 31px;
    line-height: 40px;
  }

  .fiche-notice .projet-ressources ul li a {
    height: 320px;
    overflow: hidden;
  }
  .fiche-notice .projet-ressources ul li a > div {
    height: 190px;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style.css.map */
