@charset "UTF-8";
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  /* Universav Box Sizong */

  /* OldSchool reset */
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print {
  .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print {
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media print {
  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print {
  .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;
  }
}
@media print {
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media print {
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
}
@media print {
  .col-1 {
    flex: 0 0 7.1428571429%;
    max-width: 7.1428571429%;
  }
}
@media print {
  .col-2 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
}
@media print {
  .col-3 {
    flex: 0 0 21.4285714286%;
    max-width: 21.4285714286%;
  }
}
@media print {
  .col-4 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
}
@media print {
  .col-5 {
    flex: 0 0 35.7142857143%;
    max-width: 35.7142857143%;
  }
}
@media print {
  .col-6 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
}
@media print {
  .col-7 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print {
  .col-8 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
}
@media print {
  .col-9 {
    flex: 0 0 64.2857142857%;
    max-width: 64.2857142857%;
  }
}
@media print {
  .col-10 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
}
@media print {
  .col-11 {
    flex: 0 0 78.5714285714%;
    max-width: 78.5714285714%;
  }
}
@media print {
  .col-12 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
}
@media print {
  .col-13 {
    flex: 0 0 92.8571428571%;
    max-width: 92.8571428571%;
  }
}
@media print {
  .col-14 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print {
  .order-first {
    order: -1;
  }
}
@media print {
  .order-last {
    order: 15;
  }
}
@media print {
  .order-0 {
    order: 0;
  }
}
@media print {
  .order-1 {
    order: 1;
  }
}
@media print {
  .order-2 {
    order: 2;
  }
}
@media print {
  .order-3 {
    order: 3;
  }
}
@media print {
  .order-4 {
    order: 4;
  }
}
@media print {
  .order-5 {
    order: 5;
  }
}
@media print {
  .order-6 {
    order: 6;
  }
}
@media print {
  .order-7 {
    order: 7;
  }
}
@media print {
  .order-8 {
    order: 8;
  }
}
@media print {
  .order-9 {
    order: 9;
  }
}
@media print {
  .order-10 {
    order: 10;
  }
}
@media print {
  .order-11 {
    order: 11;
  }
}
@media print {
  .order-12 {
    order: 12;
  }
}
@media print {
  .order-13 {
    order: 13;
  }
}
@media print {
  .order-14 {
    order: 14;
  }
}
@media print {
  .offset-1 {
    margin-left: 7.1428571429%;
  }
}
@media print {
  .offset-2 {
    margin-left: 14.2857142857%;
  }
}
@media print {
  .offset-3 {
    margin-left: 21.4285714286%;
  }
}
@media print {
  .offset-4 {
    margin-left: 28.5714285714%;
  }
}
@media print {
  .offset-5 {
    margin-left: 35.7142857143%;
  }
}
@media print {
  .offset-6 {
    margin-left: 42.8571428571%;
  }
}
@media print {
  .offset-7 {
    margin-left: 50%;
  }
}
@media print {
  .offset-8 {
    margin-left: 57.1428571429%;
  }
}
@media print {
  .offset-9 {
    margin-left: 64.2857142857%;
  }
}
@media print {
  .offset-10 {
    margin-left: 71.4285714286%;
  }
}
@media print {
  .offset-11 {
    margin-left: 78.5714285714%;
  }
}
@media print {
  .offset-12 {
    margin-left: 85.7142857143%;
  }
}
@media print {
  .offset-13 {
    margin-left: 92.8571428571%;
  }
}
@media print and (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 print and (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 print and (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 print and (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 print and (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%;
  }
}
@media print {
  *, *:before, *:after {
    box-sizing: border-box;
  }
}
@media print {
  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;
  }
}
@media print {
  ul, dl {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
}
@media print {
  b, strong {
    font-weight: bold;
  }
}
@media print {
  i, em {
    font-style: italic;
  }
}
@media print {
  mark {
    background: transparent;
    font-weight: bold;
    font-style: italic;
  }
}
@media print {
  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;
  }
}
@media print {
  .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;
  }
}
@media print {
  .border-right {
    border-right: 1px solid transparent;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (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;
  }
}
@media print {
  .d-none {
    display: none !important;
  }
}
@media print {
  .d-inline {
    display: inline !important;
  }
}
@media print {
  .d-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-block {
    display: block !important;
  }
}
@media print {
  .d-table {
    display: table !important;
  }
}
@media print {
  .d-table-row {
    display: table-row !important;
  }
}
@media print {
  .d-table-cell {
    display: table-cell !important;
  }
}
@media print {
  .d-flex {
    display: flex !important;
  }
}
@media print {
  .d-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .float-left {
    float: left;
  }
}
@media print {
  .float-right {
    float: right;
  }
}
@media print {
  .border-right {
    border-right: 2px solid transparent;
  }
}
@media print {
  .border-right-none {
    border-right: 0 none !important;
  }
}
@media print {
  .mb-1 {
    margin-bottom: 5px;
  }
}
@media print {
  .mb-2 {
    margin-bottom: 10px;
  }
}
@media print {
  .mb-3 {
    margin-bottom: 20px;
  }
}
@media print {
  .mb-4 {
    margin-bottom: 25px;
  }
}
@media print {
  .mb-5 {
    margin-bottom: 50px;
  }
}
@media print {
  .mb-6 {
    margin-bottom: 75px;
  }
}
@media print {
  .mt-1 {
    margin-top: 5px;
  }
}
@media print {
  .mt-2 {
    margin-top: 10px;
  }
}
@media print {
  .mt-3 {
    margin-top: 20px;
  }
}
@media print {
  .mt-4 {
    margin-top: 25px;
  }
}
@media print {
  .mt-5 {
    margin-top: 50px;
  }
}
@media print {
  .mt-6 {
    margin-top: 75px;
  }
}
@media print {
  .pb-1 {
    padding-bottom: 5px;
  }
}
@media print {
  .pb-2 {
    padding-bottom: 10px;
  }
}
@media print {
  .pb-3 {
    padding-bottom: 20px;
  }
}
@media print {
  .pb-4 {
    padding-bottom: 25px;
  }
}
@media print {
  .pb-5 {
    padding-bottom: 50px;
  }
}
@media print {
  .pb-6 {
    padding-bottom: 75px;
  }
}
@media print {
  .pt-1 {
    padding-top: 5px;
  }
}
@media print {
  .pt-2 {
    padding-top: 10px;
  }
}
@media print {
  .pt-3 {
    padding-top: 20px;
  }
}
@media print {
  .pt-4 {
    padding-top: 25px;
  }
}
@media print {
  .pt-5 {
    padding-top: 50px;
  }
}
@media print {
  .pt-6 {
    padding-top: 75px;
  }
}
@media print {
  .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) {
  .container {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 576px) and (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media print and (min-width: 576px) and (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media print and (min-width: 576px) and (min-width: 992px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (min-width: 576px) and (min-width: 1800px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 768px) and (min-width: 576px) {
  .container-md {
    max-width: 540px;
  }
}
@media print and (min-width: 768px) and (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media print and (min-width: 768px) and (min-width: 992px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1200px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (min-width: 768px) and (min-width: 1800px) {
  .container-md {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 992px) and (min-width: 576px) {
  .container-lg {
    max-width: 540px;
  }
}
@media print and (min-width: 992px) and (min-width: 768px) {
  .container-lg {
    max-width: 720px;
  }
}
@media print and (min-width: 992px) and (min-width: 992px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1200px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (min-width: 992px) and (min-width: 1800px) {
  .container-lg {
    max-width: 1140px;
  }
}
@media print and (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 print and (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 print and (min-width: 1200px) and (min-width: 576px) {
  .container-xl {
    max-width: 540px;
  }
}
@media print and (min-width: 1200px) and (min-width: 768px) {
  .container-xl {
    max-width: 720px;
  }
}
@media print and (min-width: 1200px) and (min-width: 992px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1200px) and (min-width: 1800px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media print {
  .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 print and (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 print and (min-width: 1800px) and (min-width: 576px) {
  .container-xxl {
    max-width: 540px;
  }
}
@media print and (min-width: 1800px) and (min-width: 768px) {
  .container-xxl {
    max-width: 720px;
  }
}
@media print and (min-width: 1800px) and (min-width: 992px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1200px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print and (min-width: 1800px) and (min-width: 1800px) {
  .container-xxl {
    max-width: 1140px;
  }
}
@media print {
  .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;
  }
}
@media print {
  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;
  }
}
@media print {
  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 print {
  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;
  }
}
@media print {
  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;
  }
}
@media print {
  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;
  }
}
@media print {
  .text-left {
    text-align: left;
  }
}
@media print {
  .text-right {
    text-align: right;
  }
}
@media print {
  .text-justify {
    text-align: justify;
  }
}
@media print {
  .text-center {
    text-align: center;
  }
}
@media print {
  .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;
  }
}
@media print {
  @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;
  }
}
@media print {
  @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;
  }
}
@media print {
  @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;
  }
}
@media print {
  [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;
  }
}
@media print {
  .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: "";
  }
}
@media print {
  .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: "";
  }
}
@media print {
  .icon-actes-videos:before {
    content: "";
  }
}
@media print {
  .icon-aide:before {
    content: "";
  }
}
@media print {
  .icon-aller:before {
    content: "";
  }
}
@media print {
  .icon-close:before {
    content: "";
  }
}
@media print {
  .icon-espace-prive:before {
    content: "";
  }
}
@media print {
  .icon-facebook-share:before {
    content: "";
  }
}
@media print {
  .icon-fleche-bas:before {
    content: "";
  }
}
@media print {
  .icon-fleche-droite:before {
    content: "";
  }
}
@media print {
  .icon-fleche-gauche:before {
    content: "";
  }
}
@media print {
  .icon-fleche-haut:before {
    content: "";
  }
}
@media print {
  .icon-linkedin-share:before {
    content: "";
  }
}
@media print {
  .icon-mail-share:before {
    content: "";
  }
}
@media print {
  .icon-menu-burger:before {
    content: "";
  }
}
@media print {
  .icon-puce:before {
    content: "";
  }
}
@media print {
  .icon-rechercher:before {
    content: "";
  }
}
@media print {
  .icon-recherches-appliquees:before {
    content: "";
  }
}
@media print {
  .icon-ressources-complementaires:before {
    content: "";
  }
}
@media print {
  .icon-supports-application:before {
    content: "";
  }
}
@media print {
  .icon-twiter:before {
    content: "";
  }
}
@media print {
  .icon-twitter-share:before {
    content: "";
  }
}
@media print {
  .icon-youtube:before {
    content: "";
  }
}
@media print {
  .icon-linkedin:before {
    content: "󩀀";
  }
}
@media print {
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media print {
  .container {
    width: 100%;
    max-width: none;
  }
}
@media print {
  #header {
    margin-bottom: 20px;
    position: relative;
  }
  #header .banner, #header #centre_ressources #menu, #header #centre_ressources .mobile {
    display: none;
  }
  #header #centre_ressources .logo img {
    height: 65px;
  }
}
@media print {
  #admin, .btn-admin {
    display: none;
  }
}
@media print {
  .menu-n2 {
    display: none;
  }
}
@media print {
  #ariane ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  #ariane ul li {
    display: inline;
  }
  #ariane ul li:after {
    content: " / ";
    display: inline;
  }
  #ariane ul li:last-child:after {
    content: "";
    display: none;
  }
  #ariane ul li a {
    color: #000;
    text-decoration: none;
  }
}
@media print {
  #main .acms-zone a, #main .acms-box a {
    color: #4b7024;
  }
  #main .acms-zone a:after, #main .acms-box a:after {
    display: inline;
    content: attr(href);
    font-size: 0.8em;
    text-decoration: none;
    vertical-align: super;
    margin-left: 5px;
  }
}
@media print {
  #partenaires .row .row .col-lg a {
    display: inline-block;
  }
}
@media print {
  #partenaires .row img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media print {
  .share-icons, .acms-zone .tool-bar, .acms-box .tool-bar {
    display: none;
  }
}
@media print {
  .acms-box, .acms-zone {
    border: 0 none;
  }
}
@media print {
  #footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #4b7024;
  }
  #footer .col-lg-4 {
    display: none;
  }
  #footer .bas-de-page {
    text-align: center;
    margin-top: 20px;
  }
  #footer .bas-de-page ul {
    padding: 0;
    margin: 0;
    display: block;
  }
  #footer .bas-de-page ul li {
    display: inline;
  }
  #footer .bas-de-page ul li:after {
    content: " - ";
    display: inline;
  }
  #footer .bas-de-page ul li:last-child {
    content: "";
  }
  #footer .bas-de-page ul li a {
    color: #000;
    text-decoration: none;
  }
}

/*# sourceMappingURL=print.css.map */
